From fedora-cvs-commits at redhat.com Fri Dec 1 00:04:01 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Thu, 30 Nov 2006 19:04:01 -0500 Subject: rpms/pygtk2/FC-6 pygtk2-2.10.3-install-extrafuncs.patch, NONE, 1.1 pygtk.spec, 1.72, 1.73 Message-ID: <200612010004.kB1041qw022979@cvs.devel.redhat.com> Author: mbarnes Update of /cvs/dist/rpms/pygtk2/FC-6 In directory cvs.devel.redhat.com:/tmp/cvs-serv22963 Modified Files: pygtk.spec Added Files: pygtk2-2.10.3-install-extrafuncs.patch Log Message: * Thu Nov 30 2006 Matthew Barnes - 2.10.3-3.fc6 - Add patch for RH bug #217430 (missing gtk-extrafuncs.defs). pygtk2-2.10.3-install-extrafuncs.patch: Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- NEW FILE pygtk2-2.10.3-install-extrafuncs.patch --- --- pygtk-2.10.3/gtk/Makefile.am.install-extrafuncs 2006-11-27 23:32:02.000000000 -0500 +++ pygtk-2.10.3/gtk/Makefile.am 2006-11-27 23:32:19.000000000 -0500 @@ -130,7 +130,7 @@ if BUILD_GTK pygtkexec_LTLIBRARIES += _gtk.la defs_DATA += $(GDK_DEFS) $(GDK_TYPES_DEFS) $(GTK_DEFS) $(GTK_TYPES_DEFS) \ - gdk.defs gtk.defs gdk-types.defs gtk-types.defs + gdk.defs gtk.defs gdk-types.defs gtk-types.defs gtk-extrafuncs.defs endif # libglade module --- pygtk-2.10.3/gtk/Makefile.in.install-extrafuncs 2006-11-27 23:32:06.000000000 -0500 +++ pygtk-2.10.3/gtk/Makefile.in 2006-11-27 23:33:25.000000000 -0500 @@ -44,7 +44,7 @@ @HAVE_GTK_2_10_TRUE at am__append_4 = gtk-2.10-types.defs @BUILD_GTK_TRUE at am__append_5 = _gtk.la @BUILD_GTK_TRUE at am__append_6 = $(GDK_DEFS) $(GDK_TYPES_DEFS) $(GTK_DEFS) $(GTK_TYPES_DEFS) \ - at BUILD_GTK_TRUE@ gdk.defs gtk.defs gdk-types.defs gtk-types.defs + at BUILD_GTK_TRUE@ gdk.defs gtk.defs gdk-types.defs gtk-types.defs gtk-extrafuncs.defs @BUILD_LIBGLADE_TRUE at am__append_7 = glade.la @BUILD_LIBGLADE_TRUE at am__append_8 = $(LIBGLADE_DEFS) Index: pygtk.spec =================================================================== RCS file: /cvs/dist/rpms/pygtk2/FC-6/pygtk.spec,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- pygtk.spec 27 Oct 2006 01:15:27 -0000 1.72 +++ pygtk.spec 1 Dec 2006 00:03:59 -0000 1.73 @@ -6,7 +6,7 @@ Name: pygtk2 Version: 2.10.3 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL Group: Development/Languages Summary: Python bindings for GTK+ @@ -18,6 +18,9 @@ Patch0: pygtk-nodisplay-exception.patch +# RH bug #217430 / GNOME bug #380020 +Patch1: pygtk2-2.10.3-install-extrafuncs.patch + ### Dependencies ### Requires: gtk2 >= 2.9.4 @@ -78,6 +81,7 @@ %prep %setup -q -n pygtk-%{version} %patch0 -p1 +%patch1 -p1 -b .install-extrafuncs %build %configure --enable-thread --enable-numpy @@ -139,6 +143,9 @@ %{_datadir}/gtk-doc/html/pygtk %changelog +* Thu Nov 30 2006 Matthew Barnes - 2.10.3-3.fc6 +- Add patch for RH bug #217430 (missing gtk-extrafuncs.defs). + * Thu Oct 26 2006 Matthew Barnes - 2.10.3-2.fc6 - Require pygtk2-codegen = %{version}-%{release} in devel. From fedora-cvs-commits at redhat.com Fri Dec 1 01:02:15 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Thu, 30 Nov 2006 20:02:15 -0500 Subject: rpms/device-mapper-multipath/FC-6 .cvsignore, 1.13, 1.14 device-mapper-multipath.spec, 1.36, 1.37 sources, 1.14, 1.15 Message-ID: <200612010102.kB112Fhp002951@cvs.devel.redhat.com> Author: bmarzins Update of /cvs/dist/rpms/device-mapper-multipath/FC-6 In directory cvs.devel.redhat.com:/tmp/cvs-serv2506 Modified Files: .cvsignore device-mapper-multipath.spec sources Log Message: update to latest source (t0_4_7_post6) Resolves: bz #215001 Index: .cvsignore =================================================================== RCS file: /cvs/dist/rpms/device-mapper-multipath/FC-6/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 19 Oct 2006 16:28:45 -0000 1.13 +++ .cvsignore 1 Dec 2006 01:02:13 -0000 1.14 @@ -5,3 +5,4 @@ multipath-tools-0.4.7.3.tgz multipath-tools-0.4.7.4.tgz multipath-tools-0.4.7.5.tgz +multipath-tools-0.4.7.6.tgz Index: device-mapper-multipath.spec =================================================================== RCS file: /cvs/dist/rpms/device-mapper-multipath/FC-6/device-mapper-multipath.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- device-mapper-multipath.spec 19 Oct 2006 16:28:45 -0000 1.36 +++ device-mapper-multipath.spec 1 Dec 2006 01:02:13 -0000 1.37 @@ -1,11 +1,11 @@ Summary: Tools to manage multipath devices using device-mapper. Name: device-mapper-multipath Version: 0.4.7 -Release: 5.2.fc6 +Release: 6.fc6 License: GPL Group: System Environment/Base URL: http://christophe.varoqui.free.fr/ -Source0: multipath-tools-0.4.7.5.tgz +Source0: multipath-tools-0.4.7.6.tgz Requires: kpartx = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Prereq: chkconfig @@ -29,7 +29,7 @@ kpartx manages partition creation and removal for device-mapper devices. %prep -%setup -q -n multipath-tools-0.4.7.5 +%setup -q -n multipath-tools-0.4.7.6 %build make DESTDIR=$RPM_BUILD_ROOT @@ -68,6 +68,7 @@ %config /etc/rc.d/init.d/multipathd %config(noreplace) /etc/multipath.conf %doc AUTHOR COPYING README* FAQ Multipath-usage.txt multipath.conf.annotated multipath.conf.defaults multipath.conf.synthetic +%dir /var/lib/multipath %files -n kpartx %defattr(-,root,root,-) @@ -76,6 +77,10 @@ %{_mandir}/man8/kpartx.8.gz %changelog +* Thu Nov 30 2006 Benjamin Marzinski 0.4.7-6.fc6 +- updated to latest source (t0_4_7_post6) +- Resolves bz #215001 + * Thu Oct 19 2006 Benjamin Marzinksi 0.4.7-5.2.fc6 - fedora 6 build Index: sources =================================================================== RCS file: /cvs/dist/rpms/device-mapper-multipath/FC-6/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 19 Oct 2006 16:28:45 -0000 1.14 +++ sources 1 Dec 2006 01:02:13 -0000 1.15 @@ -1 +1 @@ -96cf85a17064d89ba015340931e25244 multipath-tools-0.4.7.5.tgz +ad7c3dbe21ca785d18f442f6c9d6efbb multipath-tools-0.4.7.6.tgz From fedora-cvs-commits at redhat.com Fri Dec 1 03:29:28 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Thu, 30 Nov 2006 22:29:28 -0500 Subject: rpms/cpuspeed/FC-5 license.txt, NONE, 1.1 cpuspeed.init, 1.9, 1.10 cpuspeed.spec, 1.35, 1.36 idlenice.diff, 1.1, 1.2 Message-ID: <200612010329.kB13TSi0018297@cvs.devel.redhat.com> Author: jwilson Update of /cvs/dist/rpms/cpuspeed/FC-5 In directory cvs.devel.redhat.com:/tmp/cvs-serv18244 Modified Files: cpuspeed.init cpuspeed.spec idlenice.diff Added Files: license.txt Log Message: Bring over devel branch fixes for acpi-cpufreq issues --- NEW FILE license.txt --- GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Library General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) 19yy This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) 19yy name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Library General Public License instead of this License. Index: cpuspeed.init =================================================================== RCS file: /cvs/dist/rpms/cpuspeed/FC-5/cpuspeed.init,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- cpuspeed.init 12 Nov 2006 05:57:02 -0000 1.9 +++ cpuspeed.init 1 Dec 2006 03:29:26 -0000 1.10 @@ -16,38 +16,47 @@ . /etc/cpuspeed.conf fi +cpu0freqd=/sys/devices/system/cpu/cpu0/cpufreq +testpat='/sys/devices/system/cpu/cpu*/cpufreq/scaling_driver' + +some_file_exist() { + while [ "$1" ] ; do + [ -f "$1" ] && return 0 + shift + done + return 1 +} + start() { - if [ ! -f /var/lock/subsys/cpuspeed ]; then - # Attempt to load scaling_driver if not loaded but it is configured - for file in /sys/devices/system/cpu/cpu*/cpufreq/scaling_driver; do - # We want to run the code below only if the - # wildcard above got no matches. - [ ! -f "$file" ] || break + if [ ! -f /var/lock/subsys/cpuspeed ] ; then + if ! some_file_exist $testpat ; then + # Attempt to load scaling_driver if not loaded + # but it is configured if [ -n "$DRIVER" ]; then /sbin/modprobe "$DRIVER" else - if [ -d /proc/acpi ]; then - EST=`grep flags /proc/cpuinfo | grep est` - if [ "$EST" ]; then - # use ACPI as a fallback - /sbin/modprobe acpi-cpufreq - # even ACPI didn't work, remove it, and bail out. - if [ -d /sys/devices/system/cpu/cpu0/cpufreq ]; then - /sbin/rmmod acpi-cpufreq - fi - fi + if [ -d /proc/acpi ] && + grep flags /proc/cpuinfo | \ + grep -q est ; then + # use ACPI as a fallback + /sbin/modprobe acpi-cpufreq + # if even ACPI didn't work, remove it + # and then next test will bail out. + [ -d ${cpu0freqd} ] || \ + /sbin/modprobe -r acpi-cpufreq else - # This is a no-ACPI machine. Just exit. + # No scaling. Just exit. return 0 fi fi - done + fi - # If we get this far with no driver, we must have no ACPI. We're doomed. - [ ! -f /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver ] && return 0 + # If we get this far with no driver, we must have no scaling. + # We're doomed. + [ ! -f ${cpu0freqd}/scaling_driver ] && return 0 - drv=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver) + drv=`cat ${cpu0freqd}/scaling_driver` case "$drv" in centrino|powernow-k8) @@ -72,10 +81,12 @@ } stop() { - drv=$(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_driver) + [ ! -f ${cpu0freqd}/scaling_driver ] && return 0 + drv=`cat ${cpu0freqd}/scaling_driver` + case "$drv" in centrino|powernow-k8) - /sbin/rmmod cpufreq-ondemand + /sbin/modprobe -r cpufreq-ondemand RETVAL=0 ;; *) @@ -89,9 +100,10 @@ killproc cpuspeed fi RETVAL=$? - [ $RETVAL = 0 ] && rm -f /var/lock/subsys/cpuspeed esac - + [ -n "$DRIVER" ] && /sbin/modprobe -r $DRIVER + [ $RETVAL = 0 ] && RETVAL=$? + [ $RETVAL = 0 ] && rm -f /var/lock/subsys/cpuspeed return $RETVAL } Index: cpuspeed.spec =================================================================== RCS file: /cvs/dist/rpms/cpuspeed/FC-5/cpuspeed.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- cpuspeed.spec 12 Nov 2006 05:58:11 -0000 1.35 +++ cpuspeed.spec 1 Dec 2006 03:29:26 -0000 1.36 @@ -1,15 +1,20 @@ -Summary: CPU Frequency adjusting daemon. -Name: cpuspeed -Version: 1.2.1 -Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})%{?dist} -Epoch: 1 -Group: System Environment/Base -License: GPL -Source0: cpuspeed-%{version}.tar.gz -Source1: cpuspeed.init -Buildroot: %{_tmppath}/%{name}-%{version}-root -Prereq: /sbin/chkconfig /sbin/service -BuildPreReq: /usr/bin/aclocal /usr/bin/automake /usr/bin/autoconf util-linux groff gettext +Summary: CPU frequency adjusting daemon +Name: cpuspeed +Version: 1.2.1 +Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?})%{?dist} +Epoch: 1 +Group: System Environment/Base +License: GPL +URL: http://carlthompson.net/Software/CPUSpeed +Source0: http://carlthompson.net/dl/cpuspeed/cpuspeed-%{version}.tar.gz +Source1: cpuspeed.init +Source2: http://carlthompson.net/dl/cpuspeed/license.txt +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires(post): /sbin/chkconfig +Requires(preun): /sbin/chkconfig +Requires(preun): /sbin/service + +BuildRequires: automake util-linux groff gettext ExclusiveArch: i386 x86_64 ppc ppc64 Obsoletes: kernel-utils @@ -24,29 +29,27 @@ or similar support). %prep -%setup -q -c -a 0 +%setup -q + +cp %{SOURCE2} . -%patch1 -p0 -%patch2 -p0 -%patch3 -p0 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build rm -rf $RPM_BUILD_ROOT -mkdir -p %{buildroot}/usr/sbin -mkdir -p %{buildroot}/etc/rc.d/init.d -mkdir -p %{buildroot}/etc/sysconfig +mkdir -p %{buildroot}%{_sbindir} +mkdir -p %{buildroot}%{_sysconfdir}/rc.d/init.d +mkdir -p %{buildroot}%{_sysconfdir}/sysconfig -cd cpuspeed-%{version} make CFLAGS="$RPM_OPT_FLAGS -fpie -pie -Wl,-z,relro,-z,now" -cd .. %install -cd cpuspeed-%{version} -install cpuspeed %{buildroot}/usr/sbin -install %{SOURCE1} %{buildroot}/etc/rc.d/init.d/cpuspeed -install cpuspeed.conf %{buildroot}/etc/cpuspeed.conf -cd .. +install cpuspeed %{buildroot}%{_sbindir} +install %{SOURCE1} %{buildroot}%{_sysconfdir}/rc.d/init.d/cpuspeed +install cpuspeed.conf %{buildroot}%{_sysconfdir} chmod -R a-s %{buildroot} @@ -54,14 +57,16 @@ [ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; %files -%defattr(-,root,root) -/usr/sbin/cpuspeed -/etc/rc.d/init.d/cpuspeed -%attr(0644,root,root) %config /etc/cpuspeed.conf +%defattr(-,root,root,-) +%doc license.txt CHANGES EXAMPLES FEATURES README USAGE +%{_sbindir}/cpuspeed +%{_sysconfdir}/rc.d/init.d/cpuspeed +%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cpuspeed.conf %preun if [ "$1" = "0" ] ; then - /sbin/chkconfig --del cpuspeed + /sbin/service cpuspeed stop >/dev/null 2>&1 || : + /sbin/chkconfig --del cpuspeed fi %post @@ -72,6 +77,9 @@ exit 0 %changelog +* Thu Nov 30 2006 Jarod Wilson +- Bring over devel changes to fix latest acpi-cpufreq bugs + * Sun Nov 12 2006 Dave Jones - Fix up 'FATAL: Error inserting acpi_cpufreq' problem. (#212031) - Load ondemand governor instead of userspace for centrino. idlenice.diff: cpuspeed.cc | 14 ++++++++++++-- cpuspeed.conf | 3 +++ 2 files changed, 15 insertions(+), 2 deletions(-) Index: idlenice.diff =================================================================== RCS file: /cvs/dist/rpms/cpuspeed/FC-5/idlenice.diff,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- idlenice.diff 6 Apr 2005 18:32:28 -0000 1.1 +++ idlenice.diff 1 Dec 2006 03:29:26 -0000 1.2 @@ -1,5 +1,5 @@ ---- ./cpuspeed-1.2.1/cpuspeed.cc~ 2005-04-06 15:04:28.000000000 -0300 -+++ ./cpuspeed-1.2.1/cpuspeed.cc 2005-04-06 15:12:55.000000000 -0300 +--- cpuspeed-1.2.1/cpuspeed.cc~ 2005-04-06 15:04:28.000000000 -0300 ++++ cpuspeed-1.2.1/cpuspeed.cc 2005-04-06 15:12:55.000000000 -0300 @@ -122,6 +122,9 @@ unsigned current_speed; // current speed step unsigned last_step; // lowest speed step @@ -42,8 +42,8 @@ " -p \n" " Sets the CPU idle percentage thresholds. is the idle\n" " percentage below which a CPU will be set to the highest possible\n" ---- ./cpuspeed-1.2.1/cpuspeed.conf~ 2005-04-06 15:11:46.000000000 -0300 -+++ ./cpuspeed-1.2.1/cpuspeed.conf 2005-04-06 15:11:52.000000000 -0300 +--- cpuspeed-1.2.1/cpuspeed.conf~ 2005-04-06 15:11:46.000000000 -0300 ++++ cpuspeed-1.2.1/cpuspeed.conf 2005-04-06 15:11:52.000000000 -0300 @@ -4,6 +4,9 @@ # uncomment this and set to the name of your CPUFreq module #DRIVER="powernow-k7" From fedora-cvs-commits at redhat.com Fri Dec 1 07:08:04 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 02:08:04 -0500 Subject: rpms/m17n-db/FC-6 .cvsignore, 1.47, 1.48 m17n-db.spec, 1.57, 1.58 si-wijesekera_surrounding_to_preedit.patch, 1.1, 1.2 sources, 1.49, 1.50 Message-ID: <200612010708.kB17845B028681@cvs.devel.redhat.com> Author: majain Update of /cvs/dist/rpms/m17n-db/FC-6 In directory cvs.devel.redhat.com:/tmp/cvs-serv28613 Modified Files: .cvsignore m17n-db.spec si-wijesekera_surrounding_to_preedit.patch sources Log Message: Fixed typo in si-wijesekera key summary (in the patch) Index: .cvsignore =================================================================== RCS file: /cvs/dist/rpms/m17n-db/FC-6/.cvsignore,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- .cvsignore 28 Nov 2006 07:59:41 -0000 1.47 +++ .cvsignore 1 Dec 2006 07:08:01 -0000 1.48 @@ -21,3 +21,4 @@ m17n-db-indic-0.4.37.tar.gz m17n-db-indic-0.4.38.tar.gz m17n-db-1.3.3.tar.gz +m17n-db-indic-0.4.39.tar.gz Index: m17n-db.spec =================================================================== RCS file: /cvs/dist/rpms/m17n-db/FC-6/m17n-db.spec,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- m17n-db.spec 28 Nov 2006 07:59:41 -0000 1.57 +++ m17n-db.spec 1 Dec 2006 07:08:01 -0000 1.58 @@ -1,9 +1,9 @@ -%define indic_ver 0.4.38 +%define indic_ver 0.4.39 Name: m17n-db Summary: Multilingualization datafiles for m17n-lib Version: 1.3.3 -Release: 39%{?dist} +Release: 40%{?dist} Group: System Environment/Libraries License: LGPL URL: http://www.m17n.org/m17n-lib/index.html @@ -699,6 +699,9 @@ %changelog +* Tue Dec 1 2006 Mayank Jain +- Fixed typo in si-wijesekera key summary (in the patch) + * Tue Nov 28 2006 Mayank Jain - Reverted back to upstream's tarball for m17n-db - Added si-wijesekera-with-preedit as a patch to m17n-db tarball si-wijesekera_surrounding_to_preedit.patch: si-wijesekera.mim | 630 +++++++++++++++--------------------------------------- 1 files changed, 185 insertions(+), 445 deletions(-) Index: si-wijesekera_surrounding_to_preedit.patch =================================================================== RCS file: /cvs/dist/rpms/m17n-db/FC-6/si-wijesekera_surrounding_to_preedit.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- si-wijesekera_surrounding_to_preedit.patch 28 Nov 2006 07:59:41 -0000 1.1 +++ si-wijesekera_surrounding_to_preedit.patch 1 Dec 2006 07:08:01 -0000 1.2 @@ -25,7 +25,7 @@ +??? --> alt-gr+. +??? --> alt-gr+v +??? --> alt-gr+c -+??? --> alt-gr+v ++??? --> alt-gr+x +??? --> alt-gr+' + +Key summary: Tyronne Wickramarathne Index: sources =================================================================== RCS file: /cvs/dist/rpms/m17n-db/FC-6/sources,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- sources 28 Nov 2006 07:59:41 -0000 1.49 +++ sources 1 Dec 2006 07:08:01 -0000 1.50 @@ -1,2 +1,2 @@ -8b4efb2e625b1981ef27af5071c685e6 m17n-db-indic-0.4.38.tar.gz a2aec22334c108565cc466d80a66292c m17n-db-1.3.3.tar.gz +a21efd5c223be2232e8328cc7fad5b2b m17n-db-indic-0.4.39.tar.gz From fedora-cvs-commits at redhat.com Fri Dec 1 09:18:34 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 04:18:34 -0500 Subject: rpms/libgsf/FC-5 libgsf_CVE-2006-4514.patch, NONE, 1.1 libgsf.spec, 1.23, 1.24 Message-ID: <200612010918.kB19IYLa021864@cvs.devel.redhat.com> Author: caolanm Update of /cvs/dist/rpms/libgsf/FC-5 In directory cvs.devel.redhat.com:/tmp/cvs-serv21578 Modified Files: libgsf.spec Added Files: libgsf_CVE-2006-4514.patch Log Message: Resolves: rhbz#217957 CVE-2006-4514 libgsf heap overflow libgsf_CVE-2006-4514.patch: gsf-infile-msole.c | 7 +++++++ 1 files changed, 7 insertions(+) --- NEW FILE libgsf_CVE-2006-4514.patch --- =================================================================== RCS file: /cvs/gnome/libgsf/gsf/gsf-infile-msole.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- libgsf.orig/gsf/gsf-infile-msole.c 2006/09/06 20:39:46 1.73 +++ libgsf/gsf/gsf-infile-msole.c 2006/09/24 01:55:24 1.74 @@ -595,6 +595,13 @@ last = num_bat; } else if (num_metabat > 0) { metabat_block = metabat[last]; + if (num_bat < last) { + /* ::num_bat and ::num_metabat are + * inconsistent. There are too many metabats + * for the bat count in the header. */ + ptr = NULL; + break; + } num_bat -= last; } Index: libgsf.spec =================================================================== RCS file: /cvs/dist/rpms/libgsf/FC-5/libgsf.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- libgsf.spec 11 Feb 2006 04:05:52 -0000 1.23 +++ libgsf.spec 1 Dec 2006 09:18:27 -0000 1.24 @@ -1,7 +1,7 @@ Summary: GNOME Structured File library Name: libgsf Version: 1.13.3 -Release: 2.2.1 +Release: 3 Group: System Environment/Libraries License: LGPL Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.11/%{name}-%{version}.tar.bz2 @@ -14,6 +14,8 @@ BuildRequires: bzip2-devel Obsoletes: libgsf113 +Patch0: libgsf_CVE-2006-4514.patch + %description A library for reading and writing structured files (eg MS OLE and Zip) @@ -33,6 +35,7 @@ %prep %setup -q +%patch0 -p1 -b libgsf_CVE-2006-4514.patch %build %configure --enable-gtk-doc @@ -69,6 +72,9 @@ rm -r $RPM_BUILD_ROOT %changelog +* Fri Dec 01 2006 Caolan McNamara 1.13.3-3 +- CVE-2006-4514 heap overflow + * Fri Feb 10 2006 Jesse Keating - 1.13.3-2.2.1 - bump again for double-long bug on ppc(64) From fedora-cvs-commits at redhat.com Fri Dec 1 09:42:45 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 04:42:45 -0500 Subject: rpms/openssl/FC-6 openssl-0.9.8b-x509-name-cmp.patch, 1.1, 1.2 openssl.spec, 1.87, 1.88 Message-ID: <200612010942.kB19gjWL006587@cvs.devel.redhat.com> Author: tmraz Update of /cvs/dist/rpms/openssl/FC-6 In directory cvs.devel.redhat.com:/tmp/cvs-serv6570 Modified Files: openssl-0.9.8b-x509-name-cmp.patch openssl.spec Log Message: * Thu Nov 30 2006 Tomas Mraz 0.9.8b-8.3 - the previous change still didn't make X509_NAME_cmp transitive openssl-0.9.8b-x509-name-cmp.patch: x509_cmp.c | 9 +-------- 1 files changed, 1 insertion(+), 8 deletions(-) Index: openssl-0.9.8b-x509-name-cmp.patch =================================================================== RCS file: /cvs/dist/rpms/openssl/FC-6/openssl-0.9.8b-x509-name-cmp.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openssl-0.9.8b-x509-name-cmp.patch 23 Nov 2006 20:43:20 -0000 1.1 +++ openssl-0.9.8b-x509-name-cmp.patch 1 Dec 2006 09:42:43 -0000 1.2 @@ -1,21 +1,18 @@ -Make X509_NAME_cmp transitive. --- openssl-0.9.8b/crypto/x509/x509_cmp.c.name-cmp 2004-12-01 02:45:30.000000000 +0100 -+++ openssl-0.9.8b/crypto/x509/x509_cmp.c 2006-11-23 21:21:40.000000000 +0100 -@@ -287,7 +287,16 @@ - nbbit = ASN1_tag2bit(nb->value->type); - if (!(nabit & STR_TYPE_CMP) || - !(nbbit & STR_TYPE_CMP)) ++++ openssl-0.9.8b/crypto/x509/x509_cmp.c 2006-11-30 23:37:26.000000000 +0100 +@@ -282,14 +282,7 @@ + nb=sk_X509_NAME_ENTRY_value(b->entries,i); + j=na->value->type-nb->value->type; + if (j) +- { +- nabit = ASN1_tag2bit(na->value->type); +- nbbit = ASN1_tag2bit(nb->value->type); +- if (!(nabit & STR_TYPE_CMP) || +- !(nbbit & STR_TYPE_CMP)) - return j; -+ { -+ if (!(nabit & STR_TYPE_CMP) && -+ (nbbit & STR_TYPE_CMP)) -+ return -1; -+ else if ((nabit & STR_TYPE_CMP) && -+ !(nbbit & STR_TYPE_CMP)) -+ return 1; -+ else -+ return j; -+ } - j = asn1_string_memcmp(na->value, nb->value); - } +- j = asn1_string_memcmp(na->value, nb->value); +- } ++ return j; else if (na->value->type == V_ASN1_PRINTABLESTRING) + j=nocase_spacenorm_cmp(na->value, nb->value); + else if (na->value->type == V_ASN1_IA5STRING Index: openssl.spec =================================================================== RCS file: /cvs/dist/rpms/openssl/FC-6/openssl.spec,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- openssl.spec 23 Nov 2006 20:43:20 -0000 1.87 +++ openssl.spec 1 Dec 2006 09:42:43 -0000 1.88 @@ -21,7 +21,7 @@ Summary: The OpenSSL toolkit Name: openssl Version: 0.9.8b -Release: 8.0.1%{?dist} +Release: 8.3%{?dist} Source: openssl-%{version}-usa.tar.bz2 Source1: hobble-openssl Source2: Makefile.certificate @@ -367,11 +367,14 @@ %postun -p /sbin/ldconfig %changelog -* Thu Nov 23 2006 Tomas Mraz 0.9.8b-8.0.1 +* Thu Nov 30 2006 Tomas Mraz 0.9.8b-8.3 +- the previous change still didn't make X509_NAME_cmp transitive + +* Thu Nov 23 2006 Tomas Mraz 0.9.8b-8.2 - make X509_NAME_cmp transitive otherwise certificate lookup is broken (#216050) -* Thu Nov 2 2006 Tomas Mraz 0.9.8b-9 +* Fri Nov 3 2006 Tomas Mraz 0.9.8b-8.1 - aliasing bug in engine loading, patch by IBM (#213216) * Mon Oct 2 2006 Tomas Mraz 0.9.8b-8 From fedora-cvs-commits at redhat.com Fri Dec 1 12:49:10 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 07:49:10 -0500 Subject: rpms/ppp/FC-6 ppp.spec,1.39,1.40 Message-ID: <200612011249.kB1CnACh006107@cvs.devel.redhat.com> Author: twoerner Update of /cvs/dist/rpms/ppp/FC-6 In directory cvs.devel.redhat.com:/tmp/cvs-serv5974 Modified Files: ppp.spec Log Message: [tw] - fixed build requirement for libpcap (#217661) Index: ppp.spec =================================================================== RCS file: /cvs/dist/rpms/ppp/FC-6/ppp.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ppp.spec 24 Jul 2006 18:09:32 -0000 1.39 +++ ppp.spec 1 Dec 2006 12:49:08 -0000 1.40 @@ -1,7 +1,7 @@ Summary: The PPP (Point-to-Point Protocol) daemon. Name: ppp Version: 2.4.4 -Release: 1 +Release: 1%{dist} License: distributable Group: System Environment/Daemons Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz @@ -25,7 +25,7 @@ Patch22: ppp-2.4.4-cbcp.patch BuildRoot: %{_tmppath}/%{name}-root -BuildPrereq: pam-devel, libpcap +BuildPrereq: pam-devel, libpcap-devel Requires: glibc >= 2.0.6, /etc/pam.d/system-auth, logrotate, libpcap >= 14:0.8.3-6 %description @@ -113,6 +113,9 @@ %changelog +* Fri Dec 1 2006 Thomas Woerner 2.4.4-1%{dist} +- fixed build requirement for libpcap (#217661) + * Wed Jul 19 2006 Thomas Woerner 2.4.4-1 - new version 2.4.4 with lots of fixes - fixed reesolv.conf docs (#165072) From fedora-cvs-commits at redhat.com Fri Dec 1 13:45:58 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 08:45:58 -0500 Subject: rpms/foomatic/FC-6 .cvsignore, 1.42, 1.43 foomatic.spec, 1.146, 1.147 sources, 1.42, 1.43 Message-ID: <200612011345.kB1DjwsK021118@cvs.devel.redhat.com> Author: twaugh Update of /cvs/dist/rpms/foomatic/FC-6 In directory cvs.devel.redhat.com:/tmp/cvs-serv21092 Modified Files: .cvsignore foomatic.spec sources Log Message: * Fri Dec 1 2006 Tim Waugh 3.0.2-39.2 - Updated db to 3.0-20061130. Index: .cvsignore =================================================================== RCS file: /cvs/dist/rpms/foomatic/FC-6/.cvsignore,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- .cvsignore 10 Nov 2006 10:39:43 -0000 1.42 +++ .cvsignore 1 Dec 2006 13:45:56 -0000 1.43 @@ -33,3 +33,4 @@ foomatic-db-3.0-20061031.tar.gz foomatic-db-hpijs-20061031.tar.gz foomatic-db-engine-3.0-20061109.tar.gz +foomatic-db-3.0-20061130.tar.gz Index: foomatic.spec =================================================================== RCS file: /cvs/dist/rpms/foomatic/FC-6/foomatic.spec,v retrieving revision 1.146 retrieving revision 1.147 diff -u -r1.146 -r1.147 --- foomatic.spec 10 Nov 2006 10:39:43 -0000 1.146 +++ foomatic.spec 1 Dec 2006 13:45:56 -0000 1.147 @@ -1,4 +1,4 @@ -%define dbver 20061031 +%define dbver 20061130 %define enginever 3.0-20061109 %define filtersver 20051209 %define hpijsver 20061031 @@ -8,7 +8,7 @@ Summary: Foomatic printer database. Name: foomatic Version: 3.0.2 -Release: 39.1%{?dist} +Release: 39.2%{?dist} License: GPL Group: System Environment/Libraries @@ -279,6 +279,9 @@ %{_var}/cache/foomatic %changelog +* Fri Dec 1 2006 Tim Waugh 3.0.2-39.2 +- Updated db to 3.0-20061130. + * Fri Nov 10 2006 Tim Waugh 3.0.2-39.1 - Updated db-engine to 3.0-20061109 (bug #197331). Index: sources =================================================================== RCS file: /cvs/dist/rpms/foomatic/FC-6/sources,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- sources 10 Nov 2006 10:39:43 -0000 1.42 +++ sources 1 Dec 2006 13:45:56 -0000 1.43 @@ -1,6 +1,6 @@ e5cac8f30f0c39b576c1a25008a06198 gimp-print-foomatic-db-4.2.7.tar.bz2 dcfbfbe16d76d0b6e44cb261fccd138f Omni-printers-0.9.2.tar.bz2 5876178c3aefd36102bc5eef575d3f9c foomatic-filters-3.0-20051209.tar.gz -0dc1e660c2860d0c0ea38144e26f8288 foomatic-db-3.0-20061031.tar.gz 480ab4a4148667dad1ffc188b6480bce foomatic-db-hpijs-20061031.tar.gz 562703c7da605a4c89ac476a3bf7955b foomatic-db-engine-3.0-20061109.tar.gz +331cc5406cda3796b1bb5f130ff8114a foomatic-db-3.0-20061130.tar.gz From fedora-cvs-commits at redhat.com Fri Dec 1 14:44:56 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 09:44:56 -0500 Subject: rpms/gnome-pilot/FC-6 .cvsignore, 1.10, 1.11 gnome-pilot.spec, 1.47, 1.48 sources, 1.10, 1.11 gnome-pilot-2.0.14-sleep.patch, 1.1, NONE Message-ID: <200612011444.kB1Eiurh021358@cvs.devel.redhat.com> Author: mbarnes Update of /cvs/dist/rpms/gnome-pilot/FC-6 In directory cvs.devel.redhat.com:/tmp/cvs-serv21196 Modified Files: .cvsignore gnome-pilot.spec sources Removed Files: gnome-pilot-2.0.14-sleep.patch Log Message: * Fri Dec 01 2006 Matthew Barnes - 2.0.15-1.fc6 - Update to 2.0.15 - Remove patch for GNOME bug #362565 (fixed upstream). Index: .cvsignore =================================================================== RCS file: /cvs/dist/rpms/gnome-pilot/FC-6/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 13 Nov 2006 16:44:40 -0000 1.10 +++ .cvsignore 1 Dec 2006 14:44:54 -0000 1.11 @@ -1 +1 @@ -gnome-pilot-2.0.14.tar.bz2 +gnome-pilot-2.0.15.tar.bz2 Index: gnome-pilot.spec =================================================================== RCS file: /cvs/dist/rpms/gnome-pilot/FC-6/gnome-pilot.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- gnome-pilot.spec 13 Nov 2006 16:44:40 -0000 1.47 +++ gnome-pilot.spec 1 Dec 2006 14:44:54 -0000 1.48 @@ -3,7 +3,7 @@ ### Abstract ### Name: gnome-pilot -Version: 2.0.14 +Version: 2.0.15 Release: 1%{?dist} License: LGPL Group: Applications/Communications @@ -14,11 +14,8 @@ ### Patches ### -# Gnome.org bug #362565 -Patch1: gnome-pilot-2.0.14-sleep.patch - # RH bug #135304 (sort of) -Patch2: gnome-pilot-2.0.14-fix-conduit-dir.patch +Patch1: gnome-pilot-2.0.14-fix-conduit-dir.patch ### Dependencies ### @@ -60,9 +57,7 @@ %prep %setup -q - -%patch1 -p1 -b .sleep -%patch2 -p1 -b .fix-conduit-dir +%patch1 -p1 -b .fix-conduit-dir %build %configure @@ -134,6 +129,10 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Fri Dec 01 2006 Matthew Barnes - 2.0.15-1.fc6 +- Update to 2.0.15 +- Remove patch for GNOME bug #362565 (fixed upstream). + * Mon Nov 13 2006 Matthew Barnes - 2.0.14-1.fc6 - Update to 2.0.14 - Add patch for Gnome.org bug #362565 (sleep before syncing). Index: sources =================================================================== RCS file: /cvs/dist/rpms/gnome-pilot/FC-6/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 13 Nov 2006 16:44:40 -0000 1.10 +++ sources 1 Dec 2006 14:44:54 -0000 1.11 @@ -1 +1 @@ -e0dd8c92db7c6df8840e5dcecaea2f3b gnome-pilot-2.0.14.tar.bz2 +460a1fdd2206e1bbf820639831ca88f8 gnome-pilot-2.0.15.tar.bz2 --- gnome-pilot-2.0.14-sleep.patch DELETED --- From fedora-cvs-commits at redhat.com Fri Dec 1 14:55:46 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 09:55:46 -0500 Subject: rpms/gnome-pilot-conduits/FC-6 .cvsignore, 1.6, 1.7 gnome-pilot-conduits.spec, 1.22, 1.23 sources, 1.6, 1.7 Message-ID: <200612011455.kB1Etkev017703@cvs.devel.redhat.com> Author: mbarnes Update of /cvs/dist/rpms/gnome-pilot-conduits/FC-6 In directory cvs.devel.redhat.com:/tmp/cvs-serv17584 Modified Files: .cvsignore gnome-pilot-conduits.spec sources Log Message: * Fri Dec 01 2006 Matthew Barnes - 2.0.15-1.fc6 - Update to 2.0.15 Index: .cvsignore =================================================================== RCS file: /cvs/dist/rpms/gnome-pilot-conduits/FC-6/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 13 Nov 2006 16:58:22 -0000 1.6 +++ .cvsignore 1 Dec 2006 14:55:44 -0000 1.7 @@ -1 +1 @@ -gnome-pilot-conduits-2.0.14.tar.bz2 +gnome-pilot-conduits-2.0.15.tar.bz2 Index: gnome-pilot-conduits.spec =================================================================== RCS file: /cvs/dist/rpms/gnome-pilot-conduits/FC-6/gnome-pilot-conduits.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- gnome-pilot-conduits.spec 13 Nov 2006 16:58:22 -0000 1.22 +++ gnome-pilot-conduits.spec 1 Dec 2006 14:55:44 -0000 1.23 @@ -1,9 +1,9 @@ -%define gnome_pilot_version 2.0.14 +%define gnome_pilot_version 2.0.15 ### Abstract ### Name: gnome-pilot-conduits -Version: 2.0.14 +Version: 2.0.15 Release: 1%{?dist} License: LGPL Group: Applications/Communications @@ -71,6 +71,9 @@ %{_libdir}/gnome-pilot/conduits/*.so %changelog +* Fri Dec 01 2006 Matthew Barnes - 2.0.15-1.fc6 +- Update to 2.0.15 + * Mon Nov 13 2006 Matthew Barnes - 2.0.14-1.fc6 - Update to 2.0.14 - Remove patches fixed upstream: Index: sources =================================================================== RCS file: /cvs/dist/rpms/gnome-pilot-conduits/FC-6/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 13 Nov 2006 16:58:22 -0000 1.6 +++ sources 1 Dec 2006 14:55:44 -0000 1.7 @@ -1 +1 @@ -2fcc65c4aa7da5746432bb7443bb80f1 gnome-pilot-conduits-2.0.14.tar.bz2 +19abe4219da30479018c245ec1160d33 gnome-pilot-conduits-2.0.15.tar.bz2 From fedora-cvs-commits at redhat.com Fri Dec 1 15:22:56 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 10:22:56 -0500 Subject: rpms/gphoto2/devel gphoto2.spec,1.71,1.72 Message-ID: <200612011522.kB1FMuka027396@cvs.devel.redhat.com> Author: jnovy Update of /cvs/dist/rpms/gphoto2/devel In directory cvs.devel.redhat.com:/tmp/cvs-serv25656 Modified Files: gphoto2.spec Log Message: nuke useless PreReq and BuildRequires Index: gphoto2.spec =================================================================== RCS file: /cvs/dist/rpms/gphoto2/devel/gphoto2.spec,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- gphoto2.spec 7 Nov 2006 13:47:42 -0000 1.71 +++ gphoto2.spec 1 Dec 2006 15:22:54 -0000 1.72 @@ -23,13 +23,10 @@ Patch6: gphoto2-2.2.0-print-camera-list.patch Url: http://www.gphoto.org/ ExcludeArch: s390 s390x -PreReq: /sbin/ldconfig, grep, fileutils Provides: libgphoto2 = %{libver} Requires: lockdev BuildRequires: libusb-devel >= 0.1.5 -BuildRequires: gtk-doc -BuildRequires: findutils perl -BuildRequires: transfig +BuildRequires: perl BuildRequires: lockdev-devel BuildRequires: libexif-devel BuildRequires: libjpeg-devel, readline-devel @@ -241,6 +238,9 @@ # ChangeLog ######################################################################## %changelog +* Fri Dec 1 2006 Jindrich Novy 2.2.0-4 +- nuke useless PreReq and BuildRequires + * Fri Nov 3 2006 Jindrich Novy 2.2.0-3 - fix BuildRoot, use dist tag - specify version of libgphoto2 in Provides From fedora-cvs-commits at redhat.com Fri Dec 1 15:23:50 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 10:23:50 -0500 Subject: rpms/gphoto2/devel gphoto2.spec,1.72,1.73 Message-ID: <200612011523.kB1FNot8028136@cvs.devel.redhat.com> Author: jnovy Update of /cvs/dist/rpms/gphoto2/devel In directory cvs.devel.redhat.com:/tmp/cvs-serv27978 Modified Files: gphoto2.spec Log Message: release++ Index: gphoto2.spec =================================================================== RCS file: /cvs/dist/rpms/gphoto2/devel/gphoto2.spec,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- gphoto2.spec 1 Dec 2006 15:22:54 -0000 1.72 +++ gphoto2.spec 1 Dec 2006 15:23:48 -0000 1.73 @@ -8,7 +8,7 @@ %define libpkg libgphoto2 %define libver 2.2.1 Version: %{pkgver} -Release: 3%{?dist} +Release: 4%{?dist} License: LGPL Group: Applications/Multimedia BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) From fedora-cvs-commits at redhat.com Fri Dec 1 15:28:22 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 10:28:22 -0500 Subject: rpms/frysk/FC-5 .cvsignore, 1.20, 1.21 frysk.spec, 1.48, 1.49 sources, 1.21, 1.22 Message-ID: <200612011528.kB1FSMSe032035@cvs.devel.redhat.com> Author: skasal Update of /cvs/dist/rpms/frysk/FC-5 In directory cvs.devel.redhat.com:/tmp/cvs-serv31961 Modified Files: .cvsignore frysk.spec sources Log Message: - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/dist/rpms/frysk/FC-5/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 30 Nov 2006 16:59:41 -0000 1.20 +++ .cvsignore 1 Dec 2006 15:28:20 -0000 1.21 @@ -1 +1 @@ -frysk-0.0.1.2006.11.30.rh1.tar.bz2 +frysk-0.0.1.2006.12.01.rh1.tar.bz2 Index: frysk.spec =================================================================== RCS file: /cvs/dist/rpms/frysk/FC-5/frysk.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- frysk.spec 30 Nov 2006 16:59:41 -0000 1.48 +++ frysk.spec 1 Dec 2006 15:28:20 -0000 1.49 @@ -1,6 +1,6 @@ Summary: Frysk execution analysis tool Name: frysk -Version: 0.0.1.2006.11.30.rh1 +Version: 0.0.1.2006.12.01.rh1 Release: 1%{?dist} License: GPL Group: Development/System @@ -144,6 +144,10 @@ %{_libexecdir}/frysk/* %changelog +* Fri Dec 1 2006 Stepan Kasal - 0.0.1.2006.12.01.rh1-1 +- New upstream version. +- Resolves: #211288. + * Thu Nov 30 2006 Stepan Kasal - 0.0.1.2006.11.30.rh1-1 - New upstream version. - The stamp file for glade files has been renamed. Index: sources =================================================================== RCS file: /cvs/dist/rpms/frysk/FC-5/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 30 Nov 2006 16:59:41 -0000 1.21 +++ sources 1 Dec 2006 15:28:20 -0000 1.22 @@ -1 +1 @@ -3d3b2933851337a32bd97a3f612d624e frysk-0.0.1.2006.11.30.rh1.tar.bz2 +d7c389a3fe0962bba74c014037072df4 frysk-0.0.1.2006.12.01.rh1.tar.bz2 From fedora-cvs-commits at redhat.com Fri Dec 1 15:28:28 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 10:28:28 -0500 Subject: rpms/frysk/FC-6 .cvsignore, 1.41, 1.42 frysk.spec, 1.107, 1.108 sources, 1.41, 1.42 Message-ID: <200612011528.kB1FSSaK032121@cvs.devel.redhat.com> Author: skasal Update of /cvs/dist/rpms/frysk/FC-6 In directory cvs.devel.redhat.com:/tmp/cvs-serv32081 Modified Files: .cvsignore frysk.spec sources Log Message: - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/dist/rpms/frysk/FC-6/.cvsignore,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- .cvsignore 30 Nov 2006 16:59:26 -0000 1.41 +++ .cvsignore 1 Dec 2006 15:28:26 -0000 1.42 @@ -1 +1 @@ -frysk-0.0.1.2006.11.30.rh1.tar.bz2 +frysk-0.0.1.2006.12.01.rh1.tar.bz2 Index: frysk.spec =================================================================== RCS file: /cvs/dist/rpms/frysk/FC-6/frysk.spec,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- frysk.spec 30 Nov 2006 16:59:26 -0000 1.107 +++ frysk.spec 1 Dec 2006 15:28:26 -0000 1.108 @@ -1,6 +1,6 @@ Summary: Frysk execution analysis tool Name: frysk -Version: 0.0.1.2006.11.30.rh1 +Version: 0.0.1.2006.12.01.rh1 Release: 1%{?dist} License: GPL Group: Development/System @@ -144,6 +144,10 @@ %{_libexecdir}/frysk/* %changelog +* Fri Dec 1 2006 Stepan Kasal - 0.0.1.2006.12.01.rh1-1 +- New upstream version. +- Resolves: #211288. + * Thu Nov 30 2006 Stepan Kasal - 0.0.1.2006.11.30.rh1-1 - New upstream version. - The stamp file for glade files has been renamed. Index: sources =================================================================== RCS file: /cvs/dist/rpms/frysk/FC-6/sources,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- sources 30 Nov 2006 16:59:26 -0000 1.41 +++ sources 1 Dec 2006 15:28:26 -0000 1.42 @@ -1 +1 @@ -3d3b2933851337a32bd97a3f612d624e frysk-0.0.1.2006.11.30.rh1.tar.bz2 +d7c389a3fe0962bba74c014037072df4 frysk-0.0.1.2006.12.01.rh1.tar.bz2 From fedora-cvs-commits at redhat.com Fri Dec 1 15:28:36 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 10:28:36 -0500 Subject: rpms/frysk/devel .cvsignore, 1.41, 1.42 frysk.spec, 1.106, 1.107 sources, 1.41, 1.42 Message-ID: <200612011528.kB1FSapv032246@cvs.devel.redhat.com> Author: skasal Update of /cvs/dist/rpms/frysk/devel In directory cvs.devel.redhat.com:/tmp/cvs-serv32201 Modified Files: .cvsignore frysk.spec sources Log Message: - New upstream version. Index: .cvsignore =================================================================== RCS file: /cvs/dist/rpms/frysk/devel/.cvsignore,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- .cvsignore 30 Nov 2006 16:53:31 -0000 1.41 +++ .cvsignore 1 Dec 2006 15:28:34 -0000 1.42 @@ -1 +1 @@ -frysk-0.0.1.2006.11.30.rh1.tar.bz2 +frysk-0.0.1.2006.12.01.rh1.tar.bz2 Index: frysk.spec =================================================================== RCS file: /cvs/dist/rpms/frysk/devel/frysk.spec,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- frysk.spec 30 Nov 2006 16:53:31 -0000 1.106 +++ frysk.spec 1 Dec 2006 15:28:34 -0000 1.107 @@ -1,6 +1,6 @@ Summary: Frysk execution analysis tool Name: frysk -Version: 0.0.1.2006.11.30.rh1 +Version: 0.0.1.2006.12.01.rh1 Release: 1%{?dist} License: GPL Group: Development/System @@ -145,6 +145,10 @@ %{_libexecdir}/frysk/* %changelog +* Fri Dec 1 2006 Stepan Kasal - 0.0.1.2006.12.01.rh1-1 +- New upstream version. +- Resolves: #211288. + * Thu Nov 30 2006 Stepan Kasal - 0.0.1.2006.11.30.rh1-1 - New upstream version. - The stamp file for glade files has been renamed. Index: sources =================================================================== RCS file: /cvs/dist/rpms/frysk/devel/sources,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- sources 30 Nov 2006 16:53:31 -0000 1.41 +++ sources 1 Dec 2006 15:28:34 -0000 1.42 @@ -1 +1 @@ -3d3b2933851337a32bd97a3f612d624e frysk-0.0.1.2006.11.30.rh1.tar.bz2 +d7c389a3fe0962bba74c014037072df4 frysk-0.0.1.2006.12.01.rh1.tar.bz2 From fedora-cvs-commits at redhat.com Fri Dec 1 16:31:27 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 11:31:27 -0500 Subject: rpms/openoffice.org/devel .cvsignore, 1.118, 1.119 sources, 1.210, 1.211 Message-ID: <200612011631.kB1GVRvd020662@cvs.devel.redhat.com> Author: caolanm Update of /cvs/dist/rpms/openoffice.org/devel In directory cvs.devel.redhat.com:/tmp/cvs-serv20619 Modified Files: .cvsignore sources Log Message: new sources Index: .cvsignore =================================================================== RCS file: /cvs/dist/rpms/openoffice.org/devel/.cvsignore,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- .cvsignore 20 Nov 2006 14:34:48 -0000 1.118 +++ .cvsignore 1 Dec 2006 16:31:24 -0000 1.119 @@ -189,3 +189,5 @@ OOE680_m2.tar.bz2 OOE680_m3.tar.bz2 OOE680_m4.tar.bz2 +OOE680_m5.tar.bz2 +OOE680_m6.tar.bz2 Index: sources =================================================================== RCS file: /cvs/dist/rpms/openoffice.org/devel/sources,v retrieving revision 1.210 retrieving revision 1.211 diff -u -r1.210 -r1.211 --- sources 29 Nov 2006 19:52:32 -0000 1.210 +++ sources 1 Dec 2006 16:31:24 -0000 1.211 @@ -9,5 +9,5 @@ cba51824724ada973394d8feecdd0213 pa-IN-179.sdf 26c72b57608d21c7cccf941f1df2aea9 redhat-templates.tar.gz ee968967874a00653845c83749e42d43 openoffice.org-simple-crash_report.sh -11e4447248c056e0a0abdaf82a46a2e4 OOE680_m5.tar.bz2 f6859078dd9926d25c12edb5255d9177 openoffice.org.langpack.template.tar.gz +9d65fe089ddb5793cc1815ebe96b1f8a OOE680_m6.tar.bz2 From fedora-cvs-commits at redhat.com Fri Dec 1 16:31:29 2006 From: fedora-cvs-commits at redhat.com (fedora-cvs-commits at redhat.com) Date: Fri, 1 Dec 2006 11:31:29 -0500 Subject: rpms/policycoreutils/devel .cvsignore, 1.127, 1.128 policycoreutils-po.patch, 1.13, 1.14 policycoreutils-rhat.patch, 1.261, 1.262 policycoreutils.spec, 1.345, 1.346 sources, 1.131, 1.132 Message-ID: <200612011631.kB1GVTjk020713@cvs.devel.redhat.com> Author: dwalsh Update of /cvs/dist/rpms/policycoreutils/devel In directory cvs.devel.redhat.com:/tmp/cvs-serv20623 Modified Files: .cvsignore policycoreutils-po.patch policycoreutils-rhat.patch policycoreutils.spec sources Log Message: * Fri Dec 1 2006 Dan Walsh 1.33.6-2 - Update po files Resolves: #216920 Index: .cvsignore =================================================================== RCS file: /cvs/dist/rpms/policycoreutils/devel/.cvsignore,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- .cvsignore 28 Nov 2006 15:39:19 -0000 1.127 +++ .cvsignore 1 Dec 2006 16:31:26 -0000 1.128 @@ -119,3 +119,4 @@ policycoreutils-1.33.2.tgz policycoreutils-1.33.4.tgz policycoreutils-1.33.5.tgz +policycoreutils-1.33.6.tgz policycoreutils-po.patch: POTFILES.in | 46 ++ af.po | 481 +++++++++++++++------------- am.po | 481 +++++++++++++++------------- ar.po | 481 +++++++++++++++------------- as.po | 481 +++++++++++++++------------- be.po | 481 +++++++++++++++------------- bg.po | 481 +++++++++++++++------------- bn.po | 481 +++++++++++++++------------- bn_IN.po | 545 +++++++++++++++++-------------- ca.po | 529 +++++++++++++++++------------- cs.po | 481 +++++++++++++++------------- cy.po | 481 +++++++++++++++------------- da.po | 525 ++++++++++++++++-------------- de.po | 543 +++++++++++++++++-------------- el.po | 527 +++++++++++++++++------------- en_GB.po | 481 +++++++++++++++------------- es.po | 538 +++++++++++++++++-------------- et.po | 479 +++++++++++++++------------- eu_ES.po | 481 +++++++++++++++------------- fa.po | 481 +++++++++++++++------------- fi.po | 481 +++++++++++++++------------- fr.po | 799 +++++++++++++++++++++++++--------------------- gl.po | 479 +++++++++++++++------------- gu.po | 535 +++++++++++++++++-------------- he.po | 481 +++++++++++++++------------- hi.po | 538 +++++++++++++++++-------------- hr.po | 627 ++++++++++++++++++++++-------------- hu.po | 527 +++++++++++++++++------------- hy.po | 481 +++++++++++++++------------- id.po | 479 +++++++++++++++------------- is.po | 481 +++++++++++++++------------- it.po | 555 ++++++++++++++++++-------------- ja.po | 889 ++++++++++++++++++++++++++++------------------------ ka.po | 481 +++++++++++++++------------- kn.po | 481 +++++++++++++++------------- ko.po | 552 +++++++++++++++++--------------- ku.po | 481 +++++++++++++++------------- lo.po | 481 +++++++++++++++------------- lt.po | 481 +++++++++++++++------------- lv.po | 481 +++++++++++++++------------- mk.po | 481 +++++++++++++++------------- ml.po | 539 +++++++++++++++++-------------- mr.po | 497 ++++++++++++++++------------- ms.po | 537 +++++++++++++++++-------------- my.po | 481 +++++++++++++++------------- nb.po | 481 +++++++++++++++------------- nl.po | 546 +++++++++++++++++-------------- nn.po | 481 +++++++++++++++------------- no.po | 481 +++++++++++++++------------- nso.po | 481 +++++++++++++++------------- or.po | 561 ++++++++++++++++++-------------- pa.po | 516 ++++++++++++++++-------------- pl.po | 544 +++++++++++++++++-------------- policycoreutils.pot | 481 +++++++++++++++------------- pt.po | 543 +++++++++++++++++-------------- pt_BR.po | 576 +++++++++++++++++++-------------- ro.po | 481 +++++++++++++++------------- ru.po | 592 ++++++++++++++++++---------------- si.po | 481 +++++++++++++++------------- sk.po | 523 ++++++++++++++++-------------- sl.po | 481 +++++++++++++++------------- sq.po | 481 +++++++++++++++------------- sr.po | 523 ++++++++++++++++-------------- sr at Latn.po | 523 ++++++++++++++++-------------- sv.po | 525 ++++++++++++++++-------------- ta.po | 535 +++++++++++++++++-------------- te.po | 481 +++++++++++++++------------- th.po | 481 +++++++++++++++------------- tr.po | 481 +++++++++++++++------------- uk.po | 527 +++++++++++++++++------------- ur.po | 481 +++++++++++++++------------- vi.po | 481 +++++++++++++++------------- zh_CN.po | 523 ++++++++++++++++-------------- zh_TW.po | 842 ++++++++++++++++++++++++++----------------------- zu.po | 481 +++++++++++++++------------- 75 files changed, 21334 insertions(+), 17109 deletions(-) View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.13 -r 1.14 policycoreutils-po.patch Index: policycoreutils-po.patch =================================================================== RCS file: /cvs/dist/rpms/policycoreutils/devel/policycoreutils-po.patch,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- policycoreutils-po.patch 29 Nov 2006 17:48:22 -0000 1.13 +++ policycoreutils-po.patch 1 Dec 2006 16:31:26 -0000 1.14 @@ -1,6 +1,6 @@ -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils-1.33.5/po/af.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/af.po policycoreutils-1.33.6/po/af.po --- nsapolicycoreutils/po/af.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/af.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/af.po 2006-12-01 11:28:03.000000000 -0500 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -1108,9 +1108,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/am.po policycoreutils-1.33.5/po/am.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/am.po policycoreutils-1.33.6/po/am.po --- nsapolicycoreutils/po/am.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/am.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/am.po 2006-12-01 11:28:03.000000000 -0500 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -2218,9 +2218,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ar.po policycoreutils-1.33.5/po/ar.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ar.po policycoreutils-1.33.6/po/ar.po --- nsapolicycoreutils/po/ar.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/ar.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/ar.po 2006-12-01 11:28:03.000000000 -0500 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -3328,9 +3328,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/as.po policycoreutils-1.33.5/po/as.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/as.po policycoreutils-1.33.6/po/as.po --- nsapolicycoreutils/po/as.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/as.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/as.po 2006-12-01 11:28:03.000000000 -0500 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: as\n" @@ -4438,9 +4438,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/be.po policycoreutils-1.33.5/po/be.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/be.po policycoreutils-1.33.6/po/be.po --- nsapolicycoreutils/po/be.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/be.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/be.po 2006-12-01 11:28:03.000000000 -0500 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -5548,9 +5548,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bg.po policycoreutils-1.33.5/po/bg.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bg.po policycoreutils-1.33.6/po/bg.po --- nsapolicycoreutils/po/bg.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/bg.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/bg.po 2006-12-01 11:28:03.000000000 -0500 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -6658,9 +6658,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn_IN.po policycoreutils-1.33.5/po/bn_IN.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn_IN.po policycoreutils-1.33.6/po/bn_IN.po --- nsapolicycoreutils/po/bn_IN.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/bn_IN.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/bn_IN.po 2006-12-01 11:28:03.000000000 -0500 @@ -36,8 +36,8 @@ msgstr "" "Project-Id-Version: bn_IN\n" @@ -7820,9 +7820,9 @@ #, c-format msgid "Options Error: %s " msgstr "?????????????????? ??????????????????????????? ??????????????????: %s" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn.po policycoreutils-1.33.5/po/bn.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/bn.po policycoreutils-1.33.6/po/bn.po --- nsapolicycoreutils/po/bn.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/bn.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/bn.po 2006-12-01 11:28:03.000000000 -0500 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -8930,9 +8930,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ca.po policycoreutils-1.33.5/po/ca.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ca.po policycoreutils-1.33.6/po/ca.po --- nsapolicycoreutils/po/ca.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/ca.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/ca.po 2006-12-01 11:28:03.000000000 -0500 @@ -22,7 +22,7 @@ msgstr "" "Project-Id-Version: policycoreutils\n" @@ -10087,9 +10087,9 @@ #, c-format msgid "Options Error: %s " msgstr "Error en les opcions: %s " -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cs.po policycoreutils-1.33.5/po/cs.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cs.po policycoreutils-1.33.6/po/cs.po --- nsapolicycoreutils/po/cs.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/cs.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/cs.po 2006-12-01 11:28:03.000000000 -0500 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -11197,9 +11197,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cy.po policycoreutils-1.33.5/po/cy.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/cy.po policycoreutils-1.33.6/po/cy.po --- nsapolicycoreutils/po/cy.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/cy.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/cy.po 2006-12-01 11:28:03.000000000 -0500 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -12307,9 +12307,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/da.po policycoreutils-1.33.5/po/da.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/da.po policycoreutils-1.33.6/po/da.po --- nsapolicycoreutils/po/da.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/da.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/da.po 2006-12-01 11:28:03.000000000 -0500 @@ -3,13 +3,13 @@ # Christian Rose , 2006. # Keld Simonsen , 2006. @@ -13450,9 +13450,9 @@ #, c-format msgid "Options Error: %s " msgstr "Flagfejl: %s " -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/de.po policycoreutils-1.33.5/po/de.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/de.po policycoreutils-1.33.6/po/de.po --- nsapolicycoreutils/po/de.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/de.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/de.po 2006-12-01 11:28:03.000000000 -0500 @@ -1,4 +1,5 @@ # translation of de.po to +# translation of de.po to @@ -14623,9 +14623,9 @@ #, c-format msgid "Options Error: %s " msgstr "Options Fehler: %s" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/el.po policycoreutils-1.33.5/po/el.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/el.po policycoreutils-1.33.6/po/el.po --- nsapolicycoreutils/po/el.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/el.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/el.po 2006-12-01 11:28:03.000000000 -0500 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: el\n" @@ -15788,9 +15788,9 @@ #, fuzzy, c-format msgid "Options Error: %s " msgstr "???????????? ????????????????????????: %s" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/en_GB.po policycoreutils-1.33.5/po/en_GB.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/en_GB.po policycoreutils-1.33.6/po/en_GB.po --- nsapolicycoreutils/po/en_GB.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/en_GB.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/en_GB.po 2006-12-01 11:28:03.000000000 -0500 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -16898,9 +16898,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/es.po policycoreutils-1.33.5/po/es.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/es.po policycoreutils-1.33.6/po/es.po --- nsapolicycoreutils/po/es.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/es.po 2006-11-29 12:46:08.000000000 -0500 ++++ policycoreutils-1.33.6/po/es.po 2006-12-01 11:28:03.000000000 -0500 @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: \n" @@ -18048,9 +18048,9 @@ #, c-format msgid "Options Error: %s " [...3209 lines suppressed...] msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -76373,9 +77481,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/uk.po policycoreutils-1.33.5/po/uk.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/uk.po policycoreutils-1.33.6/po/uk.po --- nsapolicycoreutils/po/uk.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/uk.po 2006-11-29 12:46:09.000000000 -0500 ++++ policycoreutils-1.33.6/po/uk.po 2006-12-01 11:28:03.000000000 -0500 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: policycoreutils\n" @@ -77514,9 +78622,9 @@ #, c-format msgid "Options Error: %s " msgstr "?????????????? ?? ????????????????????: %s " -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ur.po policycoreutils-1.33.5/po/ur.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/ur.po policycoreutils-1.33.6/po/ur.po --- nsapolicycoreutils/po/ur.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/ur.po 2006-11-29 12:46:09.000000000 -0500 ++++ policycoreutils-1.33.6/po/ur.po 2006-12-01 11:28:03.000000000 -0500 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -78624,9 +79732,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/vi.po policycoreutils-1.33.5/po/vi.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/vi.po policycoreutils-1.33.6/po/vi.po --- nsapolicycoreutils/po/vi.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/vi.po 2006-11-29 12:46:09.000000000 -0500 ++++ policycoreutils-1.33.6/po/vi.po 2006-12-01 11:28:03.000000000 -0500 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" @@ -79734,9 +80842,9 @@ #, c-format msgid "Options Error: %s " msgstr "" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_CN.po policycoreutils-1.33.5/po/zh_CN.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_CN.po policycoreutils-1.33.6/po/zh_CN.po --- nsapolicycoreutils/po/zh_CN.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/zh_CN.po 2006-11-29 12:46:09.000000000 -0500 ++++ policycoreutils-1.33.6/po/zh_CN.po 2006-12-01 11:28:03.000000000 -0500 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: zh_CN\n" @@ -80868,40 +81976,30 @@ #, c-format msgid "Options Error: %s " msgstr "??????????????? %s " -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_TW.po policycoreutils-1.33.5/po/zh_TW.po +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/po/zh_TW.po policycoreutils-1.33.6/po/zh_TW.po --- nsapolicycoreutils/po/zh_TW.po 2006-11-22 13:53:51.000000000 -0500 -+++ policycoreutils-1.33.5/po/zh_TW.po 2006-11-29 12:46:09.000000000 -0500 -@@ -1,21 +1,21 @@ --# translation of zh_TW.po to Chinese, Traditional ++++ policycoreutils-1.33.6/po/zh_TW.po 2006-12-01 11:28:03.000000000 -0500 +@@ -1,15 +1,16 @@ + # translation of zh_TW.po to Chinese, Traditional -# translation of policycoreutils.po to Chinese, Traditional +# translation of zh_TW.po to # This file is distributed under the same license as the PACKAGE package. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER. --# Chester Cheng , 2006. - # -+# Chester Cheng , 2006. + # Chester Cheng , 2006. +# Chester Cheng , 2006. + # msgid "" msgstr "" "Project-Id-Version: zh_TW\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-10-20 09:14-0400\n" -"PO-Revision-Date: 2006-08-30 00:19+1000\n" --"Last-Translator: Chester Cheng \n" --"Language-Team: Chinese, Traditional \n" +"POT-Creation-Date: 2006-11-21 14:21-0500\n" -+"PO-Revision-Date: 2006-11-28 00:29+1000\n" -+"Last-Translator: Chester Cheng \n" -+"Language-Team: \n" ++"PO-Revision-Date: 2006-11-29 15:00+1000\n" + "Last-Translator: Chester Cheng \n" + "Language-Team: Chinese, Traditional \n" "MIME-Version: 1.0\n" - "Content-Type: text/plain; charset=UTF-8\n" - "Content-Transfer-Encoding: 8bit\n" --"X-Generator: KBabel 1.9.1\n" -+"X-Generator: KBabel 1.11.4\n" - - #: ../load_policy/load_policy.c:22 - #, c-format -@@ -27,228 +27,278 @@ +@@ -27,228 +28,278 @@ msgid "%s: Can't load policy: %s\n" msgstr "%s????????????????????????%s\n" @@ -81002,7 +82100,7 @@ +#: ../newrole/newrole.c:482 ../newrole/newrole.c:536 +#, c-format +msgid "Error freeing caps\n" -+msgstr "?????? caps ???????????????\n" ++msgstr "???????????????????????????\n" -#: ../newrole/newrole.c:410 +#: ../newrole/newrole.c:580 @@ -81219,13 +82317,13 @@ +#, c-format +msgid "Authenticating %s.\n" +msgstr "?????? %s???\n" -+ + +-#: ../newrole/newrole.c:834 +#: ../newrole/newrole.c:1020 ../run_init/run_init.c:126 +#, c-format +msgid "failed to initialize PAM\n" +msgstr "????????? PAM ??????\n" - --#: ../newrole/newrole.c:834 ++ +#: ../newrole/newrole.c:1029 +#, c-format +msgid "newrole: incorrect password for %s\n" @@ -81274,13 +82372,13 @@ msgid "Could not set exec context to %s.\n" -msgstr "" +msgstr "????????? exec ??????????????? %s???\n" -+ + +-#: ../newrole/newrole.c:932 +#: ../newrole/newrole.c:1173 +#, c-format +msgid "Unable to restore the environment, aborting\n" +msgstr "???????????????????????????\n" - --#: ../newrole/newrole.c:932 ++ +#: ../newrole/newrole.c:1184 msgid "failed to exec shell\n" -msgstr "" @@ -81288,20 +82386,20 @@ #: ../run_init/run_init.c:67 msgid "" -@@ -256,31 +306,39 @@ +@@ -256,31 +307,39 @@ " where: