From bpepple at fedoraproject.org Thu Jan 1 00:15:12 2009 From: bpepple at fedoraproject.org (Brian Pepple) Date: Thu, 1 Jan 2009 00:15:12 +0000 (UTC) Subject: rpms/farsight2/devel farsight2.spec,1.1,1.2 Message-ID: <20090101001512.E7D297011B@cvs1.fedora.phx.redhat.com> Author: bpepple Update of /cvs/pkgs/rpms/farsight2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11199 Modified Files: farsight2.spec Log Message: add missing changelog entry Index: farsight2.spec =================================================================== RCS file: /cvs/pkgs/rpms/farsight2/devel/farsight2.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- farsight2.spec 31 Dec 2008 23:55:52 -0000 1.1 +++ farsight2.spec 1 Jan 2009 00:14:42 -0000 1.2 @@ -110,5 +110,8 @@ %changelog +* Wed Dec 31 2008 Brian Pepple - 0.0.6-2 +- Preserve time stamps. + * Tue Dec 16 2008 Brian Pepple - 0.0.6-1 - Initial Fedora spec. From lspooky at fedoraproject.org Thu Jan 1 00:36:35 2009 From: lspooky at fedoraproject.org (Henrique Junior) Date: Thu, 1 Jan 2009 00:36:35 +0000 (UTC) Subject: rpms/bkchem/F-9 bkchem-setup.patch, NONE, 1.1 bkchem.desktop, NONE, 1.1 bkchem.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090101003635.2DC827011B@cvs1.fedora.phx.redhat.com> Author: lspooky Update of /cvs/pkgs/rpms/bkchem/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12614/F-9 Modified Files: .cvsignore sources Added Files: bkchem-setup.patch bkchem.desktop bkchem.spec import.log Log Message: * Wed Dec 31 2008 Henrique (LonelySpooky) Junior - 0.12.5-4 - Initial RPM release bkchem-setup.patch: --- NEW FILE bkchem-setup.patch --- --- bkchem-0.12.5/setup.py 2008-05-30 04:34:24.000000000 -0300 +++ bkchem2-0.12.5/setup.py 2008-12-18 11:02:21.000000000 -0200 @@ -58,7 +58,7 @@ platforms = ["Unix", "Windows", "hopefully other OSes able to run Python"], long_description = "BKchem is a chemical drawing program written in Python", - packages=[ 'bkchem', 'bkchem/plugins', 'bkchem/oasa', 'bkchem/oasa/oasa', 'bkchem/oasa/oasa/graph', 'bkchem/plugins/piddle'], + packages=[ 'bkchem', 'bkchem/plugins'], data_files=[ ('share/bkchem/templates', glob.glob( 'templates/*.cdml')+glob.glob('templates/*.xml')), ('share/bkchem/images', ['images/logo.ppm','images/icon.ico']+glob.glob('images/bkchem*.png')), --- NEW FILE bkchem.desktop --- [Desktop Entry] Encoding=UTF-8 Name=BkChem GenericName=BkChem Comment=Chemical drawing tool Exec=bkchem Icon=bkchem Terminal=false Type=Application Categories=Education;Science; --- NEW FILE bkchem.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bkchem Version: 0.12.5 Release: 4%{?dist} Summary: Chemical drawing program Group: Applications/Engineering License: GPLv2+ and GFDL URL: http://bkchem.zirael.org/ Group: Applications/Engineering Source0: http://bkchem.zirael.org/download/%{name}-%{version}.tar.gz Source1: %{name}.desktop Patch1: bkchem-setup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel desktop-file-utils Requires: pycairo tkinter python-imaging PyXML python-pmw python-oasa %description BKChem is a free chemical drawing program. It was conceived and written by Beda Kosata. %prep %setup -q -n %{name}-%{version} %patch1 -p1 -b .bkchem-setup %{__rm} -rf %{_builddir}/%{name}-%{version}/%{name}/oasa %{__rm} -f %{_builddir}/%{name}-%{version}/%{name}/Pmw*.py %{__rm} -rf %{_builddir}/%{name}-%{version}/%{name}/plugins/piddle %build %{__python} setup.py build %install %{__rm} -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} %{__sed} -i -e 's,'%{buildroot}',,g' \ %{buildroot}/%{python_sitelib}/%{name}/site_config.py \ %{buildroot}/%{_bindir}/%{name} %{__rm} -rf %{buildroot}/%{_datadir}/doc/%{name} %find_lang BKchem # menu %{__install} -D -p -m 0644 images/bkchem.png \ %{buildroot}/%{_datadir}/pixmaps/bkchem.png %{__install} -d %{buildroot}/%{_datadir}/applications desktop-file-install --dir=%{buildroot}/%{_datadir}/applications %{SOURCE1} %clean %{__rm} -rf %{buildroot} %files -f BKchem.lang %defattr(-, root ,root, -) %doc README gpl.txt progress.log doc/ %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{python_sitelib}/%{name}* %changelog * Sun Dec 21 2008 Henrique (LonelySpooky) Junior - 0.12.5-4 - improvement of the spec file to be more consistent. * Thu Dec 18 2008 Henrique (LonelySpooky) Junior - 0.12.5-3 - improvement of the patch, saving a lot of space * Tue Dec 16 2008 Henrique (LonelySpooky) Junior - 0.12.5-2 - added a patch to get rid of redundant files * Sat Dec 13 2008 Henrique (LonelySpooky) Junior - 0.12.5-1 - starts using python-pmw instead of a native Pmw - OASA is now splited in its own package * Tue Oct 29 2008 Henrique (LonelySpooky) Junior - 0.12.4-1 - bugfix that solve the corruption of saved files - 0.12.4-1 * Sat Oct 09 2008 Henrique (LonelySpooky) Junior - 0.12.3-1 - added the new release of BKChem - 0.12.3 * Sat Aug 23 2008 Henrique (LonelySpooky) Junior - 0.12.2-4 - piddle is removed from tarball * Sat Jun 22 2008 Henrique (LonelySpooky) Junior - 0.12.2-3 - creation of bkchem.desktop and addition of menu entrie * Thu Jun 19 2008 Henrique (LonelySpooky) Junior - 0.12.2-2 - enhacement of descriptions in the RPM * Fri Jun 13 2008 Terje Rosten - 0.12.2-1 - initial package --- NEW FILE import.log --- bkchem-0_12_5-4_fc10:F-9:bkchem-0.12.5-4.fc10.src.rpm:1230769551 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bkchem/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2008 19:22:20 -0000 1.1 +++ .cvsignore 1 Jan 2009 00:36:04 -0000 1.2 @@ -0,0 +1 @@ +bkchem-0.12.5.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bkchem/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2008 19:22:20 -0000 1.1 +++ sources 1 Jan 2009 00:36:04 -0000 1.2 @@ -0,0 +1 @@ +affe99c8c581bdef9a74e8608d811da8 bkchem-0.12.5.tar.gz From lspooky at fedoraproject.org Thu Jan 1 00:51:10 2009 From: lspooky at fedoraproject.org (Henrique Junior) Date: Thu, 1 Jan 2009 00:51:10 +0000 (UTC) Subject: rpms/bkchem/F-10 bkchem-setup.patch, NONE, 1.1 bkchem.desktop, NONE, 1.1 bkchem.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090101005110.2EE247011B@cvs1.fedora.phx.redhat.com> Author: lspooky Update of /cvs/pkgs/rpms/bkchem/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17640/F-10 Modified Files: .cvsignore sources Added Files: bkchem-setup.patch bkchem.desktop bkchem.spec import.log Log Message: * Wed Dec 31 2008 Henrique (LonelySpooky) Junior - 0.12.5-4 - Initial RPM package bkchem-setup.patch: --- NEW FILE bkchem-setup.patch --- --- bkchem-0.12.5/setup.py 2008-05-30 04:34:24.000000000 -0300 +++ bkchem2-0.12.5/setup.py 2008-12-18 11:02:21.000000000 -0200 @@ -58,7 +58,7 @@ platforms = ["Unix", "Windows", "hopefully other OSes able to run Python"], long_description = "BKchem is a chemical drawing program written in Python", - packages=[ 'bkchem', 'bkchem/plugins', 'bkchem/oasa', 'bkchem/oasa/oasa', 'bkchem/oasa/oasa/graph', 'bkchem/plugins/piddle'], + packages=[ 'bkchem', 'bkchem/plugins'], data_files=[ ('share/bkchem/templates', glob.glob( 'templates/*.cdml')+glob.glob('templates/*.xml')), ('share/bkchem/images', ['images/logo.ppm','images/icon.ico']+glob.glob('images/bkchem*.png')), --- NEW FILE bkchem.desktop --- [Desktop Entry] Encoding=UTF-8 Name=BkChem GenericName=BkChem Comment=Chemical drawing tool Exec=bkchem Icon=bkchem Terminal=false Type=Application Categories=Education;Science; --- NEW FILE bkchem.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bkchem Version: 0.12.5 Release: 4%{?dist} Summary: Chemical drawing program Group: Applications/Engineering License: GPLv2+ and GFDL URL: http://bkchem.zirael.org/ Group: Applications/Engineering Source0: http://bkchem.zirael.org/download/%{name}-%{version}.tar.gz Source1: %{name}.desktop Patch1: bkchem-setup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel desktop-file-utils Requires: pycairo tkinter python-imaging PyXML python-pmw python-oasa %description BKChem is a free chemical drawing program. It was conceived and written by Beda Kosata. %prep %setup -q -n %{name}-%{version} %patch1 -p1 -b .bkchem-setup %{__rm} -rf %{_builddir}/%{name}-%{version}/%{name}/oasa %{__rm} -f %{_builddir}/%{name}-%{version}/%{name}/Pmw*.py %{__rm} -rf %{_builddir}/%{name}-%{version}/%{name}/plugins/piddle %build %{__python} setup.py build %install %{__rm} -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} %{__sed} -i -e 's,'%{buildroot}',,g' \ %{buildroot}/%{python_sitelib}/%{name}/site_config.py \ %{buildroot}/%{_bindir}/%{name} %{__rm} -rf %{buildroot}/%{_datadir}/doc/%{name} %find_lang BKchem # menu %{__install} -D -p -m 0644 images/bkchem.png \ %{buildroot}/%{_datadir}/pixmaps/bkchem.png %{__install} -d %{buildroot}/%{_datadir}/applications desktop-file-install --dir=%{buildroot}/%{_datadir}/applications %{SOURCE1} %clean %{__rm} -rf %{buildroot} %files -f BKchem.lang %defattr(-, root ,root, -) %doc README gpl.txt progress.log doc/ %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{python_sitelib}/%{name}* %changelog * Sun Dec 21 2008 Henrique (LonelySpooky) Junior - 0.12.5-4 - improvement of the spec file to be more consistent. * Thu Dec 18 2008 Henrique (LonelySpooky) Junior - 0.12.5-3 - improvement of the patch, saving a lot of space * Tue Dec 16 2008 Henrique (LonelySpooky) Junior - 0.12.5-2 - added a patch to get rid of redundant files * Sat Dec 13 2008 Henrique (LonelySpooky) Junior - 0.12.5-1 - starts using python-pmw instead of a native Pmw - OASA is now splited in its own package * Tue Oct 29 2008 Henrique (LonelySpooky) Junior - 0.12.4-1 - bugfix that solve the corruption of saved files - 0.12.4-1 * Sat Oct 09 2008 Henrique (LonelySpooky) Junior - 0.12.3-1 - added the new release of BKChem - 0.12.3 * Sat Aug 23 2008 Henrique (LonelySpooky) Junior - 0.12.2-4 - piddle is removed from tarball * Sat Jun 22 2008 Henrique (LonelySpooky) Junior - 0.12.2-3 - creation of bkchem.desktop and addition of menu entrie * Thu Jun 19 2008 Henrique (LonelySpooky) Junior - 0.12.2-2 - enhacement of descriptions in the RPM * Fri Jun 13 2008 Terje Rosten - 0.12.2-1 - initial package --- NEW FILE import.log --- bkchem-0_12_5-4_fc10:F-10:bkchem-0.12.5-4.fc10.src.rpm:1230770905 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bkchem/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2008 19:22:20 -0000 1.1 +++ .cvsignore 1 Jan 2009 00:50:39 -0000 1.2 @@ -0,0 +1 @@ +bkchem-0.12.5.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bkchem/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2008 19:22:20 -0000 1.1 +++ sources 1 Jan 2009 00:50:39 -0000 1.2 @@ -0,0 +1 @@ +affe99c8c581bdef9a74e8608d811da8 bkchem-0.12.5.tar.gz From lspooky at fedoraproject.org Thu Jan 1 01:02:31 2009 From: lspooky at fedoraproject.org (Henrique Junior) Date: Thu, 1 Jan 2009 01:02:31 +0000 (UTC) Subject: rpms/python-oasa/F-9 import.log, NONE, 1.1 python-oasa.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090101010231.375C77011B@cvs1.fedora.phx.redhat.com> Author: lspooky Update of /cvs/pkgs/rpms/python-oasa/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18909/F-9 Modified Files: .cvsignore sources Added Files: import.log python-oasa.spec Log Message: * Wed Dec 31 2008 Henrique (LonelySpooky) Junior - 0.12.5-4 - Initial RPM release --- NEW FILE import.log --- python-oasa-0_12_5-1_fc10:F-9:python-oasa-0.12.5-1.fc10.src.rpm:1230771610 --- NEW FILE python-oasa.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-oasa Version: 0.12.5 Release: 1%{?dist} Summary: Python library for manipulation of chemical formats Group: Development/Libraries License: GPLv2+ URL: http://bkchem.zirael.org Source0: http://bkchem.zirael.org/download/oasa-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel %description Free python library for manipulating and analyzing chemical structures %prep %setup -q -n oasa-%{version} %build %{__python} setup.py build %install %{__rm} -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} %clean %{__rm} -rf %{buildroot} %files %defattr(-, root ,root, -) %doc PKG-INFO progress.log README %{python_sitelib}/oasa/ %{python_sitelib}/oasa-%{version}-py*.egg-info %changelog * Fri Jun 13 2008 Henrique (LonelySpooky) Junior - 0.12.5-1 - initial package Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-oasa/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2008 19:16:01 -0000 1.1 +++ .cvsignore 1 Jan 2009 01:02:00 -0000 1.2 @@ -0,0 +1 @@ +oasa-0.12.5.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-oasa/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2008 19:16:01 -0000 1.1 +++ sources 1 Jan 2009 01:02:00 -0000 1.2 @@ -0,0 +1 @@ +041c7bd2d6ff849ad2c47062d0c826d6 oasa-0.12.5.tar.gz From lspooky at fedoraproject.org Thu Jan 1 01:11:38 2009 From: lspooky at fedoraproject.org (Henrique Junior) Date: Thu, 1 Jan 2009 01:11:38 +0000 (UTC) Subject: rpms/python-oasa/F-10 import.log, NONE, 1.1 python-oasa.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090101011138.7DA5B7011B@cvs1.fedora.phx.redhat.com> Author: lspooky Update of /cvs/pkgs/rpms/python-oasa/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20025/F-10 Modified Files: .cvsignore sources Added Files: import.log python-oasa.spec Log Message: * Wed Dec 31 2008 Henrique (LonelySpooky) Junior - 0.12.5-4 - Initial RPM release --- NEW FILE import.log --- python-oasa-0_12_5-1_fc10:F-10:python-oasa-0.12.5-1.fc10.src.rpm:1230772132 --- NEW FILE python-oasa.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-oasa Version: 0.12.5 Release: 1%{?dist} Summary: Python library for manipulation of chemical formats Group: Development/Libraries License: GPLv2+ URL: http://bkchem.zirael.org Source0: http://bkchem.zirael.org/download/oasa-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel %description Free python library for manipulating and analyzing chemical structures %prep %setup -q -n oasa-%{version} %build %{__python} setup.py build %install %{__rm} -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} %clean %{__rm} -rf %{buildroot} %files %defattr(-, root ,root, -) %doc PKG-INFO progress.log README %{python_sitelib}/oasa/ %{python_sitelib}/oasa-%{version}-py*.egg-info %changelog * Fri Jun 13 2008 Henrique (LonelySpooky) Junior - 0.12.5-1 - initial package Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-oasa/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2008 19:16:01 -0000 1.1 +++ .cvsignore 1 Jan 2009 01:11:08 -0000 1.2 @@ -0,0 +1 @@ +oasa-0.12.5.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-oasa/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2008 19:16:01 -0000 1.1 +++ sources 1 Jan 2009 01:11:08 -0000 1.2 @@ -0,0 +1 @@ +041c7bd2d6ff849ad2c47062d0c826d6 oasa-0.12.5.tar.gz From pkgdb at fedoraproject.org Thu Jan 1 01:15:56 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 01 Jan 2009 01:15:56 +0000 Subject: [pkgdb] k3b-extras: pawpawcatfish has requested watchbugzilla Message-ID: <20090101011556.C4F22208D4F@bastion.fedora.phx.redhat.com> pawpawcatfish has requested the watchbugzilla acl on k3b-extras (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/k3b-extras From pkgdb at fedoraproject.org Thu Jan 1 01:16:00 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 01 Jan 2009 01:16:00 +0000 Subject: [pkgdb] k3b-extras: pawpawcatfish has requested watchcommits Message-ID: <20090101011600.3B96D208D52@bastion.fedora.phx.redhat.com> pawpawcatfish has requested the watchcommits acl on k3b-extras (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/k3b-extras From lspooky at fedoraproject.org Thu Jan 1 01:19:07 2009 From: lspooky at fedoraproject.org (Henrique Junior) Date: Thu, 1 Jan 2009 01:19:07 +0000 (UTC) Subject: rpms/python-oasa/devel import.log, NONE, 1.1 python-oasa.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090101011908.041337011B@cvs1.fedora.phx.redhat.com> Author: lspooky Update of /cvs/pkgs/rpms/python-oasa/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23435/devel Modified Files: .cvsignore sources Added Files: import.log python-oasa.spec Log Message: * Wed Dec 31 2008 Henrique (LonelySpooky) Junior - 0.12.5 - Initial RPM release --- NEW FILE import.log --- python-oasa-0_12_5-1_fc10:HEAD:python-oasa-0.12.5-1.fc10.src.rpm:1230772621 --- NEW FILE python-oasa.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-oasa Version: 0.12.5 Release: 1%{?dist} Summary: Python library for manipulation of chemical formats Group: Development/Libraries License: GPLv2+ URL: http://bkchem.zirael.org Source0: http://bkchem.zirael.org/download/oasa-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel %description Free python library for manipulating and analyzing chemical structures %prep %setup -q -n oasa-%{version} %build %{__python} setup.py build %install %{__rm} -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} %clean %{__rm} -rf %{buildroot} %files %defattr(-, root ,root, -) %doc PKG-INFO progress.log README %{python_sitelib}/oasa/ %{python_sitelib}/oasa-%{version}-py*.egg-info %changelog * Fri Jun 13 2008 Henrique (LonelySpooky) Junior - 0.12.5-1 - initial package Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-oasa/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2008 19:16:01 -0000 1.1 +++ .cvsignore 1 Jan 2009 01:18:37 -0000 1.2 @@ -0,0 +1 @@ +oasa-0.12.5.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-oasa/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2008 19:16:01 -0000 1.1 +++ sources 1 Jan 2009 01:18:37 -0000 1.2 @@ -0,0 +1 @@ +041c7bd2d6ff849ad2c47062d0c826d6 oasa-0.12.5.tar.gz From lspooky at fedoraproject.org Thu Jan 1 01:25:55 2009 From: lspooky at fedoraproject.org (Henrique Junior) Date: Thu, 1 Jan 2009 01:25:55 +0000 (UTC) Subject: rpms/bkchem/devel bkchem-setup.patch, NONE, 1.1 bkchem.desktop, NONE, 1.1 bkchem.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090101012555.1940C7011B@cvs1.fedora.phx.redhat.com> Author: lspooky Update of /cvs/pkgs/rpms/bkchem/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24378/devel Modified Files: .cvsignore sources Added Files: bkchem-setup.patch bkchem.desktop bkchem.spec import.log Log Message: * Wed Dec 31 2008 Henrique (LonelySpooky) Junior - 0.12.5-4 - Initial RPM release bkchem-setup.patch: --- NEW FILE bkchem-setup.patch --- --- bkchem-0.12.5/setup.py 2008-05-30 04:34:24.000000000 -0300 +++ bkchem2-0.12.5/setup.py 2008-12-18 11:02:21.000000000 -0200 @@ -58,7 +58,7 @@ platforms = ["Unix", "Windows", "hopefully other OSes able to run Python"], long_description = "BKchem is a chemical drawing program written in Python", - packages=[ 'bkchem', 'bkchem/plugins', 'bkchem/oasa', 'bkchem/oasa/oasa', 'bkchem/oasa/oasa/graph', 'bkchem/plugins/piddle'], + packages=[ 'bkchem', 'bkchem/plugins'], data_files=[ ('share/bkchem/templates', glob.glob( 'templates/*.cdml')+glob.glob('templates/*.xml')), ('share/bkchem/images', ['images/logo.ppm','images/icon.ico']+glob.glob('images/bkchem*.png')), --- NEW FILE bkchem.desktop --- [Desktop Entry] Encoding=UTF-8 Name=BkChem GenericName=BkChem Comment=Chemical drawing tool Exec=bkchem Icon=bkchem Terminal=false Type=Application Categories=Education;Science; --- NEW FILE bkchem.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: bkchem Version: 0.12.5 Release: 4%{?dist} Summary: Chemical drawing program Group: Applications/Engineering License: GPLv2+ and GFDL URL: http://bkchem.zirael.org/ Group: Applications/Engineering Source0: http://bkchem.zirael.org/download/%{name}-%{version}.tar.gz Source1: %{name}.desktop Patch1: bkchem-setup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel desktop-file-utils Requires: pycairo tkinter python-imaging PyXML python-pmw python-oasa %description BKChem is a free chemical drawing program. It was conceived and written by Beda Kosata. %prep %setup -q -n %{name}-%{version} %patch1 -p1 -b .bkchem-setup %{__rm} -rf %{_builddir}/%{name}-%{version}/%{name}/oasa %{__rm} -f %{_builddir}/%{name}-%{version}/%{name}/Pmw*.py %{__rm} -rf %{_builddir}/%{name}-%{version}/%{name}/plugins/piddle %build %{__python} setup.py build %install %{__rm} -rf %{buildroot} %{__python} setup.py install --skip-build --root %{buildroot} %{__sed} -i -e 's,'%{buildroot}',,g' \ %{buildroot}/%{python_sitelib}/%{name}/site_config.py \ %{buildroot}/%{_bindir}/%{name} %{__rm} -rf %{buildroot}/%{_datadir}/doc/%{name} %find_lang BKchem # menu %{__install} -D -p -m 0644 images/bkchem.png \ %{buildroot}/%{_datadir}/pixmaps/bkchem.png %{__install} -d %{buildroot}/%{_datadir}/applications desktop-file-install --dir=%{buildroot}/%{_datadir}/applications %{SOURCE1} %clean %{__rm} -rf %{buildroot} %files -f BKchem.lang %defattr(-, root ,root, -) %doc README gpl.txt progress.log doc/ %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{python_sitelib}/%{name}* %changelog * Sun Dec 21 2008 Henrique (LonelySpooky) Junior - 0.12.5-4 - improvement of the spec file to be more consistent. * Thu Dec 18 2008 Henrique (LonelySpooky) Junior - 0.12.5-3 - improvement of the patch, saving a lot of space * Tue Dec 16 2008 Henrique (LonelySpooky) Junior - 0.12.5-2 - added a patch to get rid of redundant files * Sat Dec 13 2008 Henrique (LonelySpooky) Junior - 0.12.5-1 - starts using python-pmw instead of a native Pmw - OASA is now splited in its own package * Tue Oct 29 2008 Henrique (LonelySpooky) Junior - 0.12.4-1 - bugfix that solve the corruption of saved files - 0.12.4-1 * Sat Oct 09 2008 Henrique (LonelySpooky) Junior - 0.12.3-1 - added the new release of BKChem - 0.12.3 * Sat Aug 23 2008 Henrique (LonelySpooky) Junior - 0.12.2-4 - piddle is removed from tarball * Sat Jun 22 2008 Henrique (LonelySpooky) Junior - 0.12.2-3 - creation of bkchem.desktop and addition of menu entrie * Thu Jun 19 2008 Henrique (LonelySpooky) Junior - 0.12.2-2 - enhacement of descriptions in the RPM * Fri Jun 13 2008 Terje Rosten - 0.12.2-1 - initial package --- NEW FILE import.log --- bkchem-0_12_5-4_fc10:HEAD:bkchem-0.12.5-4.fc10.src.rpm:1230773042 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bkchem/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2008 19:22:20 -0000 1.1 +++ .cvsignore 1 Jan 2009 01:25:24 -0000 1.2 @@ -0,0 +1 @@ +bkchem-0.12.5.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bkchem/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2008 19:22:20 -0000 1.1 +++ sources 1 Jan 2009 01:25:24 -0000 1.2 @@ -0,0 +1 @@ +affe99c8c581bdef9a74e8608d811da8 bkchem-0.12.5.tar.gz From ausil at fedoraproject.org Thu Jan 1 02:26:14 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Thu, 1 Jan 2009 02:26:14 +0000 (UTC) Subject: rpms/graphviz/F-9 graphviz-2.16.1-sparc64-libpostfix.patch, NONE, 1.1 graphviz.spec, 1.49, 1.50 Message-ID: <20090101022614.973C67011B@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/extras/rpms/graphviz/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2905 Modified Files: graphviz.spec Added Files: graphviz-2.16.1-sparc64-libpostfix.patch Log Message: add patch so libprefix is right on sparc64 graphviz-2.16.1-sparc64-libpostfix.patch: --- NEW FILE graphviz-2.16.1-sparc64-libpostfix.patch --- --- graphviz-2.16.1/configure.BAD 2008-12-31 19:16:28.000000000 -0600 +++ graphviz-2.16.1/configure 2008-12-31 19:16:56.000000000 -0600 @@ -2464,7 +2464,7 @@ case "${host_os}" in *linux* ) case "${host_cpu}" in - powerpc64 | s390x | x86_64 ) + powerpc64 | s390x | x86_64 | sparc64 ) LIBPOSTFIX="64" ;; esac Index: graphviz.spec =================================================================== RCS file: /cvs/extras/rpms/graphviz/F-9/graphviz.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- graphviz.spec 29 Dec 2008 01:51:37 -0000 1.49 +++ graphviz.spec 1 Jan 2009 02:25:44 -0000 1.50 @@ -8,7 +8,7 @@ Summary: Graph Visualization Tools Version: 2.16.1 -%define truerelease 0.7 +%define truerelease 0.8 %{?distroagnostic: %define release %{truerelease}} %{!?distroagnostic: %define release %{truerelease}%{?dist}} @@ -21,6 +21,7 @@ Patch0: %{name}-tk8.5.patch Patch1: %{name}-gcc43.patch Patch2: %{name}-multilib.patch +Patch3: graphviz-2.16.1-sparc64-libpostfix.patch # graphviz is relocatable - Caution: this feature is used in AT&T, # but probably will not be supported in Redhat/Fedora/Centos distros @@ -535,6 +536,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %if ! %{SHARP} @@ -620,6 +622,9 @@ #-- changelog -------------------------------------------------- %changelog +* Wed Dec 31 2008 Dennis Gilmore 2.16.1-0.8 +- patch for sparc64 libprefix + * Sun Dec 28 2008 Dennis Gilmore 2.16.1-0.7 - build sparc64 same as ppc64 From dtimms at fedoraproject.org Thu Jan 1 05:10:37 2009 From: dtimms at fedoraproject.org (David Timms) Date: Thu, 1 Jan 2009 05:10:37 +0000 (UTC) Subject: comps comps-f10.xml.in, 1.199, 1.200 comps-f11.xml.in, 1.46, 1.47 comps-f9.xml.in, 1.428, 1.429 Message-ID: <20090101051037.657727011B@cvs1.fedora.phx.redhat.com> Author: dtimms Update of /cvs/pkgs/comps In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3941 Modified Files: comps-f10.xml.in comps-f11.xml.in comps-f9.xml.in Log Message: add glglobe (education), pyvnc2swf, rakarrack (audio), run sort tool Index: comps-f10.xml.in =================================================================== RCS file: /cvs/pkgs/comps/comps-f10.xml.in,v retrieving revision 1.199 retrieving revision 1.200 diff -u -r1.199 -r1.200 --- comps-f10.xml.in 27 Dec 2008 04:55:08 -0000 1.199 +++ comps-f10.xml.in 1 Jan 2009 05:10:06 -0000 1.200 @@ -1124,6 +1124,7 @@ fantasdic gcompris genchemlab + glglobe gperiodic gtypist kdeedu @@ -4043,6 +4044,8 @@ pavucontrol pulseaudio pulseaudio-utils + pyvnc2swf + rakarrack rhythmbox sound-juicer sox Index: comps-f11.xml.in =================================================================== RCS file: /cvs/pkgs/comps/comps-f11.xml.in,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- comps-f11.xml.in 30 Dec 2008 12:49:08 -0000 1.46 +++ comps-f11.xml.in 1 Jan 2009 05:10:06 -0000 1.47 @@ -639,11 +639,11 @@ cluster-cim cluster-snmp ipvsadm - luci + luci modcluster - pirahna - rgmanager - ricci + pirahna + rgmanager + ricci system-config-cluster heartbeat @@ -1138,6 +1138,7 @@ fantasdic gcompris genchemlab + glglobe gperiodic gtypist kdeedu @@ -4150,6 +4151,8 @@ pavucontrol pulseaudio pulseaudio-utils + pyvnc2swf + rakarrack rhythmbox sound-juicer sox Index: comps-f9.xml.in =================================================================== RCS file: /cvs/pkgs/comps/comps-f9.xml.in,v retrieving revision 1.428 retrieving revision 1.429 diff -u -r1.428 -r1.429 --- comps-f9.xml.in 27 Dec 2008 04:55:09 -0000 1.428 +++ comps-f9.xml.in 1 Jan 2009 05:10:06 -0000 1.429 @@ -832,9 +832,9 @@ codeblocks cogito colordiff + cpan-upload cpan2rpm cpanspec - cpan-upload cppunit cproto crossvc @@ -1085,6 +1085,7 @@ fantasdic gcompris genchemlab + glglobe gperiodic gtypist kdeedu @@ -1882,8 +1883,8 @@ gnome-netstatus gnome-pilot-conduits gnome-schedule - gnomesword gnome-theme-curvylooks + gnomesword gnotime gonvert grsync @@ -3674,8 +3675,8 @@ kid3 kover mikmod - mkvtoolnix-gui Miro + mkvtoolnix-gui muine mybashburn nted @@ -3688,7 +3689,9 @@ pitivi pulseaudio-module-lirc pulseaudio-module-zeroconf + pyvnc2swf quodlibet + rakarrack regionset rosegarden4 serpentine @@ -4389,7 +4392,6 @@ fvwm hackedbox icewm - matchbox-window-manager lxappearance lxde-common lxlauncher @@ -4397,6 +4399,7 @@ lxsession-lite lxtask lxterminal + matchbox-window-manager obconf obmenu openbox From pkgdb at fedoraproject.org Thu Jan 1 06:32:24 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 01 Jan 2009 06:32:24 +0000 Subject: [pkgdb] k3b-extras had acl change status Message-ID: <20090101063224.B29D3208978@bastion.fedora.phx.redhat.com> rdieter has set the watchbugzilla acl on k3b-extras (Fedora 10) to Approved for pawpawcatfish To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/k3b-extras From pkgdb at fedoraproject.org Thu Jan 1 06:32:27 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Thu, 01 Jan 2009 06:32:27 +0000 Subject: [pkgdb] k3b-extras had acl change status Message-ID: <20090101063228.2E96A208D51@bastion.fedora.phx.redhat.com> rdieter has set the watchcommits acl on k3b-extras (Fedora 10) to Approved for pawpawcatfish To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/k3b-extras From timn at fedoraproject.org Thu Jan 1 10:56:45 2009 From: timn at fedoraproject.org (Tim Niemueller) Date: Thu, 1 Jan 2009 10:56:45 +0000 (UTC) Subject: rpms/papyrus/F-10 papyrus-0.7.1-virtual-dtors.patch, NONE, 1.1 papyrus.spec, 1.18, 1.19 Message-ID: <20090101105645.294C27011B@cvs1.fedora.phx.redhat.com> Author: timn Update of /cvs/pkgs/rpms/papyrus/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19872 Modified Files: papyrus.spec Added Files: papyrus-0.7.1-virtual-dtors.patch Log Message: Added patch to fix non-virtual dtors Tim papyrus-0.7.1-virtual-dtors.patch: --- NEW FILE papyrus-0.7.1-virtual-dtors.patch --- diff -urN papyrus-0.7.1/papyrus/animator.h papyrus-0.7.1.dtors/papyrus/animator.h --- papyrus-0.7.1/papyrus/animator.h 2006-12-17 19:39:55.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/animator.h 2009-01-01 11:25:35.000000000 +0100 @@ -37,7 +37,7 @@ Animator(); - ~Animator(); + virtual ~Animator(); /** Advance the animation by n frames */ virtual int advance(int n=1); diff -urN papyrus-0.7.1/papyrus/arc.h papyrus-0.7.1.dtors/papyrus/arc.h --- papyrus-0.7.1/papyrus/arc.h 2007-02-25 00:20:39.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/arc.h 2009-01-01 11:25:53.000000000 +0100 @@ -87,7 +87,7 @@ ); /** Destructor */ - ~Arc(); + virtual ~Arc(); /** Returns the radius of this arc */ double radius(); diff -urN papyrus-0.7.1/papyrus/beziergon.h papyrus-0.7.1.dtors/papyrus/beziergon.h --- papyrus-0.7.1/papyrus/beziergon.h 2006-12-17 19:36:12.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/beziergon.h 2009-01-01 11:25:59.000000000 +0100 @@ -63,7 +63,7 @@ static Beziergon::pointer create(BezierVertices vertices=BezierVertices()); - ~Beziergon(); + virtual ~Beziergon(); virtual void set_line_style(const LineStyle& line_style); diff -urN papyrus-0.7.1/papyrus/bezierline.h papyrus-0.7.1.dtors/papyrus/bezierline.h --- papyrus-0.7.1/papyrus/bezierline.h 2007-01-01 21:46:00.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/bezierline.h 2009-01-01 11:26:14.000000000 +0100 @@ -101,7 +101,7 @@ /** Creates a polyline from a specified set of vertices */ static Bezierline::pointer create( BezierVertices vertices = BezierVertices() ); - ~Bezierline(); + virtual ~Bezierline(); Bezierline& operator=( const Bezierline& other ); diff -urN papyrus-0.7.1/papyrus/boxed.h papyrus-0.7.1.dtors/papyrus/boxed.h --- papyrus-0.7.1/papyrus/boxed.h 2007-01-19 07:17:29.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/boxed.h 2009-01-01 11:26:21.000000000 +0100 @@ -53,7 +53,7 @@ static Boxed::pointer create(); - ~Boxed(); + virtual ~Boxed(); Rectangle::pointer get_box(); diff -urN papyrus-0.7.1/papyrus/circle.h papyrus-0.7.1.dtors/papyrus/circle.h --- papyrus-0.7.1/papyrus/circle.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/circle.h 2009-01-01 11:26:39.000000000 +0100 @@ -75,7 +75,7 @@ const LineStyle& outline ); - ~Circle(); + virtual ~Circle(); PAPYRUS_CLASS_NAME( "Circle" ); diff -urN papyrus-0.7.1/papyrus/grid.h papyrus-0.7.1.dtors/papyrus/grid.h --- papyrus-0.7.1/papyrus/grid.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/grid.h 2009-01-01 11:28:25.000000000 +0100 @@ -42,7 +42,7 @@ static pointer create(double xmin=-infinity, double xmax=infinity, double ymin=-infinity, double ymax=infinity); - ~Grid(); + virtual ~Grid(); double x_min(); diff -urN papyrus-0.7.1/papyrus/hilbert.h papyrus-0.7.1.dtors/papyrus/hilbert.h --- papyrus-0.7.1/papyrus/hilbert.h 2006-12-17 19:57:46.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/hilbert.h 2009-01-01 11:28:47.000000000 +0100 @@ -36,7 +36,7 @@ static Hilbert::pointer create(unsigned level=0, double size=0); - ~Hilbert(); + virtual ~Hilbert(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/image.h papyrus-0.7.1.dtors/papyrus/image.h --- papyrus-0.7.1/papyrus/image.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/image.h 2009-01-01 11:29:08.000000000 +0100 @@ -74,7 +74,7 @@ static Image::pointer create ( Cairo::RefPtr img ); /** Destructor */ - ~Image(); + virtual ~Image(); std::string filename() const; diff -urN papyrus-0.7.1/papyrus/kochcurve.h papyrus-0.7.1.dtors/papyrus/kochcurve.h --- papyrus-0.7.1/papyrus/kochcurve.h 2006-12-17 19:58:34.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/kochcurve.h 2009-01-01 11:29:19.000000000 +0100 @@ -36,7 +36,7 @@ static KochCurve::pointer create(unsigned level=0, double size=0.0); - ~KochCurve(); + virtual ~KochCurve(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/kochsnowflake.h papyrus-0.7.1.dtors/papyrus/kochsnowflake.h --- papyrus-0.7.1/papyrus/kochsnowflake.h 2006-12-17 19:58:51.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/kochsnowflake.h 2009-01-01 11:29:30.000000000 +0100 @@ -36,7 +36,7 @@ static KochSnowflake::pointer create(unsigned level=0, double size=0.0); - ~KochSnowflake(); + virtual ~KochSnowflake(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/linestyle.h papyrus-0.7.1.dtors/papyrus/linestyle.h --- papyrus-0.7.1/papyrus/linestyle.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/linestyle.h 2009-01-01 11:29:43.000000000 +0100 @@ -47,7 +47,7 @@ Cairo::LineJoin join ); - ~LineStyle(); + virtual ~LineStyle(); LineStyle& operator=( const LineStyle& other ); diff -urN papyrus-0.7.1/papyrus/marker.h papyrus-0.7.1.dtors/papyrus/marker.h --- papyrus-0.7.1/papyrus/marker.h 2006-12-17 19:59:19.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/marker.h 2009-01-01 11:29:53.000000000 +0100 @@ -71,7 +71,7 @@ static Marker::pointer create( STYLE style=NONE, double width = 20.0, double height = 20.0, FACING facing = RIGHT ); /** Destructor */ - ~Marker(); + virtual ~Marker(); /** @return marker style */ STYLE style() const; diff -urN papyrus-0.7.1/papyrus/polygon.h papyrus-0.7.1.dtors/papyrus/polygon.h --- papyrus-0.7.1/papyrus/polygon.h 2006-12-17 19:59:38.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/polygon.h 2009-01-01 11:30:06.000000000 +0100 @@ -65,7 +65,7 @@ static Polygon::pointer create(Vertices vertices=Vertices()); - ~Polygon(); + virtual ~Polygon(); virtual void set_line_style(const LineStyle& line_style); diff -urN papyrus-0.7.1/papyrus/polyline.h papyrus-0.7.1.dtors/papyrus/polyline.h --- papyrus-0.7.1/papyrus/polyline.h 2006-12-17 19:59:55.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/polyline.h 2009-01-01 11:30:12.000000000 +0100 @@ -92,7 +92,7 @@ /** Creates a polyline from a specified set of vertices */ static Polyline::pointer create( Vertices vertices = Vertices() ); - ~Polyline(); + virtual ~Polyline(); Polyline& operator=(const Polyline& other); diff -urN papyrus-0.7.1/papyrus/rectangle.h papyrus-0.7.1.dtors/papyrus/rectangle.h --- papyrus-0.7.1/papyrus/rectangle.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/rectangle.h 2009-01-01 11:30:16.000000000 +0100 @@ -80,7 +80,7 @@ const LineStyle& outline ); - ~Rectangle(); + virtual ~Rectangle(); /** Returns the width of the rectangle */ double width(); diff -urN papyrus-0.7.1/papyrus/region.h papyrus-0.7.1.dtors/papyrus/region.h --- papyrus-0.7.1/papyrus/region.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/region.h 2009-01-01 11:30:24.000000000 +0100 @@ -33,7 +33,7 @@ Region(double x=0.0, double y=0.0, double w=0.0, double h=0.0); - ~Region(); + virtual ~Region(); double x() const; double y() const; diff -urN papyrus-0.7.1/papyrus/regularpolygon.h papyrus-0.7.1.dtors/papyrus/regularpolygon.h --- papyrus-0.7.1/papyrus/regularpolygon.h 2006-12-17 20:00:24.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/regularpolygon.h 2009-01-01 11:30:29.000000000 +0100 @@ -79,7 +79,7 @@ static RegularPolygon::pointer create(unsigned int sides=3, double radius=1.0, Style style=ZERO_RADIUS ); - ~RegularPolygon(); + virtual ~RegularPolygon(); unsigned int sides(); diff -urN papyrus-0.7.1/papyrus/rotator.h papyrus-0.7.1.dtors/papyrus/rotator.h --- papyrus-0.7.1/papyrus/rotator.h 2006-12-31 23:16:02.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/rotator.h 2009-01-01 11:30:50.000000000 +0100 @@ -58,7 +58,7 @@ double radian_interval = 0.0 ); - ~Rotator(); + virtual ~Rotator(); // double radian_interval(); diff -urN papyrus-0.7.1/papyrus/scaler.h papyrus-0.7.1.dtors/papyrus/scaler.h --- papyrus-0.7.1/papyrus/scaler.h 2007-01-01 01:32:55.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/scaler.h 2009-01-01 11:30:57.000000000 +0100 @@ -55,7 +55,7 @@ int selection_depth = 1, unsigned side = 0 ); - ~Scaler(); + virtual ~Scaler(); virtual void set_selection_group( Group::pointer selection_group, bool add_drawable_only = true ); diff -urN papyrus-0.7.1/papyrus/sierpinski.h papyrus-0.7.1.dtors/papyrus/sierpinski.h --- papyrus-0.7.1/papyrus/sierpinski.h 2006-12-17 20:01:02.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/sierpinski.h 2009-01-01 11:31:10.000000000 +0100 @@ -36,7 +36,7 @@ static Sierpinski::pointer create(unsigned level=0, double size=0.0); - ~Sierpinski(); + virtual ~Sierpinski(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/text.h papyrus-0.7.1.dtors/papyrus/text.h --- papyrus-0.7.1/papyrus/text.h 2006-12-17 20:01:29.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/text.h 2009-01-01 11:31:21.000000000 +0100 @@ -74,7 +74,7 @@ Cairo::FontWeight weight = Cairo::FONT_WEIGHT_NORMAL ); - ~Text(); + virtual ~Text(); const std::string& font_family(); diff -urN papyrus-0.7.1/papyrus/translator.h papyrus-0.7.1.dtors/papyrus/translator.h --- papyrus-0.7.1/papyrus/translator.h 2006-12-30 02:09:26.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/translator.h 2009-01-01 11:31:31.000000000 +0100 @@ -54,7 +54,7 @@ int selection_depth = 1, unsigned transforms = TRANSLATE_X|TRANSLATE_Y ); - ~Translator(); + virtual ~Translator(); unsigned transforms(); diff -urN papyrus-0.7.1/papyrus/viewbox.h papyrus-0.7.1.dtors/papyrus/viewbox.h --- papyrus-0.7.1/papyrus/viewbox.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/viewbox.h 2009-01-01 11:31:44.000000000 +0100 @@ -105,7 +105,7 @@ static pointer create(const Region& region, ALIGN align=ALIGN_NONE, MEET_OR_SLICE meet_or_slice = MEET); - ~Viewbox(); + virtual ~Viewbox(); Viewbox& operator=( const Region& other ); Index: papyrus.spec =================================================================== RCS file: /cvs/pkgs/rpms/papyrus/F-10/papyrus.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- papyrus.spec 21 Dec 2008 17:39:35 -0000 1.18 +++ papyrus.spec 1 Jan 2009 10:56:14 -0000 1.19 @@ -2,7 +2,7 @@ Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus Version: 0.7.1 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2 URL: http://libpapyrus.sourceforge.net/ Group: System Environment/Libraries @@ -10,6 +10,7 @@ Patch0: papyrus.patch Patch1: papyrus-0.7.1-typedef-fixes.patch Patch2: papyrus-0.7.1-valarray.patch +Patch3: papyrus-0.7.1-virtual-dtors.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel >= 2.10 cairomm-devel >= 1.2 boost-devel pkgconfig m4 @@ -35,6 +36,7 @@ %patch0 -p1 -b gcc43 %patch1 -p1 -b typedef-fixes %patch2 -p1 -b valarray +%patch3 -p1 -b virtual-dtors %build %configure --enable-static=no @@ -72,6 +74,9 @@ %{_datadir}/papyrusmm-0.7.1/ %changelog +* Thu Jan 01 2009 Tim Niemueller - 0.7.1-6 +- Make all dtors virtual to fix compile warnings (errors with -Wall -Werror) + * Sun Dec 21 2008 Tim Niemueller - 0.7.1-5 - Header fixes for F-10 - Drawing fixes (invalid use of std::valarray) From timn at fedoraproject.org Thu Jan 1 11:01:23 2009 From: timn at fedoraproject.org (Tim Niemueller) Date: Thu, 1 Jan 2009 11:01:23 +0000 (UTC) Subject: rpms/papyrus/F-9 papyrus-0.7.1-virtual-dtors.patch, NONE, 1.1 papyrus.spec, 1.15, 1.16 Message-ID: <20090101110123.823877011B@cvs1.fedora.phx.redhat.com> Author: timn Update of /cvs/pkgs/rpms/papyrus/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20767 Modified Files: papyrus.spec Added Files: papyrus-0.7.1-virtual-dtors.patch Log Message: + Added patch to fix non-virtual dtors + Sync to F-10 version/release and changelog Tim papyrus-0.7.1-virtual-dtors.patch: --- NEW FILE papyrus-0.7.1-virtual-dtors.patch --- diff -urN papyrus-0.7.1/papyrus/animator.h papyrus-0.7.1.dtors/papyrus/animator.h --- papyrus-0.7.1/papyrus/animator.h 2006-12-17 19:39:55.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/animator.h 2009-01-01 11:25:35.000000000 +0100 @@ -37,7 +37,7 @@ Animator(); - ~Animator(); + virtual ~Animator(); /** Advance the animation by n frames */ virtual int advance(int n=1); diff -urN papyrus-0.7.1/papyrus/arc.h papyrus-0.7.1.dtors/papyrus/arc.h --- papyrus-0.7.1/papyrus/arc.h 2007-02-25 00:20:39.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/arc.h 2009-01-01 11:25:53.000000000 +0100 @@ -87,7 +87,7 @@ ); /** Destructor */ - ~Arc(); + virtual ~Arc(); /** Returns the radius of this arc */ double radius(); diff -urN papyrus-0.7.1/papyrus/beziergon.h papyrus-0.7.1.dtors/papyrus/beziergon.h --- papyrus-0.7.1/papyrus/beziergon.h 2006-12-17 19:36:12.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/beziergon.h 2009-01-01 11:25:59.000000000 +0100 @@ -63,7 +63,7 @@ static Beziergon::pointer create(BezierVertices vertices=BezierVertices()); - ~Beziergon(); + virtual ~Beziergon(); virtual void set_line_style(const LineStyle& line_style); diff -urN papyrus-0.7.1/papyrus/bezierline.h papyrus-0.7.1.dtors/papyrus/bezierline.h --- papyrus-0.7.1/papyrus/bezierline.h 2007-01-01 21:46:00.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/bezierline.h 2009-01-01 11:26:14.000000000 +0100 @@ -101,7 +101,7 @@ /** Creates a polyline from a specified set of vertices */ static Bezierline::pointer create( BezierVertices vertices = BezierVertices() ); - ~Bezierline(); + virtual ~Bezierline(); Bezierline& operator=( const Bezierline& other ); diff -urN papyrus-0.7.1/papyrus/boxed.h papyrus-0.7.1.dtors/papyrus/boxed.h --- papyrus-0.7.1/papyrus/boxed.h 2007-01-19 07:17:29.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/boxed.h 2009-01-01 11:26:21.000000000 +0100 @@ -53,7 +53,7 @@ static Boxed::pointer create(); - ~Boxed(); + virtual ~Boxed(); Rectangle::pointer get_box(); diff -urN papyrus-0.7.1/papyrus/circle.h papyrus-0.7.1.dtors/papyrus/circle.h --- papyrus-0.7.1/papyrus/circle.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/circle.h 2009-01-01 11:26:39.000000000 +0100 @@ -75,7 +75,7 @@ const LineStyle& outline ); - ~Circle(); + virtual ~Circle(); PAPYRUS_CLASS_NAME( "Circle" ); diff -urN papyrus-0.7.1/papyrus/grid.h papyrus-0.7.1.dtors/papyrus/grid.h --- papyrus-0.7.1/papyrus/grid.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/grid.h 2009-01-01 11:28:25.000000000 +0100 @@ -42,7 +42,7 @@ static pointer create(double xmin=-infinity, double xmax=infinity, double ymin=-infinity, double ymax=infinity); - ~Grid(); + virtual ~Grid(); double x_min(); diff -urN papyrus-0.7.1/papyrus/hilbert.h papyrus-0.7.1.dtors/papyrus/hilbert.h --- papyrus-0.7.1/papyrus/hilbert.h 2006-12-17 19:57:46.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/hilbert.h 2009-01-01 11:28:47.000000000 +0100 @@ -36,7 +36,7 @@ static Hilbert::pointer create(unsigned level=0, double size=0); - ~Hilbert(); + virtual ~Hilbert(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/image.h papyrus-0.7.1.dtors/papyrus/image.h --- papyrus-0.7.1/papyrus/image.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/image.h 2009-01-01 11:29:08.000000000 +0100 @@ -74,7 +74,7 @@ static Image::pointer create ( Cairo::RefPtr img ); /** Destructor */ - ~Image(); + virtual ~Image(); std::string filename() const; diff -urN papyrus-0.7.1/papyrus/kochcurve.h papyrus-0.7.1.dtors/papyrus/kochcurve.h --- papyrus-0.7.1/papyrus/kochcurve.h 2006-12-17 19:58:34.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/kochcurve.h 2009-01-01 11:29:19.000000000 +0100 @@ -36,7 +36,7 @@ static KochCurve::pointer create(unsigned level=0, double size=0.0); - ~KochCurve(); + virtual ~KochCurve(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/kochsnowflake.h papyrus-0.7.1.dtors/papyrus/kochsnowflake.h --- papyrus-0.7.1/papyrus/kochsnowflake.h 2006-12-17 19:58:51.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/kochsnowflake.h 2009-01-01 11:29:30.000000000 +0100 @@ -36,7 +36,7 @@ static KochSnowflake::pointer create(unsigned level=0, double size=0.0); - ~KochSnowflake(); + virtual ~KochSnowflake(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/linestyle.h papyrus-0.7.1.dtors/papyrus/linestyle.h --- papyrus-0.7.1/papyrus/linestyle.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/linestyle.h 2009-01-01 11:29:43.000000000 +0100 @@ -47,7 +47,7 @@ Cairo::LineJoin join ); - ~LineStyle(); + virtual ~LineStyle(); LineStyle& operator=( const LineStyle& other ); diff -urN papyrus-0.7.1/papyrus/marker.h papyrus-0.7.1.dtors/papyrus/marker.h --- papyrus-0.7.1/papyrus/marker.h 2006-12-17 19:59:19.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/marker.h 2009-01-01 11:29:53.000000000 +0100 @@ -71,7 +71,7 @@ static Marker::pointer create( STYLE style=NONE, double width = 20.0, double height = 20.0, FACING facing = RIGHT ); /** Destructor */ - ~Marker(); + virtual ~Marker(); /** @return marker style */ STYLE style() const; diff -urN papyrus-0.7.1/papyrus/polygon.h papyrus-0.7.1.dtors/papyrus/polygon.h --- papyrus-0.7.1/papyrus/polygon.h 2006-12-17 19:59:38.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/polygon.h 2009-01-01 11:30:06.000000000 +0100 @@ -65,7 +65,7 @@ static Polygon::pointer create(Vertices vertices=Vertices()); - ~Polygon(); + virtual ~Polygon(); virtual void set_line_style(const LineStyle& line_style); diff -urN papyrus-0.7.1/papyrus/polyline.h papyrus-0.7.1.dtors/papyrus/polyline.h --- papyrus-0.7.1/papyrus/polyline.h 2006-12-17 19:59:55.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/polyline.h 2009-01-01 11:30:12.000000000 +0100 @@ -92,7 +92,7 @@ /** Creates a polyline from a specified set of vertices */ static Polyline::pointer create( Vertices vertices = Vertices() ); - ~Polyline(); + virtual ~Polyline(); Polyline& operator=(const Polyline& other); diff -urN papyrus-0.7.1/papyrus/rectangle.h papyrus-0.7.1.dtors/papyrus/rectangle.h --- papyrus-0.7.1/papyrus/rectangle.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/rectangle.h 2009-01-01 11:30:16.000000000 +0100 @@ -80,7 +80,7 @@ const LineStyle& outline ); - ~Rectangle(); + virtual ~Rectangle(); /** Returns the width of the rectangle */ double width(); diff -urN papyrus-0.7.1/papyrus/region.h papyrus-0.7.1.dtors/papyrus/region.h --- papyrus-0.7.1/papyrus/region.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/region.h 2009-01-01 11:30:24.000000000 +0100 @@ -33,7 +33,7 @@ Region(double x=0.0, double y=0.0, double w=0.0, double h=0.0); - ~Region(); + virtual ~Region(); double x() const; double y() const; diff -urN papyrus-0.7.1/papyrus/regularpolygon.h papyrus-0.7.1.dtors/papyrus/regularpolygon.h --- papyrus-0.7.1/papyrus/regularpolygon.h 2006-12-17 20:00:24.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/regularpolygon.h 2009-01-01 11:30:29.000000000 +0100 @@ -79,7 +79,7 @@ static RegularPolygon::pointer create(unsigned int sides=3, double radius=1.0, Style style=ZERO_RADIUS ); - ~RegularPolygon(); + virtual ~RegularPolygon(); unsigned int sides(); diff -urN papyrus-0.7.1/papyrus/rotator.h papyrus-0.7.1.dtors/papyrus/rotator.h --- papyrus-0.7.1/papyrus/rotator.h 2006-12-31 23:16:02.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/rotator.h 2009-01-01 11:30:50.000000000 +0100 @@ -58,7 +58,7 @@ double radian_interval = 0.0 ); - ~Rotator(); + virtual ~Rotator(); // double radian_interval(); diff -urN papyrus-0.7.1/papyrus/scaler.h papyrus-0.7.1.dtors/papyrus/scaler.h --- papyrus-0.7.1/papyrus/scaler.h 2007-01-01 01:32:55.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/scaler.h 2009-01-01 11:30:57.000000000 +0100 @@ -55,7 +55,7 @@ int selection_depth = 1, unsigned side = 0 ); - ~Scaler(); + virtual ~Scaler(); virtual void set_selection_group( Group::pointer selection_group, bool add_drawable_only = true ); diff -urN papyrus-0.7.1/papyrus/sierpinski.h papyrus-0.7.1.dtors/papyrus/sierpinski.h --- papyrus-0.7.1/papyrus/sierpinski.h 2006-12-17 20:01:02.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/sierpinski.h 2009-01-01 11:31:10.000000000 +0100 @@ -36,7 +36,7 @@ static Sierpinski::pointer create(unsigned level=0, double size=0.0); - ~Sierpinski(); + virtual ~Sierpinski(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/text.h papyrus-0.7.1.dtors/papyrus/text.h --- papyrus-0.7.1/papyrus/text.h 2006-12-17 20:01:29.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/text.h 2009-01-01 11:31:21.000000000 +0100 @@ -74,7 +74,7 @@ Cairo::FontWeight weight = Cairo::FONT_WEIGHT_NORMAL ); - ~Text(); + virtual ~Text(); const std::string& font_family(); diff -urN papyrus-0.7.1/papyrus/translator.h papyrus-0.7.1.dtors/papyrus/translator.h --- papyrus-0.7.1/papyrus/translator.h 2006-12-30 02:09:26.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/translator.h 2009-01-01 11:31:31.000000000 +0100 @@ -54,7 +54,7 @@ int selection_depth = 1, unsigned transforms = TRANSLATE_X|TRANSLATE_Y ); - ~Translator(); + virtual ~Translator(); unsigned transforms(); diff -urN papyrus-0.7.1/papyrus/viewbox.h papyrus-0.7.1.dtors/papyrus/viewbox.h --- papyrus-0.7.1/papyrus/viewbox.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/viewbox.h 2009-01-01 11:31:44.000000000 +0100 @@ -105,7 +105,7 @@ static pointer create(const Region& region, ALIGN align=ALIGN_NONE, MEET_OR_SLICE meet_or_slice = MEET); - ~Viewbox(); + virtual ~Viewbox(); Viewbox& operator=( const Region& other ); Index: papyrus.spec =================================================================== RCS file: /cvs/pkgs/rpms/papyrus/F-9/papyrus.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- papyrus.spec 21 Dec 2008 17:30:30 -0000 1.15 +++ papyrus.spec 1 Jan 2009 11:00:53 -0000 1.16 @@ -2,7 +2,7 @@ Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus Version: 0.7.1 -Release: 4%{?dist} +Release: 6%{?dist} License: LGPLv2 URL: http://libpapyrus.sourceforge.net/ Group: System Environment/Libraries @@ -10,6 +10,7 @@ Patch0: papyrus.patch Patch1: papyrus-0.7.1-typedef-fixes.patch Patch2: papyrus-0.7.1-valarray.patch +Patch3: papyrus-0.7.1-virtual-dtors.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel >= 2.10 cairomm-devel >= 1.2 boost-devel pkgconfig m4 @@ -35,6 +36,7 @@ %patch0 -p1 -b gcc43 %patch1 -p1 -b typedef-fixes %patch2 -p1 -b valarray +%patch3 -p1 -b virtual-dtors %build %configure --enable-static=no @@ -72,10 +74,17 @@ %{_datadir}/papyrusmm-0.7.1/ %changelog -* Sun Dec 21 2008 Tim Niemueller - 0.7.1-4 +* Thu Jan 01 2009 Tim Niemueller - 0.7.1-6 +- Make all dtors virtual to fix compile warnings (errors with -Wall -Werror) +- Sync with F-10 version/release and changelog + +* Sun Dec 21 2008 Tim Niemueller - 0.7.1-5 - Header fixes for F-10 - Drawing fixes (invalid use of std::valarray) +* Sun Sep 21 2008 Ville Skytt?? - 0.7.1-4 +- Fix Patch0:/%%patch mismatch. + * Mon Mar 03 2008 Rick L Vinyard Jr - 0.7.1-3 - Added boost-devel dependency - Added INT_MAX patch From timn at fedoraproject.org Thu Jan 1 11:04:05 2009 From: timn at fedoraproject.org (Tim Niemueller) Date: Thu, 1 Jan 2009 11:04:05 +0000 (UTC) Subject: rpms/papyrus/F-8 papyrus-0.7.1-virtual-dtors.patch, NONE, 1.1 papyrus.spec, 1.13, 1.14 Message-ID: <20090101110405.3A69C7011B@cvs1.fedora.phx.redhat.com> Author: timn Update of /cvs/pkgs/rpms/papyrus/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21566 Modified Files: papyrus.spec Added Files: papyrus-0.7.1-virtual-dtors.patch Log Message: + Added patch to fix non-virtual dtors + Sync to F-10 version/release and changelog Tim papyrus-0.7.1-virtual-dtors.patch: --- NEW FILE papyrus-0.7.1-virtual-dtors.patch --- diff -urN papyrus-0.7.1/papyrus/animator.h papyrus-0.7.1.dtors/papyrus/animator.h --- papyrus-0.7.1/papyrus/animator.h 2006-12-17 19:39:55.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/animator.h 2009-01-01 11:25:35.000000000 +0100 @@ -37,7 +37,7 @@ Animator(); - ~Animator(); + virtual ~Animator(); /** Advance the animation by n frames */ virtual int advance(int n=1); diff -urN papyrus-0.7.1/papyrus/arc.h papyrus-0.7.1.dtors/papyrus/arc.h --- papyrus-0.7.1/papyrus/arc.h 2007-02-25 00:20:39.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/arc.h 2009-01-01 11:25:53.000000000 +0100 @@ -87,7 +87,7 @@ ); /** Destructor */ - ~Arc(); + virtual ~Arc(); /** Returns the radius of this arc */ double radius(); diff -urN papyrus-0.7.1/papyrus/beziergon.h papyrus-0.7.1.dtors/papyrus/beziergon.h --- papyrus-0.7.1/papyrus/beziergon.h 2006-12-17 19:36:12.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/beziergon.h 2009-01-01 11:25:59.000000000 +0100 @@ -63,7 +63,7 @@ static Beziergon::pointer create(BezierVertices vertices=BezierVertices()); - ~Beziergon(); + virtual ~Beziergon(); virtual void set_line_style(const LineStyle& line_style); diff -urN papyrus-0.7.1/papyrus/bezierline.h papyrus-0.7.1.dtors/papyrus/bezierline.h --- papyrus-0.7.1/papyrus/bezierline.h 2007-01-01 21:46:00.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/bezierline.h 2009-01-01 11:26:14.000000000 +0100 @@ -101,7 +101,7 @@ /** Creates a polyline from a specified set of vertices */ static Bezierline::pointer create( BezierVertices vertices = BezierVertices() ); - ~Bezierline(); + virtual ~Bezierline(); Bezierline& operator=( const Bezierline& other ); diff -urN papyrus-0.7.1/papyrus/boxed.h papyrus-0.7.1.dtors/papyrus/boxed.h --- papyrus-0.7.1/papyrus/boxed.h 2007-01-19 07:17:29.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/boxed.h 2009-01-01 11:26:21.000000000 +0100 @@ -53,7 +53,7 @@ static Boxed::pointer create(); - ~Boxed(); + virtual ~Boxed(); Rectangle::pointer get_box(); diff -urN papyrus-0.7.1/papyrus/circle.h papyrus-0.7.1.dtors/papyrus/circle.h --- papyrus-0.7.1/papyrus/circle.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/circle.h 2009-01-01 11:26:39.000000000 +0100 @@ -75,7 +75,7 @@ const LineStyle& outline ); - ~Circle(); + virtual ~Circle(); PAPYRUS_CLASS_NAME( "Circle" ); diff -urN papyrus-0.7.1/papyrus/grid.h papyrus-0.7.1.dtors/papyrus/grid.h --- papyrus-0.7.1/papyrus/grid.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/grid.h 2009-01-01 11:28:25.000000000 +0100 @@ -42,7 +42,7 @@ static pointer create(double xmin=-infinity, double xmax=infinity, double ymin=-infinity, double ymax=infinity); - ~Grid(); + virtual ~Grid(); double x_min(); diff -urN papyrus-0.7.1/papyrus/hilbert.h papyrus-0.7.1.dtors/papyrus/hilbert.h --- papyrus-0.7.1/papyrus/hilbert.h 2006-12-17 19:57:46.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/hilbert.h 2009-01-01 11:28:47.000000000 +0100 @@ -36,7 +36,7 @@ static Hilbert::pointer create(unsigned level=0, double size=0); - ~Hilbert(); + virtual ~Hilbert(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/image.h papyrus-0.7.1.dtors/papyrus/image.h --- papyrus-0.7.1/papyrus/image.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/image.h 2009-01-01 11:29:08.000000000 +0100 @@ -74,7 +74,7 @@ static Image::pointer create ( Cairo::RefPtr img ); /** Destructor */ - ~Image(); + virtual ~Image(); std::string filename() const; diff -urN papyrus-0.7.1/papyrus/kochcurve.h papyrus-0.7.1.dtors/papyrus/kochcurve.h --- papyrus-0.7.1/papyrus/kochcurve.h 2006-12-17 19:58:34.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/kochcurve.h 2009-01-01 11:29:19.000000000 +0100 @@ -36,7 +36,7 @@ static KochCurve::pointer create(unsigned level=0, double size=0.0); - ~KochCurve(); + virtual ~KochCurve(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/kochsnowflake.h papyrus-0.7.1.dtors/papyrus/kochsnowflake.h --- papyrus-0.7.1/papyrus/kochsnowflake.h 2006-12-17 19:58:51.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/kochsnowflake.h 2009-01-01 11:29:30.000000000 +0100 @@ -36,7 +36,7 @@ static KochSnowflake::pointer create(unsigned level=0, double size=0.0); - ~KochSnowflake(); + virtual ~KochSnowflake(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/linestyle.h papyrus-0.7.1.dtors/papyrus/linestyle.h --- papyrus-0.7.1/papyrus/linestyle.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/linestyle.h 2009-01-01 11:29:43.000000000 +0100 @@ -47,7 +47,7 @@ Cairo::LineJoin join ); - ~LineStyle(); + virtual ~LineStyle(); LineStyle& operator=( const LineStyle& other ); diff -urN papyrus-0.7.1/papyrus/marker.h papyrus-0.7.1.dtors/papyrus/marker.h --- papyrus-0.7.1/papyrus/marker.h 2006-12-17 19:59:19.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/marker.h 2009-01-01 11:29:53.000000000 +0100 @@ -71,7 +71,7 @@ static Marker::pointer create( STYLE style=NONE, double width = 20.0, double height = 20.0, FACING facing = RIGHT ); /** Destructor */ - ~Marker(); + virtual ~Marker(); /** @return marker style */ STYLE style() const; diff -urN papyrus-0.7.1/papyrus/polygon.h papyrus-0.7.1.dtors/papyrus/polygon.h --- papyrus-0.7.1/papyrus/polygon.h 2006-12-17 19:59:38.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/polygon.h 2009-01-01 11:30:06.000000000 +0100 @@ -65,7 +65,7 @@ static Polygon::pointer create(Vertices vertices=Vertices()); - ~Polygon(); + virtual ~Polygon(); virtual void set_line_style(const LineStyle& line_style); diff -urN papyrus-0.7.1/papyrus/polyline.h papyrus-0.7.1.dtors/papyrus/polyline.h --- papyrus-0.7.1/papyrus/polyline.h 2006-12-17 19:59:55.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/polyline.h 2009-01-01 11:30:12.000000000 +0100 @@ -92,7 +92,7 @@ /** Creates a polyline from a specified set of vertices */ static Polyline::pointer create( Vertices vertices = Vertices() ); - ~Polyline(); + virtual ~Polyline(); Polyline& operator=(const Polyline& other); diff -urN papyrus-0.7.1/papyrus/rectangle.h papyrus-0.7.1.dtors/papyrus/rectangle.h --- papyrus-0.7.1/papyrus/rectangle.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/rectangle.h 2009-01-01 11:30:16.000000000 +0100 @@ -80,7 +80,7 @@ const LineStyle& outline ); - ~Rectangle(); + virtual ~Rectangle(); /** Returns the width of the rectangle */ double width(); diff -urN papyrus-0.7.1/papyrus/region.h papyrus-0.7.1.dtors/papyrus/region.h --- papyrus-0.7.1/papyrus/region.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/region.h 2009-01-01 11:30:24.000000000 +0100 @@ -33,7 +33,7 @@ Region(double x=0.0, double y=0.0, double w=0.0, double h=0.0); - ~Region(); + virtual ~Region(); double x() const; double y() const; diff -urN papyrus-0.7.1/papyrus/regularpolygon.h papyrus-0.7.1.dtors/papyrus/regularpolygon.h --- papyrus-0.7.1/papyrus/regularpolygon.h 2006-12-17 20:00:24.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/regularpolygon.h 2009-01-01 11:30:29.000000000 +0100 @@ -79,7 +79,7 @@ static RegularPolygon::pointer create(unsigned int sides=3, double radius=1.0, Style style=ZERO_RADIUS ); - ~RegularPolygon(); + virtual ~RegularPolygon(); unsigned int sides(); diff -urN papyrus-0.7.1/papyrus/rotator.h papyrus-0.7.1.dtors/papyrus/rotator.h --- papyrus-0.7.1/papyrus/rotator.h 2006-12-31 23:16:02.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/rotator.h 2009-01-01 11:30:50.000000000 +0100 @@ -58,7 +58,7 @@ double radian_interval = 0.0 ); - ~Rotator(); + virtual ~Rotator(); // double radian_interval(); diff -urN papyrus-0.7.1/papyrus/scaler.h papyrus-0.7.1.dtors/papyrus/scaler.h --- papyrus-0.7.1/papyrus/scaler.h 2007-01-01 01:32:55.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/scaler.h 2009-01-01 11:30:57.000000000 +0100 @@ -55,7 +55,7 @@ int selection_depth = 1, unsigned side = 0 ); - ~Scaler(); + virtual ~Scaler(); virtual void set_selection_group( Group::pointer selection_group, bool add_drawable_only = true ); diff -urN papyrus-0.7.1/papyrus/sierpinski.h papyrus-0.7.1.dtors/papyrus/sierpinski.h --- papyrus-0.7.1/papyrus/sierpinski.h 2006-12-17 20:01:02.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/sierpinski.h 2009-01-01 11:31:10.000000000 +0100 @@ -36,7 +36,7 @@ static Sierpinski::pointer create(unsigned level=0, double size=0.0); - ~Sierpinski(); + virtual ~Sierpinski(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/text.h papyrus-0.7.1.dtors/papyrus/text.h --- papyrus-0.7.1/papyrus/text.h 2006-12-17 20:01:29.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/text.h 2009-01-01 11:31:21.000000000 +0100 @@ -74,7 +74,7 @@ Cairo::FontWeight weight = Cairo::FONT_WEIGHT_NORMAL ); - ~Text(); + virtual ~Text(); const std::string& font_family(); diff -urN papyrus-0.7.1/papyrus/translator.h papyrus-0.7.1.dtors/papyrus/translator.h --- papyrus-0.7.1/papyrus/translator.h 2006-12-30 02:09:26.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/translator.h 2009-01-01 11:31:31.000000000 +0100 @@ -54,7 +54,7 @@ int selection_depth = 1, unsigned transforms = TRANSLATE_X|TRANSLATE_Y ); - ~Translator(); + virtual ~Translator(); unsigned transforms(); diff -urN papyrus-0.7.1/papyrus/viewbox.h papyrus-0.7.1.dtors/papyrus/viewbox.h --- papyrus-0.7.1/papyrus/viewbox.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/viewbox.h 2009-01-01 11:31:44.000000000 +0100 @@ -105,7 +105,7 @@ static pointer create(const Region& region, ALIGN align=ALIGN_NONE, MEET_OR_SLICE meet_or_slice = MEET); - ~Viewbox(); + virtual ~Viewbox(); Viewbox& operator=( const Region& other ); Index: papyrus.spec =================================================================== RCS file: /cvs/pkgs/rpms/papyrus/F-8/papyrus.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- papyrus.spec 21 Dec 2008 17:26:09 -0000 1.13 +++ papyrus.spec 1 Jan 2009 11:03:34 -0000 1.14 @@ -2,7 +2,7 @@ Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus Version: 0.7.1 -Release: 4%{?dist} +Release: 6%{?dist} License: LGPLv2 URL: http://libpapyrus.sourceforge.net/ Group: System Environment/Libraries @@ -10,6 +10,7 @@ Patch0: papyrus.patch Patch1: papyrus-0.7.1-typedef-fixes.patch Patch2: papyrus-0.7.1-valarray.patch +Patch3: papyrus-0.7.1-virtual-dtors.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel >= 2.10 cairomm-devel >= 1.2 boost-devel pkgconfig m4 @@ -35,6 +36,7 @@ %patch0 -p1 -b gcc43 %patch1 -p1 -b typedef-fixes %patch2 -p1 -b valarray +%patch3 -p1 -b virtual-dtors %build %configure --enable-static=no @@ -72,10 +74,17 @@ %{_datadir}/papyrusmm-0.7.1/ %changelog -* Sun Dec 21 2008 Tim Niemueller - 0.7.1-4 +* Thu Jan 01 2009 Tim Niemueller - 0.7.1-6 +- Make all dtors virtual to fix compile warnings (errors with -Wall -Werror) +- Sync with F-10 version/release and changelog + +* Sun Dec 21 2008 Tim Niemueller - 0.7.1-5 - Header fixes for F-10 - Drawing fixes (invalid use of std::valarray) +* Sun Sep 21 2008 Ville Skytt?? - 0.7.1-4 +- Fix Patch0:/%%patch mismatch. + * Mon Mar 03 2008 Rick L Vinyard Jr - 0.7.1-3 - Added boost-devel dependency - Added INT_MAX patch From thias at fedoraproject.org Thu Jan 1 11:06:27 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Thu, 1 Jan 2009 11:06:27 +0000 (UTC) Subject: rpms/python-twisted-web2/devel python-twisted-web2.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090101110627.B41B67011B@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/python-twisted-web2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22137 Modified Files: .cvsignore sources Added Files: python-twisted-web2.spec Log Message: Initial import of 8.1.0. --- NEW FILE python-twisted-web2.spec --- %{!?python:%define python python} %{!?python_sitearch: %define python_sitearch %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: Experimental Twisted Web Server Framework Name: %{python}-twisted-web2 Version: 8.1.0 Release: 5%{?dist} License: MIT Group: Development/Libraries URL: http://twistedmatrix.com/trac/wiki/TwistedWeb2 Source: http://tmrc.mit.edu/mirror/twisted/Web2/8.1/TwistedWeb2-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: %{python}-twisted-core >= 8.1.0 BuildRequires: %{python}-twisted-core >= 8.1.0 BuildRequires: %{python}-devel # Files are noarch, but we need to install in sitearch for things to work, as # all the rest of Twisted is in sitearch #BuildArch: noarch # Because of the above, disable generating an empty debuginfo package %define debug_package %{nil} %description Twisted.Web2 is an experimental web server built with Twisted. Useful Web2 functionality will be backported to TwistedWeb until TwistedWeb is as featureful as Web2, then Web2 will be abandoned. %prep %setup -q -n TwistedWeb2-%{version} %build %{python} setup.py build %install %{__rm} -rf %{buildroot} %{python} setup.py install \ -O1 --skip-build --root %{buildroot} \ --install-purelib %{python_sitearch} # See if there's any egg-info if [ -f %{buildroot}%{python_sitearch}/Twisted*.egg-info ]; then echo %{buildroot}%{python_sitearch}/Twisted*.egg-info | %{__sed} -e 's|^%{buildroot}||' fi > egg-info %clean %{__rm} -rf %{buildroot} %post if [ -x %{_libexecdir}/twisted-dropin-cache ]; then %{_libexecdir}/twisted-dropin-cache || : fi %postun if [ -x %{_libexecdir}/twisted-dropin-cache ]; then %{_libexecdir}/twisted-dropin-cache || : fi %files -f egg-info %defattr(-,root,root,-) %doc LICENSE NEWS README doc/* %{python_sitearch}/twisted/plugins/twisted_web2.py* %{python_sitearch}/twisted/web2/ %changelog * Tue Dec 23 2008 Matthias Saou 8.1.0-5 - Introduce python macro for parallel installable versions. - Add calls to twisted-dropin-cache and make sure they don't ever fail. - Minor spec file updates. * Tue Aug 19 2008 Matthias Saou 8.1.0-4 - Use --install-purelib option instead of manually moving the installed files. - Fix description. - Include doc/ directory, although it would fit best in a "devel" package. - Require python-twisted-core >= 8.1.0 to get ServiceMaker. * Wed Jul 30 2008 Matthias Saou 8.1.0-2 - Update to 8.1.0 again, as the downgrade didn't fix the problem. * Wed Jul 16 2008 Matthias Saou 0.2.0-2 - Downgrade to 0.2.0 as elisa doesn't work with 8.1.0. - Include Debian's patch, as it changes quite a bit of code. * Tue Jul 15 2008 Matthias Saou 8.1.0-0.1 - Initial RPM release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2008 05:51:11 -0000 1.1 +++ .cvsignore 1 Jan 2009 11:05:56 -0000 1.2 @@ -0,0 +1 @@ +TwistedWeb2-8.1.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2008 05:51:11 -0000 1.1 +++ sources 1 Jan 2009 11:05:56 -0000 1.2 @@ -0,0 +1 @@ +e34b48edf6fef075bd41ddbd215aed32 TwistedWeb2-8.1.0.tar.bz2 From timn at fedoraproject.org Thu Jan 1 11:09:43 2009 From: timn at fedoraproject.org (Tim Niemueller) Date: Thu, 1 Jan 2009 11:09:43 +0000 (UTC) Subject: rpms/papyrus/devel papyrus-0.7.1-typedef-fixes.patch, NONE, 1.1 papyrus-0.7.1-valarray.patch, NONE, 1.1 papyrus-0.7.1-virtual-dtors.patch, NONE, 1.1 papyrus.spec, 1.15, 1.16 Message-ID: <20090101110943.18A5D7011B@cvs1.fedora.phx.redhat.com> Author: timn Update of /cvs/pkgs/rpms/papyrus/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22891 Modified Files: papyrus.spec Added Files: papyrus-0.7.1-typedef-fixes.patch papyrus-0.7.1-valarray.patch papyrus-0.7.1-virtual-dtors.patch Log Message: Sync to latest patches in F-10 branch Tim papyrus-0.7.1-typedef-fixes.patch: --- NEW FILE papyrus-0.7.1-typedef-fixes.patch --- diff -urN papyrus-0.7.1/papyrus/event.h papyrus-0.7.1.fixed/papyrus/event.h --- papyrus-0.7.1/papyrus/event.h 2006-08-31 06:20:39.000000000 +0200 +++ papyrus-0.7.1.fixed/papyrus/event.h 2008-12-15 15:19:30.000000000 +0100 @@ -23,7 +23,7 @@ namespace Event { - typedef enum Type { + typedef enum { BUTTON_PRESS, BUTTON_RELEASE, BUTTON_DOUBLE_PRESS, @@ -39,10 +39,10 @@ SCROLL_DOWN, SCROLL_LEFT, SCROLL_RIGHT, - }; + } ScrollDirection; // These are taken straight from GDK - typedef enum ModifierType + typedef enum { SHIFT_MASK = 1 << 0, LOCK_MASK = 1 << 1, diff -urN papyrus-0.7.1/papyrus/marker.h papyrus-0.7.1.fixed/papyrus/marker.h --- papyrus-0.7.1/papyrus/marker.h 2006-12-17 19:59:19.000000000 +0100 +++ papyrus-0.7.1.fixed/papyrus/marker.h 2008-12-15 15:18:18.000000000 +0100 @@ -31,7 +31,7 @@ */ class Marker : public Shape { public: - typedef enum STYLE { + typedef enum { NONE, LINES, TRIANGLE, @@ -55,12 +55,12 @@ ROUND, OPEN_ROUND, BACKSLASH, - }; + } STYLE; - typedef enum FACING { + typedef enum { LEFT, RIGHT - }; + } FACING; typedef PapyrusSmartPointer pointer; diff -urN papyrus-0.7.1/papyrus/regularpolygon.h papyrus-0.7.1.fixed/papyrus/regularpolygon.h --- papyrus-0.7.1/papyrus/regularpolygon.h 2006-12-17 20:00:24.000000000 +0100 +++ papyrus-0.7.1.fixed/papyrus/regularpolygon.h 2008-12-15 15:18:37.000000000 +0100 @@ -73,7 +73,7 @@ public: typedef PapyrusSmartPointer pointer; - typedef enum Style {ZERO_RADIUS, ZERO_APOTHEM}; + typedef enum {ZERO_RADIUS, ZERO_APOTHEM} Style; RegularPolygon(unsigned int sides=3, double radius=1.0, Style style=ZERO_RADIUS); papyrus-0.7.1-valarray.patch: --- NEW FILE papyrus-0.7.1-valarray.patch --- diff -urN papyrus-0.7.1/papyrus/linestyle.cpp papyrus-0.7.1.valarray/papyrus/linestyle.cpp --- papyrus-0.7.1/papyrus/linestyle.cpp 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.valarray/papyrus/linestyle.cpp 2008-12-21 16:04:03.000000000 +0100 @@ -58,6 +58,7 @@ m_cap = other.m_cap; m_join = other.m_join; m_miter_limit = other.m_miter_limit; + m_dash_array.resize(other.m_dash_array.size()); m_dash_array = other.m_dash_array; m_dash_offset = other.m_dash_offset; @@ -98,6 +99,7 @@ void LineStyle::set_dash ( const std::valarray< double > dashes, double offset ) { + m_dash_array.resize(dashes.size()); m_dash_array = dashes; m_dash_offset = offset; m_signal_dash.emit(); papyrus-0.7.1-virtual-dtors.patch: --- NEW FILE papyrus-0.7.1-virtual-dtors.patch --- diff -urN papyrus-0.7.1/papyrus/animator.h papyrus-0.7.1.dtors/papyrus/animator.h --- papyrus-0.7.1/papyrus/animator.h 2006-12-17 19:39:55.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/animator.h 2009-01-01 11:25:35.000000000 +0100 @@ -37,7 +37,7 @@ Animator(); - ~Animator(); + virtual ~Animator(); /** Advance the animation by n frames */ virtual int advance(int n=1); diff -urN papyrus-0.7.1/papyrus/arc.h papyrus-0.7.1.dtors/papyrus/arc.h --- papyrus-0.7.1/papyrus/arc.h 2007-02-25 00:20:39.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/arc.h 2009-01-01 11:25:53.000000000 +0100 @@ -87,7 +87,7 @@ ); /** Destructor */ - ~Arc(); + virtual ~Arc(); /** Returns the radius of this arc */ double radius(); diff -urN papyrus-0.7.1/papyrus/beziergon.h papyrus-0.7.1.dtors/papyrus/beziergon.h --- papyrus-0.7.1/papyrus/beziergon.h 2006-12-17 19:36:12.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/beziergon.h 2009-01-01 11:25:59.000000000 +0100 @@ -63,7 +63,7 @@ static Beziergon::pointer create(BezierVertices vertices=BezierVertices()); - ~Beziergon(); + virtual ~Beziergon(); virtual void set_line_style(const LineStyle& line_style); diff -urN papyrus-0.7.1/papyrus/bezierline.h papyrus-0.7.1.dtors/papyrus/bezierline.h --- papyrus-0.7.1/papyrus/bezierline.h 2007-01-01 21:46:00.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/bezierline.h 2009-01-01 11:26:14.000000000 +0100 @@ -101,7 +101,7 @@ /** Creates a polyline from a specified set of vertices */ static Bezierline::pointer create( BezierVertices vertices = BezierVertices() ); - ~Bezierline(); + virtual ~Bezierline(); Bezierline& operator=( const Bezierline& other ); diff -urN papyrus-0.7.1/papyrus/boxed.h papyrus-0.7.1.dtors/papyrus/boxed.h --- papyrus-0.7.1/papyrus/boxed.h 2007-01-19 07:17:29.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/boxed.h 2009-01-01 11:26:21.000000000 +0100 @@ -53,7 +53,7 @@ static Boxed::pointer create(); - ~Boxed(); + virtual ~Boxed(); Rectangle::pointer get_box(); diff -urN papyrus-0.7.1/papyrus/circle.h papyrus-0.7.1.dtors/papyrus/circle.h --- papyrus-0.7.1/papyrus/circle.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/circle.h 2009-01-01 11:26:39.000000000 +0100 @@ -75,7 +75,7 @@ const LineStyle& outline ); - ~Circle(); + virtual ~Circle(); PAPYRUS_CLASS_NAME( "Circle" ); diff -urN papyrus-0.7.1/papyrus/grid.h papyrus-0.7.1.dtors/papyrus/grid.h --- papyrus-0.7.1/papyrus/grid.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/grid.h 2009-01-01 11:28:25.000000000 +0100 @@ -42,7 +42,7 @@ static pointer create(double xmin=-infinity, double xmax=infinity, double ymin=-infinity, double ymax=infinity); - ~Grid(); + virtual ~Grid(); double x_min(); diff -urN papyrus-0.7.1/papyrus/hilbert.h papyrus-0.7.1.dtors/papyrus/hilbert.h --- papyrus-0.7.1/papyrus/hilbert.h 2006-12-17 19:57:46.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/hilbert.h 2009-01-01 11:28:47.000000000 +0100 @@ -36,7 +36,7 @@ static Hilbert::pointer create(unsigned level=0, double size=0); - ~Hilbert(); + virtual ~Hilbert(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/image.h papyrus-0.7.1.dtors/papyrus/image.h --- papyrus-0.7.1/papyrus/image.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/image.h 2009-01-01 11:29:08.000000000 +0100 @@ -74,7 +74,7 @@ static Image::pointer create ( Cairo::RefPtr img ); /** Destructor */ - ~Image(); + virtual ~Image(); std::string filename() const; diff -urN papyrus-0.7.1/papyrus/kochcurve.h papyrus-0.7.1.dtors/papyrus/kochcurve.h --- papyrus-0.7.1/papyrus/kochcurve.h 2006-12-17 19:58:34.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/kochcurve.h 2009-01-01 11:29:19.000000000 +0100 @@ -36,7 +36,7 @@ static KochCurve::pointer create(unsigned level=0, double size=0.0); - ~KochCurve(); + virtual ~KochCurve(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/kochsnowflake.h papyrus-0.7.1.dtors/papyrus/kochsnowflake.h --- papyrus-0.7.1/papyrus/kochsnowflake.h 2006-12-17 19:58:51.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/kochsnowflake.h 2009-01-01 11:29:30.000000000 +0100 @@ -36,7 +36,7 @@ static KochSnowflake::pointer create(unsigned level=0, double size=0.0); - ~KochSnowflake(); + virtual ~KochSnowflake(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/linestyle.h papyrus-0.7.1.dtors/papyrus/linestyle.h --- papyrus-0.7.1/papyrus/linestyle.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/linestyle.h 2009-01-01 11:29:43.000000000 +0100 @@ -47,7 +47,7 @@ Cairo::LineJoin join ); - ~LineStyle(); + virtual ~LineStyle(); LineStyle& operator=( const LineStyle& other ); diff -urN papyrus-0.7.1/papyrus/marker.h papyrus-0.7.1.dtors/papyrus/marker.h --- papyrus-0.7.1/papyrus/marker.h 2006-12-17 19:59:19.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/marker.h 2009-01-01 11:29:53.000000000 +0100 @@ -71,7 +71,7 @@ static Marker::pointer create( STYLE style=NONE, double width = 20.0, double height = 20.0, FACING facing = RIGHT ); /** Destructor */ - ~Marker(); + virtual ~Marker(); /** @return marker style */ STYLE style() const; diff -urN papyrus-0.7.1/papyrus/polygon.h papyrus-0.7.1.dtors/papyrus/polygon.h --- papyrus-0.7.1/papyrus/polygon.h 2006-12-17 19:59:38.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/polygon.h 2009-01-01 11:30:06.000000000 +0100 @@ -65,7 +65,7 @@ static Polygon::pointer create(Vertices vertices=Vertices()); - ~Polygon(); + virtual ~Polygon(); virtual void set_line_style(const LineStyle& line_style); diff -urN papyrus-0.7.1/papyrus/polyline.h papyrus-0.7.1.dtors/papyrus/polyline.h --- papyrus-0.7.1/papyrus/polyline.h 2006-12-17 19:59:55.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/polyline.h 2009-01-01 11:30:12.000000000 +0100 @@ -92,7 +92,7 @@ /** Creates a polyline from a specified set of vertices */ static Polyline::pointer create( Vertices vertices = Vertices() ); - ~Polyline(); + virtual ~Polyline(); Polyline& operator=(const Polyline& other); diff -urN papyrus-0.7.1/papyrus/rectangle.h papyrus-0.7.1.dtors/papyrus/rectangle.h --- papyrus-0.7.1/papyrus/rectangle.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/rectangle.h 2009-01-01 11:30:16.000000000 +0100 @@ -80,7 +80,7 @@ const LineStyle& outline ); - ~Rectangle(); + virtual ~Rectangle(); /** Returns the width of the rectangle */ double width(); diff -urN papyrus-0.7.1/papyrus/region.h papyrus-0.7.1.dtors/papyrus/region.h --- papyrus-0.7.1/papyrus/region.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/region.h 2009-01-01 11:30:24.000000000 +0100 @@ -33,7 +33,7 @@ Region(double x=0.0, double y=0.0, double w=0.0, double h=0.0); - ~Region(); + virtual ~Region(); double x() const; double y() const; diff -urN papyrus-0.7.1/papyrus/regularpolygon.h papyrus-0.7.1.dtors/papyrus/regularpolygon.h --- papyrus-0.7.1/papyrus/regularpolygon.h 2006-12-17 20:00:24.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/regularpolygon.h 2009-01-01 11:30:29.000000000 +0100 @@ -79,7 +79,7 @@ static RegularPolygon::pointer create(unsigned int sides=3, double radius=1.0, Style style=ZERO_RADIUS ); - ~RegularPolygon(); + virtual ~RegularPolygon(); unsigned int sides(); diff -urN papyrus-0.7.1/papyrus/rotator.h papyrus-0.7.1.dtors/papyrus/rotator.h --- papyrus-0.7.1/papyrus/rotator.h 2006-12-31 23:16:02.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/rotator.h 2009-01-01 11:30:50.000000000 +0100 @@ -58,7 +58,7 @@ double radian_interval = 0.0 ); - ~Rotator(); + virtual ~Rotator(); // double radian_interval(); diff -urN papyrus-0.7.1/papyrus/scaler.h papyrus-0.7.1.dtors/papyrus/scaler.h --- papyrus-0.7.1/papyrus/scaler.h 2007-01-01 01:32:55.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/scaler.h 2009-01-01 11:30:57.000000000 +0100 @@ -55,7 +55,7 @@ int selection_depth = 1, unsigned side = 0 ); - ~Scaler(); + virtual ~Scaler(); virtual void set_selection_group( Group::pointer selection_group, bool add_drawable_only = true ); diff -urN papyrus-0.7.1/papyrus/sierpinski.h papyrus-0.7.1.dtors/papyrus/sierpinski.h --- papyrus-0.7.1/papyrus/sierpinski.h 2006-12-17 20:01:02.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/sierpinski.h 2009-01-01 11:31:10.000000000 +0100 @@ -36,7 +36,7 @@ static Sierpinski::pointer create(unsigned level=0, double size=0.0); - ~Sierpinski(); + virtual ~Sierpinski(); unsigned level(); diff -urN papyrus-0.7.1/papyrus/text.h papyrus-0.7.1.dtors/papyrus/text.h --- papyrus-0.7.1/papyrus/text.h 2006-12-17 20:01:29.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/text.h 2009-01-01 11:31:21.000000000 +0100 @@ -74,7 +74,7 @@ Cairo::FontWeight weight = Cairo::FONT_WEIGHT_NORMAL ); - ~Text(); + virtual ~Text(); const std::string& font_family(); diff -urN papyrus-0.7.1/papyrus/translator.h papyrus-0.7.1.dtors/papyrus/translator.h --- papyrus-0.7.1/papyrus/translator.h 2006-12-30 02:09:26.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/translator.h 2009-01-01 11:31:31.000000000 +0100 @@ -54,7 +54,7 @@ int selection_depth = 1, unsigned transforms = TRANSLATE_X|TRANSLATE_Y ); - ~Translator(); + virtual ~Translator(); unsigned transforms(); diff -urN papyrus-0.7.1/papyrus/viewbox.h papyrus-0.7.1.dtors/papyrus/viewbox.h --- papyrus-0.7.1/papyrus/viewbox.h 2007-02-25 00:05:14.000000000 +0100 +++ papyrus-0.7.1.dtors/papyrus/viewbox.h 2009-01-01 11:31:44.000000000 +0100 @@ -105,7 +105,7 @@ static pointer create(const Region& region, ALIGN align=ALIGN_NONE, MEET_OR_SLICE meet_or_slice = MEET); - ~Viewbox(); + virtual ~Viewbox(); Viewbox& operator=( const Region& other ); Index: papyrus.spec =================================================================== RCS file: /cvs/pkgs/rpms/papyrus/devel/papyrus.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- papyrus.spec 21 Sep 2008 08:53:28 -0000 1.15 +++ papyrus.spec 1 Jan 2009 11:09:11 -0000 1.16 @@ -2,12 +2,15 @@ Summary: Papyrus is a C++ canvas library similar to the Gnome canvas Name: papyrus Version: 0.7.1 -Release: 4%{?dist} +Release: 6%{?dist} License: LGPLv2 URL: http://libpapyrus.sourceforge.net/ Group: System Environment/Libraries Source: http://download.sourceforge.net/libpapyrus/%{name}-%{version}.tar.bz2 Patch0: papyrus.patch +Patch1: papyrus-0.7.1-typedef-fixes.patch +Patch2: papyrus-0.7.1-valarray.patch +Patch3: papyrus-0.7.1-virtual-dtors.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtkmm24-devel >= 2.10 cairomm-devel >= 1.2 boost-devel pkgconfig m4 @@ -30,7 +33,10 @@ %prep %setup -q -%patch0 -p1 +%patch0 -p1 -b gcc43 +%patch1 -p1 -b typedef-fixes +%patch2 -p1 -b valarray +%patch3 -p1 -b virtual-dtors %build %configure --enable-static=no @@ -68,6 +74,13 @@ %{_datadir}/papyrusmm-0.7.1/ %changelog +* Thu Jan 01 2009 Tim Niemueller - 0.7.1-6 +- Make all dtors virtual to fix compile warnings (errors with -Wall -Werror) + +* Sun Dec 21 2008 Tim Niemueller - 0.7.1-5 +- Header fixes for F-10 +- Drawing fixes (invalid use of std::valarray) + * Sun Sep 21 2008 Ville Skytt?? - 0.7.1-4 - Fix Patch0:/%%patch mismatch. From thias at fedoraproject.org Thu Jan 1 11:18:56 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Thu, 1 Jan 2009 11:18:56 +0000 (UTC) Subject: rpms/python-twisted-web2/F-10 python-twisted-web2.spec, NONE, 1.1 twisted-web2_0.2.0-1.1.diff, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090101111856.401907013F@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/python-twisted-web2/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26946/F-10 Modified Files: .cvsignore sources Added Files: python-twisted-web2.spec twisted-web2_0.2.0-1.1.diff Log Message: Initial import of older 0.2.0 + patch on stable branches (pre Twisted 8). --- NEW FILE python-twisted-web2.spec --- %{!?python:%define python python} %{!?python_sitearch: %define python_sitearch %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: Experimental Twisted Web Server Framework Name: %{python}-twisted-web2 Version: 0.2.0 Release: 3%{?dist} License: MIT Group: Development/Libraries URL: http://twistedmatrix.com/trac/wiki/TwistedWeb2 Source: http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-%{version}.tar.bz2 Patch0: twisted-web2_0.2.0-1.1.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: %{python}-twisted-core >= 8.1.0 BuildRequires: %{python}-devel # Files are noarch, but we need to install in sitearch for things to work, as # all the rest of Twisted is in sitearch #BuildArch: noarch # Because of the above, disable generating an empty debuginfo package %define debug_package %{nil} %description Twisted.Web2 is an experimental web server built with Twisted. Useful Web2 functionality will be backported to TwistedWeb until TwistedWeb is as featureful as Web2, then Web2 will be abandoned. %prep %setup -q -n TwistedWeb2-%{version} %patch0 -p1 %build %{__python} setup.py build %install %{__rm} -rf %{buildroot} %{__python} setup.py install \ -O1 --skip-build --root %{buildroot} \ --install-purelib %{python_sitearch} # See if there's any egg-info if [ -f %{buildroot}%{python_sitearch}/Twisted*.egg-info ]; then echo %{buildroot}%{python_sitearch}/Twisted*.egg-info | %{__sed} -e 's|^%{buildroot}||' fi > egg-info %clean %{__rm} -rf %{buildroot} %post if [ -x %{_libexecdir}/twisted-dropin-cache ]; then %{_libexecdir}/twisted-dropin-cache || : fi %postun if [ -x %{_libexecdir}/twisted-dropin-cache ]; then %{_libexecdir}/twisted-dropin-cache || : fi %files -f egg-info %defattr(-,root,root,-) %doc LICENSE NEWS README %{python_sitearch}/twisted/plugins/twisted_web2.py* %{python_sitearch}/twisted/web2/ %changelog * Thu Jan 1 2009 Matthias Saou 0.2.0-3 - Backport cosmetic changes from 8.1.0 devel spec to here. This will be an older build to go with Twisted < 8. * Wed Jul 16 2008 Matthias Saou 0.2.0-2 - Downgrade to 0.2.0 as elisa doesn't work with 8.1.0. - Include Debian's patch, as it changes quite a bit of code. * Tue Jul 15 2008 Matthias Saou 8.1.0-0.1 - Initial RPM release. twisted-web2_0.2.0-1.1.diff: --- NEW FILE twisted-web2_0.2.0-1.1.diff --- --- twisted-web2-0.2.0.orig/twisted/web2/stream.py +++ twisted-web2-0.2.0/twisted/web2/stream.py @@ -999,17 +999,29 @@ return self._readUntil(gotdata) - def readline(self, delimiter='\r\n', maxLength=None): + def readline(self, delimiter='\r\n', maxLength=None, size=None): """Read a line of data from the string, bounded by delimiter""" + if size is not None and size < 0: + raise ValueError("readExactly: size cannot be negative: %s", size) + def gotdata(): - data = self.data.split(delimiter, 1) + postdata = '' + predata = self.data + if size is not None and len(predata) >= size: + predata, postdata = predata[:size], predata[size:] + data = predata.split(delimiter, 1) if len(data) == 2: - self.data=data[1] + self.data=data[1] + postdata if maxLength and len(data[0]) > maxLength: - raise LineTooLongException(data[0]) + raise RuntimeError( + "Line data too long at %d" % len(data[0])) return data[0] + elif size is not None: # len(data) == 1 + if postdata: + self.data = postdata + return predata if maxLength and len(self.data) > maxLength: - raise LineTooLongException(self.data) + raise RuntimeError("Line data too long at %d" % len(self.data)) return self._readUntil(gotdata) def pushback(self, pushed): --- twisted-web2-0.2.0.orig/twisted/web2/test/test_stream.py +++ twisted-web2-0.2.0/twisted/web2/test/test_stream.py @@ -128,8 +128,7 @@ self.assertRaises(ValueError, self.makeStream, 0, 20) -class TestSubstream(unittest.TestCase): - data = """I was angry with my friend: +testdata = """I was angry with my friend: I told my wrath, my wrath did end. I was angry with my foe: I told it not, my wrath did grow. @@ -148,8 +147,11 @@ When the night had veil'd the pole: In the morning glad I see My foe outstretch'd beneath the tree""" + +class TestSubstream(unittest.TestCase): def setUp(self): + self.data = testdata self.s = stream.MemoryStream(self.data) def suckTheMarrow(self, s): @@ -178,7 +180,55 @@ def testPastEnd(self): size = len(self.data) self.assertRaises(ValueError, stream.substream, self.s, size-4, size+8) - + + +class TestBufferedStream(unittest.TestCase): + + def setUp(self): + self.data = testdata.replace('\n', '\r\n') + s = stream.MemoryStream(self.data) + self.s = stream.BufferedStream(s) + + def _cbGotData(self, data, expected): + self.assertEqual(data, expected) + + def test_readline(self): + d = self.s.readline() + d.addCallback(self._cbGotData, 'I was angry with my friend:') + return d + + def test_readline_size(self): + d = self.s.readline(size = 5) + d.addCallback(self._cbGotData, 'I was') + return d + + def test_readline_zero(self): + d = self.s.readline(size = 0) + d.addCallback(self._cbGotData, '') + return d + + def test_readline_finished(self): + nolines = len(self.data.split('\r\n')) + for i in range(nolines): + self.s.readline() + d = self.s.readline() + d.addCallback(self._cbGotData, '') + return d + + def test_readline_sizeneg(self): + self.assertRaises(ValueError, self.s.readline, size = -1) + + def test_readline_maxlength(self): + d = self.s.readline(maxLength = 1) + self.assertFailure(d, RuntimeError) + + def test_readExactly(self): + d = self.s.readExactly() + d.addCallback(self._cbGotData, self.data) + return d + + def test_read(self): + self.assertEqual(str(self.s.read()), self.data) class TestStreamer: implements(stream.IStream, stream.IByteStream) --- twisted-web2-0.2.0.orig/twisted/web2/test/test_wsgi.py +++ twisted-web2-0.2.0/twisted/web2/test/test_wsgi.py @@ -162,6 +162,44 @@ (WSGI(application), 'http://host/', {}, None, None, '', "These\nare\nlines"), (200, {"Content-Length": 18}, "These\nXare\nXlines\n")) + def test_readInputLineSizeNegZero(self): + def application(environ, start_response): + input = environ['wsgi.input'] + + out = [input.read(5)] # 'Line ' + out += ["X", input.readline(-1)] # 'blah blah\n' + out += ["X", input.readline(0)] # '' + out += ["X", input.readline(-1)] # 'Oh Line\n' + out += ["X", input.readline()] # '' + + start_response("200 OK", {}) + return out + + return self.assertResponse( + (WSGI(application), 'http://host/', {}, None, None, '', + "Line blah blah\nOh Line\n"), + (200, {"Content-Length": 27}, + "Line Xblah blah\nXXOh Line\nX")) + + def test_readInputLineSize(self): + def application(environ, start_response): + input = environ['wsgi.input'] + + out = [input.read(5)] # 'Line ' + out += ["X", input.readline(5)] # 'blah ' + out += ["X", input.readline()] # 'blah\n' + out += ["X", input.readline(1)] # '0' + out += ["X", input.readline()] # 'h Line\n' + + start_response("200 OK", {}) + return out + + return self.assertResponse( + (WSGI(application), 'http://host/', {}, None, None, '', + "Line blah blah\nOh Line\n"), + (200, {"Content-Length": 27}, + "Line Xblah Xblah\nXOXh Line\n")) + def test_readInputMixed(self): def application(environ, start_response): input = environ['wsgi.input'] @@ -174,7 +212,8 @@ return out return self.assertResponse( - (WSGI(application), 'http://host/', {}, None, None, '', "Line blah blah\nOh Line\n"), + (WSGI(application), 'http://host/', {}, None, None, '', + "Line blah blah\nOh Line\n"), (200, {"Content-Length": 26}, "Line Xblah blah\nXOXh Line\n")) class TestWSGIEnvironment(BaseCase): --- twisted-web2-0.2.0.orig/twisted/web2/wsgi.py +++ twisted-web2-0.2.0/twisted/web2/wsgi.py @@ -65,9 +65,28 @@ size = None return callInReactor(self.stream.readExactly, size) - def readline(self): + def readline(self, size=None): # Called in application thread - return callInReactor(self.stream.readline, '\n')+'\n' + if size < 0: + size = None + + if size is not None: + # we need to return maximum byte count of size 'including' the + # trailing newline + if size == 0: + return '' + + size -= 1 + data = callInReactor(self.stream.readline, '\n', size = size) + if len(data) == size: + # no newline - try to read one more byte + return data + callInReactor(self.stream.readExactly, 1) + return data + '\n' + + data = callInReactor(self.stream.readline, '\n') + if data: # test that there was data in the stream + data += '\n' + return data def readlines(self, hint=None): # Called in application thread Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2008 05:51:11 -0000 1.1 +++ .cvsignore 1 Jan 2009 11:18:25 -0000 1.2 @@ -0,0 +1 @@ +TwistedWeb2-0.2.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2008 05:51:11 -0000 1.1 +++ sources 1 Jan 2009 11:18:25 -0000 1.2 @@ -0,0 +1 @@ +7d6dea006d7f1e004df9f6aad730fbee TwistedWeb2-0.2.0.tar.bz2 From thias at fedoraproject.org Thu Jan 1 11:18:56 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Thu, 1 Jan 2009 11:18:56 +0000 (UTC) Subject: rpms/python-twisted-web2/EL-5 python-twisted-web2.spec, NONE, 1.1 twisted-web2_0.2.0-1.1.diff, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090101111856.3872B7011B@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/python-twisted-web2/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26946/EL-5 Modified Files: .cvsignore sources Added Files: python-twisted-web2.spec twisted-web2_0.2.0-1.1.diff Log Message: Initial import of older 0.2.0 + patch on stable branches (pre Twisted 8). --- NEW FILE python-twisted-web2.spec --- %{!?python:%define python python} %{!?python_sitearch: %define python_sitearch %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: Experimental Twisted Web Server Framework Name: %{python}-twisted-web2 Version: 0.2.0 Release: 3%{?dist} License: MIT Group: Development/Libraries URL: http://twistedmatrix.com/trac/wiki/TwistedWeb2 Source: http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-%{version}.tar.bz2 Patch0: twisted-web2_0.2.0-1.1.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: %{python}-twisted-core >= 8.1.0 BuildRequires: %{python}-devel # Files are noarch, but we need to install in sitearch for things to work, as # all the rest of Twisted is in sitearch #BuildArch: noarch # Because of the above, disable generating an empty debuginfo package %define debug_package %{nil} %description Twisted.Web2 is an experimental web server built with Twisted. Useful Web2 functionality will be backported to TwistedWeb until TwistedWeb is as featureful as Web2, then Web2 will be abandoned. %prep %setup -q -n TwistedWeb2-%{version} %patch0 -p1 %build %{__python} setup.py build %install %{__rm} -rf %{buildroot} %{__python} setup.py install \ -O1 --skip-build --root %{buildroot} \ --install-purelib %{python_sitearch} # See if there's any egg-info if [ -f %{buildroot}%{python_sitearch}/Twisted*.egg-info ]; then echo %{buildroot}%{python_sitearch}/Twisted*.egg-info | %{__sed} -e 's|^%{buildroot}||' fi > egg-info %clean %{__rm} -rf %{buildroot} %post if [ -x %{_libexecdir}/twisted-dropin-cache ]; then %{_libexecdir}/twisted-dropin-cache || : fi %postun if [ -x %{_libexecdir}/twisted-dropin-cache ]; then %{_libexecdir}/twisted-dropin-cache || : fi %files -f egg-info %defattr(-,root,root,-) %doc LICENSE NEWS README %{python_sitearch}/twisted/plugins/twisted_web2.py* %{python_sitearch}/twisted/web2/ %changelog * Thu Jan 1 2009 Matthias Saou 0.2.0-3 - Backport cosmetic changes from 8.1.0 devel spec to here. This will be an older build to go with Twisted < 8. * Wed Jul 16 2008 Matthias Saou 0.2.0-2 - Downgrade to 0.2.0 as elisa doesn't work with 8.1.0. - Include Debian's patch, as it changes quite a bit of code. * Tue Jul 15 2008 Matthias Saou 8.1.0-0.1 - Initial RPM release. twisted-web2_0.2.0-1.1.diff: --- NEW FILE twisted-web2_0.2.0-1.1.diff --- --- twisted-web2-0.2.0.orig/twisted/web2/stream.py +++ twisted-web2-0.2.0/twisted/web2/stream.py @@ -999,17 +999,29 @@ return self._readUntil(gotdata) - def readline(self, delimiter='\r\n', maxLength=None): + def readline(self, delimiter='\r\n', maxLength=None, size=None): """Read a line of data from the string, bounded by delimiter""" + if size is not None and size < 0: + raise ValueError("readExactly: size cannot be negative: %s", size) + def gotdata(): - data = self.data.split(delimiter, 1) + postdata = '' + predata = self.data + if size is not None and len(predata) >= size: + predata, postdata = predata[:size], predata[size:] + data = predata.split(delimiter, 1) if len(data) == 2: - self.data=data[1] + self.data=data[1] + postdata if maxLength and len(data[0]) > maxLength: - raise LineTooLongException(data[0]) + raise RuntimeError( + "Line data too long at %d" % len(data[0])) return data[0] + elif size is not None: # len(data) == 1 + if postdata: + self.data = postdata + return predata if maxLength and len(self.data) > maxLength: - raise LineTooLongException(self.data) + raise RuntimeError("Line data too long at %d" % len(self.data)) return self._readUntil(gotdata) def pushback(self, pushed): --- twisted-web2-0.2.0.orig/twisted/web2/test/test_stream.py +++ twisted-web2-0.2.0/twisted/web2/test/test_stream.py @@ -128,8 +128,7 @@ self.assertRaises(ValueError, self.makeStream, 0, 20) -class TestSubstream(unittest.TestCase): - data = """I was angry with my friend: +testdata = """I was angry with my friend: I told my wrath, my wrath did end. I was angry with my foe: I told it not, my wrath did grow. @@ -148,8 +147,11 @@ When the night had veil'd the pole: In the morning glad I see My foe outstretch'd beneath the tree""" + +class TestSubstream(unittest.TestCase): def setUp(self): + self.data = testdata self.s = stream.MemoryStream(self.data) def suckTheMarrow(self, s): @@ -178,7 +180,55 @@ def testPastEnd(self): size = len(self.data) self.assertRaises(ValueError, stream.substream, self.s, size-4, size+8) - + + +class TestBufferedStream(unittest.TestCase): + + def setUp(self): + self.data = testdata.replace('\n', '\r\n') + s = stream.MemoryStream(self.data) + self.s = stream.BufferedStream(s) + + def _cbGotData(self, data, expected): + self.assertEqual(data, expected) + + def test_readline(self): + d = self.s.readline() + d.addCallback(self._cbGotData, 'I was angry with my friend:') + return d + + def test_readline_size(self): + d = self.s.readline(size = 5) + d.addCallback(self._cbGotData, 'I was') + return d + + def test_readline_zero(self): + d = self.s.readline(size = 0) + d.addCallback(self._cbGotData, '') + return d + + def test_readline_finished(self): + nolines = len(self.data.split('\r\n')) + for i in range(nolines): + self.s.readline() + d = self.s.readline() + d.addCallback(self._cbGotData, '') + return d + + def test_readline_sizeneg(self): + self.assertRaises(ValueError, self.s.readline, size = -1) + + def test_readline_maxlength(self): + d = self.s.readline(maxLength = 1) + self.assertFailure(d, RuntimeError) + + def test_readExactly(self): + d = self.s.readExactly() + d.addCallback(self._cbGotData, self.data) + return d + + def test_read(self): + self.assertEqual(str(self.s.read()), self.data) class TestStreamer: implements(stream.IStream, stream.IByteStream) --- twisted-web2-0.2.0.orig/twisted/web2/test/test_wsgi.py +++ twisted-web2-0.2.0/twisted/web2/test/test_wsgi.py @@ -162,6 +162,44 @@ (WSGI(application), 'http://host/', {}, None, None, '', "These\nare\nlines"), (200, {"Content-Length": 18}, "These\nXare\nXlines\n")) + def test_readInputLineSizeNegZero(self): + def application(environ, start_response): + input = environ['wsgi.input'] + + out = [input.read(5)] # 'Line ' + out += ["X", input.readline(-1)] # 'blah blah\n' + out += ["X", input.readline(0)] # '' + out += ["X", input.readline(-1)] # 'Oh Line\n' + out += ["X", input.readline()] # '' + + start_response("200 OK", {}) + return out + + return self.assertResponse( + (WSGI(application), 'http://host/', {}, None, None, '', + "Line blah blah\nOh Line\n"), + (200, {"Content-Length": 27}, + "Line Xblah blah\nXXOh Line\nX")) + + def test_readInputLineSize(self): + def application(environ, start_response): + input = environ['wsgi.input'] + + out = [input.read(5)] # 'Line ' + out += ["X", input.readline(5)] # 'blah ' + out += ["X", input.readline()] # 'blah\n' + out += ["X", input.readline(1)] # '0' + out += ["X", input.readline()] # 'h Line\n' + + start_response("200 OK", {}) + return out + + return self.assertResponse( + (WSGI(application), 'http://host/', {}, None, None, '', + "Line blah blah\nOh Line\n"), + (200, {"Content-Length": 27}, + "Line Xblah Xblah\nXOXh Line\n")) + def test_readInputMixed(self): def application(environ, start_response): input = environ['wsgi.input'] @@ -174,7 +212,8 @@ return out return self.assertResponse( - (WSGI(application), 'http://host/', {}, None, None, '', "Line blah blah\nOh Line\n"), + (WSGI(application), 'http://host/', {}, None, None, '', + "Line blah blah\nOh Line\n"), (200, {"Content-Length": 26}, "Line Xblah blah\nXOXh Line\n")) class TestWSGIEnvironment(BaseCase): --- twisted-web2-0.2.0.orig/twisted/web2/wsgi.py +++ twisted-web2-0.2.0/twisted/web2/wsgi.py @@ -65,9 +65,28 @@ size = None return callInReactor(self.stream.readExactly, size) - def readline(self): + def readline(self, size=None): # Called in application thread - return callInReactor(self.stream.readline, '\n')+'\n' + if size < 0: + size = None + + if size is not None: + # we need to return maximum byte count of size 'including' the + # trailing newline + if size == 0: + return '' + + size -= 1 + data = callInReactor(self.stream.readline, '\n', size = size) + if len(data) == size: + # no newline - try to read one more byte + return data + callInReactor(self.stream.readExactly, 1) + return data + '\n' + + data = callInReactor(self.stream.readline, '\n') + if data: # test that there was data in the stream + data += '\n' + return data def readlines(self, hint=None): # Called in application thread Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2008 05:51:11 -0000 1.1 +++ .cvsignore 1 Jan 2009 11:18:24 -0000 1.2 @@ -0,0 +1 @@ +TwistedWeb2-0.2.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2008 05:51:11 -0000 1.1 +++ sources 1 Jan 2009 11:18:24 -0000 1.2 @@ -0,0 +1 @@ +7d6dea006d7f1e004df9f6aad730fbee TwistedWeb2-0.2.0.tar.bz2 From thias at fedoraproject.org Thu Jan 1 11:18:56 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Thu, 1 Jan 2009 11:18:56 +0000 (UTC) Subject: rpms/python-twisted-web2/F-9 python-twisted-web2.spec, NONE, 1.1 twisted-web2_0.2.0-1.1.diff, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090101111856.4629970140@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/python-twisted-web2/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26946/F-9 Modified Files: .cvsignore sources Added Files: python-twisted-web2.spec twisted-web2_0.2.0-1.1.diff Log Message: Initial import of older 0.2.0 + patch on stable branches (pre Twisted 8). --- NEW FILE python-twisted-web2.spec --- %{!?python:%define python python} %{!?python_sitearch: %define python_sitearch %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: Experimental Twisted Web Server Framework Name: %{python}-twisted-web2 Version: 0.2.0 Release: 3%{?dist} License: MIT Group: Development/Libraries URL: http://twistedmatrix.com/trac/wiki/TwistedWeb2 Source: http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-%{version}.tar.bz2 Patch0: twisted-web2_0.2.0-1.1.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: %{python}-twisted-core >= 8.1.0 BuildRequires: %{python}-devel # Files are noarch, but we need to install in sitearch for things to work, as # all the rest of Twisted is in sitearch #BuildArch: noarch # Because of the above, disable generating an empty debuginfo package %define debug_package %{nil} %description Twisted.Web2 is an experimental web server built with Twisted. Useful Web2 functionality will be backported to TwistedWeb until TwistedWeb is as featureful as Web2, then Web2 will be abandoned. %prep %setup -q -n TwistedWeb2-%{version} %patch0 -p1 %build %{__python} setup.py build %install %{__rm} -rf %{buildroot} %{__python} setup.py install \ -O1 --skip-build --root %{buildroot} \ --install-purelib %{python_sitearch} # See if there's any egg-info if [ -f %{buildroot}%{python_sitearch}/Twisted*.egg-info ]; then echo %{buildroot}%{python_sitearch}/Twisted*.egg-info | %{__sed} -e 's|^%{buildroot}||' fi > egg-info %clean %{__rm} -rf %{buildroot} %post if [ -x %{_libexecdir}/twisted-dropin-cache ]; then %{_libexecdir}/twisted-dropin-cache || : fi %postun if [ -x %{_libexecdir}/twisted-dropin-cache ]; then %{_libexecdir}/twisted-dropin-cache || : fi %files -f egg-info %defattr(-,root,root,-) %doc LICENSE NEWS README %{python_sitearch}/twisted/plugins/twisted_web2.py* %{python_sitearch}/twisted/web2/ %changelog * Thu Jan 1 2009 Matthias Saou 0.2.0-3 - Backport cosmetic changes from 8.1.0 devel spec to here. This will be an older build to go with Twisted < 8. * Wed Jul 16 2008 Matthias Saou 0.2.0-2 - Downgrade to 0.2.0 as elisa doesn't work with 8.1.0. - Include Debian's patch, as it changes quite a bit of code. * Tue Jul 15 2008 Matthias Saou 8.1.0-0.1 - Initial RPM release. twisted-web2_0.2.0-1.1.diff: --- NEW FILE twisted-web2_0.2.0-1.1.diff --- --- twisted-web2-0.2.0.orig/twisted/web2/stream.py +++ twisted-web2-0.2.0/twisted/web2/stream.py @@ -999,17 +999,29 @@ return self._readUntil(gotdata) - def readline(self, delimiter='\r\n', maxLength=None): + def readline(self, delimiter='\r\n', maxLength=None, size=None): """Read a line of data from the string, bounded by delimiter""" + if size is not None and size < 0: + raise ValueError("readExactly: size cannot be negative: %s", size) + def gotdata(): - data = self.data.split(delimiter, 1) + postdata = '' + predata = self.data + if size is not None and len(predata) >= size: + predata, postdata = predata[:size], predata[size:] + data = predata.split(delimiter, 1) if len(data) == 2: - self.data=data[1] + self.data=data[1] + postdata if maxLength and len(data[0]) > maxLength: - raise LineTooLongException(data[0]) + raise RuntimeError( + "Line data too long at %d" % len(data[0])) return data[0] + elif size is not None: # len(data) == 1 + if postdata: + self.data = postdata + return predata if maxLength and len(self.data) > maxLength: - raise LineTooLongException(self.data) + raise RuntimeError("Line data too long at %d" % len(self.data)) return self._readUntil(gotdata) def pushback(self, pushed): --- twisted-web2-0.2.0.orig/twisted/web2/test/test_stream.py +++ twisted-web2-0.2.0/twisted/web2/test/test_stream.py @@ -128,8 +128,7 @@ self.assertRaises(ValueError, self.makeStream, 0, 20) -class TestSubstream(unittest.TestCase): - data = """I was angry with my friend: +testdata = """I was angry with my friend: I told my wrath, my wrath did end. I was angry with my foe: I told it not, my wrath did grow. @@ -148,8 +147,11 @@ When the night had veil'd the pole: In the morning glad I see My foe outstretch'd beneath the tree""" + +class TestSubstream(unittest.TestCase): def setUp(self): + self.data = testdata self.s = stream.MemoryStream(self.data) def suckTheMarrow(self, s): @@ -178,7 +180,55 @@ def testPastEnd(self): size = len(self.data) self.assertRaises(ValueError, stream.substream, self.s, size-4, size+8) - + + +class TestBufferedStream(unittest.TestCase): + + def setUp(self): + self.data = testdata.replace('\n', '\r\n') + s = stream.MemoryStream(self.data) + self.s = stream.BufferedStream(s) + + def _cbGotData(self, data, expected): + self.assertEqual(data, expected) + + def test_readline(self): + d = self.s.readline() + d.addCallback(self._cbGotData, 'I was angry with my friend:') + return d + + def test_readline_size(self): + d = self.s.readline(size = 5) + d.addCallback(self._cbGotData, 'I was') + return d + + def test_readline_zero(self): + d = self.s.readline(size = 0) + d.addCallback(self._cbGotData, '') + return d + + def test_readline_finished(self): + nolines = len(self.data.split('\r\n')) + for i in range(nolines): + self.s.readline() + d = self.s.readline() + d.addCallback(self._cbGotData, '') + return d + + def test_readline_sizeneg(self): + self.assertRaises(ValueError, self.s.readline, size = -1) + + def test_readline_maxlength(self): + d = self.s.readline(maxLength = 1) + self.assertFailure(d, RuntimeError) + + def test_readExactly(self): + d = self.s.readExactly() + d.addCallback(self._cbGotData, self.data) + return d + + def test_read(self): + self.assertEqual(str(self.s.read()), self.data) class TestStreamer: implements(stream.IStream, stream.IByteStream) --- twisted-web2-0.2.0.orig/twisted/web2/test/test_wsgi.py +++ twisted-web2-0.2.0/twisted/web2/test/test_wsgi.py @@ -162,6 +162,44 @@ (WSGI(application), 'http://host/', {}, None, None, '', "These\nare\nlines"), (200, {"Content-Length": 18}, "These\nXare\nXlines\n")) + def test_readInputLineSizeNegZero(self): + def application(environ, start_response): + input = environ['wsgi.input'] + + out = [input.read(5)] # 'Line ' + out += ["X", input.readline(-1)] # 'blah blah\n' + out += ["X", input.readline(0)] # '' + out += ["X", input.readline(-1)] # 'Oh Line\n' + out += ["X", input.readline()] # '' + + start_response("200 OK", {}) + return out + + return self.assertResponse( + (WSGI(application), 'http://host/', {}, None, None, '', + "Line blah blah\nOh Line\n"), + (200, {"Content-Length": 27}, + "Line Xblah blah\nXXOh Line\nX")) + + def test_readInputLineSize(self): + def application(environ, start_response): + input = environ['wsgi.input'] + + out = [input.read(5)] # 'Line ' + out += ["X", input.readline(5)] # 'blah ' + out += ["X", input.readline()] # 'blah\n' + out += ["X", input.readline(1)] # '0' + out += ["X", input.readline()] # 'h Line\n' + + start_response("200 OK", {}) + return out + + return self.assertResponse( + (WSGI(application), 'http://host/', {}, None, None, '', + "Line blah blah\nOh Line\n"), + (200, {"Content-Length": 27}, + "Line Xblah Xblah\nXOXh Line\n")) + def test_readInputMixed(self): def application(environ, start_response): input = environ['wsgi.input'] @@ -174,7 +212,8 @@ return out return self.assertResponse( - (WSGI(application), 'http://host/', {}, None, None, '', "Line blah blah\nOh Line\n"), + (WSGI(application), 'http://host/', {}, None, None, '', + "Line blah blah\nOh Line\n"), (200, {"Content-Length": 26}, "Line Xblah blah\nXOXh Line\n")) class TestWSGIEnvironment(BaseCase): --- twisted-web2-0.2.0.orig/twisted/web2/wsgi.py +++ twisted-web2-0.2.0/twisted/web2/wsgi.py @@ -65,9 +65,28 @@ size = None return callInReactor(self.stream.readExactly, size) - def readline(self): + def readline(self, size=None): # Called in application thread - return callInReactor(self.stream.readline, '\n')+'\n' + if size < 0: + size = None + + if size is not None: + # we need to return maximum byte count of size 'including' the + # trailing newline + if size == 0: + return '' + + size -= 1 + data = callInReactor(self.stream.readline, '\n', size = size) + if len(data) == size: + # no newline - try to read one more byte + return data + callInReactor(self.stream.readExactly, 1) + return data + '\n' + + data = callInReactor(self.stream.readline, '\n') + if data: # test that there was data in the stream + data += '\n' + return data def readlines(self, hint=None): # Called in application thread Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2008 05:51:11 -0000 1.1 +++ .cvsignore 1 Jan 2009 11:18:25 -0000 1.2 @@ -0,0 +1 @@ +TwistedWeb2-0.2.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2008 05:51:11 -0000 1.1 +++ sources 1 Jan 2009 11:18:25 -0000 1.2 @@ -0,0 +1 @@ +7d6dea006d7f1e004df9f6aad730fbee TwistedWeb2-0.2.0.tar.bz2 From thias at fedoraproject.org Thu Jan 1 11:24:54 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Thu, 1 Jan 2009 11:24:54 +0000 (UTC) Subject: rpms/python-twisted-web2/F-10 python-twisted-web2.spec,1.1,1.2 Message-ID: <20090101112454.8AA477013F@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/python-twisted-web2/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28145/F-10 Modified Files: python-twisted-web2.spec Log Message: Fix version typo. Index: python-twisted-web2.spec =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/F-10/python-twisted-web2.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-twisted-web2.spec 1 Jan 2009 11:18:25 -0000 1.1 +++ python-twisted-web2.spec 1 Jan 2009 11:24:24 -0000 1.2 @@ -11,7 +11,7 @@ Source: http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-%{version}.tar.bz2 Patch0: twisted-web2_0.2.0-1.1.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: %{python}-twisted-core >= 8.1.0 +BuildRequires: %{python}-twisted-core >= 2.5.0 BuildRequires: %{python}-devel # Files are noarch, but we need to install in sitearch for things to work, as # all the rest of Twisted is in sitearch From thias at fedoraproject.org Thu Jan 1 11:24:54 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Thu, 1 Jan 2009 11:24:54 +0000 (UTC) Subject: rpms/python-twisted-web2/EL-5 python-twisted-web2.spec,1.1,1.2 Message-ID: <20090101112454.700327011B@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/python-twisted-web2/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28145/EL-5 Modified Files: python-twisted-web2.spec Log Message: Fix version typo. Index: python-twisted-web2.spec =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/EL-5/python-twisted-web2.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-twisted-web2.spec 1 Jan 2009 11:18:24 -0000 1.1 +++ python-twisted-web2.spec 1 Jan 2009 11:24:23 -0000 1.2 @@ -11,7 +11,7 @@ Source: http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-%{version}.tar.bz2 Patch0: twisted-web2_0.2.0-1.1.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: %{python}-twisted-core >= 8.1.0 +BuildRequires: %{python}-twisted-core >= 2.5.0 BuildRequires: %{python}-devel # Files are noarch, but we need to install in sitearch for things to work, as # all the rest of Twisted is in sitearch From thias at fedoraproject.org Thu Jan 1 11:24:54 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Thu, 1 Jan 2009 11:24:54 +0000 (UTC) Subject: rpms/python-twisted-web2/F-9 python-twisted-web2.spec,1.1,1.2 Message-ID: <20090101112454.CDD507011B@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/python-twisted-web2/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28145/F-9 Modified Files: python-twisted-web2.spec Log Message: Fix version typo. Index: python-twisted-web2.spec =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/F-9/python-twisted-web2.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-twisted-web2.spec 1 Jan 2009 11:18:25 -0000 1.1 +++ python-twisted-web2.spec 1 Jan 2009 11:24:24 -0000 1.2 @@ -11,7 +11,7 @@ Source: http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-%{version}.tar.bz2 Patch0: twisted-web2_0.2.0-1.1.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: %{python}-twisted-core >= 8.1.0 +BuildRequires: %{python}-twisted-core >= 2.5.0 BuildRequires: %{python}-devel # Files are noarch, but we need to install in sitearch for things to work, as # all the rest of Twisted is in sitearch From donv at fedoraproject.org Thu Jan 1 12:33:39 2009 From: donv at fedoraproject.org (Uwe Kubosch) Date: Thu, 1 Jan 2009 12:33:39 +0000 (UTC) Subject: rpms/zfs-fuse/F-10 zfs-fuse.spec, 1.3, 1.4 .cvsignore, 1.2, 1.3 zfs-fuse.init, 1.2, 1.3 Message-ID: <20090101123339.9008C7011B@cvs1.fedora.phx.redhat.com> Author: donv Update of /cvs/pkgs/rpms/zfs-fuse/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12238/F-10 Modified Files: zfs-fuse.spec .cvsignore zfs-fuse.init Log Message: * Sun Dec 28 2008 Uwe Kubosh - 0.5.0-6.20081221 - Updated etc/init.d/zfs-fuse init script after feedback from Rudd-O at http://groups.google.com/group/zfs-fuse/browse_thread/thread/da94aa803bceef52 - Adds better wait at startup before mounting filesystems. - Add OOM kill protection. - Adds syncing of disks at shutdown. - Adds pool status when asking for service status. - Changed to start zfs-fuse at boot as default. - Changed to start zfs-fise right after installation. - Cleanup of /var/run/zfs and /var/lock/zfs after uninstall. Index: zfs-fuse.spec =================================================================== RCS file: /cvs/pkgs/rpms/zfs-fuse/F-10/zfs-fuse.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- zfs-fuse.spec 21 Dec 2008 22:41:53 -0000 1.3 +++ zfs-fuse.spec 1 Jan 2009 12:33:09 -0000 1.4 @@ -1,7 +1,7 @@ Summary: ZFS ported to Linux FUSE Name: zfs-fuse Version: 0.5.0 -Release: 4.20081221%{?dist} +Release: 6.20081221%{?dist} Group: System Environment/Base License: CDDL URL: http://www.wizy.org/wiki/ZFS_on_FUSE @@ -57,6 +57,8 @@ %post if [ $1 = 1 ] ; then /sbin/chkconfig --add %{name} + /sbin/chkconfig %{name} on + /sbin/service %{name} start >/dev/null 2>&1 || : fi %preun @@ -68,6 +70,8 @@ %postun if [ $1 -ge 1 ] ; then /sbin/service %{name} condrestart >/dev/null 2>&1 || : + rm -rf /var/run/zfs + rm -rf /var/lock/zfs fi %files @@ -83,6 +87,20 @@ %{_sysconfdir}/sysconfig/%{name} %changelog +* Sun Dec 28 2008 Uwe Kubosh - 0.5.0-6.20081221 +- Updated etc/init.d/zfs-fuse init script after feedback from Rudd-O at + http://groups.google.com/group/zfs-fuse/browse_thread/thread/da94aa803bceef52 +- Adds better wait at startup before mounting filesystems. +- Add OOM kill protection. +- Adds syncing of disks at shutdown. +- Adds pool status when asking for service status. +- Changed to start zfs-fuse at boot as default. +- Changed to start zfs-fise right after installation. +- Cleanup of /var/run/zfs and /var/lock/zfs after uninstall. + +* Sun Dec 24 2008 Uwe Kubosh - 0.5.0-5.20081221 +- Development tag. + * Sun Dec 21 2008 Uwe Kubosh - 0.5.0-4.20081221 - Updated to upstream trunk of 2008-12-21 - Added config file in /etc/sysconfig/zfs Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/zfs-fuse/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Dec 2008 22:41:53 -0000 1.2 +++ .cvsignore 1 Jan 2009 12:33:09 -0000 1.3 @@ -1,2 +1,4 @@ zfs-fuse-0.5.0.tar.bz2 i386 +trunk-* +zfs-fuse-*.src.rpm Index: zfs-fuse.init =================================================================== RCS file: /cvs/pkgs/rpms/zfs-fuse/F-10/zfs-fuse.init,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- zfs-fuse.init 21 Dec 2008 22:41:53 -0000 1.2 +++ zfs-fuse.init 1 Jan 2009 12:33:09 -0000 1.3 @@ -20,93 +20,173 @@ # Source function library. . /etc/rc.d/init.d/functions -exec="/usr/bin/zfs-fuse" prog="zfs-fuse" +exec="/usr/bin/$prog" config=/etc/sysconfig/$prog [ -e $config ] && . $config -lockfile=/var/lock/subsys/$prog +PIDFILE=/var/run/$prog.pid + +unset LANG start() { - [ -x $exec ] || exit 5 + [ -x $exec ] || (echo "$prog binary not present or executable" && exit 5) + PID=`pidofproc $prog` + start_status=$? + case "$start_status" in + 0) + echo "ZFS-FUSE is already running with pid $pid" + exit 3 + ;; + 1) + echo "Cleaning up stale $prog PID file in $PIDFILE" + rm -f "$PIDFILE" + ;; + 3) + # not running + ;; + *) + echo "Huh?" + exit 99 + esac + echo -n $"Starting $prog: " - daemon $exec - retval=$? + daemon $exec -p "$PIDFILE" + exec_retval=$? echo - if [ $retval -eq 0 ] ; then - touch $lockfile - if [ $ZFS_AUTOMOUNT -eq 1 ] ; then - echo -n $"Mounting zfs partitions: " - sleep 1 - zfs mount -a - zfs_mount_retval=$? - if [ $zfs_mount_retval = 0 ]; then - echo_success - else - echo_warning - fi - echo - fi + [ $exec_retval -ne 0 ] && return $exec_retval + + for a in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ; do + PID=`pidofproc $prog` + [ "$PID" != "" ] && break + echo -n "." + sleep 1 + done + + if [ "$PID" = "" ] ; then + echo "ZFS-FUSE did not start or create $PIDFILE" + exit 3 + fi + + echo -n "Immunizing $prog against OOM kills" + echo -17 > "/proc/$PID/oom_adj" + ES_TO_REPORT=$? + if [ "$ES_TO_REPORT" -ne 0 ] ; then + echo_warning + echo "code $ES_TO_REPORT" + exit 3 fi - return $retval + echo_success + echo + + if [ $ZFS_AUTOMOUNT -eq 1 ] ; then + echo -n $"Mounting zfs partitions: " + sleep 1 + rm -f /var/lib/random-seed + zfs mount -a + zfs_mount_retval=$? + if [ $zfs_mount_retval = 0 ]; then + echo_success + else + echo_warning + echo zfs mount failed with code $zfs_mount_retval + fi + echo + fi + + +# if [ -x /nonexistent -a -x /usr/bin/renice ] ; then # DISABLED +# log_action_begin_msg "Increasing ZFS-FUSE priority" +# /usr/bin/renice -15 -g $PID > /dev/null +# ES_TO_REPORT=$? +# if [ 0 = "$ES_TO_REPORT" ] ; then +# log_action_end_msg 0 +# else +# log_action_end_msg 1 "code $ES_TO_REPORT" +# exit 3 +# fi +# true +# fi + + + return $exec_retval } stop() { + status_quiet || return 0 + [ -x $exec ] || (echo "$prog binary not present or executable" && exit 5) + PID=`pidofproc $prog` + if [ "$PID" != "" ] ; then + echo -n "Syncing disks" + sync + echo_success + echo + + echo -n "Unmounting ZFS filesystems" + zfs unmount -a + ES_TO_REPORT=$? + if [ 0 = "$ES_TO_REPORT" ] ; then + echo_success + else + echo_warning + exit 3 + fi + echo + fi + echo -n $"Stopping $prog: " killproc $prog - retval=$? - echo - [ $retval -eq 0 ] && rm -f $lockfile - return $retval -} - -restart() { - stop - start -} + kill_retval=$? + echo + + if [ "$PID" != "" ] ; then + echo -n "Syncing disks again" + sync + echo_success + echo + fi -reload() { - restart + return $kill_retval } -force_reload() { - restart +restart() { + stop + start } -rh_status() { +pool_status() { # run checks to determine if the service is running or use generic status - status $prog + status $prog && /usr/bin/zpool status } -rh_status_q() { - rh_status >/dev/null 2>&1 +status_quiet() { + pool_status >/dev/null 2>&1 } case "$1" in start) - rh_status_q && exit 0 + status_quiet && exit 0 $1 ;; stop) - rh_status_q || exit 0 $1 ;; restart) - $1 + restart ;; reload) - rh_status_q || exit 7 - $1 + status_quiet || exit 7 + restart ;; force-reload) - force_reload + restart ;; status) - rh_status + pool_status ;; condrestart|try-restart) - rh_status_q || exit 0 + status_quiet || exit 0 restart ;; *) From turki at fedoraproject.org Thu Jan 1 13:57:47 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Thu, 1 Jan 2009 13:57:47 +0000 (UTC) Subject: rpms/libgsasl/devel .cvsignore, 1.5, 1.6 libgsasl.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090101135747.73DF77011B@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/libgsasl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30083 Modified Files: .cvsignore libgsasl.spec sources Log Message: Update to 0.2.29 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libgsasl/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Jul 2008 09:25:13 -0000 1.5 +++ .cvsignore 1 Jan 2009 13:57:17 -0000 1.6 @@ -1 +1 @@ -libgsasl-0.2.27.tar.gz +libgsasl-0.2.29.tar.gz Index: libgsasl.spec =================================================================== RCS file: /cvs/pkgs/rpms/libgsasl/devel/libgsasl.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libgsasl.spec 29 Jul 2008 09:25:13 -0000 1.7 +++ libgsasl.spec 1 Jan 2009 13:57:17 -0000 1.8 @@ -1,5 +1,5 @@ Name: libgsasl -Version: 0.2.27 +Version: 0.2.29 Release: 1%{?dist} Summary: GNU SASL library @@ -71,6 +71,10 @@ %changelog +* Thu Jan 1 2009 Nikolay Vladimirov - 0.2.29-1 +- Rewrite to use poll instead of select. +- Don't use poll with POLLOUT to avoid busy-waiting. + * Tue Jul 29 2008 Nikolay Vladimirov - 0.2.27-1 - new upstream release 0.2.27 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libgsasl/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Jul 2008 09:25:13 -0000 1.5 +++ sources 1 Jan 2009 13:57:17 -0000 1.6 @@ -1 +1 @@ -ea129609a1dea0fd80704a51c6769150 libgsasl-0.2.27.tar.gz +c38f4bc5ab488a215a09f2d915942482 libgsasl-0.2.29.tar.gz From turki at fedoraproject.org Thu Jan 1 14:04:15 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Thu, 1 Jan 2009 14:04:15 +0000 (UTC) Subject: rpms/libgsasl/F-10 .cvsignore, 1.5, 1.6 libgsasl.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090101140415.8BD627011B@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/libgsasl/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv955 Modified Files: .cvsignore libgsasl.spec sources Log Message: Update to 0.2.29 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libgsasl/F-10/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Jul 2008 09:25:13 -0000 1.5 +++ .cvsignore 1 Jan 2009 14:03:45 -0000 1.6 @@ -1 +1 @@ -libgsasl-0.2.27.tar.gz +libgsasl-0.2.29.tar.gz Index: libgsasl.spec =================================================================== RCS file: /cvs/pkgs/rpms/libgsasl/F-10/libgsasl.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libgsasl.spec 29 Jul 2008 09:25:13 -0000 1.7 +++ libgsasl.spec 1 Jan 2009 14:03:45 -0000 1.8 @@ -1,5 +1,5 @@ Name: libgsasl -Version: 0.2.27 +Version: 0.2.29 Release: 1%{?dist} Summary: GNU SASL library @@ -71,6 +71,10 @@ %changelog +* Thu Jan 1 2009 Nikolay Vladimirov - 0.2.29-1 +- Rewrite to use poll instead of select. +- Don't use poll with POLLOUT to avoid busy-waiting. + * Tue Jul 29 2008 Nikolay Vladimirov - 0.2.27-1 - new upstream release 0.2.27 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libgsasl/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Jul 2008 09:25:13 -0000 1.5 +++ sources 1 Jan 2009 14:03:45 -0000 1.6 @@ -1 +1 @@ -ea129609a1dea0fd80704a51c6769150 libgsasl-0.2.27.tar.gz +c38f4bc5ab488a215a09f2d915942482 libgsasl-0.2.29.tar.gz From turki at fedoraproject.org Thu Jan 1 14:08:01 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Thu, 1 Jan 2009 14:08:01 +0000 (UTC) Subject: rpms/libgsasl/F-9 .cvsignore, 1.5, 1.6 libgsasl.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090101140801.5AFFE7011B@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/libgsasl/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1653 Modified Files: .cvsignore libgsasl.spec sources Log Message: Update to 0.2.29 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libgsasl/F-9/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 29 Jul 2008 09:29:54 -0000 1.5 +++ .cvsignore 1 Jan 2009 14:07:31 -0000 1.6 @@ -1 +1 @@ -libgsasl-0.2.27.tar.gz +libgsasl-0.2.29.tar.gz Index: libgsasl.spec =================================================================== RCS file: /cvs/pkgs/rpms/libgsasl/F-9/libgsasl.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libgsasl.spec 29 Jul 2008 09:29:54 -0000 1.7 +++ libgsasl.spec 1 Jan 2009 14:07:31 -0000 1.8 @@ -1,5 +1,5 @@ Name: libgsasl -Version: 0.2.27 +Version: 0.2.29 Release: 1%{?dist} Summary: GNU SASL library @@ -71,6 +71,10 @@ %changelog +* Thu Jan 1 2009 Nikolay Vladimirov - 0.2.29-1 +- Rewrite to use poll instead of select. +- Don't use poll with POLLOUT to avoid busy-waiting. + * Tue Jul 29 2008 Nikolay Vladimirov - 0.2.27-1 - new upstream release 0.2.27 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libgsasl/F-9/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Jul 2008 09:29:54 -0000 1.5 +++ sources 1 Jan 2009 14:07:31 -0000 1.6 @@ -1 +1 @@ -ea129609a1dea0fd80704a51c6769150 libgsasl-0.2.27.tar.gz +c38f4bc5ab488a215a09f2d915942482 libgsasl-0.2.29.tar.gz From ausil at fedoraproject.org Thu Jan 1 15:37:10 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Thu, 1 Jan 2009 15:37:10 +0000 (UTC) Subject: rpms/qemu/F-9 qemu-0.9.1-alpha-int.patch, NONE, 1.1 qemu-0.9.1-dirent.patch, NONE, 1.1 qemu-0.9.1-sparc-configure.patch, NONE, 1.1 qemu.spec, 1.37, 1.38 Message-ID: <20090101153710.DF9057011B@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/qemu/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19202 Modified Files: qemu.spec Added Files: qemu-0.9.1-alpha-int.patch qemu-0.9.1-dirent.patch qemu-0.9.1-sparc-configure.patch Log Message: enable sparc arches to build qemu-0.9.1-alpha-int.patch: --- NEW FILE qemu-0.9.1-alpha-int.patch --- --- qemu-0.9.1/target-alpha/exec.h.BAD 2008-12-31 23:17:10.000000000 -0600 +++ qemu-0.9.1/target-alpha/exec.h 2008-12-31 23:17:48.000000000 -0600 @@ -24,6 +24,7 @@ #include "config.h" #include "dyngen-exec.h" +#include #define TARGET_LONG_BITS 64 qemu-0.9.1-dirent.patch: --- NEW FILE qemu-0.9.1-dirent.patch --- --- qemu-0.9.1/linux-user/syscall.c.BAD 2008-12-31 20:20:00.000000000 -0600 +++ qemu-0.9.1/linux-user/syscall.c 2008-12-31 20:20:27.000000000 -0600 @@ -66,7 +66,7 @@ #include #include #include -#include +#include #include #include "qemu.h" qemu-0.9.1-sparc-configure.patch: --- NEW FILE qemu-0.9.1-sparc-configure.patch --- --- qemu-0.9.1/configure.BAD 2008-12-31 20:49:19.000000000 -0600 +++ qemu-0.9.1/configure 2008-12-31 20:51:45.000000000 -0600 @@ -307,6 +307,8 @@ target_cpu="sparc"; cpu="sparc" ;; v8plus|v8plusa) SP_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_${sparc_cpu}__"; SP_LDFLAGS="-m32" target_cpu="sparc"; cpu="sparc" ;; + v932) SP_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_v9__"; SP_LDFLAGS="-m32" + target_cpu="sparc"; cpu="sparc" ;; v9) SP_CFLAGS="-m64 -mcpu=ultrasparc -D__sparc_${sparc_cpu}__"; SP_LDFLAGS="-m64" target_cpu="sparc64"; cpu="sparc64" ;; *) echo "undefined SPARC architecture. Exiting";exit 1;; @@ -337,11 +339,11 @@ # # If cpu ~= sparc and sparc_cpu hasn't been defined, plug in the right -# ARCH_CFLAGS/ARCH_LDFLAGS (assume sparc_v8plus for 32-bit and sparc_v9 for 64-bit) +# ARCH_CFLAGS/ARCH_LDFLAGS (assume sparc_v9 for 32-bit and sparc_v9 for 64-bit) # case $cpu in sparc) if test -z "$sparc_cpu" ; then - ARCH_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_v8plus__" + ARCH_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_v9__" ARCH_LDFLAGS="-m32" else ARCH_CFLAGS="${SP_CFLAGS}" Index: qemu.spec =================================================================== RCS file: /cvs/pkgs/rpms/qemu/F-9/qemu.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- qemu.spec 11 Jun 2008 12:36:53 -0000 1.37 +++ qemu.spec 1 Jan 2009 15:36:40 -0000 1.38 @@ -8,7 +8,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.9.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ and LGPLv2+ Group: Development/Tools URL: http://www.qemu.org/ @@ -20,13 +20,16 @@ Patch4: qemu-%{version}-block-rw-range-check.patch # Upstream SVN changeset #4338 Patch5: qemu-%{version}-pty-rawmode.patch +Patch6: qemu-0.9.1-alpha-int.patch +Patch7: qemu-0.9.1-dirent.patch +Patch8: qemu-0.9.1-sparc-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel compat-gcc-%{gccver} zlib-devel which texi2html gnutls-devel Requires(post): /sbin/chkconfig Requires(preun): /sbin/service /sbin/chkconfig Requires(postun): /sbin/service Requires: %{name}-img = %{version}-%{release} -ExclusiveArch: %{ix86} x86_64 ppc alpha sparc armv4l +ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 sparc64 armv4l %description QEMU is a generic and open source processor emulator which achieves a good @@ -57,13 +60,24 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 %build ./configure \ --prefix=%{_prefix} \ --interp-prefix=%{_prefix}/qemu-%%M \ --cc=gcc%{gccver} \ +%ifnarch sparcv9 --enable-alsa \ +%endif +%ifarch sparcv9 + --sparc_cpu=v932 \ +%endif +%ifarch sparc64 + --sparc_cpu=v9 \ +%endif --extra-ldflags="-Wl,--build-id" make %{?_smp_mflags} VL_LDFLAGS="-Wl,--build-id" @@ -144,6 +158,9 @@ %{_mandir}/man1/qemu-img.1* %changelog +* Wed Dec 31 2008 Dennis Gilmore - 0.9.1-7 +- add sparcv9 and sparc64 support + * Wed Jun 11 2008 Daniel P. Berrange - 0.9.1-6.fc9 - Remove bogus wildcard from files list (rhbz #450701) - Fix text console PTYs to be in rawmode From orion at fedoraproject.org Thu Jan 1 15:41:44 2009 From: orion at fedoraproject.org (Orion Poplawski) Date: Thu, 1 Jan 2009 15:41:44 +0000 (UTC) Subject: rpms/perl-PDL/devel .cvsignore, 1.8, 1.9 perl-PDL.spec, 1.48, 1.49 sources, 1.8, 1.9 perl-PDL-2.4.3-plparseopts.patch, 1.1, NONE perl-PDL-2.4.4-test_plplot.patch, 1.1, NONE Message-ID: <20090101154144.63EE87011B@cvs1.fedora.phx.redhat.com> Author: orion Update of /cvs/pkgs/rpms/perl-PDL/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21707 Modified Files: .cvsignore perl-PDL.spec sources Removed Files: perl-PDL-2.4.3-plparseopts.patch perl-PDL-2.4.4-test_plplot.patch Log Message: * Thu Jan 1 2009 Orion Poplawski - 2.4.4-2 - Use PDL-Graphics-PLplot-0.47 to support latest plplot Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-PDL/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 29 Nov 2008 23:58:36 -0000 1.8 +++ .cvsignore 1 Jan 2009 15:41:13 -0000 1.9 @@ -1 +1,2 @@ PDL-2.4.4.tar.gz +PDL-Graphics-PLplot-0.47.tar.gz Index: perl-PDL.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-PDL/devel/perl-PDL.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- perl-PDL.spec 29 Nov 2008 23:58:36 -0000 1.48 +++ perl-PDL.spec 1 Jan 2009 15:41:13 -0000 1.49 @@ -1,12 +1,15 @@ +%global plplotver 0.47 + Name: perl-PDL Version: 2.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Perl Data Language Group: Development/Libraries License: GPL+ or Artistic Url: http://pdl.perl.org/ Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHM/PDL-%{version}.tar.gz +Source1: http://search.cpan.org/CPAN/authors/id/D/DH/DHUNT/PDL-Graphics-PLplot-%{plplotver}.tar.gz Patch0: perl-PDL-settings.patch Patch1: perl-PDL-2.4.2-fix_ia64_sdump.patch Patch2: perl-PDL-2.4.4-cleanup.patch @@ -16,9 +19,6 @@ Patch6: perl-PDL-2.4.4-Xext.patch Patch7: perl-PDL-2.4.3-fortran.patch Patch8: perl-PDL-2.4.3-test_hdf.patch -Patch9: perl-PDL-2.4.4-test_plplot.patch -#See http://sourceforge.net/tracker/index.php?func=detail&aid=2093833&group_id=612&atid=300612 -Patch12: perl-PDL-2.4.3-plparseopts.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl >= 1:5.6.1 @@ -53,7 +53,12 @@ %prep -%setup -q -n PDL-%{version} +%setup -q -n PDL-%{version} -b 1 +# Use newer plplot.pd +cp $RPM_BUILD_DIR/PDL-Graphics-PLplot-%{plplotver}/plplot.pd Graphics/PLplot/plplot.pd +cp $RPM_BUILD_DIR/PDL-Graphics-PLplot-%{plplotver}/t/plplot.t t/plplot.t +# Strip separate version informaion +sed -i -e '/^\$VERSION =/d' Graphics/PLplot/plplot.pd %patch0 -p1 -b .settings %patch1 -p1 %patch2 -p1 -b .cleanup @@ -63,8 +68,6 @@ %patch6 -p1 -b .Xext %patch7 -p1 -b .fortran %patch8 -p1 -b .patch_hdf -%patch9 -p1 -b .test_plplot -%patch12 -p1 -b .plparseopts # Provides: explicitly filter perl(Inline) cat <<__EOF__ > %{name}-findperlprovides @@ -150,6 +153,9 @@ %changelog +* Thu Jan 1 2009 Orion Poplawski - 2.4.4-2 +- Use PDL-Graphics-PLplot-0.47 to support latest plplot + * Sat Nov 29 2008 Orion Poplawski - 2.4.4-1 - Update to 2.4.4 - New source URL Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-PDL/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 29 Nov 2008 23:58:36 -0000 1.8 +++ sources 1 Jan 2009 15:41:13 -0000 1.9 @@ -1 +1,2 @@ 1c3e8f2fd001a8b48687fb277bc16eed PDL-2.4.4.tar.gz +f57df85c3cb3b1e731601beed90e2871 PDL-Graphics-PLplot-0.47.tar.gz --- perl-PDL-2.4.3-plparseopts.patch DELETED --- --- perl-PDL-2.4.4-test_plplot.patch DELETED --- From ausil at fedoraproject.org Thu Jan 1 16:26:18 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Thu, 1 Jan 2009 16:26:18 +0000 (UTC) Subject: rpms/qemu/F-10 qemu.spec,1.43,1.44 Message-ID: <20090101162618.C42747011B@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/qemu/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31499 Modified Files: qemu.spec Log Message: add sparc arch support Index: qemu.spec =================================================================== RCS file: /cvs/pkgs/rpms/qemu/F-10/qemu.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- qemu.spec 25 Jul 2008 14:39:15 -0000 1.43 +++ qemu.spec 1 Jan 2009 16:25:48 -0000 1.44 @@ -8,7 +8,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.9.1 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ and LGPLv2+ Group: Development/Tools URL: http://www.qemu.org/ @@ -20,13 +20,16 @@ Patch4: qemu-%{version}-block-rw-range-check.patch # Upstream SVN changeset #4338 Patch5: qemu-%{version}-pty-rawmode.patch +Patch6: qemu-0.9.1-alpha-int.patch +Patch7: qemu-0.9.1-dirent.patch +Patch8: qemu-0.9.1-sparc-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel compat-gcc-%{gccver} zlib-devel which texi2html gnutls-devel Requires(post): /sbin/chkconfig Requires(preun): /sbin/service /sbin/chkconfig Requires(postun): /sbin/service Requires: %{name}-img = %{version}-%{release} -ExclusiveArch: %{ix86} x86_64 ppc alpha sparc armv4l +ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 sparc64 armv4l %description QEMU is a generic and open source processor emulator which achieves a good @@ -57,6 +60,9 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 %build # FIXME: add --extra-cflags="$RPM_OPT_FLAGS" when we drop gcc34 @@ -64,7 +70,15 @@ --prefix=%{_prefix} \ --interp-prefix=%{_prefix}/qemu-%%M \ --cc=gcc%{gccver} \ - --enable-alsa \ +%ifnarch sparcv9 + --enable-alsa \ +%endif +%ifarch sparcv9 + --sparc_cpu=v932 \ +%endif +%ifarch sparc64 + --sparc_cpu=v9 \ +%endif --extra-ldflags="-Wl,--build-id" make %{?_smp_mflags} VL_LDFLAGS="-Wl,--build-id" @@ -145,6 +159,9 @@ %{_mandir}/man1/qemu-img.1* %changelog +* Wed Dec 31 2008 Dennis Gilmore - 0.9.1-11 +- add sparcv9 and sparc64 support + * Fri Jul 25 2008 Bill Nottingham - Fix qemu-img summary (#456344) From mtasaka at fedoraproject.org Thu Jan 1 16:36:09 2009 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Thu, 1 Jan 2009 16:36:09 +0000 (UTC) Subject: rpms/cairo-dock/devel .cvsignore, 1.90, 1.91 cairo-dock.spec, 1.121, 1.122 sources, 1.90, 1.91 Message-ID: <20090101163609.3967C7011B@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/cairo-dock/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv733 Modified Files: .cvsignore cairo-dock.spec sources Log Message: rev 1458 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cairo-dock/devel/.cvsignore,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- .cvsignore 30 Dec 2008 03:49:33 -0000 1.90 +++ .cvsignore 1 Jan 2009 16:35:38 -0000 1.91 @@ -1 +1 @@ -cairo-dock-sources-svn1455_trunk.tar.bz2 +cairo-dock-sources-svn1458_trunk.tar.bz2 Index: cairo-dock.spec =================================================================== RCS file: /cvs/extras/rpms/cairo-dock/devel/cairo-dock.spec,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- cairo-dock.spec 30 Dec 2008 03:52:32 -0000 1.121 +++ cairo-dock.spec 1 Jan 2009 16:35:38 -0000 1.122 @@ -11,7 +11,7 @@ %undefine betaver %define build_webkit 1 %define build_xfce 1 -%define tarballver svn1455_trunk +%define tarballver svn1458_trunk %define fedora_main_rel 3 @@ -637,8 +637,8 @@ %{_libdir}/pkgconfig/*.pc %changelog -* Tue Dec 30 2008 Mamoru Tasaka -- rev 1455 +* Fri Jan 2 2009 Mamoru Tasaka +- rev 1458 * Thu Dec 25 2008 Mamoru Tasaka - rev 1451 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cairo-dock/devel/sources,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- sources 30 Dec 2008 03:49:33 -0000 1.90 +++ sources 1 Jan 2009 16:35:38 -0000 1.91 @@ -1 +1 @@ -a09a31c452dd2a3278da383f35d4ab49 cairo-dock-sources-svn1455_trunk.tar.bz2 +25005dc02c3e305d5588642c5e2fa60c cairo-dock-sources-svn1458_trunk.tar.bz2 From ausil at fedoraproject.org Thu Jan 1 17:01:29 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Thu, 1 Jan 2009 17:01:29 +0000 (UTC) Subject: rpms/qemu/devel qemu-0.9.1-alpha-int.patch, NONE, 1.1 qemu-0.9.1-dirent.patch, NONE, 1.1 qemu-0.9.1-sparc-configure.patch, NONE, 1.1 qemu.spec, 1.43, 1.44 Message-ID: <20090101170129.731FB7011B@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/qemu/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7341 Modified Files: qemu.spec Added Files: qemu-0.9.1-alpha-int.patch qemu-0.9.1-dirent.patch qemu-0.9.1-sparc-configure.patch Log Message: build sparc arches qemu-0.9.1-alpha-int.patch: --- NEW FILE qemu-0.9.1-alpha-int.patch --- --- qemu-0.9.1/target-alpha/exec.h.BAD 2008-12-31 23:17:10.000000000 -0600 +++ qemu-0.9.1/target-alpha/exec.h 2008-12-31 23:17:48.000000000 -0600 @@ -24,6 +24,7 @@ #include "config.h" #include "dyngen-exec.h" +#include #define TARGET_LONG_BITS 64 qemu-0.9.1-dirent.patch: --- NEW FILE qemu-0.9.1-dirent.patch --- --- qemu-0.9.1/linux-user/syscall.c.BAD 2008-12-31 20:20:00.000000000 -0600 +++ qemu-0.9.1/linux-user/syscall.c 2008-12-31 20:20:27.000000000 -0600 @@ -66,7 +66,7 @@ #include #include #include -#include +#include #include #include "qemu.h" qemu-0.9.1-sparc-configure.patch: --- NEW FILE qemu-0.9.1-sparc-configure.patch --- --- qemu-0.9.1/configure.BAD 2008-12-31 20:49:19.000000000 -0600 +++ qemu-0.9.1/configure 2008-12-31 20:51:45.000000000 -0600 @@ -307,6 +307,8 @@ target_cpu="sparc"; cpu="sparc" ;; v8plus|v8plusa) SP_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_${sparc_cpu}__"; SP_LDFLAGS="-m32" target_cpu="sparc"; cpu="sparc" ;; + v932) SP_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_v9__"; SP_LDFLAGS="-m32" + target_cpu="sparc"; cpu="sparc" ;; v9) SP_CFLAGS="-m64 -mcpu=ultrasparc -D__sparc_${sparc_cpu}__"; SP_LDFLAGS="-m64" target_cpu="sparc64"; cpu="sparc64" ;; *) echo "undefined SPARC architecture. Exiting";exit 1;; @@ -337,11 +339,11 @@ # # If cpu ~= sparc and sparc_cpu hasn't been defined, plug in the right -# ARCH_CFLAGS/ARCH_LDFLAGS (assume sparc_v8plus for 32-bit and sparc_v9 for 64-bit) +# ARCH_CFLAGS/ARCH_LDFLAGS (assume sparc_v9 for 32-bit and sparc_v9 for 64-bit) # case $cpu in sparc) if test -z "$sparc_cpu" ; then - ARCH_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_v8plus__" + ARCH_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_v9__" ARCH_LDFLAGS="-m32" else ARCH_CFLAGS="${SP_CFLAGS}" Index: qemu.spec =================================================================== RCS file: /cvs/pkgs/rpms/qemu/devel/qemu.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- qemu.spec 25 Jul 2008 14:39:15 -0000 1.43 +++ qemu.spec 1 Jan 2009 17:00:58 -0000 1.44 @@ -8,7 +8,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.9.1 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ and LGPLv2+ Group: Development/Tools URL: http://www.qemu.org/ @@ -20,13 +20,16 @@ Patch4: qemu-%{version}-block-rw-range-check.patch # Upstream SVN changeset #4338 Patch5: qemu-%{version}-pty-rawmode.patch +Patch6: qemu-0.9.1-alpha-int.patch +Patch7: qemu-0.9.1-dirent.patch +Patch8: qemu-0.9.1-sparc-configure.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel compat-gcc-%{gccver} zlib-devel which texi2html gnutls-devel Requires(post): /sbin/chkconfig Requires(preun): /sbin/service /sbin/chkconfig Requires(postun): /sbin/service Requires: %{name}-img = %{version}-%{release} -ExclusiveArch: %{ix86} x86_64 ppc alpha sparc armv4l +ExclusiveArch: %{ix86} x86_64 ppc alpha sparcv9 sparc64 armv4l %description QEMU is a generic and open source processor emulator which achieves a good @@ -57,6 +60,9 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 %build # FIXME: add --extra-cflags="$RPM_OPT_FLAGS" when we drop gcc34 @@ -64,7 +70,15 @@ --prefix=%{_prefix} \ --interp-prefix=%{_prefix}/qemu-%%M \ --cc=gcc%{gccver} \ - --enable-alsa \ +%ifnarch sparcv9 + --enable-alsa \ +%endif +%ifarch sparcv9 + --sparc_cpu=v932 \ +%endif +%ifarch sparc64 + --sparc_cpu=v9 \ +%endif --extra-ldflags="-Wl,--build-id" make %{?_smp_mflags} VL_LDFLAGS="-Wl,--build-id" @@ -145,6 +159,9 @@ %{_mandir}/man1/qemu-img.1* %changelog +* Wed Dec 31 2008 Dennis Gilmore - 0.9.1-11 +- add sparcv9 and sparc64 support + * Fri Jul 25 2008 Bill Nottingham - Fix qemu-img summary (#456344) From sindrepb at fedoraproject.org Thu Jan 1 17:04:20 2009 From: sindrepb at fedoraproject.org (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?=) Date: Thu, 1 Jan 2009 17:04:20 +0000 (UTC) Subject: rpms/rubyripper/devel .cvsignore, 1.5, 1.6 rubyripper.spec, 1.10, 1.11 sources, 1.5, 1.6 Message-ID: <20090101170420.8C23E7011B@cvs1.fedora.phx.redhat.com> Author: sindrepb Update of /cvs/pkgs/rpms/rubyripper/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8113 Modified Files: .cvsignore rubyripper.spec sources Log Message: new upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/rubyripper/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 6 Aug 2008 00:13:25 -0000 1.5 +++ .cvsignore 1 Jan 2009 17:03:49 -0000 1.6 @@ -1 +1 @@ -rubyripper-0.5.2.tar.bz2 +rubyripper-0.5.4.tar.bz2 Index: rubyripper.spec =================================================================== RCS file: /cvs/pkgs/rpms/rubyripper/devel/rubyripper.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- rubyripper.spec 6 Aug 2008 00:28:45 -0000 1.10 +++ rubyripper.spec 1 Jan 2009 17:03:50 -0000 1.11 @@ -1,8 +1,8 @@ %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')} Name: rubyripper -Version: 0.5.2 -Release: 3%{?dist} +Version: 0.5.4 +Release: 1%{?dist} Summary: Open-source secure ripper for Linux Group: Applications/Multimedia @@ -82,6 +82,9 @@ %changelog +* Thu Jan 01 2009 Sindre Pedersen Bj??rdal - 0.5.4-1 +- New upstream release + * Tue Aug 04 2008 Sindre Pedersen Bj??rdal - 0.5.2-3 - New release - Translation file updates Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rubyripper/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Aug 2008 00:13:25 -0000 1.5 +++ sources 1 Jan 2009 17:03:50 -0000 1.6 @@ -1 +1 @@ -898d0ff7c794bfb8f919f8d642904a08 rubyripper-0.5.2.tar.bz2 +7c728ddd517c36c1c6b853c7e0bff8a3 rubyripper-0.5.4.tar.bz2 From ausil at fedoraproject.org Thu Jan 1 17:08:24 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Thu, 1 Jan 2009 17:08:24 +0000 (UTC) Subject: rpms/qemu/F-10 qemu-0.9.1-alpha-int.patch, NONE, 1.1 qemu-0.9.1-dirent.patch, NONE, 1.1 qemu-0.9.1-sparc-configure.patch, NONE, 1.1 Message-ID: <20090101170824.CCC647011B@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/qemu/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9073 Added Files: qemu-0.9.1-alpha-int.patch qemu-0.9.1-dirent.patch qemu-0.9.1-sparc-configure.patch Log Message: add patchs qemu-0.9.1-alpha-int.patch: --- NEW FILE qemu-0.9.1-alpha-int.patch --- --- qemu-0.9.1/target-alpha/exec.h.BAD 2008-12-31 23:17:10.000000000 -0600 +++ qemu-0.9.1/target-alpha/exec.h 2008-12-31 23:17:48.000000000 -0600 @@ -24,6 +24,7 @@ #include "config.h" #include "dyngen-exec.h" +#include #define TARGET_LONG_BITS 64 qemu-0.9.1-dirent.patch: --- NEW FILE qemu-0.9.1-dirent.patch --- --- qemu-0.9.1/linux-user/syscall.c.BAD 2008-12-31 20:20:00.000000000 -0600 +++ qemu-0.9.1/linux-user/syscall.c 2008-12-31 20:20:27.000000000 -0600 @@ -66,7 +66,7 @@ #include #include #include -#include +#include #include #include "qemu.h" qemu-0.9.1-sparc-configure.patch: --- NEW FILE qemu-0.9.1-sparc-configure.patch --- --- qemu-0.9.1/configure.BAD 2008-12-31 20:49:19.000000000 -0600 +++ qemu-0.9.1/configure 2008-12-31 20:51:45.000000000 -0600 @@ -307,6 +307,8 @@ target_cpu="sparc"; cpu="sparc" ;; v8plus|v8plusa) SP_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_${sparc_cpu}__"; SP_LDFLAGS="-m32" target_cpu="sparc"; cpu="sparc" ;; + v932) SP_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_v9__"; SP_LDFLAGS="-m32" + target_cpu="sparc"; cpu="sparc" ;; v9) SP_CFLAGS="-m64 -mcpu=ultrasparc -D__sparc_${sparc_cpu}__"; SP_LDFLAGS="-m64" target_cpu="sparc64"; cpu="sparc64" ;; *) echo "undefined SPARC architecture. Exiting";exit 1;; @@ -337,11 +339,11 @@ # # If cpu ~= sparc and sparc_cpu hasn't been defined, plug in the right -# ARCH_CFLAGS/ARCH_LDFLAGS (assume sparc_v8plus for 32-bit and sparc_v9 for 64-bit) +# ARCH_CFLAGS/ARCH_LDFLAGS (assume sparc_v9 for 32-bit and sparc_v9 for 64-bit) # case $cpu in sparc) if test -z "$sparc_cpu" ; then - ARCH_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_v8plus__" + ARCH_CFLAGS="-m32 -mcpu=ultrasparc -D__sparc_v9__" ARCH_LDFLAGS="-m32" else ARCH_CFLAGS="${SP_CFLAGS}" From sindrepb at fedoraproject.org Thu Jan 1 17:30:42 2009 From: sindrepb at fedoraproject.org (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?=) Date: Thu, 1 Jan 2009 17:30:42 +0000 (UTC) Subject: rpms/rubyripper/F-10 rubyripper.spec,1.10,1.11 sources,1.5,1.6 Message-ID: <20090101173042.D14D27011B@cvs1.fedora.phx.redhat.com> Author: sindrepb Update of /cvs/pkgs/rpms/rubyripper/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14484 Modified Files: rubyripper.spec sources Log Message: new upstream release Index: rubyripper.spec =================================================================== RCS file: /cvs/pkgs/rpms/rubyripper/F-10/rubyripper.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- rubyripper.spec 6 Aug 2008 00:28:45 -0000 1.10 +++ rubyripper.spec 1 Jan 2009 17:30:11 -0000 1.11 @@ -1,8 +1,8 @@ %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')} Name: rubyripper -Version: 0.5.2 -Release: 3%{?dist} +Version: 0.5.4 +Release: 1%{?dist} Summary: Open-source secure ripper for Linux Group: Applications/Multimedia @@ -82,6 +82,9 @@ %changelog +* Thu Jan 01 2009 Sindre Pedersen Bj??rdal - 0.5.4-1 +- New upstream release + * Tue Aug 04 2008 Sindre Pedersen Bj??rdal - 0.5.2-3 - New release - Translation file updates Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rubyripper/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Aug 2008 00:13:25 -0000 1.5 +++ sources 1 Jan 2009 17:30:11 -0000 1.6 @@ -1 +1 @@ -898d0ff7c794bfb8f919f8d642904a08 rubyripper-0.5.2.tar.bz2 +7c728ddd517c36c1c6b853c7e0bff8a3 rubyripper-0.5.4.tar.bz2 From sindrepb at fedoraproject.org Thu Jan 1 17:36:57 2009 From: sindrepb at fedoraproject.org (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?=) Date: Thu, 1 Jan 2009 17:36:57 +0000 (UTC) Subject: rpms/rubyripper/F-9 rubyripper.spec,1.8,1.9 sources,1.5,1.6 Message-ID: <20090101173657.7AC727011B@cvs1.fedora.phx.redhat.com> Author: sindrepb Update of /cvs/pkgs/rpms/rubyripper/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15456 Modified Files: rubyripper.spec sources Log Message: new upstream release Index: rubyripper.spec =================================================================== RCS file: /cvs/pkgs/rpms/rubyripper/F-9/rubyripper.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- rubyripper.spec 6 Aug 2008 00:34:01 -0000 1.8 +++ rubyripper.spec 1 Jan 2009 17:36:26 -0000 1.9 @@ -1,8 +1,8 @@ %{!?ruby_sitelib: %define ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')} Name: rubyripper -Version: 0.5.2 -Release: 3%{?dist} +Version: 0.5.4 +Release: 1%{?dist} Summary: Open-source secure ripper for Linux Group: Applications/Multimedia @@ -82,6 +82,9 @@ %changelog +* Thu Jan 01 2009 Sindre Pedersen Bj??rdal - 0.5.4-1 +- New upstream release + * Tue Aug 04 2008 Sindre Pedersen Bj??rdal - 0.5.2-3 - New release - Translation file updates Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rubyripper/F-9/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 6 Aug 2008 00:34:01 -0000 1.5 +++ sources 1 Jan 2009 17:36:26 -0000 1.6 @@ -1 +1 @@ -898d0ff7c794bfb8f919f8d642904a08 rubyripper-0.5.2.tar.bz2 +7c728ddd517c36c1c6b853c7e0bff8a3 rubyripper-0.5.4.tar.bz2 From nbecker at fedoraproject.org Thu Jan 1 17:41:06 2009 From: nbecker at fedoraproject.org (Neal Becker) Date: Thu, 1 Jan 2009 17:41:06 +0000 (UTC) Subject: rpms/mercurial/devel .cvsignore, 1.22, 1.23 mercurial.spec, 1.57, 1.58 sources, 1.24, 1.25 Message-ID: <20090101174106.307757011B@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/mercurial/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16130 Modified Files: .cvsignore mercurial.spec sources Log Message: update to 1.1.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 21 Dec 2008 13:50:32 -0000 1.22 +++ .cvsignore 1 Jan 2009 17:40:35 -0000 1.23 @@ -1 +1 @@ -mercurial-1.1.1.tar.gz +mercurial-1.1.2.tar.gz Index: mercurial.spec =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/devel/mercurial.spec,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- mercurial.spec 21 Dec 2008 14:17:05 -0000 1.57 +++ mercurial.spec 1 Jan 2009 17:40:35 -0000 1.58 @@ -2,8 +2,8 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.1.2 +Release: 1%{?dist} License: GPLv2 Group: Development/Tools URL: http://www.selenic.com/mercurial/ @@ -129,7 +129,7 @@ EOF install hgk.rc $RPM_BUILD_ROOT/%{_sysconfdir}/mercurial/hgrc.d -install contrib/mergetools.hgrc $RPM_BUILD_ROOT%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc +install contrib/mergetools.hgrc $RPM_BUILD_ROOT%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc.sample %clean rm -rf $RPM_BUILD_ROOT @@ -166,6 +166,12 @@ #cd tests && %{__python} run-tests.py %changelog +* Thu Jan 1 2009 Neal Becker - 1.1.2-1 +- Update to 1.1.2 + +* Wed Dec 24 2008 Neal Becker - 1.1.1-3 +- Install mergetools.rc as mergetools.rc.sample + * Sun Dec 21 2008 Neal Becker - 1.1.1-2 - Fix typo Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/devel/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 21 Dec 2008 13:50:33 -0000 1.24 +++ sources 1 Jan 2009 17:40:35 -0000 1.25 @@ -1 +1 @@ -eae043de903b263e290b078ab223f6c5 mercurial-1.1.1.tar.gz +4fd3b9a2e5dcd025840c3849b136bec8 mercurial-1.1.2.tar.gz From nbecker at fedoraproject.org Thu Jan 1 17:46:34 2009 From: nbecker at fedoraproject.org (Neal Becker) Date: Thu, 1 Jan 2009 17:46:34 +0000 (UTC) Subject: rpms/mercurial/devel mercurial.spec,1.58,1.59 Message-ID: <20090101174634.B6C5F7011B@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/mercurial/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16927 Modified Files: mercurial.spec Log Message: fix mergetools.rc Index: mercurial.spec =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/devel/mercurial.spec,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- mercurial.spec 1 Jan 2009 17:40:35 -0000 1.58 +++ mercurial.spec 1 Jan 2009 17:46:04 -0000 1.59 @@ -3,7 +3,7 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial Version: 1.1.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Development/Tools URL: http://www.selenic.com/mercurial/ @@ -147,7 +147,7 @@ %{_bindir}/mercurial-convert-repo %dir %{_sysconfdir}/mercurial %dir %{_sysconfdir}/mercurial/hgrc.d -%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc +%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc.sample %dir %{python_sitearch}/mercurial %dir %{python_sitearch}/hgext @@ -166,6 +166,9 @@ #cd tests && %{__python} run-tests.py %changelog +* Thu Jan 1 2009 Neal Becker - 1.1.2-2 +- Rename mergetools.rc -> mergetools.rc.sample + * Thu Jan 1 2009 Neal Becker - 1.1.2-1 - Update to 1.1.2 From nbecker at fedoraproject.org Thu Jan 1 17:53:09 2009 From: nbecker at fedoraproject.org (Neal Becker) Date: Thu, 1 Jan 2009 17:53:09 +0000 (UTC) Subject: rpms/mercurial/F-9 mercurial.spec,1.51,1.52 Message-ID: <20090101175309.50CDE7013F@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/mercurial/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17920 Modified Files: mercurial.spec Log Message: update to 1.1.2 Index: mercurial.spec =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/F-9/mercurial.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- mercurial.spec 21 Dec 2008 14:35:56 -0000 1.51 +++ mercurial.spec 1 Jan 2009 17:52:38 -0000 1.52 @@ -2,7 +2,7 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial -Version: 1.1.1 +Version: 1.1.2 Release: 2%{?dist} License: GPLv2 Group: Development/Tools @@ -129,7 +129,7 @@ EOF install hgk.rc $RPM_BUILD_ROOT/%{_sysconfdir}/mercurial/hgrc.d -install contrib/mergetools.hgrc $RPM_BUILD_ROOT%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc +install contrib/mergetools.hgrc $RPM_BUILD_ROOT%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc.sample %clean rm -rf $RPM_BUILD_ROOT @@ -147,7 +147,7 @@ %{_bindir}/mercurial-convert-repo %dir %{_sysconfdir}/mercurial %dir %{_sysconfdir}/mercurial/hgrc.d -%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc +%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc.sample %dir %{python_sitearch}/mercurial %dir %{python_sitearch}/hgext @@ -166,6 +166,15 @@ #cd tests && %{__python} run-tests.py %changelog +* Thu Jan 1 2009 Neal Becker - 1.1.2-2 +- Rename mergetools.rc -> mergetools.rc.sample + +* Thu Jan 1 2009 Neal Becker - 1.1.2-1 +- Update to 1.1.2 + +* Wed Dec 24 2008 Neal Becker - 1.1.1-3 +- Install mergetools.rc as mergetools.rc.sample + * Sun Dec 21 2008 Neal Becker - 1.1.1-2 - Fix typo From nbecker at fedoraproject.org Thu Jan 1 17:54:28 2009 From: nbecker at fedoraproject.org (Neal Becker) Date: Thu, 1 Jan 2009 17:54:28 +0000 (UTC) Subject: rpms/mercurial/F-10 mercurial.spec,1.55,1.56 Message-ID: <20090101175428.70DC770130@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/mercurial/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18680 Modified Files: mercurial.spec Log Message: update to 1.1.2 Index: mercurial.spec =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/F-10/mercurial.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- mercurial.spec 21 Dec 2008 14:23:51 -0000 1.55 +++ mercurial.spec 1 Jan 2009 17:53:58 -0000 1.56 @@ -2,7 +2,7 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial -Version: 1.1.1 +Version: 1.1.2 Release: 2%{?dist} License: GPLv2 Group: Development/Tools @@ -129,7 +129,7 @@ EOF install hgk.rc $RPM_BUILD_ROOT/%{_sysconfdir}/mercurial/hgrc.d -install contrib/mergetools.hgrc $RPM_BUILD_ROOT%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc +install contrib/mergetools.hgrc $RPM_BUILD_ROOT%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc.sample %clean rm -rf $RPM_BUILD_ROOT @@ -147,7 +147,7 @@ %{_bindir}/mercurial-convert-repo %dir %{_sysconfdir}/mercurial %dir %{_sysconfdir}/mercurial/hgrc.d -%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc +%{_sysconfdir}/mercurial/hgrc.d/mergetools.rc.sample %dir %{python_sitearch}/mercurial %dir %{python_sitearch}/hgext @@ -166,6 +166,15 @@ #cd tests && %{__python} run-tests.py %changelog +* Thu Jan 1 2009 Neal Becker - 1.1.2-2 +- Rename mergetools.rc -> mergetools.rc.sample + +* Thu Jan 1 2009 Neal Becker - 1.1.2-1 +- Update to 1.1.2 + +* Wed Dec 24 2008 Neal Becker - 1.1.1-3 +- Install mergetools.rc as mergetools.rc.sample + * Sun Dec 21 2008 Neal Becker - 1.1.1-2 - Fix typo From davej at fedoraproject.org Thu Jan 1 18:03:18 2009 From: davej at fedoraproject.org (Dave Jones) Date: Thu, 1 Jan 2009 18:03:18 +0000 (UTC) Subject: rpms/kernel/devel patch-2.6.28-git4.bz2.sign, NONE, 1.1 .cvsignore, 1.977, 1.978 config-generic, 1.207, 1.208 kernel.spec, 1.1188, 1.1189 sources, 1.939, 1.940 upstream, 1.851, 1.852 patch-2.6.28-git3.bz2.sign, 1.1, NONE Message-ID: <20090101180318.B73587011B@cvs1.fedora.phx.redhat.com> Author: davej Update of /cvs/pkgs/rpms/kernel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21404 Modified Files: .cvsignore config-generic kernel.spec sources upstream Added Files: patch-2.6.28-git4.bz2.sign Removed Files: patch-2.6.28-git3.bz2.sign Log Message: 2.6.28-git4 --- NEW FILE patch-2.6.28-git4.bz2.sign --- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: See http://www.kernel.org/signature.html for info iD8DBQBJXLDAyGugalF9Dw4RAqDCAKCBECUPZnKkb3WPYTCneo9KFGmzJwCff1Ct axCe/p5N427gekTE9KtIy0Q= =iRzr -----END PGP SIGNATURE----- Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v retrieving revision 1.977 retrieving revision 1.978 diff -u -r1.977 -r1.978 --- .cvsignore 31 Dec 2008 16:12:35 -0000 1.977 +++ .cvsignore 1 Jan 2009 18:02:47 -0000 1.978 @@ -4,4 +4,4 @@ temp-* kernel-2.6.28 linux-2.6.28.tar.bz2 -patch-2.6.28-git3.bz2 +patch-2.6.28-git4.bz2 Index: config-generic =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v retrieving revision 1.207 retrieving revision 1.208 diff -u -r1.207 -r1.208 --- config-generic 31 Dec 2008 16:12:35 -0000 1.207 +++ config-generic 1 Jan 2009 18:02:48 -0000 1.208 @@ -3278,6 +3278,7 @@ CONFIG_SECURITY=y CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_NETWORK_XFRM=y +# CONFIG_SECURITY_PATH is not set CONFIG_SECURITY_CAPABILITIES=y CONFIG_SECURITY_FILE_CAPABILITIES=y # CONFIG_SECURITY_ROOTPLUG is not set Index: kernel.spec =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v retrieving revision 1.1188 retrieving revision 1.1189 diff -u -r1.1188 -r1.1189 --- kernel.spec 31 Dec 2008 16:26:21 -0000 1.1188 +++ kernel.spec 1 Jan 2009 18:02:48 -0000 1.1189 @@ -57,7 +57,7 @@ # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 3 +%define gitrev 4 # Set rpm version accordingly %define rpmversion 2.6.%{upstream_sublevel} %endif @@ -1762,6 +1762,9 @@ %kernel_variant_files -k vmlinux %{with_kdump} kdump %changelog +* Thu Jan 01 2009 Dave Jones +- 2.6.28-git4 + * Wed Dec 31 2008 Kyle McMartin - Rebase drm-modesetting-radeon.patch Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v retrieving revision 1.939 retrieving revision 1.940 diff -u -r1.939 -r1.940 --- sources 31 Dec 2008 16:12:35 -0000 1.939 +++ sources 1 Jan 2009 18:02:48 -0000 1.940 @@ -1,2 +1,2 @@ d351e44709c9810b85e29b877f50968a linux-2.6.28.tar.bz2 -bb726ff169df1ed6db619a300c599097 patch-2.6.28-git3.bz2 +5959053c69e099586eb3cacd3e4cb56e patch-2.6.28-git4.bz2 Index: upstream =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v retrieving revision 1.851 retrieving revision 1.852 diff -u -r1.851 -r1.852 --- upstream 31 Dec 2008 16:12:35 -0000 1.851 +++ upstream 1 Jan 2009 18:02:48 -0000 1.852 @@ -1,2 +1,2 @@ linux-2.6.28.tar.bz2 -patch-2.6.28-git3.bz2 +patch-2.6.28-git4.bz2 --- patch-2.6.28-git3.bz2.sign DELETED --- From nbecker at fedoraproject.org Thu Jan 1 18:06:59 2009 From: nbecker at fedoraproject.org (Neal Becker) Date: Thu, 1 Jan 2009 18:06:59 +0000 (UTC) Subject: rpms/mercurial/F-10 .cvsignore,1.21,1.22 sources,1.24,1.25 Message-ID: <20090101180659.32C237011B@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/mercurial/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21766 Modified Files: .cvsignore sources Log Message: forgot sources Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/F-10/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 21 Dec 2008 13:58:23 -0000 1.21 +++ .cvsignore 1 Jan 2009 18:06:28 -0000 1.22 @@ -1 +1 @@ -mercurial-1.1.1.tar.gz +mercurial-1.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/F-10/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 21 Dec 2008 13:58:23 -0000 1.24 +++ sources 1 Jan 2009 18:06:28 -0000 1.25 @@ -1 +1 @@ -eae043de903b263e290b078ab223f6c5 mercurial-1.1.1.tar.gz +4fd3b9a2e5dcd025840c3849b136bec8 mercurial-1.1.2.tar.gz From nbecker at fedoraproject.org Thu Jan 1 18:13:37 2009 From: nbecker at fedoraproject.org (Neal Becker) Date: Thu, 1 Jan 2009 18:13:37 +0000 (UTC) Subject: rpms/mercurial/F-9 .cvsignore,1.19,1.20 sources,1.22,1.23 Message-ID: <20090101181337.1A3397011B@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/mercurial/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22640 Modified Files: .cvsignore sources Log Message: forgot sources Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/F-9/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 21 Dec 2008 14:03:02 -0000 1.19 +++ .cvsignore 1 Jan 2009 18:13:06 -0000 1.20 @@ -1 +1 @@ -mercurial-1.1.1.tar.gz +mercurial-1.1.2.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/F-9/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 21 Dec 2008 14:03:03 -0000 1.22 +++ sources 1 Jan 2009 18:13:06 -0000 1.23 @@ -1 +1 @@ -eae043de903b263e290b078ab223f6c5 mercurial-1.1.1.tar.gz +4fd3b9a2e5dcd025840c3849b136bec8 mercurial-1.1.2.tar.gz From rdieter at fedoraproject.org Thu Jan 1 18:14:52 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Thu, 1 Jan 2009 18:14:52 +0000 (UTC) Subject: rpms/gstreamer/devel gstreamer.spec,1.88,1.89 Message-ID: <20090101181452.3B1F37011B@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/gstreamer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22901 Modified Files: gstreamer.spec Log Message: * Thu Jan 01 2008 Rex Dieter - 0.10.21-3 - rebuild for pkgconfig deps (#478576) Index: gstreamer.spec =================================================================== RCS file: /cvs/pkgs/rpms/gstreamer/devel/gstreamer.spec,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- gstreamer.spec 12 Nov 2008 15:01:45 -0000 1.88 +++ gstreamer.spec 1 Jan 2009 18:14:22 -0000 1.89 @@ -6,7 +6,7 @@ Name: %{gstreamer} Version: 0.10.21 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GStreamer streaming media framework runtime Group: Applications/Multimedia @@ -26,7 +26,8 @@ BuildRequires: m4 BuildRequires: check-devel BuildRequires: gtk-doc >= 1.3 -BuildRequires: gettext +BuildRequires: gettext +BuildRequires: pkgconfig # We need to use the system libtool or else we end up with RPATHs BuildRequires: libtool @@ -217,6 +218,9 @@ %{_sysconfdir}/rpm/macros.gstreamer %changelog +* Thu Jan 01 2008 Rex Dieter - 0.10.21-3 +- rebuild for pkgconfig deps (#478576) + * Tue Nov 11 2008 Tom "spot" Callaway - 0.10.21-2 - fix gnome bz 555631 with patch from upstream cvs - use system libtool to prevent rpaths From kevin at fedoraproject.org Thu Jan 1 18:16:49 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Thu, 1 Jan 2009 18:16:49 +0000 (UTC) Subject: rpms/rdiff-backup/devel .cvsignore, 1.10, 1.11 sources, 1.11, 1.12 rdiff-backup.spec, 1.26, 1.27 Message-ID: <20090101181649.F41897011B@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/rdiff-backup/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23192 Modified Files: .cvsignore sources rdiff-backup.spec Log Message: Update to 1.2.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 29 Dec 2008 18:54:18 -0000 1.10 +++ .cvsignore 1 Jan 2009 18:16:19 -0000 1.11 @@ -1 +1 @@ -rdiff-backup-1.2.3.tar.gz +rdiff-backup-1.2.4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 29 Dec 2008 18:54:17 -0000 1.11 +++ sources 1 Jan 2009 18:16:19 -0000 1.12 @@ -1 +1 @@ -97e4b3b7c17b18bfdee4a185f1dc915b rdiff-backup-1.2.3.tar.gz +0d3f24ede9d27321371fd19014431e59 rdiff-backup-1.2.4.tar.gz Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/rdiff-backup.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- rdiff-backup.spec 29 Dec 2008 18:54:18 -0000 1.26 +++ rdiff-backup.spec 1 Jan 2009 18:16:19 -0000 1.27 @@ -1,6 +1,6 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 1.2.3 +Version: 1.2.4 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup Release: 1%{?dist} @@ -56,6 +56,9 @@ %{python_sitearch}/rdiff_backup-%{version}-py?.?.egg-info %changelog +* Thu Jan 01 2009 Kevin Fenzi - 1.2.4-1 +- Update to 1.2.4 + * Mon Dec 29 2008 Kevin Fenzi - 1.2.3-1 - Update to 1.2.3 - Also fixes bug 477507 From rdieter at fedoraproject.org Thu Jan 1 18:17:23 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Thu, 1 Jan 2009 18:17:23 +0000 (UTC) Subject: rpms/gstreamer/devel gstreamer.spec,1.89,1.90 Message-ID: <20090101181723.73C1D7011B@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/gstreamer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23253 Modified Files: gstreamer.spec Log Message: doh, happy new year! Index: gstreamer.spec =================================================================== RCS file: /cvs/pkgs/rpms/gstreamer/devel/gstreamer.spec,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- gstreamer.spec 1 Jan 2009 18:14:22 -0000 1.89 +++ gstreamer.spec 1 Jan 2009 18:16:53 -0000 1.90 @@ -218,7 +218,7 @@ %{_sysconfdir}/rpm/macros.gstreamer %changelog -* Thu Jan 01 2008 Rex Dieter - 0.10.21-3 +* Thu Jan 01 2009 Rex Dieter - 0.10.21-3 - rebuild for pkgconfig deps (#478576) * Tue Nov 11 2008 Tom "spot" Callaway - 0.10.21-2 From rdieter at fedoraproject.org Thu Jan 1 18:18:36 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Thu, 1 Jan 2009 18:18:36 +0000 (UTC) Subject: rpms/gstreamer-plugins-base/devel gstreamer-plugins-base.spec, 1.66, 1.67 Message-ID: <20090101181836.A5BCF7011B@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/gstreamer-plugins-base/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23573 Modified Files: gstreamer-plugins-base.spec Log Message: * Thu Jan 1 2009 - Rex Dieter - 0.10.2-3 - rebuild for pkgconfig deps (#478577) Index: gstreamer-plugins-base.spec =================================================================== RCS file: /cvs/pkgs/rpms/gstreamer-plugins-base/devel/gstreamer-plugins-base.spec,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- gstreamer-plugins-base.spec 3 Oct 2008 09:55:19 -0000 1.66 +++ gstreamer-plugins-base.spec 1 Jan 2009 18:18:06 -0000 1.67 @@ -5,7 +5,7 @@ Name: %{gstreamer}-plugins-base Version: 0.10.21 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GStreamer streaming media framework base plug-ins Group: Applications/Multimedia @@ -33,6 +33,7 @@ BuildRequires: cdparanoia-devel BuildRequires: libvisual-devel BuildRequires: gtk2-devel +BuildRequires: pkgconfig Obsoletes: gstreamer-plugins # documentation @@ -237,6 +238,9 @@ %doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor} %changelog +* Thu Jan 1 2009 - Rex Dieter - 0.10.2-3 +- rebuild for pkgconfig deps (#478577) + * Fri Oct 03 2008 - Bastien Nocera - 0.10.21-2 - Update the gstreamer requirement - Add a gtk2-devel BR, so that the test-colorkey program will be built From kevin at fedoraproject.org Thu Jan 1 18:30:15 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Thu, 1 Jan 2009 18:30:15 +0000 (UTC) Subject: rpms/rdiff-backup/F-10 sources, 1.11, 1.12 .cvsignore, 1.10, 1.11 rdiff-backup.spec, 1.24, 1.25 Message-ID: <20090101183015.303A97011B@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/rdiff-backup/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27766 Modified Files: sources .cvsignore rdiff-backup.spec Log Message: Update to 1.2.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/F-10/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 29 Dec 2008 19:07:18 -0000 1.11 +++ sources 1 Jan 2009 18:29:44 -0000 1.12 @@ -1 +1 @@ -97e4b3b7c17b18bfdee4a185f1dc915b rdiff-backup-1.2.3.tar.gz +0d3f24ede9d27321371fd19014431e59 rdiff-backup-1.2.4.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/F-10/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 29 Dec 2008 19:07:18 -0000 1.10 +++ .cvsignore 1 Jan 2009 18:29:44 -0000 1.11 @@ -1 +1 @@ -rdiff-backup-1.2.3.tar.gz +rdiff-backup-1.2.4.tar.gz Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/F-10/rdiff-backup.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- rdiff-backup.spec 29 Dec 2008 19:07:18 -0000 1.24 +++ rdiff-backup.spec 1 Jan 2009 18:29:44 -0000 1.25 @@ -1,6 +1,6 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 1.2.3 +Version: 1.2.4 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup Release: 1%{?dist} @@ -56,6 +56,9 @@ %{python_sitearch}/rdiff_backup-%{version}-py?.?.egg-info %changelog +* Thu Jan 01 2009 Kevin Fenzi - 1.2.4-1 +- Update to 1.2.4 + * Mon Dec 29 2008 Kevin Fenzi - 1.2.3-1 - Update to 1.2.3 - Also fixes bug 477507 From scop at fedoraproject.org Thu Jan 1 18:32:46 2009 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Thu, 1 Jan 2009 18:32:46 +0000 (UTC) Subject: rpms/rpmdevtools/EL-5 rpmdevtools-5.3-el53-conflict.patch, NONE, 1.1 rpmdevtools.spec, 1.5, 1.6 Message-ID: <20090101183246.2BE157011B@cvs1.fedora.phx.redhat.com> Author: scop Update of /cvs/pkgs/rpms/rpmdevtools/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28232 Modified Files: rpmdevtools.spec Added Files: rpmdevtools-5.3-el53-conflict.patch Log Message: * Thu Jan 1 2009 Ville Skytt?? - 5.3-2 - Avoid conflict with EL 5.3 rpm (#466939, Panu Matilainen). rpmdevtools-5.3-el53-conflict.patch: --- NEW FILE rpmdevtools-5.3-el53-conflict.patch --- diff -up rpmdevtools-5.3/check-rpaths-worker~ rpmdevtools-5.3/check-rpaths-worker --- rpmdevtools-5.3/check-rpaths-worker~ 2006-08-16 01:28:09.000000000 +0300 +++ rpmdevtools-5.3/check-rpaths-worker 2009-01-01 20:23:06.000000000 +0200 @@ -63,8 +63,6 @@ function showHint() * - to check existing files, set \$RPM_BUILD_ROOT and execute check-rpaths like * \$ RPM_BUILD_ROOT= /usr/lib/rpm/check-rpaths * -* 'check-rpaths' is part of 'rpmdevtools'. -* ******************************************************************************* EOF } Index: rpmdevtools.spec =================================================================== RCS file: /cvs/pkgs/rpms/rpmdevtools/EL-5/rpmdevtools.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- rpmdevtools.spec 25 Oct 2006 12:26:07 -0000 1.5 +++ rpmdevtools.spec 1 Jan 2009 18:32:15 -0000 1.6 @@ -4,7 +4,7 @@ Name: rpmdevtools Version: 5.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RPM Development Tools Group: Development/Tools @@ -12,6 +12,8 @@ URL: http://fedora.redhat.com/ Source0: %{name}-%{version}.tar.bz2 Source1: http://people.redhat.com/nphilipp/spectool/spectool-%{spectool_version}.tar.bz2 +# Avoid conflict with EL 5.3 rpm, #466939 +Patch0: %{name}-5.3-el53-conflict.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -42,6 +44,7 @@ %prep %setup -q -a 1 +%patch0 -p1 cp -p spectool*/README README.spectool @@ -120,6 +123,9 @@ %changelog +* Thu Jan 1 2009 Ville Skytt?? - 5.3-2 +- Avoid conflict with EL 5.3 rpm (#466939, Panu Matilainen). + * Wed Oct 25 2006 Ville Skytt?? - 5.3-1 - Update spectool to 1.0.8, fixes #212108. From kevin at fedoraproject.org Thu Jan 1 18:49:28 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Thu, 1 Jan 2009 18:49:28 +0000 (UTC) Subject: rpms/rdiff-backup/F-9 sources, 1.11, 1.12 .cvsignore, 1.10, 1.11 rdiff-backup.spec, 1.23, 1.24 Message-ID: <20090101184928.7C0197011B@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/rdiff-backup/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30515 Modified Files: sources .cvsignore rdiff-backup.spec Log Message: Update to 1.2.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/F-9/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 29 Dec 2008 19:18:59 -0000 1.11 +++ sources 1 Jan 2009 18:48:58 -0000 1.12 @@ -1 +1 @@ -97e4b3b7c17b18bfdee4a185f1dc915b rdiff-backup-1.2.3.tar.gz +0d3f24ede9d27321371fd19014431e59 rdiff-backup-1.2.4.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/F-9/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 29 Dec 2008 19:18:59 -0000 1.10 +++ .cvsignore 1 Jan 2009 18:48:58 -0000 1.11 @@ -1 +1 @@ -rdiff-backup-1.2.3.tar.gz +rdiff-backup-1.2.4.tar.gz Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/F-9/rdiff-backup.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- rdiff-backup.spec 29 Dec 2008 19:18:59 -0000 1.23 +++ rdiff-backup.spec 1 Jan 2009 18:48:58 -0000 1.24 @@ -1,6 +1,6 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -Version: 1.2.3 +Version: 1.2.4 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup Release: 1%{?dist} @@ -56,6 +56,9 @@ %{python_sitearch}/rdiff_backup-%{version}-py?.?.egg-info %changelog +* Thu Jan 01 2009 Kevin Fenzi - 1.2.4-1 +- Update to 1.2.4 + * Mon Dec 29 2008 Kevin Fenzi - 1.2.3-1 - Update to 1.2.3 - Also fixes bug 477507 From simo at fedoraproject.org Thu Jan 1 19:21:01 2009 From: simo at fedoraproject.org (Simo Sorce) Date: Thu, 1 Jan 2009 19:21:01 +0000 (UTC) Subject: rpms/rsync/devel rsync.spec,1.60,1.61 Message-ID: <20090101192101.B79EF7011B@cvs1.fedora.phx.redhat.com> Author: simo Update of /cvs/pkgs/rpms/rsync/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4412 Modified Files: rsync.spec Log Message: Merge review fixes (bz#226380) Index: rsync.spec =================================================================== RCS file: /cvs/pkgs/rpms/rsync/devel/rsync.spec,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- rsync.spec 8 Sep 2008 14:01:31 -0000 1.60 +++ rsync.spec 1 Jan 2009 19:20:31 -0000 1.61 @@ -1,17 +1,17 @@ -Summary: A program for synchronizing files over a network. +Summary: A program for synchronizing files over a network Name: rsync Version: 3.0.4 Release: 0%{?dist} Group: Applications/Internet +URL: http://rsync.samba.org/ # TAG: for pre versions use -#Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre3.tar.gz -Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz -#Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre3.tar.gz -Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz +#Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre3.tar.gz +Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz +#Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre3.tar.gz +Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz Source2: rsync.xinetd -BuildRequires: libacl-devel, libattr-devel, autoconf, make, gcc, popt-devel -Prefix: %{_prefix} -BuildRoot: /var/tmp/%{name}-root +BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv3+ %description @@ -47,9 +47,9 @@ %install rm -rf $RPM_BUILD_ROOT -%makeinstall -mkdir -p $RPM_BUILD_ROOT/etc/xinetd.d -install -m 644 %SOURCE2 $RPM_BUILD_ROOT/etc/xinetd.d/rsync +%makeinstall INSTALLCMD='install -p' INSTALLMAN='install -p' +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d +install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/%{name} %clean rm -rf $RPM_BUILD_ROOT @@ -57,9 +57,9 @@ %files %defattr(-,root,root) %doc COPYING NEWS OLDNEWS README support/ tech_report.tex -%config(noreplace) /etc/xinetd.d/rsync -%{_prefix}/bin/rsync -%{_mandir}/man1/rsync.1* +%config(noreplace) %{_sysconfdir}/xinetd.d/%{name} +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* %{_mandir}/man5/rsyncd.conf.5* %changelog @@ -407,7 +407,7 @@ showing no packager nor signature but giving "Source RPM: rsync-1.6.3-1.src.rpm". - Changes from 1.6.2-1 packaging: added '$RPM_OPT_FLAGS' to make, strip - to '%build', removed '%prefix'. + to '%%build', removed '%%prefix'. * Thu Apr 10 1997 Michael De La Rue - rsync-1.6.2-1 packaged. (This entry by jam to credit Michael for the From turki at fedoraproject.org Thu Jan 1 19:21:52 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Thu, 1 Jan 2009 19:21:52 +0000 (UTC) Subject: rpms/msmtp/devel .cvsignore, 1.6, 1.7 msmtp.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <20090101192152.5A6807011B@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/msmtp/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4563 Modified Files: .cvsignore msmtp.spec sources Log Message: Update to 1.4.17 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/msmtp/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 Jul 2008 09:38:58 -0000 1.6 +++ .cvsignore 1 Jan 2009 19:21:22 -0000 1.7 @@ -1 +1 @@ -msmtp-1.4.16.tar.bz2 +msmtp-1.4.17.tar.bz2 Index: msmtp.spec =================================================================== RCS file: /cvs/pkgs/rpms/msmtp/devel/msmtp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- msmtp.spec 29 Jul 2008 09:38:58 -0000 1.8 +++ msmtp.spec 1 Jan 2009 19:21:22 -0000 1.9 @@ -1,5 +1,5 @@ Name: msmtp -Version: 1.4.16 +Version: 1.4.17 Release: 1%{?dist} Summary: SMTP client Group: System Environment/Base @@ -12,6 +12,7 @@ BuildRequires: libidn-devel BuildRequires: gettext BuildRequires: libgsasl-devel +BuildRequires: gnome-keyring-devel Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -34,7 +35,7 @@ %setup -q %build -%configure --disable-rpath +%configure --disable-rpath --with-gnome-keyring make %{?_smp_mflags} @@ -60,13 +61,19 @@ %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README THANKS -%doc doc/msmtp.html doc/msmtprc-system.example doc/msmtprc-user.example doc/Mutt+msmtp.txt +%doc doc/msmtp.html doc/msmtp.pdf doc/msmtprc-system.example doc/msmtprc-user.example doc/Mutt+msmtp.txt %{_bindir}/msmtp %{_infodir}/msmtp.info* %{_mandir}/man1/msmtp.1* %changelog +* Thu Jan 1 2009 Nikolay Vladimirov - 1.4.17-1 +- Msmtp now also reads SYSCONFDIR/netrc if the password wasn't found in ~/.netrc. +- Support for the GNOME keyring was added by Satoru SATOH. +- Added BuildRequires for gnome-keyring-devel due to the new feature. +- Added PDF version of the manual. + * Tue Jul 29 2008 Nikolay Vladimirov - 1.4.16-1 - new upstream release - 1.4.16 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/msmtp/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 Jul 2008 09:38:58 -0000 1.6 +++ sources 1 Jan 2009 19:21:22 -0000 1.7 @@ -1 +1 @@ -77a333601e9de03f695539498e678cc2 msmtp-1.4.16.tar.bz2 +b0b74f1144812b60688f590c62a0d3dd msmtp-1.4.17.tar.bz2 From simo at fedoraproject.org Thu Jan 1 19:24:04 2009 From: simo at fedoraproject.org (Simo Sorce) Date: Thu, 1 Jan 2009 19:24:04 +0000 (UTC) Subject: rpms/rsync/devel .cvsignore, 1.32, 1.33 rsync.spec, 1.61, 1.62 sources, 1.32, 1.33 Message-ID: <20090101192404.A897A7011B@cvs1.fedora.phx.redhat.com> Author: simo Update of /cvs/pkgs/rpms/rsync/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4995 Modified Files: .cvsignore rsync.spec sources Log Message: * Thu Jan 1 2009 Simo Sorce 3.0.5-0.fc11 - New upstream bugfix release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/rsync/devel/.cvsignore,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- .cvsignore 8 Sep 2008 14:01:31 -0000 1.32 +++ .cvsignore 1 Jan 2009 19:23:34 -0000 1.33 @@ -1,2 +1,2 @@ -rsync-3.0.4.tar.gz -rsync-patches-3.0.4.tar.gz +rsync-3.0.5.tar.gz +rsync-patches-3.0.5.tar.gz Index: rsync.spec =================================================================== RCS file: /cvs/pkgs/rpms/rsync/devel/rsync.spec,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- rsync.spec 1 Jan 2009 19:20:31 -0000 1.61 +++ rsync.spec 1 Jan 2009 19:23:34 -0000 1.62 @@ -1,6 +1,6 @@ Summary: A program for synchronizing files over a network Name: rsync -Version: 3.0.4 +Version: 3.0.5 Release: 0%{?dist} Group: Applications/Internet URL: http://rsync.samba.org/ @@ -63,6 +63,9 @@ %{_mandir}/man5/rsyncd.conf.5* %changelog +* Thu Jan 1 2009 Simo Sorce 3.0.5-0.fc11 +- New upstream bugfix release + * Mon Sep 8 2008 Simo Sorce 3.0.4-0.fc10 - New upstream bugfix release Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rsync/devel/sources,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sources 8 Sep 2008 14:01:31 -0000 1.32 +++ sources 1 Jan 2009 19:23:34 -0000 1.33 @@ -1,2 +1,2 @@ -2b2d159c9bd1b5f8adfd8b13da3a1f3f rsync-3.0.4.tar.gz -a7697d7002f7789faede7109b420b94c rsync-patches-3.0.4.tar.gz +a130e736c011572cb423b6245e97fc4b rsync-3.0.5.tar.gz +ada27361a483f7366b9bb3dab4cba0d0 rsync-patches-3.0.5.tar.gz From simo at fedoraproject.org Thu Jan 1 19:27:20 2009 From: simo at fedoraproject.org (Simo Sorce) Date: Thu, 1 Jan 2009 19:27:20 +0000 (UTC) Subject: rpms/rsync/F-10 .cvsignore, 1.32, 1.33 rsync.spec, 1.60, 1.61 sources, 1.32, 1.33 Message-ID: <20090101192720.4E5057011B@cvs1.fedora.phx.redhat.com> Author: simo Update of /cvs/pkgs/rpms/rsync/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5546 Modified Files: .cvsignore rsync.spec sources Log Message: * Thu Jan 1 2009 Simo Sorce 3.0.5-0.fc10 - New upstream bugfix release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/rsync/F-10/.cvsignore,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- .cvsignore 8 Sep 2008 14:01:31 -0000 1.32 +++ .cvsignore 1 Jan 2009 19:26:49 -0000 1.33 @@ -1,2 +1,2 @@ -rsync-3.0.4.tar.gz -rsync-patches-3.0.4.tar.gz +rsync-3.0.5.tar.gz +rsync-patches-3.0.5.tar.gz Index: rsync.spec =================================================================== RCS file: /cvs/pkgs/rpms/rsync/F-10/rsync.spec,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- rsync.spec 8 Sep 2008 14:01:31 -0000 1.60 +++ rsync.spec 1 Jan 2009 19:26:49 -0000 1.61 @@ -1,17 +1,17 @@ -Summary: A program for synchronizing files over a network. +Summary: A program for synchronizing files over a network Name: rsync -Version: 3.0.4 +Version: 3.0.5 Release: 0%{?dist} Group: Applications/Internet +URL: http://rsync.samba.org/ # TAG: for pre versions use -#Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre3.tar.gz -Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz -#Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre3.tar.gz -Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz +#Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}pre3.tar.gz +Source0: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz +#Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}pre3.tar.gz +Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz Source2: rsync.xinetd -BuildRequires: libacl-devel, libattr-devel, autoconf, make, gcc, popt-devel -Prefix: %{_prefix} -BuildRoot: /var/tmp/%{name}-root +BuildRequires: libacl-devel, libattr-devel, autoconf, popt-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv3+ %description @@ -47,9 +47,9 @@ %install rm -rf $RPM_BUILD_ROOT -%makeinstall -mkdir -p $RPM_BUILD_ROOT/etc/xinetd.d -install -m 644 %SOURCE2 $RPM_BUILD_ROOT/etc/xinetd.d/rsync +%makeinstall INSTALLCMD='install -p' INSTALLMAN='install -p' +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d +install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/%{name} %clean rm -rf $RPM_BUILD_ROOT @@ -57,12 +57,15 @@ %files %defattr(-,root,root) %doc COPYING NEWS OLDNEWS README support/ tech_report.tex -%config(noreplace) /etc/xinetd.d/rsync -%{_prefix}/bin/rsync -%{_mandir}/man1/rsync.1* +%config(noreplace) %{_sysconfdir}/xinetd.d/%{name} +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* %{_mandir}/man5/rsyncd.conf.5* %changelog +* Thu Jan 1 2009 Simo Sorce 3.0.5-0.fc10 +- New upstream bugfix release + * Mon Sep 8 2008 Simo Sorce 3.0.4-0.fc10 - New upstream bugfix release @@ -407,7 +410,7 @@ showing no packager nor signature but giving "Source RPM: rsync-1.6.3-1.src.rpm". - Changes from 1.6.2-1 packaging: added '$RPM_OPT_FLAGS' to make, strip - to '%build', removed '%prefix'. + to '%%build', removed '%%prefix'. * Thu Apr 10 1997 Michael De La Rue - rsync-1.6.2-1 packaged. (This entry by jam to credit Michael for the Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rsync/F-10/sources,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sources 8 Sep 2008 14:01:31 -0000 1.32 +++ sources 1 Jan 2009 19:26:49 -0000 1.33 @@ -1,2 +1,2 @@ -2b2d159c9bd1b5f8adfd8b13da3a1f3f rsync-3.0.4.tar.gz -a7697d7002f7789faede7109b420b94c rsync-patches-3.0.4.tar.gz +a130e736c011572cb423b6245e97fc4b rsync-3.0.5.tar.gz +ada27361a483f7366b9bb3dab4cba0d0 rsync-patches-3.0.5.tar.gz From turki at fedoraproject.org Thu Jan 1 19:32:20 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Thu, 1 Jan 2009 19:32:20 +0000 (UTC) Subject: rpms/msmtp/F-10 .cvsignore, 1.6, 1.7 msmtp.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <20090101193220.A13A97011B@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/msmtp/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6159 Modified Files: .cvsignore msmtp.spec sources Log Message: Update to 1.4.17 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/msmtp/F-10/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 Jul 2008 09:38:58 -0000 1.6 +++ .cvsignore 1 Jan 2009 19:31:50 -0000 1.7 @@ -1 +1 @@ -msmtp-1.4.16.tar.bz2 +msmtp-1.4.17.tar.bz2 Index: msmtp.spec =================================================================== RCS file: /cvs/pkgs/rpms/msmtp/F-10/msmtp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- msmtp.spec 29 Jul 2008 09:38:58 -0000 1.8 +++ msmtp.spec 1 Jan 2009 19:31:50 -0000 1.9 @@ -1,5 +1,5 @@ Name: msmtp -Version: 1.4.16 +Version: 1.4.17 Release: 1%{?dist} Summary: SMTP client Group: System Environment/Base @@ -12,6 +12,7 @@ BuildRequires: libidn-devel BuildRequires: gettext BuildRequires: libgsasl-devel +BuildRequires: gnome-keyring-devel Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -34,7 +35,7 @@ %setup -q %build -%configure --disable-rpath +%configure --disable-rpath --with-gnome-keyring make %{?_smp_mflags} @@ -60,13 +61,19 @@ %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README THANKS -%doc doc/msmtp.html doc/msmtprc-system.example doc/msmtprc-user.example doc/Mutt+msmtp.txt +%doc doc/msmtp.html doc/msmtp.pdf doc/msmtprc-system.example doc/msmtprc-user.example doc/Mutt+msmtp.txt %{_bindir}/msmtp %{_infodir}/msmtp.info* %{_mandir}/man1/msmtp.1* %changelog +* Thu Jan 1 2009 Nikolay Vladimirov - 1.4.17-1 +- Msmtp now also reads SYSCONFDIR/netrc if the password wasn't found in ~/.netrc. +- Support for the GNOME keyring was added by Satoru SATOH. +- Added BuildRequires for gnome-keyring-devel due to the new feature. +- Added PDF version of the manual. + * Tue Jul 29 2008 Nikolay Vladimirov - 1.4.16-1 - new upstream release - 1.4.16 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/msmtp/F-10/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 Jul 2008 09:38:58 -0000 1.6 +++ sources 1 Jan 2009 19:31:50 -0000 1.7 @@ -1 +1 @@ -77a333601e9de03f695539498e678cc2 msmtp-1.4.16.tar.bz2 +b0b74f1144812b60688f590c62a0d3dd msmtp-1.4.17.tar.bz2 From simo at fedoraproject.org Thu Jan 1 19:34:21 2009 From: simo at fedoraproject.org (Simo Sorce) Date: Thu, 1 Jan 2009 19:34:21 +0000 (UTC) Subject: rpms/rsync/F-10 rsync.spec,1.61,1.62 Message-ID: <20090101193421.8FFF47013F@cvs1.fedora.phx.redhat.com> Author: simo Update of /cvs/pkgs/rpms/rsync/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6676 Modified Files: rsync.spec Log Message: A non updated common created the -0 tag in the devel branch. Up the release to 1 to be abel to tag and build as I cannot delete a wrong tag from /devel Index: rsync.spec =================================================================== RCS file: /cvs/pkgs/rpms/rsync/F-10/rsync.spec,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- rsync.spec 1 Jan 2009 19:26:49 -0000 1.61 +++ rsync.spec 1 Jan 2009 19:33:51 -0000 1.62 @@ -1,7 +1,7 @@ Summary: A program for synchronizing files over a network Name: rsync Version: 3.0.5 -Release: 0%{?dist} +Release: 1%{?dist} Group: Applications/Internet URL: http://rsync.samba.org/ # TAG: for pre versions use @@ -63,7 +63,7 @@ %{_mandir}/man5/rsyncd.conf.5* %changelog -* Thu Jan 1 2009 Simo Sorce 3.0.5-0.fc10 +* Thu Jan 1 2009 Simo Sorce 3.0.5-1.fc10 - New upstream bugfix release * Mon Sep 8 2008 Simo Sorce 3.0.4-0.fc10 From turki at fedoraproject.org Thu Jan 1 20:00:46 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Thu, 1 Jan 2009 20:00:46 +0000 (UTC) Subject: rpms/emerald/devel .cvsignore, 1.11, 1.12 emerald.spec, 1.18, 1.19 sources, 1.11, 1.12 Message-ID: <20090101200046.8F6F97011B@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/emerald/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12106 Modified Files: .cvsignore emerald.spec sources Log Message: Update to 0.7.8 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/emerald/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 11 Jul 2008 19:25:58 -0000 1.11 +++ .cvsignore 1 Jan 2009 20:00:16 -0000 1.12 @@ -1 +1 @@ -emerald-0.7.6.tar.bz2 +emerald-0.7.8.tar.bz2 Index: emerald.spec =================================================================== RCS file: /cvs/pkgs/rpms/emerald/devel/emerald.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- emerald.spec 15 Jul 2008 13:48:54 -0000 1.18 +++ emerald.spec 1 Jan 2009 20:00:16 -0000 1.19 @@ -2,13 +2,12 @@ Url: http://www.compiz-fusion.org/ License: GPLv2 Group: User Interface/Desktops -Version: 0.7.6 -Release: 2%{?dist} +Version: 0.7.8 +Release: 1%{?dist} Summary: Themeable window decorator and compositing manager for Compiz Fusion BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2 -Patch0: emerald-theme-manager-desktop.patch # compiz-devel is not available on these arches ExcludeArch: s390 s390x @@ -39,9 +38,6 @@ %prep %setup -q -#fix menu entries -#https://bugzilla.redhat.com/show_bug.cgi?id=286141 -%patch0 -p1 -b .fixed %build %configure --enable-librsvg --disable-mime-update @@ -100,7 +96,12 @@ %{_libdir}/libemeraldengine.so %changelog -* Tue Jul 15 2008 Nikolay Vladimirof - 0.7.6-2 +* Thu Jan 1 2009 Nikolay Vladimirov - 0.7.8-1 +- Minor bugfixes +- L10N updates +- Droping .desktop file patch ( now upsteam ) + +* Tue Jul 15 2008 Nikolay Vladimirov - 0.7.6-2 - rebuild for ppc64 * Fri Jul 11 2008 Nikolay Vladimirov - 0.7.6-1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/emerald/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 11 Jul 2008 19:25:58 -0000 1.11 +++ sources 1 Jan 2009 20:00:16 -0000 1.12 @@ -1 +1 @@ -340f4dafde5d6c55bd05c0033aa7d6fe emerald-0.7.6.tar.bz2 +c7d90c1ca0c91503d474c7e1422edcd5 emerald-0.7.8.tar.bz2 From nphilipp at fedoraproject.org Thu Jan 1 21:35:24 2009 From: nphilipp at fedoraproject.org (Nils Philippsen) Date: Thu, 1 Jan 2009 21:35:24 +0000 (UTC) Subject: rpms/gimp/devel .cvsignore, 1.47, 1.48 gimp.spec, 1.176, 1.177 sources, 1.47, 1.48 Message-ID: <20090101213524.7F9D07011B@cvs1.fedora.phx.redhat.com> Author: nphilipp Update of /cvs/pkgs/rpms/gimp/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32483 Modified Files: .cvsignore gimp.spec sources Log Message: version 2.6.4 add BuildRequires: aalib-devel Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gimp/devel/.cvsignore,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- .cvsignore 24 Nov 2008 08:09:42 -0000 1.47 +++ .cvsignore 1 Jan 2009 21:34:53 -0000 1.48 @@ -1 +1 @@ -gimp-2.6.3.tar.bz2 +gimp-2.6.4.tar.bz2 Index: gimp.spec =================================================================== RCS file: /cvs/pkgs/rpms/gimp/devel/gimp.spec,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- gimp.spec 1 Dec 2008 15:00:27 -0000 1.176 +++ gimp.spec 1 Jan 2009 21:34:53 -0000 1.177 @@ -22,14 +22,14 @@ Summary: GNU Image Manipulation Program Name: gimp -Version: 2.6.3 +Version: 2.6.4 %define binver 2.6 %define gimp_lang_ver 20 %define interfacever 2.0 %define age 0 %define minorver 600 %define microver %(ver=%{version}; echo ${ver##*.*.}) -Release: 3%{?dist} +Release: 1%{?dist} Epoch: 2 License: GPLv2+ Group: Applications/Multimedia @@ -37,6 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n) Obsoletes: gimp-perl < 2:2.0 Obsoletes: gimp < 2:2.6.0-3 +BuildRequires: aalib-devel BuildRequires: alsa-lib-devel >= 1.0.0 BuildRequires: babl-devel >= 0.0.22 BuildRequires: cairo-devel >= 1.4.10 @@ -446,6 +447,48 @@ %{_libdir}/gimp/%{interfacever}/plug-ins/help-browser %changelog +* Thu Jan 01 2009 Nils Philippsen - 2:2.6.4-1 +- version 2.6.4 + + Overview of Changes from GIMP 2.6.3 to GIMP 2.6.4 + ================================================= + + * Bugs fixed: + + 565223 ??? Perspective transformation jagged edges / comb effect + 563985 ??? jpg save dialog: "cancel" is treated like "commit" + for settings + 564087 ??? Using clone tool on a layer with a part out of canvas + causes crashes + 564593 ??? crash when the drawable is changed while a color tool + is active + 564869 ??? GIMP crashes on selecting Tools->GEGL operation + 565138 ??? python-fu-foggify does not check if image is in rgb mode + 563130 ??? Hue selection mode does not cross the 0-360 degrees line + 563179 ??? Scrollbars not resized when we extend the canvas size + 562459 ??? PF_PALETTE: 'TypeError' when used in a plugin that is + registered in + 562427 ??? Compilation with --as-needed + 562386 ??? PF_SLIDER and PF_SPINNER 'Step' values do not change + consistently... + 562366 ??? Default image dimensions are not correctly + transferred in the file/new dialog box + 561899 ??? GIMP can't save to mounted filesystem if file exists + + * Updated translations: + + Greek (el) + Hindi (hi) + Hungarian (hu) + Italian (it) + Japanese (ja) + Korean (ko) + Slovenian (sl) + Swedish (sv) + Tamil (ta) + Simplified Chinese (zh_CN) +- add BuildRequires: aalib-devel + * Mon Dec 01 2008 Ignacio Vazquez-Abrams - 2:2.6.3-3 - Rebuild for Python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gimp/devel/sources,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- sources 24 Nov 2008 08:09:42 -0000 1.47 +++ sources 1 Jan 2009 21:34:54 -0000 1.48 @@ -1 +1 @@ -39c30867511b79391eb9177c86c8b79a gimp-2.6.3.tar.bz2 +4e8185e40ab06559ce6dd5ef61b3e83b gimp-2.6.4.tar.bz2 From nphilipp at fedoraproject.org Thu Jan 1 21:38:36 2009 From: nphilipp at fedoraproject.org (Nils Philippsen) Date: Thu, 1 Jan 2009 21:38:36 +0000 (UTC) Subject: rpms/gimp/F-10 .cvsignore, 1.47, 1.48 gimp.spec, 1.175, 1.176 sources, 1.47, 1.48 Message-ID: <20090101213836.B2A6F7011B@cvs1.fedora.phx.redhat.com> Author: nphilipp Update of /cvs/pkgs/rpms/gimp/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv658 Modified Files: .cvsignore gimp.spec sources Log Message: version 2.6.4 add BuildRequires: aalib-devel Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gimp/F-10/.cvsignore,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- .cvsignore 24 Nov 2008 08:12:19 -0000 1.47 +++ .cvsignore 1 Jan 2009 21:38:06 -0000 1.48 @@ -1 +1 @@ -gimp-2.6.3.tar.bz2 +gimp-2.6.4.tar.bz2 Index: gimp.spec =================================================================== RCS file: /cvs/pkgs/rpms/gimp/F-10/gimp.spec,v retrieving revision 1.175 retrieving revision 1.176 diff -u -r1.175 -r1.176 --- gimp.spec 1 Dec 2008 12:25:17 -0000 1.175 +++ gimp.spec 1 Jan 2009 21:38:06 -0000 1.176 @@ -22,14 +22,14 @@ Summary: GNU Image Manipulation Program Name: gimp -Version: 2.6.3 +Version: 2.6.4 %define binver 2.6 %define gimp_lang_ver 20 %define interfacever 2.0 %define age 0 %define minorver 600 %define microver %(ver=%{version}; echo ${ver##*.*.}) -Release: 2%{?dist} +Release: 1%{?dist} Epoch: 2 License: GPLv2+ Group: Applications/Multimedia @@ -37,6 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n) Obsoletes: gimp-perl < 2:2.0 Obsoletes: gimp < 2:2.6.0-3 +BuildRequires: aalib-devel BuildRequires: alsa-lib-devel >= 1.0.0 BuildRequires: babl-devel >= 0.0.22 BuildRequires: cairo-devel >= 1.4.10 @@ -446,6 +447,51 @@ %{_libdir}/gimp/%{interfacever}/plug-ins/help-browser %changelog +* Thu Jan 01 2009 Nils Philippsen - 2:2.6.4-1 +- version 2.6.4 + + Overview of Changes from GIMP 2.6.3 to GIMP 2.6.4 + ================================================= + + * Bugs fixed: + + 565223 ??? Perspective transformation jagged edges / comb effect + 563985 ??? jpg save dialog: "cancel" is treated like "commit" + for settings + 564087 ??? Using clone tool on a layer with a part out of canvas + causes crashes + 564593 ??? crash when the drawable is changed while a color tool + is active + 564869 ??? GIMP crashes on selecting Tools->GEGL operation + 565138 ??? python-fu-foggify does not check if image is in rgb mode + 563130 ??? Hue selection mode does not cross the 0-360 degrees line + 563179 ??? Scrollbars not resized when we extend the canvas size + 562459 ??? PF_PALETTE: 'TypeError' when used in a plugin that is + registered in + 562427 ??? Compilation with --as-needed + 562386 ??? PF_SLIDER and PF_SPINNER 'Step' values do not change + consistently... + 562366 ??? Default image dimensions are not correctly + transferred in the file/new dialog box + 561899 ??? GIMP can't save to mounted filesystem if file exists + + * Updated translations: + + Greek (el) + Hindi (hi) + Hungarian (hu) + Italian (it) + Japanese (ja) + Korean (ko) + Slovenian (sl) + Swedish (sv) + Tamil (ta) + Simplified Chinese (zh_CN) +- add BuildRequires: aalib-devel + +* Mon Dec 01 2008 Ignacio Vazquez-Abrams - 2:2.6.3-3 +- Rebuild for Python 2.6 + * Mon Nov 24 2008 Nils Philippsen - 2:2.6.3-2 - own /usr/lib/gimp/2.0/interpreters (#473594) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gimp/F-10/sources,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- sources 24 Nov 2008 08:12:19 -0000 1.47 +++ sources 1 Jan 2009 21:38:06 -0000 1.48 @@ -1 +1 @@ -39c30867511b79391eb9177c86c8b79a gimp-2.6.3.tar.bz2 +4e8185e40ab06559ce6dd5ef61b3e83b gimp-2.6.4.tar.bz2 From nphilipp at fedoraproject.org Thu Jan 1 21:39:01 2009 From: nphilipp at fedoraproject.org (Nils Philippsen) Date: Thu, 1 Jan 2009 21:39:01 +0000 (UTC) Subject: rpms/gimp/F-9 .cvsignore, 1.45, 1.46 gimp.spec, 1.165, 1.166 sources, 1.45, 1.46 Message-ID: <20090101213901.75F307011B@cvs1.fedora.phx.redhat.com> Author: nphilipp Update of /cvs/pkgs/rpms/gimp/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv806 Modified Files: .cvsignore gimp.spec sources Log Message: version 2.6.4 add BuildRequires: aalib-devel Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gimp/F-9/.cvsignore,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- .cvsignore 24 Nov 2008 08:12:36 -0000 1.45 +++ .cvsignore 1 Jan 2009 21:38:31 -0000 1.46 @@ -1 +1 @@ -gimp-2.6.3.tar.bz2 +gimp-2.6.4.tar.bz2 Index: gimp.spec =================================================================== RCS file: /cvs/pkgs/rpms/gimp/F-9/gimp.spec,v retrieving revision 1.165 retrieving revision 1.166 diff -u -r1.165 -r1.166 --- gimp.spec 1 Dec 2008 12:25:20 -0000 1.165 +++ gimp.spec 1 Jan 2009 21:38:31 -0000 1.166 @@ -22,14 +22,14 @@ Summary: GNU Image Manipulation Program Name: gimp -Version: 2.6.3 +Version: 2.6.4 %define binver 2.6 %define gimp_lang_ver 20 %define interfacever 2.0 %define age 0 %define minorver 600 %define microver %(ver=%{version}; echo ${ver##*.*.}) -Release: 2%{?dist} +Release: 1%{?dist} Epoch: 2 License: GPLv2+ Group: Applications/Multimedia @@ -37,6 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%__id_u -n) Obsoletes: gimp-perl < 2:2.0 Obsoletes: gimp < 2:2.6.0-3 +BuildRequires: aalib-devel BuildRequires: alsa-lib-devel >= 1.0.0 BuildRequires: babl-devel >= 0.0.22 BuildRequires: cairo-devel >= 1.4.10 @@ -446,6 +447,51 @@ %{_libdir}/gimp/%{interfacever}/plug-ins/help-browser %changelog +* Thu Jan 01 2009 Nils Philippsen - 2:2.6.4-1 +- version 2.6.4 + + Overview of Changes from GIMP 2.6.3 to GIMP 2.6.4 + ================================================= + + * Bugs fixed: + + 565223 ??? Perspective transformation jagged edges / comb effect + 563985 ??? jpg save dialog: "cancel" is treated like "commit" + for settings + 564087 ??? Using clone tool on a layer with a part out of canvas + causes crashes + 564593 ??? crash when the drawable is changed while a color tool + is active + 564869 ??? GIMP crashes on selecting Tools->GEGL operation + 565138 ??? python-fu-foggify does not check if image is in rgb mode + 563130 ??? Hue selection mode does not cross the 0-360 degrees line + 563179 ??? Scrollbars not resized when we extend the canvas size + 562459 ??? PF_PALETTE: 'TypeError' when used in a plugin that is + registered in + 562427 ??? Compilation with --as-needed + 562386 ??? PF_SLIDER and PF_SPINNER 'Step' values do not change + consistently... + 562366 ??? Default image dimensions are not correctly + transferred in the file/new dialog box + 561899 ??? GIMP can't save to mounted filesystem if file exists + + * Updated translations: + + Greek (el) + Hindi (hi) + Hungarian (hu) + Italian (it) + Japanese (ja) + Korean (ko) + Slovenian (sl) + Swedish (sv) + Tamil (ta) + Simplified Chinese (zh_CN) +- add BuildRequires: aalib-devel + +* Mon Dec 01 2008 Ignacio Vazquez-Abrams - 2:2.6.3-3 +- Rebuild for Python 2.6 + * Mon Nov 24 2008 Nils Philippsen - 2:2.6.3-2 - own /usr/lib/gimp/2.0/interpreters (#473594) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gimp/F-9/sources,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- sources 24 Nov 2008 08:12:36 -0000 1.45 +++ sources 1 Jan 2009 21:38:31 -0000 1.46 @@ -1 +1 @@ -39c30867511b79391eb9177c86c8b79a gimp-2.6.3.tar.bz2 +4e8185e40ab06559ce6dd5ef61b3e83b gimp-2.6.4.tar.bz2 From salimma at fedoraproject.org Thu Jan 1 21:57:03 2009 From: salimma at fedoraproject.org (Michel Alexandre Salim) Date: Thu, 1 Jan 2009 21:57:03 +0000 (UTC) Subject: rpms/banshee/F-10 banshee-1-1.4.1-riptags.patch, NONE, 1.1 banshee.spec, 1.62, 1.63 banshee-0.10.12-libdbus-glib-dllmap.patch, 1.1, NONE banshee-0.10.12-mono-libdir.patch, 1.1, NONE Message-ID: <20090101215703.139277011B@cvs1.fedora.phx.redhat.com> Author: salimma Update of /cvs/pkgs/rpms/banshee/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6824/F-10 Modified Files: banshee.spec Added Files: banshee-1-1.4.1-riptags.patch Removed Files: banshee-0.10.12-libdbus-glib-dllmap.patch banshee-0.10.12-mono-libdir.patch Log Message: * Thu Jan 1 2009 Michel Salim - 1.4.1-3 - Split MusicBrainz libraries into separate subpackages - Properly tag songs ripped from CDs (bug #477669) banshee-1-1.4.1-riptags.patch: --- NEW FILE banshee-1-1.4.1-riptags.patch --- --- src.orig/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdRipper.cs 2008-09-23 15:29:25.000000000 -0300 +++ src/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdRipper.cs 2008-12-17 19:57:47.000000000 -0400 @@ -37,6 +37,7 @@ using Banshee.Collection; using Banshee.Collection.Database; using Banshee.MediaEngine; +using Banshee.Streaming; namespace Banshee.AudioCd { @@ -198,9 +199,9 @@ ripped_duration += track.Duration; track.PrimarySource = ServiceManager.SourceManager.MusicLibrary; - track.Uri = args.Uri; - track.FileSize = Banshee.IO.File.GetSize (track.Uri); + TagLib.File file = StreamTagger.ProcessUri (args.Uri); + StreamTagger.TrackInfoMerge (track, file, true); track.Save (); Index: banshee.spec =================================================================== RCS file: /cvs/pkgs/rpms/banshee/F-10/banshee.spec,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- banshee.spec 27 Nov 2008 06:51:58 -0000 1.62 +++ banshee.spec 1 Jan 2009 21:56:32 -0000 1.63 @@ -2,13 +2,14 @@ Name: banshee Version: 1.4.1 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Easily import, manage, and play selections from your music collection Group: Applications/Multimedia License: MIT URL: http://banshee-project.org/ Source0: http://banshee-project.org/files/banshee/banshee-1-%{version}.tar.bz2 Source1: README.Fedora +Patch0: banshee-1-1.4.1-riptags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # We only have mono on these arches: @@ -45,6 +46,7 @@ BuildRequires: desktop-file-utils Requires: podsleuth +Requires: %{name}-musicbrainz = %{version}-%{release} %description Banshee allows you to import CDs, sync your music collection to an iPod, @@ -52,16 +54,50 @@ library, and create audio and MP3 CDs from subsets of your library. %package devel -Summary: Development files for Banshee -Group: Development/Libraries +Summary: Development files for Banshee +Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel -Development files for Banshee Media Player +Banshee allows you to import CDs, sync your music collection to an iPod, +play music directly from an iPod, create playlists with songs from your +library, and create audio and MP3 CDs from subsets of your library. + +The %{name}-devel package contains libraries and header files for +developing extensions for %{name}. + +%package musicbrainz +Summary: MusicBrainz libraries for the Banshee Media Framework +Group: System Environment/Libraries +Requires: %{name} = %{version}-%{release} + +%description musicbrainz +Banshee allows you to import CDs, sync your music collection to an iPod, +play music directly from an iPod, create playlists with songs from your +library, and create audio and MP3 CDs from subsets of your library. + +The %{name}-musicbrainz package contains the MusicBrainz library shipped +with the Banshee music player. + +%package musicbrainz-devel +Summary: Development files for %{name}-musicbrainz +Group: Development/Libraries +Requires: %{name}-musicbrainz = %{version}-%{release} +Requires: pkgconfig + +%description musicbrainz-devel +Banshee allows you to import CDs, sync your music collection to an iPod, +play music directly from an iPod, create playlists with songs from your +library, and create audio and MP3 CDs from subsets of your library. + +The %{name}-musicbrainz-devel package contains header files for +developing applications that use %{name}-musicbrainz. + %prep %setup -q -n %{name}-1-%{version} +%patch0 -p0 -b .riptags cp -p %{SOURCE1} . %build @@ -116,6 +152,7 @@ %defattr(-,root,root,-) %doc COPYING AUTHORS ChangeLog README README.Fedora NEWS %{_bindir}/banshee-1 +%exclude %{_libdir}/banshee-1/MusicBrainz.dll* %{_libdir}/banshee-1 %{_datadir}/applications/*.desktop %{_datadir}/dbus-1/services/org.bansheeproject.Banshee.service @@ -128,9 +165,27 @@ %files devel %defattr(-,root,root,-) +%exclude %{_libdir}/pkgconfig/banshee-1-musicbrainz.pc %{_libdir}/pkgconfig/banshee-1-*.pc +%files musicbrainz +%defattr(-,root,root,-) +%{_libdir}/banshee-1/MusicBrainz.dll +%{_libdir}/banshee-1/MusicBrainz.dll.mdb + +%files musicbrainz-devel +%defattr(-,root,root,-) +%{_libdir}/pkgconfig/banshee-1-musicbrainz.pc + + %changelog +* Thu Jan 1 2009 Michel Salim - 1.4.1-3 +- Split MusicBrainz libraries into separate subpackages +- Properly tag songs ripped from CDs (bug #477669) + +* Thu Dec 25 2008 Tom "spot" Callaway - 1.4.1-2 +- rebuild to fix broken deps + * Thu Nov 27 2008 Michel Salim - 1.4.1-1 - Update to 1.4.1 --- banshee-0.10.12-libdbus-glib-dllmap.patch DELETED --- --- banshee-0.10.12-mono-libdir.patch DELETED --- From salimma at fedoraproject.org Thu Jan 1 21:57:03 2009 From: salimma at fedoraproject.org (Michel Alexandre Salim) Date: Thu, 1 Jan 2009 21:57:03 +0000 (UTC) Subject: rpms/banshee/F-9 banshee-1-1.4.1-riptags.patch, NONE, 1.1 banshee.spec, 1.56, 1.57 banshee-0.10.12-libdbus-glib-dllmap.patch, 1.1, NONE banshee-0.10.12-mono-libdir.patch, 1.1, NONE Message-ID: <20090101215703.4058A7011B@cvs1.fedora.phx.redhat.com> Author: salimma Update of /cvs/pkgs/rpms/banshee/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6824/F-9 Modified Files: banshee.spec Added Files: banshee-1-1.4.1-riptags.patch Removed Files: banshee-0.10.12-libdbus-glib-dllmap.patch banshee-0.10.12-mono-libdir.patch Log Message: * Thu Jan 1 2009 Michel Salim - 1.4.1-3 - Split MusicBrainz libraries into separate subpackages - Properly tag songs ripped from CDs (bug #477669) banshee-1-1.4.1-riptags.patch: --- NEW FILE banshee-1-1.4.1-riptags.patch --- --- src.orig/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdRipper.cs 2008-09-23 15:29:25.000000000 -0300 +++ src/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdRipper.cs 2008-12-17 19:57:47.000000000 -0400 @@ -37,6 +37,7 @@ using Banshee.Collection; using Banshee.Collection.Database; using Banshee.MediaEngine; +using Banshee.Streaming; namespace Banshee.AudioCd { @@ -198,9 +199,9 @@ ripped_duration += track.Duration; track.PrimarySource = ServiceManager.SourceManager.MusicLibrary; - track.Uri = args.Uri; - track.FileSize = Banshee.IO.File.GetSize (track.Uri); + TagLib.File file = StreamTagger.ProcessUri (args.Uri); + StreamTagger.TrackInfoMerge (track, file, true); track.Save (); Index: banshee.spec =================================================================== RCS file: /cvs/pkgs/rpms/banshee/F-9/banshee.spec,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- banshee.spec 27 Nov 2008 06:51:59 -0000 1.56 +++ banshee.spec 1 Jan 2009 21:56:33 -0000 1.57 @@ -2,13 +2,14 @@ Name: banshee Version: 1.4.1 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Easily import, manage, and play selections from your music collection Group: Applications/Multimedia License: MIT URL: http://banshee-project.org/ Source0: http://banshee-project.org/files/banshee/banshee-1-%{version}.tar.bz2 Source1: README.Fedora +Patch0: banshee-1-1.4.1-riptags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # We only have mono on these arches: @@ -45,6 +46,7 @@ BuildRequires: desktop-file-utils Requires: podsleuth +Requires: %{name}-musicbrainz = %{version}-%{release} %description Banshee allows you to import CDs, sync your music collection to an iPod, @@ -52,16 +54,50 @@ library, and create audio and MP3 CDs from subsets of your library. %package devel -Summary: Development files for Banshee -Group: Development/Libraries +Summary: Development files for Banshee +Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel -Development files for Banshee Media Player +Banshee allows you to import CDs, sync your music collection to an iPod, +play music directly from an iPod, create playlists with songs from your +library, and create audio and MP3 CDs from subsets of your library. + +The %{name}-devel package contains libraries and header files for +developing extensions for %{name}. + +%package musicbrainz +Summary: MusicBrainz libraries for the Banshee Media Framework +Group: System Environment/Libraries +Requires: %{name} = %{version}-%{release} + +%description musicbrainz +Banshee allows you to import CDs, sync your music collection to an iPod, +play music directly from an iPod, create playlists with songs from your +library, and create audio and MP3 CDs from subsets of your library. + +The %{name}-musicbrainz package contains the MusicBrainz library shipped +with the Banshee music player. + +%package musicbrainz-devel +Summary: Development files for %{name}-musicbrainz +Group: Development/Libraries +Requires: %{name}-musicbrainz = %{version}-%{release} +Requires: pkgconfig + +%description musicbrainz-devel +Banshee allows you to import CDs, sync your music collection to an iPod, +play music directly from an iPod, create playlists with songs from your +library, and create audio and MP3 CDs from subsets of your library. + +The %{name}-musicbrainz-devel package contains header files for +developing applications that use %{name}-musicbrainz. + %prep %setup -q -n %{name}-1-%{version} +%patch0 -p0 -b .riptags cp -p %{SOURCE1} . %build @@ -116,6 +152,7 @@ %defattr(-,root,root,-) %doc COPYING AUTHORS ChangeLog README README.Fedora NEWS %{_bindir}/banshee-1 +%exclude %{_libdir}/banshee-1/MusicBrainz.dll* %{_libdir}/banshee-1 %{_datadir}/applications/*.desktop %{_datadir}/dbus-1/services/org.bansheeproject.Banshee.service @@ -128,9 +165,27 @@ %files devel %defattr(-,root,root,-) +%exclude %{_libdir}/pkgconfig/banshee-1-musicbrainz.pc %{_libdir}/pkgconfig/banshee-1-*.pc +%files musicbrainz +%defattr(-,root,root,-) +%{_libdir}/banshee-1/MusicBrainz.dll +%{_libdir}/banshee-1/MusicBrainz.dll.mdb + +%files musicbrainz-devel +%defattr(-,root,root,-) +%{_libdir}/pkgconfig/banshee-1-musicbrainz.pc + + %changelog +* Thu Jan 1 2009 Michel Salim - 1.4.1-3 +- Split MusicBrainz libraries into separate subpackages +- Properly tag songs ripped from CDs (bug #477669) + +* Thu Dec 25 2008 Tom "spot" Callaway - 1.4.1-2 +- rebuild to fix broken deps + * Thu Nov 27 2008 Michel Salim - 1.4.1-1 - Update to 1.4.1 --- banshee-0.10.12-libdbus-glib-dllmap.patch DELETED --- --- banshee-0.10.12-mono-libdir.patch DELETED --- From salimma at fedoraproject.org Thu Jan 1 21:57:03 2009 From: salimma at fedoraproject.org (Michel Alexandre Salim) Date: Thu, 1 Jan 2009 21:57:03 +0000 (UTC) Subject: rpms/banshee/devel banshee-1-1.4.1-riptags.patch, NONE, 1.1 banshee.spec, 1.63, 1.64 banshee-0.10.12-libdbus-glib-dllmap.patch, 1.1, NONE banshee-0.10.12-mono-libdir.patch, 1.1, NONE Message-ID: <20090101215703.899CC7011B@cvs1.fedora.phx.redhat.com> Author: salimma Update of /cvs/pkgs/rpms/banshee/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6824/devel Modified Files: banshee.spec Added Files: banshee-1-1.4.1-riptags.patch Removed Files: banshee-0.10.12-libdbus-glib-dllmap.patch banshee-0.10.12-mono-libdir.patch Log Message: * Thu Jan 1 2009 Michel Salim - 1.4.1-3 - Split MusicBrainz libraries into separate subpackages - Properly tag songs ripped from CDs (bug #477669) banshee-1-1.4.1-riptags.patch: --- NEW FILE banshee-1-1.4.1-riptags.patch --- --- src.orig/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdRipper.cs 2008-09-23 15:29:25.000000000 -0300 +++ src/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdRipper.cs 2008-12-17 19:57:47.000000000 -0400 @@ -37,6 +37,7 @@ using Banshee.Collection; using Banshee.Collection.Database; using Banshee.MediaEngine; +using Banshee.Streaming; namespace Banshee.AudioCd { @@ -198,9 +199,9 @@ ripped_duration += track.Duration; track.PrimarySource = ServiceManager.SourceManager.MusicLibrary; - track.Uri = args.Uri; - track.FileSize = Banshee.IO.File.GetSize (track.Uri); + TagLib.File file = StreamTagger.ProcessUri (args.Uri); + StreamTagger.TrackInfoMerge (track, file, true); track.Save (); Index: banshee.spec =================================================================== RCS file: /cvs/pkgs/rpms/banshee/devel/banshee.spec,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- banshee.spec 25 Dec 2008 22:35:26 -0000 1.63 +++ banshee.spec 1 Jan 2009 21:56:33 -0000 1.64 @@ -2,13 +2,14 @@ Name: banshee Version: 1.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Easily import, manage, and play selections from your music collection Group: Applications/Multimedia License: MIT URL: http://banshee-project.org/ Source0: http://banshee-project.org/files/banshee/banshee-1-%{version}.tar.bz2 Source1: README.Fedora +Patch0: banshee-1-1.4.1-riptags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # We only have mono on these arches: @@ -45,6 +46,7 @@ BuildRequires: desktop-file-utils Requires: podsleuth +Requires: %{name}-musicbrainz = %{version}-%{release} %description Banshee allows you to import CDs, sync your music collection to an iPod, @@ -52,16 +54,50 @@ library, and create audio and MP3 CDs from subsets of your library. %package devel -Summary: Development files for Banshee -Group: Development/Libraries +Summary: Development files for Banshee +Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel -Development files for Banshee Media Player +Banshee allows you to import CDs, sync your music collection to an iPod, +play music directly from an iPod, create playlists with songs from your +library, and create audio and MP3 CDs from subsets of your library. + +The %{name}-devel package contains libraries and header files for +developing extensions for %{name}. + +%package musicbrainz +Summary: MusicBrainz libraries for the Banshee Media Framework +Group: System Environment/Libraries +Requires: %{name} = %{version}-%{release} + +%description musicbrainz +Banshee allows you to import CDs, sync your music collection to an iPod, +play music directly from an iPod, create playlists with songs from your +library, and create audio and MP3 CDs from subsets of your library. + +The %{name}-musicbrainz package contains the MusicBrainz library shipped +with the Banshee music player. + +%package musicbrainz-devel +Summary: Development files for %{name}-musicbrainz +Group: Development/Libraries +Requires: %{name}-musicbrainz = %{version}-%{release} +Requires: pkgconfig + +%description musicbrainz-devel +Banshee allows you to import CDs, sync your music collection to an iPod, +play music directly from an iPod, create playlists with songs from your +library, and create audio and MP3 CDs from subsets of your library. + +The %{name}-musicbrainz-devel package contains header files for +developing applications that use %{name}-musicbrainz. + %prep %setup -q -n %{name}-1-%{version} +%patch0 -p0 -b .riptags cp -p %{SOURCE1} . %build @@ -116,6 +152,7 @@ %defattr(-,root,root,-) %doc COPYING AUTHORS ChangeLog README README.Fedora NEWS %{_bindir}/banshee-1 +%exclude %{_libdir}/banshee-1/MusicBrainz.dll* %{_libdir}/banshee-1 %{_datadir}/applications/*.desktop %{_datadir}/dbus-1/services/org.bansheeproject.Banshee.service @@ -128,9 +165,24 @@ %files devel %defattr(-,root,root,-) +%exclude %{_libdir}/pkgconfig/banshee-1-musicbrainz.pc %{_libdir}/pkgconfig/banshee-1-*.pc +%files musicbrainz +%defattr(-,root,root,-) +%{_libdir}/banshee-1/MusicBrainz.dll +%{_libdir}/banshee-1/MusicBrainz.dll.mdb + +%files musicbrainz-devel +%defattr(-,root,root,-) +%{_libdir}/pkgconfig/banshee-1-musicbrainz.pc + + %changelog +* Thu Jan 1 2009 Michel Salim - 1.4.1-3 +- Split MusicBrainz libraries into separate subpackages +- Properly tag songs ripped from CDs (bug #477669) + * Thu Dec 25 2008 Tom "spot" Callaway - 1.4.1-2 - rebuild to fix broken deps --- banshee-0.10.12-libdbus-glib-dllmap.patch DELETED --- --- banshee-0.10.12-mono-libdir.patch DELETED --- From mjakubicek at fedoraproject.org Thu Jan 1 22:36:10 2009 From: mjakubicek at fedoraproject.org (=?utf-8?b?TWlsb8WhIEpha3Viw63EjWVr?=) Date: Thu, 1 Jan 2009 22:36:10 +0000 (UTC) Subject: rpms/boinc-client/devel .cvsignore, 1.3, 1.4 boinc-client.spec, 1.19, 1.20 sources, 1.3, 1.4 trim, 1.1, 1.2 boinc-client, 1.1, NONE boinc.1, 1.1, NONE boinc_client.1, 1.1, NONE boinc_cmd.1, 1.1, NONE boincmgr.1, 1.1, NONE Message-ID: <20090101223610.46BC37011B@cvs1.fedora.phx.redhat.com> Author: mjakubicek Update of /cvs/pkgs/rpms/boinc-client/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14270 Modified Files: .cvsignore boinc-client.spec sources trim Removed Files: boinc-client boinc.1 boinc_client.1 boinc_cmd.1 boincmgr.1 Log Message: - Update to 6.4.5 - Updated boinc-gccflags.patch and boinc-locales.patch - Not trimming doc/ subdirectory - Bash completion now provided by the source tarball, not packaged as separate sources anymore. - Supplied example /etc/sysconfig configuration file - Added BR: docbook2X for autogenerating manpages, not packaged as separate sources anymore. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 26 Aug 2008 20:27:10 -0000 1.3 +++ .cvsignore 1 Jan 2009 22:35:38 -0000 1.4 @@ -1 +1 @@ -boinc-6.2.15.tar.bz2 +boinc-6.4.5.tar.bz2 Index: boinc-client.spec =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- boinc-client.spec 13 Dec 2008 14:02:56 -0000 1.19 +++ boinc-client.spec 1 Jan 2009 22:35:38 -0000 1.20 @@ -1,10 +1,10 @@ -%define snap 20080818 -%define version_ 6_2_15 +%define snap 20081217 +%define version_ 6_4_5 Summary: The BOINC client core Name: boinc-client -Version: 6.2.15 -Release: 2.%{snap}svn%{?dist} +Version: 6.4.5 +Release: 1.%{snap}svn%{?dist} License: LGPLv2+ Group: Applications/Engineering URL: http://boinc.berkeley.edu/ @@ -21,13 +21,8 @@ Source1: boinc-client-init-d Source2: boinc-client-logrotate-d Source3: boinc-manager.desktop -Source4: boinc.1 -Source5: boinc_client.1 -Source6: boinc_cmd.1 -Source7: boincmgr.1 Source8: trim Source9: unicode -Source10: boinc-client #Remove -fomit-frame-pointer and -ffast-math gcc flags: #Reported in upstream bugtracker: http://boinc.berkeley.edu/trac/ticket/647 Patch1: boinc-gccflags.patch @@ -53,6 +48,7 @@ BuildRequires: mysql-devel BuildRequires: libXmu-devel BuildRequires: libjpeg-devel +BuildRequires: docbook2X %description The Berkeley Open Infrastructure for Network Computing (BOINC) is an open- @@ -111,10 +107,17 @@ %define boinc_platform ppc64-linux-gnu %endif +#quick fix to make build & install to work, filed in upstream's bugtracker under +#http://boinc.berkeley.edu/trac/ticket/811 +sed -i "s/boincmgr.16x16.png boincmgr.32x32.png boincmgr.48x48.png//" clientgui/res/Makefile.in +echo "install:" >> samples/example_app/Makefile + +%define confflags --disable-static --enable-unicode STRIP=: DOCBOOK2X_MAN=/usr/bin/db2x_docbook2man + %if %{defined boinc_platform} -%configure --disable-static --enable-unicode --with-boinc-platform=%{boinc_platform} STRIP=: +%configure %{confflags} --with-boinc-platform=%{boinc_platform} %else -%configure --disable-static --enable-unicode STRIP=: +%configure %{confflags} %endif @@ -148,11 +151,14 @@ pushd $RPM_BUILD_ROOT%{_bindir} ln -s boinc_client boinc mv boinc_gui boincmgr + mv boinc_cmd boinccmd popd rm $RPM_BUILD_ROOT%{_bindir}/ca-bundle.crt #because it's already included in curl +# own init script and logrotate configuration file +rm -f $RPM_BUILD_ROOT%{_sysconfdir}/init.d/%{name} install -p -m755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/%{name} install -p -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name} @@ -164,12 +170,6 @@ install -p -m644 sea/boincmgr.48x48.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/boincmgr.png -# man page -install -p -m644 %{SOURCE4} $RPM_BUILD_ROOT%{_mandir}/man1 -install -p -m644 %{SOURCE5} $RPM_BUILD_ROOT%{_mandir}/man1 -install -p -m644 %{SOURCE6} $RPM_BUILD_ROOT%{_mandir}/man1 -install -p -m644 %{SOURCE7} $RPM_BUILD_ROOT%{_mandir}/man1 - desktop-file-install %{?_remove_encoding} --vendor fedora \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ %{SOURCE3} @@ -183,8 +183,7 @@ %find_lang BOINC-Manager # bash-completion - -install -Dp -m644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/boinc-client +install -Dp -m644 client/scripts/boinc.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/boinc-client %clean rm -rf $RPM_BUILD_ROOT @@ -239,14 +238,13 @@ %doc checkin_notes_2002 %{_bindir}/boinc %{_bindir}/boinc_client -%{_bindir}/boinc_cmd +%{_bindir}/boinccmd %{_bindir}/crypt_prog %{_bindir}/switcher %{_initrddir}/%{name} +%{_sysconfdir}/sysconfig/%{name} +%{_mandir}/man1/boinccmd.1.gz %{_mandir}/man1/boinc.1.gz -%{_mandir}/man1/boinc_client.1.gz -%{_mandir}/man1/boinc_cmd.1.gz -%{_mandir}/man1/boincmgr.1.gz %defattr(-,boinc,boinc,-) %{_localstatedir}/lib/boinc/ @@ -257,6 +255,7 @@ %{_datadir}/icons/hicolor/16x16/apps/boincmgr.png %{_datadir}/icons/hicolor/32x32/apps/boincmgr.png %{_datadir}/icons/hicolor/48x48/apps/boincmgr.png +%{_mandir}/man1/boincmgr.1.gz %files devel %defattr(-,root,root,-) @@ -266,10 +265,20 @@ %{_libdir}/libsched.a %{_libdir}/libboinc_graphics2.a -%dir %{_includedir}/BOINC -%{_includedir}/BOINC/* +%dir %{_includedir}/boinc +%{_includedir}/boinc/* %changelog +* Wed Dec 17 2008 Milos Jakubicek - 6.4.5-1.20081217svn +- Update to 6.4.5 +- Updated boinc-gccflags.patch and boinc-locales.patch +- Not trimming doc/ subdirectory +- Bash completion now provided by the source tarball, + not packaged as separate sources anymore. +- Supplied example /etc/sysconfig configuration file +- Added BR: docbook2X for autogenerating manpages, not packaged as separate + sources anymore. + * Sat Dec 13 2008 Milos Jakubicek - 6.2.15-2.20080818svn - Fix usage of $BOINCDIR in the init script Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 26 Aug 2008 20:27:10 -0000 1.3 +++ sources 1 Jan 2009 22:35:38 -0000 1.4 @@ -1 +1 @@ -5da6b42595a0c9155c71dce49fec2dbe boinc-6.2.15.tar.bz2 +98433ea90755d0579dcc778da99b9fa0 boinc-6.4.5.tar.bz2 Index: trim =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/devel/trim,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- trim 25 Mar 2008 20:13:30 -0000 1.1 +++ trim 1 Jan 2009 22:35:38 -0000 1.2 @@ -9,7 +9,7 @@ echo "Trimming directories..." -DIRS="win_build doc html openssl client/os2 client/win clientgui/mac clientlib clienttray curl/include curl/mswin curl/patches lib/mac mac_build mac_installer zip/zip/macos zip/zip/win32 zip/unzip/macos zip/unzip/win32 zlib RSAEuro stripchart" +DIRS="win_build html openssl client/os2 client/win clientgui/mac clientlib clienttray curl/include curl/mswin curl/patches lib/mac mac_build mac_installer zip/zip/macos zip/zip/win32 zip/unzip/macos zip/unzip/win32 zlib RSAEuro stripchart coprocs/CUDA/mswin" for DIR in $DIRS; do /bin/rm -rf $1/$DIR; --- boinc-client DELETED --- --- boinc.1 DELETED --- --- boinc_client.1 DELETED --- --- boinc_cmd.1 DELETED --- --- boincmgr.1 DELETED --- From kkofler at fedoraproject.org Thu Jan 1 22:42:19 2009 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Thu, 1 Jan 2009 22:42:19 +0000 (UTC) Subject: rpms/strigi/devel strigi.spec,1.30,1.31 Message-ID: <20090101224219.D55617011B@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/strigi/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15221/devel Modified Files: strigi.spec Log Message: Fix typo in changelog. Index: strigi.spec =================================================================== RCS file: /cvs/pkgs/rpms/strigi/devel/strigi.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- strigi.spec 18 Dec 2008 18:36:38 -0000 1.30 +++ strigi.spec 1 Jan 2009 22:41:49 -0000 1.31 @@ -118,7 +118,7 @@ %changelog * Thu Dec 18 2008 Rex Dieter - 0.5.11.1-2 -- respin (eviv2) +- respin (exiv2) * Thu Nov 27 2008 Lorenzo Villani - 0.5.11.1-1 - drop _default_patch_fuzz From mjakubicek at fedoraproject.org Thu Jan 1 22:46:13 2009 From: mjakubicek at fedoraproject.org (=?utf-8?b?TWlsb8WhIEpha3Viw63EjWVr?=) Date: Thu, 1 Jan 2009 22:46:13 +0000 (UTC) Subject: rpms/ext3grep/F-10 .cvsignore, 1.6, 1.7 ext3grep.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <20090101224613.899F47011B@cvs1.fedora.phx.redhat.com> Author: mjakubicek Update of /cvs/pkgs/rpms/ext3grep/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15956 Modified Files: .cvsignore ext3grep.spec sources Log Message: - Upstream version 0.10.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ext3grep/F-10/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 26 Oct 2008 18:25:25 -0000 1.6 +++ .cvsignore 1 Jan 2009 22:45:43 -0000 1.7 @@ -1 +1 @@ -ext3grep-0.10.0.tar.gz +ext3grep-0.10.1.tar.gz Index: ext3grep.spec =================================================================== RCS file: /cvs/pkgs/rpms/ext3grep/F-10/ext3grep.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ext3grep.spec 26 Oct 2008 18:25:25 -0000 1.7 +++ ext3grep.spec 1 Jan 2009 22:45:43 -0000 1.8 @@ -1,5 +1,5 @@ Name: ext3grep -Version: 0.10.0 +Version: 0.10.1 Release: 1%{?dist} Summary: Recovery tool for ext3 filesystems @@ -37,6 +37,8 @@ %doc NEWS README LICENSE.GPL2 %changelog +* Thu Dec 18 2008 Lubomir Rintel - 0.10.1-1 +- Upstream version 0.10.1 * Sun Oct 26 2008 Milos Jakubicek - 0.10.0-1 - Upstream version 0.10.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ext3grep/F-10/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Oct 2008 18:25:25 -0000 1.6 +++ sources 1 Jan 2009 22:45:43 -0000 1.7 @@ -1 +1 @@ -261d4fd4428fe9641dac9b12dafdb340 ext3grep-0.10.0.tar.gz +8cf879f8fea6ba3432c2fdafd2ea89b8 ext3grep-0.10.1.tar.gz From kkofler at fedoraproject.org Thu Jan 1 22:46:31 2009 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Thu, 1 Jan 2009 22:46:31 +0000 (UTC) Subject: rpms/strigi/F-10 strigi-0.5.11-to-0.5.11.1.diff, NONE, 1.1 strigi-multilib-fix.patch, 1.3, 1.4 strigi.spec, 1.21, 1.22 Message-ID: <20090101224631.4ED5F7011B@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/strigi/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15994/F-10 Modified Files: strigi-multilib-fix.patch strigi.spec Added Files: strigi-0.5.11-to-0.5.11.1.diff Log Message: Sync from devel: * Thu Dec 18 2008 Rex Dieter - 0.5.11.1-2 - respin (exiv2) * Thu Nov 27 2008 Lorenzo Villani - 0.5.11.1-1 - drop _default_patch_fuzz - rebase strigi-multilib patch - No official 0.5.11.1 tarballs were released but we need 0.5.11.1, apply a diff between 0.5.11 and 0.5.11.1 svn tags strigi-0.5.11-to-0.5.11.1.diff: --- NEW FILE strigi-0.5.11-to-0.5.11.1.diff --- Index: src/streamanalyzer/CMakeLists.txt =================================================================== --- src/streamanalyzer/CMakeLists.txt (.../0.5.11) (revision 889853) +++ src/streamanalyzer/CMakeLists.txt (.../0.5.11.1) (revision 889853) @@ -98,6 +98,7 @@ indexreader.h indexmanager.h indexplugin.h + indexpluginloader.h indexwriter.h variant.h query.h strigi-multilib-fix.patch: Index: strigi-multilib-fix.patch =================================================================== RCS file: /cvs/pkgs/rpms/strigi/F-10/strigi-multilib-fix.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- strigi-multilib-fix.patch 17 Oct 2008 19:50:22 -0000 1.3 +++ strigi-multilib-fix.patch 1 Jan 2009 22:46:00 -0000 1.4 @@ -1,5 +1,6 @@ ---- src/streams/strigi/strigiconfig.h.cmake 2007-10-26 08:25:47.000000000 -0400 -+++ src/streams/strigi/strigiconfig.h.cmake.new 2007-10-30 09:10:38.000000000 -0400 +diff -Naur strigi-0.5.11/src/streams/strigi/strigiconfig.h.cmake strigi-0.5.11.multilib-fix/src/streams/strigi/strigiconfig.h.cmake +--- strigi-0.5.11/src/streams/strigi/strigiconfig.h.cmake 2008-07-20 16:54:29.000000000 +0200 ++++ strigi-0.5.11.multilib-fix/src/streams/strigi/strigiconfig.h.cmake 2008-11-27 22:45:05.000000000 +0100 @@ -44,104 +44,6 @@ # include #endif @@ -104,4 +105,4 @@ - #cmakedefine __STRIGI_HAVE_GCC_VISIBILITY - #cmakedefine ENABLE_NEWXESAM + /** Index: strigi.spec =================================================================== RCS file: /cvs/pkgs/rpms/strigi/F-10/strigi.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- strigi.spec 17 Oct 2008 19:17:51 -0000 1.21 +++ strigi.spec 1 Jan 2009 22:46:00 -0000 1.22 @@ -1,16 +1,15 @@ -%define _default_patch_fuzz 2 - Name: strigi -Version: 0.5.11 -Release: 1%{?dist} +Version: 0.5.11.1 +Release: 2%{?dist} Summary: A desktop search program for KDE Group: Applications/Productivity License: LGPLv2+ URL: http://www.vandenoever.info/software/strigi -Source0: http://www.vandenoever.info/software/strigi/strigi-%{version}.tar.bz2 +Source0: http://www.vandenoever.info/software/strigi/strigi-0.5.11.tar.bz2 Source1: strigiclient.desktop Source2: strigi-daemon.desktop Patch0: strigi-multilib-fix.patch +Patch1: strigi-0.5.11-to-0.5.11.1.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake >= 2.4.5 @@ -50,8 +49,9 @@ Strigi search engine libraries %prep -%setup -q -%patch0 -p0 -b .multilibs +%setup -q -n strigi-0.5.11 +%patch0 -p1 -b .multilibs +%patch1 -p0 -b .0.5.11-to-0.5.11.1 %build mkdir fedora @@ -117,6 +117,15 @@ %{_libdir}/strigi/ %changelog +* Thu Dec 18 2008 Rex Dieter - 0.5.11.1-2 +- respin (exiv2) + +* Thu Nov 27 2008 Lorenzo Villani - 0.5.11.1-1 +- drop _default_patch_fuzz +- rebase strigi-multilib patch +- No official 0.5.11.1 tarballs were released but we need 0.5.11.1, apply a + diff between 0.5.11 and 0.5.11.1 svn tags + * Sun Jul 20 2008 Kevin Kofler - 0.5.11-1 - Update to 0.5.11 - Drop compile-fix and lucenetest_fix patches (fixed upstream) @@ -146,7 +155,7 @@ * Tue Oct 30 2007 Deji Akingunola - 0.5.7-1 - Update to 0.5.7 release -- Fix multilibs conflict (Bug #343221, patch by Kevin Kofler) +- Fix multilibs conflict (Bug #343221, patch by Kevin Kofler) * Sun Sep 09 2007 Deji Akingunola - 0.5.5-2 - Rebuild for BuildID changes From kkofler at fedoraproject.org Thu Jan 1 22:46:31 2009 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Thu, 1 Jan 2009 22:46:31 +0000 (UTC) Subject: rpms/strigi/F-8 strigi-0.5.11-to-0.5.11.1.diff, NONE, 1.1 strigi-multilib-fix.patch, 1.1, 1.2 strigi.spec, 1.18, 1.19 Message-ID: <20090101224631.DE6D07011B@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/strigi/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15994/F-8 Modified Files: strigi-multilib-fix.patch strigi.spec Added Files: strigi-0.5.11-to-0.5.11.1.diff Log Message: Sync from devel: * Thu Dec 18 2008 Rex Dieter - 0.5.11.1-2 - respin (exiv2) * Thu Nov 27 2008 Lorenzo Villani - 0.5.11.1-1 - drop _default_patch_fuzz - rebase strigi-multilib patch - No official 0.5.11.1 tarballs were released but we need 0.5.11.1, apply a diff between 0.5.11 and 0.5.11.1 svn tags strigi-0.5.11-to-0.5.11.1.diff: --- NEW FILE strigi-0.5.11-to-0.5.11.1.diff --- Index: src/streamanalyzer/CMakeLists.txt =================================================================== --- src/streamanalyzer/CMakeLists.txt (.../0.5.11) (revision 889853) +++ src/streamanalyzer/CMakeLists.txt (.../0.5.11.1) (revision 889853) @@ -98,6 +98,7 @@ indexreader.h indexmanager.h indexplugin.h + indexpluginloader.h indexwriter.h variant.h query.h strigi-multilib-fix.patch: Index: strigi-multilib-fix.patch =================================================================== RCS file: /cvs/pkgs/rpms/strigi/F-8/strigi-multilib-fix.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- strigi-multilib-fix.patch 31 Oct 2007 13:22:24 -0000 1.1 +++ strigi-multilib-fix.patch 1 Jan 2009 22:46:01 -0000 1.2 @@ -1,5 +1,6 @@ ---- src/streams/strigi/strigiconfig.h.cmake 2007-10-26 08:25:47.000000000 -0400 -+++ src/streams/strigi/strigiconfig.h.cmake.new 2007-10-30 09:10:38.000000000 -0400 +diff -Naur strigi-0.5.11/src/streams/strigi/strigiconfig.h.cmake strigi-0.5.11.multilib-fix/src/streams/strigi/strigiconfig.h.cmake +--- strigi-0.5.11/src/streams/strigi/strigiconfig.h.cmake 2008-07-20 16:54:29.000000000 +0200 ++++ strigi-0.5.11.multilib-fix/src/streams/strigi/strigiconfig.h.cmake 2008-11-27 22:45:05.000000000 +0100 @@ -44,104 +44,6 @@ # include #endif @@ -104,4 +105,4 @@ - #cmakedefine __STRIGI_HAVE_GCC_VISIBILITY - #cmakedefine ENABLE_NEWXESAM + /** Index: strigi.spec =================================================================== RCS file: /cvs/pkgs/rpms/strigi/F-8/strigi.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- strigi.spec 20 Jul 2008 18:16:31 -0000 1.18 +++ strigi.spec 1 Jan 2009 22:46:01 -0000 1.19 @@ -1,16 +1,15 @@ -%define _default_patch_fuzz 2 - Name: strigi -Version: 0.5.11 -Release: 1%{?dist} +Version: 0.5.11.1 +Release: 2%{?dist} Summary: A desktop search program for KDE Group: Applications/Productivity License: LGPLv2+ URL: http://www.vandenoever.info/software/strigi -Source0: http://www.vandenoever.info/software/strigi/strigi-%{version}.tar.bz2 +Source0: http://www.vandenoever.info/software/strigi/strigi-0.5.11.tar.bz2 Source1: strigiclient.desktop Source2: strigi-daemon.desktop Patch0: strigi-multilib-fix.patch +Patch1: strigi-0.5.11-to-0.5.11.1.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake >= 2.4.5 @@ -50,8 +49,9 @@ Strigi search engine libraries %prep -%setup -q -%patch0 -p0 -b .multilibs +%setup -q -n strigi-0.5.11 +%patch0 -p1 -b .multilibs +%patch1 -p0 -b .0.5.11-to-0.5.11.1 %build mkdir fedora @@ -117,6 +117,15 @@ %{_libdir}/strigi/ %changelog +* Thu Dec 18 2008 Rex Dieter - 0.5.11.1-2 +- respin (exiv2) + +* Thu Nov 27 2008 Lorenzo Villani - 0.5.11.1-1 +- drop _default_patch_fuzz +- rebase strigi-multilib patch +- No official 0.5.11.1 tarballs were released but we need 0.5.11.1, apply a + diff between 0.5.11 and 0.5.11.1 svn tags + * Sun Jul 20 2008 Kevin Kofler - 0.5.11-1 - Update to 0.5.11 - Drop compile-fix and lucenetest_fix patches (fixed upstream) @@ -146,7 +155,7 @@ * Tue Oct 30 2007 Deji Akingunola - 0.5.7-1 - Update to 0.5.7 release -- Fix multilibs conflict (Bug #343221, patch by Kevin Kofler) +- Fix multilibs conflict (Bug #343221, patch by Kevin Kofler) * Sun Sep 09 2007 Deji Akingunola - 0.5.5-2 - Rebuild for BuildID changes From turki at fedoraproject.org Thu Jan 1 22:46:41 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Thu, 1 Jan 2009 22:46:41 +0000 (UTC) Subject: rpms/msmtp/F-9 .cvsignore, 1.6, 1.7 msmtp.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <20090101224641.4CF4F7011B@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/msmtp/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16129 Modified Files: .cvsignore msmtp.spec sources Log Message: Update to 1.4.17 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/msmtp/F-9/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 29 Jul 2008 09:43:42 -0000 1.6 +++ .cvsignore 1 Jan 2009 22:46:10 -0000 1.7 @@ -1 +1 @@ -msmtp-1.4.16.tar.bz2 +msmtp-1.4.17.tar.bz2 Index: msmtp.spec =================================================================== RCS file: /cvs/pkgs/rpms/msmtp/F-9/msmtp.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- msmtp.spec 29 Jul 2008 09:43:42 -0000 1.8 +++ msmtp.spec 1 Jan 2009 22:46:10 -0000 1.9 @@ -1,5 +1,5 @@ Name: msmtp -Version: 1.4.16 +Version: 1.4.17 Release: 1%{?dist} Summary: SMTP client Group: System Environment/Base @@ -12,6 +12,7 @@ BuildRequires: libidn-devel BuildRequires: gettext BuildRequires: libgsasl-devel +BuildRequires: gnome-keyring-devel Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -34,7 +35,7 @@ %setup -q %build -%configure --disable-rpath +%configure --disable-rpath --with-gnome-keyring make %{?_smp_mflags} @@ -60,17 +61,23 @@ %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README THANKS -%doc doc/msmtp.html doc/msmtprc-system.example doc/msmtprc-user.example doc/Mutt+msmtp.txt +%doc doc/msmtp.html doc/msmtp.pdf doc/msmtprc-system.example doc/msmtprc-user.example doc/Mutt+msmtp.txt %{_bindir}/msmtp %{_infodir}/msmtp.info* %{_mandir}/man1/msmtp.1* %changelog +* Thu Jan 1 2009 Nikolay Vladimirov - 1.4.17-1 +- Msmtp now also reads SYSCONFDIR/netrc if the password wasn't found in ~/.netrc. +- Support for the GNOME keyring was added by Satoru SATOH. +- Added BuildRequires for gnome-keyring-devel due to the new feature. +- Added PDF version of the manual. + * Tue Jul 29 2008 Nikolay Vladimirov - 1.4.16-1 -- new upstream 1.4.16 +- new upstream release - 1.4.16 -* Fri Jun 27 2008 Nikolay Vladimirov - 1.4.15-1 +* Fri Jun 27 2008 Nikolay Vladimriov - 1.4.15-1 - new upstream release * Sat Apr 19 2008 Nikolay Vladimirov - 1.4.14-1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/msmtp/F-9/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 29 Jul 2008 09:43:42 -0000 1.6 +++ sources 1 Jan 2009 22:46:10 -0000 1.7 @@ -1 +1 @@ -77a333601e9de03f695539498e678cc2 msmtp-1.4.16.tar.bz2 +b0b74f1144812b60688f590c62a0d3dd msmtp-1.4.17.tar.bz2 From kkofler at fedoraproject.org Thu Jan 1 22:46:32 2009 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Thu, 1 Jan 2009 22:46:32 +0000 (UTC) Subject: rpms/strigi/F-9 strigi-0.5.11-to-0.5.11.1.diff, NONE, 1.1 strigi-multilib-fix.patch, 1.1, 1.2 strigi.spec, 1.17, 1.18 Message-ID: <20090101224632.792C47011B@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/strigi/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15994/F-9 Modified Files: strigi-multilib-fix.patch strigi.spec Added Files: strigi-0.5.11-to-0.5.11.1.diff Log Message: Sync from devel: * Thu Dec 18 2008 Rex Dieter - 0.5.11.1-2 - respin (exiv2) * Thu Nov 27 2008 Lorenzo Villani - 0.5.11.1-1 - drop _default_patch_fuzz - rebase strigi-multilib patch - No official 0.5.11.1 tarballs were released but we need 0.5.11.1, apply a diff between 0.5.11 and 0.5.11.1 svn tags strigi-0.5.11-to-0.5.11.1.diff: --- NEW FILE strigi-0.5.11-to-0.5.11.1.diff --- Index: src/streamanalyzer/CMakeLists.txt =================================================================== --- src/streamanalyzer/CMakeLists.txt (.../0.5.11) (revision 889853) +++ src/streamanalyzer/CMakeLists.txt (.../0.5.11.1) (revision 889853) @@ -98,6 +98,7 @@ indexreader.h indexmanager.h indexplugin.h + indexpluginloader.h indexwriter.h variant.h query.h strigi-multilib-fix.patch: Index: strigi-multilib-fix.patch =================================================================== RCS file: /cvs/pkgs/rpms/strigi/F-9/strigi-multilib-fix.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- strigi-multilib-fix.patch 30 Oct 2007 17:24:34 -0000 1.1 +++ strigi-multilib-fix.patch 1 Jan 2009 22:46:02 -0000 1.2 @@ -1,5 +1,6 @@ ---- src/streams/strigi/strigiconfig.h.cmake 2007-10-26 08:25:47.000000000 -0400 -+++ src/streams/strigi/strigiconfig.h.cmake.new 2007-10-30 09:10:38.000000000 -0400 +diff -Naur strigi-0.5.11/src/streams/strigi/strigiconfig.h.cmake strigi-0.5.11.multilib-fix/src/streams/strigi/strigiconfig.h.cmake +--- strigi-0.5.11/src/streams/strigi/strigiconfig.h.cmake 2008-07-20 16:54:29.000000000 +0200 ++++ strigi-0.5.11.multilib-fix/src/streams/strigi/strigiconfig.h.cmake 2008-11-27 22:45:05.000000000 +0100 @@ -44,104 +44,6 @@ # include #endif @@ -104,4 +105,4 @@ - #cmakedefine __STRIGI_HAVE_GCC_VISIBILITY - #cmakedefine ENABLE_NEWXESAM + /** Index: strigi.spec =================================================================== RCS file: /cvs/pkgs/rpms/strigi/F-9/strigi.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- strigi.spec 20 Jul 2008 18:15:03 -0000 1.17 +++ strigi.spec 1 Jan 2009 22:46:02 -0000 1.18 @@ -1,16 +1,15 @@ -%define _default_patch_fuzz 2 - Name: strigi -Version: 0.5.11 -Release: 1%{?dist} +Version: 0.5.11.1 +Release: 2%{?dist} Summary: A desktop search program for KDE Group: Applications/Productivity License: LGPLv2+ URL: http://www.vandenoever.info/software/strigi -Source0: http://www.vandenoever.info/software/strigi/strigi-%{version}.tar.bz2 +Source0: http://www.vandenoever.info/software/strigi/strigi-0.5.11.tar.bz2 Source1: strigiclient.desktop Source2: strigi-daemon.desktop Patch0: strigi-multilib-fix.patch +Patch1: strigi-0.5.11-to-0.5.11.1.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake >= 2.4.5 @@ -50,8 +49,9 @@ Strigi search engine libraries %prep -%setup -q -%patch0 -p0 -b .multilibs +%setup -q -n strigi-0.5.11 +%patch0 -p1 -b .multilibs +%patch1 -p0 -b .0.5.11-to-0.5.11.1 %build mkdir fedora @@ -117,6 +117,15 @@ %{_libdir}/strigi/ %changelog +* Thu Dec 18 2008 Rex Dieter - 0.5.11.1-2 +- respin (exiv2) + +* Thu Nov 27 2008 Lorenzo Villani - 0.5.11.1-1 +- drop _default_patch_fuzz +- rebase strigi-multilib patch +- No official 0.5.11.1 tarballs were released but we need 0.5.11.1, apply a + diff between 0.5.11 and 0.5.11.1 svn tags + * Sun Jul 20 2008 Kevin Kofler - 0.5.11-1 - Update to 0.5.11 - Drop compile-fix and lucenetest_fix patches (fixed upstream) @@ -146,7 +155,7 @@ * Tue Oct 30 2007 Deji Akingunola - 0.5.7-1 - Update to 0.5.7 release -- Fix multilibs conflict (Bug #343221, patch by Kevin Kofler) +- Fix multilibs conflict (Bug #343221, patch by Kevin Kofler) * Sun Sep 09 2007 Deji Akingunola - 0.5.5-2 - Rebuild for BuildID changes From mjakubicek at fedoraproject.org Thu Jan 1 22:47:13 2009 From: mjakubicek at fedoraproject.org (=?utf-8?b?TWlsb8WhIEpha3Viw63EjWVr?=) Date: Thu, 1 Jan 2009 22:47:13 +0000 (UTC) Subject: rpms/ext3grep/F-9 .cvsignore, 1.6, 1.7 ext3grep.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <20090101224713.8AA687011B@cvs1.fedora.phx.redhat.com> Author: mjakubicek Update of /cvs/pkgs/rpms/ext3grep/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16299 Modified Files: .cvsignore ext3grep.spec sources Log Message: - Upstream version 0.10.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ext3grep/F-9/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 26 Oct 2008 18:31:23 -0000 1.6 +++ .cvsignore 1 Jan 2009 22:46:43 -0000 1.7 @@ -1 +1 @@ -ext3grep-0.10.0.tar.gz +ext3grep-0.10.1.tar.gz Index: ext3grep.spec =================================================================== RCS file: /cvs/pkgs/rpms/ext3grep/F-9/ext3grep.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ext3grep.spec 26 Oct 2008 18:31:23 -0000 1.6 +++ ext3grep.spec 1 Jan 2009 22:46:43 -0000 1.7 @@ -1,5 +1,5 @@ Name: ext3grep -Version: 0.10.0 +Version: 0.10.1 Release: 1%{?dist} Summary: Recovery tool for ext3 filesystems @@ -37,6 +37,8 @@ %doc NEWS README LICENSE.GPL2 %changelog +* Thu Dec 18 2008 Lubomir Rintel - 0.10.1-1 +- Upstream version 0.10.1 * Sun Oct 26 2008 Milos Jakubicek - 0.10.0-1 - Upstream version 0.10.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ext3grep/F-9/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Oct 2008 18:31:23 -0000 1.6 +++ sources 1 Jan 2009 22:46:43 -0000 1.7 @@ -1 +1 @@ -261d4fd4428fe9641dac9b12dafdb340 ext3grep-0.10.0.tar.gz +8cf879f8fea6ba3432c2fdafd2ea89b8 ext3grep-0.10.1.tar.gz From turki at fedoraproject.org Thu Jan 1 22:53:11 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Thu, 1 Jan 2009 22:53:11 +0000 (UTC) Subject: rpms/emerald/F-10 .cvsignore, 1.11, 1.12 emerald.spec, 1.18, 1.19 sources, 1.11, 1.12 Message-ID: <20090101225311.228777011B@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/emerald/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18000 Modified Files: .cvsignore emerald.spec sources Log Message: Update to 0.7.8 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/emerald/F-10/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 11 Jul 2008 19:25:58 -0000 1.11 +++ .cvsignore 1 Jan 2009 22:52:40 -0000 1.12 @@ -1 +1 @@ -emerald-0.7.6.tar.bz2 +emerald-0.7.8.tar.bz2 Index: emerald.spec =================================================================== RCS file: /cvs/pkgs/rpms/emerald/F-10/emerald.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- emerald.spec 15 Jul 2008 13:48:54 -0000 1.18 +++ emerald.spec 1 Jan 2009 22:52:40 -0000 1.19 @@ -2,13 +2,12 @@ Url: http://www.compiz-fusion.org/ License: GPLv2 Group: User Interface/Desktops -Version: 0.7.6 -Release: 2%{?dist} +Version: 0.7.8 +Release: 1%{?dist} Summary: Themeable window decorator and compositing manager for Compiz Fusion BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://releases.compiz-fusion.org/%{version}/%{name}-%{version}.tar.bz2 -Patch0: emerald-theme-manager-desktop.patch # compiz-devel is not available on these arches ExcludeArch: s390 s390x @@ -39,9 +38,6 @@ %prep %setup -q -#fix menu entries -#https://bugzilla.redhat.com/show_bug.cgi?id=286141 -%patch0 -p1 -b .fixed %build %configure --enable-librsvg --disable-mime-update @@ -100,7 +96,12 @@ %{_libdir}/libemeraldengine.so %changelog -* Tue Jul 15 2008 Nikolay Vladimirof - 0.7.6-2 +* Thu Jan 1 2009 Nikolay Vladimirov - 0.7.8-1 +- Minor bugfixes +- L10N updates +- Droping .desktop file patch ( now upsteam ) + +* Tue Jul 15 2008 Nikolay Vladimirov - 0.7.6-2 - rebuild for ppc64 * Fri Jul 11 2008 Nikolay Vladimirov - 0.7.6-1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/emerald/F-10/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 11 Jul 2008 19:25:58 -0000 1.11 +++ sources 1 Jan 2009 22:52:40 -0000 1.12 @@ -1 +1 @@ -340f4dafde5d6c55bd05c0033aa7d6fe emerald-0.7.6.tar.bz2 +c7d90c1ca0c91503d474c7e1422edcd5 emerald-0.7.8.tar.bz2 From mclasen at fedoraproject.org Thu Jan 1 22:58:42 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Thu, 1 Jan 2009 22:58:42 +0000 (UTC) Subject: rpms/gnome-terminal/F-10 gnome-terminal.spec, 1.110, 1.111 tab-switching.patch, 1.2, 1.3 Message-ID: <20090101225842.4764E70130@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gnome-terminal/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19923 Modified Files: gnome-terminal.spec tab-switching.patch Log Message: Restore tab switching configurability Index: gnome-terminal.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnome-terminal/F-10/gnome-terminal.spec,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- gnome-terminal.spec 25 Nov 2008 06:47:18 -0000 1.110 +++ gnome-terminal.spec 1 Jan 2009 22:58:11 -0000 1.111 @@ -11,12 +11,12 @@ Summary: Terminal emulator for GNOME Name: gnome-terminal Version: 2.24.2 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.gnome.org/ Source0: http://download.gnome.org/sources/gnome-terminal/2.24/gnome-terminal-%{version}.tar.bz2 # Fix gnome.org Bug 338913 ??? Terminal resized when switching tabs Patch2: gnome-terminal-2.15.0-338913-revert-336325.patch -# From upstream trunk +# http://bugzilla.gnome.org/show_bug.cgi?id=562834 Patch3: tab-switching.patch License: GPLv2+ and GFDL Group: User Interface/Desktops @@ -55,7 +55,7 @@ %prep %setup -q %patch2 -p1 -b .338913-revert-336325 -%patch3 -p1 -b .tab-switching +%patch3 -p0 -b .tab-switching %build @@ -135,6 +135,9 @@ %{_libdir}/bonobo/servers/gnome-terminal.server %changelog +* Thu Jan 1 2009 Matthias Clasen - 2.24.2-3 +- Restore tab switching configurability + * Tue Nov 25 2008 Matthias Clasen - 2.24.2-2 - Update to 2.24.2 tab-switching.patch: Index: tab-switching.patch =================================================================== RCS file: /cvs/pkgs/rpms/gnome-terminal/F-10/tab-switching.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tab-switching.patch 25 Nov 2008 06:47:18 -0000 1.2 +++ tab-switching.patch 1 Jan 2009 22:58:11 -0000 1.3 @@ -1,11 +1,184 @@ -diff -up gnome-terminal-2.24.2/src/gnome-terminal.schemas.in.tab-switching gnome-terminal-2.24.2/src/gnome-terminal.schemas.in ---- gnome-terminal-2.24.2/src/gnome-terminal.schemas.in.tab-switching 2008-11-24 12:00:03.000000000 -0500 -+++ gnome-terminal-2.24.2/src/gnome-terminal.schemas.in 2008-11-25 01:23:43.000000000 -0500 -@@ -982,6 +982,211 @@ - - +Index: src/terminal-accels.c +=================================================================== +--- src/terminal-accels.c (revision 3169) ++++ src/terminal-accels.c (revision 3171) +@@ -20,11 +20,14 @@ + + #include + ++#include ++ + #include "terminal-accels.h" + #include "terminal-app.h" + #include "terminal-intl.h" + #include "terminal-profile.h" + #include "terminal-util.h" ++#include "terminal-accels.h" + + #ifdef DEBUG_ACCELS + #define D(x) x +@@ -71,6 +74,7 @@ + #define ACCEL_PATH_MOVE_TAB_LEFT ACCEL_PATH_ROOT "TabsMoveLeft" + #define ACCEL_PATH_MOVE_TAB_RIGHT ACCEL_PATH_ROOT "TabsMoveRight" + #define ACCEL_PATH_DETACH_TAB ACCEL_PATH_ROOT "TabsDetach" ++#define ACCEL_PATH_SWITCH_TAB_PREFIX ACCEL_PATH_ROOT "TabsSwitch" + + #define KEY_CLOSE_TAB CONF_KEYS_PREFIX "/close_tab" + #define KEY_CLOSE_WINDOW CONF_KEYS_PREFIX "/close_window" +@@ -93,6 +97,7 @@ + #define KEY_ZOOM_IN CONF_KEYS_PREFIX "/zoom_in" + #define KEY_ZOOM_NORMAL CONF_KEYS_PREFIX "/zoom_normal" + #define KEY_ZOOM_OUT CONF_KEYS_PREFIX "/zoom_out" ++#define KEY_SWITCH_TAB_PREFIX CONF_KEYS_PREFIX "/switch_to_tab_" + + typedef struct + { +@@ -173,6 +178,42 @@ + KEY_MOVE_TAB_RIGHT, ACCEL_PATH_MOVE_TAB_RIGHT, 0, 0, NULL, FALSE, TRUE }, + { N_("Detach Tab"), + KEY_DETACH_TAB, ACCEL_PATH_DETACH_TAB, 0, 0, NULL, FALSE, TRUE }, ++ { N_("Switch to Tab 1"), ++ KEY_SWITCH_TAB_PREFIX "1", ++ ACCEL_PATH_SWITCH_TAB_PREFIX "1", GDK_1, GDK_MOD1_MASK, NULL, FALSE, TRUE }, ++ { N_("Switch to Tab 2"), ++ KEY_SWITCH_TAB_PREFIX "2", ++ ACCEL_PATH_SWITCH_TAB_PREFIX "2", GDK_2, GDK_MOD1_MASK, NULL, FALSE, TRUE }, ++ { N_("Switch to Tab 3"), ++ KEY_SWITCH_TAB_PREFIX "3", ++ ACCEL_PATH_SWITCH_TAB_PREFIX "3", GDK_3, GDK_MOD1_MASK, NULL, FALSE, TRUE }, ++ { N_("Switch to Tab 4"), ++ KEY_SWITCH_TAB_PREFIX "4", ++ ACCEL_PATH_SWITCH_TAB_PREFIX "4", GDK_4, GDK_MOD1_MASK, NULL, FALSE, TRUE }, ++ { N_("Switch to Tab 5"), ++ KEY_SWITCH_TAB_PREFIX "5", ++ ACCEL_PATH_SWITCH_TAB_PREFIX "5", GDK_5, GDK_MOD1_MASK, NULL, FALSE, TRUE }, ++ { N_("Switch to Tab 6"), ++ KEY_SWITCH_TAB_PREFIX "6", ++ ACCEL_PATH_SWITCH_TAB_PREFIX "6", GDK_6, GDK_MOD1_MASK, NULL, FALSE, TRUE }, ++ { N_("Switch to Tab 7"), ++ KEY_SWITCH_TAB_PREFIX "7", ++ ACCEL_PATH_SWITCH_TAB_PREFIX "7", GDK_7, GDK_MOD1_MASK, NULL, FALSE, TRUE }, ++ { N_("Switch to Tab 8"), ++ KEY_SWITCH_TAB_PREFIX "8", ++ ACCEL_PATH_SWITCH_TAB_PREFIX "8", GDK_8, GDK_MOD1_MASK, NULL, FALSE, TRUE }, ++ { N_("Switch to Tab 9"), ++ KEY_SWITCH_TAB_PREFIX "9", ++ ACCEL_PATH_SWITCH_TAB_PREFIX "9", GDK_9, GDK_MOD1_MASK, NULL, FALSE, TRUE }, ++ { N_("Switch to Tab 10"), ++ KEY_SWITCH_TAB_PREFIX "10", ++ ACCEL_PATH_SWITCH_TAB_PREFIX "10", 0, 0, NULL, FALSE, TRUE }, ++ { N_("Switch to Tab 11"), ++ KEY_SWITCH_TAB_PREFIX "11", ++ ACCEL_PATH_SWITCH_TAB_PREFIX "11", 0, 0, NULL, FALSE, TRUE }, ++ { N_("Switch to Tab 12"), ++ KEY_SWITCH_TAB_PREFIX "12", ++ ACCEL_PATH_SWITCH_TAB_PREFIX "12", 0, 0, NULL, FALSE, TRUE } + }; + + static KeyEntry help_entries[] = { +@@ -186,7 +227,7 @@ + { view_entries, G_N_ELEMENTS (view_entries), N_("View") }, + { terminal_entries, G_N_ELEMENTS (terminal_entries), N_("Terminal") }, + { tabs_entries, G_N_ELEMENTS (tabs_entries), N_("Tabs") }, +- { help_entries, G_N_ELEMENTS (help_entries), N_("Help") } ++ { help_entries, G_N_ELEMENTS (help_entries), N_("Help") }, + }; + + enum +Index: src/terminal-tabs-menu.c +=================================================================== +--- src/terminal-tabs-menu.c (revision 3169) ++++ src/terminal-tabs-menu.c (revision 3171) +@@ -30,14 +30,16 @@ + #include "terminal-screen-container.h" + #include "terminal-intl.h" + ++#define TERMINAL_ACCELS_N_TABS_SWITCH (12) ++ + #define LABEL_WIDTH_CHARS 32 + #define ACTION_VERB_FORMAT_PREFIX "JmpTab" +-#define ACTION_VERB_FORMAT_PREFIX_LEN (6) /* strlen (ACTION_VERB_FORMAT_PREFIX) */ ++#define ACTION_VERB_FORMAT_PREFIX_LEN strlen (ACTION_VERB_FORMAT_PREFIX) + #define ACTION_VERB_FORMAT ACTION_VERB_FORMAT_PREFIX "%x" + #define ACTION_VERB_FORMAT_LENGTH strlen (ACTION_VERB_FORMAT) + 14 + 1 + #define ACTION_VERB_FORMAT_BASE (16) /* %x is hex */ +-#define ACCEL_PATH_FORMAT "/TabsActions/%s" +-#define ACCEL_PATH_FORMAT_LENGTH strlen (ACCEL_PATH_FORMAT) -2 + ACTION_VERB_FORMAT_LENGTH ++#define ACCEL_PATH_FORMAT "/Main/TabsSwitch%u" ++#define ACCEL_PATH_FORMAT_LENGTH strlen (ACCEL_PATH_FORMAT) + 14 + 1 + #define DATA_KEY "TerminalTabsMenu::Action" + + #define UI_PATH "/menubar/Tabs" +@@ -379,7 +381,7 @@ + g_type_class_add_private (object_class, sizeof (TerminalTabsMenuPrivate)); + + /* We don't want to save accels, so skip them */ +- gtk_accel_map_add_filter ("/TabsActions/JmpTab*"); ++ gtk_accel_map_add_filter ("/Main/TabsSwitch*"); + } + + static void +@@ -416,40 +418,19 @@ + guint tab_number, + gboolean is_single_tab) + { +- const char *verb; +- char accel_path[ACCEL_PATH_FORMAT_LENGTH]; +- char accel[7]; +- gint accel_number; +- guint accel_key; +- GdkModifierType accel_mods; ++ if (!is_single_tab && ++ tab_number < TERMINAL_ACCELS_N_TABS_SWITCH) ++ { ++ char accel_path[ACCEL_PATH_FORMAT_LENGTH]; + +- verb = gtk_action_get_name (action); +- +- /* set the accel path for the menu item */ +- g_snprintf (accel_path, sizeof (accel_path), +- ACCEL_PATH_FORMAT, verb); +- gtk_action_set_accel_path (action, accel_path); +- +- /* Only the first ten tabs get accelerators starting from 1 through 0 */ +- if (tab_number < 10 && !is_single_tab) +- { +- accel_key = 0; +- accel_number = (tab_number + 1) % 10; +- +- g_snprintf (accel, sizeof (accel), "%d", accel_number); +- +- gtk_accelerator_parse (accel, &accel_key, &accel_mods); +- +- if (accel_key != 0) +- { +- gtk_accel_map_change_entry (accel_path, accel_key, +- accel_mods, TRUE); +- } +- } +- else +- { +- gtk_accel_map_change_entry (accel_path, 0, 0, TRUE); +- } ++ g_snprintf (accel_path, sizeof (accel_path), ACCEL_PATH_FORMAT, tab_number + 1); ++ gtk_action_set_accel_path (action, accel_path); ++ } ++ else ++ { ++ gtk_action_set_accel_path (action, NULL); ++ return; ++ } + } + + static void +Index: src/gnome-terminal.schemas.in +=================================================================== +--- src/gnome-terminal.schemas.in (revision 3169) ++++ src/gnome-terminal.schemas.in (revision 3171) +@@ -916,6 +916,210 @@ -+ + + + /schemas/apps/gnome-terminal/keybindings/switch_to_tab_1 + /apps/gnome-terminal/keybindings/switch_to_tab_1 + gnome-terminal @@ -209,7 +382,7 @@ + + + - - - -+ ++ + /schemas/apps/gnome-terminal/keybindings/help + /apps/gnome-terminal/keybindings/help + gnome-terminal From wart at fedoraproject.org Thu Jan 1 23:07:46 2009 From: wart at fedoraproject.org (Michael Thomas) Date: Thu, 1 Jan 2009 23:07:46 +0000 (UTC) Subject: rpms/neverball/devel neverball.spec,1.17,1.18 Message-ID: <20090101230746.62B297011B@cvs1.fedora.phx.redhat.com> Author: wart Update of /cvs/extras/rpms/neverball/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23091 Modified Files: neverball.spec Log Message: Fix font package name for F11 Index: neverball.spec =================================================================== RCS file: /cvs/extras/rpms/neverball/devel/neverball.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- neverball.spec 24 Dec 2008 06:05:50 -0000 1.17 +++ neverball.spec 1 Jan 2009 23:07:14 -0000 1.18 @@ -1,6 +1,6 @@ Name: neverball Version: 1.4.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Roll a ball through an obstacle course @@ -15,7 +15,7 @@ BuildRequires: SDL_image-devel, SDL_ttf-devel, SDL_mixer-devel BuildRequires: freetype-devel, desktop-file-utils, zlib-devel BuildRequires: libGL-devel -Requires: opengl-games-utils bitstream-vera-fonts +Requires: opengl-games-utils bitstream-vera-fonts-sans %description Tilt the floor to roll a ball through an obstacle course within the @@ -70,6 +70,9 @@ %{_datadir}/applications/* %changelog +* Thu Jan 1 2009 Wart - 1.4.0-13 +- Fix font package name for F11 + * Tue Dec 23 2008 Wart - 1.4.0-12 - Replace bundled font with a symlink to an identical system font (BZ #477432) From turki at fedoraproject.org Thu Jan 1 23:10:00 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Thu, 1 Jan 2009 23:10:00 +0000 (UTC) Subject: rpms/PyOpenGL/devel .cvsignore, 1.6, 1.7 PyOpenGL.spec, 1.9, 1.10 sources, 1.6, 1.7 Message-ID: <20090101231000.1DB9E7011B@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/PyOpenGL/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23785 Modified Files: .cvsignore PyOpenGL.spec sources Log Message: Update to 3.0.0b8 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/PyOpenGL/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Sep 2008 09:00:09 -0000 1.6 +++ .cvsignore 1 Jan 2009 23:09:29 -0000 1.7 @@ -1 +1 @@ -PyOpenGL-3.0.0b6.tar.gz +PyOpenGL-3.0.0b8.tar.gz Index: PyOpenGL.spec =================================================================== RCS file: /cvs/pkgs/rpms/PyOpenGL/devel/PyOpenGL.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- PyOpenGL.spec 30 Nov 2008 01:38:49 -0000 1.9 +++ PyOpenGL.spec 1 Jan 2009 23:09:29 -0000 1.10 @@ -1,9 +1,9 @@ -%define prever b6 +%define prever b8 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: PyOpenGL Version: 3.0.0 -Release: 0.10.%{prever}%{?dist} +Release: 0.11.%{prever}%{?dist} Summary: Python bindings for OpenGL License: BSD Group: System Environment/Libraries @@ -86,6 +86,10 @@ %changelog +* Fri Jan 2 2009 Nikolay Vladimirov - 3.0.0-0.11.b8 +- New upstream 3.0.0b8 (b7 was skipped by upstream) +- performance, bug-fix and packaging release. + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 3.0.0-0.10.b6 - Fix locations for Python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/PyOpenGL/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Sep 2008 09:00:09 -0000 1.6 +++ sources 1 Jan 2009 23:09:29 -0000 1.7 @@ -1 +1 @@ -6a70dd315767064ec78b84a92d2420a8 PyOpenGL-3.0.0b6.tar.gz +1d9afbf0a403d916997937ef0dde2520 PyOpenGL-3.0.0b8.tar.gz From turki at fedoraproject.org Thu Jan 1 23:34:51 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Thu, 1 Jan 2009 23:34:51 +0000 (UTC) Subject: rpms/PyOpenGL/devel PyOpenGL.spec,1.10,1.11 Message-ID: <20090101233451.DCD717011B@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/PyOpenGL/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30704 Modified Files: PyOpenGL.spec Log Message: Packagin fixes Index: PyOpenGL.spec =================================================================== RCS file: /cvs/pkgs/rpms/PyOpenGL/devel/PyOpenGL.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- PyOpenGL.spec 1 Jan 2009 23:09:29 -0000 1.10 +++ PyOpenGL.spec 1 Jan 2009 23:34:20 -0000 1.11 @@ -52,13 +52,13 @@ %build -python setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -python setup.py install -O1 --skip-build --root="$RPM_BUILD_ROOT" \ - --prefix="%{_prefix}" --single-version-externally-managed +%{__python} setup.py install -O1 --skip-build --root="$RPM_BUILD_ROOT" \ + --prefix="%{_prefix}" chmod -x $RPM_BUILD_ROOT%{python_sitelib}/%{name}-%{version}%{prever}-py?.?.egg-info/* # don't package the tests files rm -r $RPM_BUILD_ROOT%{python_sitelib}/OpenGL/tests @@ -89,6 +89,8 @@ * Fri Jan 2 2009 Nikolay Vladimirov - 3.0.0-0.11.b8 - New upstream 3.0.0b8 (b7 was skipped by upstream) - performance, bug-fix and packaging release. +- Use macro for "python" +- remove "--single-version-externally-managed" option for setup.py * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 3.0.0-0.10.b6 - Fix locations for Python 2.6 From rdieter at fedoraproject.org Fri Jan 2 00:08:22 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Fri, 2 Jan 2009 00:08:22 +0000 (UTC) Subject: rpms/koffice-langpack/devel koffice-langpack.spec,1.14,1.15 Message-ID: <20090102000822.5E9637013C@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/koffice-langpack/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4959 Modified Files: koffice-langpack.spec Log Message: cosmetic dir ownership Index: koffice-langpack.spec =================================================================== RCS file: /cvs/pkgs/rpms/koffice-langpack/devel/koffice-langpack.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- koffice-langpack.spec 31 Dec 2008 20:35:32 -0000 1.14 +++ koffice-langpack.spec 2 Jan 2009 00:07:50 -0000 1.15 @@ -524,7 +524,7 @@ %lang(bg) %{_datadir}/locale/bg/LC_MESSAGES/* %files br -%lang(br) %{_datadir}/locale/br/LC_MESSAGES +%lang(br) %{_datadir}/locale/br/LC_MESSAGES/* %files ca %lang(ca) %{_datadir}/locale/ca/LC_MESSAGES/* From turki at fedoraproject.org Fri Jan 2 00:08:31 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Fri, 2 Jan 2009 00:08:31 +0000 (UTC) Subject: rpms/PyOpenGL/devel PyOpenGL.spec,1.11,1.12 Message-ID: <20090102000831.274757013C@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/PyOpenGL/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5031 Modified Files: PyOpenGL.spec Log Message: More packaging fixes for b8 Index: PyOpenGL.spec =================================================================== RCS file: /cvs/pkgs/rpms/PyOpenGL/devel/PyOpenGL.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- PyOpenGL.spec 1 Jan 2009 23:34:20 -0000 1.11 +++ PyOpenGL.spec 2 Jan 2009 00:08:00 -0000 1.12 @@ -59,11 +59,7 @@ rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root="$RPM_BUILD_ROOT" \ --prefix="%{_prefix}" -chmod -x $RPM_BUILD_ROOT%{python_sitelib}/%{name}-%{version}%{prever}-py?.?.egg-info/* -# don't package the tests files -rm -r $RPM_BUILD_ROOT%{python_sitelib}/OpenGL/tests -# for %%doc -rm documentation/pydoc/builddocs.py documentation/buildepydoc.py +chmod -x $RPM_BUILD_ROOT%{python_sitelib}/%{name}-%{version}%{prever}-py?.?.egg-info %clean @@ -72,7 +68,6 @@ %files %defattr(-,root,root,-) -%doc license.txt %{python_sitelib}/*OpenGL* %exclude %{python_sitelib}/OpenGL/Tk @@ -82,8 +77,6 @@ %files doc %defattr(-,root,root,-) -%doc documentation/* - %changelog * Fri Jan 2 2009 Nikolay Vladimirov - 3.0.0-0.11.b8 @@ -91,6 +84,10 @@ - performance, bug-fix and packaging release. - Use macro for "python" - remove "--single-version-externally-managed" option for setup.py +- *.egg-info is no longer a folder, it's a file now +- Tests are no longer installed by setup.py +- Documentation is no longer distributed in "documentation" folder +- license.txt is also no longer provided by upstream. * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 3.0.0-0.10.b6 - Fix locations for Python 2.6 From wart at fedoraproject.org Fri Jan 2 00:12:18 2009 From: wart at fedoraproject.org (Michael Thomas) Date: Fri, 2 Jan 2009 00:12:18 +0000 (UTC) Subject: rpms/wormux/devel wormux.spec,1.15,1.16 Message-ID: <20090102001218.1A32B7013C@cvs1.fedora.phx.redhat.com> Author: wart Update of /cvs/extras/rpms/wormux/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5739 Modified Files: wormux.spec Log Message: Fix font package name for F11 Index: wormux.spec =================================================================== RCS file: /cvs/extras/rpms/wormux/devel/wormux.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- wormux.spec 24 Dec 2008 23:24:51 -0000 1.15 +++ wormux.spec 2 Jan 2009 00:11:47 -0000 1.16 @@ -1,6 +1,6 @@ Name: wormux Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: 2D convivial mass murder game Group: Amusements/Games @@ -12,7 +12,7 @@ BuildRequires: SDL_image-devel SDL_gfx-devel SDL_mixer-devel BuildRequires: SDL_ttf-devel SDL_net-devel curl-devel libpng-devel BuildRequires: gettext libxml++-devel desktop-file-utils -Requires: wormux-data dejavu-fonts +Requires: wormux-data dejavu-fonts-sans Requires(post): coreutils Requires(postun): coreutils @@ -89,6 +89,9 @@ %{_datadir}/%{name} %changelog +* Thu Jan 1 2009 Wart 0.8.2-3 +- Fix font package name for F11 + * Wed Dec 24 2008 Wart 0.8.2-2 - Add coreutils requirement for rpm post scripts - Replace bundled font with a symlink to an identical system font (BZ #477484) From salimma at fedoraproject.org Fri Jan 2 00:15:18 2009 From: salimma at fedoraproject.org (Michel Alexandre Salim) Date: Fri, 2 Jan 2009 00:15:18 +0000 (UTC) Subject: rpms/banshee/F-10 banshee.spec,1.63,1.64 Message-ID: <20090102001518.109687013C@cvs1.fedora.phx.redhat.com> Author: salimma Update of /cvs/pkgs/rpms/banshee/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6292/F-10 Modified Files: banshee.spec Log Message: * Thu Jan 1 2009 Michel Salim - 1.4.1-4 - Manually require libmtp Index: banshee.spec =================================================================== RCS file: /cvs/pkgs/rpms/banshee/F-10/banshee.spec,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- banshee.spec 1 Jan 2009 21:56:32 -0000 1.63 +++ banshee.spec 2 Jan 2009 00:14:47 -0000 1.64 @@ -2,7 +2,7 @@ Name: banshee Version: 1.4.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Easily import, manage, and play selections from your music collection Group: Applications/Multimedia License: MIT @@ -46,6 +46,7 @@ BuildRequires: desktop-file-utils Requires: podsleuth +Requires: libmtp Requires: %{name}-musicbrainz = %{version}-%{release} %description @@ -179,6 +180,9 @@ %changelog +* Thu Jan 1 2009 Michel Salim - 1.4.1-4 +- Manually require libmtp + * Thu Jan 1 2009 Michel Salim - 1.4.1-3 - Split MusicBrainz libraries into separate subpackages - Properly tag songs ripped from CDs (bug #477669) From salimma at fedoraproject.org Fri Jan 2 00:15:18 2009 From: salimma at fedoraproject.org (Michel Alexandre Salim) Date: Fri, 2 Jan 2009 00:15:18 +0000 (UTC) Subject: rpms/banshee/F-9 banshee.spec,1.57,1.58 Message-ID: <20090102001518.4076A7013C@cvs1.fedora.phx.redhat.com> Author: salimma Update of /cvs/pkgs/rpms/banshee/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6292/F-9 Modified Files: banshee.spec Log Message: * Thu Jan 1 2009 Michel Salim - 1.4.1-4 - Manually require libmtp Index: banshee.spec =================================================================== RCS file: /cvs/pkgs/rpms/banshee/F-9/banshee.spec,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- banshee.spec 1 Jan 2009 21:56:33 -0000 1.57 +++ banshee.spec 2 Jan 2009 00:14:47 -0000 1.58 @@ -2,7 +2,7 @@ Name: banshee Version: 1.4.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Easily import, manage, and play selections from your music collection Group: Applications/Multimedia License: MIT @@ -46,6 +46,7 @@ BuildRequires: desktop-file-utils Requires: podsleuth +Requires: libmtp Requires: %{name}-musicbrainz = %{version}-%{release} %description @@ -179,6 +180,9 @@ %changelog +* Thu Jan 1 2009 Michel Salim - 1.4.1-4 +- Manually require libmtp + * Thu Jan 1 2009 Michel Salim - 1.4.1-3 - Split MusicBrainz libraries into separate subpackages - Properly tag songs ripped from CDs (bug #477669) From salimma at fedoraproject.org Fri Jan 2 00:15:18 2009 From: salimma at fedoraproject.org (Michel Alexandre Salim) Date: Fri, 2 Jan 2009 00:15:18 +0000 (UTC) Subject: rpms/banshee/devel banshee.spec,1.64,1.65 Message-ID: <20090102001518.9A2F77013C@cvs1.fedora.phx.redhat.com> Author: salimma Update of /cvs/pkgs/rpms/banshee/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6292/devel Modified Files: banshee.spec Log Message: * Thu Jan 1 2009 Michel Salim - 1.4.1-4 - Manually require libmtp Index: banshee.spec =================================================================== RCS file: /cvs/pkgs/rpms/banshee/devel/banshee.spec,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- banshee.spec 1 Jan 2009 21:56:33 -0000 1.64 +++ banshee.spec 2 Jan 2009 00:14:48 -0000 1.65 @@ -2,7 +2,7 @@ Name: banshee Version: 1.4.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Easily import, manage, and play selections from your music collection Group: Applications/Multimedia License: MIT @@ -46,6 +46,7 @@ BuildRequires: desktop-file-utils Requires: podsleuth +Requires: libmtp Requires: %{name}-musicbrainz = %{version}-%{release} %description @@ -179,6 +180,9 @@ %changelog +* Thu Jan 1 2009 Michel Salim - 1.4.1-4 +- Manually require libmtp + * Thu Jan 1 2009 Michel Salim - 1.4.1-3 - Split MusicBrainz libraries into separate subpackages - Properly tag songs ripped from CDs (bug #477669) From turki at fedoraproject.org Fri Jan 2 01:06:11 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Fri, 2 Jan 2009 01:06:11 +0000 (UTC) Subject: rpms/PyOpenGL/devel license.txt,NONE,1.1 PyOpenGL.spec,1.12,1.13 Message-ID: <20090102010611.2FCD670134@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/PyOpenGL/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17250 Modified Files: PyOpenGL.spec Added Files: license.txt Log Message: Even More packaging fixes for b8 --- NEW FILE license.txt --- OpenGL-ctypes License Copyright (c) 2005-2007, Michael C. Fletcher and Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. The name of Michael C. Fletcher, or the name of any Contributor, may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION ENDANGERING HUMAN LIFE OR PROPERTY. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OpenGL-ctypes includes code from the PyOpenGL 2.x series licensed under version 3 of the PyOpenGL License (BSD-style): PyOpenGL License (v3) PyOpenGL is based on PyOpenGL 1.5.5, Copyright © 1997-1998 by James Hugunin, Cambridge MA, USA, Thomas Schwaller, Munich, Germany and David Ascher, San Francisco CA, USA. Contributors to the PyOpenGL project in addition to those listed above include: * David Konerding * Soren Renner * Rene Liebscher * Randall Hopper * Michael Fletcher * Thomas Malik * Thomas Hamelryck * Jack Jansen * Michel Sanner * Tarn Weisner Burton * Andrew Cox * Rene Dudfield PyOpenGL is Copyright (c) 1997-1998, 2000-2006 by the contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OpenGL-ctypes includes code from the Pyglet project, licensed under the Pyglet License (BSD Style): Copyright (c) 2006-2008 Alex Holkner All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of pyglet nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Index: PyOpenGL.spec =================================================================== RCS file: /cvs/pkgs/rpms/PyOpenGL/devel/PyOpenGL.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- PyOpenGL.spec 2 Jan 2009 00:08:00 -0000 1.12 +++ PyOpenGL.spec 2 Jan 2009 01:05:40 -0000 1.13 @@ -9,14 +9,16 @@ Group: System Environment/Libraries URL: http://pyopengl.sourceforge.net/ Source0: http://downloads.sourceforge.net/pyopengl/%{name}-%{version}%{prever}.tar.gz +Source1: license.txt Patch0: PyOpenGL-3.0.0a6-shebang.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-setuptools-devel BuildArch: noarch -Requires: python-numeric python-setuptools libGL libGLU freeglut +Requires: python-numeric python-setuptools freeglut # in some other repositories this is named python-opengl Provides: python-opengl = %{version}-%{release} Obsoletes: python-opengl < %{version}-%{release} +Obsoletes: PyOpenGL-doc %description PyOpenGL is the cross platform Python binding to OpenGL and related APIs. It @@ -36,20 +38,10 @@ %description Tk %{name} Togl (Tk OpenGL widget) 1.6 support. - -%package doc -Summary: Documentation files for %{name} -Group: Development/Languages -Requires: %{name} = %{version}-%{release} - -%description doc -Documentation files for %{name}. - - %prep %setup -q -n %{name}-%{version}%{prever} %patch0 -p1 -z .shebang - +cp -p %{SOURCE1} . %build %{__python} setup.py build @@ -68,6 +60,7 @@ %files %defattr(-,root,root,-) +%doc license.txt %{python_sitelib}/*OpenGL* %exclude %{python_sitelib}/OpenGL/Tk @@ -75,9 +68,6 @@ %defattr(-,root,root,-) %{python_sitelib}/OpenGL/Tk -%files doc -%defattr(-,root,root,-) - %changelog * Fri Jan 2 2009 Nikolay Vladimirov - 3.0.0-0.11.b8 - New upstream 3.0.0b8 (b7 was skipped by upstream) @@ -86,8 +76,9 @@ - remove "--single-version-externally-managed" option for setup.py - *.egg-info is no longer a folder, it's a file now - Tests are no longer installed by setup.py -- Documentation is no longer distributed in "documentation" folder -- license.txt is also no longer provided by upstream. +- Obsolete 'doc' subpackage (no longer distributed "documentation" folder) +- license.txt is also no longer provided by upstream. Using one from b6 +- Removed Requires for libGL and libGLU ( should be pulled for freeglut) * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 3.0.0-0.10.b6 - Fix locations for Python 2.6 From turki at fedoraproject.org Fri Jan 2 01:25:53 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Fri, 2 Jan 2009 01:25:53 +0000 (UTC) Subject: rpms/PyOpenGL/F-10 license.txt, NONE, 1.1 .cvsignore, 1.6, 1.7 PyOpenGL.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <20090102012553.2404770130@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/PyOpenGL/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23507 Modified Files: .cvsignore PyOpenGL.spec sources Added Files: license.txt Log Message: Update to 3.0.0b8 and lots of packaging fixes --- NEW FILE license.txt --- OpenGL-ctypes License Copyright (c) 2005-2007, Michael C. Fletcher and Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. The name of Michael C. Fletcher, or the name of any Contributor, may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION ENDANGERING HUMAN LIFE OR PROPERTY. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OpenGL-ctypes includes code from the PyOpenGL 2.x series licensed under version 3 of the PyOpenGL License (BSD-style): PyOpenGL License (v3) PyOpenGL is based on PyOpenGL 1.5.5, Copyright © 1997-1998 by James Hugunin, Cambridge MA, USA, Thomas Schwaller, Munich, Germany and David Ascher, San Francisco CA, USA. Contributors to the PyOpenGL project in addition to those listed above include: * David Konerding * Soren Renner * Rene Liebscher * Randall Hopper * Michael Fletcher * Thomas Malik * Thomas Hamelryck * Jack Jansen * Michel Sanner * Tarn Weisner Burton * Andrew Cox * Rene Dudfield PyOpenGL is Copyright (c) 1997-1998, 2000-2006 by the contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OpenGL-ctypes includes code from the Pyglet project, licensed under the Pyglet License (BSD Style): Copyright (c) 2006-2008 Alex Holkner All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of pyglet nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/PyOpenGL/F-10/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Sep 2008 09:00:09 -0000 1.6 +++ .cvsignore 2 Jan 2009 01:25:22 -0000 1.7 @@ -1 +1 @@ -PyOpenGL-3.0.0b6.tar.gz +PyOpenGL-3.0.0b8.tar.gz Index: PyOpenGL.spec =================================================================== RCS file: /cvs/pkgs/rpms/PyOpenGL/F-10/PyOpenGL.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- PyOpenGL.spec 22 Sep 2008 09:00:09 -0000 1.7 +++ PyOpenGL.spec 2 Jan 2009 01:25:22 -0000 1.8 @@ -1,22 +1,24 @@ -%define prever b6 +%define prever b8 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: PyOpenGL Version: 3.0.0 -Release: 0.8.%{prever}%{?dist} +Release: 0.9.%{prever}%{?dist} Summary: Python bindings for OpenGL License: BSD Group: System Environment/Libraries URL: http://pyopengl.sourceforge.net/ Source0: http://downloads.sourceforge.net/pyopengl/%{name}-%{version}%{prever}.tar.gz +Source1: license.txt Patch0: PyOpenGL-3.0.0a6-shebang.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-setuptools-devel BuildArch: noarch -Requires: python-numeric python-setuptools libGL libGLU freeglut +Requires: python-numeric python-setuptools freeglut # in some other repositories this is named python-opengl Provides: python-opengl = %{version}-%{release} Obsoletes: python-opengl < %{version}-%{release} +Obsoletes: PyOpenGL-doc %description PyOpenGL is the cross platform Python binding to OpenGL and related APIs. It @@ -36,34 +38,20 @@ %description Tk %{name} Togl (Tk OpenGL widget) 1.6 support. - -%package doc -Summary: Documentation files for %{name} -Group: Development/Languages -Requires: %{name} = %{version}-%{release} - -%description doc -Documentation files for %{name}. - - %prep %setup -q -n %{name}-%{version}%{prever} %patch0 -p1 -z .shebang - +cp -p %{SOURCE1} . %build -python setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -python setup.py install -O1 --skip-build --root="$RPM_BUILD_ROOT" \ - --prefix="%{_prefix}" --single-version-externally-managed -chmod -x $RPM_BUILD_ROOT%{python_sitelib}/%{name}-%{version}%{prever}-py2.5.egg-info/* -# don't package the tests files -rm -r $RPM_BUILD_ROOT%{python_sitelib}/OpenGL/tests -# for %%doc -rm documentation/pydoc/builddocs.py documentation/buildepydoc.py +%{__python} setup.py install -O1 --skip-build --root="$RPM_BUILD_ROOT" \ + --prefix="%{_prefix}" +chmod -x $RPM_BUILD_ROOT%{python_sitelib}/%{name}-%{version}%{prever}-py?.?.egg-info %clean @@ -80,12 +68,18 @@ %defattr(-,root,root,-) %{python_sitelib}/OpenGL/Tk -%files doc -%defattr(-,root,root,-) -%doc documentation/* - - %changelog +* Fri Jan 2 2009 Nikolay Vladimirov - 3.0.0-0.9.b8 +- New upstream 3.0.0b8 (b7 was skipped by upstream) +- performance, bug-fix and packaging release. +- Use macro for "python" +- remove "--single-version-externally-managed" option for setup.py +- *.egg-info is no longer a folder, it's a file now +- Tests are no longer installed by setup.py +- Obsolete 'doc' subpackage (no longer distributed "documentation" folder) +- license.txt is also no longer provided by upstream. Using one from b6 +- Removed Requires for libGL and libGLU ( should be pulled for freeglut) + * Mon Sep 22 2008 Nikolay Vladimirov 3.0.0-0.8.b6 - New upstream release 3.0.0b6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/PyOpenGL/F-10/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Sep 2008 09:00:09 -0000 1.6 +++ sources 2 Jan 2009 01:25:22 -0000 1.7 @@ -1 +1 @@ -6a70dd315767064ec78b84a92d2420a8 PyOpenGL-3.0.0b6.tar.gz +1d9afbf0a403d916997937ef0dde2520 PyOpenGL-3.0.0b8.tar.gz From turki at fedoraproject.org Fri Jan 2 01:31:37 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Fri, 2 Jan 2009 01:31:37 +0000 (UTC) Subject: rpms/python-libgmail/devel .cvsignore, 1.4, 1.5 python-libgmail.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <20090102013137.146DB70130@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/python-libgmail/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24985 Modified Files: .cvsignore python-libgmail.spec sources Log Message: Update to 0.1.11 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-libgmail/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Jul 2008 09:16:13 -0000 1.4 +++ .cvsignore 2 Jan 2009 01:31:06 -0000 1.5 @@ -1 +1 @@ -libgmail-0.1.10.tar.gz +libgmail-0.1.11.tar.gz Index: python-libgmail.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-libgmail/devel/python-libgmail.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- python-libgmail.spec 29 Nov 2008 15:36:06 -0000 1.6 +++ python-libgmail.spec 2 Jan 2009 01:31:06 -0000 1.7 @@ -2,8 +2,8 @@ %define realname libgmail Name: python-%{realname} -Version: 0.1.10 -Release: 3%{?dist} +Version: 0.1.11 +Release: 1%{?dist} Summary: Library to provide access to Gmail via Python Group: Development/Languages @@ -46,6 +46,12 @@ %changelog +* Fri Jan 2 2009 Nikolay Vladimirov - 0.1.11-1 +- New upstream 0.1.11 +- Fixed bug that broke attachment support (SF bug #2034927) +- added .author_fullname field for messages +- Don't crash on threads with google chat log + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.1.10-3 - Rebuild for Python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-libgmail/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Jul 2008 09:16:13 -0000 1.4 +++ sources 2 Jan 2009 01:31:06 -0000 1.5 @@ -1 +1 @@ -2835f66b8ef5a83e8a52dc80e878f492 libgmail-0.1.10.tar.gz +247477ac98b39658fdcdee8d65639e51 libgmail-0.1.11.tar.gz From xulchris at fedoraproject.org Fri Jan 2 01:31:50 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Fri, 2 Jan 2009 01:31:50 +0000 (UTC) Subject: rpms/poker-eval/F-10 poker-eval-135.0-exit.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 poker-eval.spec, 1.18, 1.19 sources, 1.6, 1.7 Message-ID: <20090102013150.ADCAF70130@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/poker-eval/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24912/F-10 Modified Files: .cvsignore poker-eval.spec sources Added Files: poker-eval-135.0-exit.patch Log Message: upstream sync, remove exit calls from lib poker-eval-135.0-exit.patch: --- NEW FILE poker-eval-135.0-exit.patch --- --- lib/combinations.c~ 2009-01-01 14:12:46.000000000 -0800 +++ lib/combinations.c 2009-01-01 14:42:53.000000000 -0800 @@ -91,7 +91,8 @@ break; } } - if (firstIncr == -1) { printf("BUG!\n"); exit(1); } + if (firstIncr == -1) + return NULL; for (i=0; icombos[i][j] = combo->combos[i][j-1]; for (i=firstIncr+1; inelem; i++) --- lib/evx_generate.c~ 2009-01-01 14:12:18.000000000 -0800 +++ lib/evx_generate.c 2009-01-01 14:12:34.000000000 -0800 @@ -69,7 +69,7 @@ fp = fopen ("evx_preamble.cfrag", "r"); if (fp == NULL) { fprintf (stderr, "Unable to read evx_preamble.c\n"); - exit (-1); + return -1; } puts("/* This file is machine-generated -- DO NOT EDIT! */\n"); { --- include/enumerate.h~ 2009-01-01 17:06:31.000000000 -0800 +++ include/enumerate.h 2009-01-01 17:09:40.000000000 -0800 @@ -641,7 +641,7 @@ if (!deck##_CardMask_ANY_SET(_unavail, set_var[_i])) \ break; /* this hand is available for player i */ \ } \ - if (_j == _ncombo[_i]) { printf("not enough cards\n"); exit(1); } \ + if (_j == _ncombo[_i]) { printf("not enough cards\n"); return(1); } \ deck##_CardMask_OR(_unavail, _unavail, set_var[_i]); \ _curIndex[_i] = _j; \ } \ Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/poker-eval/F-10/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 23 May 2007 18:38:25 -0000 1.6 +++ .cvsignore 2 Jan 2009 01:31:20 -0000 1.7 @@ -1 +1 @@ -poker-eval-134.0.tar.gz +poker-eval-135.0.tar.gz Index: poker-eval.spec =================================================================== RCS file: /cvs/pkgs/rpms/poker-eval/F-10/poker-eval.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- poker-eval.spec 24 May 2008 05:26:04 -0000 1.18 +++ poker-eval.spec 2 Jan 2009 01:31:20 -0000 1.19 @@ -1,6 +1,6 @@ Name: poker-eval -Version: 134.0 -Release: 3%{?dist} +Version: 135.0 +Release: 1%{?dist} Summary: Poker hand evaluator library Group: Development/Libraries @@ -8,6 +8,7 @@ URL: http://pokersource.org/poker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz Patch0: %{name}-134.0-multiarch.patch +Patch1: %{name}-135.0-exit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -30,6 +31,7 @@ %prep %setup -q %patch0 -p0 -b .multiarch~ +%patch1 -p0 -b .exit~ # use examples/ directory for devel package %doc section mkdir -p tmp/examples && cp examples/*.c tmp/examples @@ -76,6 +78,10 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 135.0-1 +- Upstream sync +- Add patch to remove exit calls from library + * Fri May 23 2008 Christopher Stone 134.0-3 - Add patch to fix multiarch conflict (bz #342911) - Update license tag Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/poker-eval/F-10/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 May 2007 18:38:25 -0000 1.6 +++ sources 2 Jan 2009 01:31:20 -0000 1.7 @@ -1 +1 @@ -aa6d39fd3b9025fb47f25009cde60d9b poker-eval-134.0.tar.gz +17c31abfc40fe8719e9496f089e68df3 poker-eval-135.0.tar.gz From xulchris at fedoraproject.org Fri Jan 2 01:31:50 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Fri, 2 Jan 2009 01:31:50 +0000 (UTC) Subject: rpms/poker-eval/F-8 poker-eval-135.0-exit.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 poker-eval.spec, 1.17, 1.18 sources, 1.6, 1.7 Message-ID: <20090102013150.F1C8D70130@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/poker-eval/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24912/F-8 Modified Files: .cvsignore poker-eval.spec sources Added Files: poker-eval-135.0-exit.patch Log Message: upstream sync, remove exit calls from lib poker-eval-135.0-exit.patch: --- NEW FILE poker-eval-135.0-exit.patch --- --- lib/combinations.c~ 2009-01-01 14:12:46.000000000 -0800 +++ lib/combinations.c 2009-01-01 14:42:53.000000000 -0800 @@ -91,7 +91,8 @@ break; } } - if (firstIncr == -1) { printf("BUG!\n"); exit(1); } + if (firstIncr == -1) + return NULL; for (i=0; icombos[i][j] = combo->combos[i][j-1]; for (i=firstIncr+1; inelem; i++) --- lib/evx_generate.c~ 2009-01-01 14:12:18.000000000 -0800 +++ lib/evx_generate.c 2009-01-01 14:12:34.000000000 -0800 @@ -69,7 +69,7 @@ fp = fopen ("evx_preamble.cfrag", "r"); if (fp == NULL) { fprintf (stderr, "Unable to read evx_preamble.c\n"); - exit (-1); + return -1; } puts("/* This file is machine-generated -- DO NOT EDIT! */\n"); { --- include/enumerate.h~ 2009-01-01 17:06:31.000000000 -0800 +++ include/enumerate.h 2009-01-01 17:09:40.000000000 -0800 @@ -641,7 +641,7 @@ if (!deck##_CardMask_ANY_SET(_unavail, set_var[_i])) \ break; /* this hand is available for player i */ \ } \ - if (_j == _ncombo[_i]) { printf("not enough cards\n"); exit(1); } \ + if (_j == _ncombo[_i]) { printf("not enough cards\n"); return(1); } \ deck##_CardMask_OR(_unavail, _unavail, set_var[_i]); \ _curIndex[_i] = _j; \ } \ Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/poker-eval/F-8/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 23 May 2007 18:38:25 -0000 1.6 +++ .cvsignore 2 Jan 2009 01:31:20 -0000 1.7 @@ -1 +1 @@ -poker-eval-134.0.tar.gz +poker-eval-135.0.tar.gz Index: poker-eval.spec =================================================================== RCS file: /cvs/pkgs/rpms/poker-eval/F-8/poker-eval.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- poker-eval.spec 24 May 2008 05:25:33 -0000 1.17 +++ poker-eval.spec 2 Jan 2009 01:31:20 -0000 1.18 @@ -1,6 +1,6 @@ Name: poker-eval -Version: 134.0 -Release: 3%{?dist} +Version: 135.0 +Release: 1%{?dist} Summary: Poker hand evaluator library Group: Development/Libraries @@ -8,6 +8,7 @@ URL: http://pokersource.org/poker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz Patch0: %{name}-134.0-multiarch.patch +Patch1: %{name}-135.0-exit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -30,6 +31,7 @@ %prep %setup -q %patch0 -p0 -b .multiarch~ +%patch1 -p0 -b .exit~ # use examples/ directory for devel package %doc section mkdir -p tmp/examples && cp examples/*.c tmp/examples @@ -76,6 +78,10 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 135.0-1 +- Upstream sync +- Add patch to remove exit calls from library + * Fri May 23 2008 Christopher Stone 134.0-3 - Add patch to fix multiarch conflict (bz #342911) - Update license tag Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/poker-eval/F-8/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 May 2007 18:38:25 -0000 1.6 +++ sources 2 Jan 2009 01:31:20 -0000 1.7 @@ -1 +1 @@ -aa6d39fd3b9025fb47f25009cde60d9b poker-eval-134.0.tar.gz +17c31abfc40fe8719e9496f089e68df3 poker-eval-135.0.tar.gz From xulchris at fedoraproject.org Fri Jan 2 01:31:51 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Fri, 2 Jan 2009 01:31:51 +0000 (UTC) Subject: rpms/poker-eval/F-9 poker-eval-135.0-exit.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 poker-eval.spec, 1.18, 1.19 sources, 1.6, 1.7 Message-ID: <20090102013151.40A9C70130@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/poker-eval/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24912/F-9 Modified Files: .cvsignore poker-eval.spec sources Added Files: poker-eval-135.0-exit.patch Log Message: upstream sync, remove exit calls from lib poker-eval-135.0-exit.patch: --- NEW FILE poker-eval-135.0-exit.patch --- --- lib/combinations.c~ 2009-01-01 14:12:46.000000000 -0800 +++ lib/combinations.c 2009-01-01 14:42:53.000000000 -0800 @@ -91,7 +91,8 @@ break; } } - if (firstIncr == -1) { printf("BUG!\n"); exit(1); } + if (firstIncr == -1) + return NULL; for (i=0; icombos[i][j] = combo->combos[i][j-1]; for (i=firstIncr+1; inelem; i++) --- lib/evx_generate.c~ 2009-01-01 14:12:18.000000000 -0800 +++ lib/evx_generate.c 2009-01-01 14:12:34.000000000 -0800 @@ -69,7 +69,7 @@ fp = fopen ("evx_preamble.cfrag", "r"); if (fp == NULL) { fprintf (stderr, "Unable to read evx_preamble.c\n"); - exit (-1); + return -1; } puts("/* This file is machine-generated -- DO NOT EDIT! */\n"); { --- include/enumerate.h~ 2009-01-01 17:06:31.000000000 -0800 +++ include/enumerate.h 2009-01-01 17:09:40.000000000 -0800 @@ -641,7 +641,7 @@ if (!deck##_CardMask_ANY_SET(_unavail, set_var[_i])) \ break; /* this hand is available for player i */ \ } \ - if (_j == _ncombo[_i]) { printf("not enough cards\n"); exit(1); } \ + if (_j == _ncombo[_i]) { printf("not enough cards\n"); return(1); } \ deck##_CardMask_OR(_unavail, _unavail, set_var[_i]); \ _curIndex[_i] = _j; \ } \ Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/poker-eval/F-9/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 23 May 2007 18:38:25 -0000 1.6 +++ .cvsignore 2 Jan 2009 01:31:20 -0000 1.7 @@ -1 +1 @@ -poker-eval-134.0.tar.gz +poker-eval-135.0.tar.gz Index: poker-eval.spec =================================================================== RCS file: /cvs/pkgs/rpms/poker-eval/F-9/poker-eval.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- poker-eval.spec 24 May 2008 05:25:48 -0000 1.18 +++ poker-eval.spec 2 Jan 2009 01:31:20 -0000 1.19 @@ -1,6 +1,6 @@ Name: poker-eval -Version: 134.0 -Release: 3%{?dist} +Version: 135.0 +Release: 1%{?dist} Summary: Poker hand evaluator library Group: Development/Libraries @@ -8,6 +8,7 @@ URL: http://pokersource.org/poker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz Patch0: %{name}-134.0-multiarch.patch +Patch1: %{name}-135.0-exit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -30,6 +31,7 @@ %prep %setup -q %patch0 -p0 -b .multiarch~ +%patch1 -p0 -b .exit~ # use examples/ directory for devel package %doc section mkdir -p tmp/examples && cp examples/*.c tmp/examples @@ -76,6 +78,10 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 135.0-1 +- Upstream sync +- Add patch to remove exit calls from library + * Fri May 23 2008 Christopher Stone 134.0-3 - Add patch to fix multiarch conflict (bz #342911) - Update license tag Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/poker-eval/F-9/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 May 2007 18:38:25 -0000 1.6 +++ sources 2 Jan 2009 01:31:20 -0000 1.7 @@ -1 +1 @@ -aa6d39fd3b9025fb47f25009cde60d9b poker-eval-134.0.tar.gz +17c31abfc40fe8719e9496f089e68df3 poker-eval-135.0.tar.gz From xulchris at fedoraproject.org Fri Jan 2 01:31:51 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Fri, 2 Jan 2009 01:31:51 +0000 (UTC) Subject: rpms/poker-eval/devel poker-eval-135.0-exit.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 poker-eval.spec, 1.18, 1.19 sources, 1.6, 1.7 Message-ID: <20090102013151.82F5D70130@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/poker-eval/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24912/devel Modified Files: .cvsignore poker-eval.spec sources Added Files: poker-eval-135.0-exit.patch Log Message: upstream sync, remove exit calls from lib poker-eval-135.0-exit.patch: --- NEW FILE poker-eval-135.0-exit.patch --- --- lib/combinations.c~ 2009-01-01 14:12:46.000000000 -0800 +++ lib/combinations.c 2009-01-01 14:42:53.000000000 -0800 @@ -91,7 +91,8 @@ break; } } - if (firstIncr == -1) { printf("BUG!\n"); exit(1); } + if (firstIncr == -1) + return NULL; for (i=0; icombos[i][j] = combo->combos[i][j-1]; for (i=firstIncr+1; inelem; i++) --- lib/evx_generate.c~ 2009-01-01 14:12:18.000000000 -0800 +++ lib/evx_generate.c 2009-01-01 14:12:34.000000000 -0800 @@ -69,7 +69,7 @@ fp = fopen ("evx_preamble.cfrag", "r"); if (fp == NULL) { fprintf (stderr, "Unable to read evx_preamble.c\n"); - exit (-1); + return -1; } puts("/* This file is machine-generated -- DO NOT EDIT! */\n"); { --- include/enumerate.h~ 2009-01-01 17:06:31.000000000 -0800 +++ include/enumerate.h 2009-01-01 17:09:40.000000000 -0800 @@ -641,7 +641,7 @@ if (!deck##_CardMask_ANY_SET(_unavail, set_var[_i])) \ break; /* this hand is available for player i */ \ } \ - if (_j == _ncombo[_i]) { printf("not enough cards\n"); exit(1); } \ + if (_j == _ncombo[_i]) { printf("not enough cards\n"); return(1); } \ deck##_CardMask_OR(_unavail, _unavail, set_var[_i]); \ _curIndex[_i] = _j; \ } \ Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/poker-eval/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 23 May 2007 18:38:25 -0000 1.6 +++ .cvsignore 2 Jan 2009 01:31:21 -0000 1.7 @@ -1 +1 @@ -poker-eval-134.0.tar.gz +poker-eval-135.0.tar.gz Index: poker-eval.spec =================================================================== RCS file: /cvs/pkgs/rpms/poker-eval/devel/poker-eval.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- poker-eval.spec 24 May 2008 05:26:04 -0000 1.18 +++ poker-eval.spec 2 Jan 2009 01:31:21 -0000 1.19 @@ -1,6 +1,6 @@ Name: poker-eval -Version: 134.0 -Release: 3%{?dist} +Version: 135.0 +Release: 1%{?dist} Summary: Poker hand evaluator library Group: Development/Libraries @@ -8,6 +8,7 @@ URL: http://pokersource.org/poker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz Patch0: %{name}-134.0-multiarch.patch +Patch1: %{name}-135.0-exit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -30,6 +31,7 @@ %prep %setup -q %patch0 -p0 -b .multiarch~ +%patch1 -p0 -b .exit~ # use examples/ directory for devel package %doc section mkdir -p tmp/examples && cp examples/*.c tmp/examples @@ -76,6 +78,10 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 135.0-1 +- Upstream sync +- Add patch to remove exit calls from library + * Fri May 23 2008 Christopher Stone 134.0-3 - Add patch to fix multiarch conflict (bz #342911) - Update license tag Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/poker-eval/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 23 May 2007 18:38:25 -0000 1.6 +++ sources 2 Jan 2009 01:31:21 -0000 1.7 @@ -1 +1 @@ -aa6d39fd3b9025fb47f25009cde60d9b poker-eval-134.0.tar.gz +17c31abfc40fe8719e9496f089e68df3 poker-eval-135.0.tar.gz From turki at fedoraproject.org Fri Jan 2 01:43:58 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Fri, 2 Jan 2009 01:43:58 +0000 (UTC) Subject: rpms/python-libgmail/F-10 .cvsignore, 1.4, 1.5 python-libgmail.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <20090102014358.DC87B70130@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/python-libgmail/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27125 Modified Files: .cvsignore python-libgmail.spec sources Log Message: Update to 0.1.11 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-libgmail/F-10/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Jul 2008 09:16:13 -0000 1.4 +++ .cvsignore 2 Jan 2009 01:43:28 -0000 1.5 @@ -1 +1 @@ -libgmail-0.1.10.tar.gz +libgmail-0.1.11.tar.gz Index: python-libgmail.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-libgmail/F-10/python-libgmail.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-libgmail.spec 6 Aug 2008 13:05:38 -0000 1.5 +++ python-libgmail.spec 2 Jan 2009 01:43:28 -0000 1.6 @@ -2,8 +2,8 @@ %define realname libgmail Name: python-%{realname} -Version: 0.1.10 -Release: 2%{?dist} +Version: 0.1.11 +Release: 1%{?dist} Summary: Library to provide access to Gmail via Python Group: Development/Languages @@ -46,6 +46,12 @@ %changelog +* Fri Jan 2 2009 Nikolay Vladimirov - 0.1.11-1 +- New upstream 0.1.11 +- Fixed bug that broke attachment support (SF bug #2034927) +- added .author_fullname field for messages +- Don't crash on threads with google chat log + * Wed Aug 6 2008 Nikolay Vladimirov - 0.1.10-2 - add manual python-mechanize requires Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-libgmail/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Jul 2008 09:16:13 -0000 1.4 +++ sources 2 Jan 2009 01:43:28 -0000 1.5 @@ -1 +1 @@ -2835f66b8ef5a83e8a52dc80e878f492 libgmail-0.1.10.tar.gz +247477ac98b39658fdcdee8d65639e51 libgmail-0.1.11.tar.gz From turki at fedoraproject.org Fri Jan 2 01:46:32 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Fri, 2 Jan 2009 01:46:32 +0000 (UTC) Subject: rpms/PyOpenGL/F-9 license.txt, NONE, 1.1 .cvsignore, 1.6, 1.7 PyOpenGL.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <20090102014632.25FCD70134@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/PyOpenGL/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28133 Modified Files: .cvsignore PyOpenGL.spec sources Added Files: license.txt Log Message: Update to 3.0.0b8 and lots of packaging fixes --- NEW FILE license.txt --- OpenGL-ctypes License Copyright (c) 2005-2007, Michael C. Fletcher and Contributors All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. The name of Michael C. Fletcher, or the name of any Contributor, may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS NOT FAULT TOLERANT AND SHOULD NOT BE USED IN ANY SITUATION ENDANGERING HUMAN LIFE OR PROPERTY. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OpenGL-ctypes includes code from the PyOpenGL 2.x series licensed under version 3 of the PyOpenGL License (BSD-style): PyOpenGL License (v3) PyOpenGL is based on PyOpenGL 1.5.5, Copyright © 1997-1998 by James Hugunin, Cambridge MA, USA, Thomas Schwaller, Munich, Germany and David Ascher, San Francisco CA, USA. Contributors to the PyOpenGL project in addition to those listed above include: * David Konerding * Soren Renner * Rene Liebscher * Randall Hopper * Michael Fletcher * Thomas Malik * Thomas Hamelryck * Jack Jansen * Michel Sanner * Tarn Weisner Burton * Andrew Cox * Rene Dudfield PyOpenGL is Copyright (c) 1997-1998, 2000-2006 by the contributors. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. OpenGL-ctypes includes code from the Pyglet project, licensed under the Pyglet License (BSD Style): Copyright (c) 2006-2008 Alex Holkner All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of pyglet nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/PyOpenGL/F-9/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Sep 2008 09:06:25 -0000 1.6 +++ .cvsignore 2 Jan 2009 01:46:01 -0000 1.7 @@ -1 +1 @@ -PyOpenGL-3.0.0b6.tar.gz +PyOpenGL-3.0.0b8.tar.gz Index: PyOpenGL.spec =================================================================== RCS file: /cvs/pkgs/rpms/PyOpenGL/F-9/PyOpenGL.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- PyOpenGL.spec 22 Sep 2008 09:06:25 -0000 1.7 +++ PyOpenGL.spec 2 Jan 2009 01:46:01 -0000 1.8 @@ -1,22 +1,24 @@ -%define prever b6 +%define prever b8 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: PyOpenGL Version: 3.0.0 -Release: 0.8.%{prever}%{?dist} +Release: 0.9.%{prever}%{?dist} Summary: Python bindings for OpenGL License: BSD Group: System Environment/Libraries URL: http://pyopengl.sourceforge.net/ Source0: http://downloads.sourceforge.net/pyopengl/%{name}-%{version}%{prever}.tar.gz +Source1: license.txt Patch0: PyOpenGL-3.0.0a6-shebang.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel python-setuptools-devel BuildArch: noarch -Requires: python-numeric python-setuptools libGL libGLU freeglut +Requires: python-numeric python-setuptools freeglut # in some other repositories this is named python-opengl Provides: python-opengl = %{version}-%{release} Obsoletes: python-opengl < %{version}-%{release} +Obsoletes: PyOpenGL-doc %description PyOpenGL is the cross platform Python binding to OpenGL and related APIs. It @@ -36,34 +38,20 @@ %description Tk %{name} Togl (Tk OpenGL widget) 1.6 support. - -%package doc -Summary: Documentation files for %{name} -Group: Development/Languages -Requires: %{name} = %{version}-%{release} - -%description doc -Documentation files for %{name}. - - %prep %setup -q -n %{name}-%{version}%{prever} %patch0 -p1 -z .shebang - +cp -p %{SOURCE1} . %build -python setup.py build +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT -python setup.py install -O1 --skip-build --root="$RPM_BUILD_ROOT" \ - --prefix="%{_prefix}" --single-version-externally-managed -chmod -x $RPM_BUILD_ROOT%{python_sitelib}/%{name}-%{version}%{prever}-py2.5.egg-info/* -# don't package the tests files -rm -r $RPM_BUILD_ROOT%{python_sitelib}/OpenGL/tests -# for %%doc -rm documentation/pydoc/builddocs.py documentation/buildepydoc.py +%{__python} setup.py install -O1 --skip-build --root="$RPM_BUILD_ROOT" \ + --prefix="%{_prefix}" +chmod -x $RPM_BUILD_ROOT%{python_sitelib}/%{name}-%{version}%{prever}-py?.?.egg-info %clean @@ -80,12 +68,18 @@ %defattr(-,root,root,-) %{python_sitelib}/OpenGL/Tk -%files doc -%defattr(-,root,root,-) -%doc documentation/* - - %changelog +* Fri Jan 2 2009 Nikolay Vladimirov - 3.0.0-0.9.b8 +- New upstream 3.0.0b8 (b7 was skipped by upstream) +- performance, bug-fix and packaging release. +- Use macro for "python" +- remove "--single-version-externally-managed" option for setup.py +- *.egg-info is no longer a folder, it's a file now +- Tests are no longer installed by setup.py +- Obsolete 'doc' subpackage (no longer distributed "documentation" folder) +- license.txt is also no longer provided by upstream. Using one from b6 +- Removed Requires for libGL and libGLU ( should be pulled for freeglut) + * Mon Sep 22 2008 Nikolay Vladimirov 3.0.0-0.8.b6 - New upstream release 3.0.0b6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/PyOpenGL/F-9/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 22 Sep 2008 09:06:25 -0000 1.6 +++ sources 2 Jan 2009 01:46:01 -0000 1.7 @@ -1 +1 @@ -6a70dd315767064ec78b84a92d2420a8 PyOpenGL-3.0.0b6.tar.gz +1d9afbf0a403d916997937ef0dde2520 PyOpenGL-3.0.0b8.tar.gz From mclasen at fedoraproject.org Fri Jan 2 01:46:35 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Fri, 2 Jan 2009 01:46:35 +0000 (UTC) Subject: rpms/gtk2/devel .cvsignore, 1.96, 1.97 gtk2.spec, 1.341, 1.342 sources, 1.105, 1.106 Message-ID: <20090102014635.688C670134@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gtk2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28082 Modified Files: .cvsignore gtk2.spec sources Log Message: 2.15.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gtk2/devel/.cvsignore,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- .cvsignore 17 Dec 2008 03:57:38 -0000 1.96 +++ .cvsignore 2 Jan 2009 01:46:04 -0000 1.97 @@ -1 +1 @@ -gtk+-2.14.6.tar.bz2 +gtk+-2.15.0.tar.bz2 Index: gtk2.spec =================================================================== RCS file: /cvs/pkgs/rpms/gtk2/devel/gtk2.spec,v retrieving revision 1.341 retrieving revision 1.342 diff -u -r1.341 -r1.342 --- gtk2.spec 17 Dec 2008 03:57:39 -0000 1.341 +++ gtk2.spec 2 Jan 2009 01:46:04 -0000 1.342 @@ -10,7 +10,7 @@ %define cairo_version %{cairo_base_version}-1 %define libpng_version 2:1.2.2-16 -%define base_version 2.14.6 +%define base_version 2.15.0 %define bin_version 2.10.0 Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X @@ -19,14 +19,12 @@ Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries -Source: http://download.gnome.org/sources/gtk+/2.14/gtk+-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gtk+/2.15/gtk+-%{version}.tar.bz2 Source1: update-gdk-pixbuf-loaders Source2: update-gtk-immodules # Biarch changes Patch0: gtk+-2.13.5-lib64.patch -# Fedora patch -Patch1: gtk+-2.11.1-set-invisible-char-to-bullet.patch # a workaround for some brokenness in the flash plugin # see http://bugzilla.gnome.org/show_bug.cgi?id=463773 Patch2: workaround.patch @@ -115,7 +113,6 @@ %setup -q -n gtk+-%{version} %patch0 -p1 -b .lib64 -%patch1 -p1 -b .set-invisible-char-to-bullet %patch2 -p1 -b .workaround %build @@ -137,8 +134,6 @@ # fight unused direct deps sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool -## smp_mflags doesn't work for now due to gdk-pixbuf.loaders, may be fixed -## past gtk 2.1.2 make #%{?_smp_mflags} # turn off for now, since floatingtest needs a display #make check @@ -296,6 +291,9 @@ %{_datadir}/gtk-2.0 %changelog +* Thu Jan 1 2009 Matthias Clasen - 2.15.0-1 +- Update to 2.15.0 + * Tue Dec 16 2008 Matthias Clasen - 2.14.6-1 - Update to 2.14.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gtk2/devel/sources,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- sources 17 Dec 2008 03:57:39 -0000 1.105 +++ sources 2 Jan 2009 01:46:05 -0000 1.106 @@ -1 +1 @@ -69c2d2842203d7b627bc6ec34cb4a4f8 gtk+-2.14.6.tar.bz2 +23ff288d00b24f0820a4ae79a747f25e gtk+-2.15.0.tar.bz2 From turki at fedoraproject.org Fri Jan 2 01:52:49 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Fri, 2 Jan 2009 01:52:49 +0000 (UTC) Subject: rpms/python-libgmail/F-9 .cvsignore, 1.4, 1.5 python-libgmail.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090102015249.4690470130@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/python-libgmail/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31112 Modified Files: .cvsignore python-libgmail.spec sources Log Message: Update to 0.1.11 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-libgmail/F-9/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Jul 2008 09:26:12 -0000 1.4 +++ .cvsignore 2 Jan 2009 01:52:18 -0000 1.5 @@ -1 +1 @@ -libgmail-0.1.10.tar.gz +libgmail-0.1.11.tar.gz Index: python-libgmail.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-libgmail/F-9/python-libgmail.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-libgmail.spec 10 Aug 2008 19:16:57 -0000 1.4 +++ python-libgmail.spec 2 Jan 2009 01:52:18 -0000 1.5 @@ -2,8 +2,8 @@ %define realname libgmail Name: python-%{realname} -Version: 0.1.10 -Release: 2%{?dist} +Version: 0.1.11 +Release: 1%{?dist} Summary: Library to provide access to Gmail via Python Group: Development/Languages @@ -46,7 +46,13 @@ %changelog -* Wed Aug 10 2008 Nikolay Vladimirov - 0.1.10-2 +* Fri Jan 2 2009 Nikolay Vladimirov - 0.1.11-1 +- New upstream 0.1.11 +- Fixed bug that broke attachment support (SF bug #2034927) +- added .author_fullname field for messages +- Don't crash on threads with google chat log + +* Wed Aug 6 2008 Nikolay Vladimirov - 0.1.10-2 - add manual python-mechanize requires * Tue Jul 29 2008 Nikolay Vladimirov - 0.1.10-1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-libgmail/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Jul 2008 09:26:12 -0000 1.4 +++ sources 2 Jan 2009 01:52:18 -0000 1.5 @@ -1 +1 @@ -2835f66b8ef5a83e8a52dc80e878f492 libgmail-0.1.10.tar.gz +247477ac98b39658fdcdee8d65639e51 libgmail-0.1.11.tar.gz From lmacken at fedoraproject.org Fri Jan 2 04:43:58 2009 From: lmacken at fedoraproject.org (Luke Macken) Date: Fri, 2 Jan 2009 04:43:58 +0000 (UTC) Subject: rpms/liveusb-creator/devel .cvsignore, 1.3, 1.4 liveusb-creator.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <20090102044358.F0CA270130@cvs1.fedora.phx.redhat.com> Author: lmacken Update of /cvs/pkgs/rpms/liveusb-creator/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10213 Modified Files: .cvsignore liveusb-creator.spec sources Log Message: 3.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Oct 2008 11:23:10 -0000 1.3 +++ .cvsignore 2 Jan 2009 04:43:26 -0000 1.4 @@ -1 +1 @@ -liveusb-creator-3.0.tar.bz2 +liveusb-creator-3.1.tar.bz2 Index: liveusb-creator.spec =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/devel/liveusb-creator.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- liveusb-creator.spec 31 Dec 2008 23:22:24 -0000 1.7 +++ liveusb-creator.spec 2 Jan 2009 04:43:26 -0000 1.8 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: liveusb-creator -Version: 3.0 -Release: 5%{?dist} +Version: 3.1 +Release: 1%{?dist} Summary: A liveusb creator Group: Applications/System @@ -64,8 +64,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/%{name} %changelog -* Wed Dec 31 2008 Luke Macken 3.0-5 -- Rebuild +* Thu Jan 01 2009 Luke Macken 3.1-1 +- Latest upstream release, containing some windows-specific + optimizations and fixes. * Mon Dec 29 2008 Luke Macken 3.0-4 - Latest upstream release. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 31 Dec 2008 23:22:24 -0000 1.6 +++ sources 2 Jan 2009 04:43:27 -0000 1.7 @@ -1 +1 @@ -75c836103cbde973d7a1b627f4b8bc60 liveusb-creator-3.0.tar.bz2 +703c81199d4487d5e7de64740693b0ba liveusb-creator-3.1.tar.bz2 From lmacken at fedoraproject.org Fri Jan 2 04:45:03 2009 From: lmacken at fedoraproject.org (Luke Macken) Date: Fri, 2 Jan 2009 04:45:03 +0000 (UTC) Subject: rpms/liveusb-creator/F-10 .cvsignore, 1.3, 1.4 liveusb-creator.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20090102044503.00B0F70130@cvs1.fedora.phx.redhat.com> Author: lmacken Update of /cvs/pkgs/rpms/liveusb-creator/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10564 Modified Files: .cvsignore liveusb-creator.spec sources Log Message: 3.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Oct 2008 11:23:10 -0000 1.3 +++ .cvsignore 2 Jan 2009 04:44:32 -0000 1.4 @@ -1 +1 @@ -liveusb-creator-3.0.tar.bz2 +liveusb-creator-3.1.tar.bz2 Index: liveusb-creator.spec =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/F-10/liveusb-creator.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- liveusb-creator.spec 31 Dec 2008 23:23:28 -0000 1.6 +++ liveusb-creator.spec 2 Jan 2009 04:44:32 -0000 1.7 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: liveusb-creator -Version: 3.0 -Release: 5%{?dist} +Version: 3.1 +Release: 1%{?dist} Summary: A liveusb creator Group: Applications/System @@ -64,8 +64,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/%{name} %changelog -* Wed Dec 31 2008 Luke Macken 3.0-5 -- Rebuild +* Thu Jan 01 2009 Luke Macken 3.1-1 +- Latest upstream release, containing some windows-specific + optimizations and fixes. * Mon Dec 29 2008 Luke Macken 3.0-4 - Latest upstream release. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 31 Dec 2008 23:23:29 -0000 1.5 +++ sources 2 Jan 2009 04:44:32 -0000 1.6 @@ -1 +1 @@ -75c836103cbde973d7a1b627f4b8bc60 liveusb-creator-3.0.tar.bz2 +703c81199d4487d5e7de64740693b0ba liveusb-creator-3.1.tar.bz2 From lmacken at fedoraproject.org Fri Jan 2 04:46:07 2009 From: lmacken at fedoraproject.org (Luke Macken) Date: Fri, 2 Jan 2009 04:46:07 +0000 (UTC) Subject: rpms/liveusb-creator/F-9 .cvsignore, 1.2, 1.3 liveusb-creator.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090102044607.CD37370130@cvs1.fedora.phx.redhat.com> Author: lmacken Update of /cvs/pkgs/rpms/liveusb-creator/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10897 Modified Files: .cvsignore liveusb-creator.spec sources Log Message: 3.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 31 Dec 2008 23:10:23 -0000 1.2 +++ .cvsignore 2 Jan 2009 04:45:37 -0000 1.3 @@ -1 +1 @@ -liveusb-creator-3.0.tar.bz2 +liveusb-creator-3.1.tar.bz2 Index: liveusb-creator.spec =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/F-9/liveusb-creator.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- liveusb-creator.spec 31 Dec 2008 23:11:37 -0000 1.3 +++ liveusb-creator.spec 2 Jan 2009 04:45:37 -0000 1.4 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: liveusb-creator -Version: 3.0 -Release: 5%{?dist} +Version: 3.1 +Release: 1%{?dist} Summary: A liveusb creator Group: Applications/System @@ -64,8 +64,9 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/%{name} %changelog -* Wed Dec 31 2008 Luke Macken 3.0-5 -- Rebuild +* Thu Jan 01 2009 Luke Macken 3.1-1 +- Latest upstream release, containing some windows-specific + optimizations and fixes. * Mon Dec 29 2008 Luke Macken 3.0-4 - Latest upstream release. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 31 Dec 2008 23:10:23 -0000 1.3 +++ sources 2 Jan 2009 04:45:37 -0000 1.4 @@ -1 +1 @@ -75c836103cbde973d7a1b627f4b8bc60 liveusb-creator-3.0.tar.bz2 +703c81199d4487d5e7de64740693b0ba liveusb-creator-3.1.tar.bz2 From xulchris at fedoraproject.org Fri Jan 2 04:46:18 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Fri, 2 Jan 2009 04:46:18 +0000 (UTC) Subject: rpms/pypoker-eval/F-10 .cvsignore, 1.6, 1.7 pypoker-eval.spec, 1.13, 1.14 sources, 1.6, 1.7 pypoker-eval-135-python26.patch, 1.1, NONE Message-ID: <20090102044618.0AFE270130@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/pypoker-eval/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10825/F-10 Modified Files: .cvsignore pypoker-eval.spec sources Removed Files: pypoker-eval-135-python26.patch Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pypoker-eval/F-10/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 31 Mar 2008 21:28:25 -0000 1.6 +++ .cvsignore 2 Jan 2009 04:45:47 -0000 1.7 @@ -1 +1 @@ -pypoker-eval-135.0.tar.gz +pypoker-eval-136.0.tar.gz Index: pypoker-eval.spec =================================================================== RCS file: /cvs/pkgs/rpms/pypoker-eval/F-10/pypoker-eval.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pypoker-eval.spec 1 Dec 2008 21:25:26 -0000 1.13 +++ pypoker-eval.spec 2 Jan 2009 04:45:47 -0000 1.14 @@ -1,17 +1,16 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pypoker-eval -Version: 135.0 -Release: 3%{?dist} +Version: 136.0 +Release: 1%{?dist} Summary: Python interface to poker-eval Group: Development/Libraries License: GPLv2+ URL: http://pokersource.org/pypoker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz -Patch0: %{name}-135-python26.patch -BuildRequires: libtool python-devel poker-eval-devel >= 124.0 +BuildRequires: python-devel poker-eval-devel >= 124.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -31,8 +30,6 @@ %prep %setup -q -%patch0 -p2 -b .python26~ -autoreconf --force --install # make examples directory for devel %doc mkdir -p tmp/examples @@ -78,6 +75,13 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 136.0-1 +- Upstream sync +- Remove no longer needed python26 patch + +* Mon Dec 01 2008 Christopher Stone 135.0-3.1 +- Release bump for dist-f11-python + * Mon Dec 01 2008 Christopher Stone 135.0-3 - Add patch for python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pypoker-eval/F-10/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 31 Mar 2008 21:28:25 -0000 1.6 +++ sources 2 Jan 2009 04:45:47 -0000 1.7 @@ -1 +1 @@ -79db0170fe723e6e847e6bcb832d6b56 pypoker-eval-135.0.tar.gz +08cf41708c83b5f61577d7779f80cf55 pypoker-eval-136.0.tar.gz --- pypoker-eval-135-python26.patch DELETED --- From xulchris at fedoraproject.org Fri Jan 2 04:46:18 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Fri, 2 Jan 2009 04:46:18 +0000 (UTC) Subject: rpms/pypoker-eval/F-8 .cvsignore, 1.6, 1.7 pypoker-eval.spec, 1.12, 1.13 sources, 1.6, 1.7 pypoker-eval-135-python26.patch, 1.1, NONE Message-ID: <20090102044618.6065E70130@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/pypoker-eval/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10825/F-8 Modified Files: .cvsignore pypoker-eval.spec sources Removed Files: pypoker-eval-135-python26.patch Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pypoker-eval/F-8/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 31 Mar 2008 21:28:11 -0000 1.6 +++ .cvsignore 2 Jan 2009 04:45:48 -0000 1.7 @@ -1 +1 @@ -pypoker-eval-135.0.tar.gz +pypoker-eval-136.0.tar.gz Index: pypoker-eval.spec =================================================================== RCS file: /cvs/pkgs/rpms/pypoker-eval/F-8/pypoker-eval.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- pypoker-eval.spec 1 Dec 2008 21:25:26 -0000 1.12 +++ pypoker-eval.spec 2 Jan 2009 04:45:48 -0000 1.13 @@ -1,17 +1,16 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pypoker-eval -Version: 135.0 -Release: 3%{?dist} +Version: 136.0 +Release: 1%{?dist} Summary: Python interface to poker-eval Group: Development/Libraries License: GPLv2+ URL: http://pokersource.org/pypoker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz -Patch0: %{name}-135-python26.patch -BuildRequires: libtool python-devel poker-eval-devel >= 124.0 +BuildRequires: python-devel poker-eval-devel >= 124.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -31,8 +30,6 @@ %prep %setup -q -%patch0 -p2 -b .python26~ -autoreconf --force --install # make examples directory for devel %doc mkdir -p tmp/examples @@ -78,6 +75,13 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 136.0-1 +- Upstream sync +- Remove no longer needed python26 patch + +* Mon Dec 01 2008 Christopher Stone 135.0-3.1 +- Release bump for dist-f11-python + * Mon Dec 01 2008 Christopher Stone 135.0-3 - Add patch for python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pypoker-eval/F-8/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 31 Mar 2008 21:28:12 -0000 1.6 +++ sources 2 Jan 2009 04:45:48 -0000 1.7 @@ -1 +1 @@ -79db0170fe723e6e847e6bcb832d6b56 pypoker-eval-135.0.tar.gz +08cf41708c83b5f61577d7779f80cf55 pypoker-eval-136.0.tar.gz --- pypoker-eval-135-python26.patch DELETED --- From xulchris at fedoraproject.org Fri Jan 2 04:46:18 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Fri, 2 Jan 2009 04:46:18 +0000 (UTC) Subject: rpms/pypoker-eval/F-9 .cvsignore, 1.6, 1.7 pypoker-eval.spec, 1.13, 1.14 sources, 1.6, 1.7 pypoker-eval-135-python26.patch, 1.1, NONE Message-ID: <20090102044618.AD89E70130@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/pypoker-eval/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10825/F-9 Modified Files: .cvsignore pypoker-eval.spec sources Removed Files: pypoker-eval-135-python26.patch Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pypoker-eval/F-9/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 31 Mar 2008 21:28:25 -0000 1.6 +++ .cvsignore 2 Jan 2009 04:45:48 -0000 1.7 @@ -1 +1 @@ -pypoker-eval-135.0.tar.gz +pypoker-eval-136.0.tar.gz Index: pypoker-eval.spec =================================================================== RCS file: /cvs/pkgs/rpms/pypoker-eval/F-9/pypoker-eval.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pypoker-eval.spec 1 Dec 2008 21:25:27 -0000 1.13 +++ pypoker-eval.spec 2 Jan 2009 04:45:48 -0000 1.14 @@ -1,17 +1,16 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pypoker-eval -Version: 135.0 -Release: 3%{?dist} +Version: 136.0 +Release: 1%{?dist} Summary: Python interface to poker-eval Group: Development/Libraries License: GPLv2+ URL: http://pokersource.org/pypoker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz -Patch0: %{name}-135-python26.patch -BuildRequires: libtool python-devel poker-eval-devel >= 124.0 +BuildRequires: python-devel poker-eval-devel >= 124.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -31,8 +30,6 @@ %prep %setup -q -%patch0 -p2 -b .python26~ -autoreconf --force --install # make examples directory for devel %doc mkdir -p tmp/examples @@ -78,6 +75,13 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 136.0-1 +- Upstream sync +- Remove no longer needed python26 patch + +* Mon Dec 01 2008 Christopher Stone 135.0-3.1 +- Release bump for dist-f11-python + * Mon Dec 01 2008 Christopher Stone 135.0-3 - Add patch for python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pypoker-eval/F-9/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 31 Mar 2008 21:28:25 -0000 1.6 +++ sources 2 Jan 2009 04:45:48 -0000 1.7 @@ -1 +1 @@ -79db0170fe723e6e847e6bcb832d6b56 pypoker-eval-135.0.tar.gz +08cf41708c83b5f61577d7779f80cf55 pypoker-eval-136.0.tar.gz --- pypoker-eval-135-python26.patch DELETED --- From xulchris at fedoraproject.org Fri Jan 2 04:46:18 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Fri, 2 Jan 2009 04:46:18 +0000 (UTC) Subject: rpms/pypoker-eval/devel .cvsignore, 1.6, 1.7 pypoker-eval.spec, 1.15, 1.16 sources, 1.6, 1.7 pypoker-eval-135-python26.patch, 1.1, NONE Message-ID: <20090102044618.E947D70130@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/pypoker-eval/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10825/devel Modified Files: .cvsignore pypoker-eval.spec sources Removed Files: pypoker-eval-135-python26.patch Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pypoker-eval/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 31 Mar 2008 21:28:25 -0000 1.6 +++ .cvsignore 2 Jan 2009 04:45:48 -0000 1.7 @@ -1 +1 @@ -pypoker-eval-135.0.tar.gz +pypoker-eval-136.0.tar.gz Index: pypoker-eval.spec =================================================================== RCS file: /cvs/pkgs/rpms/pypoker-eval/devel/pypoker-eval.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- pypoker-eval.spec 1 Dec 2008 23:07:35 -0000 1.15 +++ pypoker-eval.spec 2 Jan 2009 04:45:48 -0000 1.16 @@ -1,17 +1,16 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: pypoker-eval -Version: 135.0 -Release: 3%{?dist}.1 +Version: 136.0 +Release: 1%{?dist} Summary: Python interface to poker-eval Group: Development/Libraries License: GPLv2+ URL: http://pokersource.org/pypoker-eval Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz -Patch0: %{name}-135-python26.patch -BuildRequires: libtool python-devel poker-eval-devel >= 124.0 +BuildRequires: python-devel poker-eval-devel >= 124.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -31,8 +30,6 @@ %prep %setup -q -%patch0 -p2 -b .python26~ -autoreconf --force --install # make examples directory for devel %doc mkdir -p tmp/examples @@ -78,6 +75,10 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 136.0-1 +- Upstream sync +- Remove no longer needed python26 patch + * Mon Dec 01 2008 Christopher Stone 135.0-3.1 - Release bump for dist-f11-python Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pypoker-eval/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 31 Mar 2008 21:28:25 -0000 1.6 +++ sources 2 Jan 2009 04:45:48 -0000 1.7 @@ -1 +1 @@ -79db0170fe723e6e847e6bcb832d6b56 pypoker-eval-135.0.tar.gz +08cf41708c83b5f61577d7779f80cf55 pypoker-eval-136.0.tar.gz --- pypoker-eval-135-python26.patch DELETED --- From roland at fedoraproject.org Fri Jan 2 05:37:55 2009 From: roland at fedoraproject.org (Roland McGrath) Date: Fri, 2 Jan 2009 05:37:55 +0000 (UTC) Subject: rpms/elfutils/devel elfutils-0.138-libelf-padding-fix.patch, NONE, 1.1 elfutils.spec, 1.110, 1.111 Message-ID: <20090102053755.8A79470130@cvs1.fedora.phx.redhat.com> Author: roland Update of /cvs/pkgs/rpms/elfutils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21872 Modified Files: elfutils.spec Added Files: elfutils-0.138-libelf-padding-fix.patch Log Message: * Thu Jan 1 2009 Roland McGrath - 0.138-2 - Fix libelf regression. elfutils-0.138-libelf-padding-fix.patch: --- NEW FILE elfutils-0.138-libelf-padding-fix.patch --- commit ed9d3bc176b3f0318551d9214b1cec4e49197842 Author: Roland McGrath Date: Thu Jan 1 21:22:18 2009 -0800 Fill gaps and update bookkeeping between all sections, not only before a dirty one. --- libelf/ChangeLog | 7 ++ libelf/elf32_updatefile.c | 142 +++++++++++++++++++++++++++------------------ 2 files changed, 93 insertions(+), 56 deletions(-) diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 9578f8b..bb487b1 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,10 @@ +2009-01-01 Roland McGrath + + * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): + Fill gaps and update bookkeeping between all sections, + not only before a dirty one. + (__elfw2(LIBELFBITS,updatefile)): Likewise. + 2008-12-11 Roland McGrath * elf32_updatefile.c (__elfw2(LIBELFBITS,updatemmap)): Handle diff --git a/libelf/elf32_updatefile.c b/libelf/elf32_updatefile.c index e88f4a4..4e170cb 100644 --- a/libelf/elf32_updatefile.c +++ b/libelf/elf32_updatefile.c @@ -1,5 +1,5 @@ /* Write changed data structures. - Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 Red Hat, Inc. + Copyright (C) 2000,2001,2002,2004,2005,2006,2007,2008,2009 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper , 2000. @@ -127,7 +127,6 @@ internal_function __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum) { ElfW2(LIBELFBITS,Ehdr) *ehdr; - char *last_position; /* We need the ELF header several times. */ ehdr = elf->state.ELFW(elf,LIBELFBITS).ehdr; @@ -204,10 +203,11 @@ __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum) /* From now on we have to keep track of the last position to eventually fill the gaps with the prescribed fill byte. */ - last_position = ((char *) elf->map_address + elf->start_offset - + MAX (elf_typesize (LIBELFBITS, ELF_T_EHDR, 1), - ehdr->e_phoff) - + elf_typesize (LIBELFBITS, ELF_T_PHDR, ehdr->e_phnum)); + char *last_position = ((char *) elf->map_address + elf->start_offset + + MAX (elf_typesize (LIBELFBITS, ELF_T_EHDR, 1), + ehdr->e_phoff) + + elf_typesize (LIBELFBITS, + ELF_T_PHDR, ehdr->e_phnum)); /* Write all the sections. Well, only those which are modified. */ if (shnum > 0) @@ -278,6 +278,35 @@ __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum) } } + /* Prepare to write at START, and then update LAST_POSITION. + If LAST_POSITION was before START, fill in the gap. */ + inline void prepare_position (char *start) + { + if (start > last_position) + { + /* This code assumes that the data blocks for + a section are ordered by offset. */ + size_t written = 0; + + if (last_position < shdr_start) + { + written = MIN (start - last_position, + shdr_start - last_position); + + memset (last_position, __libelf_fill_byte, written); + } + + if (last_position + written != start && shdr_end < start) + memset (shdr_end, __libelf_fill_byte, start - shdr_end); + } + + /* Let it go backward if the sections use a bogus layout with + overlaps. We'll overwrite the stupid user's section data + with the latest one, rather than crashing. */ + + last_position = start; + } + /* Iterate over all the section in the order in which they appear in the output file. */ for (size_t cnt = 0; cnt < shnum; ++cnt) @@ -298,38 +327,10 @@ __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum) assert (dl->data.d.d_size <= (shdr->sh_size - (GElf_Off) dl->data.d.d_off)); + prepare_position (scn_start + dl->data.d.d_off); + if ((scn->flags | dl->flags | elf->flags) & ELF_F_DIRTY) { - if (scn_start + dl->data.d.d_off > last_position) - { - /* This code assumes that the data blocks for - a section are ordered by offset. */ - size_t written = 0; - - if (last_position < shdr_start) - { - written = MIN (scn_start + dl->data.d.d_off - - last_position, - shdr_start - last_position); - - memset (last_position, __libelf_fill_byte, - written); - } - - if (last_position + written - != scn_start + dl->data.d.d_off - && shdr_end < scn_start + dl->data.d.d_off) - memset (shdr_end, __libelf_fill_byte, - scn_start + dl->data.d.d_off - shdr_end); - } - - /* Let it go backward if the sections use a bogus - layout with overlaps. We'll overwrite the stupid - user's section data with the latest one, rather than - crashing. */ - - last_position = scn_start + dl->data.d.d_off; - if (unlikely (change_bo)) { #if EV_NUM != 2 @@ -362,9 +363,19 @@ __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum) dl = dl->next; } while (dl != NULL); - else if (shdr->sh_type != SHT_NOBITS && scn->index != 0) - /* We have to trust the existing section header information. */ - last_position += shdr->sh_size; + else if (shdr->sh_type != SHT_NOBITS && scn->index != 0 + && shdr->sh_size != 0) + { + /* We have to trust the existing section header information. + + If there are any contents at all, we must be sure we've + filled in any gap before them, even if it turns out we + aren't touching the contents after the gap. */ + + prepare_position (scn_start); + + last_position += shdr->sh_size; + } scn->flags &= ~ELF_F_DIRTY; } @@ -622,31 +633,39 @@ __elfw2(LIBELFBITS,updatefile) (Elf *elf, int change_bo, size_t shnum) off_t scn_start = elf->start_offset + shdr->sh_offset; Elf_Data_List *dl = &scn->data_list; + /* Prepare to write at START, and then update LAST_OFFSET. + If LAST_OFFSET was before START, fill in the gap. */ + inline bool prepare_offset (off_t start) + { + if (start > last_offset) + { + if (unlikely (fill (elf->fildes, last_offset, + start - last_offset, fillbuf, + &filled) != 0)) + return true; + } + + /* Let it go backward if the sections use a bogus layout with + overlaps. We'll overwrite the stupid user's section data + with the latest one, rather than crashing. */ + + last_offset = start; + + return false; + } + if (shdr->sh_type != SHT_NOBITS && scn->data_list_rear != NULL && scn->index != 0) do { + if (unlikely (prepare_offset (scn_start + dl->data.d.d_off))) + return 1; + if ((scn->flags | dl->flags | elf->flags) & ELF_F_DIRTY) { char tmpbuf[MAX_TMPBUF]; void *buf = dl->data.d.d_buf; - if (scn_start + dl->data.d.d_off > last_offset) - { - if (unlikely (fill (elf->fildes, last_offset, - (scn_start + dl->data.d.d_off) - - last_offset, fillbuf, - &filled) != 0)) - return 1; - } - - /* Let it go backward if the sections use a bogus - layout with overlaps. We'll overwrite the stupid - user's section data with the latest one, rather than - crashing. */ - - last_offset = scn_start + dl->data.d.d_off; - if (unlikely (change_bo)) { #if EV_NUM != 2 @@ -696,7 +715,18 @@ __elfw2(LIBELFBITS,updatefile) (Elf *elf, int change_bo, size_t shnum) } while (dl != NULL); else if (shdr->sh_type != SHT_NOBITS && scn->index != 0) - last_offset = scn_start + shdr->sh_size; + { + /* We have to trust the existing section header information. + + If there are any contents at all, we must be sure we've + filled in any gap before them, even if it turns out we + aren't touching the contents after the gap. */ + + if (shdr->sh_size != 0 && unlikely (prepare_offset (scn_start))) + return 1; + + last_offset = scn_start + shdr->sh_size; + } /* Collect the section header table information. */ if (unlikely (change_bo)) Index: elfutils.spec =================================================================== RCS file: /cvs/pkgs/rpms/elfutils/devel/elfutils.spec,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- elfutils.spec 31 Dec 2008 22:12:44 -0000 1.110 +++ elfutils.spec 2 Jan 2009 05:37:25 -0000 1.111 @@ -1,5 +1,5 @@ %define eu_version 0.138 -%define eu_release 1 +%define eu_release 2 %if %{?_with_compat:1}%{!?_with_compat:0} %define compat 1 @@ -38,6 +38,8 @@ Requires: elfutils-libelf-%{_arch} = %{version}-%{release} Requires: elfutils-libs-%{_arch} = %{version}-%{release} +Patch3: elfutils-0.138-libelf-padding-fix.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bison >= 1.875 BuildRequires: flex >= 2.5.4a @@ -156,6 +158,8 @@ %patch2 -p1 -b .robustify +%patch3 -p1 -b .fixes + find . -name \*.sh ! -perm -0100 -print | xargs chmod +x %build @@ -263,6 +267,9 @@ %{_libdir}/libelf.a %changelog +* Thu Jan 1 2009 Roland McGrath - 0.138-2 +- Fix libelf regression. + * Wed Dec 31 2008 Roland McGrath - 0.138-1 - Update to 0.138 - Install header file for applications to use in From xulchris at fedoraproject.org Fri Jan 2 05:44:41 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Fri, 2 Jan 2009 05:44:41 +0000 (UTC) Subject: rpms/poker-engine/F-10 .cvsignore, 1.15, 1.16 poker-engine.spec, 1.24, 1.25 sources, 1.15, 1.16 Message-ID: <20090102054441.CC47270130@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/poker-engine/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25375/F-10 Modified Files: .cvsignore poker-engine.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/poker-engine/F-10/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 24 Dec 2008 17:46:52 -0000 1.15 +++ .cvsignore 2 Jan 2009 05:44:11 -0000 1.16 @@ -1 +1 @@ -poker-engine-1.3.1.tar.gz +poker-engine-1.3.2.tar.gz Index: poker-engine.spec =================================================================== RCS file: /cvs/pkgs/rpms/poker-engine/F-10/poker-engine.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- poker-engine.spec 24 Dec 2008 17:46:52 -0000 1.24 +++ poker-engine.spec 2 Jan 2009 05:44:11 -0000 1.25 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: poker-engine -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: Python library that implements poker rules @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext +BuildRequires: gettext procps BuildRequires: rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0 Requires: rsync libxml2-python libxslt-python pypoker-eval >= 128.0 @@ -72,6 +72,10 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 1.3.2-1 +- Upstream sync +- Add new BR procps for make check + * Wed Dec 24 2008 Christopher Stone 1.3.1-1 - Upstream sync Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/poker-engine/F-10/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 24 Dec 2008 17:46:52 -0000 1.15 +++ sources 2 Jan 2009 05:44:11 -0000 1.16 @@ -1 +1 @@ -adae03f1becb70d99efcb06e25c80192 poker-engine-1.3.1.tar.gz +4614a68ba0ee765e76ea958bdc2c0780 poker-engine-1.3.2.tar.gz From xulchris at fedoraproject.org Fri Jan 2 05:44:41 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Fri, 2 Jan 2009 05:44:41 +0000 (UTC) Subject: rpms/poker-engine/F-8 .cvsignore, 1.15, 1.16 poker-engine.spec, 1.24, 1.25 sources, 1.15, 1.16 Message-ID: <20090102054441.ED69E70130@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/poker-engine/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25375/F-8 Modified Files: .cvsignore poker-engine.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/poker-engine/F-8/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 24 Dec 2008 17:46:53 -0000 1.15 +++ .cvsignore 2 Jan 2009 05:44:11 -0000 1.16 @@ -1 +1 @@ -poker-engine-1.3.1.tar.gz +poker-engine-1.3.2.tar.gz Index: poker-engine.spec =================================================================== RCS file: /cvs/pkgs/rpms/poker-engine/F-8/poker-engine.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- poker-engine.spec 24 Dec 2008 17:46:53 -0000 1.24 +++ poker-engine.spec 2 Jan 2009 05:44:11 -0000 1.25 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: poker-engine -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: Python library that implements poker rules @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext +BuildRequires: gettext procps BuildRequires: rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0 Requires: rsync libxml2-python libxslt-python pypoker-eval >= 128.0 @@ -72,6 +72,10 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 1.3.2-1 +- Upstream sync +- Add new BR procps for make check + * Wed Dec 24 2008 Christopher Stone 1.3.1-1 - Upstream sync Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/poker-engine/F-8/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 24 Dec 2008 17:46:53 -0000 1.15 +++ sources 2 Jan 2009 05:44:11 -0000 1.16 @@ -1 +1 @@ -adae03f1becb70d99efcb06e25c80192 poker-engine-1.3.1.tar.gz +4614a68ba0ee765e76ea958bdc2c0780 poker-engine-1.3.2.tar.gz From xulchris at fedoraproject.org Fri Jan 2 05:44:42 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Fri, 2 Jan 2009 05:44:42 +0000 (UTC) Subject: rpms/poker-engine/F-9 .cvsignore, 1.15, 1.16 poker-engine.spec, 1.24, 1.25 sources, 1.15, 1.16 Message-ID: <20090102054442.4273270130@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/poker-engine/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25375/F-9 Modified Files: .cvsignore poker-engine.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/poker-engine/F-9/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 24 Dec 2008 17:46:53 -0000 1.15 +++ .cvsignore 2 Jan 2009 05:44:11 -0000 1.16 @@ -1 +1 @@ -poker-engine-1.3.1.tar.gz +poker-engine-1.3.2.tar.gz Index: poker-engine.spec =================================================================== RCS file: /cvs/pkgs/rpms/poker-engine/F-9/poker-engine.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- poker-engine.spec 24 Dec 2008 17:46:53 -0000 1.24 +++ poker-engine.spec 2 Jan 2009 05:44:11 -0000 1.25 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: poker-engine -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: Python library that implements poker rules @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext +BuildRequires: gettext procps BuildRequires: rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0 Requires: rsync libxml2-python libxslt-python pypoker-eval >= 128.0 @@ -72,6 +72,10 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 1.3.2-1 +- Upstream sync +- Add new BR procps for make check + * Wed Dec 24 2008 Christopher Stone 1.3.1-1 - Upstream sync Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/poker-engine/F-9/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 24 Dec 2008 17:46:53 -0000 1.15 +++ sources 2 Jan 2009 05:44:11 -0000 1.16 @@ -1 +1 @@ -adae03f1becb70d99efcb06e25c80192 poker-engine-1.3.1.tar.gz +4614a68ba0ee765e76ea958bdc2c0780 poker-engine-1.3.2.tar.gz From xulchris at fedoraproject.org Fri Jan 2 05:44:42 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Fri, 2 Jan 2009 05:44:42 +0000 (UTC) Subject: rpms/poker-engine/devel .cvsignore, 1.15, 1.16 poker-engine.spec, 1.25, 1.26 sources, 1.15, 1.16 Message-ID: <20090102054442.9A2D070130@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/poker-engine/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25375/devel Modified Files: .cvsignore poker-engine.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/poker-engine/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 24 Dec 2008 17:46:53 -0000 1.15 +++ .cvsignore 2 Jan 2009 05:44:12 -0000 1.16 @@ -1 +1 @@ -poker-engine-1.3.1.tar.gz +poker-engine-1.3.2.tar.gz Index: poker-engine.spec =================================================================== RCS file: /cvs/pkgs/rpms/poker-engine/devel/poker-engine.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- poker-engine.spec 24 Dec 2008 17:46:53 -0000 1.25 +++ poker-engine.spec 2 Jan 2009 05:44:12 -0000 1.26 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: poker-engine -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: Python library that implements poker rules @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: gettext +BuildRequires: gettext procps BuildRequires: rsync libxml2-python libxslt-python pypoker-eval-devel >= 128.0 Requires: rsync libxml2-python libxslt-python pypoker-eval >= 128.0 @@ -72,6 +72,10 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 1.3.2-1 +- Upstream sync +- Add new BR procps for make check + * Wed Dec 24 2008 Christopher Stone 1.3.1-1 - Upstream sync Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/poker-engine/devel/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 24 Dec 2008 17:46:53 -0000 1.15 +++ sources 2 Jan 2009 05:44:12 -0000 1.16 @@ -1 +1 @@ -adae03f1becb70d99efcb06e25c80192 poker-engine-1.3.1.tar.gz +4614a68ba0ee765e76ea958bdc2c0780 poker-engine-1.3.2.tar.gz From mjakubicek at fedoraproject.org Fri Jan 2 07:08:53 2009 From: mjakubicek at fedoraproject.org (=?utf-8?b?TWlsb8WhIEpha3Viw63EjWVr?=) Date: Fri, 2 Jan 2009 07:08:53 +0000 (UTC) Subject: rpms/boinc-client/devel boinc-gccflags.patch, 1.2, 1.3 boinc-locales.patch, 1.1, 1.2 Message-ID: <20090102070853.9616770130@cvs1.fedora.phx.redhat.com> Author: mjakubicek Update of /cvs/pkgs/rpms/boinc-client/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10420 Modified Files: boinc-gccflags.patch boinc-locales.patch Log Message: -Forgot to commit updated patches. boinc-gccflags.patch: Index: boinc-gccflags.patch =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-gccflags.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- boinc-gccflags.patch 26 Aug 2008 20:27:10 -0000 1.2 +++ boinc-gccflags.patch 2 Jan 2009 07:08:23 -0000 1.3 @@ -1,7 +1,7 @@ ---- boinc_core_release_6_2_15/client/Makefile.am.orig 2008-08-04 19:25:20.000000000 +0200 -+++ boinc_core_release_6_2_15/client/Makefile.am 2008-08-04 19:25:35.000000000 +0200 -@@ -61,7 +61,7 @@ - work_fetch.C +--- boinc_core_release_6_4_5/client/Makefile.am.orig 2008-12-17 19:25:20.000000000 +0200 ++++ boinc_core_release_6_4_5/client/Makefile.am 2008-12-17 19:25:35.000000000 +0200 +@@ -65,7 +65,7 @@ + work_fetch.cpp boinc_client_DEPENDENCIES = -boinc_client_CPPFLAGS = -O3 -fomit-frame-pointer -fforce-addr -ffast-math $(AM_CPPFLAGS) @@ -9,10 +9,10 @@ boinc_client_LDFLAGS = -static-libgcc boinc_client_LDADD = $(LIBBOINC) $(PTHREAD_LIBS) ---- boinc_core_release_6_2_15/client/Makefile.in.orig 2008-08-04 19:25:24.000000000 +0200 -+++ boinc_core_release_6_2_15/client/Makefile.in 2008-08-04 19:25:51.000000000 +0200 -@@ -367,7 +367,7 @@ - work_fetch.C +--- boinc_core_release_6_4_5/client/Makefile.in.orig 2008-12-17 19:25:24.000000000 +0200 ++++ boinc_core_release_6_4_5/client/Makefile.in 2008-12-17 19:25:51.000000000 +0200 +@@ -373,7 +373,7 @@ + work_fetch.cpp boinc_client_DEPENDENCIES = -boinc_client_CPPFLAGS = -O3 -fomit-frame-pointer -fforce-addr -ffast-math $(AM_CPPFLAGS) boinc-locales.patch: Index: boinc-locales.patch =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-locales.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- boinc-locales.patch 17 May 2008 11:06:15 -0000 1.1 +++ boinc-locales.patch 2 Jan 2009 07:08:23 -0000 1.2 @@ -1,11 +1,11 @@ ---- boinc_core_release_5_10_45_orig/clientgui/BOINCGUIApp.cpp 2008-05-17 12:45:13.000000000 +0200 -+++ boinc_core_release_5_10_45/clientgui/BOINCGUIApp.cpp 2008-05-17 12:45:34.000000000 +0200 -@@ -258,7 +258,7 @@ - ); - } - m_pLocale->AddCatalogLookupPathPrefix(wxT("locale")); -- m_pLocale->AddCatalog(wxT("BOINC Manager")); -+ m_pLocale->AddCatalog(wxT("BOINC-Manager")); - - InitSupportedLanguages(); - +--- boinc_core_release_6_4_5/clientgui/BOINCGUIApp.cpp.orig 2008-12-17 23:33:16.000000000 +0100 ++++ boinc_core_release_6_4_5/clientgui/BOINCGUIApp.cpp 2008-12-17 23:33:19.000000000 +0100 +@@ -329,7 +329,7 @@ + ); + } + m_pLocale->AddCatalogLookupPathPrefix(wxT("locale")); +- m_pLocale->AddCatalog(wxT("BOINC Manager")); ++ m_pLocale->AddCatalog(wxT("BOINC-Manager")); + + InitSupportedLanguages(); + From jwrdegoede at fedoraproject.org Fri Jan 2 08:24:37 2009 From: jwrdegoede at fedoraproject.org (Hans de Goede) Date: Fri, 2 Jan 2009 08:24:37 +0000 (UTC) Subject: rpms/lm_sensors/devel lm_sensors-3.0.3-acpi-bus.patch, NONE, 1.1 .cvsignore, 1.22, 1.23 lm_sensors.spec, 1.66, 1.67 sources, 1.22, 1.23 Message-ID: <20090102082438.115F570130@cvs1.fedora.phx.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/lm_sensors/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27904 Modified Files: .cvsignore lm_sensors.spec sources Added Files: lm_sensors-3.0.3-acpi-bus.patch Log Message: * Thu Jan 1 2009 Hans de Goede 3.0.3-1 - New upstream release 3.0.3 - Add a patch to support drivers with an ACPI "bus" (new Asus atk0110 drv) lm_sensors-3.0.3-acpi-bus.patch: --- NEW FILE lm_sensors-3.0.3-acpi-bus.patch --- Index: lib/access.c =================================================================== --- lib/access.c (revision 5577) +++ lib/access.c (working copy) @@ -349,6 +349,8 @@ return "SPI adapter"; case SENSORS_BUS_TYPE_VIRTUAL: return "Virtual device"; + case SENSORS_BUS_TYPE_ACPI: + return "ACPI interface"; } /* bus types with several instances */ Index: lib/sensors.h =================================================================== --- lib/sensors.h (revision 5577) +++ lib/sensors.h (working copy) @@ -42,6 +42,7 @@ #define SENSORS_BUS_TYPE_PCI 2 #define SENSORS_BUS_TYPE_SPI 3 #define SENSORS_BUS_TYPE_VIRTUAL 4 +#define SENSORS_BUS_TYPE_ACPI 5 #define SENSORS_BUS_NR_ANY (-1) #define SENSORS_BUS_NR_IGNORE (-2) Index: lib/sysfs.c =================================================================== --- lib/sysfs.c (revision 5577) +++ lib/sysfs.c (working copy) @@ -596,6 +596,11 @@ entry.chip.addr = 0; entry.chip.bus.type = SENSORS_BUS_TYPE_ISA; entry.chip.bus.nr = 0; + } else if (subsys && !strcmp(subsys, "acpi")) { + entry.chip.bus.type = SENSORS_BUS_TYPE_ACPI; + /* For now we assume that acpi devices are unique */ + entry.chip.bus.nr = 0; + entry.chip.addr = 0; } else { /* Ignore unknown device */ err = 0; Index: lib/data.c =================================================================== --- lib/data.c (revision 5577) +++ lib/data.c (working copy) @@ -111,6 +111,8 @@ res->bus.type = SENSORS_BUS_TYPE_SPI; else if (!strncmp(name, "virtual", dash - name)) res->bus.type = SENSORS_BUS_TYPE_VIRTUAL; + else if (!strncmp(name, "acpi", dash - name)) + res->bus.type = SENSORS_BUS_TYPE_ACPI; else goto ERROR; name = dash + 1; @@ -174,6 +176,9 @@ case SENSORS_BUS_TYPE_VIRTUAL: return snprintf(str, size, "%s-virtual-%x", chip->prefix, chip->addr); + case SENSORS_BUS_TYPE_ACPI: + return snprintf(str, size, "%s-acpi-%x", chip->prefix, + chip->addr); } return -SENSORS_ERR_CHIP_NAME; Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/lm_sensors/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 1 Jul 2008 11:12:08 -0000 1.22 +++ .cvsignore 2 Jan 2009 08:24:06 -0000 1.23 @@ -1 +1 @@ -lm_sensors-3.0.2.tar.bz2 +lm_sensors-3.0.3.tar.bz2 Index: lm_sensors.spec =================================================================== RCS file: /cvs/extras/rpms/lm_sensors/devel/lm_sensors.spec,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- lm_sensors.spec 1 Jul 2008 11:12:08 -0000 1.66 +++ lm_sensors.spec 2 Jan 2009 08:24:07 -0000 1.67 @@ -1,5 +1,5 @@ Name: lm_sensors -Version: 3.0.2 +Version: 3.0.3 Release: 1%{?dist} URL: http://www.lm-sensors.org/ Source: http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{version}.tar.bz2 @@ -7,6 +7,8 @@ # these 2 were taken from PLD-linux, Thanks! Source2: sensord.sysconfig Source3: sensord.init +# submitted to upstream mailinglist +Patch0: lm_sensors-3.0.3-acpi-bus.patch Summary: Hardware monitoring tools Group: Applications/System License: GPLv2+ @@ -48,6 +50,7 @@ %prep %setup -q +%patch0 -p0 mv prog/init/README prog/init/README.initscripts chmod -x prog/init/fancontrol.init @@ -161,6 +164,10 @@ %changelog +* Thu Jan 1 2009 Hans de Goede 3.0.3-1 +- New upstream release 3.0.3 +- Add a patch to support drivers with an ACPI "bus" (new Asus atk0110 drv) + * Tue Jul 1 2008 Hans de Goede 3.0.2-1 - New upstream release 3.0.2 - This release contains various important fixes to sensors-detect, which made Index: sources =================================================================== RCS file: /cvs/extras/rpms/lm_sensors/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 1 Jul 2008 11:12:08 -0000 1.22 +++ sources 2 Jan 2009 08:24:07 -0000 1.23 @@ -1 +1 @@ -5b210ba9cc01f00161c438fd618484e5 lm_sensors-3.0.2.tar.bz2 +e88b236228ac2a50821217015b8fd0fa lm_sensors-3.0.3.tar.bz2 From sharkcz at fedoraproject.org Fri Jan 2 09:14:54 2009 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Fri, 2 Jan 2009 09:14:54 +0000 (UTC) Subject: rpms/qlandkartegt/devel .cvsignore, 1.5, 1.6 qlandkartegt.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <20090102091454.54AAD70130@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/qlandkartegt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11106 Modified Files: .cvsignore qlandkartegt.spec sources Log Message: * Fri Jan 2 2009 Dan Horak 0.9.3-1 - update to 0.9.3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/qlandkartegt/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Dec 2008 17:28:38 -0000 1.5 +++ .cvsignore 2 Jan 2009 09:14:23 -0000 1.6 @@ -1 +1 @@ -QLandkarteGT.0.9.2.tar.gz +QLandkarteGT.0.9.3.tar.gz Index: qlandkartegt.spec =================================================================== RCS file: /cvs/pkgs/rpms/qlandkartegt/devel/qlandkartegt.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- qlandkartegt.spec 23 Dec 2008 17:28:39 -0000 1.4 +++ qlandkartegt.spec 2 Jan 2009 09:14:23 -0000 1.5 @@ -1,8 +1,8 @@ %define cap_name QLandkarteGT -%define rel_date 2008.12.23 +%define rel_date 2009.01.01 Name: qlandkartegt -Version: 0.9.2 +Version: 0.9.3 Release: 1%{?dist} Summary: GPS device mapping tool @@ -68,6 +68,9 @@ %changelog +* Fri Jan 2 2009 Dan Horak 0.9.3-1 +- update to 0.9.3 + * Tue Dec 23 2008 Dan Horak 0.9.2-1 - update to 0.9.2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/qlandkartegt/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 23 Dec 2008 17:28:39 -0000 1.5 +++ sources 2 Jan 2009 09:14:23 -0000 1.6 @@ -1 +1 @@ -b2840ac89a8c46fe6177ecf80c9c635d QLandkarteGT.0.9.2.tar.gz +6cd5e909812ffea3f2bb0ecdaeb095aa QLandkarteGT.0.9.3.tar.gz From sharkcz at fedoraproject.org Fri Jan 2 09:18:12 2009 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Fri, 2 Jan 2009 09:18:12 +0000 (UTC) Subject: rpms/qlandkartegt/F-10 .cvsignore, 1.5, 1.6 qlandkartegt.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <20090102091812.E60AE70130@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/qlandkartegt/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11725 Modified Files: .cvsignore qlandkartegt.spec sources Log Message: * Fri Jan 2 2009 Dan Horak 0.9.3-1 - update to 0.9.3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/qlandkartegt/F-10/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Dec 2008 17:47:57 -0000 1.5 +++ .cvsignore 2 Jan 2009 09:17:42 -0000 1.6 @@ -1 +1 @@ -QLandkarteGT.0.9.2.tar.gz +QLandkarteGT.0.9.3.tar.gz Index: qlandkartegt.spec =================================================================== RCS file: /cvs/pkgs/rpms/qlandkartegt/F-10/qlandkartegt.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- qlandkartegt.spec 23 Dec 2008 17:47:57 -0000 1.4 +++ qlandkartegt.spec 2 Jan 2009 09:17:42 -0000 1.5 @@ -1,8 +1,8 @@ %define cap_name QLandkarteGT -%define rel_date 2008.12.23 +%define rel_date 2009.01.01 Name: qlandkartegt -Version: 0.9.2 +Version: 0.9.3 Release: 1%{?dist} Summary: GPS device mapping tool @@ -68,6 +68,9 @@ %changelog +* Fri Jan 2 2009 Dan Horak 0.9.3-1 +- update to 0.9.3 + * Tue Dec 23 2008 Dan Horak 0.9.2-1 - update to 0.9.2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/qlandkartegt/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 23 Dec 2008 17:47:57 -0000 1.5 +++ sources 2 Jan 2009 09:17:42 -0000 1.6 @@ -1 +1 @@ -b2840ac89a8c46fe6177ecf80c9c635d QLandkarteGT.0.9.2.tar.gz +6cd5e909812ffea3f2bb0ecdaeb095aa QLandkarteGT.0.9.3.tar.gz From akahl at fedoraproject.org Fri Jan 2 09:19:02 2009 From: akahl at fedoraproject.org (Alexander Kahl) Date: Fri, 2 Jan 2009 09:19:02 +0000 (UTC) Subject: rpms/php-ZendFramework/devel .cvsignore, 1.5, 1.6 php-ZendFramework.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20090102091902.ACBA170130@cvs1.fedora.phx.redhat.com> Author: akahl Update of /cvs/pkgs/rpms/php-ZendFramework/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11942 Modified Files: .cvsignore php-ZendFramework.spec sources Log Message: * update to 1.7.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/php-ZendFramework/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 19 Nov 2008 13:44:43 -0000 1.5 +++ .cvsignore 2 Jan 2009 09:18:32 -0000 1.6 @@ -1 +1 @@ -ZendFramework-1.7.0.tar.gz +ZendFramework-1.7.2.tar.gz Index: php-ZendFramework.spec =================================================================== RCS file: /cvs/pkgs/rpms/php-ZendFramework/devel/php-ZendFramework.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- php-ZendFramework.spec 19 Nov 2008 17:39:57 -0000 1.6 +++ php-ZendFramework.spec 2 Jan 2009 09:18:32 -0000 1.7 @@ -2,13 +2,12 @@ Summary: Leading open-source PHP framework Name: php-ZendFramework -Version: 1.7.0 -Release: 3%{?dist} +Version: 1.7.2 +Release: 1%{?dist} License: BSD Group: Development/Libraries Source0: http://framework.zend.com/releases/%{php_name}-%{version}/%{php_name}-%{version}.tar.gz - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://framework.zend.com/ @@ -34,11 +33,6 @@ Requires: php-xml BuildRequires: symlinks -# For ZendX documentation -BuildRequires: autoconf, make -BuildRequires: libxslt, libxml2 -BuildRequires: docbook-style-xsl - %description Extending the art & spirit of PHP, Zend Framework is based on simplicity, @@ -277,12 +271,6 @@ %{__cat} executables valid_executables|sort|uniq -u > invalid_executables -cd extras/documentation/manual/en -%{__autoconf} -%configure --with-xsltproc="$(which xsltproc) --path \ - '%{_datadir}/sgml/docbook/xsl-stylesheets/htmlhelp' --nonet" -%{__make} %{?_smp_mflags} -cd ../../../.. %install %{__rm} -rf $RPM_BUILD_ROOT @@ -373,7 +361,7 @@ %files extras %defattr(-,root,root,-) %{_datadir}/php/ZendX -%doc LICENSE.txt extras/documentation/manual/en/html/* +%doc LICENSE.txt extras/documentation/api/extras/* %files Cache-Backend-Apc %defattr(-,root,root,-) @@ -448,6 +436,10 @@ %changelog +* Fri Jan 2 2009 Alexander Kahl - 1.7.2-1 +- update to 1.7.2 +- ZendX documentation doesn't need regeneration anymore, removed deps + * Wed Nov 19 2008 Alexander Kahl - 1.7.0-3 - fix to use internal docbook Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/php-ZendFramework/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 19 Nov 2008 13:44:43 -0000 1.5 +++ sources 2 Jan 2009 09:18:32 -0000 1.6 @@ -1 +1 @@ -423629a9be793d3b6df352913f8c1401 ZendFramework-1.7.0.tar.gz +7bc33a0ed379f30ab408ecd546025a1b ZendFramework-1.7.2.tar.gz From sharkcz at fedoraproject.org Fri Jan 2 09:19:54 2009 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Fri, 2 Jan 2009 09:19:54 +0000 (UTC) Subject: rpms/qlandkartegt/F-9 .cvsignore, 1.5, 1.6 qlandkartegt.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <20090102091954.7A46B70130@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/qlandkartegt/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12265 Modified Files: .cvsignore qlandkartegt.spec sources Log Message: * Fri Jan 2 2009 Dan Horak 0.9.3-1 - update to 0.9.3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/qlandkartegt/F-9/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 23 Dec 2008 17:50:28 -0000 1.5 +++ .cvsignore 2 Jan 2009 09:19:24 -0000 1.6 @@ -1 +1 @@ -QLandkarteGT.0.9.2.tar.gz +QLandkarteGT.0.9.3.tar.gz Index: qlandkartegt.spec =================================================================== RCS file: /cvs/pkgs/rpms/qlandkartegt/F-9/qlandkartegt.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- qlandkartegt.spec 23 Dec 2008 17:50:29 -0000 1.4 +++ qlandkartegt.spec 2 Jan 2009 09:19:24 -0000 1.5 @@ -1,8 +1,8 @@ %define cap_name QLandkarteGT -%define rel_date 2008.12.23 +%define rel_date 2009.01.01 Name: qlandkartegt -Version: 0.9.2 +Version: 0.9.3 Release: 1%{?dist} Summary: GPS device mapping tool @@ -68,6 +68,9 @@ %changelog +* Fri Jan 2 2009 Dan Horak 0.9.3-1 +- update to 0.9.3 + * Tue Dec 23 2008 Dan Horak 0.9.2-1 - update to 0.9.2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/qlandkartegt/F-9/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 23 Dec 2008 17:50:29 -0000 1.5 +++ sources 2 Jan 2009 09:19:24 -0000 1.6 @@ -1 +1 @@ -b2840ac89a8c46fe6177ecf80c9c635d QLandkarteGT.0.9.2.tar.gz +6cd5e909812ffea3f2bb0ecdaeb095aa QLandkarteGT.0.9.3.tar.gz From iarnell at fedoraproject.org Fri Jan 2 09:43:04 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Fri, 2 Jan 2009 09:43:04 +0000 (UTC) Subject: rpms/vim-perl-support/devel perl-input.patch, NONE, 1.1 sources, 1.2, 1.3 vim-perl-support.spec, 1.1, 1.2 Message-ID: <20090102094304.2D26A70130@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/vim-perl-support/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19249 Modified Files: sources vim-perl-support.spec Added Files: perl-input.patch Log Message: * Fri Jan 02 2009 Iain Arnell 4.0-1 - update to 4.0: + Completely new template system. Most menu items now user definable. + Plugin split into autoloadable modules (makes Vim startup faster). + Submenus for perlcritic severity and verbosity. In consequence there are some obsolete files and global variables, and some new files and hotkeys. - fix bug in Perl_Input function perl-input.patch: --- NEW FILE perl-input.patch --- diff -up vim-perl-support-4.0/plugin/perl-support.vim.orig vim-perl-support-4.0/plugin/perl-support.vim --- vim-perl-support-4.0/plugin/perl-support.vim.orig 2008-12-11 20:32:15.000000000 +0100 +++ vim-perl-support-4.0/plugin/perl-support.vim 2009-01-02 10:21:22.000000000 +0100 @@ -252,7 +252,7 @@ let s:MsgInsNotAvail = "insertion not av function! Perl_Input ( promp, text, ... ) echohl Search " highlight prompt call inputsave() " preserve typeahead - if a:0 == 0 + if a:0 == 0 || a:1 == '' let retval =input( a:promp, a:text ) else let retval =input( a:promp, a:text, a:1 ) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/vim-perl-support/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Dec 2008 16:27:04 -0000 1.2 +++ sources 2 Jan 2009 09:42:33 -0000 1.3 @@ -1 +1 @@ -aa23b91d3487dd593b64114189b29a28 perl-support.zip +a862a2a0359a35bad676e60dc94f6779 perl-support.zip Index: vim-perl-support.spec =================================================================== RCS file: /cvs/pkgs/rpms/vim-perl-support/devel/vim-perl-support.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vim-perl-support.spec 4 Dec 2008 16:27:04 -0000 1.1 +++ vim-perl-support.spec 2 Jan 2009 09:42:33 -0000 1.2 @@ -1,5 +1,5 @@ Name: vim-perl-support -Version: 3.9.1 +Version: 4.0 Release: 1%{?dist} Summary: Perl-IDE for VIM @@ -7,10 +7,13 @@ # according to plugin/perl-support.vim License: GPLv2 URL: http://www.vim.org/scripts/script.php?script_id=556 -# curl -o perl-support.zip 'http://www.vim.org/scripts/download_script.php?src_id=9578' +# curl -o perl-support.zip 'http://www.vim.org/scripts/download_script.php?src_id=9701' Source0: perl-support.zip BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +# reported to VIM-Plugins-List +Patch0: perl-input.patch + BuildArch: noarch Requires: vim-enhanced @@ -47,6 +50,7 @@ %prep %setup -q -c +%patch0 -p 1 -b .orig # strip out false provides/requires from codesnippets cat << \EOF > %{name}-prov @@ -72,6 +76,8 @@ %install rm -rf %{buildroot} +install -m 755 -d %{buildroot}%{vimfiles}/autoload +install -m 644 -p autoload/*.vim %{buildroot}%{vimfiles}/autoload install -m 755 -d %{buildroot}%{vimfiles}/doc install -m 644 -p doc/*.txt %{buildroot}%{vimfiles}/doc install -m 755 -d %{buildroot}%{vimfiles}/ftplugin @@ -121,11 +127,21 @@ %defattr(-,root,root,-) %doc README.perlsupport perl-support/doc/* perl-support/rc %{vimfiles}/perl-support +%{vimfiles}/autoload/*.vim %{vimfiles}/doc/perlsupport.txt %{vimfiles}/ftplugin/perl.vim %{vimfiles}/plugin/perl-support.vim %changelog +* Fri Jan 02 2009 Iain Arnell 4.0-1 +- update to 4.0: + + Completely new template system. Most menu items now user definable. + + Plugin split into autoloadable modules (makes Vim startup faster). + + Submenus for perlcritic severity and verbosity. + In consequence there are some obsolete files and global variables, and some + new files and hotkeys. +- fix bug in Perl_Input function + * Fri Nov 28 2008 Iain Arnell 3.9.1-1 - create vim-perl-support From akahl at fedoraproject.org Fri Jan 2 11:06:31 2009 From: akahl at fedoraproject.org (Alexander Kahl) Date: Fri, 2 Jan 2009 11:06:31 +0000 (UTC) Subject: rpms/php-ZendFramework/devel php-ZendFramework.spec,1.7,1.8 Message-ID: <20090102110631.261BB70130@cvs1.fedora.phx.redhat.com> Author: akahl Update of /cvs/pkgs/rpms/php-ZendFramework/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10138 Modified Files: php-ZendFramework.spec Log Message: * -2: Fixed Bug 477440 Index: php-ZendFramework.spec =================================================================== RCS file: /cvs/pkgs/rpms/php-ZendFramework/devel/php-ZendFramework.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- php-ZendFramework.spec 2 Jan 2009 09:18:32 -0000 1.7 +++ php-ZendFramework.spec 2 Jan 2009 11:06:00 -0000 1.8 @@ -3,7 +3,7 @@ Summary: Leading open-source PHP framework Name: php-ZendFramework Version: 1.7.2 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Development/Libraries @@ -31,9 +31,9 @@ Requires: php-Fileinfo Requires: php-pdo Requires: php-xml +Requires: bitstream-vera-fonts BuildRequires: symlinks - %description Extending the art & spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously @@ -58,6 +58,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: php-pear(pear.phpunit.de/PHPUnit) >= 3.0.0 +Requires: bitstream-vera-fonts %description tests This package includes Zend Framework unit tests for all available subpackages. @@ -300,6 +301,22 @@ symlinks -c $RPM_BUILD_ROOT%{_bindir} > /dev/null cd .. + +# Bug 477440 +%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/fonts/bitstream-vera + +cd $RPM_BUILD_ROOT%{_datadir}/php/Zend/tests/Zend/Pdf/_fonts +%{__rm} -f *.ttf + +for file in /usr/share/fonts/bitstream-vera/*.ttf +do + touch $RPM_BUILD_ROOT${file} +done +%{__ln_s} $RPM_BUILD_ROOT%{_datadir}/fonts/bitstream-vera/* . +symlinks -c . > /dev/null +%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/fonts + + %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -436,6 +453,9 @@ %changelog +* Fri Jan 2 2009 Alexander Kahl - 1.7.2-2 +- Bug 477440: Use Vera fonts from Fedora's package + * Fri Jan 2 2009 Alexander Kahl - 1.7.2-1 - update to 1.7.2 - ZendX documentation doesn't need regeneration anymore, removed deps From jorton at fedoraproject.org Fri Jan 2 11:08:04 2009 From: jorton at fedoraproject.org (Joe Orton) Date: Fri, 2 Jan 2009 11:08:04 +0000 (UTC) Subject: rpms/apr/devel apr.spec,1.79,1.80 Message-ID: <20090102110804.3452D70130@cvs1.fedora.phx.redhat.com> Author: jorton Update of /cvs/extras/rpms/apr/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10709 Modified Files: apr.spec Log Message: * Fri Jan 2 2009 Joe Orton 1.3.3 - rebuild Index: apr.spec =================================================================== RCS file: /cvs/extras/rpms/apr/devel/apr.spec,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- apr.spec 23 Aug 2008 01:42:59 -0000 1.79 +++ apr.spec 2 Jan 2009 11:07:33 -0000 1.80 @@ -6,7 +6,7 @@ Summary: Apache Portable Runtime library Name: apr Version: 1.3.3 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 Group: System Environment/Libraries URL: http://apr.apache.org/ @@ -121,6 +121,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Fri Jan 2 2009 Joe Orton 1.3.3 +- rebuild + * Sat Aug 16 2008 Bojan Smojver - 1.3.3-1 - bump up to 1.3.3 From thm at fedoraproject.org Fri Jan 2 11:24:45 2009 From: thm at fedoraproject.org (Thomas Moschny) Date: Fri, 2 Jan 2009 11:24:45 +0000 (UTC) Subject: rpms/ikiwiki/devel ikiwiki-2.72-libexecdir.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 ikiwiki.spec, 1.12, 1.13 import.log, 1.11, 1.12 sources, 1.11, 1.12 ikiwiki-2.70-libexecdir.patch, 1.1, NONE ikiwiki-2.70-mtn.patch, 1.1, NONE Message-ID: <20090102112446.1A6AE70130@cvs1.fedora.phx.redhat.com> Author: thm Update of /cvs/pkgs/rpms/ikiwiki/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16100/devel Modified Files: .cvsignore ikiwiki.spec import.log sources Added Files: ikiwiki-2.72-libexecdir.patch Removed Files: ikiwiki-2.70-libexecdir.patch ikiwiki-2.70-mtn.patch Log Message: Update to 2.72, plus some specfile fixes. ikiwiki-2.72-libexecdir.patch: --- NEW FILE ikiwiki-2.72-libexecdir.patch --- diff -up ikiwiki/IkiWiki.pm.orig ikiwiki/IkiWiki.pm --- ikiwiki/IkiWiki.pm.orig 2008-12-28 21:00:37.000000000 +0100 +++ ikiwiki/IkiWiki.pm 2009-01-02 12:16:43.000000000 +0100 @@ -547,7 +547,7 @@ sub loadplugin ($) { return if grep { $_ eq $plugin} @{$config{disable_plugins}}; foreach my $dir (defined $config{libdir} ? possibly_foolish_untaint($config{libdir}) : undef, - "$installdir/lib/ikiwiki") { + "$installdir/libexec/ikiwiki") { if (defined $dir && -x "$dir/plugins/$plugin") { eval { require IkiWiki::Plugin::external }; if ($@) { Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 20 Nov 2008 21:20:00 -0000 1.11 +++ .cvsignore 2 Jan 2009 11:24:13 -0000 1.12 @@ -1 +1 @@ -ikiwiki_2.70.tar.gz +ikiwiki_2.72.tar.gz Index: ikiwiki.spec =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/devel/ikiwiki.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ikiwiki.spec 19 Dec 2008 15:38:44 -0000 1.12 +++ ikiwiki.spec 2 Jan 2009 11:24:14 -0000 1.13 @@ -1,14 +1,13 @@ Name: ikiwiki -Version: 2.70 -Release: 3%{?dist} +Version: 2.72 +Release: 1%{?dist} Summary: A wiki compiler Group: Applications/Internet License: GPLv2+ URL: http://ikiwiki.info/ Source0: http://ftp.debian.org/debian/pool/main/i/%{name}/%{name}_%{version}.tar.gz -Patch0: ikiwiki-2.70-libexecdir.patch -Patch1: ikiwiki-2.70-mtn.patch +Patch0: ikiwiki-2.72-libexecdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -50,7 +49,6 @@ %prep %setup0 -q -n %{name} %patch0 -p1 -b .libexecdir -%patch1 -p1 # Filter unwanted Provides: %{__cat} << \EOF > %{name}-prov @@ -88,26 +86,14 @@ %install %{__rm} -rf %{buildroot} -%{__make} pure_install DESTDIR=%{buildroot} +%{__make} pure_install DESTDIR=%{buildroot} W3M_CGI_BIN=%{cgi_bin} %find_lang %{name} -# cgi script is wrongly installed in a fixed place -%{__mkdir_p} %{buildroot}%{cgi_bin} -%{__mv} %{buildroot}%{_prefix}/lib/w3m/cgi-bin/ikiwiki-w3m.cgi \ - %{buildroot}%{cgi_bin} - # move external plugins %{__mkdir_p} %{buildroot}%{_libexecdir}/ikiwiki/plugins %{__mv} %{buildroot}%{_prefix}/lib/ikiwiki/plugins/* \ %{buildroot}%{_libexecdir}/ikiwiki/plugins -# fix encoding -iconv -f iso-8859-9 -t utf-8 \ - html/tips/vim_syntax_highlighting/ikiwiki.vim \ - -o html/tips/vim_syntax_highlighting/ikiwiki.vim.tmp -%{__mv} html/tips/vim_syntax_highlighting/ikiwiki.vim.tmp \ - html/tips/vim_syntax_highlighting/ikiwiki.vim - # remove shebang %{__sed} -e '1{/^#!/d}' -i \ %{buildroot}%{_sysconfdir}/ikiwiki/auto.setup @@ -157,6 +143,12 @@ %changelog +* Fri Jan 2 2009 Thomas Moschny - 2.72-1 +- Update to 2.72. +- Patch for mtn plugin has been applied upstream. +- Encoding of ikiwiki.vim has been changed to utf-8 upstream. +- Use new W3M_CGI_BIN option in %%install. + * Tue Dec 16 2008 Thomas Moschny - 2.70-3 - Patch for monotone plugin: Prevent broken pipe message. - Cosmetic changes to satisfy rpmlint. Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/devel/import.log,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- import.log 19 Dec 2008 15:38:44 -0000 1.11 +++ import.log 2 Jan 2009 11:24:14 -0000 1.12 @@ -9,3 +9,4 @@ ikiwiki-2_64-1_fc9:HEAD:ikiwiki-2.64-1.fc9.src.rpm:1221813107 ikiwiki-2_70-1_fc9:HEAD:ikiwiki-2.70-1.fc9.src.rpm:1227214126 ikiwiki-2_70-3_fc10:HEAD:ikiwiki-2.70-3.fc10.src.rpm:1229701030 +ikiwiki-2_72-1_fc10:HEAD:ikiwiki-2.72-1.fc10.src.rpm:1230895370 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 20 Nov 2008 21:20:00 -0000 1.11 +++ sources 2 Jan 2009 11:24:14 -0000 1.12 @@ -1 +1 @@ -43d9dc1a5e03e38dd829cd4d4a38eeb4 ikiwiki_2.70.tar.gz +5bebbd85c2ad80ed9c8d730ba4f91e1a ikiwiki_2.72.tar.gz --- ikiwiki-2.70-libexecdir.patch DELETED --- --- ikiwiki-2.70-mtn.patch DELETED --- From jreznik at fedoraproject.org Fri Jan 2 11:26:08 2009 From: jreznik at fedoraproject.org (Jaroslav Reznik) Date: Fri, 2 Jan 2009 11:26:08 +0000 (UTC) Subject: rpms/kde-plasma-runcommand/devel .cvsignore, 1.4, 1.5 kde-plasma-runcommand.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090102112608.B7B9C70130@cvs1.fedora.phx.redhat.com> Author: jreznik Update of /cvs/pkgs/rpms/kde-plasma-runcommand/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16566 Modified Files: .cvsignore kde-plasma-runcommand.spec sources Log Message: > * Fri Jan 02 2009 Jaroslav Reznik 0.9-1 > - update to 0.9 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 19 Nov 2008 08:14:41 -0000 1.4 +++ .cvsignore 2 Jan 2009 11:25:38 -0000 1.5 @@ -1 +1 @@ -91495-runcommand_0.7.tar.bz2 +91495-runcommand_0.9.tar.bz2 Index: kde-plasma-runcommand.spec =================================================================== RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/devel/kde-plasma-runcommand.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kde-plasma-runcommand.spec 2 Dec 2008 12:12:54 -0000 1.4 +++ kde-plasma-runcommand.spec 2 Jan 2009 11:25:38 -0000 1.5 @@ -1,6 +1,6 @@ Name: kde-plasma-runcommand -Version: 0.7 -Release: 2%{?dist} +Version: 0.9 +Release: 1%{?dist} Summary: Simple plasmoid to run commands without using terminal or KRunner Group: User Interface/Desktops @@ -47,6 +47,9 @@ %{_kde4_datadir}/kde4/services/plasma-applet-runcommand.desktop %changelog +* Fri Jan 02 2009 Jaroslav Reznik 0.9-1 +- update to 0.9 + * Tue Dec 02 2008 Jaroslav Reznik 0.7-2 - make VERBOSE=1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 19 Nov 2008 08:14:41 -0000 1.4 +++ sources 2 Jan 2009 11:25:38 -0000 1.5 @@ -1 +1 @@ -44e0c9eb7accf8c9cf8ba27614566e8a 91495-runcommand_0.7.tar.bz2 +a98d6e3f32b85eae3f299c06cb8432f2 91495-runcommand_0.9.tar.bz2 From akahl at fedoraproject.org Fri Jan 2 11:30:43 2009 From: akahl at fedoraproject.org (Alexander Kahl) Date: Fri, 2 Jan 2009 11:30:43 +0000 (UTC) Subject: rpms/php-ZendFramework/devel php-ZendFramework.spec,1.8,1.9 Message-ID: <20090102113043.C798270130@cvs1.fedora.phx.redhat.com> Author: akahl Update of /cvs/pkgs/rpms/php-ZendFramework/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17376 Modified Files: php-ZendFramework.spec Log Message: * -3: requires oops Index: php-ZendFramework.spec =================================================================== RCS file: /cvs/pkgs/rpms/php-ZendFramework/devel/php-ZendFramework.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- php-ZendFramework.spec 2 Jan 2009 11:06:00 -0000 1.8 +++ php-ZendFramework.spec 2 Jan 2009 11:30:13 -0000 1.9 @@ -3,7 +3,7 @@ Summary: Leading open-source PHP framework Name: php-ZendFramework Version: 1.7.2 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: Development/Libraries @@ -31,7 +31,6 @@ Requires: php-Fileinfo Requires: php-pdo Requires: php-xml -Requires: bitstream-vera-fonts BuildRequires: symlinks %description @@ -59,6 +58,7 @@ Requires: %{name} = %{version}-%{release} Requires: php-pear(pear.phpunit.de/PHPUnit) >= 3.0.0 Requires: bitstream-vera-fonts +BuildRequires: bitstream-vera-fonts %description tests This package includes Zend Framework unit tests for all available subpackages. @@ -453,6 +453,10 @@ %changelog +* Fri Jan 2 2009 Alexander Kahl - 1.7.2-3 +- +BuildRequires: bitstream-vera-fonts +- -Requires: bitstream-vera-fonts + * Fri Jan 2 2009 Alexander Kahl - 1.7.2-2 - Bug 477440: Use Vera fonts from Fedora's package From thm at fedoraproject.org Fri Jan 2 11:32:57 2009 From: thm at fedoraproject.org (Thomas Moschny) Date: Fri, 2 Jan 2009 11:32:57 +0000 (UTC) Subject: rpms/ikiwiki/F-10 ikiwiki-2.72-libexecdir.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 ikiwiki.spec, 1.11, 1.12 import.log, 1.11, 1.12 sources, 1.11, 1.12 ikiwiki-2.70-libexecdir.patch, 1.1, NONE ikiwiki-2.70-mtn.patch, 1.1, NONE Message-ID: <20090102113258.04FC870130@cvs1.fedora.phx.redhat.com> Author: thm Update of /cvs/pkgs/rpms/ikiwiki/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17980/F-10 Modified Files: .cvsignore ikiwiki.spec import.log sources Added Files: ikiwiki-2.72-libexecdir.patch Removed Files: ikiwiki-2.70-libexecdir.patch ikiwiki-2.70-mtn.patch Log Message: Update to 2.72, plus some specfile fixes. ikiwiki-2.72-libexecdir.patch: --- NEW FILE ikiwiki-2.72-libexecdir.patch --- diff -up ikiwiki/IkiWiki.pm.orig ikiwiki/IkiWiki.pm --- ikiwiki/IkiWiki.pm.orig 2008-12-28 21:00:37.000000000 +0100 +++ ikiwiki/IkiWiki.pm 2009-01-02 12:16:43.000000000 +0100 @@ -547,7 +547,7 @@ sub loadplugin ($) { return if grep { $_ eq $plugin} @{$config{disable_plugins}}; foreach my $dir (defined $config{libdir} ? possibly_foolish_untaint($config{libdir}) : undef, - "$installdir/lib/ikiwiki") { + "$installdir/libexec/ikiwiki") { if (defined $dir && -x "$dir/plugins/$plugin") { eval { require IkiWiki::Plugin::external }; if ($@) { Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/F-10/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 20 Nov 2008 21:26:51 -0000 1.11 +++ .cvsignore 2 Jan 2009 11:32:26 -0000 1.12 @@ -1 +1 @@ -ikiwiki_2.70.tar.gz +ikiwiki_2.72.tar.gz Index: ikiwiki.spec =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/F-10/ikiwiki.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ikiwiki.spec 19 Dec 2008 15:44:54 -0000 1.11 +++ ikiwiki.spec 2 Jan 2009 11:32:27 -0000 1.12 @@ -1,14 +1,13 @@ Name: ikiwiki -Version: 2.70 -Release: 3%{?dist} +Version: 2.72 +Release: 1%{?dist} Summary: A wiki compiler Group: Applications/Internet License: GPLv2+ URL: http://ikiwiki.info/ Source0: http://ftp.debian.org/debian/pool/main/i/%{name}/%{name}_%{version}.tar.gz -Patch0: ikiwiki-2.70-libexecdir.patch -Patch1: ikiwiki-2.70-mtn.patch +Patch0: ikiwiki-2.72-libexecdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -50,7 +49,6 @@ %prep %setup0 -q -n %{name} %patch0 -p1 -b .libexecdir -%patch1 -p1 # Filter unwanted Provides: %{__cat} << \EOF > %{name}-prov @@ -88,26 +86,14 @@ %install %{__rm} -rf %{buildroot} -%{__make} pure_install DESTDIR=%{buildroot} +%{__make} pure_install DESTDIR=%{buildroot} W3M_CGI_BIN=%{cgi_bin} %find_lang %{name} -# cgi script is wrongly installed in a fixed place -%{__mkdir_p} %{buildroot}%{cgi_bin} -%{__mv} %{buildroot}%{_prefix}/lib/w3m/cgi-bin/ikiwiki-w3m.cgi \ - %{buildroot}%{cgi_bin} - # move external plugins %{__mkdir_p} %{buildroot}%{_libexecdir}/ikiwiki/plugins %{__mv} %{buildroot}%{_prefix}/lib/ikiwiki/plugins/* \ %{buildroot}%{_libexecdir}/ikiwiki/plugins -# fix encoding -iconv -f iso-8859-9 -t utf-8 \ - html/tips/vim_syntax_highlighting/ikiwiki.vim \ - -o html/tips/vim_syntax_highlighting/ikiwiki.vim.tmp -%{__mv} html/tips/vim_syntax_highlighting/ikiwiki.vim.tmp \ - html/tips/vim_syntax_highlighting/ikiwiki.vim - # remove shebang %{__sed} -e '1{/^#!/d}' -i \ %{buildroot}%{_sysconfdir}/ikiwiki/auto.setup @@ -157,6 +143,12 @@ %changelog +* Fri Jan 2 2009 Thomas Moschny - 2.72-1 +- Update to 2.72. +- Patch for mtn plugin has been applied upstream. +- Encoding of ikiwiki.vim has been changed to utf-8 upstream. +- Use new W3M_CGI_BIN option in %%install. + * Tue Dec 16 2008 Thomas Moschny - 2.70-3 - Patch for monotone plugin: Prevent broken pipe message. - Cosmetic changes to satisfy rpmlint. Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/F-10/import.log,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- import.log 19 Dec 2008 15:44:54 -0000 1.11 +++ import.log 2 Jan 2009 11:32:27 -0000 1.12 @@ -9,3 +9,4 @@ ikiwiki-2_64-1_fc9:HEAD:ikiwiki-2.64-1.fc9.src.rpm:1221813107 ikiwiki-2_70-1_fc9:F-10:ikiwiki-2.70-1.fc9.src.rpm:1227216329 ikiwiki-2_70-3_fc10:F-10:ikiwiki-2.70-3.fc10.src.rpm:1229701432 +ikiwiki-2_72-1_fc10:F-10:ikiwiki-2.72-1.fc10.src.rpm:1230895904 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/F-10/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 20 Nov 2008 21:26:51 -0000 1.11 +++ sources 2 Jan 2009 11:32:27 -0000 1.12 @@ -1 +1 @@ -43d9dc1a5e03e38dd829cd4d4a38eeb4 ikiwiki_2.70.tar.gz +5bebbd85c2ad80ed9c8d730ba4f91e1a ikiwiki_2.72.tar.gz --- ikiwiki-2.70-libexecdir.patch DELETED --- --- ikiwiki-2.70-mtn.patch DELETED --- From akahl at fedoraproject.org Fri Jan 2 11:37:55 2009 From: akahl at fedoraproject.org (Alexander Kahl) Date: Fri, 2 Jan 2009 11:37:55 +0000 (UTC) Subject: rpms/php-ZendFramework/F-10 php-ZendFramework.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20090102113755.EA71370130@cvs1.fedora.phx.redhat.com> Author: akahl Update of /cvs/pkgs/rpms/php-ZendFramework/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18965 Modified Files: php-ZendFramework.spec sources Log Message: * update to 1.7.2 Index: php-ZendFramework.spec =================================================================== RCS file: /cvs/pkgs/rpms/php-ZendFramework/F-10/php-ZendFramework.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- php-ZendFramework.spec 20 Nov 2008 09:39:30 -0000 1.6 +++ php-ZendFramework.spec 2 Jan 2009 11:37:25 -0000 1.7 @@ -2,8 +2,8 @@ Summary: Leading open-source PHP framework Name: php-ZendFramework -Version: 1.7.0 -Release: 2%{?dist} +Version: 1.7.2 +Release: 1%{?dist} License: BSD Group: Development/Libraries @@ -33,12 +33,6 @@ Requires: php-xml BuildRequires: symlinks -# For ZendX documentation -BuildRequires: autoconf, make -BuildRequires: libxslt, libxml2 -BuildRequires: docbook-style-xsl - - %description Extending the art & spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously @@ -63,6 +57,8 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: php-pear(pear.phpunit.de/PHPUnit) >= 3.0.0 +Requires: bitstream-vera-fonts +BuildRequires: bitstream-vera-fonts %description tests This package includes Zend Framework unit tests for all available subpackages. @@ -276,12 +272,6 @@ %{__cat} executables valid_executables|sort|uniq -u > invalid_executables -cd extras/documentation/manual/en -%{__autoconf} -%configure --with-xsltproc="$(which xsltproc) --path \ - '%{_datadir}/sgml/docbook/xsl-stylesheets/htmlhelp' --nonet" -%{__make} %{?_smp_mflags} -cd ../../../.. %install %{__rm} -rf $RPM_BUILD_ROOT @@ -311,6 +301,22 @@ # symlinks -c $RPM_BUILD_ROOT%{_bindir} > /dev/null # cd .. + +# Bug 477440 +%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/fonts/bitstream-vera + +cd $RPM_BUILD_ROOT%{_datadir}/php/Zend/tests/Zend/Pdf/_fonts +%{__rm} -f *.ttf + +for file in /usr/share/fonts/bitstream-vera/*.ttf +do + touch $RPM_BUILD_ROOT${file} +done +%{__ln_s} $RPM_BUILD_ROOT%{_datadir}/fonts/bitstream-vera/* . +symlinks -c . > /dev/null +%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/fonts + + %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -372,7 +378,7 @@ %files extras %defattr(-,root,root,-) %{_datadir}/php/ZendX -%doc LICENSE.txt extras/documentation/manual/en/html/* +%doc LICENSE.txt extras/documentation/api/extras/* %files Cache-Backend-Apc %defattr(-,root,root,-) @@ -447,7 +453,12 @@ %changelog -* Thu Nov 20 2008 Alexander Kahl - 1.7.0-1 +* Fri Jan 2 2009 Alexander Kahl - 1.7.2-1 +- update to 1.7.2 +- ZendX documentation doesn't need regeneration anymore, removed deps +- Bug 477440: Use Vera fonts from Fedora's package + +* Thu Nov 20 2008 Alexander Kahl - 1.7.0-2 - bump, forgot internal docbook fix from rawhide build * Tue Nov 18 2008 Alexander Kahl - 1.7.0-1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/php-ZendFramework/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 20 Nov 2008 09:29:19 -0000 1.5 +++ sources 2 Jan 2009 11:37:25 -0000 1.6 @@ -1 +1 @@ -423629a9be793d3b6df352913f8c1401 ZendFramework-1.7.0.tar.gz +7bc33a0ed379f30ab408ecd546025a1b ZendFramework-1.7.2.tar.gz From jnovy at fedoraproject.org Fri Jan 2 11:38:32 2009 From: jnovy at fedoraproject.org (Jindrich Novy) Date: Fri, 2 Jan 2009 11:38:32 +0000 (UTC) Subject: rpms/latex2html/devel .cvsignore, 1.4, 1.5 cfgcache.pm, 1.2, 1.3 latex2html.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <20090102113832.A1C1470130@cvs1.fedora.phx.redhat.com> Author: jnovy Update of /cvs/pkgs/rpms/latex2html/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19093 Modified Files: .cvsignore cfgcache.pm latex2html.spec sources Log Message: * Fri Jan 02 2009 Jindrich Novy 2008 - update to latex2html-2008 - license changed to GPL - update japanese support to l2h-2K8-jp20081220 - update cfgcache.pm - fix BR Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/latex2html/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 27 Jun 2006 07:33:52 -0000 1.4 +++ .cvsignore 2 Jan 2009 11:38:01 -0000 1.5 @@ -1,6 +1,3 @@ -l2h-2002-2-1+jp2.0.patch.gz -latex2html-2002-2-1.tar.bz2 -latex2html-manpages.tar.bz2 -latex2html-2002-2-1.tar.gz -l2h-2K2-2-1+jp2.1b1.6.patch.gz +latex2html-2008.tar.gz +l2h-2K8-jp20081220.tar.gz latex2html-manpages.tar.gz Index: cfgcache.pm =================================================================== RCS file: /cvs/pkgs/rpms/latex2html/devel/cfgcache.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cfgcache.pm 24 Nov 2005 15:33:08 -0000 1.2 +++ cfgcache.pm 2 Jan 2009 11:38:01 -0000 1.3 @@ -11,10 +11,13 @@ @ISA = qw(Exporter); @EXPORT = qw(%cfg); +$cfg{'ANYTOPNM'} = q'/usr/bin/anytopnm'; $cfg{'BINDIR'} = q'/usr/bin'; +$cfg{'BMPTOPPM'} = q'/usr/bin/bmptoppm'; $cfg{'CRAYOLAFILE'} = q'/usr/share/latex2html/styles/crayola.txt'; $cfg{'DVIPS'} = q'/usr/bin/dvips'; $cfg{'DVIPSOPT'} = q' -E'; +$cfg{'GIFTOPNM'} = q'/usr/bin/giftopnm'; $cfg{'GS'} = q'/usr/bin/gs'; $cfg{'GSALIASDEVICE'} = q'ppmraw'; $cfg{'GSDEVICE'} = q'pnmraw'; @@ -23,40 +26,58 @@ $cfg{'HASHBANG'} = q'1'; $cfg{'HTML_VALIDATOR'} = q''; $cfg{'ICONPATH'} = q'file:/usr/share/latex2html/icons'; +$cfg{'ICONSERVER'} = q''; $cfg{'ICONSTORAGE'} = q''; $cfg{'IMAGE_TYPES'} = q'png gif'; $cfg{'INITEX'} = q'/usr/bin/initex'; +$cfg{'JPEGTOPNM'} = q'/usr/bin/jpegtopnm'; $cfg{'KPSEWHICH'} = q'/usr/bin/kpsewhich'; $cfg{'LATEX'} = q'/usr/bin/latex'; $cfg{'LATEX2HTMLDIR'} = q'/usr/share/latex2html'; +$cfg{'LATEX2HTMLPLATDIR'} = q'/usr/share/latex2html'; $cfg{'LIBDIR'} = q'/usr/share/latex2html'; $cfg{'METADPI'} = q'0'; $cfg{'METAMODE'} = q''; $cfg{'MKTEXLSR'} = q'/usr/bin/mktexlsr'; $cfg{'NULLFILE'} = q'/dev/null'; $cfg{'PBMMAKE'} = q'/usr/bin/pbmmake'; +$cfg{'PCXTOPPM'} = q'/usr/bin/pcxtoppm'; $cfg{'PERL'} = q'/usr/bin/perl'; $cfg{'PERLFOOTER'} = q''; $cfg{'PERLHEADER'} = <<'EOQ'; #! /usr/bin/perl -w EOQ $cfg{'PERLSCRIPTDIR'} = q'/usr/bin'; +$cfg{'PICTTOPPM'} = q''; $cfg{'PK_GENERATION'} = q'0'; +$cfg{'PNGTOPNM'} = q'/usr/bin/pngtopnm'; +$cfg{'PNMBLACK'} = q''; $cfg{'PNMCAT'} = q'/usr/bin/pnmcat'; $cfg{'PNMCROP'} = q'/usr/bin/pnmcrop'; +$cfg{'PNMCROPOPT'} = q' -sides '; +$cfg{'PNMCUT'} = q'/usr/bin/pnmcut'; $cfg{'PNMFILE'} = q'/usr/bin/pnmfile'; $cfg{'PNMFLIP'} = q'/usr/bin/pnmflip'; +$cfg{'PNMPAD'} = q'/usr/bin/pnmpad'; +$cfg{'PNMROTATE'} = q'/usr/bin/pnmrotate'; +$cfg{'PNMSCALE'} = q'/usr/bin/pnmscale'; $cfg{'PNMTOPNG'} = q'/usr/bin/pnmtopng'; $cfg{'PPMQUANT'} = q'/usr/bin/ppmquant'; $cfg{'PPMTOGIF'} = q'/usr/bin/ppmtogif'; +$cfg{'PPMTOJPEG'} = q'/usr/bin/ppmtojpeg'; $cfg{'PREFIX'} = q'/usr'; $cfg{'RGBCOLORFILE'} = q'/usr/share/X11/rgb.txt'; +$cfg{'SGITOPNM'} = q'/usr/bin/sgitopnm'; +$cfg{'SHLIBDIR'} = q'/usr/share/latex2html'; $cfg{'TEX'} = q'/usr/bin/tex'; $cfg{'TEXPATH'} = q'/usr/share/texmf/tex/latex/html'; +$cfg{'TIFFTOPNM'} = q'/usr/bin/tifftopnm'; $cfg{'TMPSPACE'} = q'/tmp'; $cfg{'WEB2C'} = q'1'; +$cfg{'XBMTOPBM'} = q'/usr/bin/xbmtopbm'; +$cfg{'XWDTOPNM'} = q'/usr/bin/xwdtopnm'; $cfg{'dd'} = q'/'; -$cfg{'distver'} = q'2K.1beta'; +$cfg{'distver'} = q'2008'; $cfg{'exec_extension'} = q''; $cfg{'gif_interlace'} = q'netpbm'; $cfg{'gif_trans'} = q'netpbm'; @@ -69,7 +90,7 @@ $cfg{'plat'} = q'unix'; $cfg{'scriptdir'} = q'/usr/bin'; $cfg{'scriptext'} = q''; -$cfg{'srcdir'} = q'/X/tetex/teTeX-1.0/latex2html-2K.1beta'; +$cfg{'srcdir'} = q'/X/latex2html-2008'; $cfg{'texlive'} = q'0'; $cfg{'wrapper'} = q'0'; Index: latex2html.spec =================================================================== RCS file: /cvs/pkgs/rpms/latex2html/devel/latex2html.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- latex2html.spec 7 Jan 2008 09:39:35 -0000 1.10 +++ latex2html.spec 2 Jan 2009 11:38:02 -0000 1.11 @@ -1,30 +1,26 @@ %define enable_japanese 1 -%define latex2html_ver 2002-2-1 Summary: Converts LaTeX documents to HTML Name: latex2html -Version: 2002.2.1 -Release: 8%{?dist} -License: Free To Use But Restricted (See LICENSE) +Version: 2008 +Release: 1%{?dist} +License: GPLv2+ Group: Applications/Publishing URL: http://www.latex2html.org/ -Source0: http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/%{name}-%{latex2html_ver}.tar.gz +# main latex2html source +Source0: http://saftsack.fs.uni-bayreuth.de/~latex2ht/current/%{name}-%{version}.tar.gz Source1: cfgcache.pm Source2: %{name}-manpages.tar.gz +# support for Japanese +Source3: http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/current/data/l2h-2K8-jp20081220.tar.gz Patch0: latex2html-2K.1beta-tabularx.patch Patch1: teTeX-l2h-config.patch Patch3: latex2html-2K.1beta-DB.patch Patch4: latex2html-2002-2-1-SHLIB.patch Patch5: latex2html-2002-2-1-gsfont.patch Patch6: latex2html-2002.2.1-grayimg.patch - -### -# Japanization patches -### -Patch100: http://takeno.iee.niit.ac.jp/~shige/TeX/latex2html/current/data/l2h-2K2-2-1+jp2.1b1.6.patch.gz - -Requires: tetex-latex, tetex-dvips -BuildRequires: perl >= 5.003, ghostscript >= 4.03, netpbm >= 9.21, tetex-latex +Requires: tex(latex), tex(dvips) +BuildRequires: perl >= 5.003, ghostscript >= 4.03, netpbm >= 9.21, tex(latex) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -39,7 +35,7 @@ %prep %setup -q -n %{name}-%{version} -c -a 0 -pushd %{name}-%{latex2html_ver} +pushd %{name}-%{version} # patch latex2html to support tabularx environments better %patch0 -p1 -b .tabularx @@ -62,21 +58,20 @@ popd %if %{enable_japanese} -cp -a %{name}-%{latex2html_ver} %{name}-%{latex2html_ver}JA -pushd %{name}-%{latex2html_ver}JA -# JA patches for latex2html. -%patch100 -p1 -b .jp2 +cp -a %{name}-%{version} %{name}-%{version}JA +pushd %{name}-%{version}JA +tar fxz %{SOURCE3} popd %endif -pushd %{name}-%{latex2html_ver} +pushd %{name}-%{version} # don't generate gray images as output from latex2html # it's patched here to let the .jp2 patch be cleanly applied %patch6 -p1 -b .grayimg popd %build -pushd %{name}-%{latex2html_ver} +pushd %{name}-%{version} cp %{SOURCE1} cfgcache.pm tar fxz %{SOURCE2} @@ -96,13 +91,13 @@ --infodir=%{_infodir} \ --shlibdir=%{_datadir}/latex2html \ --with-texpath=%{_datadir}/texmf/tex/latex/html - + perl -pi -e"s,/usr/(share/)?lib,%{_datadir}," cfgcache.pm make popd %if %{enable_japanese} -pushd %{name}-%{latex2html_ver}JA +pushd %{name}-%{version}JA sed s/latex2html/jlatex2html/g < %{SOURCE1} > cfgcache.pm perl -pi -e"s,/usr/bin/dvips,/usr/bin/pdvips," cfgcache.pm perl -pi -e"s,/usr/bin/latex,/usr/bin/platex," cfgcache.pm @@ -140,7 +135,7 @@ %install rm -rf $RPM_BUILD_ROOT -pushd %{name}-%{latex2html_ver} +pushd %{name}-%{version} perl -pi -e"s,%{_prefix},${RPM_BUILD_ROOT}%{_prefix}," cfgcache.pm perl -pi -e"s,/.*\\\${dd}texexpand,%{_bindir}/texexpand,; s,/.*\\\${dd}pstoimg,%{_bindir}/pstoimg,; @@ -164,7 +159,7 @@ popd %if %{enable_japanese} -pushd %{name}-%{latex2html_ver}JA +pushd %{name}-%{version}JA perl -pi -e"s,%{_prefix},${RPM_BUILD_ROOT}%{_prefix}," cfgcache.pm perl -pi -e"s,latex2html pstoimg texexpand,jlatex2html jpstoimg jtexexpand," config/install.pl perl -pi -e"s,/.*\\\${dd}texexpand,%{_bindir}/jtexexpand,; @@ -224,6 +219,13 @@ %{_mandir}/man1/pstoimg.* %changelog +* Fri Jan 02 2009 Jindrich Novy 2008 +- update to latex2html-2008 +- license changed to GPL +- update japanese support to l2h-2K8-jp20081220 +- update cfgcache.pm +- fix BR + * Mon Jan 07 2008 Jindrich Novy 2002.2.1-8 - fix post/postun scriptlets Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/latex2html/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 27 Jun 2006 07:33:52 -0000 1.4 +++ sources 2 Jan 2009 11:38:02 -0000 1.5 @@ -1,3 +1,3 @@ -a79cda0648c8721ab6df5020cd11e220 latex2html-2002-2-1.tar.gz -a4f534ef3fc0e0e09a4ddb664beae487 l2h-2K2-2-1+jp2.1b1.6.patch.gz +275ab6cfa8ca9328446b7f40d8dc302e latex2html-2008.tar.gz +7951e334e313a1a88946a1171c72e78f l2h-2K8-jp20081220.tar.gz a27170c02c0f2bc3a524058711e339a4 latex2html-manpages.tar.gz From jreznik at fedoraproject.org Fri Jan 2 11:41:30 2009 From: jreznik at fedoraproject.org (Jaroslav Reznik) Date: Fri, 2 Jan 2009 11:41:30 +0000 (UTC) Subject: rpms/kde-plasma-runcommand/F-9 .cvsignore, 1.3, 1.4 kde-plasma-runcommand.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090102114130.6435470130@cvs1.fedora.phx.redhat.com> Author: jreznik Update of /cvs/pkgs/rpms/kde-plasma-runcommand/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19561 Modified Files: .cvsignore kde-plasma-runcommand.spec sources Log Message: * Fri Jan 02 2009 Jaroslav Reznik 0.9-1 - update to 0.9 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/F-9/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Nov 2008 08:24:13 -0000 1.3 +++ .cvsignore 2 Jan 2009 11:40:59 -0000 1.4 @@ -1 +1 @@ -91495-runcommand_0.7.tar.bz2 +91495-runcommand_0.9.tar.bz2 Index: kde-plasma-runcommand.spec =================================================================== RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/F-9/kde-plasma-runcommand.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- kde-plasma-runcommand.spec 19 Nov 2008 08:24:13 -0000 1.2 +++ kde-plasma-runcommand.spec 2 Jan 2009 11:40:59 -0000 1.3 @@ -1,5 +1,5 @@ Name: kde-plasma-runcommand -Version: 0.7 +Version: 0.9 Release: 1%{?dist} Summary: Simple plasmoid to run commands without using terminal or KRunner @@ -47,6 +47,9 @@ %{_kde4_datadir}/kde4/services/plasma-applet-runcommand.desktop %changelog +* Fri Jan 02 2009 Jaroslav Reznik 0.9-1 +- update to 0.9 + * Wed Nov 19 2008 Jaroslav Reznik 0.7-1 - update to 0.7 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Nov 2008 08:24:13 -0000 1.3 +++ sources 2 Jan 2009 11:41:00 -0000 1.4 @@ -1 +1 @@ -44e0c9eb7accf8c9cf8ba27614566e8a 91495-runcommand_0.7.tar.bz2 +a98d6e3f32b85eae3f299c06cb8432f2 91495-runcommand_0.9.tar.bz2 From thm at fedoraproject.org Fri Jan 2 11:46:26 2009 From: thm at fedoraproject.org (Thomas Moschny) Date: Fri, 2 Jan 2009 11:46:26 +0000 (UTC) Subject: rpms/ikiwiki/F-9 ikiwiki-2.72-libexecdir.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 ikiwiki.spec, 1.6, 1.7 import.log, 1.6, 1.7 sources, 1.6, 1.7 ikiwiki-2.70-libexecdir.patch, 1.1, NONE ikiwiki-2.70-mtn.patch, 1.1, NONE Message-ID: <20090102114626.65F7970130@cvs1.fedora.phx.redhat.com> Author: thm Update of /cvs/pkgs/rpms/ikiwiki/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20605/F-9 Modified Files: .cvsignore ikiwiki.spec import.log sources Added Files: ikiwiki-2.72-libexecdir.patch Removed Files: ikiwiki-2.70-libexecdir.patch ikiwiki-2.70-mtn.patch Log Message: Update to 2.72, plus some specfile fixes. ikiwiki-2.72-libexecdir.patch: --- NEW FILE ikiwiki-2.72-libexecdir.patch --- diff -up ikiwiki/IkiWiki.pm.orig ikiwiki/IkiWiki.pm --- ikiwiki/IkiWiki.pm.orig 2008-12-28 21:00:37.000000000 +0100 +++ ikiwiki/IkiWiki.pm 2009-01-02 12:16:43.000000000 +0100 @@ -547,7 +547,7 @@ sub loadplugin ($) { return if grep { $_ eq $plugin} @{$config{disable_plugins}}; foreach my $dir (defined $config{libdir} ? possibly_foolish_untaint($config{libdir}) : undef, - "$installdir/lib/ikiwiki") { + "$installdir/libexec/ikiwiki") { if (defined $dir && -x "$dir/plugins/$plugin") { eval { require IkiWiki::Plugin::external }; if ($@) { Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/F-9/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 20 Nov 2008 21:36:43 -0000 1.6 +++ .cvsignore 2 Jan 2009 11:45:54 -0000 1.7 @@ -1 +1 @@ -ikiwiki_2.70.tar.gz +ikiwiki_2.72.tar.gz Index: ikiwiki.spec =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/F-9/ikiwiki.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ikiwiki.spec 19 Dec 2008 15:58:26 -0000 1.6 +++ ikiwiki.spec 2 Jan 2009 11:45:55 -0000 1.7 @@ -1,14 +1,13 @@ Name: ikiwiki -Version: 2.70 -Release: 3%{?dist} +Version: 2.72 +Release: 1%{?dist} Summary: A wiki compiler Group: Applications/Internet License: GPLv2+ URL: http://ikiwiki.info/ Source0: http://ftp.debian.org/debian/pool/main/i/%{name}/%{name}_%{version}.tar.gz -Patch0: ikiwiki-2.70-libexecdir.patch -Patch1: ikiwiki-2.70-mtn.patch +Patch0: ikiwiki-2.72-libexecdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -50,7 +49,6 @@ %prep %setup0 -q -n %{name} %patch0 -p1 -b .libexecdir -%patch1 -p1 # Filter unwanted Provides: %{__cat} << \EOF > %{name}-prov @@ -88,26 +86,14 @@ %install %{__rm} -rf %{buildroot} -%{__make} pure_install DESTDIR=%{buildroot} +%{__make} pure_install DESTDIR=%{buildroot} W3M_CGI_BIN=%{cgi_bin} %find_lang %{name} -# cgi script is wrongly installed in a fixed place -%{__mkdir_p} %{buildroot}%{cgi_bin} -%{__mv} %{buildroot}%{_prefix}/lib/w3m/cgi-bin/ikiwiki-w3m.cgi \ - %{buildroot}%{cgi_bin} - # move external plugins %{__mkdir_p} %{buildroot}%{_libexecdir}/ikiwiki/plugins %{__mv} %{buildroot}%{_prefix}/lib/ikiwiki/plugins/* \ %{buildroot}%{_libexecdir}/ikiwiki/plugins -# fix encoding -iconv -f iso-8859-9 -t utf-8 \ - html/tips/vim_syntax_highlighting/ikiwiki.vim \ - -o html/tips/vim_syntax_highlighting/ikiwiki.vim.tmp -%{__mv} html/tips/vim_syntax_highlighting/ikiwiki.vim.tmp \ - html/tips/vim_syntax_highlighting/ikiwiki.vim - # remove shebang %{__sed} -e '1{/^#!/d}' -i \ %{buildroot}%{_sysconfdir}/ikiwiki/auto.setup @@ -157,6 +143,12 @@ %changelog +* Fri Jan 2 2009 Thomas Moschny - 2.72-1 +- Update to 2.72. +- Patch for mtn plugin has been applied upstream. +- Encoding of ikiwiki.vim has been changed to utf-8 upstream. +- Use new W3M_CGI_BIN option in %%install. + * Tue Dec 16 2008 Thomas Moschny - 2.70-3 - Patch for monotone plugin: Prevent broken pipe message. - Cosmetic changes to satisfy rpmlint. Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/F-9/import.log,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- import.log 19 Dec 2008 15:58:26 -0000 1.6 +++ import.log 2 Jan 2009 11:45:55 -0000 1.7 @@ -4,3 +4,4 @@ ikiwiki-2_63-1_fc9:F-9:ikiwiki-2.63-1.fc9.src.rpm:1221386213 ikiwiki-2_70-1_fc9:F-9:ikiwiki-2.70-1.fc9.src.rpm:1227216777 ikiwiki-2_70-3_fc10:F-9:ikiwiki-2.70-3.fc10.src.rpm:1229702242 +ikiwiki-2_72-1_fc10:F-9:ikiwiki-2.72-1.fc10.src.rpm:1230896711 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/F-9/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 20 Nov 2008 21:36:43 -0000 1.6 +++ sources 2 Jan 2009 11:45:55 -0000 1.7 @@ -1 +1 @@ -43d9dc1a5e03e38dd829cd4d4a38eeb4 ikiwiki_2.70.tar.gz +5bebbd85c2ad80ed9c8d730ba4f91e1a ikiwiki_2.72.tar.gz --- ikiwiki-2.70-libexecdir.patch DELETED --- --- ikiwiki-2.70-mtn.patch DELETED --- From szpak at fedoraproject.org Fri Jan 2 11:48:43 2009 From: szpak at fedoraproject.org (Marcin Zajaczkowski) Date: Fri, 2 Jan 2009 11:48:43 +0000 (UTC) Subject: rpms/pyxattr/F-10 pyxattr.spec,1.7,1.8 sources,1.3,1.4 Message-ID: <20090102114843.2F49A70130@cvs1.fedora.phx.redhat.com> Author: szpak Update of /cvs/extras/rpms/pyxattr/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21097 Modified Files: pyxattr.spec sources Log Message: Update to 0.4.0 (F-10 branch) Index: pyxattr.spec =================================================================== RCS file: /cvs/extras/rpms/pyxattr/F-10/pyxattr.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pyxattr.spec 20 Feb 2008 03:39:18 -0000 1.7 +++ pyxattr.spec 2 Jan 2009 11:48:12 -0000 1.8 @@ -1,9 +1,9 @@ Name: pyxattr Summary: Extended attributes library wrapper for Python -Version: 0.2.2 -Release: 3%{?dist} +Version: 0.4.0 +Release: 2%{?dist} #license version is precised on a website -License: GPLv2+ +License: LGPLv2+ Group: Development/Libraries URL: http://pyxattr.sourceforge.net/ Source: http://downloads.sourceforge.net/pyxattr/pyxattr-%{version}.tar.gz @@ -13,7 +13,8 @@ Obsoletes: python-xattr <= %{version}-%{release} #libattr package is already forced by RPM Requires: python >= 2.2 -BuildRequires: python-devel, libattr-devel +#python-setuptools package is required since 0.4.0 +BuildRequires: python-devel, libattr-devel, python-setuptools %description Python extension module wrapper for libattr. It allows to query, list, @@ -35,13 +36,24 @@ %files %defattr(0644,root,root,0755) %{_libdir}/python*/site-packages/xattr.so -%if 0%{?fedora} >= 9 -#%{python_sitelib}/*egg-info - didn't work for me in rawhide +#Python Eggs already in source distribution +#(without compiled content, can be simple included in RPM package) %{_libdir}/python*/site-packages/*egg-info -%endif -%doc ChangeLog MANIFEST NEWS README *.html *.txt +%doc COPYING NEWS README %changelog +* Sat Dec 6 2008 Marcin Zajaczkowski - 0.4.0-2 +- added python-setuptools in BuildRequires which is needed in build process +since version 0.4.0 (thanks to Kevin Fenzi) + +* Fri Dec 5 2008 Marcin Zajaczkowski - 0.4.0-1 +- updated to 0.4.0 +- License Tag adjusted to current licensing LGPLv2+ +- modified Python Eggs support due to its usage in source distribution + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.2.2-4 +- Rebuild for Python 2.6 + * Tue Feb 19 2008 Fedora Release Engineering - 0.2.2-3 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyxattr/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 27 Aug 2007 18:35:04 -0000 1.3 +++ sources 2 Jan 2009 11:48:12 -0000 1.4 @@ -1 +1 @@ -33d722b0c67fcee42bb3c6455f135f94 pyxattr-0.2.2.tar.gz +8e54ffa2ca575232d57213efcbcee289 pyxattr-0.4.0.tar.gz From jreznik at fedoraproject.org Fri Jan 2 12:11:40 2009 From: jreznik at fedoraproject.org (Jaroslav Reznik) Date: Fri, 2 Jan 2009 12:11:40 +0000 (UTC) Subject: rpms/kde-plasma-runcommand/F-9 kde-plasma-runcommand-0.9-plasma-libs.patch, NONE, 1.1 kde-plasma-runcommand.spec, 1.3, 1.4 Message-ID: <20090102121140.97A3370130@cvs1.fedora.phx.redhat.com> Author: jreznik Update of /cvs/pkgs/rpms/kde-plasma-runcommand/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27411 Modified Files: kde-plasma-runcommand.spec Added Files: kde-plasma-runcommand-0.9-plasma-libs.patch Log Message: * Fri Jan 02 2009 Jaroslav Reznik 0.9-2 - link target against PLASMA_LIBS kde-plasma-runcommand-0.9-plasma-libs.patch: --- NEW FILE kde-plasma-runcommand-0.9-plasma-libs.patch --- diff -up runcommand_0.9/applet/CMakeLists.txt.plasma-libs runcommand_0.9/applet/CMakeLists.txt --- runcommand_0.9/applet/CMakeLists.txt.plasma-libs 2008-12-24 19:38:18.000000000 +0100 +++ runcommand_0.9/applet/CMakeLists.txt 2009-01-02 12:55:33.000000000 +0100 @@ -17,7 +17,7 @@ kde4_add_ui_files(runcommand_SRCS config kde4_add_plugin(plasma_applet_runcommand ${runcommand_SRCS}) target_link_libraries(plasma_applet_runcommand ${QT_QTSCRIPT_LIBRARY} - ${KDE4_PLASMA_LIBS} + ${PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KUTILS_LIBS} ${KDE4_KIO_LIBS} Index: kde-plasma-runcommand.spec =================================================================== RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/F-9/kde-plasma-runcommand.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- kde-plasma-runcommand.spec 2 Jan 2009 11:40:59 -0000 1.3 +++ kde-plasma-runcommand.spec 2 Jan 2009 12:11:09 -0000 1.4 @@ -1,6 +1,6 @@ Name: kde-plasma-runcommand Version: 0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple plasmoid to run commands without using terminal or KRunner Group: User Interface/Desktops @@ -8,6 +8,7 @@ URL: http://www.kde-look.org/content/show.php/Run+Command?content=91495 Source0: http://www.kde-look.org/CONTENT/content-files/91495-runcommand_%{version}.tar.bz2 +Patch0: kde-plasma-runcommand-0.9-plasma-libs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -20,7 +21,7 @@ %prep %setup -qn runcommand_%{version} - +%patch0 -p1 -b .plasma-libs %build mkdir -p %{_target_platform} @@ -47,6 +48,9 @@ %{_kde4_datadir}/kde4/services/plasma-applet-runcommand.desktop %changelog +* Fri Jan 02 2009 Jaroslav Reznik 0.9-2 +- link target against PLASMA_LIBS + * Fri Jan 02 2009 Jaroslav Reznik 0.9-1 - update to 0.9 From szpak at fedoraproject.org Fri Jan 2 12:23:01 2009 From: szpak at fedoraproject.org (Marcin Zajaczkowski) Date: Fri, 2 Jan 2009 12:23:01 +0000 (UTC) Subject: rpms/pyxattr/F-9 pyxattr.spec,1.7,1.8 sources,1.3,1.4 Message-ID: <20090102122301.6E88A70130@cvs1.fedora.phx.redhat.com> Author: szpak Update of /cvs/extras/rpms/pyxattr/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29500 Modified Files: pyxattr.spec sources Log Message: Updated to 0.4.0 (F-9 branch) Index: pyxattr.spec =================================================================== RCS file: /cvs/extras/rpms/pyxattr/F-9/pyxattr.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pyxattr.spec 20 Feb 2008 03:39:18 -0000 1.7 +++ pyxattr.spec 2 Jan 2009 12:22:31 -0000 1.8 @@ -1,9 +1,9 @@ Name: pyxattr Summary: Extended attributes library wrapper for Python -Version: 0.2.2 -Release: 3%{?dist} +Version: 0.4.0 +Release: 2%{?dist} #license version is precised on a website -License: GPLv2+ +License: LGPLv2+ Group: Development/Libraries URL: http://pyxattr.sourceforge.net/ Source: http://downloads.sourceforge.net/pyxattr/pyxattr-%{version}.tar.gz @@ -13,7 +13,8 @@ Obsoletes: python-xattr <= %{version}-%{release} #libattr package is already forced by RPM Requires: python >= 2.2 -BuildRequires: python-devel, libattr-devel +#python-setuptools package is required since 0.4.0 +BuildRequires: python-devel, libattr-devel, python-setuptools %description Python extension module wrapper for libattr. It allows to query, list, @@ -35,13 +36,24 @@ %files %defattr(0644,root,root,0755) %{_libdir}/python*/site-packages/xattr.so -%if 0%{?fedora} >= 9 -#%{python_sitelib}/*egg-info - didn't work for me in rawhide +#Python Eggs already in source distribution +#(without compiled content, can be simple included in RPM package) %{_libdir}/python*/site-packages/*egg-info -%endif -%doc ChangeLog MANIFEST NEWS README *.html *.txt +%doc COPYING NEWS README %changelog +* Sat Dec 6 2008 Marcin Zajaczkowski - 0.4.0-2 +- added python-setuptools in BuildRequires which is needed in build process +since version 0.4.0 (thanks to Kevin Fenzi) + +* Fri Dec 5 2008 Marcin Zajaczkowski - 0.4.0-1 +- updated to 0.4.0 +- License Tag adjusted to current licensing LGPLv2+ +- modified Python Eggs support due to its usage in source distribution + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.2.2-4 +- Rebuild for Python 2.6 + * Tue Feb 19 2008 Fedora Release Engineering - 0.2.2-3 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pyxattr/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 27 Aug 2007 18:35:04 -0000 1.3 +++ sources 2 Jan 2009 12:22:31 -0000 1.4 @@ -1 +1 @@ -33d722b0c67fcee42bb3c6455f135f94 pyxattr-0.2.2.tar.gz +8e54ffa2ca575232d57213efcbcee289 pyxattr-0.4.0.tar.gz From jreznik at fedoraproject.org Fri Jan 2 12:29:42 2009 From: jreznik at fedoraproject.org (Jaroslav Reznik) Date: Fri, 2 Jan 2009 12:29:42 +0000 (UTC) Subject: rpms/kde-plasma-runcommand/F-10 kde-plasma-runcommand-0.9-plasma-libs.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 kde-plasma-runcommand.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090102122942.9D04F70134@cvs1.fedora.phx.redhat.com> Author: jreznik Update of /cvs/pkgs/rpms/kde-plasma-runcommand/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31330 Modified Files: .cvsignore kde-plasma-runcommand.spec sources Added Files: kde-plasma-runcommand-0.9-plasma-libs.patch Log Message: * Fri Jan 02 2009 Jaroslav Reznik 0.9-1 - update 0.9 - link target against PLASMA_LIBS kde-plasma-runcommand-0.9-plasma-libs.patch: --- NEW FILE kde-plasma-runcommand-0.9-plasma-libs.patch --- diff -up runcommand_0.9/applet/CMakeLists.txt.plasma-libs runcommand_0.9/applet/CMakeLists.txt --- runcommand_0.9/applet/CMakeLists.txt.plasma-libs 2008-12-24 19:38:18.000000000 +0100 +++ runcommand_0.9/applet/CMakeLists.txt 2009-01-02 12:55:33.000000000 +0100 @@ -17,7 +17,7 @@ kde4_add_ui_files(runcommand_SRCS config kde4_add_plugin(plasma_applet_runcommand ${runcommand_SRCS}) target_link_libraries(plasma_applet_runcommand ${QT_QTSCRIPT_LIBRARY} - ${KDE4_PLASMA_LIBS} + ${PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KUTILS_LIBS} ${KDE4_KIO_LIBS} Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 19 Nov 2008 08:40:15 -0000 1.3 +++ .cvsignore 2 Jan 2009 12:29:12 -0000 1.4 @@ -1 +1 @@ -91495-runcommand_0.7.tar.bz2 +91495-runcommand_0.9.tar.bz2 Index: kde-plasma-runcommand.spec =================================================================== RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/F-10/kde-plasma-runcommand.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- kde-plasma-runcommand.spec 19 Nov 2008 08:40:15 -0000 1.2 +++ kde-plasma-runcommand.spec 2 Jan 2009 12:29:12 -0000 1.3 @@ -1,5 +1,5 @@ Name: kde-plasma-runcommand -Version: 0.7 +Version: 0.9 Release: 1%{?dist} Summary: Simple plasmoid to run commands without using terminal or KRunner @@ -8,6 +8,7 @@ URL: http://www.kde-look.org/content/show.php/Run+Command?content=91495 Source0: http://www.kde-look.org/CONTENT/content-files/91495-runcommand_%{version}.tar.bz2 +Patch0: kde-plasma-runcommand-0.9-plasma-libs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -20,7 +21,7 @@ %prep %setup -qn runcommand_%{version} - +%patch0 -p1 -b .plasma-libs %build mkdir -p %{_target_platform} @@ -47,6 +48,10 @@ %{_kde4_datadir}/kde4/services/plasma-applet-runcommand.desktop %changelog +* Fri Jan 02 2009 Jaroslav Reznik 0.9-1 +- update 0.9 +- link target against PLASMA_LIBS + * Wed Nov 19 2008 Jaroslav Reznik 0.7-1 - update to 0.7 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kde-plasma-runcommand/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 19 Nov 2008 08:40:15 -0000 1.3 +++ sources 2 Jan 2009 12:29:12 -0000 1.4 @@ -1 +1 @@ -44e0c9eb7accf8c9cf8ba27614566e8a 91495-runcommand_0.7.tar.bz2 +a98d6e3f32b85eae3f299c06cb8432f2 91495-runcommand_0.9.tar.bz2 From pkgdb at fedoraproject.org Fri Jan 2 12:43:47 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 12:43:47 +0000 Subject: [pkgdb] strace: vda has requested commit Message-ID: <20090102124355.D2939208D50@bastion.fedora.phx.redhat.com> vda has requested the commit acl on strace (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/strace From thias at fedoraproject.org Fri Jan 2 12:52:18 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 12:52:18 +0000 (UTC) Subject: rpms/proftpd/EL-4 proftpd-1.3.1-csrf.patch, NONE, 1.1 proftpd.spec, 1.9, 1.10 Message-ID: <20090102125218.573CB70130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4000/EL-4 Modified Files: proftpd.spec Added Files: proftpd-1.3.1-csrf.patch Log Message: Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115) and backport recent minor changes on all current branches. proftpd-1.3.1-csrf.patch: --- NEW FILE proftpd-1.3.1-csrf.patch --- #! /bin/sh /usr/share/dpatch/dpatch-run ## 3115.dpatch by Francesco Paolo Lovergine ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad trunk~/src/main.c trunk/src/main.c --- trunk~/src/main.c 2008-09-21 23:50:55.000000000 +0200 +++ trunk/src/main.c 2008-09-21 23:50:55.000000000 +0200 @@ -674,12 +674,17 @@ while (TRUE) { pr_signals_handle(); + memset(buf,'\0',sizeof(buf)); + if (pr_netio_telnet_gets(buf, sizeof(buf)-1, session.c->instrm, session.c->outstrm) == NULL) { - if (PR_NETIO_ERRNO(session.c->instrm) == EINTR) - /* Simple interrupted syscall */ + if (errno == E2BIG) { + /* The client sent a too-long command which was ignored; give + * them another chance? + */ continue; + } #ifndef PR_DEVEL_NO_DAEMON /* Otherwise, EOF */ @@ -695,20 +700,31 @@ if (cmd_buf_size == -1) { int *bufsz = get_param_ptr(main_server->conf, "CommandBufferSize", FALSE); + size_t default_cmd_bufsz; + + /* It's possible for the admin to select a PR_TUNABLE_BUFFER_SIZE which + * is smaller than PR_DEFAULT_CMD_BUFSZ. We need to handle such cases + * properly. + */ + default_cmd_bufsz = PR_DEFAULT_CMD_BUFSZ; + if (default_cmd_bufsz > sizeof(buf)) { + default_cmd_bufsz = sizeof(buf); + } + if (bufsz == NULL) { - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + cmd_buf_size = default_cmd_bufsz; } else if (*bufsz <= 0) { pr_log_pri(PR_LOG_WARNING, "invalid CommandBufferSize size (%d) " "given, using default buffer size (%u) instead", - *bufsz, PR_DEFAULT_CMD_BUFSZ); - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + *bufsz, default_cmd_bufsz); + cmd_buf_size = default_cmd_bufsz; } else if (*bufsz + 1 > sizeof(buf)) { pr_log_pri(PR_LOG_WARNING, "invalid CommandBufferSize size (%d) " "given, using default buffer size (%u) instead", - *bufsz, PR_DEFAULT_CMD_BUFSZ); - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + *bufsz, default_cmd_bufsz); + cmd_buf_size = default_cmd_bufsz; } else { pr_log_debug(DEBUG1, "setting CommandBufferSize to %d", *bufsz); diff -urNad trunk~/src/netio.c trunk/src/netio.c --- trunk~/src/netio.c 2008-09-21 23:39:34.000000000 +0200 +++ trunk/src/netio.c 2008-09-21 23:52:17.000000000 +0200 @@ -1,6 +1,6 @@ /* * ProFTPD - FTP server daemon - * Copyright (c) 2001-2007 The ProFTPD Project team + * Copyright (c) 2001-2008 The ProFTPD Project team * * 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 @@ -30,19 +30,19 @@ #include #ifndef IAC -#define IAC 255 +# define IAC 255 #endif #ifndef DONT -#define DONT 254 +# define DONT 254 #endif #ifndef DO -#define DO 253 +# define DO 253 #endif #ifndef WONT -#define WONT 252 +# define WONT 252 #endif #ifndef WILL -#define WILL 251 +# define WILL 251 #endif static const char *trace_channel = "netio"; @@ -51,6 +51,17 @@ static pr_netio_t *core_data_netio = NULL, *data_netio = NULL; static pr_netio_t *core_othr_netio = NULL, *othr_netio = NULL; +/* Used to track whether the previous text read from the client's control + * connection was a properly-terminated command. If so, then read in the + * next/current text as per normal. If NOT (e.g. the client sent a too-long + * command), then read in the next/current text, but ignore it. Only clear + * this flag if the next/current command can be read as per normal. + * + * The pr_netio_telnet_gets() uses this variable, in conjunction with its + * saw_newline flag, for handling too-long commands from clients. + */ +static int properly_terminated_prev_command = TRUE; + static pr_netio_stream_t *netio_stream_alloc(pool *parent_pool) { pool *netio_pool = NULL; pr_netio_stream_t *nstrm = NULL; @@ -911,7 +922,7 @@ char *bp = buf; unsigned char cp; static unsigned char mode = 0; - int toread; + int toread, saw_newline = FALSE; pr_buffer_t *pbuf = NULL; if (buflen == 0) { @@ -940,8 +951,9 @@ *bp = '\0'; return buf; - } else + } else { return NULL; + } } pbuf->remaining = pbuf->buflen - toread; @@ -1004,6 +1016,8 @@ toread--; *bp++ = *pbuf->current++; pbuf->remaining++; + + saw_newline = TRUE; break; } @@ -1011,6 +1025,25 @@ pbuf->current = NULL; } + if (!saw_newline) { + /* If we haven't seen a newline, then assume the client is deliberately + * sending a too-long command, trying to exploit buffer sizes and make + * the server make some possibly bad assumptions. + */ + + properly_terminated_prev_command = FALSE; + errno = E2BIG; + return NULL; + } + + if (!properly_terminated_prev_command) { + properly_terminated_prev_command = TRUE; + pr_log_pri(PR_LOG_NOTICE, "client sent too-long command, ignoring"); + errno = E2BIG; + return NULL; + } + + properly_terminated_prev_command = TRUE; *bp = '\0'; return buf; } Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/EL-4/proftpd.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- proftpd.spec 3 Feb 2008 18:02:39 -0000 1.9 +++ proftpd.spec 2 Jan 2009 12:51:47 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.1 -Release: 3%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -15,6 +15,7 @@ Source7: proftpd-mod_quotatab_ldap.ldif Source8: proftpd-mod_quotatab_ldap.schema Patch0: proftpd-1.3.1-find-umode_t.patch +Patch1: proftpd-1.3.1-csrf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: pam >= 0.59 Requires(post): /sbin/chkconfig @@ -66,6 +67,7 @@ %prep %setup -q %patch0 -p1 -b .find-umode_t +%patch1 -p1 -b .csrf %build @@ -79,11 +81,12 @@ --enable-facl \ --enable-dso \ --enable-ipv6 \ + --enable-shadow \ --enable-openssl \ --with-libraries="%{_libdir}/mysql" \ --with-includes="%{_includedir}/mysql" \ --with-modules=mod_readme:mod_auth_pam:mod_tls \ - --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql + --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql:mod_ifsession:mod_ban # It seems that with _smp_mflags -lsupp tries to get linked before being built # (as of 1.3.0a-4 F7/devel with koji, happened on F8 x86_64 and F7 ppc64) @@ -160,6 +163,8 @@ %{_bindir}/* %exclude %{_includedir}/proftpd/ %dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_ban.so +%{_libexecdir}/proftpd/mod_ifsession.so %{_libexecdir}/proftpd/mod_quotatab.so %{_libexecdir}/proftpd/mod_quotatab_file.so %{_libexecdir}/proftpd/mod_sql.so @@ -193,6 +198,19 @@ %changelog +* Fri Jan 2 2009 Matthias Saou 1.3.1-7 +- Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115). + +* Fri Aug 8 2008 Matthias Saou 1.3.1-6 +- Add mod_ban support (#457289, Philip Prindeville). + +* Tue Feb 19 2008 Fedora Release Engineering +- Autorebuild for GCC 4.3 + +* Wed Feb 13 2008 Matthias Saou 1.3.1-4 +- Pass --enable-shadow to also have it available, not just PAM (#378981). +- Add mod_ifsession as DSO (#432539). + * Mon Dec 17 2007 Matthias Saou 1.3.1-3 - Rebuild for new openssl, patch from Paul Howarth. From thias at fedoraproject.org Fri Jan 2 12:52:18 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 12:52:18 +0000 (UTC) Subject: rpms/proftpd/EL-5 proftpd-1.3.1-csrf.patch, NONE, 1.1 proftpd.spec, 1.29, 1.30 Message-ID: <20090102125218.710987013C@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4000/EL-5 Modified Files: proftpd.spec Added Files: proftpd-1.3.1-csrf.patch Log Message: Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115) and backport recent minor changes on all current branches. proftpd-1.3.1-csrf.patch: --- NEW FILE proftpd-1.3.1-csrf.patch --- #! /bin/sh /usr/share/dpatch/dpatch-run ## 3115.dpatch by Francesco Paolo Lovergine ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad trunk~/src/main.c trunk/src/main.c --- trunk~/src/main.c 2008-09-21 23:50:55.000000000 +0200 +++ trunk/src/main.c 2008-09-21 23:50:55.000000000 +0200 @@ -674,12 +674,17 @@ while (TRUE) { pr_signals_handle(); + memset(buf,'\0',sizeof(buf)); + if (pr_netio_telnet_gets(buf, sizeof(buf)-1, session.c->instrm, session.c->outstrm) == NULL) { - if (PR_NETIO_ERRNO(session.c->instrm) == EINTR) - /* Simple interrupted syscall */ + if (errno == E2BIG) { + /* The client sent a too-long command which was ignored; give + * them another chance? + */ continue; + } #ifndef PR_DEVEL_NO_DAEMON /* Otherwise, EOF */ @@ -695,20 +700,31 @@ if (cmd_buf_size == -1) { int *bufsz = get_param_ptr(main_server->conf, "CommandBufferSize", FALSE); + size_t default_cmd_bufsz; + + /* It's possible for the admin to select a PR_TUNABLE_BUFFER_SIZE which + * is smaller than PR_DEFAULT_CMD_BUFSZ. We need to handle such cases + * properly. + */ + default_cmd_bufsz = PR_DEFAULT_CMD_BUFSZ; + if (default_cmd_bufsz > sizeof(buf)) { + default_cmd_bufsz = sizeof(buf); + } + if (bufsz == NULL) { - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + cmd_buf_size = default_cmd_bufsz; } else if (*bufsz <= 0) { pr_log_pri(PR_LOG_WARNING, "invalid CommandBufferSize size (%d) " "given, using default buffer size (%u) instead", - *bufsz, PR_DEFAULT_CMD_BUFSZ); - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + *bufsz, default_cmd_bufsz); + cmd_buf_size = default_cmd_bufsz; } else if (*bufsz + 1 > sizeof(buf)) { pr_log_pri(PR_LOG_WARNING, "invalid CommandBufferSize size (%d) " "given, using default buffer size (%u) instead", - *bufsz, PR_DEFAULT_CMD_BUFSZ); - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + *bufsz, default_cmd_bufsz); + cmd_buf_size = default_cmd_bufsz; } else { pr_log_debug(DEBUG1, "setting CommandBufferSize to %d", *bufsz); diff -urNad trunk~/src/netio.c trunk/src/netio.c --- trunk~/src/netio.c 2008-09-21 23:39:34.000000000 +0200 +++ trunk/src/netio.c 2008-09-21 23:52:17.000000000 +0200 @@ -1,6 +1,6 @@ /* * ProFTPD - FTP server daemon - * Copyright (c) 2001-2007 The ProFTPD Project team + * Copyright (c) 2001-2008 The ProFTPD Project team * * 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 @@ -30,19 +30,19 @@ #include #ifndef IAC -#define IAC 255 +# define IAC 255 #endif #ifndef DONT -#define DONT 254 +# define DONT 254 #endif #ifndef DO -#define DO 253 +# define DO 253 #endif #ifndef WONT -#define WONT 252 +# define WONT 252 #endif #ifndef WILL -#define WILL 251 +# define WILL 251 #endif static const char *trace_channel = "netio"; @@ -51,6 +51,17 @@ static pr_netio_t *core_data_netio = NULL, *data_netio = NULL; static pr_netio_t *core_othr_netio = NULL, *othr_netio = NULL; +/* Used to track whether the previous text read from the client's control + * connection was a properly-terminated command. If so, then read in the + * next/current text as per normal. If NOT (e.g. the client sent a too-long + * command), then read in the next/current text, but ignore it. Only clear + * this flag if the next/current command can be read as per normal. + * + * The pr_netio_telnet_gets() uses this variable, in conjunction with its + * saw_newline flag, for handling too-long commands from clients. + */ +static int properly_terminated_prev_command = TRUE; + static pr_netio_stream_t *netio_stream_alloc(pool *parent_pool) { pool *netio_pool = NULL; pr_netio_stream_t *nstrm = NULL; @@ -911,7 +922,7 @@ char *bp = buf; unsigned char cp; static unsigned char mode = 0; - int toread; + int toread, saw_newline = FALSE; pr_buffer_t *pbuf = NULL; if (buflen == 0) { @@ -940,8 +951,9 @@ *bp = '\0'; return buf; - } else + } else { return NULL; + } } pbuf->remaining = pbuf->buflen - toread; @@ -1004,6 +1016,8 @@ toread--; *bp++ = *pbuf->current++; pbuf->remaining++; + + saw_newline = TRUE; break; } @@ -1011,6 +1025,25 @@ pbuf->current = NULL; } + if (!saw_newline) { + /* If we haven't seen a newline, then assume the client is deliberately + * sending a too-long command, trying to exploit buffer sizes and make + * the server make some possibly bad assumptions. + */ + + properly_terminated_prev_command = FALSE; + errno = E2BIG; + return NULL; + } + + if (!properly_terminated_prev_command) { + properly_terminated_prev_command = TRUE; + pr_log_pri(PR_LOG_NOTICE, "client sent too-long command, ignoring"); + errno = E2BIG; + return NULL; + } + + properly_terminated_prev_command = TRUE; *bp = '\0'; return buf; } Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/EL-5/proftpd.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- proftpd.spec 3 Feb 2008 17:54:06 -0000 1.29 +++ proftpd.spec 2 Jan 2009 12:51:48 -0000 1.30 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.1 -Release: 3%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -15,6 +15,7 @@ Source7: proftpd-mod_quotatab_ldap.ldif Source8: proftpd-mod_quotatab_ldap.schema Patch0: proftpd-1.3.1-find-umode_t.patch +Patch1: proftpd-1.3.1-csrf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: pam >= 0.59 Requires(post): /sbin/chkconfig @@ -66,6 +67,7 @@ %prep %setup -q %patch0 -p1 -b .find-umode_t +%patch1 -p1 -b .csrf %build @@ -79,11 +81,12 @@ --enable-facl \ --enable-dso \ --enable-ipv6 \ + --enable-shadow \ --enable-openssl \ --with-libraries="%{_libdir}/mysql" \ --with-includes="%{_includedir}/mysql" \ --with-modules=mod_readme:mod_auth_pam:mod_tls \ - --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql + --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql:mod_ifsession:mod_ban # It seems that with _smp_mflags -lsupp tries to get linked before being built # (as of 1.3.0a-4 F7/devel with koji, happened on F8 x86_64 and F7 ppc64) @@ -160,6 +163,8 @@ %{_bindir}/* %exclude %{_includedir}/proftpd/ %dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_ban.so +%{_libexecdir}/proftpd/mod_ifsession.so %{_libexecdir}/proftpd/mod_quotatab.so %{_libexecdir}/proftpd/mod_quotatab_file.so %{_libexecdir}/proftpd/mod_sql.so @@ -193,6 +198,19 @@ %changelog +* Fri Jan 2 2009 Matthias Saou 1.3.1-7 +- Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115). + +* Fri Aug 8 2008 Matthias Saou 1.3.1-6 +- Add mod_ban support (#457289, Philip Prindeville). + +* Tue Feb 19 2008 Fedora Release Engineering +- Autorebuild for GCC 4.3 + +* Wed Feb 13 2008 Matthias Saou 1.3.1-4 +- Pass --enable-shadow to also have it available, not just PAM (#378981). +- Add mod_ifsession as DSO (#432539). + * Mon Dec 17 2007 Matthias Saou 1.3.1-3 - Rebuild for new openssl, patch from Paul Howarth. From thias at fedoraproject.org Fri Jan 2 12:52:19 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 12:52:19 +0000 (UTC) Subject: rpms/proftpd/F-8 proftpd-1.3.1-csrf.patch, NONE, 1.1 proftpd.spec, 1.36, 1.37 Message-ID: <20090102125219.1694070130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4000/F-8 Modified Files: proftpd.spec Added Files: proftpd-1.3.1-csrf.patch Log Message: Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115) and backport recent minor changes on all current branches. proftpd-1.3.1-csrf.patch: --- NEW FILE proftpd-1.3.1-csrf.patch --- #! /bin/sh /usr/share/dpatch/dpatch-run ## 3115.dpatch by Francesco Paolo Lovergine ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad trunk~/src/main.c trunk/src/main.c --- trunk~/src/main.c 2008-09-21 23:50:55.000000000 +0200 +++ trunk/src/main.c 2008-09-21 23:50:55.000000000 +0200 @@ -674,12 +674,17 @@ while (TRUE) { pr_signals_handle(); + memset(buf,'\0',sizeof(buf)); + if (pr_netio_telnet_gets(buf, sizeof(buf)-1, session.c->instrm, session.c->outstrm) == NULL) { - if (PR_NETIO_ERRNO(session.c->instrm) == EINTR) - /* Simple interrupted syscall */ + if (errno == E2BIG) { + /* The client sent a too-long command which was ignored; give + * them another chance? + */ continue; + } #ifndef PR_DEVEL_NO_DAEMON /* Otherwise, EOF */ @@ -695,20 +700,31 @@ if (cmd_buf_size == -1) { int *bufsz = get_param_ptr(main_server->conf, "CommandBufferSize", FALSE); + size_t default_cmd_bufsz; + + /* It's possible for the admin to select a PR_TUNABLE_BUFFER_SIZE which + * is smaller than PR_DEFAULT_CMD_BUFSZ. We need to handle such cases + * properly. + */ + default_cmd_bufsz = PR_DEFAULT_CMD_BUFSZ; + if (default_cmd_bufsz > sizeof(buf)) { + default_cmd_bufsz = sizeof(buf); + } + if (bufsz == NULL) { - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + cmd_buf_size = default_cmd_bufsz; } else if (*bufsz <= 0) { pr_log_pri(PR_LOG_WARNING, "invalid CommandBufferSize size (%d) " "given, using default buffer size (%u) instead", - *bufsz, PR_DEFAULT_CMD_BUFSZ); - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + *bufsz, default_cmd_bufsz); + cmd_buf_size = default_cmd_bufsz; } else if (*bufsz + 1 > sizeof(buf)) { pr_log_pri(PR_LOG_WARNING, "invalid CommandBufferSize size (%d) " "given, using default buffer size (%u) instead", - *bufsz, PR_DEFAULT_CMD_BUFSZ); - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + *bufsz, default_cmd_bufsz); + cmd_buf_size = default_cmd_bufsz; } else { pr_log_debug(DEBUG1, "setting CommandBufferSize to %d", *bufsz); diff -urNad trunk~/src/netio.c trunk/src/netio.c --- trunk~/src/netio.c 2008-09-21 23:39:34.000000000 +0200 +++ trunk/src/netio.c 2008-09-21 23:52:17.000000000 +0200 @@ -1,6 +1,6 @@ /* * ProFTPD - FTP server daemon - * Copyright (c) 2001-2007 The ProFTPD Project team + * Copyright (c) 2001-2008 The ProFTPD Project team * * 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 @@ -30,19 +30,19 @@ #include #ifndef IAC -#define IAC 255 +# define IAC 255 #endif #ifndef DONT -#define DONT 254 +# define DONT 254 #endif #ifndef DO -#define DO 253 +# define DO 253 #endif #ifndef WONT -#define WONT 252 +# define WONT 252 #endif #ifndef WILL -#define WILL 251 +# define WILL 251 #endif static const char *trace_channel = "netio"; @@ -51,6 +51,17 @@ static pr_netio_t *core_data_netio = NULL, *data_netio = NULL; static pr_netio_t *core_othr_netio = NULL, *othr_netio = NULL; +/* Used to track whether the previous text read from the client's control + * connection was a properly-terminated command. If so, then read in the + * next/current text as per normal. If NOT (e.g. the client sent a too-long + * command), then read in the next/current text, but ignore it. Only clear + * this flag if the next/current command can be read as per normal. + * + * The pr_netio_telnet_gets() uses this variable, in conjunction with its + * saw_newline flag, for handling too-long commands from clients. + */ +static int properly_terminated_prev_command = TRUE; + static pr_netio_stream_t *netio_stream_alloc(pool *parent_pool) { pool *netio_pool = NULL; pr_netio_stream_t *nstrm = NULL; @@ -911,7 +922,7 @@ char *bp = buf; unsigned char cp; static unsigned char mode = 0; - int toread; + int toread, saw_newline = FALSE; pr_buffer_t *pbuf = NULL; if (buflen == 0) { @@ -940,8 +951,9 @@ *bp = '\0'; return buf; - } else + } else { return NULL; + } } pbuf->remaining = pbuf->buflen - toread; @@ -1004,6 +1016,8 @@ toread--; *bp++ = *pbuf->current++; pbuf->remaining++; + + saw_newline = TRUE; break; } @@ -1011,6 +1025,25 @@ pbuf->current = NULL; } + if (!saw_newline) { + /* If we haven't seen a newline, then assume the client is deliberately + * sending a too-long command, trying to exploit buffer sizes and make + * the server make some possibly bad assumptions. + */ + + properly_terminated_prev_command = FALSE; + errno = E2BIG; + return NULL; + } + + if (!properly_terminated_prev_command) { + properly_terminated_prev_command = TRUE; + pr_log_pri(PR_LOG_NOTICE, "client sent too-long command, ignoring"); + errno = E2BIG; + return NULL; + } + + properly_terminated_prev_command = TRUE; *bp = '\0'; return buf; } Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/F-8/proftpd.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- proftpd.spec 3 Feb 2008 17:36:18 -0000 1.36 +++ proftpd.spec 2 Jan 2009 12:51:48 -0000 1.37 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.1 -Release: 3%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -15,6 +15,7 @@ Source7: proftpd-mod_quotatab_ldap.ldif Source8: proftpd-mod_quotatab_ldap.schema Patch0: proftpd-1.3.1-find-umode_t.patch +Patch1: proftpd-1.3.1-csrf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: pam >= 0.59 Requires(post): /sbin/chkconfig @@ -66,6 +67,7 @@ %prep %setup -q %patch0 -p1 -b .find-umode_t +%patch1 -p1 -b .csrf %build @@ -79,11 +81,12 @@ --enable-facl \ --enable-dso \ --enable-ipv6 \ + --enable-shadow \ --enable-openssl \ --with-libraries="%{_libdir}/mysql" \ --with-includes="%{_includedir}/mysql" \ --with-modules=mod_readme:mod_auth_pam:mod_tls \ - --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql + --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql:mod_ifsession:mod_ban # It seems that with _smp_mflags -lsupp tries to get linked before being built # (as of 1.3.0a-4 F7/devel with koji, happened on F8 x86_64 and F7 ppc64) @@ -160,6 +163,8 @@ %{_bindir}/* %exclude %{_includedir}/proftpd/ %dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_ban.so +%{_libexecdir}/proftpd/mod_ifsession.so %{_libexecdir}/proftpd/mod_quotatab.so %{_libexecdir}/proftpd/mod_quotatab_file.so %{_libexecdir}/proftpd/mod_sql.so @@ -193,6 +198,19 @@ %changelog +* Fri Jan 2 2009 Matthias Saou 1.3.1-7 +- Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115). + +* Fri Aug 8 2008 Matthias Saou 1.3.1-6 +- Add mod_ban support (#457289, Philip Prindeville). + +* Tue Feb 19 2008 Fedora Release Engineering +- Autorebuild for GCC 4.3 + +* Wed Feb 13 2008 Matthias Saou 1.3.1-4 +- Pass --enable-shadow to also have it available, not just PAM (#378981). +- Add mod_ifsession as DSO (#432539). + * Mon Dec 17 2007 Matthias Saou 1.3.1-3 - Rebuild for new openssl, patch from Paul Howarth. From thias at fedoraproject.org Fri Jan 2 12:52:19 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 12:52:19 +0000 (UTC) Subject: rpms/proftpd/F-9 proftpd-1.3.1-csrf.patch, NONE, 1.1 proftpd.spec, 1.39, 1.40 Message-ID: <20090102125219.5AC1E70130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4000/F-9 Modified Files: proftpd.spec Added Files: proftpd-1.3.1-csrf.patch Log Message: Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115) and backport recent minor changes on all current branches. proftpd-1.3.1-csrf.patch: --- NEW FILE proftpd-1.3.1-csrf.patch --- #! /bin/sh /usr/share/dpatch/dpatch-run ## 3115.dpatch by Francesco Paolo Lovergine ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad trunk~/src/main.c trunk/src/main.c --- trunk~/src/main.c 2008-09-21 23:50:55.000000000 +0200 +++ trunk/src/main.c 2008-09-21 23:50:55.000000000 +0200 @@ -674,12 +674,17 @@ while (TRUE) { pr_signals_handle(); + memset(buf,'\0',sizeof(buf)); + if (pr_netio_telnet_gets(buf, sizeof(buf)-1, session.c->instrm, session.c->outstrm) == NULL) { - if (PR_NETIO_ERRNO(session.c->instrm) == EINTR) - /* Simple interrupted syscall */ + if (errno == E2BIG) { + /* The client sent a too-long command which was ignored; give + * them another chance? + */ continue; + } #ifndef PR_DEVEL_NO_DAEMON /* Otherwise, EOF */ @@ -695,20 +700,31 @@ if (cmd_buf_size == -1) { int *bufsz = get_param_ptr(main_server->conf, "CommandBufferSize", FALSE); + size_t default_cmd_bufsz; + + /* It's possible for the admin to select a PR_TUNABLE_BUFFER_SIZE which + * is smaller than PR_DEFAULT_CMD_BUFSZ. We need to handle such cases + * properly. + */ + default_cmd_bufsz = PR_DEFAULT_CMD_BUFSZ; + if (default_cmd_bufsz > sizeof(buf)) { + default_cmd_bufsz = sizeof(buf); + } + if (bufsz == NULL) { - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + cmd_buf_size = default_cmd_bufsz; } else if (*bufsz <= 0) { pr_log_pri(PR_LOG_WARNING, "invalid CommandBufferSize size (%d) " "given, using default buffer size (%u) instead", - *bufsz, PR_DEFAULT_CMD_BUFSZ); - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + *bufsz, default_cmd_bufsz); + cmd_buf_size = default_cmd_bufsz; } else if (*bufsz + 1 > sizeof(buf)) { pr_log_pri(PR_LOG_WARNING, "invalid CommandBufferSize size (%d) " "given, using default buffer size (%u) instead", - *bufsz, PR_DEFAULT_CMD_BUFSZ); - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + *bufsz, default_cmd_bufsz); + cmd_buf_size = default_cmd_bufsz; } else { pr_log_debug(DEBUG1, "setting CommandBufferSize to %d", *bufsz); diff -urNad trunk~/src/netio.c trunk/src/netio.c --- trunk~/src/netio.c 2008-09-21 23:39:34.000000000 +0200 +++ trunk/src/netio.c 2008-09-21 23:52:17.000000000 +0200 @@ -1,6 +1,6 @@ /* * ProFTPD - FTP server daemon - * Copyright (c) 2001-2007 The ProFTPD Project team + * Copyright (c) 2001-2008 The ProFTPD Project team * * 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 @@ -30,19 +30,19 @@ #include #ifndef IAC -#define IAC 255 +# define IAC 255 #endif #ifndef DONT -#define DONT 254 +# define DONT 254 #endif #ifndef DO -#define DO 253 +# define DO 253 #endif #ifndef WONT -#define WONT 252 +# define WONT 252 #endif #ifndef WILL -#define WILL 251 +# define WILL 251 #endif static const char *trace_channel = "netio"; @@ -51,6 +51,17 @@ static pr_netio_t *core_data_netio = NULL, *data_netio = NULL; static pr_netio_t *core_othr_netio = NULL, *othr_netio = NULL; +/* Used to track whether the previous text read from the client's control + * connection was a properly-terminated command. If so, then read in the + * next/current text as per normal. If NOT (e.g. the client sent a too-long + * command), then read in the next/current text, but ignore it. Only clear + * this flag if the next/current command can be read as per normal. + * + * The pr_netio_telnet_gets() uses this variable, in conjunction with its + * saw_newline flag, for handling too-long commands from clients. + */ +static int properly_terminated_prev_command = TRUE; + static pr_netio_stream_t *netio_stream_alloc(pool *parent_pool) { pool *netio_pool = NULL; pr_netio_stream_t *nstrm = NULL; @@ -911,7 +922,7 @@ char *bp = buf; unsigned char cp; static unsigned char mode = 0; - int toread; + int toread, saw_newline = FALSE; pr_buffer_t *pbuf = NULL; if (buflen == 0) { @@ -940,8 +951,9 @@ *bp = '\0'; return buf; - } else + } else { return NULL; + } } pbuf->remaining = pbuf->buflen - toread; @@ -1004,6 +1016,8 @@ toread--; *bp++ = *pbuf->current++; pbuf->remaining++; + + saw_newline = TRUE; break; } @@ -1011,6 +1025,25 @@ pbuf->current = NULL; } + if (!saw_newline) { + /* If we haven't seen a newline, then assume the client is deliberately + * sending a too-long command, trying to exploit buffer sizes and make + * the server make some possibly bad assumptions. + */ + + properly_terminated_prev_command = FALSE; + errno = E2BIG; + return NULL; + } + + if (!properly_terminated_prev_command) { + properly_terminated_prev_command = TRUE; + pr_log_pri(PR_LOG_NOTICE, "client sent too-long command, ignoring"); + errno = E2BIG; + return NULL; + } + + properly_terminated_prev_command = TRUE; *bp = '\0'; return buf; } Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/F-9/proftpd.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- proftpd.spec 20 Feb 2008 04:34:40 -0000 1.39 +++ proftpd.spec 2 Jan 2009 12:51:49 -0000 1.40 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.1 -Release: 5%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -15,6 +15,7 @@ Source7: proftpd-mod_quotatab_ldap.ldif Source8: proftpd-mod_quotatab_ldap.schema Patch0: proftpd-1.3.1-find-umode_t.patch +Patch1: proftpd-1.3.1-csrf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: pam >= 0.59 Requires(post): /sbin/chkconfig @@ -66,6 +67,7 @@ %prep %setup -q %patch0 -p1 -b .find-umode_t +%patch1 -p1 -b .csrf %build @@ -84,7 +86,7 @@ --with-libraries="%{_libdir}/mysql" \ --with-includes="%{_includedir}/mysql" \ --with-modules=mod_readme:mod_auth_pam:mod_tls \ - --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql:mod_ifsession + --with-shared=mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_quotatab:mod_quotatab_file:mod_quotatab_ldap:mod_quotatab_sql:mod_ifsession:mod_ban # It seems that with _smp_mflags -lsupp tries to get linked before being built # (as of 1.3.0a-4 F7/devel with koji, happened on F8 x86_64 and F7 ppc64) @@ -161,6 +163,7 @@ %{_bindir}/* %exclude %{_includedir}/proftpd/ %dir %{_libexecdir}/proftpd/ +%{_libexecdir}/proftpd/mod_ban.so %{_libexecdir}/proftpd/mod_ifsession.so %{_libexecdir}/proftpd/mod_quotatab.so %{_libexecdir}/proftpd/mod_quotatab_file.so @@ -195,7 +198,13 @@ %changelog -* Tue Feb 19 2008 Fedora Release Engineering - 1.3.1-5 +* Fri Jan 2 2009 Matthias Saou 1.3.1-7 +- Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115). + +* Fri Aug 8 2008 Matthias Saou 1.3.1-6 +- Add mod_ban support (#457289, Philip Prindeville). + +* Tue Feb 19 2008 Fedora Release Engineering - Autorebuild for GCC 4.3 * Wed Feb 13 2008 Matthias Saou 1.3.1-4 From thias at fedoraproject.org Fri Jan 2 12:52:19 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 12:52:19 +0000 (UTC) Subject: rpms/proftpd/devel proftpd.spec,1.40,1.41 Message-ID: <20090102125219.95D0C70130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4000/devel Modified Files: proftpd.spec Log Message: Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115) and backport recent minor changes on all current branches. Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- proftpd.spec 8 Aug 2008 11:06:32 -0000 1.40 +++ proftpd.spec 2 Jan 2009 12:51:49 -0000 1.41 @@ -1,11 +1,13 @@ +%define prever rc3 + Summary: Flexible, stable and highly-configurable FTP server Name: proftpd -Version: 1.3.1 -Release: 6%{?dist} +Version: 1.3.2 +Release: 0.1%{?prever:.%{prever}}%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.proftpd.org/ -Source0: ftp://ftp.proftpd.org/distrib/source/proftpd-%{version}.tar.bz2 +Source0: ftp://ftp.proftpd.org/distrib/source/proftpd-%{version}%{?prever}.tar.bz2 Source1: proftpd.conf Source2: proftpd.init Source3: proftpd-xinetd @@ -14,7 +16,6 @@ Source6: proftpd.pam Source7: proftpd-mod_quotatab_ldap.ldif Source8: proftpd-mod_quotatab_ldap.schema -Patch0: proftpd-1.3.1-find-umode_t.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: pam >= 0.59 Requires(post): /sbin/chkconfig @@ -64,8 +65,7 @@ %prep -%setup -q -%patch0 -p1 -b .find-umode_t +%setup -q -n %{name}-%{version}%{?prever} %build @@ -160,6 +160,7 @@ %{_mandir}/man?/* %{_bindir}/* %exclude %{_includedir}/proftpd/ +%exclude %{_libdir}/pkgconfig/ %dir %{_libexecdir}/proftpd/ %{_libexecdir}/proftpd/mod_ban.so %{_libexecdir}/proftpd/mod_ifsession.so @@ -196,6 +197,13 @@ %changelog +* Mon Dec 22 2008 Matthias Saou 1.3.2-0.1.rc3 +- Update to 1.3.2rc3 (fixes security issue #464127) +- Exclude new pkgconfig file, as we already exclude header files (if someone + ever needs to rebuild something against this proftpd, just ask and I'll split + out a devel package... but it seems pretty useless currently). +- Remove no longer needed find-umode_t patch. + * Fri Aug 8 2008 Matthias Saou 1.3.1-6 - Add mod_ban support (#457289, Philip Prindeville). From thias at fedoraproject.org Fri Jan 2 12:52:18 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 12:52:18 +0000 (UTC) Subject: rpms/proftpd/F-10 proftpd-1.3.1-csrf.patch, NONE, 1.1 proftpd.spec, 1.40, 1.41 Message-ID: <20090102125218.CA60970130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4000/F-10 Modified Files: proftpd.spec Added Files: proftpd-1.3.1-csrf.patch Log Message: Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115) and backport recent minor changes on all current branches. proftpd-1.3.1-csrf.patch: --- NEW FILE proftpd-1.3.1-csrf.patch --- #! /bin/sh /usr/share/dpatch/dpatch-run ## 3115.dpatch by Francesco Paolo Lovergine ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad trunk~/src/main.c trunk/src/main.c --- trunk~/src/main.c 2008-09-21 23:50:55.000000000 +0200 +++ trunk/src/main.c 2008-09-21 23:50:55.000000000 +0200 @@ -674,12 +674,17 @@ while (TRUE) { pr_signals_handle(); + memset(buf,'\0',sizeof(buf)); + if (pr_netio_telnet_gets(buf, sizeof(buf)-1, session.c->instrm, session.c->outstrm) == NULL) { - if (PR_NETIO_ERRNO(session.c->instrm) == EINTR) - /* Simple interrupted syscall */ + if (errno == E2BIG) { + /* The client sent a too-long command which was ignored; give + * them another chance? + */ continue; + } #ifndef PR_DEVEL_NO_DAEMON /* Otherwise, EOF */ @@ -695,20 +700,31 @@ if (cmd_buf_size == -1) { int *bufsz = get_param_ptr(main_server->conf, "CommandBufferSize", FALSE); + size_t default_cmd_bufsz; + + /* It's possible for the admin to select a PR_TUNABLE_BUFFER_SIZE which + * is smaller than PR_DEFAULT_CMD_BUFSZ. We need to handle such cases + * properly. + */ + default_cmd_bufsz = PR_DEFAULT_CMD_BUFSZ; + if (default_cmd_bufsz > sizeof(buf)) { + default_cmd_bufsz = sizeof(buf); + } + if (bufsz == NULL) { - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + cmd_buf_size = default_cmd_bufsz; } else if (*bufsz <= 0) { pr_log_pri(PR_LOG_WARNING, "invalid CommandBufferSize size (%d) " "given, using default buffer size (%u) instead", - *bufsz, PR_DEFAULT_CMD_BUFSZ); - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + *bufsz, default_cmd_bufsz); + cmd_buf_size = default_cmd_bufsz; } else if (*bufsz + 1 > sizeof(buf)) { pr_log_pri(PR_LOG_WARNING, "invalid CommandBufferSize size (%d) " "given, using default buffer size (%u) instead", - *bufsz, PR_DEFAULT_CMD_BUFSZ); - cmd_buf_size = PR_DEFAULT_CMD_BUFSZ; + *bufsz, default_cmd_bufsz); + cmd_buf_size = default_cmd_bufsz; } else { pr_log_debug(DEBUG1, "setting CommandBufferSize to %d", *bufsz); diff -urNad trunk~/src/netio.c trunk/src/netio.c --- trunk~/src/netio.c 2008-09-21 23:39:34.000000000 +0200 +++ trunk/src/netio.c 2008-09-21 23:52:17.000000000 +0200 @@ -1,6 +1,6 @@ /* * ProFTPD - FTP server daemon - * Copyright (c) 2001-2007 The ProFTPD Project team + * Copyright (c) 2001-2008 The ProFTPD Project team * * 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 @@ -30,19 +30,19 @@ #include #ifndef IAC -#define IAC 255 +# define IAC 255 #endif #ifndef DONT -#define DONT 254 +# define DONT 254 #endif #ifndef DO -#define DO 253 +# define DO 253 #endif #ifndef WONT -#define WONT 252 +# define WONT 252 #endif #ifndef WILL -#define WILL 251 +# define WILL 251 #endif static const char *trace_channel = "netio"; @@ -51,6 +51,17 @@ static pr_netio_t *core_data_netio = NULL, *data_netio = NULL; static pr_netio_t *core_othr_netio = NULL, *othr_netio = NULL; +/* Used to track whether the previous text read from the client's control + * connection was a properly-terminated command. If so, then read in the + * next/current text as per normal. If NOT (e.g. the client sent a too-long + * command), then read in the next/current text, but ignore it. Only clear + * this flag if the next/current command can be read as per normal. + * + * The pr_netio_telnet_gets() uses this variable, in conjunction with its + * saw_newline flag, for handling too-long commands from clients. + */ +static int properly_terminated_prev_command = TRUE; + static pr_netio_stream_t *netio_stream_alloc(pool *parent_pool) { pool *netio_pool = NULL; pr_netio_stream_t *nstrm = NULL; @@ -911,7 +922,7 @@ char *bp = buf; unsigned char cp; static unsigned char mode = 0; - int toread; + int toread, saw_newline = FALSE; pr_buffer_t *pbuf = NULL; if (buflen == 0) { @@ -940,8 +951,9 @@ *bp = '\0'; return buf; - } else + } else { return NULL; + } } pbuf->remaining = pbuf->buflen - toread; @@ -1004,6 +1016,8 @@ toread--; *bp++ = *pbuf->current++; pbuf->remaining++; + + saw_newline = TRUE; break; } @@ -1011,6 +1025,25 @@ pbuf->current = NULL; } + if (!saw_newline) { + /* If we haven't seen a newline, then assume the client is deliberately + * sending a too-long command, trying to exploit buffer sizes and make + * the server make some possibly bad assumptions. + */ + + properly_terminated_prev_command = FALSE; + errno = E2BIG; + return NULL; + } + + if (!properly_terminated_prev_command) { + properly_terminated_prev_command = TRUE; + pr_log_pri(PR_LOG_NOTICE, "client sent too-long command, ignoring"); + errno = E2BIG; + return NULL; + } + + properly_terminated_prev_command = TRUE; *bp = '\0'; return buf; } Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/F-10/proftpd.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- proftpd.spec 8 Aug 2008 11:06:32 -0000 1.40 +++ proftpd.spec 2 Jan 2009 12:51:48 -0000 1.41 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.1 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -15,6 +15,7 @@ Source7: proftpd-mod_quotatab_ldap.ldif Source8: proftpd-mod_quotatab_ldap.schema Patch0: proftpd-1.3.1-find-umode_t.patch +Patch1: proftpd-1.3.1-csrf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: pam >= 0.59 Requires(post): /sbin/chkconfig @@ -66,6 +67,7 @@ %prep %setup -q %patch0 -p1 -b .find-umode_t +%patch1 -p1 -b .csrf %build @@ -196,6 +198,9 @@ %changelog +* Fri Jan 2 2009 Matthias Saou 1.3.1-7 +- Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115). + * Fri Aug 8 2008 Matthias Saou 1.3.1-6 - Add mod_ban support (#457289, Philip Prindeville). From thias at fedoraproject.org Fri Jan 2 12:54:18 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 12:54:18 +0000 (UTC) Subject: rpms/proftpd/devel .cvsignore,1.11,1.12 sources,1.11,1.12 Message-ID: <20090102125418.984E670130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4705 Modified Files: .cvsignore sources Log Message: Update to 1.3.2rc3 (fixes security issue #464127). Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 9 Oct 2007 17:37:01 -0000 1.11 +++ .cvsignore 2 Jan 2009 12:53:48 -0000 1.12 @@ -1 +1 @@ -proftpd-1.3.1.tar.bz2 +proftpd-1.3.2rc3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 9 Oct 2007 17:37:01 -0000 1.11 +++ sources 2 Jan 2009 12:53:48 -0000 1.12 @@ -1 +1 @@ -175958df8de92d5209b7b1e2e23a5a28 proftpd-1.3.1.tar.bz2 +8ecfc2976aa6a5016bd4f4f6745aa3d4 proftpd-1.3.2rc3.tar.bz2 From akahl at fedoraproject.org Fri Jan 2 12:59:10 2009 From: akahl at fedoraproject.org (Alexander Kahl) Date: Fri, 2 Jan 2009 12:59:10 +0000 (UTC) Subject: rpms/php-ZendFramework/F-9 php-ZendFramework.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <20090102125910.E643070130@cvs1.fedora.phx.redhat.com> Author: akahl Update of /cvs/pkgs/rpms/php-ZendFramework/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5628 Modified Files: php-ZendFramework.spec sources Log Message: * update to 1.7.2 Index: php-ZendFramework.spec =================================================================== RCS file: /cvs/pkgs/rpms/php-ZendFramework/F-9/php-ZendFramework.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- php-ZendFramework.spec 20 Nov 2008 10:04:59 -0000 1.5 +++ php-ZendFramework.spec 2 Jan 2009 12:58:40 -0000 1.6 @@ -2,8 +2,8 @@ Summary: Leading open-source PHP framework Name: php-ZendFramework -Version: 1.7.0 -Release: 2%{?dist} +Version: 1.7.2 +Release: 1%{?dist} License: BSD Group: Development/Libraries @@ -33,12 +33,6 @@ Requires: php-xml BuildRequires: symlinks -# For ZendX documentation -BuildRequires: autoconf, make -BuildRequires: libxslt, libxml2 -BuildRequires: docbook-style-xsl - - %description Extending the art & spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously @@ -63,6 +57,8 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: php-pear(pear.phpunit.de/PHPUnit) >= 3.0.0 +Requires: bitstream-vera-fonts +BuildRequires: bitstream-vera-fonts %description tests This package includes Zend Framework unit tests for all available subpackages. @@ -276,12 +272,6 @@ %{__cat} executables valid_executables|sort|uniq -u > invalid_executables -cd extras/documentation/manual/en -%{__autoconf} -%configure --with-xsltproc="$(which xsltproc) --path \ - '%{_datadir}/sgml/docbook/xsl-stylesheets/htmlhelp' --nonet" -%{__make} %{?_smp_mflags} -cd ../../../.. %install %{__rm} -rf $RPM_BUILD_ROOT @@ -311,6 +301,22 @@ # symlinks -c $RPM_BUILD_ROOT%{_bindir} > /dev/null # cd .. + +# Bug 477440 +%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/fonts/bitstream-vera + +cd $RPM_BUILD_ROOT%{_datadir}/php/Zend/tests/Zend/Pdf/_fonts +%{__rm} -f *.ttf + +for file in /usr/share/fonts/bitstream-vera/*.ttf +do + touch $RPM_BUILD_ROOT${file} +done +%{__ln_s} $RPM_BUILD_ROOT%{_datadir}/fonts/bitstream-vera/* . +symlinks -c . > /dev/null +%{__rm} -rf $RPM_BUILD_ROOT%{_datadir}/fonts + + %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -372,7 +378,7 @@ %files extras %defattr(-,root,root,-) %{_datadir}/php/ZendX -%doc LICENSE.txt extras/documentation/manual/en/html/* +%doc LICENSE.txt extras/documentation/api/extras/* %files Cache-Backend-Apc %defattr(-,root,root,-) @@ -447,6 +453,11 @@ %changelog +* Fri Jan 2 2009 Alexander Kahl - 1.7.2-1 +- update to 1.7.2 +- ZendX documentation doesn't need regeneration anymore, removed deps +- Bug 477440: Use Vera fonts from Fedora's package + * Thu Nov 20 2008 Alexander Kahl - 1.7.0-2 - bump, forgot internal docbook fix from rawhide build Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/php-ZendFramework/F-9/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 20 Nov 2008 10:04:59 -0000 1.5 +++ sources 2 Jan 2009 12:58:40 -0000 1.6 @@ -1 +1 @@ -423629a9be793d3b6df352913f8c1401 ZendFramework-1.7.0.tar.gz +7bc33a0ed379f30ab408ecd546025a1b ZendFramework-1.7.2.tar.gz From iarnell at fedoraproject.org Fri Jan 2 13:27:15 2009 From: iarnell at fedoraproject.org (Iain Arnell) Date: Fri, 2 Jan 2009 13:27:15 +0000 (UTC) Subject: rpms/vim-perl-support/devel sources, 1.3, 1.4 vim-perl-support.spec, 1.2, 1.3 perl-input.patch, 1.1, NONE Message-ID: <20090102132715.0F06A70130@cvs1.fedora.phx.redhat.com> Author: iarnell Update of /cvs/pkgs/rpms/vim-perl-support/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12961 Modified Files: sources vim-perl-support.spec Removed Files: perl-input.patch Log Message: * Fri Jan 02 2009 Iain Arnell 4.0.1-1 - Bugfix: Error message in some functions that issue a prompt. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/vim-perl-support/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Jan 2009 09:42:33 -0000 1.3 +++ sources 2 Jan 2009 13:26:44 -0000 1.4 @@ -1 +1 @@ -a862a2a0359a35bad676e60dc94f6779 perl-support.zip +cb838493081073a91d3891e549aacd8f perl-support.zip Index: vim-perl-support.spec =================================================================== RCS file: /cvs/pkgs/rpms/vim-perl-support/devel/vim-perl-support.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vim-perl-support.spec 2 Jan 2009 09:42:33 -0000 1.2 +++ vim-perl-support.spec 2 Jan 2009 13:26:44 -0000 1.3 @@ -1,5 +1,5 @@ Name: vim-perl-support -Version: 4.0 +Version: 4.0.1 Release: 1%{?dist} Summary: Perl-IDE for VIM @@ -7,13 +7,10 @@ # according to plugin/perl-support.vim License: GPLv2 URL: http://www.vim.org/scripts/script.php?script_id=556 -# curl -o perl-support.zip 'http://www.vim.org/scripts/download_script.php?src_id=9701' +# curl -o perl-support.zip 'http://www.vim.org/scripts/download_script.php?src_id=9746' Source0: perl-support.zip BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -# reported to VIM-Plugins-List -Patch0: perl-input.patch - BuildArch: noarch Requires: vim-enhanced @@ -50,7 +47,6 @@ %prep %setup -q -c -%patch0 -p 1 -b .orig # strip out false provides/requires from codesnippets cat << \EOF > %{name}-prov @@ -134,6 +130,9 @@ %changelog +* Fri Jan 02 2009 Iain Arnell 4.0.1-1 +- Bugfix: Error message in some functions that issue a prompt. + * Fri Jan 02 2009 Iain Arnell 4.0-1 - update to 4.0: + Completely new template system. Most menu items now user definable. --- perl-input.patch DELETED --- From dtimms at fedoraproject.org Fri Jan 2 13:27:50 2009 From: dtimms at fedoraproject.org (David Timms) Date: Fri, 2 Jan 2009 13:27:50 +0000 (UTC) Subject: rpms/audacity/F-10 audacity-1.3.5-portaudio-non-mmap-alsa.patch, NONE, 1.1 audacity.spec, 1.61, 1.62 Message-ID: <20090102132750.40A2970130@cvs1.fedora.phx.redhat.com> Author: dtimms Update of /cvs/pkgs/rpms/audacity/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12865 Modified Files: audacity.spec Added Files: audacity-1.3.5-portaudio-non-mmap-alsa.patch Log Message: add PortAudio patch to use pulseaudio audacity-1.3.5-portaudio-non-mmap-alsa.patch: --- NEW FILE audacity-1.3.5-portaudio-non-mmap-alsa.patch --- diff -ur portaudio/src/hostapi/alsa/pa_linux_alsa.c portaudio-pulseaudio/src/hostapi/alsa/pa_linux_alsa.c --- portaudio/src/hostapi/alsa/pa_linux_alsa.c 2007-09-12 19:39:48.000000000 +0200 +++ portaudio-pulseaudio/src/hostapi/alsa/pa_linux_alsa.c 2008-12-08 19:30:20.000000000 +0100 @@ -6,6 +6,7 @@ * * Copyright (c) 2002 Joshua Haberman * Copyright (c) 2005-2007 Arve Knudsen + * Copyright (c) 2008 Kevin Kofler * * Based on the Open Source API proposed by Ross Bencina * Copyright (c) 1999-2002 Ross Bencina, Phil Burk @@ -118,6 +119,8 @@ unsigned long framesPerBuffer; int numUserChannels, numHostChannels; int userInterleaved, hostInterleaved; + int canMmap; + void *nonMmapBuffer; PaDeviceIndex device; /* Keep the device index */ snd_pcm_t *pcm; @@ -321,7 +324,7 @@ * and a suitable result returned. The device is closed before returning. */ static PaError GropeDevice( snd_pcm_t* pcm, int isPlug, StreamDirection mode, int openBlocking, - PaAlsaDeviceInfo* devInfo, int* canMmap ) + PaAlsaDeviceInfo* devInfo ) { PaError result = paNoError; snd_pcm_hw_params_t *hwParams; @@ -354,9 +357,6 @@ snd_pcm_hw_params_alloca( &hwParams ); snd_pcm_hw_params_any( pcm, hwParams ); - *canMmap = snd_pcm_hw_params_test_access( pcm, hwParams, SND_PCM_ACCESS_MMAP_INTERLEAVED ) >= 0 || - snd_pcm_hw_params_test_access( pcm, hwParams, SND_PCM_ACCESS_MMAP_NONINTERLEAVED ) >= 0; - if( defaultSr >= 0 ) { /* Could be that the device opened in one mode supports samplerates that the other mode wont have, @@ -566,7 +566,6 @@ PaError result = 0; PaDeviceInfo *baseDeviceInfo = &devInfo->baseDeviceInfo; snd_pcm_t *pcm; - int canMmap = -1; PaUtilHostApiRepresentation *baseApi = &alsaApi->baseHostApiRep; /* Zero fields */ @@ -580,8 +579,7 @@ OpenPcm( &pcm, deviceName->alsaName, SND_PCM_STREAM_CAPTURE, blocking, 0 ) >= 0 ) { - if( GropeDevice( pcm, deviceName->isPlug, StreamDirection_In, blocking, devInfo, - &canMmap ) != paNoError ) + if( GropeDevice( pcm, deviceName->isPlug, StreamDirection_In, blocking, devInfo ) != paNoError ) { /* Error */ PA_DEBUG(("%s: Failed groping %s for capture\n", __FUNCTION__, deviceName->alsaName)); @@ -594,8 +592,7 @@ OpenPcm( &pcm, deviceName->alsaName, SND_PCM_STREAM_PLAYBACK, blocking, 0 ) >= 0 ) { - if( GropeDevice( pcm, deviceName->isPlug, StreamDirection_Out, blocking, devInfo, - &canMmap ) != paNoError ) + if( GropeDevice( pcm, deviceName->isPlug, StreamDirection_Out, blocking, devInfo ) != paNoError ) { /* Error */ PA_DEBUG(("%s: Failed groping %s for playback\n", __FUNCTION__, deviceName->alsaName)); @@ -603,12 +600,6 @@ } } - if( 0 == canMmap ) - { - PA_DEBUG(("%s: Device %s doesn't support mmap\n", __FUNCTION__, deviceName->alsaName)); - goto end; - } - baseDeviceInfo->structVersion = 2; baseDeviceInfo->hostApi = alsaApi->hostApiIndex; baseDeviceInfo->name = deviceName->name; @@ -1197,6 +1188,8 @@ self->hostInterleaved = self->userInterleaved = !(userSampleFormat & paNonInterleaved); self->numUserChannels = params->channelCount; self->streamDir = streamDir; + self->canMmap = 0; + self->nonMmapBuffer = NULL; if( !callbackMode && !self->userInterleaved ) { @@ -1239,6 +1232,7 @@ PaError result = paNoError; snd_pcm_access_t accessMode, alternateAccessMode; + snd_pcm_access_t rwAccessMode, alternateRwAccessMode; int dir = 0; snd_pcm_t *pcm = self->pcm; double sr = *sampleRate; @@ -1258,32 +1252,40 @@ if( self->userInterleaved ) { accessMode = SND_PCM_ACCESS_MMAP_INTERLEAVED; + rwAccessMode = SND_PCM_ACCESS_RW_INTERLEAVED; alternateAccessMode = SND_PCM_ACCESS_MMAP_NONINTERLEAVED; + alternateRwAccessMode = SND_PCM_ACCESS_RW_NONINTERLEAVED; } else { accessMode = SND_PCM_ACCESS_MMAP_NONINTERLEAVED; + rwAccessMode = SND_PCM_ACCESS_RW_NONINTERLEAVED; alternateAccessMode = SND_PCM_ACCESS_MMAP_INTERLEAVED; + alternateRwAccessMode = SND_PCM_ACCESS_RW_INTERLEAVED; } /* If requested access mode fails, try alternate mode */ + self->canMmap = 1; if( snd_pcm_hw_params_set_access( pcm, hwParams, accessMode ) < 0 ) { - int err = 0; - if( (err = snd_pcm_hw_params_set_access( pcm, hwParams, alternateAccessMode )) < 0) + if( snd_pcm_hw_params_set_access( pcm, hwParams, rwAccessMode ) >= 0 ) + self->canMmap = 0; + else { - result = paUnanticipatedHostError; - if( -EINVAL == err ) + if( snd_pcm_hw_params_set_access( pcm, hwParams, alternateAccessMode ) < 0 ) { - PaUtil_SetLastHostErrorInfo( paALSA, err, "PA ALSA requires that a device supports mmap access" ); - } - else - { - PaUtil_SetLastHostErrorInfo( paALSA, err, snd_strerror( err ) ); + int err = 0; + if( (err = snd_pcm_hw_params_set_access( pcm, hwParams, alternateRwAccessMode )) >= 0) + self->canMmap = 0; + else + { + result = paUnanticipatedHostError; + PaUtil_SetLastHostErrorInfo( paALSA, err, snd_strerror( err ) ); + goto error; + } } - goto error; + /* Flip mode */ + self->hostInterleaved = !self->userInterleaved; } - /* Flip mode */ - self->hostInterleaved = !self->userInterleaved; } ENSURE_( snd_pcm_hw_params_set_format( pcm, hwParams, self->nativeFormat ), paUnanticipatedHostError ); @@ -1361,7 +1363,7 @@ ENSURE_( snd_pcm_sw_params_set_avail_min( self->pcm, swParams, self->framesPerBuffer ), paUnanticipatedHostError ); ENSURE_( snd_pcm_sw_params_set_xfer_align( self->pcm, swParams, 1 ), paUnanticipatedHostError ); - ENSURE_( snd_pcm_sw_params_set_tstamp_mode( self->pcm, swParams, SND_PCM_TSTAMP_MMAP ), paUnanticipatedHostError ); + ENSURE_( snd_pcm_sw_params_set_tstamp_mode( self->pcm, swParams, SND_PCM_TSTAMP_ENABLE ), paUnanticipatedHostError ); /* Set the parameters! */ ENSURE_( snd_pcm_sw_params( self->pcm, swParams ), paUnanticipatedHostError ); @@ -1589,6 +1591,10 @@ } } + /* non-mmap mode needs a reasonably-sized buffer or it'll stutter */ + if( !self->canMmap && framesPerHostBuffer < 2048 ) + framesPerHostBuffer = 2048; + assert( framesPerHostBuffer > 0 ); { snd_pcm_uframes_t min = 0, max = 0; @@ -1831,12 +1837,13 @@ PA_UNLESS( framesPerHostBuffer != 0, paInternalError ); self->maxFramesPerHostBuffer = framesPerHostBuffer; - if( !accurate ) + if( !self->playback.canMmap || !accurate ) { /* Don't know the exact size per host buffer */ *hostBufferSizeMode = paUtilBoundedHostBufferSize; /* Raise upper bound */ - ++self->maxFramesPerHostBuffer; + if( !accurate ) + ++self->maxFramesPerHostBuffer; } error: @@ -2059,9 +2066,11 @@ { /* Buffer isn't primed, so prepare and silence */ ENSURE_( snd_pcm_prepare( stream->playback.pcm ), paUnanticipatedHostError ); - SilenceBuffer( stream ); + if( stream->playback.canMmap ) + SilenceBuffer( stream ); } - ENSURE_( snd_pcm_start( stream->playback.pcm ), paUnanticipatedHostError ); + if( stream->playback.canMmap ) + ENSURE_( snd_pcm_start( stream->playback.pcm ), paUnanticipatedHostError ); } else ENSURE_( snd_pcm_prepare( stream->playback.pcm ), paUnanticipatedHostError ); @@ -2390,6 +2399,7 @@ snd_pcm_status_t *st; PaTime now = PaUtil_GetTime(); snd_timestamp_t t; + int errplayback = 0, errcapture = 0; snd_pcm_status_alloca( &st ); @@ -2400,6 +2410,7 @@ { snd_pcm_status_get_trigger_tstamp( st, &t ); self->underrun = now * 1000 - ((PaTime) t.tv_sec * 1000 + (PaTime) t.tv_usec / 1000); + errplayback = snd_pcm_recover( self->playback.pcm, -EPIPE, 0 ); } } if( self->capture.pcm ) @@ -2409,10 +2420,12 @@ { snd_pcm_status_get_trigger_tstamp( st, &t ); self->overrun = now * 1000 - ((PaTime) t.tv_sec * 1000 + (PaTime) t.tv_usec / 1000); + errcapture = snd_pcm_recover( self->capture.pcm, -EPIPE, 0 ); } } - PA_ENSURE( AlsaRestart( self ) ); + if( errplayback || errcapture ) + PA_ENSURE( AlsaRestart( self ) ); end: return result; @@ -2563,7 +2576,7 @@ static PaError PaAlsaStreamComponent_EndProcessing( PaAlsaStreamComponent *self, unsigned long numFrames, int *xrun ) { PaError result = paNoError; - int res; + int res = 0; /* @concern FullDuplex It is possible that only one direction is marked ready after polling, and processed * afterwards @@ -2571,7 +2584,34 @@ if( !self->ready ) goto end; - res = snd_pcm_mmap_commit( self->pcm, self->offset, numFrames ); + if( !self->canMmap && StreamDirection_Out == self->streamDir ) + { + /* Play sound */ + if( self->hostInterleaved ) + res = snd_pcm_writei( self->pcm, self->nonMmapBuffer, numFrames ); + else + { + void *bufs[self->numHostChannels]; + int bufsize = snd_pcm_format_size( self->nativeFormat, self->framesPerBuffer + 1 ); + unsigned char *buffer = self->nonMmapBuffer; + int i; + for( i = 0; i < self->numHostChannels; ++i ) + { + bufs[i] = buffer; + buffer += bufsize; + } + res = snd_pcm_writen( self->pcm, bufs, numFrames ); + } + } + + if( self->canMmap ) + res = snd_pcm_mmap_commit( self->pcm, self->offset, numFrames ); + else + { + free( self->nonMmapBuffer ); + self->nonMmapBuffer = NULL; + } + if( res == -EPIPE || res == -ESTRPIPE ) { *xrun = 1; @@ -2611,7 +2651,7 @@ if( self->hostInterleaved ) { int swidth = snd_pcm_format_size( self->nativeFormat, 1 ); - unsigned char *buffer = ExtractAddress( self->channelAreas, self->offset ); + unsigned char *buffer = self->canMmap ? ExtractAddress( self->channelAreas, self->offset ) : self->nonMmapBuffer; /* Start after the last user channel */ p = buffer + self->numUserChannels * swidth; @@ -2991,13 +3031,23 @@ goto end; } - ENSURE_( snd_pcm_mmap_begin( self->pcm, &areas, &self->offset, numFrames ), paUnanticipatedHostError ); + if( self->canMmap ) + { + ENSURE_( snd_pcm_mmap_begin( self->pcm, &areas, &self->offset, numFrames ), paUnanticipatedHostError ); + /* @concern ChannelAdaption Buffer address is recorded so we can do some channel adaption later */ + self->channelAreas = (snd_pcm_channel_area_t *)areas; + } + else + { + free( self->nonMmapBuffer ); + self->nonMmapBuffer = calloc( self->numHostChannels, snd_pcm_format_size( self->nativeFormat, self->framesPerBuffer + 1 ) ); + } if( self->hostInterleaved ) { int swidth = snd_pcm_format_size( self->nativeFormat, 1 ); - p = buffer = ExtractAddress( areas, self->offset ); + p = buffer = self->canMmap ? ExtractAddress( areas, self->offset ) : self->nonMmapBuffer; for( i = 0; i < self->numUserChannels; ++i ) { /* We're setting the channels up to userChannels, but the stride will be hostChannels samples */ @@ -3007,16 +3057,52 @@ } else { - for( i = 0; i < self->numUserChannels; ++i ) + if( self->canMmap ) + for( i = 0; i < self->numUserChannels; ++i ) + { + area = areas + i; + buffer = ExtractAddress( area, self->offset ); + setChannel( bp, i, buffer, 1 ); + } + else { - area = areas + i; - buffer = ExtractAddress( area, self->offset ); - setChannel( bp, i, buffer, 1 ); + int bufsize = snd_pcm_format_size( self->nativeFormat, self->framesPerBuffer + 1 ); + buffer = self->nonMmapBuffer; + for( i = 0; i < self->numUserChannels; ++i ) + { + setChannel( bp, i, buffer, 1 ); + buffer += bufsize; + } } } - /* @concern ChannelAdaption Buffer address is recorded so we can do some channel adaption later */ - self->channelAreas = (snd_pcm_channel_area_t *)areas; + if( !self->canMmap && StreamDirection_In == self->streamDir ) + { + /* Read sound */ + int res; + if( self->hostInterleaved ) + res = snd_pcm_readi( self->pcm, self->nonMmapBuffer, *numFrames ); + else + { + void *bufs[self->numHostChannels]; + int bufsize = snd_pcm_format_size( self->nativeFormat, self->framesPerBuffer + 1 ); + unsigned char *buffer = self->nonMmapBuffer; + int i; + for( i = 0; i < self->numHostChannels; ++i ) + { + bufs[i] = buffer; + buffer += bufsize; + } + res = snd_pcm_readn( self->pcm, bufs, *numFrames ); + } + if( res == -EPIPE || res == -ESTRPIPE ) + { + *xrun = 1; + *numFrames = 0; + free( self->nonMmapBuffer ); + self->nonMmapBuffer = NULL; + } + } end: error: diff -ur portaudio/src/os/unix/pa_unix_hostapis.c portaudio-pulseaudio/src/os/unix/pa_unix_hostapis.c --- portaudio/src/os/unix/pa_unix_hostapis.c 2006-08-26 10:27:53.000000000 +0200 +++ portaudio-pulseaudio/src/os/unix/pa_unix_hostapis.c 2008-11-09 04:51:04.000000000 +0100 @@ -75,4 +75,8 @@ 0 /* NULL terminated array */ }; +#if defined(PA_USE_OSS) && defined(PA_USE_ALSA) +int paDefaultHostApiIndex = 1; +#else int paDefaultHostApiIndex = 0; +#endif Index: audacity.spec =================================================================== RCS file: /cvs/pkgs/rpms/audacity/F-10/audacity.spec,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- audacity.spec 7 Nov 2008 12:59:46 -0000 1.61 +++ audacity.spec 2 Jan 2009 13:27:19 -0000 1.62 @@ -5,7 +5,7 @@ Name: audacity Version: 1.3.5 -Release: 0.8.beta%{?dist} +Release: 0.9.beta%{?dist} Summary: Multitrack audio editor Group: Applications/Multimedia License: GPLv2 @@ -19,6 +19,7 @@ Patch2: audacity-1.3.5-libdir.patch Patch3: audacity-1.3.5-fr.patch Patch4: audacity-1.3.5-flac-import.patch +Patch5: audacity-1.3.5-portaudio-non-mmap-alsa.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel @@ -64,6 +65,9 @@ %patch3 -p1 -b .fr %patch4 -p1 -b .dumb-flac-import +cd lib-src/portaudio-v19 +%patch5 -p1 -b .portaudio-non-mmap-alsa +cd ../.. # Substitute occurences of "libmp3lame.so" with "libmp3lame.so.0". for i in locale/*.po src/export/ExportMP3.cpp @@ -134,6 +138,10 @@ %changelog +* Fri Jan 2 2009 David Timms - 1.3.5-0.9.beta +- add PortAudio non mmap alsa patch (Kevin Kofler) bz 445644 + allows record and playback through pulseaudio + * Tue Nov 4 2008 Michael Schwendt - 1.3.5-0.8.beta - insert a guard in ImportFLAC next to the import assertion From thias at fedoraproject.org Fri Jan 2 13:32:19 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 13:32:19 +0000 (UTC) Subject: rpms/proftpd/devel proftpd.conf,1.8,1.9 proftpd.spec,1.41,1.42 Message-ID: <20090102133219.56CC670130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13954 Modified Files: proftpd.conf proftpd.spec Log Message: Update default configuration to have a lit of available modules and more example configuration for them. Index: proftpd.conf =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.conf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- proftpd.conf 19 Aug 2007 16:18:30 -0000 1.8 +++ proftpd.conf 2 Jan 2009 13:31:48 -0000 1.9 @@ -91,9 +91,13 @@ # SQL authentication Dynamic Shared Object (DSO) loading # See README.DSO and howto/DSO.html for more details. # -# LoadModule mod_sql.c -# LoadModule mod_sql_mysql.c -# LoadModule mod_sql_postgres.c +# LoadModule mod_ban.c +# LoadModule mod_ifsession.c +# LoadModule mod_quotatab.c +# LoadModule mod_quotatab_file.c +# LoadModule mod_sql.c +# LoadModule mod_sql_mysql.c +# LoadModule mod_sql_postgres.c # # A basic anonymous configuration, with an upload directory. @@ -148,3 +152,18 @@ # # +# Configuration for mod_ban + + BanEngine on + BanLog /var/log/proftpd/ban.log + BanTable /var/run/proftpd/ban.tab + + # If the same client reaches the MaxLoginAttempts limit 2 times + # within 10 minutes, automatically add a ban for that client that + # will expire after one hour. + BanOnEvent MaxLoginAttempts 2/00:10:00 01:00:00 + + # Allow the FTP admin to manually add/remove bans + BanControlsACLs all allow user ftpadm + + Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- proftpd.spec 2 Jan 2009 12:51:49 -0000 1.41 +++ proftpd.spec 2 Jan 2009 13:31:48 -0000 1.42 @@ -3,7 +3,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.2 -Release: 0.1%{?prever:.%{prever}}%{?dist} +Release: 0.2%{?prever:.%{prever}}%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -197,6 +197,10 @@ %changelog +* Fri Jan 2 2009 Matthias Saou 1.3.2-0.2.rc3 +- Update default configuration to have a lit of available modules and more + example configuration for them. + * Mon Dec 22 2008 Matthias Saou 1.3.2-0.1.rc3 - Update to 1.3.2rc3 (fixes security issue #464127) - Exclude new pkgconfig file, as we already exclude header files (if someone From thias at fedoraproject.org Fri Jan 2 13:46:17 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 13:46:17 +0000 (UTC) Subject: rpms/proftpd/EL-4 proftpd-1.3.1-tls_debug.patch, NONE, 1.1 proftpd-1.3.1-tls_shutdown.patch, NONE, 1.1 proftpd-1.3.1-tls_sighup.patch, NONE, 1.1 proftpd.conf, 1.7, 1.8 proftpd.spec, 1.10, 1.11 Message-ID: <20090102134618.064DA70130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19543/EL-4 Modified Files: proftpd.conf proftpd.spec Added Files: proftpd-1.3.1-tls_debug.patch proftpd-1.3.1-tls_shutdown.patch proftpd-1.3.1-tls_sighup.patch Log Message: Update default configuration to have a lit of available modules and more example configuration for them, include patches to fix TLS issues (#457280). proftpd-1.3.1-tls_debug.patch: --- NEW FILE proftpd-1.3.1-tls_debug.patch --- diff -uNr proftpd-1.3.1.orig/contrib/mod_tls.c proftpd-1.3.1/contrib/mod_tls.c --- proftpd-1.3.1.orig/contrib/mod_tls.c 2007-10-04 10:04:24.000000000 -0700 +++ proftpd-1.3.1/contrib/mod_tls.c 2008-08-10 07:54:21.000000000 -0700 @@ -969,6 +969,7 @@ break; fseek(keyf, 0, SEEK_SET); + fprintf(stderr, "Error reading passphrase: %s", tls_get_errors()); ERR_clear_error(); fprintf(stderr, "\nWrong passphrase for this key. Please try again.\n"); } proftpd-1.3.1-tls_shutdown.patch: --- NEW FILE proftpd-1.3.1-tls_shutdown.patch --- Index: contrib/mod_tls.c =================================================================== RCS file: /cvsroot/proftp/proftpd/contrib/mod_tls.c,v retrieving revision 1.138 diff -u -r1.138 mod_tls.c --- contrib/mod_tls.c 20 May 2008 14:35:24 -0000 1.138 +++ contrib/mod_tls.c 30 Jul 2008 04:16:19 -0000 @@ -411,6 +411,8 @@ /* SSL/TLS support functions */ static void tls_closelog(void); static void tls_end_sess(SSL *, int, int); +#define TLS_SHUTDOWN_BIDIRECTIONAL 0x0001 + static void tls_fatal_error(int, int); static const char *tls_get_errors(void); static char *tls_get_page(size_t, void **); @@ -1428,7 +1430,7 @@ } else if (tls_renegotiate_required) { tls_log("%s", "requested TLS renegotiation timed out on control channel"); tls_log("%s", "shutting down control channel TLS session"); - tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, TRUE); + tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, 0); tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = ctrl_ssl = NULL; } @@ -1444,8 +1446,7 @@ } else if (tls_renegotiate_required) { tls_log("%s", "requested TLS renegotiation timed out on data channel"); tls_log("%s", "shutting down data channel TLS session"); - tls_end_sess((SSL *) tls_data_wr_nstrm->strm_data, PR_NETIO_STRM_DATA, - TRUE); + tls_end_sess((SSL *) tls_data_wr_nstrm->strm_data, PR_NETIO_STRM_DATA, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = NULL; } } @@ -1996,8 +1997,7 @@ if (tls_handshake_timed_out) { tls_log("TLS negotiation timed out (%u seconds)", tls_handshake_timeout); - tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, - TRUE); + tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, 0); return -4; } @@ -2043,8 +2043,7 @@ break; } - tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, - TRUE); + tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, 0); return -3; } @@ -2154,42 +2153,34 @@ } } -static void tls_end_sess(SSL *ssl, int strms, int use_shutdown) { - int res; +static void tls_end_sess(SSL *ssl, int strms, int flags) { + int res = 0; int shutdown_state; if (!ssl) return; - res = SSL_shutdown(ssl); - if (res == 0) { - if (use_shutdown) { - /* Try calling SSL_shutdown() again. First, though, send a TCP FIN - * to trigger the remote end's close_notify SSL message, via shutdown(). - */ - if (strms & PR_NETIO_STRM_CTRL) { - pr_netio_shutdown(session.c->outstrm, 1); + /* A 'close_notify' alert (SSL shutdown message) may have been previously + * sent to the client via tls_netio_shutdown_cb(). + */ - if (session.c->instrm != session.c->outstrm) - pr_netio_shutdown(session.c->instrm, 1); - } + shutdown_state = SSL_get_shutdown(ssl); + if (!(shutdown_state & SSL_SENT_SHUTDOWN)) { + /* 'close_notify' not already sent; send it now. */ + res = SSL_shutdown(ssl); + } - if (strms & PR_NETIO_STRM_DATA) { - pr_netio_shutdown(session.d->outstrm, 1); + if (res == 0) { + /* Now call SSL_shutdown() again, but only if necessary. */ + if (flags & TLS_SHUTDOWN_BIDIRECTIONAL) { + shutdown_state = SSL_get_shutdown(ssl); - if (session.d->instrm != session.d->outstrm) - pr_netio_shutdown(session.d->instrm, 1); + res = 1; + if (!(shutdown_state & SSL_RECEIVED_SHUTDOWN)) { + res = SSL_shutdown(ssl); } } - shutdown_state = SSL_get_shutdown(ssl); - - /* Now call SSL_shutdown() again, but only if necessary. */ - res = 1; - if (!(shutdown_state & SSL_RECEIVED_SHUTDOWN)) { - res = SSL_shutdown(ssl); - } - if (res == 0) { int err = SSL_get_error(ssl, res); @@ -2216,7 +2207,8 @@ if (errno != 0 && errno != EOF && errno != EBADF && - errno != EPIPE) { + errno != EPIPE && + errno != EPERM) { tls_log("SSL_shutdown syscall error: %s", strerror(errno)); pr_log_debug(DEBUG0, MOD_TLS_VERSION ": SSL_shutdown syscall error: %s", strerror(errno)); @@ -3811,7 +3803,7 @@ if (nstrm->strm_type == PR_NETIO_STRM_CTRL && nstrm->strm_mode == PR_NETIO_IO_WR) { - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = nstrm->strm_data = NULL; tls_ctrl_netio = NULL; @@ -3820,7 +3812,7 @@ if (nstrm->strm_type == PR_NETIO_STRM_DATA && nstrm->strm_mode == PR_NETIO_IO_WR) { - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = nstrm->strm_data = NULL; tls_data_netio = NULL; @@ -3931,7 +3923,7 @@ X509_free(data_cert); /* Properly shutdown the SSL session. */ - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = nstrm->strm_data = NULL; @@ -3987,6 +3979,28 @@ } static int tls_netio_shutdown_cb(pr_netio_stream_t *nstrm, int how) { + + if (how != 0) { + /* Closing this stream for writing; we need to send the 'close_notify' + * alert first, so that the client knows, at the application layer, + * that the SSL/TLS session is shutting down. + */ + + if (nstrm->strm_mode == PR_NETIO_IO_WR && + (nstrm->strm_type == PR_NETIO_STRM_CTRL || + nstrm->strm_type == PR_NETIO_STRM_DATA)) { + SSL *ssl; + + ssl = (SSL *) nstrm->strm_data; + if (ssl) { + if (!(SSL_get_shutdown(ssl) & SSL_SENT_SHUTDOWN)) { + /* We haven't sent a 'close_notify' alert yet; do so now. */ + SSL_shutdown(ssl); + } + } + } + } + return shutdown(nstrm->strm_fd, how); } @@ -4413,7 +4427,7 @@ * The data channel, if protected, should remain so. */ - tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, FALSE); + tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, TLS_SHUTDOWN_BIDIRECTIONAL); ctrl_ssl = tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = NULL; /* Remove our NetIO for the control channel. */ proftpd-1.3.1-tls_sighup.patch: --- NEW FILE proftpd-1.3.1-tls_sighup.patch --- Index: src/log.c =================================================================== RCS file: /cvsroot/proftp/proftpd/src/log.c,v retrieving revision 1.85 diff -u -r1.85 log.c --- src/log.c 24 Feb 2008 20:35:56 -0000 1.85 +++ src/log.c 13 Aug 2008 18:38:57 -0000 @@ -410,9 +410,10 @@ /* The child may have inherited a valid socket from the parent. */ pr_closelog(syslog_sockfd); - if ((syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, - facility)) < 0) + syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, facility); + if (syslog_sockfd < 0) return -1; + systemlog_fd = -1; } else if ((res = pr_log_openfile(systemlog_fn, &systemlog_fd, @@ -426,14 +427,11 @@ } void log_closesyslog(void) { - if (systemlog_fd != -1) { - close(systemlog_fd); - systemlog_fd = -1; + (void) close(systemlog_fd); + systemlog_fd = -1; - } else { - pr_closelog(syslog_sockfd); - syslog_sockfd = -1; - } + (void) pr_closelog(syslog_sockfd); + syslog_sockfd = -1; syslog_open = FALSE; } @@ -517,6 +515,7 @@ if (!syslog_open) { syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, f); + syslog_open = TRUE; } else if (f != facility) { (void) pr_setlogfacility(f); @@ -531,14 +530,6 @@ pr_syslog(syslog_sockfd, priority, "%s - %s\n", serverinfo, s); else pr_syslog(syslog_sockfd, priority, "%s\n", s); - - if (!syslog_open) { - pr_closelog(syslog_sockfd); - syslog_sockfd = -1; - - } else if (f != facility) { - (void) pr_setlogfacility(f); - } } void pr_log_pri(int priority, const char *fmt, ...) { Index: proftpd.conf =================================================================== RCS file: /cvs/extras/rpms/proftpd/EL-4/proftpd.conf,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- proftpd.conf 3 Feb 2008 18:02:39 -0000 1.7 +++ proftpd.conf 2 Jan 2009 13:45:47 -0000 1.8 @@ -91,9 +91,13 @@ # SQL authentication Dynamic Shared Object (DSO) loading # See README.DSO and howto/DSO.html for more details. # -# LoadModule mod_sql.c -# LoadModule mod_sql_mysql.c -# LoadModule mod_sql_postgres.c +# LoadModule mod_ban.c +# LoadModule mod_ifsession.c +# LoadModule mod_quotatab.c +# LoadModule mod_quotatab_file.c +# LoadModule mod_sql.c +# LoadModule mod_sql_mysql.c +# LoadModule mod_sql_postgres.c # # A basic anonymous configuration, with an upload directory. @@ -148,3 +152,18 @@ # # +# Configuration for mod_ban + + BanEngine on + BanLog /var/log/proftpd/ban.log + BanTable /var/run/proftpd/ban.tab + + # If the same client reaches the MaxLoginAttempts limit 2 times + # within 10 minutes, automatically add a ban for that client that + # will expire after one hour. + BanOnEvent MaxLoginAttempts 2/00:10:00 01:00:00 + + # Allow the FTP admin to manually add/remove bans + BanControlsACLs all allow user ftpadm + + Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/EL-4/proftpd.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- proftpd.spec 2 Jan 2009 12:51:47 -0000 1.10 +++ proftpd.spec 2 Jan 2009 13:45:47 -0000 1.11 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -16,6 +16,9 @@ Source8: proftpd-mod_quotatab_ldap.schema Patch0: proftpd-1.3.1-find-umode_t.patch Patch1: proftpd-1.3.1-csrf.patch +Patch2: proftpd-1.3.1-tls_shutdown.patch +Patch3: proftpd-1.3.1-tls_debug.patch +Patch4: proftpd-1.3.1-tls_sighup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: pam >= 0.59 Requires(post): /sbin/chkconfig @@ -68,6 +71,9 @@ %setup -q %patch0 -p1 -b .find-umode_t %patch1 -p1 -b .csrf +%patch2 -p0 -b .tls_shutdown +%patch3 -p1 -b .tls_debug.patch +%patch4 -p0 -b .tls_sighup.patch %build @@ -198,6 +204,11 @@ %changelog +* Fri Jan 2 2009 Matthias Saou 1.3.1-8 +- Update default configuration to have a lit of available modules and more + example configuration for them. +- Include patches to fix TLS issues (#457280). + * Fri Jan 2 2009 Matthias Saou 1.3.1-7 - Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115). From thias at fedoraproject.org Fri Jan 2 13:46:18 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 13:46:18 +0000 (UTC) Subject: rpms/proftpd/EL-5 proftpd-1.3.1-tls_debug.patch, NONE, 1.1 proftpd-1.3.1-tls_shutdown.patch, NONE, 1.1 proftpd-1.3.1-tls_sighup.patch, NONE, 1.1 proftpd.conf, 1.8, 1.9 proftpd.spec, 1.30, 1.31 Message-ID: <20090102134618.7265270130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19543/EL-5 Modified Files: proftpd.conf proftpd.spec Added Files: proftpd-1.3.1-tls_debug.patch proftpd-1.3.1-tls_shutdown.patch proftpd-1.3.1-tls_sighup.patch Log Message: Update default configuration to have a lit of available modules and more example configuration for them, include patches to fix TLS issues (#457280). proftpd-1.3.1-tls_debug.patch: --- NEW FILE proftpd-1.3.1-tls_debug.patch --- diff -uNr proftpd-1.3.1.orig/contrib/mod_tls.c proftpd-1.3.1/contrib/mod_tls.c --- proftpd-1.3.1.orig/contrib/mod_tls.c 2007-10-04 10:04:24.000000000 -0700 +++ proftpd-1.3.1/contrib/mod_tls.c 2008-08-10 07:54:21.000000000 -0700 @@ -969,6 +969,7 @@ break; fseek(keyf, 0, SEEK_SET); + fprintf(stderr, "Error reading passphrase: %s", tls_get_errors()); ERR_clear_error(); fprintf(stderr, "\nWrong passphrase for this key. Please try again.\n"); } proftpd-1.3.1-tls_shutdown.patch: --- NEW FILE proftpd-1.3.1-tls_shutdown.patch --- Index: contrib/mod_tls.c =================================================================== RCS file: /cvsroot/proftp/proftpd/contrib/mod_tls.c,v retrieving revision 1.138 diff -u -r1.138 mod_tls.c --- contrib/mod_tls.c 20 May 2008 14:35:24 -0000 1.138 +++ contrib/mod_tls.c 30 Jul 2008 04:16:19 -0000 @@ -411,6 +411,8 @@ /* SSL/TLS support functions */ static void tls_closelog(void); static void tls_end_sess(SSL *, int, int); +#define TLS_SHUTDOWN_BIDIRECTIONAL 0x0001 + static void tls_fatal_error(int, int); static const char *tls_get_errors(void); static char *tls_get_page(size_t, void **); @@ -1428,7 +1430,7 @@ } else if (tls_renegotiate_required) { tls_log("%s", "requested TLS renegotiation timed out on control channel"); tls_log("%s", "shutting down control channel TLS session"); - tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, TRUE); + tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, 0); tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = ctrl_ssl = NULL; } @@ -1444,8 +1446,7 @@ } else if (tls_renegotiate_required) { tls_log("%s", "requested TLS renegotiation timed out on data channel"); tls_log("%s", "shutting down data channel TLS session"); - tls_end_sess((SSL *) tls_data_wr_nstrm->strm_data, PR_NETIO_STRM_DATA, - TRUE); + tls_end_sess((SSL *) tls_data_wr_nstrm->strm_data, PR_NETIO_STRM_DATA, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = NULL; } } @@ -1996,8 +1997,7 @@ if (tls_handshake_timed_out) { tls_log("TLS negotiation timed out (%u seconds)", tls_handshake_timeout); - tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, - TRUE); + tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, 0); return -4; } @@ -2043,8 +2043,7 @@ break; } - tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, - TRUE); + tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, 0); return -3; } @@ -2154,42 +2153,34 @@ } } -static void tls_end_sess(SSL *ssl, int strms, int use_shutdown) { - int res; +static void tls_end_sess(SSL *ssl, int strms, int flags) { + int res = 0; int shutdown_state; if (!ssl) return; - res = SSL_shutdown(ssl); - if (res == 0) { - if (use_shutdown) { - /* Try calling SSL_shutdown() again. First, though, send a TCP FIN - * to trigger the remote end's close_notify SSL message, via shutdown(). - */ - if (strms & PR_NETIO_STRM_CTRL) { - pr_netio_shutdown(session.c->outstrm, 1); + /* A 'close_notify' alert (SSL shutdown message) may have been previously + * sent to the client via tls_netio_shutdown_cb(). + */ - if (session.c->instrm != session.c->outstrm) - pr_netio_shutdown(session.c->instrm, 1); - } + shutdown_state = SSL_get_shutdown(ssl); + if (!(shutdown_state & SSL_SENT_SHUTDOWN)) { + /* 'close_notify' not already sent; send it now. */ + res = SSL_shutdown(ssl); + } - if (strms & PR_NETIO_STRM_DATA) { - pr_netio_shutdown(session.d->outstrm, 1); + if (res == 0) { + /* Now call SSL_shutdown() again, but only if necessary. */ + if (flags & TLS_SHUTDOWN_BIDIRECTIONAL) { + shutdown_state = SSL_get_shutdown(ssl); - if (session.d->instrm != session.d->outstrm) - pr_netio_shutdown(session.d->instrm, 1); + res = 1; + if (!(shutdown_state & SSL_RECEIVED_SHUTDOWN)) { + res = SSL_shutdown(ssl); } } - shutdown_state = SSL_get_shutdown(ssl); - - /* Now call SSL_shutdown() again, but only if necessary. */ - res = 1; - if (!(shutdown_state & SSL_RECEIVED_SHUTDOWN)) { - res = SSL_shutdown(ssl); - } - if (res == 0) { int err = SSL_get_error(ssl, res); @@ -2216,7 +2207,8 @@ if (errno != 0 && errno != EOF && errno != EBADF && - errno != EPIPE) { + errno != EPIPE && + errno != EPERM) { tls_log("SSL_shutdown syscall error: %s", strerror(errno)); pr_log_debug(DEBUG0, MOD_TLS_VERSION ": SSL_shutdown syscall error: %s", strerror(errno)); @@ -3811,7 +3803,7 @@ if (nstrm->strm_type == PR_NETIO_STRM_CTRL && nstrm->strm_mode == PR_NETIO_IO_WR) { - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = nstrm->strm_data = NULL; tls_ctrl_netio = NULL; @@ -3820,7 +3812,7 @@ if (nstrm->strm_type == PR_NETIO_STRM_DATA && nstrm->strm_mode == PR_NETIO_IO_WR) { - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = nstrm->strm_data = NULL; tls_data_netio = NULL; @@ -3931,7 +3923,7 @@ X509_free(data_cert); /* Properly shutdown the SSL session. */ - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = nstrm->strm_data = NULL; @@ -3987,6 +3979,28 @@ } static int tls_netio_shutdown_cb(pr_netio_stream_t *nstrm, int how) { + + if (how != 0) { + /* Closing this stream for writing; we need to send the 'close_notify' + * alert first, so that the client knows, at the application layer, + * that the SSL/TLS session is shutting down. + */ + + if (nstrm->strm_mode == PR_NETIO_IO_WR && + (nstrm->strm_type == PR_NETIO_STRM_CTRL || + nstrm->strm_type == PR_NETIO_STRM_DATA)) { + SSL *ssl; + + ssl = (SSL *) nstrm->strm_data; + if (ssl) { + if (!(SSL_get_shutdown(ssl) & SSL_SENT_SHUTDOWN)) { + /* We haven't sent a 'close_notify' alert yet; do so now. */ + SSL_shutdown(ssl); + } + } + } + } + return shutdown(nstrm->strm_fd, how); } @@ -4413,7 +4427,7 @@ * The data channel, if protected, should remain so. */ - tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, FALSE); + tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, TLS_SHUTDOWN_BIDIRECTIONAL); ctrl_ssl = tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = NULL; /* Remove our NetIO for the control channel. */ proftpd-1.3.1-tls_sighup.patch: --- NEW FILE proftpd-1.3.1-tls_sighup.patch --- Index: src/log.c =================================================================== RCS file: /cvsroot/proftp/proftpd/src/log.c,v retrieving revision 1.85 diff -u -r1.85 log.c --- src/log.c 24 Feb 2008 20:35:56 -0000 1.85 +++ src/log.c 13 Aug 2008 18:38:57 -0000 @@ -410,9 +410,10 @@ /* The child may have inherited a valid socket from the parent. */ pr_closelog(syslog_sockfd); - if ((syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, - facility)) < 0) + syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, facility); + if (syslog_sockfd < 0) return -1; + systemlog_fd = -1; } else if ((res = pr_log_openfile(systemlog_fn, &systemlog_fd, @@ -426,14 +427,11 @@ } void log_closesyslog(void) { - if (systemlog_fd != -1) { - close(systemlog_fd); - systemlog_fd = -1; + (void) close(systemlog_fd); + systemlog_fd = -1; - } else { - pr_closelog(syslog_sockfd); - syslog_sockfd = -1; - } + (void) pr_closelog(syslog_sockfd); + syslog_sockfd = -1; syslog_open = FALSE; } @@ -517,6 +515,7 @@ if (!syslog_open) { syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, f); + syslog_open = TRUE; } else if (f != facility) { (void) pr_setlogfacility(f); @@ -531,14 +530,6 @@ pr_syslog(syslog_sockfd, priority, "%s - %s\n", serverinfo, s); else pr_syslog(syslog_sockfd, priority, "%s\n", s); - - if (!syslog_open) { - pr_closelog(syslog_sockfd); - syslog_sockfd = -1; - - } else if (f != facility) { - (void) pr_setlogfacility(f); - } } void pr_log_pri(int priority, const char *fmt, ...) { Index: proftpd.conf =================================================================== RCS file: /cvs/extras/rpms/proftpd/EL-5/proftpd.conf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- proftpd.conf 3 Feb 2008 17:54:06 -0000 1.8 +++ proftpd.conf 2 Jan 2009 13:45:48 -0000 1.9 @@ -91,9 +91,13 @@ # SQL authentication Dynamic Shared Object (DSO) loading # See README.DSO and howto/DSO.html for more details. # -# LoadModule mod_sql.c -# LoadModule mod_sql_mysql.c -# LoadModule mod_sql_postgres.c +# LoadModule mod_ban.c +# LoadModule mod_ifsession.c +# LoadModule mod_quotatab.c +# LoadModule mod_quotatab_file.c +# LoadModule mod_sql.c +# LoadModule mod_sql_mysql.c +# LoadModule mod_sql_postgres.c # # A basic anonymous configuration, with an upload directory. @@ -148,3 +152,18 @@ # # +# Configuration for mod_ban + + BanEngine on + BanLog /var/log/proftpd/ban.log + BanTable /var/run/proftpd/ban.tab + + # If the same client reaches the MaxLoginAttempts limit 2 times + # within 10 minutes, automatically add a ban for that client that + # will expire after one hour. + BanOnEvent MaxLoginAttempts 2/00:10:00 01:00:00 + + # Allow the FTP admin to manually add/remove bans + BanControlsACLs all allow user ftpadm + + Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/EL-5/proftpd.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- proftpd.spec 2 Jan 2009 12:51:48 -0000 1.30 +++ proftpd.spec 2 Jan 2009 13:45:48 -0000 1.31 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -16,6 +16,9 @@ Source8: proftpd-mod_quotatab_ldap.schema Patch0: proftpd-1.3.1-find-umode_t.patch Patch1: proftpd-1.3.1-csrf.patch +Patch2: proftpd-1.3.1-tls_shutdown.patch +Patch3: proftpd-1.3.1-tls_debug.patch +Patch4: proftpd-1.3.1-tls_sighup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: pam >= 0.59 Requires(post): /sbin/chkconfig @@ -68,6 +71,9 @@ %setup -q %patch0 -p1 -b .find-umode_t %patch1 -p1 -b .csrf +%patch2 -p0 -b .tls_shutdown +%patch3 -p1 -b .tls_debug.patch +%patch4 -p0 -b .tls_sighup.patch %build @@ -198,6 +204,11 @@ %changelog +* Fri Jan 2 2009 Matthias Saou 1.3.1-8 +- Update default configuration to have a lit of available modules and more + example configuration for them. +- Include patches to fix TLS issues (#457280). + * Fri Jan 2 2009 Matthias Saou 1.3.1-7 - Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115). From thias at fedoraproject.org Fri Jan 2 13:46:18 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 13:46:18 +0000 (UTC) Subject: rpms/proftpd/F-10 proftpd-1.3.1-tls_debug.patch, NONE, 1.1 proftpd-1.3.1-tls_shutdown.patch, NONE, 1.1 proftpd-1.3.1-tls_sighup.patch, NONE, 1.1 proftpd.conf, 1.8, 1.9 proftpd.spec, 1.41, 1.42 Message-ID: <20090102134618.BC42470130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19543/F-10 Modified Files: proftpd.conf proftpd.spec Added Files: proftpd-1.3.1-tls_debug.patch proftpd-1.3.1-tls_shutdown.patch proftpd-1.3.1-tls_sighup.patch Log Message: Update default configuration to have a lit of available modules and more example configuration for them, include patches to fix TLS issues (#457280). proftpd-1.3.1-tls_debug.patch: --- NEW FILE proftpd-1.3.1-tls_debug.patch --- diff -uNr proftpd-1.3.1.orig/contrib/mod_tls.c proftpd-1.3.1/contrib/mod_tls.c --- proftpd-1.3.1.orig/contrib/mod_tls.c 2007-10-04 10:04:24.000000000 -0700 +++ proftpd-1.3.1/contrib/mod_tls.c 2008-08-10 07:54:21.000000000 -0700 @@ -969,6 +969,7 @@ break; fseek(keyf, 0, SEEK_SET); + fprintf(stderr, "Error reading passphrase: %s", tls_get_errors()); ERR_clear_error(); fprintf(stderr, "\nWrong passphrase for this key. Please try again.\n"); } proftpd-1.3.1-tls_shutdown.patch: --- NEW FILE proftpd-1.3.1-tls_shutdown.patch --- Index: contrib/mod_tls.c =================================================================== RCS file: /cvsroot/proftp/proftpd/contrib/mod_tls.c,v retrieving revision 1.138 diff -u -r1.138 mod_tls.c --- contrib/mod_tls.c 20 May 2008 14:35:24 -0000 1.138 +++ contrib/mod_tls.c 30 Jul 2008 04:16:19 -0000 @@ -411,6 +411,8 @@ /* SSL/TLS support functions */ static void tls_closelog(void); static void tls_end_sess(SSL *, int, int); +#define TLS_SHUTDOWN_BIDIRECTIONAL 0x0001 + static void tls_fatal_error(int, int); static const char *tls_get_errors(void); static char *tls_get_page(size_t, void **); @@ -1428,7 +1430,7 @@ } else if (tls_renegotiate_required) { tls_log("%s", "requested TLS renegotiation timed out on control channel"); tls_log("%s", "shutting down control channel TLS session"); - tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, TRUE); + tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, 0); tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = ctrl_ssl = NULL; } @@ -1444,8 +1446,7 @@ } else if (tls_renegotiate_required) { tls_log("%s", "requested TLS renegotiation timed out on data channel"); tls_log("%s", "shutting down data channel TLS session"); - tls_end_sess((SSL *) tls_data_wr_nstrm->strm_data, PR_NETIO_STRM_DATA, - TRUE); + tls_end_sess((SSL *) tls_data_wr_nstrm->strm_data, PR_NETIO_STRM_DATA, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = NULL; } } @@ -1996,8 +1997,7 @@ if (tls_handshake_timed_out) { tls_log("TLS negotiation timed out (%u seconds)", tls_handshake_timeout); - tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, - TRUE); + tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, 0); return -4; } @@ -2043,8 +2043,7 @@ break; } - tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, - TRUE); + tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, 0); return -3; } @@ -2154,42 +2153,34 @@ } } -static void tls_end_sess(SSL *ssl, int strms, int use_shutdown) { - int res; +static void tls_end_sess(SSL *ssl, int strms, int flags) { + int res = 0; int shutdown_state; if (!ssl) return; - res = SSL_shutdown(ssl); - if (res == 0) { - if (use_shutdown) { - /* Try calling SSL_shutdown() again. First, though, send a TCP FIN - * to trigger the remote end's close_notify SSL message, via shutdown(). - */ - if (strms & PR_NETIO_STRM_CTRL) { - pr_netio_shutdown(session.c->outstrm, 1); + /* A 'close_notify' alert (SSL shutdown message) may have been previously + * sent to the client via tls_netio_shutdown_cb(). + */ - if (session.c->instrm != session.c->outstrm) - pr_netio_shutdown(session.c->instrm, 1); - } + shutdown_state = SSL_get_shutdown(ssl); + if (!(shutdown_state & SSL_SENT_SHUTDOWN)) { + /* 'close_notify' not already sent; send it now. */ + res = SSL_shutdown(ssl); + } - if (strms & PR_NETIO_STRM_DATA) { - pr_netio_shutdown(session.d->outstrm, 1); + if (res == 0) { + /* Now call SSL_shutdown() again, but only if necessary. */ + if (flags & TLS_SHUTDOWN_BIDIRECTIONAL) { + shutdown_state = SSL_get_shutdown(ssl); - if (session.d->instrm != session.d->outstrm) - pr_netio_shutdown(session.d->instrm, 1); + res = 1; + if (!(shutdown_state & SSL_RECEIVED_SHUTDOWN)) { + res = SSL_shutdown(ssl); } } - shutdown_state = SSL_get_shutdown(ssl); - - /* Now call SSL_shutdown() again, but only if necessary. */ - res = 1; - if (!(shutdown_state & SSL_RECEIVED_SHUTDOWN)) { - res = SSL_shutdown(ssl); - } - if (res == 0) { int err = SSL_get_error(ssl, res); @@ -2216,7 +2207,8 @@ if (errno != 0 && errno != EOF && errno != EBADF && - errno != EPIPE) { + errno != EPIPE && + errno != EPERM) { tls_log("SSL_shutdown syscall error: %s", strerror(errno)); pr_log_debug(DEBUG0, MOD_TLS_VERSION ": SSL_shutdown syscall error: %s", strerror(errno)); @@ -3811,7 +3803,7 @@ if (nstrm->strm_type == PR_NETIO_STRM_CTRL && nstrm->strm_mode == PR_NETIO_IO_WR) { - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = nstrm->strm_data = NULL; tls_ctrl_netio = NULL; @@ -3820,7 +3812,7 @@ if (nstrm->strm_type == PR_NETIO_STRM_DATA && nstrm->strm_mode == PR_NETIO_IO_WR) { - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = nstrm->strm_data = NULL; tls_data_netio = NULL; @@ -3931,7 +3923,7 @@ X509_free(data_cert); /* Properly shutdown the SSL session. */ - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = nstrm->strm_data = NULL; @@ -3987,6 +3979,28 @@ } static int tls_netio_shutdown_cb(pr_netio_stream_t *nstrm, int how) { + + if (how != 0) { + /* Closing this stream for writing; we need to send the 'close_notify' + * alert first, so that the client knows, at the application layer, + * that the SSL/TLS session is shutting down. + */ + + if (nstrm->strm_mode == PR_NETIO_IO_WR && + (nstrm->strm_type == PR_NETIO_STRM_CTRL || + nstrm->strm_type == PR_NETIO_STRM_DATA)) { + SSL *ssl; + + ssl = (SSL *) nstrm->strm_data; + if (ssl) { + if (!(SSL_get_shutdown(ssl) & SSL_SENT_SHUTDOWN)) { + /* We haven't sent a 'close_notify' alert yet; do so now. */ + SSL_shutdown(ssl); + } + } + } + } + return shutdown(nstrm->strm_fd, how); } @@ -4413,7 +4427,7 @@ * The data channel, if protected, should remain so. */ - tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, FALSE); + tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, TLS_SHUTDOWN_BIDIRECTIONAL); ctrl_ssl = tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = NULL; /* Remove our NetIO for the control channel. */ proftpd-1.3.1-tls_sighup.patch: --- NEW FILE proftpd-1.3.1-tls_sighup.patch --- Index: src/log.c =================================================================== RCS file: /cvsroot/proftp/proftpd/src/log.c,v retrieving revision 1.85 diff -u -r1.85 log.c --- src/log.c 24 Feb 2008 20:35:56 -0000 1.85 +++ src/log.c 13 Aug 2008 18:38:57 -0000 @@ -410,9 +410,10 @@ /* The child may have inherited a valid socket from the parent. */ pr_closelog(syslog_sockfd); - if ((syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, - facility)) < 0) + syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, facility); + if (syslog_sockfd < 0) return -1; + systemlog_fd = -1; } else if ((res = pr_log_openfile(systemlog_fn, &systemlog_fd, @@ -426,14 +427,11 @@ } void log_closesyslog(void) { - if (systemlog_fd != -1) { - close(systemlog_fd); - systemlog_fd = -1; + (void) close(systemlog_fd); + systemlog_fd = -1; - } else { - pr_closelog(syslog_sockfd); - syslog_sockfd = -1; - } + (void) pr_closelog(syslog_sockfd); + syslog_sockfd = -1; syslog_open = FALSE; } @@ -517,6 +515,7 @@ if (!syslog_open) { syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, f); + syslog_open = TRUE; } else if (f != facility) { (void) pr_setlogfacility(f); @@ -531,14 +530,6 @@ pr_syslog(syslog_sockfd, priority, "%s - %s\n", serverinfo, s); else pr_syslog(syslog_sockfd, priority, "%s\n", s); - - if (!syslog_open) { - pr_closelog(syslog_sockfd); - syslog_sockfd = -1; - - } else if (f != facility) { - (void) pr_setlogfacility(f); - } } void pr_log_pri(int priority, const char *fmt, ...) { Index: proftpd.conf =================================================================== RCS file: /cvs/extras/rpms/proftpd/F-10/proftpd.conf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- proftpd.conf 19 Aug 2007 16:18:30 -0000 1.8 +++ proftpd.conf 2 Jan 2009 13:45:48 -0000 1.9 @@ -91,9 +91,13 @@ # SQL authentication Dynamic Shared Object (DSO) loading # See README.DSO and howto/DSO.html for more details. # -# LoadModule mod_sql.c -# LoadModule mod_sql_mysql.c -# LoadModule mod_sql_postgres.c +# LoadModule mod_ban.c +# LoadModule mod_ifsession.c +# LoadModule mod_quotatab.c +# LoadModule mod_quotatab_file.c +# LoadModule mod_sql.c +# LoadModule mod_sql_mysql.c +# LoadModule mod_sql_postgres.c # # A basic anonymous configuration, with an upload directory. @@ -148,3 +152,18 @@ # # +# Configuration for mod_ban + + BanEngine on + BanLog /var/log/proftpd/ban.log + BanTable /var/run/proftpd/ban.tab + + # If the same client reaches the MaxLoginAttempts limit 2 times + # within 10 minutes, automatically add a ban for that client that + # will expire after one hour. + BanOnEvent MaxLoginAttempts 2/00:10:00 01:00:00 + + # Allow the FTP admin to manually add/remove bans + BanControlsACLs all allow user ftpadm + + Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/F-10/proftpd.spec,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- proftpd.spec 2 Jan 2009 12:51:48 -0000 1.41 +++ proftpd.spec 2 Jan 2009 13:45:48 -0000 1.42 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -16,6 +16,9 @@ Source8: proftpd-mod_quotatab_ldap.schema Patch0: proftpd-1.3.1-find-umode_t.patch Patch1: proftpd-1.3.1-csrf.patch +Patch2: proftpd-1.3.1-tls_shutdown.patch +Patch3: proftpd-1.3.1-tls_debug.patch +Patch4: proftpd-1.3.1-tls_sighup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: pam >= 0.59 Requires(post): /sbin/chkconfig @@ -68,6 +71,9 @@ %setup -q %patch0 -p1 -b .find-umode_t %patch1 -p1 -b .csrf +%patch2 -p0 -b .tls_shutdown +%patch3 -p1 -b .tls_debug.patch +%patch4 -p0 -b .tls_sighup.patch %build @@ -198,6 +204,11 @@ %changelog +* Fri Jan 2 2009 Matthias Saou 1.3.1-8 +- Update default configuration to have a lit of available modules and more + example configuration for them. +- Include patches to fix TLS issues (#457280). + * Fri Jan 2 2009 Matthias Saou 1.3.1-7 - Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115). From thias at fedoraproject.org Fri Jan 2 13:46:19 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 13:46:19 +0000 (UTC) Subject: rpms/proftpd/F-9 proftpd-1.3.1-tls_debug.patch, NONE, 1.1 proftpd-1.3.1-tls_shutdown.patch, NONE, 1.1 proftpd-1.3.1-tls_sighup.patch, NONE, 1.1 proftpd.conf, 1.8, 1.9 proftpd.spec, 1.40, 1.41 Message-ID: <20090102134619.5144B70130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19543/F-9 Modified Files: proftpd.conf proftpd.spec Added Files: proftpd-1.3.1-tls_debug.patch proftpd-1.3.1-tls_shutdown.patch proftpd-1.3.1-tls_sighup.patch Log Message: Update default configuration to have a lit of available modules and more example configuration for them, include patches to fix TLS issues (#457280). proftpd-1.3.1-tls_debug.patch: --- NEW FILE proftpd-1.3.1-tls_debug.patch --- diff -uNr proftpd-1.3.1.orig/contrib/mod_tls.c proftpd-1.3.1/contrib/mod_tls.c --- proftpd-1.3.1.orig/contrib/mod_tls.c 2007-10-04 10:04:24.000000000 -0700 +++ proftpd-1.3.1/contrib/mod_tls.c 2008-08-10 07:54:21.000000000 -0700 @@ -969,6 +969,7 @@ break; fseek(keyf, 0, SEEK_SET); + fprintf(stderr, "Error reading passphrase: %s", tls_get_errors()); ERR_clear_error(); fprintf(stderr, "\nWrong passphrase for this key. Please try again.\n"); } proftpd-1.3.1-tls_shutdown.patch: --- NEW FILE proftpd-1.3.1-tls_shutdown.patch --- Index: contrib/mod_tls.c =================================================================== RCS file: /cvsroot/proftp/proftpd/contrib/mod_tls.c,v retrieving revision 1.138 diff -u -r1.138 mod_tls.c --- contrib/mod_tls.c 20 May 2008 14:35:24 -0000 1.138 +++ contrib/mod_tls.c 30 Jul 2008 04:16:19 -0000 @@ -411,6 +411,8 @@ /* SSL/TLS support functions */ static void tls_closelog(void); static void tls_end_sess(SSL *, int, int); +#define TLS_SHUTDOWN_BIDIRECTIONAL 0x0001 + static void tls_fatal_error(int, int); static const char *tls_get_errors(void); static char *tls_get_page(size_t, void **); @@ -1428,7 +1430,7 @@ } else if (tls_renegotiate_required) { tls_log("%s", "requested TLS renegotiation timed out on control channel"); tls_log("%s", "shutting down control channel TLS session"); - tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, TRUE); + tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, 0); tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = ctrl_ssl = NULL; } @@ -1444,8 +1446,7 @@ } else if (tls_renegotiate_required) { tls_log("%s", "requested TLS renegotiation timed out on data channel"); tls_log("%s", "shutting down data channel TLS session"); - tls_end_sess((SSL *) tls_data_wr_nstrm->strm_data, PR_NETIO_STRM_DATA, - TRUE); + tls_end_sess((SSL *) tls_data_wr_nstrm->strm_data, PR_NETIO_STRM_DATA, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = NULL; } } @@ -1996,8 +1997,7 @@ if (tls_handshake_timed_out) { tls_log("TLS negotiation timed out (%u seconds)", tls_handshake_timeout); - tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, - TRUE); + tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, 0); return -4; } @@ -2043,8 +2043,7 @@ break; } - tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, - TRUE); + tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, 0); return -3; } @@ -2154,42 +2153,34 @@ } } -static void tls_end_sess(SSL *ssl, int strms, int use_shutdown) { - int res; +static void tls_end_sess(SSL *ssl, int strms, int flags) { + int res = 0; int shutdown_state; if (!ssl) return; - res = SSL_shutdown(ssl); - if (res == 0) { - if (use_shutdown) { - /* Try calling SSL_shutdown() again. First, though, send a TCP FIN - * to trigger the remote end's close_notify SSL message, via shutdown(). - */ - if (strms & PR_NETIO_STRM_CTRL) { - pr_netio_shutdown(session.c->outstrm, 1); + /* A 'close_notify' alert (SSL shutdown message) may have been previously + * sent to the client via tls_netio_shutdown_cb(). + */ - if (session.c->instrm != session.c->outstrm) - pr_netio_shutdown(session.c->instrm, 1); - } + shutdown_state = SSL_get_shutdown(ssl); + if (!(shutdown_state & SSL_SENT_SHUTDOWN)) { + /* 'close_notify' not already sent; send it now. */ + res = SSL_shutdown(ssl); + } - if (strms & PR_NETIO_STRM_DATA) { - pr_netio_shutdown(session.d->outstrm, 1); + if (res == 0) { + /* Now call SSL_shutdown() again, but only if necessary. */ + if (flags & TLS_SHUTDOWN_BIDIRECTIONAL) { + shutdown_state = SSL_get_shutdown(ssl); - if (session.d->instrm != session.d->outstrm) - pr_netio_shutdown(session.d->instrm, 1); + res = 1; + if (!(shutdown_state & SSL_RECEIVED_SHUTDOWN)) { + res = SSL_shutdown(ssl); } } - shutdown_state = SSL_get_shutdown(ssl); - - /* Now call SSL_shutdown() again, but only if necessary. */ - res = 1; - if (!(shutdown_state & SSL_RECEIVED_SHUTDOWN)) { - res = SSL_shutdown(ssl); - } - if (res == 0) { int err = SSL_get_error(ssl, res); @@ -2216,7 +2207,8 @@ if (errno != 0 && errno != EOF && errno != EBADF && - errno != EPIPE) { + errno != EPIPE && + errno != EPERM) { tls_log("SSL_shutdown syscall error: %s", strerror(errno)); pr_log_debug(DEBUG0, MOD_TLS_VERSION ": SSL_shutdown syscall error: %s", strerror(errno)); @@ -3811,7 +3803,7 @@ if (nstrm->strm_type == PR_NETIO_STRM_CTRL && nstrm->strm_mode == PR_NETIO_IO_WR) { - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = nstrm->strm_data = NULL; tls_ctrl_netio = NULL; @@ -3820,7 +3812,7 @@ if (nstrm->strm_type == PR_NETIO_STRM_DATA && nstrm->strm_mode == PR_NETIO_IO_WR) { - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = nstrm->strm_data = NULL; tls_data_netio = NULL; @@ -3931,7 +3923,7 @@ X509_free(data_cert); /* Properly shutdown the SSL session. */ - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = nstrm->strm_data = NULL; @@ -3987,6 +3979,28 @@ } static int tls_netio_shutdown_cb(pr_netio_stream_t *nstrm, int how) { + + if (how != 0) { + /* Closing this stream for writing; we need to send the 'close_notify' + * alert first, so that the client knows, at the application layer, + * that the SSL/TLS session is shutting down. + */ + + if (nstrm->strm_mode == PR_NETIO_IO_WR && + (nstrm->strm_type == PR_NETIO_STRM_CTRL || + nstrm->strm_type == PR_NETIO_STRM_DATA)) { + SSL *ssl; + + ssl = (SSL *) nstrm->strm_data; + if (ssl) { + if (!(SSL_get_shutdown(ssl) & SSL_SENT_SHUTDOWN)) { + /* We haven't sent a 'close_notify' alert yet; do so now. */ + SSL_shutdown(ssl); + } + } + } + } + return shutdown(nstrm->strm_fd, how); } @@ -4413,7 +4427,7 @@ * The data channel, if protected, should remain so. */ - tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, FALSE); + tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, TLS_SHUTDOWN_BIDIRECTIONAL); ctrl_ssl = tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = NULL; /* Remove our NetIO for the control channel. */ proftpd-1.3.1-tls_sighup.patch: --- NEW FILE proftpd-1.3.1-tls_sighup.patch --- Index: src/log.c =================================================================== RCS file: /cvsroot/proftp/proftpd/src/log.c,v retrieving revision 1.85 diff -u -r1.85 log.c --- src/log.c 24 Feb 2008 20:35:56 -0000 1.85 +++ src/log.c 13 Aug 2008 18:38:57 -0000 @@ -410,9 +410,10 @@ /* The child may have inherited a valid socket from the parent. */ pr_closelog(syslog_sockfd); - if ((syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, - facility)) < 0) + syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, facility); + if (syslog_sockfd < 0) return -1; + systemlog_fd = -1; } else if ((res = pr_log_openfile(systemlog_fn, &systemlog_fd, @@ -426,14 +427,11 @@ } void log_closesyslog(void) { - if (systemlog_fd != -1) { - close(systemlog_fd); - systemlog_fd = -1; + (void) close(systemlog_fd); + systemlog_fd = -1; - } else { - pr_closelog(syslog_sockfd); - syslog_sockfd = -1; - } + (void) pr_closelog(syslog_sockfd); + syslog_sockfd = -1; syslog_open = FALSE; } @@ -517,6 +515,7 @@ if (!syslog_open) { syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, f); + syslog_open = TRUE; } else if (f != facility) { (void) pr_setlogfacility(f); @@ -531,14 +530,6 @@ pr_syslog(syslog_sockfd, priority, "%s - %s\n", serverinfo, s); else pr_syslog(syslog_sockfd, priority, "%s\n", s); - - if (!syslog_open) { - pr_closelog(syslog_sockfd); - syslog_sockfd = -1; - - } else if (f != facility) { - (void) pr_setlogfacility(f); - } } void pr_log_pri(int priority, const char *fmt, ...) { Index: proftpd.conf =================================================================== RCS file: /cvs/extras/rpms/proftpd/F-9/proftpd.conf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- proftpd.conf 19 Aug 2007 16:18:30 -0000 1.8 +++ proftpd.conf 2 Jan 2009 13:45:49 -0000 1.9 @@ -91,9 +91,13 @@ # SQL authentication Dynamic Shared Object (DSO) loading # See README.DSO and howto/DSO.html for more details. # -# LoadModule mod_sql.c -# LoadModule mod_sql_mysql.c -# LoadModule mod_sql_postgres.c +# LoadModule mod_ban.c +# LoadModule mod_ifsession.c +# LoadModule mod_quotatab.c +# LoadModule mod_quotatab_file.c +# LoadModule mod_sql.c +# LoadModule mod_sql_mysql.c +# LoadModule mod_sql_postgres.c # # A basic anonymous configuration, with an upload directory. @@ -148,3 +152,18 @@ # # +# Configuration for mod_ban + + BanEngine on + BanLog /var/log/proftpd/ban.log + BanTable /var/run/proftpd/ban.tab + + # If the same client reaches the MaxLoginAttempts limit 2 times + # within 10 minutes, automatically add a ban for that client that + # will expire after one hour. + BanOnEvent MaxLoginAttempts 2/00:10:00 01:00:00 + + # Allow the FTP admin to manually add/remove bans + BanControlsACLs all allow user ftpadm + + Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/F-9/proftpd.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- proftpd.spec 2 Jan 2009 12:51:49 -0000 1.40 +++ proftpd.spec 2 Jan 2009 13:45:49 -0000 1.41 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -16,6 +16,9 @@ Source8: proftpd-mod_quotatab_ldap.schema Patch0: proftpd-1.3.1-find-umode_t.patch Patch1: proftpd-1.3.1-csrf.patch +Patch2: proftpd-1.3.1-tls_shutdown.patch +Patch3: proftpd-1.3.1-tls_debug.patch +Patch4: proftpd-1.3.1-tls_sighup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: pam >= 0.59 Requires(post): /sbin/chkconfig @@ -68,6 +71,9 @@ %setup -q %patch0 -p1 -b .find-umode_t %patch1 -p1 -b .csrf +%patch2 -p0 -b .tls_shutdown +%patch3 -p1 -b .tls_debug.patch +%patch4 -p0 -b .tls_sighup.patch %build @@ -198,6 +204,11 @@ %changelog +* Fri Jan 2 2009 Matthias Saou 1.3.1-8 +- Update default configuration to have a lit of available modules and more + example configuration for them. +- Include patches to fix TLS issues (#457280). + * Fri Jan 2 2009 Matthias Saou 1.3.1-7 - Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115). From thias at fedoraproject.org Fri Jan 2 13:46:19 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 13:46:19 +0000 (UTC) Subject: rpms/proftpd/F-8 proftpd-1.3.1-tls_debug.patch, NONE, 1.1 proftpd-1.3.1-tls_shutdown.patch, NONE, 1.1 proftpd-1.3.1-tls_sighup.patch, NONE, 1.1 proftpd.conf, 1.8, 1.9 proftpd.spec, 1.37, 1.38 Message-ID: <20090102134619.0A13E70130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19543/F-8 Modified Files: proftpd.conf proftpd.spec Added Files: proftpd-1.3.1-tls_debug.patch proftpd-1.3.1-tls_shutdown.patch proftpd-1.3.1-tls_sighup.patch Log Message: Update default configuration to have a lit of available modules and more example configuration for them, include patches to fix TLS issues (#457280). proftpd-1.3.1-tls_debug.patch: --- NEW FILE proftpd-1.3.1-tls_debug.patch --- diff -uNr proftpd-1.3.1.orig/contrib/mod_tls.c proftpd-1.3.1/contrib/mod_tls.c --- proftpd-1.3.1.orig/contrib/mod_tls.c 2007-10-04 10:04:24.000000000 -0700 +++ proftpd-1.3.1/contrib/mod_tls.c 2008-08-10 07:54:21.000000000 -0700 @@ -969,6 +969,7 @@ break; fseek(keyf, 0, SEEK_SET); + fprintf(stderr, "Error reading passphrase: %s", tls_get_errors()); ERR_clear_error(); fprintf(stderr, "\nWrong passphrase for this key. Please try again.\n"); } proftpd-1.3.1-tls_shutdown.patch: --- NEW FILE proftpd-1.3.1-tls_shutdown.patch --- Index: contrib/mod_tls.c =================================================================== RCS file: /cvsroot/proftp/proftpd/contrib/mod_tls.c,v retrieving revision 1.138 diff -u -r1.138 mod_tls.c --- contrib/mod_tls.c 20 May 2008 14:35:24 -0000 1.138 +++ contrib/mod_tls.c 30 Jul 2008 04:16:19 -0000 @@ -411,6 +411,8 @@ /* SSL/TLS support functions */ static void tls_closelog(void); static void tls_end_sess(SSL *, int, int); +#define TLS_SHUTDOWN_BIDIRECTIONAL 0x0001 + static void tls_fatal_error(int, int); static const char *tls_get_errors(void); static char *tls_get_page(size_t, void **); @@ -1428,7 +1430,7 @@ } else if (tls_renegotiate_required) { tls_log("%s", "requested TLS renegotiation timed out on control channel"); tls_log("%s", "shutting down control channel TLS session"); - tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, TRUE); + tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, 0); tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = ctrl_ssl = NULL; } @@ -1444,8 +1446,7 @@ } else if (tls_renegotiate_required) { tls_log("%s", "requested TLS renegotiation timed out on data channel"); tls_log("%s", "shutting down data channel TLS session"); - tls_end_sess((SSL *) tls_data_wr_nstrm->strm_data, PR_NETIO_STRM_DATA, - TRUE); + tls_end_sess((SSL *) tls_data_wr_nstrm->strm_data, PR_NETIO_STRM_DATA, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = NULL; } } @@ -1996,8 +1997,7 @@ if (tls_handshake_timed_out) { tls_log("TLS negotiation timed out (%u seconds)", tls_handshake_timeout); - tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, - TRUE); + tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, 0); return -4; } @@ -2043,8 +2043,7 @@ break; } - tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, - TRUE); + tls_end_sess(ssl, on_data ? PR_NETIO_STRM_DATA : PR_NETIO_STRM_CTRL, 0); return -3; } @@ -2154,42 +2153,34 @@ } } -static void tls_end_sess(SSL *ssl, int strms, int use_shutdown) { - int res; +static void tls_end_sess(SSL *ssl, int strms, int flags) { + int res = 0; int shutdown_state; if (!ssl) return; - res = SSL_shutdown(ssl); - if (res == 0) { - if (use_shutdown) { - /* Try calling SSL_shutdown() again. First, though, send a TCP FIN - * to trigger the remote end's close_notify SSL message, via shutdown(). - */ - if (strms & PR_NETIO_STRM_CTRL) { - pr_netio_shutdown(session.c->outstrm, 1); + /* A 'close_notify' alert (SSL shutdown message) may have been previously + * sent to the client via tls_netio_shutdown_cb(). + */ - if (session.c->instrm != session.c->outstrm) - pr_netio_shutdown(session.c->instrm, 1); - } + shutdown_state = SSL_get_shutdown(ssl); + if (!(shutdown_state & SSL_SENT_SHUTDOWN)) { + /* 'close_notify' not already sent; send it now. */ + res = SSL_shutdown(ssl); + } - if (strms & PR_NETIO_STRM_DATA) { - pr_netio_shutdown(session.d->outstrm, 1); + if (res == 0) { + /* Now call SSL_shutdown() again, but only if necessary. */ + if (flags & TLS_SHUTDOWN_BIDIRECTIONAL) { + shutdown_state = SSL_get_shutdown(ssl); - if (session.d->instrm != session.d->outstrm) - pr_netio_shutdown(session.d->instrm, 1); + res = 1; + if (!(shutdown_state & SSL_RECEIVED_SHUTDOWN)) { + res = SSL_shutdown(ssl); } } - shutdown_state = SSL_get_shutdown(ssl); - - /* Now call SSL_shutdown() again, but only if necessary. */ - res = 1; - if (!(shutdown_state & SSL_RECEIVED_SHUTDOWN)) { - res = SSL_shutdown(ssl); - } - if (res == 0) { int err = SSL_get_error(ssl, res); @@ -2216,7 +2207,8 @@ if (errno != 0 && errno != EOF && errno != EBADF && - errno != EPIPE) { + errno != EPIPE && + errno != EPERM) { tls_log("SSL_shutdown syscall error: %s", strerror(errno)); pr_log_debug(DEBUG0, MOD_TLS_VERSION ": SSL_shutdown syscall error: %s", strerror(errno)); @@ -3811,7 +3803,7 @@ if (nstrm->strm_type == PR_NETIO_STRM_CTRL && nstrm->strm_mode == PR_NETIO_IO_WR) { - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = nstrm->strm_data = NULL; tls_ctrl_netio = NULL; @@ -3820,7 +3812,7 @@ if (nstrm->strm_type == PR_NETIO_STRM_DATA && nstrm->strm_mode == PR_NETIO_IO_WR) { - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = nstrm->strm_data = NULL; tls_data_netio = NULL; @@ -3931,7 +3923,7 @@ X509_free(data_cert); /* Properly shutdown the SSL session. */ - tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, TRUE); + tls_end_sess((SSL *) nstrm->strm_data, nstrm->strm_type, 0); tls_data_rd_nstrm->strm_data = tls_data_wr_nstrm->strm_data = nstrm->strm_data = NULL; @@ -3987,6 +3979,28 @@ } static int tls_netio_shutdown_cb(pr_netio_stream_t *nstrm, int how) { + + if (how != 0) { + /* Closing this stream for writing; we need to send the 'close_notify' + * alert first, so that the client knows, at the application layer, + * that the SSL/TLS session is shutting down. + */ + + if (nstrm->strm_mode == PR_NETIO_IO_WR && + (nstrm->strm_type == PR_NETIO_STRM_CTRL || + nstrm->strm_type == PR_NETIO_STRM_DATA)) { + SSL *ssl; + + ssl = (SSL *) nstrm->strm_data; + if (ssl) { + if (!(SSL_get_shutdown(ssl) & SSL_SENT_SHUTDOWN)) { + /* We haven't sent a 'close_notify' alert yet; do so now. */ + SSL_shutdown(ssl); + } + } + } + } + return shutdown(nstrm->strm_fd, how); } @@ -4413,7 +4427,7 @@ * The data channel, if protected, should remain so. */ - tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, FALSE); + tls_end_sess(ctrl_ssl, PR_NETIO_STRM_CTRL, TLS_SHUTDOWN_BIDIRECTIONAL); ctrl_ssl = tls_ctrl_rd_nstrm->strm_data = tls_ctrl_wr_nstrm->strm_data = NULL; /* Remove our NetIO for the control channel. */ proftpd-1.3.1-tls_sighup.patch: --- NEW FILE proftpd-1.3.1-tls_sighup.patch --- Index: src/log.c =================================================================== RCS file: /cvsroot/proftp/proftpd/src/log.c,v retrieving revision 1.85 diff -u -r1.85 log.c --- src/log.c 24 Feb 2008 20:35:56 -0000 1.85 +++ src/log.c 13 Aug 2008 18:38:57 -0000 @@ -410,9 +410,10 @@ /* The child may have inherited a valid socket from the parent. */ pr_closelog(syslog_sockfd); - if ((syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, - facility)) < 0) + syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, facility); + if (syslog_sockfd < 0) return -1; + systemlog_fd = -1; } else if ((res = pr_log_openfile(systemlog_fn, &systemlog_fd, @@ -426,14 +427,11 @@ } void log_closesyslog(void) { - if (systemlog_fd != -1) { - close(systemlog_fd); - systemlog_fd = -1; + (void) close(systemlog_fd); + systemlog_fd = -1; - } else { - pr_closelog(syslog_sockfd); - syslog_sockfd = -1; - } + (void) pr_closelog(syslog_sockfd); + syslog_sockfd = -1; syslog_open = FALSE; } @@ -517,6 +515,7 @@ if (!syslog_open) { syslog_sockfd = pr_openlog("proftpd", LOG_NDELAY|LOG_PID, f); + syslog_open = TRUE; } else if (f != facility) { (void) pr_setlogfacility(f); @@ -531,14 +530,6 @@ pr_syslog(syslog_sockfd, priority, "%s - %s\n", serverinfo, s); else pr_syslog(syslog_sockfd, priority, "%s\n", s); - - if (!syslog_open) { - pr_closelog(syslog_sockfd); - syslog_sockfd = -1; - - } else if (f != facility) { - (void) pr_setlogfacility(f); - } } void pr_log_pri(int priority, const char *fmt, ...) { Index: proftpd.conf =================================================================== RCS file: /cvs/extras/rpms/proftpd/F-8/proftpd.conf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- proftpd.conf 19 Aug 2007 16:18:30 -0000 1.8 +++ proftpd.conf 2 Jan 2009 13:45:48 -0000 1.9 @@ -91,9 +91,13 @@ # SQL authentication Dynamic Shared Object (DSO) loading # See README.DSO and howto/DSO.html for more details. # -# LoadModule mod_sql.c -# LoadModule mod_sql_mysql.c -# LoadModule mod_sql_postgres.c +# LoadModule mod_ban.c +# LoadModule mod_ifsession.c +# LoadModule mod_quotatab.c +# LoadModule mod_quotatab_file.c +# LoadModule mod_sql.c +# LoadModule mod_sql_mysql.c +# LoadModule mod_sql_postgres.c # # A basic anonymous configuration, with an upload directory. @@ -148,3 +152,18 @@ # # +# Configuration for mod_ban + + BanEngine on + BanLog /var/log/proftpd/ban.log + BanTable /var/run/proftpd/ban.tab + + # If the same client reaches the MaxLoginAttempts limit 2 times + # within 10 minutes, automatically add a ban for that client that + # will expire after one hour. + BanOnEvent MaxLoginAttempts 2/00:10:00 01:00:00 + + # Allow the FTP admin to manually add/remove bans + BanControlsACLs all allow user ftpadm + + Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/F-8/proftpd.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- proftpd.spec 2 Jan 2009 12:51:48 -0000 1.37 +++ proftpd.spec 2 Jan 2009 13:45:48 -0000 1.38 @@ -1,7 +1,7 @@ Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.3.1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -16,6 +16,9 @@ Source8: proftpd-mod_quotatab_ldap.schema Patch0: proftpd-1.3.1-find-umode_t.patch Patch1: proftpd-1.3.1-csrf.patch +Patch2: proftpd-1.3.1-tls_shutdown.patch +Patch3: proftpd-1.3.1-tls_debug.patch +Patch4: proftpd-1.3.1-tls_sighup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: pam >= 0.59 Requires(post): /sbin/chkconfig @@ -68,6 +71,9 @@ %setup -q %patch0 -p1 -b .find-umode_t %patch1 -p1 -b .csrf +%patch2 -p0 -b .tls_shutdown +%patch3 -p1 -b .tls_debug.patch +%patch4 -p0 -b .tls_sighup.patch %build @@ -198,6 +204,11 @@ %changelog +* Fri Jan 2 2009 Matthias Saou 1.3.1-8 +- Update default configuration to have a lit of available modules and more + example configuration for them. +- Include patches to fix TLS issues (#457280). + * Fri Jan 2 2009 Matthias Saou 1.3.1-7 - Add Debian patch to fix CSRF vulnerability (#464127, upstream #3115). From limb at fedoraproject.org Fri Jan 2 14:01:20 2009 From: limb at fedoraproject.org (Jon Ciesla) Date: Fri, 2 Jan 2009 14:01:20 +0000 (UTC) Subject: rpms/gnubg/devel gnubg.spec,1.24,1.25 Message-ID: <20090102140120.42CE170130@cvs1.fedora.phx.redhat.com> Author: limb Update of /cvs/pkgs/rpms/gnubg/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24170 Modified Files: gnubg.spec Log Message: Requires fix. Index: gnubg.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnubg/devel/gnubg.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- gnubg.spec 31 Dec 2008 14:38:08 -0000 1.24 +++ gnubg.spec 2 Jan 2009 14:00:49 -0000 1.25 @@ -4,7 +4,7 @@ Summary: A backgammon game and analyser Epoch: 1 Version: 0.9.0.1 -Release: 4%{?dist} +Release: 4.1%{?dist} Source0: http://gnubg.org/media/sources/gnubg-0.9.0-1.tar.gz Source1: gnubg.weights Source2: gnubg.desktop @@ -45,7 +45,13 @@ Requires(preun): /sbin/install-info Requires(post): coreutils Requires(postun): coreutils +%if "0%{?dist}" == "0.fc10" Requires: bitstream-vera-fonts +%else +Requires: bitstream-vera-fonts-sans +Requires: bitstream-vera-fonts-serif +%endif + %description GNU Backgammon is software for playing and analysing backgammon @@ -159,6 +165,8 @@ %{_datadir}/gnubg/gnubg_ts0.bd %changelog +* Fri Jan 02 2009 Jon Ciesla - 1:0.9.0.1-4.1 +- Requires fix. * Tue Dec 30 2008 Jon Ciesla - 1:0.9.0.1-4 - Drop and symlink to system fonts, BZ 477391. * Thu Dec 11 2008 Jon Ciesla - 1:0.9.0.1-3 From thias at fedoraproject.org Fri Jan 2 14:06:35 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 14:06:35 +0000 (UTC) Subject: rpms/python-twisted-web/EL-5 .cvsignore, 1.2, 1.3 python-twisted-web.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090102140635.B95A770130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/python-twisted-web/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25662 Modified Files: .cvsignore python-twisted-web.spec sources Log Message: Update to 0.7.0, bugfix release dated Jan 2007. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web/EL-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 27 Dec 2006 13:42:41 -0000 1.2 +++ .cvsignore 2 Jan 2009 14:06:05 -0000 1.3 @@ -1 +1 @@ -TwistedWeb-0.6.0.tar.bz2 +TwistedWeb-0.7.0.tar.bz2 Index: python-twisted-web.spec =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web/EL-5/python-twisted-web.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-twisted-web.spec 27 Dec 2006 13:42:41 -0000 1.1 +++ python-twisted-web.spec 2 Jan 2009 14:06:05 -0000 1.2 @@ -5,14 +5,14 @@ %define origname TwistedWeb Name: %{python}-twisted-web -Version: 0.6.0 -Release: 4%{?dist} +Version: 0.7.0 +Release: 1%{?dist} Summary: Twisted web server, programmable in Python Group: Development/Libraries License: MIT URL: http://twistedmatrix.com/trac/wiki/TwistedWeb -Source0: http://tmrc.mit.edu/mirror/twisted/Web/0.6/TwistedWeb-%{version}.tar.bz2 +Source0: http://tmrc.mit.edu/mirror/twisted/Web/0.7/TwistedWeb-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{python}-twisted-core @@ -50,11 +50,6 @@ # python-twisted-core, which is arch-specific, so it needs to go in sitearch %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --install-purelib %{python_sitearch} -# Man pages -mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/ -cp -a doc/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ -rm -rf doc/man - %clean rm -rf $RPM_BUILD_ROOT @@ -65,14 +60,17 @@ %files %defattr(-,root,root,-) %doc README LICENSE NEWS doc/* -%{_mandir}/man1/* -%{_bindir}/websetroot %{python_sitearch}/twisted/web/ %{python_sitearch}/twisted/plugins/twisted_web.py* %changelog +* Fri Jan 2 2009 Matthias Saou 0.7.0-1 +- Update to 0.7.0, bugfix release dated Jan 2007. +- Remove man pages and websetroot program which are no longer included (from + NEWS : "websetroot was removed, because it wasn't working anyway (#945)"). + * Fri Dec 22 2006 Jef Spaleta - 0.6.0-4 - Docs and Url fixes as suggested in the review Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 27 Dec 2006 13:42:41 -0000 1.2 +++ sources 2 Jan 2009 14:06:05 -0000 1.3 @@ -1 +1 @@ -a681931d2eb747ca871ef71d8d1f5ff1 TwistedWeb-0.6.0.tar.bz2 +de55ee18f843bcc6372d34eb88a27c21 TwistedWeb-0.7.0.tar.bz2 From jorton at fedoraproject.org Fri Jan 2 14:16:22 2009 From: jorton at fedoraproject.org (Joe Orton) Date: Fri, 2 Jan 2009 14:16:22 +0000 (UTC) Subject: rpms/libidn/devel libidn.spec,1.48,1.49 Message-ID: <20090102141622.29F8670130@cvs1.fedora.phx.redhat.com> Author: jorton Update of /cvs/extras/rpms/libidn/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30538 Modified Files: libidn.spec Log Message: * Mon Dec 29 2008 Kedar Sovani 0.6.14-9 - fix the problem with #include_next Index: libidn.spec =================================================================== RCS file: /cvs/extras/rpms/libidn/devel/libidn.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- libidn.spec 10 Jun 2008 15:43:01 -0000 1.48 +++ libidn.spec 2 Jan 2009 14:15:51 -0000 1.49 @@ -1,11 +1,12 @@ Summary: Internationalized Domain Name support library Name: libidn Version: 0.6.14 -Release: 8 +Release: 9 URL: http://www.gnu.org/software/libidn/ License: LGPLv2+ Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz Patch0: libidn-0.6.14-aconf262.patch +Patch1: libidn-0.6.14-include-next.patch Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig, gettext, libtool, autoconf @@ -33,6 +34,7 @@ %prep %setup -q %patch0 -p1 -b .aconf262 +%patch1 -p1 -b .include-next-fix # Name directory sections consistently in the info file, #209491 sed -i '/^INFO-DIR-SECTION/{s/GNU Libraries/Libraries/;s/GNU utilities/Utilities/;}' doc/libidn.info @@ -42,7 +44,9 @@ %build # Must re-bootstrap to get multilib-aware libtool -autoreconf +libtoolize --force --copy +aclocal -I m4 -I gl/m4 -I lib/gl/m4 +autoheader && autoconf && automake %configure --disable-csharp --disable-static --libdir=/%{_lib} make %{?_smp_mflags} @@ -110,6 +114,9 @@ %{_mandir}/man3/* %changelog +* Mon Dec 29 2008 Kedar Sovani 0.6.14-9 +- fix the problem with #include_next + * Tue Jun 10 2008 Joe Orton 0.6.14-8 - fix build with latest autoconf (#449440) From jorton at fedoraproject.org Fri Jan 2 14:16:39 2009 From: jorton at fedoraproject.org (Joe Orton) Date: Fri, 2 Jan 2009 14:16:39 +0000 (UTC) Subject: rpms/libidn/devel libidn-0.6.14-include-next.patch,NONE,1.1 Message-ID: <20090102141639.BBA3E70130@cvs1.fedora.phx.redhat.com> Author: jorton Update of /cvs/extras/rpms/libidn/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30763 Added Files: libidn-0.6.14-include-next.patch Log Message: * Mon Dec 29 2008 Kedar Sovani 0.6.14-9 - fix the problem with #include_next libidn-0.6.14-include-next.patch: --- NEW FILE libidn-0.6.14-include-next.patch --- diff -urp libidn-0.6.14.orig/lib/Makefile.am libidn-0.6.14/lib/Makefile.am --- libidn-0.6.14.orig/lib/Makefile.am 2007-05-31 06:31:00.000000000 -0400 +++ libidn-0.6.14/lib/Makefile.am 2008-12-16 00:25:12.000000000 -0500 @@ -37,7 +37,7 @@ nodist_include_HEADERS = $(idn_int) idn-int.h: if test -n "$(STDINT_H)"; then \ - cp gl/stdint.h idn-int.h; \ + sed -e s/include_next/include/ gl/stdint.h > idn-int.h; \ else \ echo '#include ' > idn-int.h; \ fi From bpepple at fedoraproject.org Fri Jan 2 15:00:49 2009 From: bpepple at fedoraproject.org (Brian Pepple) Date: Fri, 2 Jan 2009 15:00:49 +0000 (UTC) Subject: rpms/farsight2/devel farsight2.spec,1.2,1.3 Message-ID: <20090102150049.1DB2370130@cvs1.fedora.phx.redhat.com> Author: bpepple Update of /cvs/pkgs/rpms/farsight2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11705 Modified Files: farsight2.spec Log Message: * Fri Jan 02 2009 Brian Pepple - 0.0.6-3 - Rebuild. Index: farsight2.spec =================================================================== RCS file: /cvs/pkgs/rpms/farsight2/devel/farsight2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- farsight2.spec 1 Jan 2009 00:14:42 -0000 1.2 +++ farsight2.spec 2 Jan 2009 15:00:18 -0000 1.3 @@ -8,7 +8,7 @@ Name: farsight2 Version: 0.0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Libraries for videoconferencing Group: System Environment/Libraries @@ -110,6 +110,9 @@ %changelog +* Fri Jan 02 2009 Brian Pepple - 0.0.6-3 +- Rebuild. + * Wed Dec 31 2008 Brian Pepple - 0.0.6-2 - Preserve time stamps. From peterscheie at fedoraproject.org Fri Jan 2 15:10:39 2009 From: peterscheie at fedoraproject.org (Peter Scheie) Date: Fri, 2 Jan 2009 15:10:39 +0000 (UTC) Subject: rpms/k12linux-quick-start-guide/devel .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 k12linux-quick-start-guide.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090102151039.EF25870130@cvs1.fedora.phx.redhat.com> Author: peterscheie Update of /cvs/pkgs/rpms/k12linux-quick-start-guide/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14279/devel Modified Files: .cvsignore import.log k12linux-quick-start-guide.spec sources Log Message: In HTML doc, changed 'rpm -e ltsp-livesetup-docs' to 'rpm -e k12linux-quick-start-guide'. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 31 Dec 2008 15:39:18 -0000 1.2 +++ .cvsignore 2 Jan 2009 15:10:09 -0000 1.3 @@ -1 +1 @@ -k12linux-quick-start-guide-0.0.7.tar.bz2 +k12linux-quick-start-guide-0.0.8.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 31 Dec 2008 15:39:18 -0000 1.1 +++ import.log 2 Jan 2009 15:10:09 -0000 1.2 @@ -1 +1,2 @@ k12linux-quick-start-guide-0_0_7-1_fc9:HEAD:k12linux-quick-start-guide-0.0.7-1.fc9.src.rpm:1230737874 +k12linux-quick-start-guide-0_0_8-1_fc9:HEAD:k12linux-quick-start-guide-0.0.8-1.fc9.src.rpm:1230908919 Index: k12linux-quick-start-guide.spec =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/devel/k12linux-quick-start-guide.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- k12linux-quick-start-guide.spec 31 Dec 2008 15:39:18 -0000 1.1 +++ k12linux-quick-start-guide.spec 2 Jan 2009 15:10:09 -0000 1.2 @@ -1,5 +1,5 @@ Name: k12linux-quick-start-guide -Version: 0.0.7 +Version: 0.0.8 Release: 1%{?dist} Summary: Quick Start Guide for K12Linux Live LTSP Server @@ -48,6 +48,10 @@ %changelog +* Mon Dec 29 2008 Peter Scheie - 0.0.8-1 +- Changed html document regarding removing the document from the + system from referencing ltsp-server-livesetupdocs to k12linux-quick-start-guide. + * Sun Dec 21 2008 Peter Scheie - 0.0.7-1 - Changed license in spec from GPLv2+ to CC-BY-SA. - Used a different screenshot for step #10 in html which more clearly shows Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 31 Dec 2008 15:39:18 -0000 1.2 +++ sources 2 Jan 2009 15:10:09 -0000 1.3 @@ -1 +1 @@ -e28a512a14f1072b6bf5fd27b7df5921 k12linux-quick-start-guide-0.0.7.tar.bz2 +b3ad9ef3a08e68618acfcf0b9d52c5e3 k12linux-quick-start-guide-0.0.8.tar.bz2 From peterscheie at fedoraproject.org Fri Jan 2 15:15:14 2009 From: peterscheie at fedoraproject.org (Peter Scheie) Date: Fri, 2 Jan 2009 15:15:14 +0000 (UTC) Subject: rpms/k12linux-quick-start-guide/F-9 import.log, NONE, 1.1 k12linux-quick-start-guide.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090102151514.668B170130@cvs1.fedora.phx.redhat.com> Author: peterscheie Update of /cvs/pkgs/rpms/k12linux-quick-start-guide/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15825/F-9 Modified Files: .cvsignore sources Added Files: import.log k12linux-quick-start-guide.spec Log Message: Initial import for F9. Document for enabling LTSP bits for K12Linux, which is Fedora with LTSP pieces included. --- NEW FILE import.log --- k12linux-quick-start-guide-0_0_8-1_fc9:F-9:k12linux-quick-start-guide-0.0.8-1.fc9.src.rpm:1230909181 --- NEW FILE k12linux-quick-start-guide.spec --- Name: k12linux-quick-start-guide Version: 0.0.8 Release: 1%{?dist} Summary: Quick Start Guide for K12Linux Live LTSP Server Group: Documentation License: CC-BY-SA URL: http://peterscheie.fedorapeople.org/k12linux/quick-start-guide Source0: http://peterscheie.fedorapeople.org/k12linux/quick-start-guide/k12linux-quick-start-guide-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: bluecurve-icon-theme %description Documentation for configuring networking on K12Linux LTSP Server to enable support for thin clients. Covers LiveUSB and hard disk configurations. The admin should remove this package after the setup is complete. %prep %setup -q %build echo "Nothing to build" %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/skel/Desktop/ mkdir -p -m 0755 $RPM_BUILD_ROOT%{_datadir}/k12linux-quick-start-guide/ cp -a "K12Linux Quick Start Guide.desktop" $RPM_BUILD_ROOT%{_sysconfdir}/skel/Desktop/ chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/skel/Desktop/* cp -a docs/* $RPM_BUILD_ROOT%{_datadir}/k12linux-quick-start-guide/ chmod 0644 $RPM_BUILD_ROOT%{_datadir}/k12linux-quick-start-guide/* %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) # None of this is marked %%doc because this package must be whole during runtime %{_sysconfdir}/skel/Desktop/* %{_datadir}/k12linux-quick-start-guide/ %changelog * Mon Dec 29 2008 Peter Scheie - 0.0.8-1 - Changed html document regarding removing the document from the system from referencing ltsp-server-livesetupdocs to k12linux-quick-start-guide. * Sun Dec 21 2008 Peter Scheie - 0.0.7-1 - Changed license in spec from GPLv2+ to CC-BY-SA. - Used a different screenshot for step #10 in html which more clearly shows the device names. Deleted the sentence that said to close the window because it was replaced by the File-Save verbage added in 0.0.6. * Sun Dec 21 2008 Peter Scheie - 0.0.6-1 - Removed version number for bluecurve-icon-theme for Requires in spec. - Changed version number referenced in Source0 line to use %{version}. - Changed Step 10 in html doc to use File-Save rather quit, save; replaced corresponding screenshot. - Replaced tabs with spaces in spec. * Thu Dec 18 2008 Peter Scheie - 0.0.5 - Added mising Requires to spec for icon. - Removed GenericName[en_US]= line from .desktop. - Added blank line between each revision in changelog. * Wed Dec 17 2008 Peter Scheie - 0.0.4 - Fixed path to document in .desktop file. - Changed path to icon to actual file instead of symlink in .desktop file. - Removed Icon[en_US] and Name[en_US] lines from .desktop file because they were redundant. - Added CC license in html document. - Changed URL to fedorapeople.org site. * Sun Nov 16 2008 Peter Scheie - 0.0.3 - Reworked opening section to cover running from LiveUSB and from hard disk, since document is mostly about network config to enable LTSP support. - Removed words about deleting the document launcher from /etc/skel; added back in step on removing entire package via rpm -e command. - Added link to Fedora Installation Guide in reference to adding user IDs. - Changed name and all allusions from README and ltsp-server-livesetupdocs to k12linux-quick-start-guide. - Changed screenshots so they show 'K12Linux Quick Start Guide' on desktop instead of 'README LTSP Server Setup'. * Thu Nov 13 2008 Peter Scheie - 0.0.2 - Updated screencapture image for step 8 to one in which the interface in question is highlighted. - Changed name of document to K12Linux Quick Start Guide to emphasize that this is just a simple set of instructions for getting LTSP networking running. - Removed last step, of removing this package, as it's not really necessary since this is just a quick start guide. * Sun Oct 12 2008 Warren Togami - 0.0.1 - initial package Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2008 05:55:08 -0000 1.1 +++ .cvsignore 2 Jan 2009 15:14:43 -0000 1.2 @@ -0,0 +1 @@ +k12linux-quick-start-guide-0.0.8.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2008 05:55:08 -0000 1.1 +++ sources 2 Jan 2009 15:14:44 -0000 1.2 @@ -0,0 +1 @@ +b3ad9ef3a08e68618acfcf0b9d52c5e3 k12linux-quick-start-guide-0.0.8.tar.bz2 From corsepiu at fedoraproject.org Fri Jan 2 16:24:12 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Fri, 2 Jan 2009 16:24:12 +0000 (UTC) Subject: rpms/perl-Locale-Maketext-Lexicon/devel .cvsignore, 1.14, 1.15 perl-Locale-Maketext-Lexicon.spec, 1.21, 1.22 sources, 1.14, 1.15 Message-ID: <20090102162412.D59ED7013C@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3928 Modified Files: .cvsignore perl-Locale-Maketext-Lexicon.spec sources Log Message: * Fri Jan 02 2009 Ralf Cors??pius - 0.77-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 20 Dec 2008 06:39:50 -0000 1.14 +++ .cvsignore 2 Jan 2009 16:23:42 -0000 1.15 @@ -1 +1 @@ -Locale-Maketext-Lexicon-0.76.tar.gz +Locale-Maketext-Lexicon-0.77.tar.gz Index: perl-Locale-Maketext-Lexicon.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/devel/perl-Locale-Maketext-Lexicon.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- perl-Locale-Maketext-Lexicon.spec 20 Dec 2008 06:39:50 -0000 1.21 +++ perl-Locale-Maketext-Lexicon.spec 2 Jan 2009 16:23:42 -0000 1.22 @@ -1,5 +1,5 @@ Name: perl-Locale-Maketext-Lexicon -Version: 0.76 +Version: 0.77 Release: 1%{?dist} Summary: Extract translatable strings from source License: MIT @@ -82,6 +82,9 @@ %{_mandir}/man3/* %changelog +* Fri Jan 02 2009 Ralf Cors??pius - 0.77-1 +- Upstream update. + * Sat Dec 20 2008 Ralf Cors??pius - 0.76-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 20 Dec 2008 06:39:51 -0000 1.14 +++ sources 2 Jan 2009 16:23:42 -0000 1.15 @@ -1 +1 @@ -e76a50a9935ab607bc06f13028bb364f Locale-Maketext-Lexicon-0.76.tar.gz +622dada722fb6db0e49e453c843af83c Locale-Maketext-Lexicon-0.77.tar.gz From thm at fedoraproject.org Fri Jan 2 17:11:21 2009 From: thm at fedoraproject.org (Thomas Moschny) Date: Fri, 2 Jan 2009 17:11:21 +0000 (UTC) Subject: rpms/monotone/devel import.log, NONE, 1.1 .cvsignore, 1.21, 1.22 monotone.spec, 1.39, 1.40 sources, 1.21, 1.22 Message-ID: <20090102171122.063ED70130@cvs1.fedora.phx.redhat.com> Author: thm Update of /cvs/pkgs/rpms/monotone/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15896/devel Modified Files: .cvsignore monotone.spec sources Added Files: import.log Log Message: Updated for 0.42 release. Removed tabs from specfile. --- NEW FILE import.log --- monotone-0_42-1_fc10:HEAD:monotone-0.42-1.fc10.src.rpm:1230916116 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/monotone/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 12 Sep 2008 20:24:20 -0000 1.21 +++ .cvsignore 2 Jan 2009 17:10:50 -0000 1.22 @@ -1 +1 @@ -monotone-0.41.tar.gz +monotone-0.42.tar.gz Index: monotone.spec =================================================================== RCS file: /cvs/pkgs/rpms/monotone/devel/monotone.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- monotone.spec 12 Sep 2008 20:24:20 -0000 1.39 +++ monotone.spec 2 Jan 2009 17:10:51 -0000 1.40 @@ -1,5 +1,5 @@ Name: monotone -Version: 0.41 +Version: 0.42 Release: 1%{?dist} Summary: A free, distributed version control system @@ -65,7 +65,7 @@ %build %configure --with-bundled-lua=%{bundled_lua} \ - --with-bundled-sqlite=%{bundled_sqlite} + --with-bundled-sqlite=%{bundled_sqlite} make %{?_smp_mflags} %check @@ -92,7 +92,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib ln -snf ../bin/mtn %{buildroot}%{_sbindir}/monotone-server %{__install} -D -m 0555 %{SOURCE1} \ - %{buildroot}%{_sysconfdir}/rc.d/init.d/monotone + %{buildroot}%{_sysconfdir}/rc.d/init.d/monotone %{__install} -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/monotone %{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/monotone %{__install} -d -m 0750 %{buildroot}%{_sysconfdir}/monotone/private-keys @@ -101,13 +101,13 @@ # These do not actually wind up in the package, due to %%ghost. %{__install} -c -m 0440 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/passphrase.lua + %{buildroot}%{_sysconfdir}/monotone/passphrase.lua %{__install} -c -m 0640 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/read-permissions + %{buildroot}%{_sysconfdir}/monotone/read-permissions %{__install} -c -m 0640 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/write-permissions + %{buildroot}%{_sysconfdir}/monotone/write-permissions %{__install} -c -m 0644 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/monotonerc + %{buildroot}%{_sysconfdir}/monotone/monotonerc touch %{buildroot}%{_localstatedir}/lib/monotone/server.mtn cp %{SOURCE3} . @@ -119,13 +119,13 @@ %post if [ $1 -eq 1 ] then - /sbin/install-info %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : + /sbin/install-info %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : fi %preun if [ $1 -eq 0 ] then - /sbin/install-info --delete %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : + /sbin/install-info --delete %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : fi %files -f %{name}.lang @@ -160,7 +160,7 @@ getent group monotone > /dev/null || groupadd -r monotone getent passwd monotone > /dev/null || useradd -r -g monotone -r -d %{_localstatedir}/lib/monotone -s /sbin/nologin \ - -c "Monotone Netsync Server" monotone + -c "Monotone Netsync Server" monotone exit 0 %post server @@ -169,18 +169,21 @@ %preun server if [ $1 = 0 ]; then - /sbin/service monotone stop > /dev/null 2>&1 - /sbin/chkconfig --del monotone + /sbin/service monotone stop > /dev/null 2>&1 + /sbin/chkconfig --del monotone fi %postun if [ $1 -gt 1 ]; then - # Restart the running server: updates its db format when needed. - /sbin/service monotone condrestart > /dev/null 2>&1 || : + # Restart the running server: updates its db format when needed. + /sbin/service monotone condrestart > /dev/null 2>&1 || : fi %changelog +* Fri Jan 2 2009 Thomas Moschny - 0.42-1 +- Updated for 0.42 release. + * Fri Sep 12 2008 Thomas Moschny - 0.41-1 - Updated for 0.41 release. - Added mtnopt helper. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/monotone/devel/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 12 Sep 2008 20:24:20 -0000 1.21 +++ sources 2 Jan 2009 17:10:51 -0000 1.22 @@ -1 +1 @@ -f4ee37fb6853719933561fef901e2a07 monotone-0.41.tar.gz +c8e916d674b6608369d9f447700a8830 monotone-0.42.tar.gz From pkgdb at fedoraproject.org Fri Jan 2 17:19:58 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:19:58 +0000 Subject: [pkgdb] php: remi has requested watchbugzilla Message-ID: <20090102171958.663A9208D51@bastion.fedora.phx.redhat.com> remi has requested the watchbugzilla acl on php (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php From pkgdb at fedoraproject.org Fri Jan 2 17:20:00 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:20:00 +0000 Subject: [pkgdb] php: remi has requested watchcommits Message-ID: <20090102172000.5F397208D55@bastion.fedora.phx.redhat.com> remi has requested the watchcommits acl on php (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php From pkgdb at fedoraproject.org Fri Jan 2 17:20:03 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:20:03 +0000 Subject: [pkgdb] php: remi has requested commit Message-ID: <20090102172003.A6DC4208D58@bastion.fedora.phx.redhat.com> remi has requested the commit acl on php (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php From peterscheie at fedoraproject.org Fri Jan 2 17:26:44 2009 From: peterscheie at fedoraproject.org (Peter Scheie) Date: Fri, 2 Jan 2009 17:26:44 +0000 (UTC) Subject: rpms/k12linux-quick-start-guide/devel k12linux-quick-start-guide.spec, 1.2, 1.3 Message-ID: <20090102172644.98C0D70130@cvs1.fedora.phx.redhat.com> Author: peterscheie Update of /cvs/pkgs/rpms/k12linux-quick-start-guide/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18141 Modified Files: k12linux-quick-start-guide.spec Log Message: Updated to version 0.0.9. Includes a couple of changes to the html file. Index: k12linux-quick-start-guide.spec =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/devel/k12linux-quick-start-guide.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- k12linux-quick-start-guide.spec 2 Jan 2009 15:10:09 -0000 1.2 +++ k12linux-quick-start-guide.spec 2 Jan 2009 17:26:13 -0000 1.3 @@ -1,5 +1,5 @@ Name: k12linux-quick-start-guide -Version: 0.0.8 +Version: 0.0.9 Release: 1%{?dist} Summary: Quick Start Guide for K12Linux Live LTSP Server @@ -48,6 +48,10 @@ %changelog +* Fri Jan 02 2009 Peter Scheie - 0.0.9-1 +- Consolidated 'rpm -e' commands for removing the guide to a single step. +- Changed link to newer version of how to get on #ltsp at ltsp.org. + * Mon Dec 29 2008 Peter Scheie - 0.0.8-1 - Changed html document regarding removing the document from the system from referencing ltsp-server-livesetupdocs to k12linux-quick-start-guide. From turki at fedoraproject.org Fri Jan 2 17:31:39 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Fri, 2 Jan 2009 17:31:39 +0000 (UTC) Subject: rpms/python-libgmail-docs/devel python-libgmail-docs.spec,1.3,1.4 Message-ID: <20090102173139.7384D7013F@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/python-libgmail-docs/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19649 Modified Files: python-libgmail-docs.spec Log Message: Fix BZ#474616(unowned dir) and restructure the package Index: python-libgmail-docs.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-libgmail-docs/devel/python-libgmail-docs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-libgmail-docs.spec 28 Jan 2008 04:49:57 -0000 1.3 +++ python-libgmail-docs.spec 2 Jan 2009 17:31:08 -0000 1.4 @@ -1,11 +1,8 @@ %define realname libgmail-docs -%define projectname libgmail -%define projectversion 0.1.8 - Name: python-libgmail-docs Version: 0.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Documents and examples for python-libgmail Group: Documentation @@ -16,7 +13,6 @@ BuildArch: noarch BuildRequires: python -Requires: python-libgmail %description Documents and examples for python-libgmail. @@ -33,12 +29,12 @@ %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/API -mkdir -p $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/examples -install -p -m755 *.py $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/examples -install -p -m644 README COPYING $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/examples +mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/API +mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples +install -p -m644 *.py $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples +install -p -m644 README COPYING $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/ cd API -install -p -m644 * $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/API +install -p -m644 * $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/API %clean @@ -47,11 +43,15 @@ %files %defattr(-,root,root,-) -%doc %{_docdir}/python-%{projectname}-%{projectversion}/API -%doc %{_docdir}/python-%{projectname}-%{projectversion}/examples -%exclude %{_docdir}/python-%{projectname}-%{projectversion}/examples/*.py[co] +%doc %{_docdir}/%{name}-%{version} +%exclude %{_docdir}/%{name}-%{version}/examples/*.py[co] %changelog +* Fri Jan 2 2009 Nikolay Vladimirov 0.3-7 +- Completely restructure the package +- Now using package's own dir instead of python-libmail's +- Fixes BZ#474616 + * Sun Jan 27 2008 Michael Stahnke - 0.3-6 - Excluded *.pyc *.pyo in %%doc From pkgdb at fedoraproject.org Fri Jan 2 17:32:15 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:32:15 +0000 Subject: [pkgdb] monotone ownership updated Message-ID: <20090102173215.899622084B8@bastion.fedora.phx.redhat.com> Package monotone in Fedora devel is now owned by thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From peterscheie at fedoraproject.org Fri Jan 2 17:32:39 2009 From: peterscheie at fedoraproject.org (Peter Scheie) Date: Fri, 2 Jan 2009 17:32:39 +0000 (UTC) Subject: rpms/k12linux-quick-start-guide/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090102173239.76C617013F@cvs1.fedora.phx.redhat.com> Author: peterscheie Update of /cvs/pkgs/rpms/k12linux-quick-start-guide/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19918 Modified Files: .cvsignore sources Log Message: Forgot to run 'make new-sources' before committing. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Jan 2009 15:10:09 -0000 1.3 +++ .cvsignore 2 Jan 2009 17:32:09 -0000 1.4 @@ -1 +1 @@ -k12linux-quick-start-guide-0.0.8.tar.bz2 +k12linux-quick-start-guide-0.0.9.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Jan 2009 15:10:09 -0000 1.3 +++ sources 2 Jan 2009 17:32:09 -0000 1.4 @@ -1 +1 @@ -b3ad9ef3a08e68618acfcf0b9d52c5e3 k12linux-quick-start-guide-0.0.8.tar.bz2 +db73786ee9a2bf2198a9f2a017088299 k12linux-quick-start-guide-0.0.9.tar.bz2 From pkgdb at fedoraproject.org Fri Jan 2 17:32:41 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:32:41 +0000 Subject: [pkgdb] monotone ownership updated Message-ID: <20090102173241.85E8E208D51@bastion.fedora.phx.redhat.com> Package monotone in Fedora 10 is now owned by thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:32:57 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:32:57 +0000 Subject: [pkgdb] monotone ownership updated Message-ID: <20090102173259.218D5208D4E@bastion.fedora.phx.redhat.com> Package monotone in Fedora 9 is now owned by thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:33:08 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:33:08 +0000 Subject: [pkgdb] monotone ownership updated Message-ID: <20090102173308.846512084B8@bastion.fedora.phx.redhat.com> Package monotone in Fedora EPEL 5 is now owned by thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From turki at fedoraproject.org Fri Jan 2 17:37:46 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Fri, 2 Jan 2009 17:37:46 +0000 (UTC) Subject: rpms/python-libgmail-docs/F-10 python-libgmail-docs.spec,1.3,1.4 Message-ID: <20090102173746.C1F7E70130@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/python-libgmail-docs/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23161 Modified Files: python-libgmail-docs.spec Log Message: Fix BZ#474616(unowned dir) and restructure the package Index: python-libgmail-docs.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-libgmail-docs/F-10/python-libgmail-docs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-libgmail-docs.spec 28 Jan 2008 04:49:57 -0000 1.3 +++ python-libgmail-docs.spec 2 Jan 2009 17:37:16 -0000 1.4 @@ -1,11 +1,8 @@ %define realname libgmail-docs -%define projectname libgmail -%define projectversion 0.1.8 - Name: python-libgmail-docs Version: 0.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Documents and examples for python-libgmail Group: Documentation @@ -16,7 +13,6 @@ BuildArch: noarch BuildRequires: python -Requires: python-libgmail %description Documents and examples for python-libgmail. @@ -33,12 +29,12 @@ %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/API -mkdir -p $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/examples -install -p -m755 *.py $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/examples -install -p -m644 README COPYING $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/examples +mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/API +mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples +install -p -m644 *.py $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples +install -p -m644 README COPYING $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/ cd API -install -p -m644 * $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/API +install -p -m644 * $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/API %clean @@ -47,11 +43,15 @@ %files %defattr(-,root,root,-) -%doc %{_docdir}/python-%{projectname}-%{projectversion}/API -%doc %{_docdir}/python-%{projectname}-%{projectversion}/examples -%exclude %{_docdir}/python-%{projectname}-%{projectversion}/examples/*.py[co] +%doc %{_docdir}/%{name}-%{version} +%exclude %{_docdir}/%{name}-%{version}/examples/*.py[co] %changelog +* Fri Jan 2 2009 Nikolay Vladimirov 0.3-7 +- Completely restructure the package +- Now using package's own dir instead of python-libmail's +- Fixes BZ#474616 + * Sun Jan 27 2008 Michael Stahnke - 0.3-6 - Excluded *.pyc *.pyo in %%doc From turki at fedoraproject.org Fri Jan 2 17:38:48 2009 From: turki at fedoraproject.org (Nikolay Vladimirov) Date: Fri, 2 Jan 2009 17:38:48 +0000 (UTC) Subject: rpms/python-libgmail-docs/F-9 python-libgmail-docs.spec,1.3,1.4 Message-ID: <20090102173848.6E0B670130@cvs1.fedora.phx.redhat.com> Author: turki Update of /cvs/pkgs/rpms/python-libgmail-docs/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23346 Modified Files: python-libgmail-docs.spec Log Message: Fix BZ#474616(unowned dir) and restructure the package Index: python-libgmail-docs.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-libgmail-docs/F-9/python-libgmail-docs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-libgmail-docs.spec 28 Jan 2008 04:49:57 -0000 1.3 +++ python-libgmail-docs.spec 2 Jan 2009 17:38:18 -0000 1.4 @@ -1,11 +1,8 @@ %define realname libgmail-docs -%define projectname libgmail -%define projectversion 0.1.8 - Name: python-libgmail-docs Version: 0.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Documents and examples for python-libgmail Group: Documentation @@ -16,7 +13,6 @@ BuildArch: noarch BuildRequires: python -Requires: python-libgmail %description Documents and examples for python-libgmail. @@ -33,12 +29,12 @@ %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/API -mkdir -p $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/examples -install -p -m755 *.py $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/examples -install -p -m644 README COPYING $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/examples +mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/API +mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples +install -p -m644 *.py $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/examples +install -p -m644 README COPYING $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/ cd API -install -p -m644 * $RPM_BUILD_ROOT%{_docdir}/python-%{projectname}-%{projectversion}/API +install -p -m644 * $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/API %clean @@ -47,11 +43,15 @@ %files %defattr(-,root,root,-) -%doc %{_docdir}/python-%{projectname}-%{projectversion}/API -%doc %{_docdir}/python-%{projectname}-%{projectversion}/examples -%exclude %{_docdir}/python-%{projectname}-%{projectversion}/examples/*.py[co] +%doc %{_docdir}/%{name}-%{version} +%exclude %{_docdir}/%{name}-%{version}/examples/*.py[co] %changelog +* Fri Jan 2 2009 Nikolay Vladimirov 0.3-7 +- Completely restructure the package +- Now using package's own dir instead of python-libmail's +- Fixes BZ#474616 + * Sun Jan 27 2008 Michael Stahnke - 0.3-6 - Excluded *.pyc *.pyo in %%doc From pkgdb at fedoraproject.org Fri Jan 2 17:44:38 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:44:38 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174438.A34B02084B8@bastion.fedora.phx.redhat.com> thm has set the watchbugzilla acl on monotone (Fedora devel) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:45:01 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:45:01 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174501.9376A2084B8@bastion.fedora.phx.redhat.com> thm has set the watchcommits acl on monotone (Fedora devel) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:45:05 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:45:05 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174505.DCA57208D50@bastion.fedora.phx.redhat.com> thm has set the commit acl on monotone (Fedora devel) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:45:12 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:45:12 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174512.6414C208D55@bastion.fedora.phx.redhat.com> thm has set the approveacls acl on monotone (Fedora devel) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:45:45 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:45:45 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174545.ABE25208D51@bastion.fedora.phx.redhat.com> thm has set the watchbugzilla acl on monotone (Fedora 10) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:45:47 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:45:47 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174547.59987208D55@bastion.fedora.phx.redhat.com> thm has set the watchcommits acl on monotone (Fedora 10) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:45:50 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:45:50 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174550.AEAAB208D58@bastion.fedora.phx.redhat.com> thm has set the commit acl on monotone (Fedora 10) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:45:53 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:45:53 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174553.9B1BC208D59@bastion.fedora.phx.redhat.com> thm has set the approveacls acl on monotone (Fedora 10) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:46:01 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:46:01 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174601.219A6208D5A@bastion.fedora.phx.redhat.com> thm has set the watchbugzilla acl on monotone (Fedora 9) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:46:01 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:46:01 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174601.647A4208D60@bastion.fedora.phx.redhat.com> thm has set the watchcommits acl on monotone (Fedora 9) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:46:01 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:46:01 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174601.A2920208D66@bastion.fedora.phx.redhat.com> thm has set the commit acl on monotone (Fedora 9) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:46:04 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:46:04 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174604.68F21208D7D@bastion.fedora.phx.redhat.com> thm has set the approveacls acl on monotone (Fedora 9) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:46:06 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:46:06 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174606.9D5BC208DA5@bastion.fedora.phx.redhat.com> thm has set the watchbugzilla acl on monotone (Fedora EPEL 5) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:46:09 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:46:09 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174609.B0910208D53@bastion.fedora.phx.redhat.com> thm has set the watchcommits acl on monotone (Fedora EPEL 5) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:46:09 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:46:09 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174609.E6D09208D9B@bastion.fedora.phx.redhat.com> thm has set the commit acl on monotone (Fedora EPEL 5) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From pkgdb at fedoraproject.org Fri Jan 2 17:46:14 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 17:46:14 +0000 Subject: [pkgdb] monotone had acl change status Message-ID: <20090102174614.D8CD7208D9F@bastion.fedora.phx.redhat.com> thm has set the approveacls acl on monotone (Fedora EPEL 5) to Obsolete for thm To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/monotone From peterscheie at fedoraproject.org Fri Jan 2 17:56:11 2009 From: peterscheie at fedoraproject.org (Peter Scheie) Date: Fri, 2 Jan 2009 17:56:11 +0000 (UTC) Subject: rpms/k12linux-quick-start-guide/F-9 .cvsignore, 1.2, 1.3 k12linux-quick-start-guide.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090102175611.C8A0B70130@cvs1.fedora.phx.redhat.com> Author: peterscheie Update of /cvs/pkgs/rpms/k12linux-quick-start-guide/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26021 Modified Files: .cvsignore k12linux-quick-start-guide.spec sources Log Message: Update to version 0.0.9 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 2 Jan 2009 15:14:43 -0000 1.2 +++ .cvsignore 2 Jan 2009 17:55:39 -0000 1.3 @@ -1 +1 @@ -k12linux-quick-start-guide-0.0.8.tar.bz2 +k12linux-quick-start-guide-0.0.9.tar.bz2 Index: k12linux-quick-start-guide.spec =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-9/k12linux-quick-start-guide.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- k12linux-quick-start-guide.spec 2 Jan 2009 15:14:44 -0000 1.1 +++ k12linux-quick-start-guide.spec 2 Jan 2009 17:55:39 -0000 1.2 @@ -1,5 +1,5 @@ Name: k12linux-quick-start-guide -Version: 0.0.8 +Version: 0.0.9 Release: 1%{?dist} Summary: Quick Start Guide for K12Linux Live LTSP Server @@ -48,6 +48,10 @@ %changelog +* Fri Jan 02 2009 Peter Scheie - 0.0.9-1 +- Consolidated 'rpm -e' commands for removing the guide to a single step. +- Changed link to newer version of how to get on #ltsp at ltsp.org. + * Mon Dec 29 2008 Peter Scheie - 0.0.8-1 - Changed html document regarding removing the document from the system from referencing ltsp-server-livesetupdocs to k12linux-quick-start-guide. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 2 Jan 2009 15:14:44 -0000 1.2 +++ sources 2 Jan 2009 17:55:39 -0000 1.3 @@ -1 +1 @@ -b3ad9ef3a08e68618acfcf0b9d52c5e3 k12linux-quick-start-guide-0.0.8.tar.bz2 +db73786ee9a2bf2198a9f2a017088299 k12linux-quick-start-guide-0.0.9.tar.bz2 From salimma at fedoraproject.org Fri Jan 2 18:36:05 2009 From: salimma at fedoraproject.org (Michel Alexandre Salim) Date: Fri, 2 Jan 2009 18:36:05 +0000 (UTC) Subject: rpms/python-sphinx/F-9 .cvsignore, 1.5, 1.6 python-sphinx.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <20090102183605.8AC1170134@cvs1.fedora.phx.redhat.com> Author: salimma Update of /cvs/pkgs/rpms/python-sphinx/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1885/F-9 Modified Files: .cvsignore python-sphinx.spec sources Log Message: * Fri Jan 2 2009 Michel Salim - 0.5.1-1 - Update to 0.5.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-sphinx/F-9/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Nov 2008 01:48:18 -0000 1.5 +++ .cvsignore 2 Jan 2009 18:35:34 -0000 1.6 @@ -1 +1 @@ -Sphinx-0.5.tar.gz +Sphinx-0.5.1.tar.gz Index: python-sphinx.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-sphinx/F-9/python-sphinx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- python-sphinx.spec 25 Nov 2008 01:48:18 -0000 1.5 +++ python-sphinx.spec 2 Jan 2009 18:35:34 -0000 1.6 @@ -4,7 +4,7 @@ %define upstream_name Sphinx Name: python-sphinx -Version: 0.5 +Version: 0.5.1 Release: 1%{?dist} Summary: Python documentation generator @@ -107,6 +107,12 @@ %changelog +* Fri Jan 2 2009 Michel Salim - 0.5.1-1 +- Update to 0.5.1 + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.5-2 +- Rebuild for Python 2.6 + * Mon Nov 24 2008 Michel Salim - 0.5-1 - Update to 0.5 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-sphinx/F-9/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Nov 2008 01:48:18 -0000 1.5 +++ sources 2 Jan 2009 18:35:34 -0000 1.6 @@ -1 +1 @@ -55a33cc13b5096c8763cd4a933b30ddc Sphinx-0.5.tar.gz +11456e362d75c1a4c5a5847921d3f4c7 Sphinx-0.5.1.tar.gz From salimma at fedoraproject.org Fri Jan 2 18:36:05 2009 From: salimma at fedoraproject.org (Michel Alexandre Salim) Date: Fri, 2 Jan 2009 18:36:05 +0000 (UTC) Subject: rpms/python-sphinx/devel .cvsignore, 1.5, 1.6 python-sphinx.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <20090102183605.91B1C70140@cvs1.fedora.phx.redhat.com> Author: salimma Update of /cvs/pkgs/rpms/python-sphinx/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1885/devel Modified Files: .cvsignore python-sphinx.spec sources Log Message: * Fri Jan 2 2009 Michel Salim - 0.5.1-1 - Update to 0.5.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-sphinx/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Nov 2008 01:48:18 -0000 1.5 +++ .cvsignore 2 Jan 2009 18:35:34 -0000 1.6 @@ -1 +1 @@ -Sphinx-0.5.tar.gz +Sphinx-0.5.1.tar.gz Index: python-sphinx.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-sphinx/devel/python-sphinx.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-sphinx.spec 29 Nov 2008 15:52:26 -0000 1.8 +++ python-sphinx.spec 2 Jan 2009 18:35:34 -0000 1.9 @@ -4,8 +4,8 @@ %define upstream_name Sphinx Name: python-sphinx -Version: 0.5 -Release: 2%{?dist} +Version: 0.5.1 +Release: 1%{?dist} Summary: Python documentation generator Group: Development/Tools @@ -107,6 +107,9 @@ %changelog +* Fri Jan 2 2009 Michel Salim - 0.5.1-1 +- Update to 0.5.1 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.5-2 - Rebuild for Python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-sphinx/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Nov 2008 01:48:19 -0000 1.5 +++ sources 2 Jan 2009 18:35:34 -0000 1.6 @@ -1 +1 @@ -55a33cc13b5096c8763cd4a933b30ddc Sphinx-0.5.tar.gz +11456e362d75c1a4c5a5847921d3f4c7 Sphinx-0.5.1.tar.gz From salimma at fedoraproject.org Fri Jan 2 18:36:05 2009 From: salimma at fedoraproject.org (Michel Alexandre Salim) Date: Fri, 2 Jan 2009 18:36:05 +0000 (UTC) Subject: rpms/python-sphinx/F-10 .cvsignore, 1.5, 1.6 python-sphinx.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090102183605.81E5B70130@cvs1.fedora.phx.redhat.com> Author: salimma Update of /cvs/pkgs/rpms/python-sphinx/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1885/F-10 Modified Files: .cvsignore python-sphinx.spec sources Log Message: * Fri Jan 2 2009 Michel Salim - 0.5.1-1 - Update to 0.5.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-sphinx/F-10/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Nov 2008 01:48:18 -0000 1.5 +++ .cvsignore 2 Jan 2009 18:35:33 -0000 1.6 @@ -1 +1 @@ -Sphinx-0.5.tar.gz +Sphinx-0.5.1.tar.gz Index: python-sphinx.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-sphinx/F-10/python-sphinx.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-sphinx.spec 25 Nov 2008 01:48:18 -0000 1.7 +++ python-sphinx.spec 2 Jan 2009 18:35:33 -0000 1.8 @@ -4,7 +4,7 @@ %define upstream_name Sphinx Name: python-sphinx -Version: 0.5 +Version: 0.5.1 Release: 1%{?dist} Summary: Python documentation generator @@ -107,6 +107,12 @@ %changelog +* Fri Jan 2 2009 Michel Salim - 0.5.1-1 +- Update to 0.5.1 + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.5-2 +- Rebuild for Python 2.6 + * Mon Nov 24 2008 Michel Salim - 0.5-1 - Update to 0.5 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-sphinx/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Nov 2008 01:48:18 -0000 1.5 +++ sources 2 Jan 2009 18:35:33 -0000 1.6 @@ -1 +1 @@ -55a33cc13b5096c8763cd4a933b30ddc Sphinx-0.5.tar.gz +11456e362d75c1a4c5a5847921d3f4c7 Sphinx-0.5.1.tar.gz From thias at fedoraproject.org Fri Jan 2 18:56:48 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Fri, 2 Jan 2009 18:56:48 +0000 (UTC) Subject: rpms/python-Coherence/devel .cvsignore, 1.6, 1.7 python-Coherence.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <20090102185648.6FFF170130@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/python-Coherence/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8646 Modified Files: .cvsignore python-Coherence.spec sources Log Message: Update to 0.6.0. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-Coherence/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 2 Oct 2008 08:01:34 -0000 1.6 +++ .cvsignore 2 Jan 2009 18:56:17 -0000 1.7 @@ -1 +1 @@ -Coherence-0.5.8.tar.gz +Coherence-0.6.0.tar.gz Index: python-Coherence.spec =================================================================== RCS file: /cvs/extras/rpms/python-Coherence/devel/python-Coherence.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- python-Coherence.spec 29 Nov 2008 15:27:19 -0000 1.7 +++ python-Coherence.spec 2 Jan 2009 18:56:18 -0000 1.8 @@ -2,8 +2,8 @@ Summary: Python framework to participate in digital living networks Name: python-Coherence -Version: 0.5.8 -Release: 2%{?dist} +Version: 0.6.0 +Release: 1%{?dist} License: MIT Group: Development/Languages URL: https://coherence.beebits.net/ @@ -13,18 +13,12 @@ # As of 0.5.8, only "ConfigObj >= 4.3" in the requires.txt egg file #Requires: python-twisted-core #Requires: python-twisted-web -#Requires: SOAPpy #Requires: python-nevow -#Requires: python-louie +Requires: python-louie Requires: python-configobj BuildRequires: python-devel # Must have setuptools to build the package -# The build portions moved to a subpackage in F-8 -%if 0%{?fedora} >= 8 BuildRequires: python-setuptools-devel -%else -BuildRequires: python-setuptools -%endif Buildarch: noarch # Fist test packages had different names Obsoletes: coherence < 0.2.1-2 @@ -37,6 +31,11 @@ %prep %setup -q -n Coherence-%{version} +# As of 0.5.8, louie is bundled but we prefer the external package since we +# have it easily available +find coherence -type f -exec \ + sed -i 's/coherence.extern.louie as louie/louie/' {} \; +%{__rm} -rf coherence/extern/louie/ %build @@ -66,6 +65,10 @@ %changelog +* Fri Jan 2 2009 Matthias Saou 0.6.0-1 +- Update to 0.6.0. +- Remove bundled internal louie and require external + trivial sed to use it. + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.5.8-2 - Rebuild for Python 2.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-Coherence/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 2 Oct 2008 08:01:34 -0000 1.6 +++ sources 2 Jan 2009 18:56:18 -0000 1.7 @@ -1 +1 @@ -81148ea9c8ab6ce5dd8fc3f5f1403348 Coherence-0.5.8.tar.gz +58bebf0aee266161ae343e3d5b6956a3 Coherence-0.6.0.tar.gz From pkgdb at fedoraproject.org Fri Jan 2 19:57:06 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 02 Jan 2009 19:57:06 +0000 Subject: [pkgdb] strace had acl change status Message-ID: <20090102195706.B56482084B8@bastion.fedora.phx.redhat.com> roland has set the commit acl on strace (Fedora devel) to Approved for vda To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/strace From gemi at fedoraproject.org Fri Jan 2 20:01:29 2009 From: gemi at fedoraproject.org (=?utf-8?q?G=C3=A9rard_Milmeister?=) Date: Fri, 2 Jan 2009 20:01:29 +0000 (UTC) Subject: rpms/TeXmacs/F-9 .cvsignore, 1.32, 1.33 TeXmacs.spec, 1.61, 1.62 sources, 1.33, 1.34 Message-ID: <20090102200130.0E32770130@cvs1.fedora.phx.redhat.com> Author: gemi Update of /cvs/pkgs/rpms/TeXmacs/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24482 Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.7.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/TeXmacs/F-9/.cvsignore,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- .cvsignore 19 Oct 2008 20:37:59 -0000 1.32 +++ .cvsignore 2 Jan 2009 20:00:58 -0000 1.33 @@ -1 +1 @@ -TeXmacs-1.0.7-src.tar.gz +TeXmacs-1.0.7.1-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/pkgs/rpms/TeXmacs/F-9/TeXmacs.spec,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- TeXmacs.spec 19 Oct 2008 20:37:59 -0000 1.61 +++ TeXmacs.spec 2 Jan 2009 20:00:58 -0000 1.62 @@ -1,5 +1,5 @@ Name: TeXmacs -Version: 1.0.7 +Version: 1.0.7.1 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor @@ -170,6 +170,9 @@ %changelog +* Fri Jan 2 2009 Gerard Milmeister - 1.0.7.1-1 +- new release 1.0.7.1 + * Sun Oct 19 2008 Gerard Milmeister - 1.0.7-1 - new release 1.0.7 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/TeXmacs/F-9/sources,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- sources 19 Oct 2008 20:37:59 -0000 1.33 +++ sources 2 Jan 2009 20:00:58 -0000 1.34 @@ -1 +1 @@ -4b58579250a697cbf68ed83ef3805030 TeXmacs-1.0.7-src.tar.gz +d4416106273dcbcce8d5de421e5a0ddd TeXmacs-1.0.7.1-src.tar.gz From gemi at fedoraproject.org Fri Jan 2 20:07:26 2009 From: gemi at fedoraproject.org (=?utf-8?q?G=C3=A9rard_Milmeister?=) Date: Fri, 2 Jan 2009 20:07:26 +0000 (UTC) Subject: rpms/abcm2ps/F-9 .cvsignore, 1.45, 1.46 abcm2ps.spec, 1.48, 1.49 sources, 1.45, 1.46 Message-ID: <20090102200726.D2D3770130@cvs1.fedora.phx.redhat.com> Author: gemi Update of /cvs/pkgs/rpms/abcm2ps/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25911 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new release 5.9.3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/abcm2ps/F-9/.cvsignore,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- .cvsignore 5 Oct 2008 08:36:45 -0000 1.45 +++ .cvsignore 2 Jan 2009 20:06:56 -0000 1.46 @@ -1,2 +1,2 @@ +abcm2ps-5.9.3.tar.gz abcplus_en-1.1.0.zip -abcm2ps-5.9.1.tar.gz Index: abcm2ps.spec =================================================================== RCS file: /cvs/pkgs/rpms/abcm2ps/F-9/abcm2ps.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- abcm2ps.spec 5 Oct 2008 08:36:46 -0000 1.48 +++ abcm2ps.spec 2 Jan 2009 20:06:56 -0000 1.49 @@ -1,5 +1,5 @@ Name: abcm2ps -Version: 5.9.1 +Version: 5.9.3 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript @@ -52,6 +52,9 @@ %changelog +* Fri Jan 2 2009 Gerard Milmeister - 5.9.3-1 +- new release 5.9.3 + * Sun Oct 5 2008 Gerard Milmeister - 5.9.1-1 - new release 5.9.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/abcm2ps/F-9/sources,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- sources 5 Oct 2008 08:36:46 -0000 1.45 +++ sources 2 Jan 2009 20:06:56 -0000 1.46 @@ -1,2 +1,2 @@ +9521d8c7746a2bfe6f39f152e1633e13 abcm2ps-5.9.3.tar.gz bf8d8ad90ba520f6a9872d2142efbda9 abcplus_en-1.1.0.zip -27e14311d288f579ab841f2f40feec18 abcm2ps-5.9.1.tar.gz From gemi at fedoraproject.org Fri Jan 2 20:13:23 2009 From: gemi at fedoraproject.org (=?utf-8?q?G=C3=A9rard_Milmeister?=) Date: Fri, 2 Jan 2009 20:13:23 +0000 (UTC) Subject: rpms/abcm2ps/F-10 .cvsignore, 1.45, 1.46 abcm2ps.spec, 1.48, 1.49 sources, 1.45, 1.46 Message-ID: <20090102201323.C8C4E70130@cvs1.fedora.phx.redhat.com> Author: gemi Update of /cvs/pkgs/rpms/abcm2ps/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27246/F-10 Modified Files: .cvsignore abcm2ps.spec sources Log Message: new release 5.9.3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/abcm2ps/F-10/.cvsignore,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- .cvsignore 5 Oct 2008 08:35:48 -0000 1.45 +++ .cvsignore 2 Jan 2009 20:12:53 -0000 1.46 @@ -1,2 +1,2 @@ +abcm2ps-5.9.3.tar.gz abcplus_en-1.1.0.zip -abcm2ps-5.9.1.tar.gz Index: abcm2ps.spec =================================================================== RCS file: /cvs/pkgs/rpms/abcm2ps/F-10/abcm2ps.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- abcm2ps.spec 5 Oct 2008 08:35:48 -0000 1.48 +++ abcm2ps.spec 2 Jan 2009 20:12:53 -0000 1.49 @@ -1,5 +1,5 @@ Name: abcm2ps -Version: 5.9.1 +Version: 5.9.3 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript @@ -52,6 +52,9 @@ %changelog +* Fri Jan 2 2009 Gerard Milmeister - 5.9.3-1 +- new release 5.9.3 + * Sun Oct 5 2008 Gerard Milmeister - 5.9.1-1 - new release 5.9.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/abcm2ps/F-10/sources,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- sources 5 Oct 2008 08:35:48 -0000 1.45 +++ sources 2 Jan 2009 20:12:53 -0000 1.46 @@ -1,2 +1,2 @@ +9521d8c7746a2bfe6f39f152e1633e13 abcm2ps-5.9.3.tar.gz bf8d8ad90ba520f6a9872d2142efbda9 abcplus_en-1.1.0.zip -27e14311d288f579ab841f2f40feec18 abcm2ps-5.9.1.tar.gz From gemi at fedoraproject.org Fri Jan 2 20:13:24 2009 From: gemi at fedoraproject.org (=?utf-8?q?G=C3=A9rard_Milmeister?=) Date: Fri, 2 Jan 2009 20:13:24 +0000 (UTC) Subject: rpms/abcm2ps/devel .cvsignore, 1.45, 1.46 abcm2ps.spec, 1.48, 1.49 sources, 1.45, 1.46 Message-ID: <20090102201324.21A9170130@cvs1.fedora.phx.redhat.com> Author: gemi Update of /cvs/pkgs/rpms/abcm2ps/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27246/devel Modified Files: .cvsignore abcm2ps.spec sources Log Message: new release 5.9.3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/abcm2ps/devel/.cvsignore,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- .cvsignore 5 Oct 2008 08:35:48 -0000 1.45 +++ .cvsignore 2 Jan 2009 20:12:53 -0000 1.46 @@ -1,2 +1,2 @@ +abcm2ps-5.9.3.tar.gz abcplus_en-1.1.0.zip -abcm2ps-5.9.1.tar.gz Index: abcm2ps.spec =================================================================== RCS file: /cvs/pkgs/rpms/abcm2ps/devel/abcm2ps.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- abcm2ps.spec 5 Oct 2008 08:35:48 -0000 1.48 +++ abcm2ps.spec 2 Jan 2009 20:12:53 -0000 1.49 @@ -1,5 +1,5 @@ Name: abcm2ps -Version: 5.9.1 +Version: 5.9.3 Release: 1%{?dist} Summary: A program to typeset ABC tunes into Postscript @@ -52,6 +52,9 @@ %changelog +* Fri Jan 2 2009 Gerard Milmeister - 5.9.3-1 +- new release 5.9.3 + * Sun Oct 5 2008 Gerard Milmeister - 5.9.1-1 - new release 5.9.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/abcm2ps/devel/sources,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- sources 5 Oct 2008 08:35:48 -0000 1.45 +++ sources 2 Jan 2009 20:12:53 -0000 1.46 @@ -1,2 +1,2 @@ +9521d8c7746a2bfe6f39f152e1633e13 abcm2ps-5.9.3.tar.gz bf8d8ad90ba520f6a9872d2142efbda9 abcplus_en-1.1.0.zip -27e14311d288f579ab841f2f40feec18 abcm2ps-5.9.1.tar.gz From gemi at fedoraproject.org Fri Jan 2 20:17:46 2009 From: gemi at fedoraproject.org (=?utf-8?q?G=C3=A9rard_Milmeister?=) Date: Fri, 2 Jan 2009 20:17:46 +0000 (UTC) Subject: rpms/TeXmacs/F-10 .cvsignore, 1.32, 1.33 TeXmacs.spec, 1.61, 1.62 sources, 1.33, 1.34 Message-ID: <20090102201746.F155570130@cvs1.fedora.phx.redhat.com> Author: gemi Update of /cvs/pkgs/rpms/TeXmacs/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28212/F-10 Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.7.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/TeXmacs/F-10/.cvsignore,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- .cvsignore 19 Oct 2008 20:37:59 -0000 1.32 +++ .cvsignore 2 Jan 2009 20:17:16 -0000 1.33 @@ -1 +1 @@ -TeXmacs-1.0.7-src.tar.gz +TeXmacs-1.0.7.1-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/pkgs/rpms/TeXmacs/F-10/TeXmacs.spec,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- TeXmacs.spec 19 Oct 2008 20:37:59 -0000 1.61 +++ TeXmacs.spec 2 Jan 2009 20:17:16 -0000 1.62 @@ -1,5 +1,5 @@ Name: TeXmacs -Version: 1.0.7 +Version: 1.0.7.1 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor @@ -170,6 +170,9 @@ %changelog +* Fri Jan 2 2009 Gerard Milmeister - 1.0.7.1-1 +- new release 1.0.7.1 + * Sun Oct 19 2008 Gerard Milmeister - 1.0.7-1 - new release 1.0.7 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/TeXmacs/F-10/sources,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- sources 19 Oct 2008 20:37:59 -0000 1.33 +++ sources 2 Jan 2009 20:17:16 -0000 1.34 @@ -1 +1 @@ -4b58579250a697cbf68ed83ef3805030 TeXmacs-1.0.7-src.tar.gz +d4416106273dcbcce8d5de421e5a0ddd TeXmacs-1.0.7.1-src.tar.gz From gemi at fedoraproject.org Fri Jan 2 20:17:47 2009 From: gemi at fedoraproject.org (=?utf-8?q?G=C3=A9rard_Milmeister?=) Date: Fri, 2 Jan 2009 20:17:47 +0000 (UTC) Subject: rpms/TeXmacs/devel .cvsignore, 1.32, 1.33 TeXmacs.spec, 1.61, 1.62 sources, 1.33, 1.34 Message-ID: <20090102201747.44A2570130@cvs1.fedora.phx.redhat.com> Author: gemi Update of /cvs/pkgs/rpms/TeXmacs/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28212/devel Modified Files: .cvsignore TeXmacs.spec sources Log Message: new version 1.0.7.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/TeXmacs/devel/.cvsignore,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- .cvsignore 19 Oct 2008 20:37:59 -0000 1.32 +++ .cvsignore 2 Jan 2009 20:17:16 -0000 1.33 @@ -1 +1 @@ -TeXmacs-1.0.7-src.tar.gz +TeXmacs-1.0.7.1-src.tar.gz Index: TeXmacs.spec =================================================================== RCS file: /cvs/pkgs/rpms/TeXmacs/devel/TeXmacs.spec,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- TeXmacs.spec 19 Oct 2008 20:37:59 -0000 1.61 +++ TeXmacs.spec 2 Jan 2009 20:17:16 -0000 1.62 @@ -1,5 +1,5 @@ Name: TeXmacs -Version: 1.0.7 +Version: 1.0.7.1 Release: 1%{?dist} Summary: Structured wysiwyg scientific text editor @@ -170,6 +170,9 @@ %changelog +* Fri Jan 2 2009 Gerard Milmeister - 1.0.7.1-1 +- new release 1.0.7.1 + * Sun Oct 19 2008 Gerard Milmeister - 1.0.7-1 - new release 1.0.7 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/TeXmacs/devel/sources,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- sources 19 Oct 2008 20:37:59 -0000 1.33 +++ sources 2 Jan 2009 20:17:16 -0000 1.34 @@ -1 +1 @@ -4b58579250a697cbf68ed83ef3805030 TeXmacs-1.0.7-src.tar.gz +d4416106273dcbcce8d5de421e5a0ddd TeXmacs-1.0.7.1-src.tar.gz From ausil at fedoraproject.org Fri Jan 2 20:42:05 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Fri, 2 Jan 2009 20:42:05 +0000 (UTC) Subject: rpms/lpsolve/F-9 lpsolve.spec,1.2,1.3 Message-ID: <20090102204205.CB71370130@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/lpsolve/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2456 Modified Files: lpsolve.spec Log Message: use -fPIC on sparc and s390 arches Index: lpsolve.spec =================================================================== RCS file: /cvs/pkgs/rpms/lpsolve/F-9/lpsolve.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lpsolve.spec 14 Mar 2008 09:33:50 -0000 1.2 +++ lpsolve.spec 2 Jan 2009 20:41:35 -0000 1.3 @@ -1,7 +1,7 @@ Name: lpsolve Summary: A Mixed Integer Linear Programming (MILP) solver Version: 5.5.0.12 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://downloads.sourceforge.net/lpsolve/lp_solve_%{version}_source.tar.gz Group: System Environment/Libraries URL: http://sourceforge.net/projects/lpsolve @@ -25,6 +25,11 @@ %prep %setup -q -n lp_solve_5.5 %patch0 -p1 -b .cflags.patch +#sparc and s390 need -fPIC lets sed it +%ifarch sparcv9 sparc64 s390 s390x +sed -i -e 's|-fpic|-fPIC|g' Makefile* +sed -i -e 's|-fpic|-fPIC|g' lpsolve55/ccc +%endif %build cd lpsolve55 @@ -61,6 +66,9 @@ %{_includedir}/lpsolve %changelog +* Fri Jan 02 2009 Dennis Gilmore - 5.5.0.12-2 +- use -fPIC on sparc and s390 arches + * Fri Mar 14 2008 Caolan McNamara - 5.5.0.12-1 - latest version From ausil at fedoraproject.org Fri Jan 2 20:44:30 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Fri, 2 Jan 2009 20:44:30 +0000 (UTC) Subject: rpms/lpsolve/F-9 lpsolve.spec,1.3,1.4 Message-ID: <20090102204430.E5B0370130@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/lpsolve/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2869 Modified Files: lpsolve.spec Log Message: bump for unique tag Index: lpsolve.spec =================================================================== RCS file: /cvs/pkgs/rpms/lpsolve/F-9/lpsolve.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- lpsolve.spec 2 Jan 2009 20:41:35 -0000 1.3 +++ lpsolve.spec 2 Jan 2009 20:44:00 -0000 1.4 @@ -1,7 +1,7 @@ Name: lpsolve Summary: A Mixed Integer Linear Programming (MILP) solver Version: 5.5.0.12 -Release: 2%{?dist} +Release: 2%{?dist}.1 Source: http://downloads.sourceforge.net/lpsolve/lp_solve_%{version}_source.tar.gz Group: System Environment/Libraries URL: http://sourceforge.net/projects/lpsolve @@ -66,6 +66,10 @@ %{_includedir}/lpsolve %changelog +* Fri Jan 02 2009 Dennis Gilmore - 5.5.0.12-2.1 +- -2 had been tagged but not built on teh devel tree before F-9 was branched +- bump for unique tag + * Fri Jan 02 2009 Dennis Gilmore - 5.5.0.12-2 - use -fPIC on sparc and s390 arches From ausil at fedoraproject.org Fri Jan 2 20:49:56 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Fri, 2 Jan 2009 20:49:56 +0000 (UTC) Subject: rpms/lpsolve/F-10 lpsolve.spec,1.4,1.5 Message-ID: <20090102204956.BA35670130@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/lpsolve/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3799 Modified Files: lpsolve.spec Log Message: use -fPIC on sparc and s390 arches Index: lpsolve.spec =================================================================== RCS file: /cvs/pkgs/rpms/lpsolve/F-10/lpsolve.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- lpsolve.spec 4 Aug 2008 11:19:47 -0000 1.4 +++ lpsolve.spec 2 Jan 2009 20:49:26 -0000 1.5 @@ -1,7 +1,6 @@ -Name: lpsolve Summary: A Mixed Integer Linear Programming (MILP) solver Version: 5.5.0.13 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://downloads.sourceforge.net/lpsolve/lp_solve_%{version}_source.tar.gz Group: System Environment/Libraries URL: http://sourceforge.net/projects/lpsolve @@ -25,6 +24,11 @@ %prep %setup -q -n lp_solve_5.5 %patch0 -p1 -b .cflags.patch +#sparc and s390 need -fPIC lets sed it +%ifarch sparcv9 sparc64 s390 s390x +sed -i -e 's|-fpic|-fPIC|g' Makefile* +sed -i -e 's|-fpic|-fPIC|g' lpsolve55/ccc +%endif %build cd lpsolve55 @@ -61,6 +65,9 @@ %{_includedir}/lpsolve %changelog +* Fri Jan 02 2009 Dennis Gilmore - 5.5.0.13-2 +- use -fPIC on sparc and s390 arches + * Mon Aug 04 2008 Caolan McNamara - 5.5.0.13-1 - latest version From ausil at fedoraproject.org Fri Jan 2 20:53:23 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Fri, 2 Jan 2009 20:53:23 +0000 (UTC) Subject: rpms/lpsolve/F-10 lpsolve.spec,1.5,1.6 Message-ID: <20090102205323.BDBAB70130@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/lpsolve/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4314 Modified Files: lpsolve.spec Log Message: put Name back Index: lpsolve.spec =================================================================== RCS file: /cvs/pkgs/rpms/lpsolve/F-10/lpsolve.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- lpsolve.spec 2 Jan 2009 20:49:26 -0000 1.5 +++ lpsolve.spec 2 Jan 2009 20:52:53 -0000 1.6 @@ -1,3 +1,4 @@ +Name: lpsolve Summary: A Mixed Integer Linear Programming (MILP) solver Version: 5.5.0.13 Release: 2%{?dist} From limb at fedoraproject.org Fri Jan 2 20:57:00 2009 From: limb at fedoraproject.org (Jon Ciesla) Date: Fri, 2 Jan 2009 20:57:00 +0000 (UTC) Subject: rpms/drupal/devel .cvsignore,1.16,1.17 sources,1.16,1.17 Message-ID: <20090102205700.EB50F70134@cvs1.fedora.phx.redhat.com> Author: limb Update of /cvs/pkgs/rpms/drupal/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5763 Modified Files: .cvsignore sources Log Message: New upstream, selinux fix for BZ 472642. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/drupal/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 11 Dec 2008 13:08:49 -0000 1.16 +++ .cvsignore 2 Jan 2009 20:56:30 -0000 1.17 @@ -1 +1 @@ -drupal-6.7.tar.gz +drupal-6.8.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/drupal/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 11 Dec 2008 13:08:49 -0000 1.16 +++ sources 2 Jan 2009 20:56:30 -0000 1.17 @@ -1 +1 @@ -c9e8e5a9892538d355c62bd17b95b3a9 drupal-6.7.tar.gz +561f281b2dbee8310293a61443bdfbc7 drupal-6.8.tar.gz From limb at fedoraproject.org Fri Jan 2 20:57:59 2009 From: limb at fedoraproject.org (Jon Ciesla) Date: Fri, 2 Jan 2009 20:57:59 +0000 (UTC) Subject: rpms/drupal/devel drupal-files-migrator.sh,NONE,1.1 Message-ID: <20090102205759.E035270130@cvs1.fedora.phx.redhat.com> Author: limb Update of /cvs/pkgs/rpms/drupal/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7604 Added Files: drupal-files-migrator.sh Log Message: Oops. --- NEW FILE drupal-files-migrator.sh --- #!/bin/bash cd /etc/drupal for i in `ls -1`; do mv $i/files /var/lib/drupal/files/$i /sbin/restorecon /var/lib/drupal/files/$i ln -s /var/lib/drupal/files/$i /etc/drupal/$i/files done From limb at fedoraproject.org Fri Jan 2 21:00:18 2009 From: limb at fedoraproject.org (Jon Ciesla) Date: Fri, 2 Jan 2009 21:00:18 +0000 (UTC) Subject: rpms/drupal/devel drupal.spec,1.19,1.20 Message-ID: <20090102210018.ADBBE70130@cvs1.fedora.phx.redhat.com> Author: limb Update of /cvs/pkgs/rpms/drupal/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8147 Modified Files: drupal.spec Log Message: Hrm. Index: drupal.spec =================================================================== RCS file: /cvs/pkgs/rpms/drupal/devel/drupal.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- drupal.spec 11 Dec 2008 13:08:49 -0000 1.19 +++ drupal.spec 2 Jan 2009 20:59:48 -0000 1.20 @@ -1,6 +1,6 @@ %define drupaldir %{_datadir}/drupal Name: drupal -Version: 6.7 +Version: 6.8 Release: 1%{?dist} Summary: An open-source content-management platform @@ -11,6 +11,7 @@ Source1: drupal.conf Source2: drupal-README.fedora Source3: drupal-cron +Source4: drupal-files-migrator.sh Patch0: drupal-6.0-scripts-noshebang.patch BuildArch: noarch @@ -47,15 +48,28 @@ mkdir -p %{buildroot}%{_docdir} cp -pr %SOURCE2 . install -D -p -m 0644 %SOURCE3 %{buildroot}%{_sysconfdir}/cron.hourly/drupal -mkdir -p %{buildroot}%{_localstatedir}/lib/drupal -ln -s ../../..%{_localstatedir}/lib/drupal %{buildroot}%{drupaldir}/files +mkdir -p %{buildroot}%{_localstatedir}/lib/drupal/files/default +#ln -s ../../..%{_localstatedir}/lib/drupal %{buildroot}%{drupaldir}/files +ln -s ../../..%{_localstatedir}/lib/drupal/files/default %{buildroot}%{_sysconfdir}/drupal/default/files +cp -pr %SOURCE4 . %clean rm -rf %{buildroot} +#drop in first f12 build. +%pre +if [ $1 = "1" ]; then + if [ ! -d %{_localstatedir}/lib/drupal/files/default ]; then + mkdir %{_localstatedir}/lib/drupal/files/ + mv %{_sysconfdir}/drupal/default/files/* %{_localstatedir}/lib/drupal/files/default + rmdir %{_sysconfdir}/drupal/default/files + /sbin/restorecon %{_localstatedir}/lib/drupal/files/default/ + fi +fi + %files %defattr(-,root,root,-) -%doc CHANGELOG.txt INSTALL* LICENSE* MAINTAINERS.txt UPGRADE.txt drupal-README.fedora sites/all/README.txt +%doc CHANGELOG.txt INSTALL* LICENSE* MAINTAINERS.txt UPGRADE.txt drupal-README.fedora sites/all/README.txt drupal-files-migrator.sh %{drupaldir} %config(noreplace) %{drupaldir}/.htaccess %exclude %{drupaldir}/CHANGELOG.txt @@ -70,8 +84,15 @@ %config(noreplace) %{_sysconfdir}/httpd/conf.d/drupal.conf %attr(755,root,apache) %{_sysconfdir}/cron.hourly/drupal %dir %attr(775,root,apache) %{_localstatedir}/lib/drupal/ +%dir %attr(775,root,apache) %{_localstatedir}/lib/drupal/files/ +%dir %attr(775,root,apache) %{_localstatedir}/lib/drupal/files/default/ %changelog +* Fri Jan 02 2009 Jon Ciesla - 6.8-1 +- Upgrade to 6.8. +- Move files directories from sites to /var/lib/drupal/files/N for selinux reasons, 472642. +- Included script to move files outside of default, use at your own risk, patches welcome. + * Thu Dec 11 2008 Jon Ciesla - 6.7-1 - Upgrade to 6.7, SA-2008-073. From ausil at fedoraproject.org Fri Jan 2 21:07:44 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Fri, 2 Jan 2009 21:07:44 +0000 (UTC) Subject: rpms/lpsolve/devel lpsolve.spec,1.4,1.5 Message-ID: <20090102210744.6FEC670130@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/lpsolve/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9788 Modified Files: lpsolve.spec Log Message: use -fPIC on sparc and s390 arches Index: lpsolve.spec =================================================================== RCS file: /cvs/pkgs/rpms/lpsolve/devel/lpsolve.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- lpsolve.spec 4 Aug 2008 11:19:47 -0000 1.4 +++ lpsolve.spec 2 Jan 2009 21:07:14 -0000 1.5 @@ -1,7 +1,7 @@ Name: lpsolve Summary: A Mixed Integer Linear Programming (MILP) solver Version: 5.5.0.13 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://downloads.sourceforge.net/lpsolve/lp_solve_%{version}_source.tar.gz Group: System Environment/Libraries URL: http://sourceforge.net/projects/lpsolve @@ -25,6 +25,11 @@ %prep %setup -q -n lp_solve_5.5 %patch0 -p1 -b .cflags.patch +#sparc and s390 need -fPIC lets sed it +%ifarch sparcv9 sparc64 s390 s390x +sed -i -e 's|-fpic|-fPIC|g' Makefile* +sed -i -e 's|-fpic|-fPIC|g' lpsolve55/ccc +%endif %build cd lpsolve55 @@ -61,6 +66,9 @@ %{_includedir}/lpsolve %changelog +* Fri Jan 02 2009 Dennis Gilmore - 5.5.0.13-2 +- use -fPIC on sparc and s390 arches + * Mon Aug 04 2008 Caolan McNamara - 5.5.0.13-1 - latest version From thm at fedoraproject.org Fri Jan 2 21:51:08 2009 From: thm at fedoraproject.org (Thomas Moschny) Date: Fri, 2 Jan 2009 21:51:08 +0000 (UTC) Subject: rpms/monotone/devel import.log,1.1,1.2 monotone.spec,1.40,1.41 Message-ID: <20090102215108.D5EEC70130@cvs1.fedora.phx.redhat.com> Author: thm Update of /cvs/pkgs/rpms/monotone/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18684/devel Modified Files: import.log monotone.spec Log Message: Pack Monotone.pm (in a subpackage). (#450267) Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/monotone/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 2 Jan 2009 17:10:50 -0000 1.1 +++ import.log 2 Jan 2009 21:50:38 -0000 1.2 @@ -1 +1,2 @@ monotone-0_42-1_fc10:HEAD:monotone-0.42-1.fc10.src.rpm:1230916116 +monotone-0_42-2_fc10:HEAD:monotone-0.42-2.fc10.src.rpm:1230932958 Index: monotone.spec =================================================================== RCS file: /cvs/pkgs/rpms/monotone/devel/monotone.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- monotone.spec 2 Jan 2009 17:10:51 -0000 1.40 +++ monotone.spec 2 Jan 2009 21:50:38 -0000 1.41 @@ -1,6 +1,6 @@ Name: monotone Version: 0.42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -59,6 +59,15 @@ %description server This package provides an easy-to-use standalone server setup for monotone. +%package -n perl-Monotone +Summary: Perl Module for monotone +Requires: monotone = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Group: Development/Tools + +%description -n perl-Monotone +This is a simple Perl module to start a monotone automate sub-process +and then pass commands to it. %prep %setup -q @@ -112,6 +121,9 @@ cp %{SOURCE3} . +%{__install} -D -m 0644 -p contrib/Monotone.pm \ + %{buildroot}%{perl_vendorlib}/Monotone.pm + %clean rm -f README.monotone-server rm -rf %{buildroot} @@ -139,13 +151,17 @@ %{_datadir}/emacs/site-lisp/monotone*.el* %{_sysconfdir}/bash_completion.d +%files -n perl-Monotone +%defattr(-,root,root,-) +%{perl_vendorlib}/Monotone.pm + %files server %defattr(-,root,root,-) %doc README.monotone-server %{_sbindir}/monotone-server %{_sysconfdir}/rc.d/init.d/monotone %dir %attr(0755,monotone,monotone) %{_localstatedir}/run/monotone -%config %{_sysconfdir}/sysconfig/monotone +%config(noreplace) %{_sysconfdir}/sysconfig/monotone %dir %attr(0755,root,monotone) %{_sysconfdir}/monotone %dir %attr(0750,root,monotone) %{_sysconfdir}/monotone/private-keys %attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/monotonerc @@ -181,6 +197,9 @@ %changelog +* Fri Jan 2 2009 Thomas Moschny - 0.42-2 +- Pack Monotone.pm (in a subpackage). (#450267) + * Fri Jan 2 2009 Thomas Moschny - 0.42-1 - Updated for 0.42 release. From jakub at fedoraproject.org Fri Jan 2 22:18:17 2009 From: jakub at fedoraproject.org (Jakub Jelinek) Date: Fri, 2 Jan 2009 22:18:17 +0000 (UTC) Subject: rpms/glibc/devel .cvsignore, 1.258, 1.259 glibc-fedora.patch, 1.288, 1.289 glibc.spec, 1.373, 1.374 import.log, 1.2, 1.3 sources, 1.283, 1.284 Message-ID: <20090102221817.5CD4A70130@cvs1.fedora.phx.redhat.com> Author: jakub Update of /cvs/pkgs/rpms/glibc/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25310/devel Modified Files: .cvsignore glibc-fedora.patch glibc.spec import.log sources Log Message: 2.9.90-1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/glibc/devel/.cvsignore,v retrieving revision 1.258 retrieving revision 1.259 diff -u -r1.258 -r1.259 --- .cvsignore 13 Nov 2008 22:46:06 -0000 1.258 +++ .cvsignore 2 Jan 2009 22:17:46 -0000 1.259 @@ -1,2 +1,2 @@ -glibc-20081113T2206.tar.bz2 -glibc-fedora-20081113T2206.tar.bz2 +glibc-20090102T2110.tar.bz2 +glibc-fedora-20090102T2110.tar.bz2 glibc-fedora.patch: Index: glibc-fedora.patch =================================================================== RCS file: /cvs/pkgs/rpms/glibc/devel/glibc-fedora.patch,v retrieving revision 1.288 retrieving revision 1.289 diff -u -r1.288 -r1.289 --- glibc-fedora.patch 13 Nov 2008 22:46:06 -0000 1.288 +++ glibc-fedora.patch 2 Jan 2009 22:17:46 -0000 1.289 @@ -1,6 +1,6 @@ ---- glibc-20081113T2206/ChangeLog 13 Nov 2008 21:41:41 -0000 1.11390 -+++ glibc-20081113T2206-fedora/ChangeLog 13 Nov 2008 22:19:31 -0000 1.8782.2.315 -@@ -5881,6 +5881,13 @@ +--- glibc-20090102T2110/ChangeLog 2 Jan 2009 19:28:55 -0000 1.11430 ++++ glibc-20090102T2110-fedora/ChangeLog 2 Jan 2009 21:13:52 -0000 1.8782.2.316 +@@ -6135,6 +6135,13 @@ * include/sys/cdefs.h: Redefine __nonnull so that test for incorrect parameters in the libc code itself are not omitted. @@ -14,7 +14,7 @@ 2007-05-09 Jakub Jelinek * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Don't raise overflow -@@ -6176,6 +6183,10 @@ +@@ -6430,6 +6437,10 @@ [BZ #4368] * stdlib/stdlib.h: Remove obsolete part of comment for realpath. @@ -25,7 +25,7 @@ 2007-04-16 Ulrich Drepper [BZ #4364] -@@ -7433,6 +7444,15 @@ +@@ -7687,6 +7698,15 @@ separators also if no non-zero digits found. * stdlib/Makefile (tests): Add tst-strtod3. @@ -41,8 +41,8 @@ 2006-12-09 Ulrich Drepper [BZ #3632] ---- glibc-20081113T2206/ChangeLog.15 16 Feb 2005 07:34:17 -0000 1.1 -+++ glibc-20081113T2206-fedora/ChangeLog.15 19 Dec 2006 19:05:40 -0000 1.1.6.3 +--- glibc-20090102T2110/ChangeLog.15 16 Feb 2005 07:34:17 -0000 1.1 ++++ glibc-20090102T2110-fedora/ChangeLog.15 19 Dec 2006 19:05:40 -0000 1.1.6.3 @@ -477,6 +477,14 @@ 2004-11-26 Jakub Jelinek @@ -108,8 +108,8 @@ 2004-08-30 Roland McGrath * scripts/extract-abilist.awk: If `lastversion' variable defined, omit ---- glibc-20081113T2206/ChangeLog.16 4 May 2006 16:05:24 -0000 1.1 -+++ glibc-20081113T2206-fedora/ChangeLog.16 5 May 2006 06:11:52 -0000 1.1.2.1 +--- glibc-20090102T2110/ChangeLog.16 4 May 2006 16:05:24 -0000 1.1 ++++ glibc-20090102T2110-fedora/ChangeLog.16 5 May 2006 06:11:52 -0000 1.1.2.1 @@ -171,6 +171,11 @@ [BZ #2611] * stdio-common/renameat.c (renameat): Fix typo. @@ -281,8 +281,8 @@ 2005-02-10 Roland McGrath [BZ #157] ---- glibc-20081113T2206/csu/Makefile 1 Mar 2006 10:35:47 -0000 1.79 -+++ glibc-20081113T2206-fedora/csu/Makefile 30 Nov 2006 17:07:37 -0000 1.74.2.6 +--- glibc-20090102T2110/csu/Makefile 1 Mar 2006 10:35:47 -0000 1.79 ++++ glibc-20090102T2110-fedora/csu/Makefile 30 Nov 2006 17:07:37 -0000 1.74.2.6 @@ -93,7 +93,8 @@ omit-deps += $(crtstuff) $(crtstuff:%=$(objpfx)%.o): %.o: %.S $(objpfx)defs.h $(compile.S) -g0 $(ASFLAGS-.os) -o $@ @@ -293,8 +293,8 @@ vpath initfini.c $(sysdirs) ---- glibc-20081113T2206/csu/elf-init.c 5 Nov 2005 17:41:38 -0000 1.8 -+++ glibc-20081113T2206-fedora/csu/elf-init.c 15 Nov 2005 09:54:10 -0000 1.3.2.6 +--- glibc-20090102T2110/csu/elf-init.c 5 Nov 2005 17:41:38 -0000 1.8 ++++ glibc-20090102T2110-fedora/csu/elf-init.c 15 Nov 2005 09:54:10 -0000 1.3.2.6 @@ -49,6 +49,23 @@ extern void (*__init_array_end []) (int, extern void (*__fini_array_start []) (void) attribute_hidden; extern void (*__fini_array_end []) (void) attribute_hidden; @@ -319,8 +319,8 @@ /* These function symbols are provided for the .init/.fini section entry points automagically by the linker. */ ---- glibc-20081113T2206/debug/tst-chk1.c 5 Mar 2008 06:51:37 -0000 1.19 -+++ glibc-20081113T2206-fedora/debug/tst-chk1.c 5 Mar 2008 09:37:40 -0000 1.1.2.19 +--- glibc-20090102T2110/debug/tst-chk1.c 5 Mar 2008 06:51:37 -0000 1.19 ++++ glibc-20090102T2110-fedora/debug/tst-chk1.c 5 Mar 2008 09:37:40 -0000 1.1.2.19 @@ -17,6 +17,9 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ @@ -349,8 +349,8 @@ # define O 0 # else # define O 1 ---- glibc-20081113T2206/elf/ldconfig.c 19 Mar 2008 06:43:31 -0000 1.63 -+++ glibc-20081113T2206-fedora/elf/ldconfig.c 26 Mar 2008 11:22:14 -0000 1.47.2.18 +--- glibc-20090102T2110/elf/ldconfig.c 2 Jan 2009 08:46:29 -0000 1.64 ++++ glibc-20090102T2110-fedora/elf/ldconfig.c 2 Jan 2009 21:13:54 -0000 1.47.2.19 @@ -1000,17 +1000,19 @@ search_dirs (void) @@ -432,8 +432,8 @@ } if (! opt_ignore_aux_cache) ---- glibc-20081113T2206/elf/tst-stackguard1.c 26 Jun 2005 18:08:36 -0000 1.1 -+++ glibc-20081113T2206-fedora/elf/tst-stackguard1.c 8 Aug 2005 21:24:27 -0000 1.1.2.3 +--- glibc-20090102T2110/elf/tst-stackguard1.c 26 Jun 2005 18:08:36 -0000 1.1 ++++ glibc-20090102T2110-fedora/elf/tst-stackguard1.c 8 Aug 2005 21:24:27 -0000 1.1.2.3 @@ -160,17 +160,21 @@ do_test (void) the 16 runs, something is very wrong. */ int ndifferences = 0; @@ -458,8 +458,8 @@ { puts ("stack guard canaries are not randomized enough"); puts ("nor equal to the default canary value"); ---- glibc-20081113T2206/include/features.h 13 Nov 2008 21:41:25 -0000 1.51 -+++ glibc-20081113T2206-fedora/include/features.h 13 Nov 2008 22:19:33 -0000 1.35.2.21 +--- glibc-20090102T2110/include/features.h 13 Nov 2008 21:41:25 -0000 1.51 ++++ glibc-20090102T2110-fedora/include/features.h 13 Nov 2008 22:19:33 -0000 1.35.2.21 @@ -282,8 +282,13 @@ #endif @@ -476,16 +476,16 @@ # define __USE_FORTIFY_LEVEL 2 # else # define __USE_FORTIFY_LEVEL 1 ---- glibc-20081113T2206/include/bits/stdlib-ldbl.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20081113T2206-fedora/include/bits/stdlib-ldbl.h 1 Feb 2006 09:30:43 -0000 1.1.2.1 +--- glibc-20090102T2110/include/bits/stdlib-ldbl.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20090102T2110-fedora/include/bits/stdlib-ldbl.h 1 Feb 2006 09:30:43 -0000 1.1.2.1 @@ -0,0 +1 @@ +#include ---- glibc-20081113T2206/include/bits/wchar-ldbl.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20081113T2206-fedora/include/bits/wchar-ldbl.h 1 Feb 2006 09:30:43 -0000 1.1.2.1 +--- glibc-20090102T2110/include/bits/wchar-ldbl.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20090102T2110-fedora/include/bits/wchar-ldbl.h 1 Feb 2006 09:30:43 -0000 1.1.2.1 @@ -0,0 +1 @@ +#include ---- glibc-20081113T2206/intl/locale.alias 28 Oct 2007 01:39:54 -0000 1.24 -+++ glibc-20081113T2206-fedora/intl/locale.alias 12 Dec 2007 18:13:23 -0000 1.23.2.2 +--- glibc-20090102T2110/intl/locale.alias 28 Oct 2007 01:39:54 -0000 1.24 ++++ glibc-20090102T2110-fedora/intl/locale.alias 12 Dec 2007 18:13:23 -0000 1.23.2.2 @@ -57,8 +57,6 @@ korean ko_KR.eucKR korean.euc ko_KR.eucKR ko_KR ko_KR.eucKR @@ -495,8 +495,8 @@ norwegian nb_NO.ISO-8859-1 nynorsk nn_NO.ISO-8859-1 polish pl_PL.ISO-8859-2 ---- glibc-20081113T2206/libio/stdio.h 24 May 2008 18:14:36 -0000 1.93 -+++ glibc-20081113T2206-fedora/libio/stdio.h 24 May 2008 22:22:18 -0000 1.78.2.14 +--- glibc-20090102T2110/libio/stdio.h 24 May 2008 18:14:36 -0000 1.93 ++++ glibc-20090102T2110-fedora/libio/stdio.h 24 May 2008 22:22:18 -0000 1.78.2.14 @@ -145,10 +145,12 @@ typedef _G_fpos64_t fpos64_t; extern struct _IO_FILE *stdin; /* Standard input stream. */ extern struct _IO_FILE *stdout; /* Standard output stream. */ @@ -510,8 +510,8 @@ __BEGIN_NAMESPACE_STD /* Remove file FILENAME. */ ---- glibc-20081113T2206/locale/iso-4217.def 17 Feb 2007 07:46:20 -0000 1.20 -+++ glibc-20081113T2206-fedora/locale/iso-4217.def 21 Feb 2007 11:15:50 -0000 1.15.2.5 +--- glibc-20090102T2110/locale/iso-4217.def 17 Feb 2007 07:46:20 -0000 1.20 ++++ glibc-20090102T2110-fedora/locale/iso-4217.def 21 Feb 2007 11:15:50 -0000 1.15.2.5 @@ -8,6 +8,7 @@ * * !!! The list has to be sorted !!! @@ -603,8 +603,8 @@ DEFINE_INT_CURR("PYG") /* Paraguay Guarani */ DEFINE_INT_CURR("QAR") /* Qatar Rial */ DEFINE_INT_CURR("ROL") /* Romanian Leu */ ---- glibc-20081113T2206/locale/programs/locarchive.c 16 Jul 2007 00:54:59 -0000 1.25 -+++ glibc-20081113T2206-fedora/locale/programs/locarchive.c 31 Jul 2007 17:45:53 -0000 1.21.2.4 +--- glibc-20090102T2110/locale/programs/locarchive.c 16 Jul 2007 00:54:59 -0000 1.25 ++++ glibc-20090102T2110-fedora/locale/programs/locarchive.c 31 Jul 2007 17:45:53 -0000 1.21.2.4 @@ -222,9 +222,9 @@ oldlocrecentcmp (const void *a, const vo /* forward decls for below */ static uint32_t add_locale (struct locarhandle *ah, const char *name, @@ -636,8 +636,8 @@ add_alias (struct locarhandle *ah, const char *alias, bool replace, const char *oldname, uint32_t *locrec_offset_p) { ---- glibc-20081113T2206/localedata/Makefile 31 Oct 2008 15:12:03 -0000 1.109 -+++ glibc-20081113T2206-fedora/localedata/Makefile 31 Oct 2008 21:33:57 -0000 1.101.2.9 +--- glibc-20090102T2110/localedata/Makefile 31 Oct 2008 15:12:03 -0000 1.109 ++++ glibc-20090102T2110-fedora/localedata/Makefile 31 Oct 2008 21:33:57 -0000 1.101.2.9 @@ -225,6 +225,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-lo echo -n '...'; \ input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \ @@ -646,8 +646,8 @@ -i locales/$$input -c -f charmaps/$$charset \ $(addprefix --prefix=,$(install_root)) $$locale; \ echo ' done'; \ ---- glibc-20081113T2206/localedata/SUPPORTED 16 Sep 2008 21:24:57 -0000 1.114 -+++ glibc-20081113T2206-fedora/localedata/SUPPORTED 20 Oct 2008 07:21:53 -0000 1.71.2.22 +--- glibc-20090102T2110/localedata/SUPPORTED 6 Dec 2008 03:02:45 -0000 1.115 ++++ glibc-20090102T2110-fedora/localedata/SUPPORTED 2 Jan 2009 21:13:56 -0000 1.71.2.23 @@ -84,6 +84,7 @@ cy_GB.UTF-8/UTF-8 \ cy_GB/ISO-8859-14 \ da_DK.UTF-8/UTF-8 \ @@ -672,7 +672,7 @@ en_ZA.UTF-8/UTF-8 \ en_ZA/ISO-8859-1 \ en_ZW.UTF-8/UTF-8 \ -@@ -300,6 +303,8 @@ nl_NL/ISO-8859-1 \ +@@ -301,6 +304,8 @@ nl_NL/ISO-8859-1 \ nl_NL at euro/ISO-8859-15 \ nn_NO.UTF-8/UTF-8 \ nn_NO/ISO-8859-1 \ @@ -681,7 +681,7 @@ nr_ZA/UTF-8 \ nso_ZA/UTF-8 \ oc_FR.UTF-8/UTF-8 \ -@@ -358,6 +363,7 @@ sv_FI/ISO-8859-1 \ +@@ -359,6 +364,7 @@ sv_FI/ISO-8859-1 \ sv_FI at euro/ISO-8859-15 \ sv_SE.UTF-8/UTF-8 \ sv_SE/ISO-8859-1 \ @@ -689,8 +689,8 @@ ta_IN/UTF-8 \ te_IN/UTF-8 \ tg_TJ.UTF-8/UTF-8 \ ---- glibc-20081113T2206/localedata/locales/cy_GB 28 Sep 2004 04:37:33 -0000 1.4 -+++ glibc-20081113T2206-fedora/localedata/locales/cy_GB 29 Sep 2004 08:48:23 -0000 1.3.2.2 +--- glibc-20090102T2110/localedata/locales/cy_GB 28 Sep 2004 04:37:33 -0000 1.4 ++++ glibc-20090102T2110-fedora/localedata/locales/cy_GB 29 Sep 2004 08:48:23 -0000 1.3.2.2 @@ -248,8 +248,11 @@ mon "" d_fmt "" @@ -705,8 +705,8 @@ END LC_TIME LC_MESSAGES ---- glibc-20081113T2206/localedata/locales/en_GB 31 Oct 2008 19:00:57 -0000 1.18 -+++ glibc-20081113T2206-fedora/localedata/locales/en_GB 31 Oct 2008 21:33:57 -0000 1.10.2.7 +--- glibc-20090102T2110/localedata/locales/en_GB 31 Oct 2008 19:00:57 -0000 1.18 ++++ glibc-20090102T2110-fedora/localedata/locales/en_GB 31 Oct 2008 21:33:57 -0000 1.10.2.7 @@ -116,8 +116,8 @@ mon "" d_fmt "" @@ -718,8 +718,8 @@ date_fmt "/ / " ---- glibc-20081113T2206/localedata/locales/no_NO 1 Jan 1970 00:00:00 -0000 -+++ glibc-20081113T2206-fedora/localedata/locales/no_NO 22 Sep 2004 21:21:01 -0000 1.11.2.1 +--- glibc-20090102T2110/localedata/locales/no_NO 1 Jan 1970 00:00:00 -0000 ++++ glibc-20090102T2110-fedora/localedata/locales/no_NO 22 Sep 2004 21:21:01 -0000 1.11.2.1 @@ -0,0 +1,69 @@ +escape_char / +comment_char % @@ -790,8 +790,8 @@ +LC_ADDRESS +copy "nb_NO" +END LC_ADDRESS ---- glibc-20081113T2206/localedata/locales/zh_TW 31 Oct 2004 23:42:28 -0000 1.7 -+++ glibc-20081113T2206-fedora/localedata/locales/zh_TW 2 Nov 2004 12:25:57 -0000 1.5.2.2 +--- glibc-20090102T2110/localedata/locales/zh_TW 31 Oct 2004 23:42:28 -0000 1.7 ++++ glibc-20090102T2110-fedora/localedata/locales/zh_TW 2 Nov 2004 12:25:57 -0000 1.5.2.2 @@ -1,7 +1,7 @@ comment_char % escape_char / @@ -819,8 +819,8 @@ revision "0.2" date "2000-08-02" % ---- glibc-20081113T2206/malloc/mcheck.c 19 May 2007 04:27:20 -0000 1.20 -+++ glibc-20081113T2206-fedora/malloc/mcheck.c 21 May 2007 20:01:08 -0000 1.18.2.2 +--- glibc-20090102T2110/malloc/mcheck.c 19 May 2007 04:27:20 -0000 1.20 ++++ glibc-20090102T2110-fedora/malloc/mcheck.c 21 May 2007 20:01:08 -0000 1.18.2.2 @@ -24,9 +24,25 @@ # include # include @@ -896,8 +896,8 @@ old_free_hook = __free_hook; __free_hook = freehook; ---- glibc-20081113T2206/manual/libc.texinfo 31 Jan 2008 01:43:04 -0000 1.98 -+++ glibc-20081113T2206-fedora/manual/libc.texinfo 31 Jan 2008 08:43:19 -0000 1.94.2.4 +--- glibc-20090102T2110/manual/libc.texinfo 31 Jan 2008 01:43:04 -0000 1.98 ++++ glibc-20090102T2110-fedora/manual/libc.texinfo 31 Jan 2008 08:43:19 -0000 1.94.2.4 @@ -5,7 +5,7 @@ @c setchapternewpage odd @@ -907,8 +907,8 @@ @direntry * Libc: (libc). C library. @end direntry ---- glibc-20081113T2206/misc/sys/cdefs.h 3 Oct 2007 18:27:02 -0000 1.73 -+++ glibc-20081113T2206-fedora/misc/sys/cdefs.h 3 Oct 2007 19:32:28 -0000 1.58.2.10 +--- glibc-20090102T2110/misc/sys/cdefs.h 3 Oct 2007 18:27:02 -0000 1.73 ++++ glibc-20090102T2110-fedora/misc/sys/cdefs.h 3 Oct 2007 19:32:28 -0000 1.58.2.10 @@ -132,7 +132,10 @@ #define __bos(ptr) __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1) #define __bos0(ptr) __builtin_object_size (ptr, 0) @@ -952,17 +952,17 @@ # define __va_arg_pack() __builtin_va_arg_pack () # define __va_arg_pack_len() __builtin_va_arg_pack_len () #endif ---- glibc-20081113T2206/nis/nss 28 Apr 2006 21:02:23 -0000 1.3 -+++ glibc-20081113T2206-fedora/nis/nss 1 May 2006 08:02:53 -0000 1.2.2.2 +--- glibc-20090102T2110/nis/nss 28 Apr 2006 21:02:23 -0000 1.3 ++++ glibc-20090102T2110-fedora/nis/nss 1 May 2006 08:02:53 -0000 1.2.2.2 @@ -25,4 +25,4 @@ # memory with every getXXent() call. Otherwise each getXXent() call # might result into a network communication with the server to get # the next entry. -#SETENT_BATCH_READ=TRUE +SETENT_BATCH_READ=TRUE ---- glibc-20081113T2206/nptl/ChangeLog 12 Nov 2008 13:39:22 -0000 1.1082 -+++ glibc-20081113T2206-fedora/nptl/ChangeLog 12 Nov 2008 20:29:34 -0000 1.706.2.164 -@@ -3291,6 +3291,15 @@ +--- glibc-20090102T2110/nptl/ChangeLog 29 Dec 2008 19:34:02 -0000 1.1091 ++++ glibc-20090102T2110-fedora/nptl/ChangeLog 2 Jan 2009 21:13:57 -0000 1.706.2.165 +@@ -3341,6 +3341,15 @@ Use __sigfillset. Document that sigfillset does the right thing wrt to SIGSETXID. @@ -978,7 +978,7 @@ 2005-07-11 Jakub Jelinek [BZ #1102] -@@ -4027,6 +4036,11 @@ +@@ -4077,6 +4086,11 @@ Move definition inside libpthread, libc, librt check. Provide definition for rtld. @@ -990,7 +990,7 @@ 2004-09-02 Ulrich Drepper * sysdeps/alpha/jmpbuf-unwind.h: Define __libc_unwind_longjmp. -@@ -6101,6 +6115,11 @@ +@@ -6151,6 +6165,11 @@ * Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules). @@ -1002,8 +1002,8 @@ 2003-07-25 Jakub Jelinek * tst-cancel17.c (do_test): Check if aio_cancel failed. ---- glibc-20081113T2206/nptl/Makefile 12 Nov 2008 13:38:23 -0000 1.195 -+++ glibc-20081113T2206-fedora/nptl/Makefile 12 Nov 2008 20:29:34 -0000 1.157.2.37 +--- glibc-20090102T2110/nptl/Makefile 12 Nov 2008 13:38:23 -0000 1.195 ++++ glibc-20090102T2110-fedora/nptl/Makefile 12 Nov 2008 20:29:34 -0000 1.157.2.37 @@ -339,7 +339,8 @@ endif extra-objs += $(crti-objs) $(crtn-objs) omit-deps += crti crtn @@ -1036,8 +1036,8 @@ else $(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a endif ---- glibc-20081113T2206/nptl/tst-stackguard1.c 26 Jun 2005 17:44:14 -0000 1.1 -+++ glibc-20081113T2206-fedora/nptl/tst-stackguard1.c 8 Aug 2005 21:24:28 -0000 1.1.2.3 +--- glibc-20090102T2110/nptl/tst-stackguard1.c 26 Jun 2005 17:44:14 -0000 1.1 ++++ glibc-20090102T2110-fedora/nptl/tst-stackguard1.c 8 Aug 2005 21:24:28 -0000 1.1.2.3 @@ -190,17 +190,21 @@ do_test (void) the 16 runs, something is very wrong. */ int ndifferences = 0; @@ -1062,8 +1062,8 @@ { puts ("stack guard canaries are not randomized enough"); puts ("nor equal to the default canary value"); ---- glibc-20081113T2206/nptl/sysdeps/unix/sysv/linux/kernel-features.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20081113T2206-fedora/nptl/sysdeps/unix/sysv/linux/kernel-features.h 22 Sep 2004 21:21:02 -0000 1.1.2.1 +--- glibc-20090102T2110/nptl/sysdeps/unix/sysv/linux/kernel-features.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20090102T2110-fedora/nptl/sysdeps/unix/sysv/linux/kernel-features.h 22 Sep 2004 21:21:02 -0000 1.1.2.1 @@ -0,0 +1,6 @@ +#include_next + @@ -1071,8 +1071,8 @@ +#ifndef __ASSUME_CLONE_THREAD_FLAGS +# define __ASSUME_CLONE_THREAD_FLAGS 1 +#endif ---- glibc-20081113T2206/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h 8 Mar 2008 01:57:04 -0000 1.16 -+++ glibc-20081113T2206-fedora/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h 14 Mar 2008 22:36:45 -0000 1.8.2.9 +--- glibc-20090102T2110/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h 8 Mar 2008 01:57:04 -0000 1.16 ++++ glibc-20090102T2110-fedora/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h 14 Mar 2008 22:36:45 -0000 1.8.2.9 @@ -181,4 +181,7 @@ /* Typed memory objects are not available. */ #define _POSIX_TYPED_MEMORY_OBJECTS -1 @@ -1081,8 +1081,8 @@ +#define _XOPEN_STREAMS -1 + #endif /* posix_opt.h */ ---- glibc-20081113T2206/nscd/nscd.conf 6 Nov 2007 00:50:48 -0000 1.16 -+++ glibc-20081113T2206-fedora/nscd/nscd.conf 12 Dec 2007 18:13:28 -0000 1.8.2.7 +--- glibc-20090102T2110/nscd/nscd.conf 6 Nov 2007 00:50:48 -0000 1.16 ++++ glibc-20090102T2110-fedora/nscd/nscd.conf 12 Dec 2007 18:13:28 -0000 1.8.2.7 @@ -33,7 +33,7 @@ # logfile /var/log/nscd.log # threads 4 @@ -1092,8 +1092,8 @@ # stat-user somebody debug-level 0 # reload-count 5 ---- glibc-20081113T2206/nscd/nscd.init 1 Dec 2006 20:12:45 -0000 1.10 -+++ glibc-20081113T2206-fedora/nscd/nscd.init 12 Dec 2007 18:13:28 -0000 1.6.2.6 +--- glibc-20090102T2110/nscd/nscd.init 1 Dec 2006 20:12:45 -0000 1.10 ++++ glibc-20090102T2110-fedora/nscd/nscd.init 12 Dec 2007 18:13:28 -0000 1.6.2.6 @@ -9,6 +9,7 @@ # slow naming services like NIS, NIS+, LDAP, or hesiod. # processname: /usr/sbin/nscd @@ -1150,8 +1150,8 @@ ;; *) echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}" ---- glibc-20081113T2206/posix/Makefile 20 Nov 2007 00:41:16 -0000 1.203 -+++ glibc-20081113T2206-fedora/posix/Makefile 12 Dec 2007 18:13:30 -0000 1.171.2.27 +--- glibc-20090102T2110/posix/Makefile 20 Nov 2007 00:41:16 -0000 1.203 ++++ glibc-20090102T2110-fedora/posix/Makefile 12 Dec 2007 18:13:30 -0000 1.171.2.27 @@ -301,11 +301,8 @@ $(inst_libexecdir)/getconf: $(inst_bindi mv -f $@/$$spec.new $@/$$spec; \ done < $(objpfx)getconf.speclist @@ -1168,8 +1168,8 @@ + | sed -n -e '/START_OF_STRINGS/,$${/POSIX_V6_/{s/^[^"]*"//;s/".*$$//;p}}' \ + > $@.new mv -f $@.new $@ ---- glibc-20081113T2206/posix/getconf.speclist.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20081113T2206-fedora/posix/getconf.speclist.h 13 Dec 2004 23:32:37 -0000 1.1.2.2 +--- glibc-20090102T2110/posix/getconf.speclist.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20090102T2110-fedora/posix/getconf.speclist.h 13 Dec 2004 23:32:37 -0000 1.1.2.2 @@ -0,0 +1,15 @@ +#include +const char *START_OF_STRINGS = @@ -1186,8 +1186,19 @@ +"POSIX_V6_LPBIG_OFFBIG" +#endif +""; ---- glibc-20081113T2206/streams/Makefile 23 Oct 2002 23:48:41 -0000 1.4 -+++ glibc-20081113T2206-fedora/streams/Makefile 14 Mar 2008 22:36:46 -0000 1.4.2.1 +--- glibc-20090102T2110/resolv/Versions 1 Aug 2008 17:15:34 -0000 1.25 ++++ glibc-20090102T2110-fedora/resolv/Versions 2 Jan 2009 21:14:01 -0000 1.20.2.6 +@@ -102,7 +102,7 @@ libnss_dns { + _nss_dns_gethostbyname_r; _nss_dns_getnetbyaddr_r; + _nss_dns_getnetbyname_r; _nss_dns_getcanonname_r; + _nss_dns_gethostbyaddr2_r; +- _nss_dns_gethostbyname4_r; ++ # _nss_dns_gethostbyname4_r; + } + } + +--- glibc-20090102T2110/streams/Makefile 23 Oct 2002 23:48:41 -0000 1.4 ++++ glibc-20090102T2110-fedora/streams/Makefile 14 Mar 2008 22:36:46 -0000 1.4.2.1 @@ -21,7 +21,7 @@ # subdir := streams @@ -1197,8 +1208,8 @@ routines = isastream getmsg getpmsg putmsg putpmsg fattach fdetach include ../Rules ---- glibc-20081113T2206/sysdeps/generic/dl-cache.h 25 Jun 2003 08:01:22 -0000 1.13 -+++ glibc-20081113T2206-fedora/sysdeps/generic/dl-cache.h 22 Sep 2004 21:21:07 -0000 1.13.2.1 +--- glibc-20090102T2110/sysdeps/generic/dl-cache.h 25 Jun 2003 08:01:22 -0000 1.13 ++++ glibc-20090102T2110-fedora/sysdeps/generic/dl-cache.h 22 Sep 2004 21:21:07 -0000 1.13.2.1 @@ -36,6 +36,14 @@ # define add_system_dir(dir) add_dir (dir) #endif @@ -1214,8 +1225,8 @@ #define CACHEMAGIC "ld.so-1.7.0" /* libc5 and glibc 2.0/2.1 use the same format. For glibc 2.2 another ---- glibc-20081113T2206/sysdeps/i386/Makefile 13 May 2008 05:30:43 -0000 1.21 -+++ glibc-20081113T2206-fedora/sysdeps/i386/Makefile 15 May 2008 07:57:47 -0000 1.16.2.5 +--- glibc-20090102T2110/sysdeps/i386/Makefile 13 May 2008 05:30:43 -0000 1.21 ++++ glibc-20090102T2110-fedora/sysdeps/i386/Makefile 15 May 2008 07:57:47 -0000 1.16.2.5 @@ -64,6 +64,14 @@ endif ifneq (,$(filter -mno-tls-direct-seg-refs,$(CFLAGS))) @@ -1231,8 +1242,8 @@ endif ifeq ($(subdir),elf) ---- glibc-20081113T2206/sysdeps/ia64/Makefile 16 Aug 2004 06:46:14 -0000 1.10 -+++ glibc-20081113T2206-fedora/sysdeps/ia64/Makefile 22 Sep 2004 21:21:07 -0000 1.10.2.1 +--- glibc-20090102T2110/sysdeps/ia64/Makefile 16 Aug 2004 06:46:14 -0000 1.10 ++++ glibc-20090102T2110-fedora/sysdeps/ia64/Makefile 22 Sep 2004 21:21:07 -0000 1.10.2.1 @@ -12,8 +12,8 @@ elide-routines.os += hp-timing ifeq (yes,$(build-shared)) @@ -1244,8 +1255,8 @@ endif endif ---- glibc-20081113T2206/sysdeps/ia64/ia64libgcc.S 11 May 2002 05:12:35 -0000 1.2 -+++ glibc-20081113T2206-fedora/sysdeps/ia64/ia64libgcc.S 22 Sep 2004 21:21:07 -0000 1.2.2.1 +--- glibc-20090102T2110/sysdeps/ia64/ia64libgcc.S 11 May 2002 05:12:35 -0000 1.2 ++++ glibc-20090102T2110-fedora/sysdeps/ia64/ia64libgcc.S 22 Sep 2004 21:21:07 -0000 1.2.2.1 @@ -1,350 +0,0 @@ -/* From the Intel IA-64 Optimization Guide, choose the minimum latency - alternative. */ @@ -1597,8 +1608,8 @@ - .symver ___multi3, __multi3 at GLIBC_2.2 - -#endif ---- glibc-20081113T2206/sysdeps/ia64/libgcc-compat.c 1 Jan 1970 00:00:00 -0000 -+++ glibc-20081113T2206-fedora/sysdeps/ia64/libgcc-compat.c 22 Sep 2004 21:21:08 -0000 1.1.2.1 +--- glibc-20090102T2110/sysdeps/ia64/libgcc-compat.c 1 Jan 1970 00:00:00 -0000 ++++ glibc-20090102T2110-fedora/sysdeps/ia64/libgcc-compat.c 22 Sep 2004 21:21:08 -0000 1.1.2.1 @@ -0,0 +1,84 @@ +/* pre-.hidden libgcc compatibility + Copyright (C) 2002 Free Software Foundation, Inc. @@ -1684,8 +1695,8 @@ +symbol_version (INTUSE (__multi3), __multi3, GLIBC_2.2); + +#endif ---- glibc-20081113T2206/sysdeps/powerpc/powerpc64/Makefile 2 Feb 2006 08:23:44 -0000 1.8 -+++ glibc-20081113T2206-fedora/sysdeps/powerpc/powerpc64/Makefile 30 Nov 2006 17:07:38 -0000 1.4.2.5 +--- glibc-20090102T2110/sysdeps/powerpc/powerpc64/Makefile 2 Feb 2006 08:23:44 -0000 1.8 ++++ glibc-20090102T2110-fedora/sysdeps/powerpc/powerpc64/Makefile 30 Nov 2006 17:07:38 -0000 1.4.2.5 @@ -30,6 +30,7 @@ ifneq ($(elf),no) # we use -fpic instead which is much better. CFLAGS-initfini.s += -fpic -O1 @@ -1694,8 +1705,8 @@ endif ifeq ($(subdir),elf) ---- glibc-20081113T2206/sysdeps/unix/nice.c 15 Aug 2006 05:24:45 -0000 1.7 -+++ glibc-20081113T2206-fedora/sysdeps/unix/nice.c 15 Aug 2006 05:53:50 -0000 1.6.2.2 +--- glibc-20090102T2110/sysdeps/unix/nice.c 15 Aug 2006 05:24:45 -0000 1.7 ++++ glibc-20090102T2110-fedora/sysdeps/unix/nice.c 15 Aug 2006 05:53:50 -0000 1.6.2.2 @@ -42,7 +42,12 @@ nice (int incr) __set_errno (save); } @@ -1710,8 +1721,8 @@ if (result == -1) { if (errno == EACCES) ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/check_pf.c 3 Jan 2008 00:24:52 -0000 1.15 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/check_pf.c 3 Jan 2008 20:20:42 -0000 1.3.2.11 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/check_pf.c 3 Jan 2008 00:24:52 -0000 1.15 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/check_pf.c 3 Jan 2008 20:20:42 -0000 1.3.2.11 @@ -27,13 +27,10 @@ #include #include @@ -1727,8 +1738,8 @@ #ifndef IFA_F_HOMEADDRESS # define IFA_F_HOMEADDRESS 0 ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/dl-osinfo.h 17 Apr 2008 08:32:24 -0000 1.28 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/dl-osinfo.h 15 May 2008 07:57:48 -0000 1.14.2.14 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/dl-osinfo.h 17 Apr 2008 08:32:24 -0000 1.28 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/dl-osinfo.h 15 May 2008 07:57:48 -0000 1.14.2.14 @@ -17,10 +17,13 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ @@ -1775,8 +1786,8 @@ + ret ^= stk; return ret; } ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/futimesat.c 3 Feb 2006 05:26:34 -0000 1.6 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/futimesat.c 3 Feb 2006 09:43:55 -0000 1.1.2.7 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/futimesat.c 3 Feb 2006 05:26:34 -0000 1.6 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/futimesat.c 3 Feb 2006 09:43:55 -0000 1.1.2.7 @@ -37,14 +37,14 @@ futimesat (fd, file, tvp) { int result; @@ -1819,8 +1830,8 @@ { size_t filelen = strlen (file); static const char procfd[] = "/proc/self/fd/%d/%s"; ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/netlinkaccess.h 8 Jan 2006 08:21:15 -0000 1.3 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/netlinkaccess.h 10 Dec 2006 10:51:12 -0000 1.1.2.3 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/netlinkaccess.h 8 Jan 2006 08:21:15 -0000 1.3 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/netlinkaccess.h 10 Dec 2006 10:51:12 -0000 1.1.2.3 @@ -25,6 +25,24 @@ #include @@ -1846,8 +1857,8 @@ struct netlink_res { ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/paths.h 15 Nov 2000 23:06:47 -0000 1.11 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/paths.h 22 Sep 2004 21:21:08 -0000 1.11.4.1 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/paths.h 15 Nov 2000 23:06:47 -0000 1.11 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/paths.h 22 Sep 2004 21:21:08 -0000 1.11.4.1 @@ -61,7 +61,7 @@ #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "/boot/vmlinux" @@ -1857,8 +1868,8 @@ #define _PATH_WTMP "/var/log/wtmp" /* Provide trailing slash, since mostly used for building pathnames. */ ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/tcsetattr.c 10 Sep 2003 19:16:07 -0000 1.16 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/tcsetattr.c 22 Sep 2004 21:21:08 -0000 1.16.2.1 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/tcsetattr.c 10 Sep 2003 19:16:07 -0000 1.16 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/tcsetattr.c 22 Sep 2004 21:21:08 -0000 1.16.2.1 @@ -49,6 +49,7 @@ tcsetattr (fd, optional_actions, termios { struct __kernel_termios k_termios; @@ -1904,8 +1915,8 @@ + return retval; } libc_hidden_def (tcsetattr) ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/i386/clone.S 3 Dec 2006 23:12:36 -0000 1.27 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/i386/clone.S 14 Dec 2006 09:06:34 -0000 1.22.2.6 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/i386/clone.S 3 Dec 2006 23:12:36 -0000 1.27 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/i386/clone.S 14 Dec 2006 09:06:34 -0000 1.22.2.6 @@ -120,9 +120,6 @@ L(pseudo_end): ret @@ -1924,8 +1935,8 @@ cfi_startproc PSEUDO_END (BP_SYM (__clone)) ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/i386/dl-cache.h 22 Sep 2004 21:21:08 -0000 1.1.2.1 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/i386/dl-cache.h 22 Sep 2004 21:21:08 -0000 1.1.2.1 @@ -0,0 +1,59 @@ +/* Support for reading /etc/ld.so.cache files written by Linux ldconfig. + Copyright (C) 2004 Free Software Foundation, Inc. @@ -1986,8 +1997,8 @@ + } while (0) + +#include_next ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/ia64/dl-cache.h 6 Jul 2001 04:56:17 -0000 1.2 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/ia64/dl-cache.h 22 Sep 2004 21:21:09 -0000 1.2.4.1 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/ia64/dl-cache.h 6 Jul 2001 04:56:17 -0000 1.2 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/ia64/dl-cache.h 22 Sep 2004 21:21:09 -0000 1.2.4.1 @@ -22,4 +22,31 @@ #define _dl_cache_check_flags(flags) \ ((flags) == _DL_CACHE_DEFAULT_ID) @@ -2020,29 +2031,29 @@ + } while (0) + #include_next ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 22 Sep 2004 21:21:09 -0000 1.1.2.1 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 22 Sep 2004 21:21:09 -0000 1.1.2.1 @@ -0,0 +1,5 @@ +#ifdef IS_IN_ldconfig +#include +#else +#include +#endif ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 22 Sep 2004 21:21:09 -0000 1.1.2.1 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 22 Sep 2004 21:21:09 -0000 1.1.2.1 @@ -0,0 +1,5 @@ +#ifdef IS_IN_ldconfig +#include +#else +#include +#endif ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 17 Jan 2002 06:49:28 -0000 1.2 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 22 Sep 2004 21:21:09 -0000 1.2.2.1 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 17 Jan 2002 06:49:28 -0000 1.2 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 22 Sep 2004 21:21:09 -0000 1.2.2.1 @@ -1 +1 @@ -s_^\(RTLDLIST=\)\([^ ]*\)-ia64\(\.so\.[0-9.]*\)[ ]*$_\1"\2-ia64\3 \2\3"_ +s_^\(RTLDLIST=\)\([^ ]*\)-ia64\(\.so\.[0-9.]*\)[ ]*$_\1"\2-ia64\3 /emul/ia32-linux\2\3"_ ---- glibc-20081113T2206/sysdeps/unix/sysv/linux/x86_64/clone.S 3 Dec 2006 23:12:36 -0000 1.7 -+++ glibc-20081113T2206-fedora/sysdeps/unix/sysv/linux/x86_64/clone.S 14 Dec 2006 09:06:34 -0000 1.4.2.4 +--- glibc-20090102T2110/sysdeps/unix/sysv/linux/x86_64/clone.S 3 Dec 2006 23:12:36 -0000 1.7 ++++ glibc-20090102T2110-fedora/sysdeps/unix/sysv/linux/x86_64/clone.S 14 Dec 2006 09:06:34 -0000 1.4.2.4 @@ -89,9 +89,6 @@ L(pseudo_end): ret Index: glibc.spec =================================================================== RCS file: /cvs/pkgs/rpms/glibc/devel/glibc.spec,v retrieving revision 1.373 retrieving revision 1.374 diff -u -r1.373 -r1.374 --- glibc.spec 13 Nov 2008 22:46:07 -0000 1.373 +++ glibc.spec 2 Jan 2009 22:17:46 -0000 1.374 @@ -1,6 +1,6 @@ -%define glibcdate 20081113T2206 +%define glibcdate 20090102T2110 %define glibcname glibc -%define glibcsrcdir glibc-20081113T2206 +%define glibcsrcdir glibc-20090102T2110 %define glibc_release_tarballs 0 %define run_glibc_tests 1 %define auxarches i586 i686 athlon sparcv9v sparc64v alphaev6 @@ -22,7 +22,7 @@ %define _unpackaged_files_terminate_build 0 Summary: The GNU libc libraries Name: glibc -Version: 2.9 +Version: 2.9.90 Release: 1 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs @@ -988,7 +988,15 @@ %endif %changelog -* Thu Nov 13 2008 Jakub Jelinek 2.9-1 +* Fri Jan 2 2009 Jakub Jelinek 2.9.90-1 +- update from trunk (#478314) + +* Mon Dec 8 2008 Jakub Jelinek 2.9-3 +- temporarily disable _nss_dns_gethostbyname4_r (#459756) +- NIS hostname lookup fixes (#473073, #474800, BZ#7058) +- fix unsetenv (#472941) + +* Thu Nov 13 2008 Jakub Jelinek 2.9-2 - glibc 2.9 release - fix CPU_ALLOC_SIZE on 32-bit arches (BZ#7029) Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/glibc/devel/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 13 Nov 2008 22:46:07 -0000 1.2 +++ import.log 2 Jan 2009 22:17:46 -0000 1.3 @@ -1,2 +1,3 @@ glibc-2_8_90-17:HEAD:glibc-2.8.90-17.src.rpm:1226522699 glibc-2_9-1:HEAD:glibc-2.9-1.src.rpm:1226616331 +glibc-2_9_90-1:HEAD:glibc-2.9.90-1.src.rpm:1230934009 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/glibc/devel/sources,v retrieving revision 1.283 retrieving revision 1.284 diff -u -r1.283 -r1.284 --- sources 13 Nov 2008 22:46:07 -0000 1.283 +++ sources 2 Jan 2009 22:17:46 -0000 1.284 @@ -1,2 +1,2 @@ -fa95108fcbc4d7f54e685b312ce3c2a4 glibc-20081113T2206.tar.bz2 -565a968c461bf804f816f25d2f47474a glibc-fedora-20081113T2206.tar.bz2 +9af466a43650290c3762ace76df57b62 glibc-20090102T2110.tar.bz2 +df962506987b8d817230af26a98be5fb glibc-fedora-20090102T2110.tar.bz2 From peterscheie at fedoraproject.org Fri Jan 2 22:23:00 2009 From: peterscheie at fedoraproject.org (Peter Scheie) Date: Fri, 2 Jan 2009 22:23:00 +0000 (UTC) Subject: rpms/k12linux-quick-start-guide/F-10 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090102222300.901ED70130@cvs1.fedora.phx.redhat.com> Author: peterscheie Update of /cvs/pkgs/rpms/k12linux-quick-start-guide/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26621 Modified Files: .cvsignore sources Log Message: Update to version 0.0.9 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 31 Dec 2008 05:55:08 -0000 1.1 +++ .cvsignore 2 Jan 2009 22:22:30 -0000 1.2 @@ -0,0 +1 @@ +k12linux-quick-start-guide-0.0.9.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 31 Dec 2008 05:55:08 -0000 1.1 +++ sources 2 Jan 2009 22:22:30 -0000 1.2 @@ -0,0 +1 @@ +db73786ee9a2bf2198a9f2a017088299 k12linux-quick-start-guide-0.0.9.tar.bz2 From rishi at fedoraproject.org Fri Jan 2 22:40:55 2009 From: rishi at fedoraproject.org (Debarshi Ray) Date: Fri, 2 Jan 2009 22:40:55 +0000 (UTC) Subject: rpms/anjuta/F-10 anjuta-2.24.1-webkit.patch, NONE, 1.1 anjuta.spec, 1.54, 1.55 Message-ID: <20090102224055.156D470130@cvs1.fedora.phx.redhat.com> Author: rishi Update of /cvs/pkgs/rpms/anjuta/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31727 Modified Files: anjuta.spec Added Files: anjuta-2.24.1-webkit.patch Log Message: * Sat Jan 03 2009 Debarshi Ray - 1:2.24.1-3 - Added patch against the Devhelp plugin from GNOME to make it work with the new WebKit-based Devhelp >= 0.22. Closes GNOME Bugzilla bug #560311, and Red Hat Bugzilla bug #478578. anjuta-2.24.1-webkit.patch: --- NEW FILE anjuta-2.24.1-webkit.patch --- diff -urNp anjuta-2.24.1.orig/configure anjuta-2.24.1/configure --- anjuta-2.24.1.orig/configure 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/configure 2009-01-03 03:28:07.000000000 +0530 @@ -2395,7 +2395,7 @@ VTE_REQUIRED=0.9.0 VTE_NEW_REQUIRED=0.13.1 LIBXML_REQUIRED=2.4.23 PANGO_REQUIRED=1.1.1 -LIBDEVHELP_REQUIRED=0.13 +LIBDEVHELP_REQUIRED=0.22 GDL_REQUIRED=0.7.3 GNOMEBUILD_REQUIRED=0.3.0 GLADEUI_REQUIRED=3.2.0 @@ -18753,12 +18753,12 @@ if test -n "$PKG_CONFIG"; then pkg_cv_PLUGIN_DEVHELP_CFLAGS="$PLUGIN_DEVHELP_CFLAGS" else if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED\"") >&5 - ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED webkit-1.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_PLUGIN_DEVHELP_CFLAGS=`$PKG_CONFIG --cflags "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED" 2>/dev/null` + pkg_cv_PLUGIN_DEVHELP_CFLAGS=`$PKG_CONFIG --cflags "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0" 2>/dev/null` else pkg_failed=yes fi @@ -18771,12 +18771,12 @@ if test -n "$PKG_CONFIG"; then pkg_cv_PLUGIN_DEVHELP_LIBS="$PLUGIN_DEVHELP_LIBS" else if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED\"") >&5 - ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED webkit-1.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_PLUGIN_DEVHELP_LIBS=`$PKG_CONFIG --libs "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED" 2>/dev/null` + pkg_cv_PLUGIN_DEVHELP_LIBS=`$PKG_CONFIG --libs "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0" 2>/dev/null` else pkg_failed=yes fi @@ -18795,9 +18795,9 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED"` + PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0"` else - PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED"` + PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0"` fi # Put the nasty error message in config.log where it belongs echo "$PLUGIN_DEVHELP_PKG_ERRORS" >&5 diff -urNp anjuta-2.24.1.orig/plugins/devhelp/anjuta-devhelp.ui anjuta-2.24.1/plugins/devhelp/anjuta-devhelp.ui --- anjuta-2.24.1.orig/plugins/devhelp/anjuta-devhelp.ui 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/plugins/devhelp/anjuta-devhelp.ui 2009-01-03 02:33:24.000000000 +0530 @@ -1,14 +1,6 @@ - - - - - - - - @@ -24,7 +16,5 @@ - - diff -urNp anjuta-2.24.1.orig/plugins/devhelp/htmlview.c anjuta-2.24.1/plugins/devhelp/htmlview.c --- anjuta-2.24.1.orig/plugins/devhelp/htmlview.c 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/plugins/devhelp/htmlview.c 1970-01-01 05:30:00.000000000 +0530 @@ -1,182 +0,0 @@ -/* - * 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 Library 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -#include "htmlview.h" - -#include -#include -#include -#include -#include - -static void html_view_class_init(HtmlViewClass *klass); -static void html_view_init(HtmlView *sp); -static void html_view_finalize(GObject *object); - -struct _HtmlViewPrivate { - DhHtml* html; - AnjutaDevhelp* devhelp; - gchar* uri; - guint idle_realize; -}; - -G_DEFINE_TYPE(HtmlView, html_view, GTK_TYPE_HBOX) - -static gboolean -devhelp_html_open_uri_cb (DhHtml *html, - const gchar *uri, - AnjutaDevhelp *widget) -{ -#ifdef HAVE_OLD_DEVHELP - dh_book_tree_show_uri (DH_BOOK_TREE (widget->book_tree), uri); -#else - dh_book_tree_select_uri (DH_BOOK_TREE (widget->book_tree), uri); -#endif - return FALSE; -} - -static void -devhelp_html_location_changed_cb (DhHtml *html, - const gchar *location, - AnjutaDevhelp *widget) -{ - anjuta_devhelp_check_history (widget); -} - -static gboolean -html_view_create_html(HtmlView* html_view) -{ - GtkWidget* view; - HtmlViewPrivate* priv = html_view->priv; - - priv->html = dh_html_new(); - - if (!priv->html || !DH_IS_HTML(priv->html)) - return TRUE; /* I think the idea is to wait until we get a widget? */ - - view = dh_html_get_widget(priv->html); - gtk_box_pack_start(GTK_BOX(html_view), dh_html_get_widget(priv->html), TRUE, TRUE, 1); - - g_signal_connect (priv->html, "open-uri", - G_CALLBACK (devhelp_html_open_uri_cb), - priv->devhelp); - g_signal_connect (priv->html, "location-changed", - G_CALLBACK (devhelp_html_location_changed_cb), - priv->devhelp); - - /* Hack to get GtkMozEmbed to work properly. */ - gtk_widget_realize (view); - - if (priv->uri) - dh_html_open_uri(priv->html, priv->uri); - else - dh_html_clear(priv->html); - - gtk_widget_show (view); - - return FALSE; -} - -static void -html_view_realize(GtkWidget* widget) -{ - HtmlView* html_view = HTML_VIEW(widget); - - if (html_view->priv->idle_realize == 0) - { - html_view->priv->idle_realize = - g_idle_add((GSourceFunc) html_view_create_html, html_view); - } - (* GTK_WIDGET_CLASS (html_view_parent_class)->realize)(widget); -} - -static void -html_view_unrealize(GtkWidget* widget) -{ - HtmlView* html_view = HTML_VIEW(widget); - - if (html_view->priv->idle_realize > 0) - { - g_source_remove (html_view->priv->idle_realize); - html_view->priv->idle_realize = 0; - } - - if (html_view->priv->html != NULL) - { - g_free(html_view->priv->uri); - html_view->priv->uri = dh_html_get_location(html_view->priv->html); - } - else - html_view->priv->uri = NULL; - - if (gtk_container_get_children(GTK_CONTAINER(html_view))) - { - gtk_container_remove(GTK_CONTAINER(widget), dh_html_get_widget(html_view->priv->html)); - html_view->priv->html = NULL; - } - - (* GTK_WIDGET_CLASS (html_view_parent_class)->unrealize)(widget); -} - -static void -html_view_class_init(HtmlViewClass *klass) -{ - GObjectClass *object_class = G_OBJECT_CLASS(klass); - GtkWidgetClass* widget_class = GTK_WIDGET_CLASS(klass); - - object_class->finalize = html_view_finalize; - - widget_class->realize = html_view_realize; - widget_class->unrealize = html_view_unrealize; -} - -static void -html_view_init(HtmlView *obj) -{ - obj->priv = g_new0(HtmlViewPrivate, 1); - gtk_widget_show(GTK_WIDGET(obj)); -} - -static void -html_view_finalize(GObject *object) -{ - HtmlView *cobj; - cobj = HTML_VIEW(object); - - /* Free private members, etc. */ - if (cobj->priv->html) - gtk_widget_destroy(dh_html_get_widget(cobj->priv->html)); - g_free (cobj->priv->uri); - g_free(cobj->priv); - G_OBJECT_CLASS(html_view_parent_class)->finalize(object); -} - -GtkWidget* -html_view_new(AnjutaDevhelp* devhelp) -{ - HtmlView *obj; - - obj = HTML_VIEW(g_object_new(HTML_TYPE_VIEW, NULL)); - - obj->priv->devhelp = devhelp; - - return GTK_WIDGET(obj); -} - -DhHtml* html_view_get_dh_html(HtmlView* view) -{ - return view->priv->html; -} diff -urNp anjuta-2.24.1.orig/plugins/devhelp/htmlview.h anjuta-2.24.1/plugins/devhelp/htmlview.h --- anjuta-2.24.1.orig/plugins/devhelp/htmlview.h 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/plugins/devhelp/htmlview.h 1970-01-01 05:30:00.000000000 +0530 @@ -1,57 +0,0 @@ -/* - * 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 Library 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -#ifndef HTMLVIEW_H -#define HTMLVIEW_H - -#include -#include -#include - -#include - -#include "plugin.h" - -G_BEGIN_DECLS - -#define HTML_TYPE_VIEW (html_view_get_type ()) -#define HTML_VIEW(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), HTML_TYPE_VIEW, HtmlView)) -#define HTML_VIEW_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), HTML_TYPE_VIEW, HtmlViewClass)) -#define HTML_IS_VIEW(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), HTML_TYPE_VIEW)) -#define HTML_IS_VIEW_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), HTML_TYPE_VIEW)) -#define HTML_VIEW_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), HTML_TYPE_VIEW, HtmlViewClass)) - -typedef struct _HtmlView HtmlView; -typedef struct _HtmlViewPrivate HtmlViewPrivate; -typedef struct _HtmlViewClass HtmlViewClass; - -struct _HtmlView { - GtkHBox parent; - HtmlViewPrivate *priv; -}; - -struct _HtmlViewClass { - GtkHBoxClass parent_class; -}; - -GType html_view_get_type(void); -GtkWidget *html_view_new(AnjutaDevhelp* devhelp); - -DhHtml* html_view_get_dh_html(HtmlView* html_view); - -G_END_DECLS - -#endif /* HTMLVIEW_H */ diff -urNp anjuta-2.24.1.orig/plugins/devhelp/Makefile.in anjuta-2.24.1/plugins/devhelp/Makefile.in --- anjuta-2.24.1.orig/plugins/devhelp/Makefile.in 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/plugins/devhelp/Makefile.in 2009-01-03 03:46:06.000000000 +0530 @@ -37,11 +37,7 @@ build_triplet = @build@ host_triplet = @host@ @HAVE_PLUGIN_DEVHELP_TRUE at am__append_1 = $(PLUGIN_DEVHELP_CFLAGS) @HAVE_PLUGIN_DEVHELP_FALSE at am__append_2 = -DDISABLE_EMBEDDED_DEVHELP - at HAVE_PLUGIN_DEVHELP_TRUE@am__append_3 = \ - at HAVE_PLUGIN_DEVHELP_TRUE@ htmlview.c \ - at HAVE_PLUGIN_DEVHELP_TRUE@ htmlview.h - - at HAVE_PLUGIN_DEVHELP_TRUE@am__append_4 = $(PLUGIN_DEVHELP_LIBS) + at HAVE_PLUGIN_DEVHELP_TRUE@am__append_3 = $(PLUGIN_DEVHELP_LIBS) subdir = plugins/devhelp DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -67,10 +63,7 @@ am__DEPENDENCIES_1 = @HAVE_PLUGIN_DEVHELP_TRUE at am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) libanjuta_devhelp_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) -am__libanjuta_devhelp_la_SOURCES_DIST = plugin.c plugin.h htmlview.c \ - htmlview.h - at HAVE_PLUGIN_DEVHELP_TRUE@am__objects_1 = htmlview.lo -am_libanjuta_devhelp_la_OBJECTS = plugin.lo $(am__objects_1) +am_libanjuta_devhelp_la_OBJECTS = plugin.lo libanjuta_devhelp_la_OBJECTS = $(am_libanjuta_devhelp_la_OBJECTS) libanjuta_devhelp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ @@ -88,7 +81,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLF --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libanjuta_devhelp_la_SOURCES) -DIST_SOURCES = $(am__libanjuta_devhelp_la_SOURCES_DIST) +DIST_SOURCES = $(libanjuta_devhelp_la_SOURCES) devhelp_pixmapsDATA_INSTALL = $(INSTALL_DATA) devhelp_pluginDATA_INSTALL = $(INSTALL_DATA) devhelp_uiDATA_INSTALL = $(INSTALL_DATA) @@ -389,6 +382,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @@ -424,11 +418,14 @@ plugin_LTLIBRARIES = libanjuta-devhelp.l libanjuta_devhelp_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) # Plugin sources -libanjuta_devhelp_la_SOURCES = plugin.c plugin.h $(am__append_3) +libanjuta_devhelp_la_SOURCES = \ + plugin.c \ + plugin.h + # Plugin dependencies libanjuta_devhelp_la_LIBADD = $(GTK_LIBS) $(LIBANJUTA_LIBS) \ - $(am__append_4) + $(am__append_3) EXTRA_DIST = \ $(plugin_in_files) \ $(devhelp_plugin_DATA) \ @@ -504,7 +501,6 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c - at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/htmlview.Plo at am__quote@ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/plugin.Plo at am__quote@ .c.o: diff -urNp anjuta-2.24.1.orig/plugins/devhelp/plugin.c anjuta-2.24.1/plugins/devhelp/plugin.c --- anjuta-2.24.1.orig/plugins/devhelp/plugin.c 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/plugins/devhelp/plugin.c 2009-01-03 02:09:10.000000000 +0530 @@ -34,11 +34,9 @@ #ifndef DISABLE_EMBEDDED_DEVHELP #include -#include -#include #include #include -#include "htmlview.h" +#include #define UI_FILE PACKAGE_DATA_DIR"/ui/anjuta-devhelp.ui" #else /* DISABLE_EMBEDDED_DEVHELP */ @@ -51,12 +49,8 @@ static gpointer parent_class; #ifndef DISABLE_EMBEDDED_DEVHELP -#define ANJUTA_PIXMAP_HELP_NEXT "anjuta-go-help-next-24.png" -#define ANJUTA_PIXMAP_HELP_PREV "anjuta-go-help-prev-24.png" #define ANJUTA_PIXMAP_DEVHELP "anjuta-devhelp-plugin-48.png" -#define ANJUTA_STOCK_HELP_NEXT "anjuta-help-next" -#define ANJUTA_STOCK_HELP_PREV "anjuta-help-prev" #define ANJUTA_STOCK_DEVHELP "anjuta-devhelp" static void @@ -74,76 +68,55 @@ register_stock_icons (AnjutaPlugin *plug /* Register stock icons */ ui = anjuta_shell_get_ui (plugin->shell, NULL); icon_factory = anjuta_ui_get_icon_factory (ui); - REGISTER_ICON (ANJUTA_PIXMAP_HELP_NEXT, ANJUTA_STOCK_HELP_NEXT); - REGISTER_ICON (ANJUTA_PIXMAP_HELP_PREV, ANJUTA_STOCK_HELP_PREV); REGISTER_ICON (ANJUTA_PIXMAP_DEVHELP, ANJUTA_STOCK_DEVHELP); } static void -devhelp_tree_link_selected_cb (GObject *ignored, - DhLink *link, - AnjutaDevhelp *widget) +devhelp_tree_link_selected_cb (GObject *ignored, DhLink *link, + AnjutaDevhelp *widget) { + gchar *uri; - DhHtml *html; + /*anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, + widget->view, NULL);*/ - anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, - widget->htmlview, NULL); - - html = html_view_get_dh_html(HTML_VIEW(widget->htmlview)); - - if (!DH_IS_HTML(html)) - return; + uri = dh_link_get_uri (link); + webkit_web_view_open (WEBKIT_WEB_VIEW (widget->view), uri); + g_free (uri); - dh_html_open_uri (html, link->uri); - anjuta_devhelp_check_history (widget); } static void -devhelp_search_link_selected_cb (GObject *ignored, - DhLink *link, - AnjutaDevhelp *widget) +devhelp_search_link_selected_cb (GObject *ignored, DhLink *link, + AnjutaDevhelp *widget) { - DhHtml *html; - - anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, - widget->htmlview, NULL); - - html = html_view_get_dh_html(HTML_VIEW(widget->htmlview)); - - if (!DH_IS_HTML(html)) - return; - - dh_html_open_uri (html, link->uri); + gchar *uri; + + /*anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, + widget->view, NULL);*/ + uri = dh_link_get_uri (link); + webkit_web_view_open (WEBKIT_WEB_VIEW (widget->view), uri); + g_free (uri); + anjuta_devhelp_check_history (widget); } static void -on_go_back_activate (GtkAction *action, AnjutaDevhelp *plugin) +on_go_back_clicked (GtkWidget *widget, AnjutaDevhelp *plugin) { - DhHtml* html; - - html = html_view_get_dh_html(HTML_VIEW(plugin->htmlview)); + webkit_web_view_go_back (WEBKIT_WEB_VIEW (plugin->view)); - if (!DH_IS_HTML(html)) - return; - - dh_html_go_back(html); + anjuta_devhelp_check_history (plugin); } static void -on_go_forward_activate (GtkAction *action, AnjutaDevhelp *plugin) +on_go_forward_clicked (GtkWidget *widget, AnjutaDevhelp *plugin) { - DhHtml* html; - - html = html_view_get_dh_html(HTML_VIEW(plugin->htmlview)); + webkit_web_view_go_forward (WEBKIT_WEB_VIEW (plugin->view)); - if (!DH_IS_HTML(html)) - return; - - dh_html_go_forward(html); + anjuta_devhelp_check_history (plugin); } static gboolean @@ -173,7 +146,7 @@ on_api_reference_activate (GtkAction *ac } static gboolean -context_idle(AnjutaDevhelp* plugin) +context_idle (AnjutaDevhelp* plugin) { IAnjutaEditor *editor; gchar *current_word; @@ -232,22 +205,6 @@ static GtkActionEntry actions[] = { NULL, NULL }, - { - "ActionDevhelpBack", - ANJUTA_STOCK_HELP_PREV, - N_("Previous Help"), - NULL, - N_("Go to previous help page"), - G_CALLBACK (on_go_back_activate) - }, - { - "ActionDevhelpForward", - ANJUTA_STOCK_HELP_NEXT, - N_("Next Help"), - NULL, - N_("Go to next help page"), - G_CALLBACK (on_go_forward_activate) - }, #endif /* DISABLE_EMBEDDED_DEVHELP */ { "ActionHelpApi", @@ -282,7 +239,7 @@ static GtkActionEntry actions[] = { /* Watches callbacks */ static void -value_added_current_editor (AnjutaPlugin *plugin, const char *name, +value_added_current_editor (AnjutaPlugin *plugin, const gchar *name, const GValue *value, gpointer data) { GtkAction *action; @@ -300,7 +257,7 @@ value_added_current_editor (AnjutaPlugin static void value_removed_current_editor (AnjutaPlugin *plugin, - const char *name, gpointer data) + const gchar *name, gpointer data) { GtkAction *action; AnjutaDevhelp* devhelp = ANJUTA_PLUGIN_DEVHELP (data); @@ -314,7 +271,6 @@ value_removed_current_editor (AnjutaPlug static gboolean devhelp_activate (AnjutaPlugin *plugin) { - AnjutaUI *ui; AnjutaDevhelp *devhelp; @@ -323,12 +279,15 @@ devhelp_activate (AnjutaPlugin *plugin) GNode *books; GList *keywords; GtkWidget* books_sw; + GtkWidget *scrolled_window; + GtkWidget *main_vbox; + GtkWidget *button_hbox; if (!init) { register_stock_icons (plugin); init = TRUE; - } + } #endif DEBUG_PRINT ("AnjutaDevhelp: Activating AnjutaDevhelp plugin ..."); @@ -346,47 +305,89 @@ devhelp_activate (AnjutaPlugin *plugin) devhelp->uiid = anjuta_ui_merge (ui, UI_FILE); #ifndef DISABLE_EMBEDDED_DEVHELP - + /* + * Forward/back buttons + */ + main_vbox = gtk_vbox_new (FALSE, 6); + gtk_widget_show (main_vbox); + button_hbox = gtk_hbox_new (FALSE, 0); + gtk_widget_show (button_hbox); + + devhelp->go_back = gtk_button_new_from_stock (GTK_STOCK_GO_BACK); + gtk_widget_show (devhelp->go_back); + gtk_box_pack_start (GTK_BOX (button_hbox), devhelp->go_back, FALSE, FALSE, 0); + gtk_widget_set_sensitive (devhelp->go_back, FALSE); + g_signal_connect (devhelp->go_back, "clicked", + G_CALLBACK (on_go_back_clicked), devhelp); + + devhelp->go_forward = gtk_button_new_from_stock (GTK_STOCK_GO_FORWARD); + gtk_widget_show (devhelp->go_forward); + gtk_box_pack_start (GTK_BOX (button_hbox), devhelp->go_forward, FALSE, FALSE, 0); + gtk_widget_set_sensitive (devhelp->go_forward, FALSE); + g_signal_connect (devhelp->go_forward, "clicked", + G_CALLBACK (on_go_forward_clicked), devhelp); + + gtk_box_pack_start (GTK_BOX (main_vbox), button_hbox, FALSE, FALSE, 0); + + /* + * Notebook + */ books = dh_base_get_book_tree (devhelp->base); keywords = dh_base_get_keywords (devhelp->base); - books_sw = gtk_scrolled_window_new(NULL, NULL); + books_sw = gtk_scrolled_window_new (NULL, NULL); gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (books_sw), - GTK_POLICY_NEVER, - GTK_POLICY_AUTOMATIC); + GTK_POLICY_NEVER, + GTK_POLICY_AUTOMATIC); gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (books_sw), - GTK_SHADOW_IN); + GTK_SHADOW_IN); gtk_container_set_border_width (GTK_CONTAINER (books_sw), 2); - devhelp->control_notebook = gtk_notebook_new(); - devhelp->book_tree = dh_book_tree_new(books); - devhelp->search = dh_search_new(keywords); + devhelp->control_notebook = gtk_notebook_new (); + gtk_box_pack_start (GTK_BOX (main_vbox), devhelp->control_notebook, TRUE, TRUE, 0); + devhelp->book_tree = dh_book_tree_new (books); + + devhelp->search = dh_search_new (keywords); + gtk_widget_set_size_request (devhelp->search, 0, 0); g_signal_connect (devhelp->book_tree, - "link-selected", - G_CALLBACK (devhelp_tree_link_selected_cb), - devhelp); + "link-selected", + G_CALLBACK (devhelp_tree_link_selected_cb), + devhelp); g_signal_connect (devhelp->search, - "link-selected", - G_CALLBACK (devhelp_search_link_selected_cb), - devhelp); - - gtk_container_add(GTK_CONTAINER(books_sw), devhelp->book_tree); - gtk_notebook_append_page(GTK_NOTEBOOK(devhelp->control_notebook), books_sw, - gtk_label_new(_("Books"))); - gtk_notebook_append_page(GTK_NOTEBOOK(devhelp->control_notebook), devhelp->search, - gtk_label_new(_("Search"))); - - devhelp->htmlview = html_view_new(devhelp); - - anjuta_shell_add_widget (plugin->shell, devhelp->control_notebook, - "AnjutaDevhelpIndex", _("Help"), ANJUTA_STOCK_DEVHELP, - ANJUTA_SHELL_PLACEMENT_LEFT, NULL); + "link-selected", + G_CALLBACK (devhelp_search_link_selected_cb), + devhelp); + + gtk_container_add (GTK_CONTAINER (books_sw), devhelp->book_tree); + gtk_notebook_append_page (GTK_NOTEBOOK (devhelp->control_notebook), books_sw, + gtk_label_new (_("Contents"))); + gtk_notebook_append_page (GTK_NOTEBOOK (devhelp->control_notebook), devhelp->search, + gtk_label_new (_("Search"))); + + gtk_widget_show_all (devhelp->control_notebook); + + /* View */ + devhelp->view = webkit_web_view_new (); + gtk_widget_show (devhelp->view); + + webkit_web_view_open (WEBKIT_WEB_VIEW (devhelp->view), "about:blank"); + + scrolled_window = gtk_scrolled_window_new (NULL, NULL); + gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled_window), + GTK_POLICY_AUTOMATIC, + GTK_POLICY_AUTOMATIC); + gtk_widget_show (scrolled_window); + gtk_container_add (GTK_CONTAINER (scrolled_window), devhelp->view); + + anjuta_shell_add_widget (plugin->shell, main_vbox, + "AnjutaDevhelpIndex", _("Help"), ANJUTA_STOCK_DEVHELP, + ANJUTA_SHELL_PLACEMENT_LEFT, NULL); /* This is the window that show the html help text */ - anjuta_shell_add_widget (plugin->shell, devhelp->htmlview, - "AnjutaDevhelpDisplay", _("Help display"), - ANJUTA_STOCK_DEVHELP, - ANJUTA_SHELL_PLACEMENT_CENTER, NULL); + anjuta_shell_add_widget (plugin->shell, scrolled_window, + "AnjutaDevhelpDisplay", _("Help display"), + ANJUTA_STOCK_DEVHELP, + ANJUTA_SHELL_PLACEMENT_CENTER, NULL); #endif /* DISABLE_EMBEDDED_DEVHELP */ @@ -415,7 +416,7 @@ devhelp_deactivate (AnjutaPlugin *plugin #ifndef DISABLE_EMBEDDED_DEVHELP /* Remove widgets */ - anjuta_shell_remove_widget(plugin->shell, devhelp->htmlview, NULL); + anjuta_shell_remove_widget(plugin->shell, devhelp->view, NULL); anjuta_shell_remove_widget(plugin->shell, devhelp->control_notebook, NULL); #endif /* DISABLE_EMBEDDED_DEVHELP */ @@ -431,32 +432,22 @@ devhelp_deactivate (AnjutaPlugin *plugin #ifndef DISABLE_EMBEDDED_DEVHELP -void anjuta_devhelp_check_history(AnjutaDevhelp* devhelp) +void +anjuta_devhelp_check_history (AnjutaDevhelp* devhelp) { - GtkAction* action_forward; - GtkAction* action_back; - DhHtml* html = html_view_get_dh_html(HTML_VIEW(devhelp->htmlview)); - - action_forward = gtk_action_group_get_action (devhelp->action_group, - "ActionDevhelpForward"); - action_back = gtk_action_group_get_action (devhelp->action_group, - "ActionDevhelpBack"); - if (html != NULL) - { - g_object_set (action_forward, "sensitive", dh_html_can_go_forward (html) , NULL); - g_object_set (action_back, "sensitive", dh_html_can_go_back (html) , NULL); - } + gtk_widget_set_sensitive (devhelp->go_forward, webkit_web_view_can_go_forward (WEBKIT_WEB_VIEW (devhelp->view))); + + gtk_widget_set_sensitive (devhelp->go_back, webkit_web_view_can_go_back (WEBKIT_WEB_VIEW (devhelp->view))); } #endif /* DISABLE_EMBEDDED_DEVHELP */ -#if 0 static void devhelp_finalize (GObject *obj) { + DEBUG_PRINT ("%s", "Finalising Devhelp plugin"); + /* Finalization codes here */ - AnjutaDevhelp *plugin = ANJUTA_PLUGIN_DEVHELP (obj); - G_OBJECT_CLASS (parent_class)->finalize (obj); } @@ -465,13 +456,17 @@ devhelp_dispose (GObject *obj) { AnjutaDevhelp* devhelp = ANJUTA_PLUGIN_DEVHELP (obj); - /* Destroy devhelp - seems not to work... */ - // g_object_unref(G_OBJECT(devhelp->base)); + DEBUG_PRINT ("%s", "Disposing Devhelp plugin"); + + if (devhelp->base) + { + g_object_unref(G_OBJECT(devhelp->base)); + devhelp->base = NULL; + } /* Disposition codes */ G_OBJECT_CLASS (parent_class)->dispose (obj); } -#endif static void devhelp_instance_init (GObject *obj) @@ -497,10 +492,9 @@ devhelp_class_init (GObjectClass *klass) plugin_class->activate = devhelp_activate; plugin_class->deactivate = devhelp_deactivate; -#if 0 + klass->finalize = devhelp_finalize; klass->dispose = devhelp_dispose; -#endif } #ifndef DISABLE_EMBEDDED_DEVHELP @@ -515,7 +509,7 @@ ihelp_search (IAnjutaHelp *help, const g anjuta_shell_present_widget (ANJUTA_PLUGIN (plugin)->shell, plugin->control_notebook, NULL); - dh_search_set_search_string (DH_SEARCH (plugin->search), query); + dh_search_set_search_string (DH_SEARCH (plugin->search), query, NULL); gtk_notebook_set_current_page (GTK_NOTEBOOK (plugin->control_notebook), 1); } @@ -524,34 +518,33 @@ ihelp_search (IAnjutaHelp *help, const g static void ihelp_search (IAnjutaHelp *help, const gchar *query, GError **err) { - AnjutaDevhelp *plugin; - - plugin = ANJUTA_PLUGIN_DEVHELP (help); + gchar *cmd[4]; if (!anjuta_util_prog_is_installed ("devhelp", TRUE)) { return; } - if(query && strlen (query) > 0) + cmd[0] = "devhelp"; + + if (query && strlen (query) > 0) { - fprintf(stderr, "Word is %s\n", query); - if(fork()==0) - { - execlp("devhelp", "devhelp", "-s", query, NULL); - g_warning (_("Cannot execute command: \"%s\""), "devhelp"); - _exit(1); - } + cmd[1] = "-s"; + cmd[2] = (gchar *)query; + cmd[3] = NULL; } else { - if(fork()==0) - { - execlp("devhelp", "devhelp", NULL); - g_warning (_("Cannot execute command: \"%s\""), "devhelp"); - _exit(1); - } + cmd[1] = NULL; } + + gdk_spawn_on_screen (gdk_screen_get_default (), + NULL, + cmd, + NULL, + G_SPAWN_SEARCH_PATH, + NULL, + NULL, NULL, NULL); } #endif /* DISABLE_EMBEDDED_DEVHELP */ diff -urNp anjuta-2.24.1.orig/plugins/devhelp/plugin.h anjuta-2.24.1/plugins/devhelp/plugin.h --- anjuta-2.24.1.orig/plugins/devhelp/plugin.h 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/plugins/devhelp/plugin.h 2009-01-03 02:17:42.000000000 +0530 @@ -49,10 +49,12 @@ struct _AnjutaDevhelp{ #ifndef DISABLE_EMBEDDED_DEVHELP DhBase *base; #endif /* DISABLE_EMBEDDED_DEVHELP */ - GtkWidget *htmlview; + GtkWidget *view; GtkWidget *control_notebook; GtkWidget *book_tree; GtkWidget *search; + GtkWidget *go_back; + GtkWidget *go_forward; IAnjutaEditor *editor; guint editor_watch_id; Index: anjuta.spec =================================================================== RCS file: /cvs/pkgs/rpms/anjuta/F-10/anjuta.spec,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- anjuta.spec 9 Nov 2008 19:19:17 -0000 1.54 +++ anjuta.spec 2 Jan 2009 22:40:24 -0000 1.55 @@ -2,12 +2,15 @@ Name: anjuta Epoch: 1 Version: 2.24.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.anjuta.org/ Source0: http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.24/%{name}-%{version}.tar.gz +# http://bugzilla.gnome.org/560311 +Patch0: %{name}-%{version}-webkit.patch + BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: GConf2 @@ -26,7 +29,7 @@ BuildRequires: autogen BuildRequires: binutils-devel BuildRequires: desktop-file-utils -BuildRequires: devhelp-devel +BuildRequires: devhelp-devel >= 0.22 BuildRequires: e2fsprogs-devel BuildRequires: gettext BuildRequires: glade3-libgladeui-devel @@ -84,6 +87,7 @@ %prep %setup -q +%patch0 -p1 # Suppress rpmlint error. chmod 644 `find . -name "*.cxx" -perm /111 -print` @@ -273,6 +277,11 @@ %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf %changelog +* Sat Jan 03 2009 Debarshi Ray - 1:2.24.1-3 +- Added patch against the Devhelp plugin from GNOME to make it work with the + new WebKit-based Devhelp >= 0.22. Closes GNOME Bugzilla bug #560311, and Red + Hat Bugzilla bug #478578. + * Sun Nov 09 2008 Debarshi Ray - 1:2.24.1-2 - Added 'Requires: libglade2 >= 2.6.3-2' and a symlink to libanjuta.so.0 for some plugins to work. Closes Red Hat Bugzilla bug #467894. From rishi at fedoraproject.org Fri Jan 2 22:42:54 2009 From: rishi at fedoraproject.org (Debarshi Ray) Date: Fri, 2 Jan 2009 22:42:54 +0000 (UTC) Subject: rpms/anjuta/devel anjuta-2.24.1-webkit.patch, NONE, 1.1 anjuta.spec, 1.54, 1.55 Message-ID: <20090102224254.5C93D70130@cvs1.fedora.phx.redhat.com> Author: rishi Update of /cvs/pkgs/rpms/anjuta/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32233 Modified Files: anjuta.spec Added Files: anjuta-2.24.1-webkit.patch Log Message: * Sat Jan 03 2009 Debarshi Ray - 1:2.24.1-3 - Added patch against the Devhelp plugin from GNOME to make it work with the new WebKit-based Devhelp >= 0.22. Closes GNOME Bugzilla bug #560311, and Red Hat Bugzilla bug #478578. anjuta-2.24.1-webkit.patch: --- NEW FILE anjuta-2.24.1-webkit.patch --- diff -urNp anjuta-2.24.1.orig/configure anjuta-2.24.1/configure --- anjuta-2.24.1.orig/configure 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/configure 2009-01-03 03:28:07.000000000 +0530 @@ -2395,7 +2395,7 @@ VTE_REQUIRED=0.9.0 VTE_NEW_REQUIRED=0.13.1 LIBXML_REQUIRED=2.4.23 PANGO_REQUIRED=1.1.1 -LIBDEVHELP_REQUIRED=0.13 +LIBDEVHELP_REQUIRED=0.22 GDL_REQUIRED=0.7.3 GNOMEBUILD_REQUIRED=0.3.0 GLADEUI_REQUIRED=3.2.0 @@ -18753,12 +18753,12 @@ if test -n "$PKG_CONFIG"; then pkg_cv_PLUGIN_DEVHELP_CFLAGS="$PLUGIN_DEVHELP_CFLAGS" else if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED\"") >&5 - ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED webkit-1.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_PLUGIN_DEVHELP_CFLAGS=`$PKG_CONFIG --cflags "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED" 2>/dev/null` + pkg_cv_PLUGIN_DEVHELP_CFLAGS=`$PKG_CONFIG --cflags "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0" 2>/dev/null` else pkg_failed=yes fi @@ -18771,12 +18771,12 @@ if test -n "$PKG_CONFIG"; then pkg_cv_PLUGIN_DEVHELP_LIBS="$PLUGIN_DEVHELP_LIBS" else if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED\"") >&5 - ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED webkit-1.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_PLUGIN_DEVHELP_LIBS=`$PKG_CONFIG --libs "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED" 2>/dev/null` + pkg_cv_PLUGIN_DEVHELP_LIBS=`$PKG_CONFIG --libs "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0" 2>/dev/null` else pkg_failed=yes fi @@ -18795,9 +18795,9 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED"` + PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0"` else - PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED"` + PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0"` fi # Put the nasty error message in config.log where it belongs echo "$PLUGIN_DEVHELP_PKG_ERRORS" >&5 diff -urNp anjuta-2.24.1.orig/plugins/devhelp/anjuta-devhelp.ui anjuta-2.24.1/plugins/devhelp/anjuta-devhelp.ui --- anjuta-2.24.1.orig/plugins/devhelp/anjuta-devhelp.ui 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/plugins/devhelp/anjuta-devhelp.ui 2009-01-03 02:33:24.000000000 +0530 @@ -1,14 +1,6 @@ - - - - - - - - @@ -24,7 +16,5 @@ - - diff -urNp anjuta-2.24.1.orig/plugins/devhelp/htmlview.c anjuta-2.24.1/plugins/devhelp/htmlview.c --- anjuta-2.24.1.orig/plugins/devhelp/htmlview.c 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/plugins/devhelp/htmlview.c 1970-01-01 05:30:00.000000000 +0530 @@ -1,182 +0,0 @@ -/* - * 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 Library 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -#include "htmlview.h" - -#include -#include -#include -#include -#include - -static void html_view_class_init(HtmlViewClass *klass); -static void html_view_init(HtmlView *sp); -static void html_view_finalize(GObject *object); - -struct _HtmlViewPrivate { - DhHtml* html; - AnjutaDevhelp* devhelp; - gchar* uri; - guint idle_realize; -}; - -G_DEFINE_TYPE(HtmlView, html_view, GTK_TYPE_HBOX) - -static gboolean -devhelp_html_open_uri_cb (DhHtml *html, - const gchar *uri, - AnjutaDevhelp *widget) -{ -#ifdef HAVE_OLD_DEVHELP - dh_book_tree_show_uri (DH_BOOK_TREE (widget->book_tree), uri); -#else - dh_book_tree_select_uri (DH_BOOK_TREE (widget->book_tree), uri); -#endif - return FALSE; -} - -static void -devhelp_html_location_changed_cb (DhHtml *html, - const gchar *location, - AnjutaDevhelp *widget) -{ - anjuta_devhelp_check_history (widget); -} - -static gboolean -html_view_create_html(HtmlView* html_view) -{ - GtkWidget* view; - HtmlViewPrivate* priv = html_view->priv; - - priv->html = dh_html_new(); - - if (!priv->html || !DH_IS_HTML(priv->html)) - return TRUE; /* I think the idea is to wait until we get a widget? */ - - view = dh_html_get_widget(priv->html); - gtk_box_pack_start(GTK_BOX(html_view), dh_html_get_widget(priv->html), TRUE, TRUE, 1); - - g_signal_connect (priv->html, "open-uri", - G_CALLBACK (devhelp_html_open_uri_cb), - priv->devhelp); - g_signal_connect (priv->html, "location-changed", - G_CALLBACK (devhelp_html_location_changed_cb), - priv->devhelp); - - /* Hack to get GtkMozEmbed to work properly. */ - gtk_widget_realize (view); - - if (priv->uri) - dh_html_open_uri(priv->html, priv->uri); - else - dh_html_clear(priv->html); - - gtk_widget_show (view); - - return FALSE; -} - -static void -html_view_realize(GtkWidget* widget) -{ - HtmlView* html_view = HTML_VIEW(widget); - - if (html_view->priv->idle_realize == 0) - { - html_view->priv->idle_realize = - g_idle_add((GSourceFunc) html_view_create_html, html_view); - } - (* GTK_WIDGET_CLASS (html_view_parent_class)->realize)(widget); -} - -static void -html_view_unrealize(GtkWidget* widget) -{ - HtmlView* html_view = HTML_VIEW(widget); - - if (html_view->priv->idle_realize > 0) - { - g_source_remove (html_view->priv->idle_realize); - html_view->priv->idle_realize = 0; - } - - if (html_view->priv->html != NULL) - { - g_free(html_view->priv->uri); - html_view->priv->uri = dh_html_get_location(html_view->priv->html); - } - else - html_view->priv->uri = NULL; - - if (gtk_container_get_children(GTK_CONTAINER(html_view))) - { - gtk_container_remove(GTK_CONTAINER(widget), dh_html_get_widget(html_view->priv->html)); - html_view->priv->html = NULL; - } - - (* GTK_WIDGET_CLASS (html_view_parent_class)->unrealize)(widget); -} - -static void -html_view_class_init(HtmlViewClass *klass) -{ - GObjectClass *object_class = G_OBJECT_CLASS(klass); - GtkWidgetClass* widget_class = GTK_WIDGET_CLASS(klass); - - object_class->finalize = html_view_finalize; - - widget_class->realize = html_view_realize; - widget_class->unrealize = html_view_unrealize; -} - -static void -html_view_init(HtmlView *obj) -{ - obj->priv = g_new0(HtmlViewPrivate, 1); - gtk_widget_show(GTK_WIDGET(obj)); -} - -static void -html_view_finalize(GObject *object) -{ - HtmlView *cobj; - cobj = HTML_VIEW(object); - - /* Free private members, etc. */ - if (cobj->priv->html) - gtk_widget_destroy(dh_html_get_widget(cobj->priv->html)); - g_free (cobj->priv->uri); - g_free(cobj->priv); - G_OBJECT_CLASS(html_view_parent_class)->finalize(object); -} - -GtkWidget* -html_view_new(AnjutaDevhelp* devhelp) -{ - HtmlView *obj; - - obj = HTML_VIEW(g_object_new(HTML_TYPE_VIEW, NULL)); - - obj->priv->devhelp = devhelp; - - return GTK_WIDGET(obj); -} - -DhHtml* html_view_get_dh_html(HtmlView* view) -{ - return view->priv->html; -} diff -urNp anjuta-2.24.1.orig/plugins/devhelp/htmlview.h anjuta-2.24.1/plugins/devhelp/htmlview.h --- anjuta-2.24.1.orig/plugins/devhelp/htmlview.h 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/plugins/devhelp/htmlview.h 1970-01-01 05:30:00.000000000 +0530 @@ -1,57 +0,0 @@ -/* - * 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 Library 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -#ifndef HTMLVIEW_H -#define HTMLVIEW_H - -#include -#include -#include - -#include - -#include "plugin.h" - -G_BEGIN_DECLS - -#define HTML_TYPE_VIEW (html_view_get_type ()) -#define HTML_VIEW(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), HTML_TYPE_VIEW, HtmlView)) -#define HTML_VIEW_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), HTML_TYPE_VIEW, HtmlViewClass)) -#define HTML_IS_VIEW(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), HTML_TYPE_VIEW)) -#define HTML_IS_VIEW_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), HTML_TYPE_VIEW)) -#define HTML_VIEW_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), HTML_TYPE_VIEW, HtmlViewClass)) - -typedef struct _HtmlView HtmlView; -typedef struct _HtmlViewPrivate HtmlViewPrivate; -typedef struct _HtmlViewClass HtmlViewClass; - -struct _HtmlView { - GtkHBox parent; - HtmlViewPrivate *priv; -}; - -struct _HtmlViewClass { - GtkHBoxClass parent_class; -}; - -GType html_view_get_type(void); -GtkWidget *html_view_new(AnjutaDevhelp* devhelp); - -DhHtml* html_view_get_dh_html(HtmlView* html_view); - -G_END_DECLS - -#endif /* HTMLVIEW_H */ diff -urNp anjuta-2.24.1.orig/plugins/devhelp/Makefile.in anjuta-2.24.1/plugins/devhelp/Makefile.in --- anjuta-2.24.1.orig/plugins/devhelp/Makefile.in 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/plugins/devhelp/Makefile.in 2009-01-03 03:46:06.000000000 +0530 @@ -37,11 +37,7 @@ build_triplet = @build@ host_triplet = @host@ @HAVE_PLUGIN_DEVHELP_TRUE at am__append_1 = $(PLUGIN_DEVHELP_CFLAGS) @HAVE_PLUGIN_DEVHELP_FALSE at am__append_2 = -DDISABLE_EMBEDDED_DEVHELP - at HAVE_PLUGIN_DEVHELP_TRUE@am__append_3 = \ - at HAVE_PLUGIN_DEVHELP_TRUE@ htmlview.c \ - at HAVE_PLUGIN_DEVHELP_TRUE@ htmlview.h - - at HAVE_PLUGIN_DEVHELP_TRUE@am__append_4 = $(PLUGIN_DEVHELP_LIBS) + at HAVE_PLUGIN_DEVHELP_TRUE@am__append_3 = $(PLUGIN_DEVHELP_LIBS) subdir = plugins/devhelp DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -67,10 +63,7 @@ am__DEPENDENCIES_1 = @HAVE_PLUGIN_DEVHELP_TRUE at am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) libanjuta_devhelp_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) -am__libanjuta_devhelp_la_SOURCES_DIST = plugin.c plugin.h htmlview.c \ - htmlview.h - at HAVE_PLUGIN_DEVHELP_TRUE@am__objects_1 = htmlview.lo -am_libanjuta_devhelp_la_OBJECTS = plugin.lo $(am__objects_1) +am_libanjuta_devhelp_la_OBJECTS = plugin.lo libanjuta_devhelp_la_OBJECTS = $(am_libanjuta_devhelp_la_OBJECTS) libanjuta_devhelp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ @@ -88,7 +81,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLF --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libanjuta_devhelp_la_SOURCES) -DIST_SOURCES = $(am__libanjuta_devhelp_la_SOURCES_DIST) +DIST_SOURCES = $(libanjuta_devhelp_la_SOURCES) devhelp_pixmapsDATA_INSTALL = $(INSTALL_DATA) devhelp_pluginDATA_INSTALL = $(INSTALL_DATA) devhelp_uiDATA_INSTALL = $(INSTALL_DATA) @@ -389,6 +382,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @@ -424,11 +418,14 @@ plugin_LTLIBRARIES = libanjuta-devhelp.l libanjuta_devhelp_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) # Plugin sources -libanjuta_devhelp_la_SOURCES = plugin.c plugin.h $(am__append_3) +libanjuta_devhelp_la_SOURCES = \ + plugin.c \ + plugin.h + # Plugin dependencies libanjuta_devhelp_la_LIBADD = $(GTK_LIBS) $(LIBANJUTA_LIBS) \ - $(am__append_4) + $(am__append_3) EXTRA_DIST = \ $(plugin_in_files) \ $(devhelp_plugin_DATA) \ @@ -504,7 +501,6 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c - at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/htmlview.Plo at am__quote@ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/plugin.Plo at am__quote@ .c.o: diff -urNp anjuta-2.24.1.orig/plugins/devhelp/plugin.c anjuta-2.24.1/plugins/devhelp/plugin.c --- anjuta-2.24.1.orig/plugins/devhelp/plugin.c 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/plugins/devhelp/plugin.c 2009-01-03 02:09:10.000000000 +0530 @@ -34,11 +34,9 @@ #ifndef DISABLE_EMBEDDED_DEVHELP #include -#include -#include #include #include -#include "htmlview.h" +#include #define UI_FILE PACKAGE_DATA_DIR"/ui/anjuta-devhelp.ui" #else /* DISABLE_EMBEDDED_DEVHELP */ @@ -51,12 +49,8 @@ static gpointer parent_class; #ifndef DISABLE_EMBEDDED_DEVHELP -#define ANJUTA_PIXMAP_HELP_NEXT "anjuta-go-help-next-24.png" -#define ANJUTA_PIXMAP_HELP_PREV "anjuta-go-help-prev-24.png" #define ANJUTA_PIXMAP_DEVHELP "anjuta-devhelp-plugin-48.png" -#define ANJUTA_STOCK_HELP_NEXT "anjuta-help-next" -#define ANJUTA_STOCK_HELP_PREV "anjuta-help-prev" #define ANJUTA_STOCK_DEVHELP "anjuta-devhelp" static void @@ -74,76 +68,55 @@ register_stock_icons (AnjutaPlugin *plug /* Register stock icons */ ui = anjuta_shell_get_ui (plugin->shell, NULL); icon_factory = anjuta_ui_get_icon_factory (ui); - REGISTER_ICON (ANJUTA_PIXMAP_HELP_NEXT, ANJUTA_STOCK_HELP_NEXT); - REGISTER_ICON (ANJUTA_PIXMAP_HELP_PREV, ANJUTA_STOCK_HELP_PREV); REGISTER_ICON (ANJUTA_PIXMAP_DEVHELP, ANJUTA_STOCK_DEVHELP); } static void -devhelp_tree_link_selected_cb (GObject *ignored, - DhLink *link, - AnjutaDevhelp *widget) +devhelp_tree_link_selected_cb (GObject *ignored, DhLink *link, + AnjutaDevhelp *widget) { + gchar *uri; - DhHtml *html; + /*anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, + widget->view, NULL);*/ - anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, - widget->htmlview, NULL); - - html = html_view_get_dh_html(HTML_VIEW(widget->htmlview)); - - if (!DH_IS_HTML(html)) - return; + uri = dh_link_get_uri (link); + webkit_web_view_open (WEBKIT_WEB_VIEW (widget->view), uri); + g_free (uri); - dh_html_open_uri (html, link->uri); - anjuta_devhelp_check_history (widget); } static void -devhelp_search_link_selected_cb (GObject *ignored, - DhLink *link, - AnjutaDevhelp *widget) +devhelp_search_link_selected_cb (GObject *ignored, DhLink *link, + AnjutaDevhelp *widget) { - DhHtml *html; - - anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, - widget->htmlview, NULL); - - html = html_view_get_dh_html(HTML_VIEW(widget->htmlview)); - - if (!DH_IS_HTML(html)) - return; - - dh_html_open_uri (html, link->uri); + gchar *uri; + + /*anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, + widget->view, NULL);*/ + uri = dh_link_get_uri (link); + webkit_web_view_open (WEBKIT_WEB_VIEW (widget->view), uri); + g_free (uri); + anjuta_devhelp_check_history (widget); } static void -on_go_back_activate (GtkAction *action, AnjutaDevhelp *plugin) +on_go_back_clicked (GtkWidget *widget, AnjutaDevhelp *plugin) { - DhHtml* html; - - html = html_view_get_dh_html(HTML_VIEW(plugin->htmlview)); + webkit_web_view_go_back (WEBKIT_WEB_VIEW (plugin->view)); - if (!DH_IS_HTML(html)) - return; - - dh_html_go_back(html); + anjuta_devhelp_check_history (plugin); } static void -on_go_forward_activate (GtkAction *action, AnjutaDevhelp *plugin) +on_go_forward_clicked (GtkWidget *widget, AnjutaDevhelp *plugin) { - DhHtml* html; - - html = html_view_get_dh_html(HTML_VIEW(plugin->htmlview)); + webkit_web_view_go_forward (WEBKIT_WEB_VIEW (plugin->view)); - if (!DH_IS_HTML(html)) - return; - - dh_html_go_forward(html); + anjuta_devhelp_check_history (plugin); } static gboolean @@ -173,7 +146,7 @@ on_api_reference_activate (GtkAction *ac } static gboolean -context_idle(AnjutaDevhelp* plugin) +context_idle (AnjutaDevhelp* plugin) { IAnjutaEditor *editor; gchar *current_word; @@ -232,22 +205,6 @@ static GtkActionEntry actions[] = { NULL, NULL }, - { - "ActionDevhelpBack", - ANJUTA_STOCK_HELP_PREV, - N_("Previous Help"), - NULL, - N_("Go to previous help page"), - G_CALLBACK (on_go_back_activate) - }, - { - "ActionDevhelpForward", - ANJUTA_STOCK_HELP_NEXT, - N_("Next Help"), - NULL, - N_("Go to next help page"), - G_CALLBACK (on_go_forward_activate) - }, #endif /* DISABLE_EMBEDDED_DEVHELP */ { "ActionHelpApi", @@ -282,7 +239,7 @@ static GtkActionEntry actions[] = { /* Watches callbacks */ static void -value_added_current_editor (AnjutaPlugin *plugin, const char *name, +value_added_current_editor (AnjutaPlugin *plugin, const gchar *name, const GValue *value, gpointer data) { GtkAction *action; @@ -300,7 +257,7 @@ value_added_current_editor (AnjutaPlugin static void value_removed_current_editor (AnjutaPlugin *plugin, - const char *name, gpointer data) + const gchar *name, gpointer data) { GtkAction *action; AnjutaDevhelp* devhelp = ANJUTA_PLUGIN_DEVHELP (data); @@ -314,7 +271,6 @@ value_removed_current_editor (AnjutaPlug static gboolean devhelp_activate (AnjutaPlugin *plugin) { - AnjutaUI *ui; AnjutaDevhelp *devhelp; @@ -323,12 +279,15 @@ devhelp_activate (AnjutaPlugin *plugin) GNode *books; GList *keywords; GtkWidget* books_sw; + GtkWidget *scrolled_window; + GtkWidget *main_vbox; + GtkWidget *button_hbox; if (!init) { register_stock_icons (plugin); init = TRUE; - } + } #endif DEBUG_PRINT ("AnjutaDevhelp: Activating AnjutaDevhelp plugin ..."); @@ -346,47 +305,89 @@ devhelp_activate (AnjutaPlugin *plugin) devhelp->uiid = anjuta_ui_merge (ui, UI_FILE); #ifndef DISABLE_EMBEDDED_DEVHELP - + /* + * Forward/back buttons + */ + main_vbox = gtk_vbox_new (FALSE, 6); + gtk_widget_show (main_vbox); + button_hbox = gtk_hbox_new (FALSE, 0); + gtk_widget_show (button_hbox); + + devhelp->go_back = gtk_button_new_from_stock (GTK_STOCK_GO_BACK); + gtk_widget_show (devhelp->go_back); + gtk_box_pack_start (GTK_BOX (button_hbox), devhelp->go_back, FALSE, FALSE, 0); + gtk_widget_set_sensitive (devhelp->go_back, FALSE); + g_signal_connect (devhelp->go_back, "clicked", + G_CALLBACK (on_go_back_clicked), devhelp); + + devhelp->go_forward = gtk_button_new_from_stock (GTK_STOCK_GO_FORWARD); + gtk_widget_show (devhelp->go_forward); + gtk_box_pack_start (GTK_BOX (button_hbox), devhelp->go_forward, FALSE, FALSE, 0); + gtk_widget_set_sensitive (devhelp->go_forward, FALSE); + g_signal_connect (devhelp->go_forward, "clicked", + G_CALLBACK (on_go_forward_clicked), devhelp); + + gtk_box_pack_start (GTK_BOX (main_vbox), button_hbox, FALSE, FALSE, 0); + + /* + * Notebook + */ books = dh_base_get_book_tree (devhelp->base); keywords = dh_base_get_keywords (devhelp->base); - books_sw = gtk_scrolled_window_new(NULL, NULL); + books_sw = gtk_scrolled_window_new (NULL, NULL); gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (books_sw), - GTK_POLICY_NEVER, - GTK_POLICY_AUTOMATIC); + GTK_POLICY_NEVER, + GTK_POLICY_AUTOMATIC); gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (books_sw), - GTK_SHADOW_IN); + GTK_SHADOW_IN); gtk_container_set_border_width (GTK_CONTAINER (books_sw), 2); - devhelp->control_notebook = gtk_notebook_new(); - devhelp->book_tree = dh_book_tree_new(books); - devhelp->search = dh_search_new(keywords); + devhelp->control_notebook = gtk_notebook_new (); + gtk_box_pack_start (GTK_BOX (main_vbox), devhelp->control_notebook, TRUE, TRUE, 0); + devhelp->book_tree = dh_book_tree_new (books); + + devhelp->search = dh_search_new (keywords); + gtk_widget_set_size_request (devhelp->search, 0, 0); g_signal_connect (devhelp->book_tree, - "link-selected", - G_CALLBACK (devhelp_tree_link_selected_cb), - devhelp); + "link-selected", + G_CALLBACK (devhelp_tree_link_selected_cb), + devhelp); g_signal_connect (devhelp->search, - "link-selected", - G_CALLBACK (devhelp_search_link_selected_cb), - devhelp); - - gtk_container_add(GTK_CONTAINER(books_sw), devhelp->book_tree); - gtk_notebook_append_page(GTK_NOTEBOOK(devhelp->control_notebook), books_sw, - gtk_label_new(_("Books"))); - gtk_notebook_append_page(GTK_NOTEBOOK(devhelp->control_notebook), devhelp->search, - gtk_label_new(_("Search"))); - - devhelp->htmlview = html_view_new(devhelp); - - anjuta_shell_add_widget (plugin->shell, devhelp->control_notebook, - "AnjutaDevhelpIndex", _("Help"), ANJUTA_STOCK_DEVHELP, - ANJUTA_SHELL_PLACEMENT_LEFT, NULL); + "link-selected", + G_CALLBACK (devhelp_search_link_selected_cb), + devhelp); + + gtk_container_add (GTK_CONTAINER (books_sw), devhelp->book_tree); + gtk_notebook_append_page (GTK_NOTEBOOK (devhelp->control_notebook), books_sw, + gtk_label_new (_("Contents"))); + gtk_notebook_append_page (GTK_NOTEBOOK (devhelp->control_notebook), devhelp->search, + gtk_label_new (_("Search"))); + + gtk_widget_show_all (devhelp->control_notebook); + + /* View */ + devhelp->view = webkit_web_view_new (); + gtk_widget_show (devhelp->view); + + webkit_web_view_open (WEBKIT_WEB_VIEW (devhelp->view), "about:blank"); + + scrolled_window = gtk_scrolled_window_new (NULL, NULL); + gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled_window), + GTK_POLICY_AUTOMATIC, + GTK_POLICY_AUTOMATIC); + gtk_widget_show (scrolled_window); + gtk_container_add (GTK_CONTAINER (scrolled_window), devhelp->view); + + anjuta_shell_add_widget (plugin->shell, main_vbox, + "AnjutaDevhelpIndex", _("Help"), ANJUTA_STOCK_DEVHELP, + ANJUTA_SHELL_PLACEMENT_LEFT, NULL); /* This is the window that show the html help text */ - anjuta_shell_add_widget (plugin->shell, devhelp->htmlview, - "AnjutaDevhelpDisplay", _("Help display"), - ANJUTA_STOCK_DEVHELP, - ANJUTA_SHELL_PLACEMENT_CENTER, NULL); + anjuta_shell_add_widget (plugin->shell, scrolled_window, + "AnjutaDevhelpDisplay", _("Help display"), + ANJUTA_STOCK_DEVHELP, + ANJUTA_SHELL_PLACEMENT_CENTER, NULL); #endif /* DISABLE_EMBEDDED_DEVHELP */ @@ -415,7 +416,7 @@ devhelp_deactivate (AnjutaPlugin *plugin #ifndef DISABLE_EMBEDDED_DEVHELP /* Remove widgets */ - anjuta_shell_remove_widget(plugin->shell, devhelp->htmlview, NULL); + anjuta_shell_remove_widget(plugin->shell, devhelp->view, NULL); anjuta_shell_remove_widget(plugin->shell, devhelp->control_notebook, NULL); #endif /* DISABLE_EMBEDDED_DEVHELP */ @@ -431,32 +432,22 @@ devhelp_deactivate (AnjutaPlugin *plugin #ifndef DISABLE_EMBEDDED_DEVHELP -void anjuta_devhelp_check_history(AnjutaDevhelp* devhelp) +void +anjuta_devhelp_check_history (AnjutaDevhelp* devhelp) { - GtkAction* action_forward; - GtkAction* action_back; - DhHtml* html = html_view_get_dh_html(HTML_VIEW(devhelp->htmlview)); - - action_forward = gtk_action_group_get_action (devhelp->action_group, - "ActionDevhelpForward"); - action_back = gtk_action_group_get_action (devhelp->action_group, - "ActionDevhelpBack"); - if (html != NULL) - { - g_object_set (action_forward, "sensitive", dh_html_can_go_forward (html) , NULL); - g_object_set (action_back, "sensitive", dh_html_can_go_back (html) , NULL); - } + gtk_widget_set_sensitive (devhelp->go_forward, webkit_web_view_can_go_forward (WEBKIT_WEB_VIEW (devhelp->view))); + + gtk_widget_set_sensitive (devhelp->go_back, webkit_web_view_can_go_back (WEBKIT_WEB_VIEW (devhelp->view))); } #endif /* DISABLE_EMBEDDED_DEVHELP */ -#if 0 static void devhelp_finalize (GObject *obj) { + DEBUG_PRINT ("%s", "Finalising Devhelp plugin"); + /* Finalization codes here */ - AnjutaDevhelp *plugin = ANJUTA_PLUGIN_DEVHELP (obj); - G_OBJECT_CLASS (parent_class)->finalize (obj); } @@ -465,13 +456,17 @@ devhelp_dispose (GObject *obj) { AnjutaDevhelp* devhelp = ANJUTA_PLUGIN_DEVHELP (obj); - /* Destroy devhelp - seems not to work... */ - // g_object_unref(G_OBJECT(devhelp->base)); + DEBUG_PRINT ("%s", "Disposing Devhelp plugin"); + + if (devhelp->base) + { + g_object_unref(G_OBJECT(devhelp->base)); + devhelp->base = NULL; + } /* Disposition codes */ G_OBJECT_CLASS (parent_class)->dispose (obj); } -#endif static void devhelp_instance_init (GObject *obj) @@ -497,10 +492,9 @@ devhelp_class_init (GObjectClass *klass) plugin_class->activate = devhelp_activate; plugin_class->deactivate = devhelp_deactivate; -#if 0 + klass->finalize = devhelp_finalize; klass->dispose = devhelp_dispose; -#endif } #ifndef DISABLE_EMBEDDED_DEVHELP @@ -515,7 +509,7 @@ ihelp_search (IAnjutaHelp *help, const g anjuta_shell_present_widget (ANJUTA_PLUGIN (plugin)->shell, plugin->control_notebook, NULL); - dh_search_set_search_string (DH_SEARCH (plugin->search), query); + dh_search_set_search_string (DH_SEARCH (plugin->search), query, NULL); gtk_notebook_set_current_page (GTK_NOTEBOOK (plugin->control_notebook), 1); } @@ -524,34 +518,33 @@ ihelp_search (IAnjutaHelp *help, const g static void ihelp_search (IAnjutaHelp *help, const gchar *query, GError **err) { - AnjutaDevhelp *plugin; - - plugin = ANJUTA_PLUGIN_DEVHELP (help); + gchar *cmd[4]; if (!anjuta_util_prog_is_installed ("devhelp", TRUE)) { return; } - if(query && strlen (query) > 0) + cmd[0] = "devhelp"; + + if (query && strlen (query) > 0) { - fprintf(stderr, "Word is %s\n", query); - if(fork()==0) - { - execlp("devhelp", "devhelp", "-s", query, NULL); - g_warning (_("Cannot execute command: \"%s\""), "devhelp"); - _exit(1); - } + cmd[1] = "-s"; + cmd[2] = (gchar *)query; + cmd[3] = NULL; } else { - if(fork()==0) - { - execlp("devhelp", "devhelp", NULL); - g_warning (_("Cannot execute command: \"%s\""), "devhelp"); - _exit(1); - } + cmd[1] = NULL; } + + gdk_spawn_on_screen (gdk_screen_get_default (), + NULL, + cmd, + NULL, + G_SPAWN_SEARCH_PATH, + NULL, + NULL, NULL, NULL); } #endif /* DISABLE_EMBEDDED_DEVHELP */ diff -urNp anjuta-2.24.1.orig/plugins/devhelp/plugin.h anjuta-2.24.1/plugins/devhelp/plugin.h --- anjuta-2.24.1.orig/plugins/devhelp/plugin.h 2009-01-03 02:03:23.000000000 +0530 +++ anjuta-2.24.1/plugins/devhelp/plugin.h 2009-01-03 02:17:42.000000000 +0530 @@ -49,10 +49,12 @@ struct _AnjutaDevhelp{ #ifndef DISABLE_EMBEDDED_DEVHELP DhBase *base; #endif /* DISABLE_EMBEDDED_DEVHELP */ - GtkWidget *htmlview; + GtkWidget *view; GtkWidget *control_notebook; GtkWidget *book_tree; GtkWidget *search; + GtkWidget *go_back; + GtkWidget *go_forward; IAnjutaEditor *editor; guint editor_watch_id; Index: anjuta.spec =================================================================== RCS file: /cvs/pkgs/rpms/anjuta/devel/anjuta.spec,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- anjuta.spec 9 Nov 2008 19:22:19 -0000 1.54 +++ anjuta.spec 2 Jan 2009 22:42:24 -0000 1.55 @@ -2,12 +2,15 @@ Name: anjuta Epoch: 1 Version: 2.24.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.anjuta.org/ Source0: http://ftp.gnome.org/pub/GNOME/sources/anjuta/2.24/%{name}-%{version}.tar.gz +# http://bugzilla.gnome.org/560311 +Patch0: %{name}-%{version}-webkit.patch + BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: GConf2 @@ -26,7 +29,7 @@ BuildRequires: autogen BuildRequires: binutils-devel BuildRequires: desktop-file-utils -BuildRequires: devhelp-devel +BuildRequires: devhelp-devel >= 0.22 BuildRequires: e2fsprogs-devel BuildRequires: gettext BuildRequires: glade3-libgladeui-devel @@ -84,6 +87,7 @@ %prep %setup -q +%patch0 -p1 # Suppress rpmlint error. chmod 644 `find . -name "*.cxx" -perm /111 -print` @@ -273,6 +277,11 @@ %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf %changelog +* Sat Jan 03 2009 Debarshi Ray - 1:2.24.1-3 +- Added patch against the Devhelp plugin from GNOME to make it work with the + new WebKit-based Devhelp >= 0.22. Closes GNOME Bugzilla bug #560311, and Red + Hat Bugzilla bug #478578. + * Sun Nov 09 2008 Debarshi Ray - 1:2.24.1-2 - Added 'Requires: libglade2 >= 2.6.3-2' and a symlink to libanjuta.so.0 for some plugins to work. Closes Red Hat Bugzilla bug #467894. From peterscheie at fedoraproject.org Fri Jan 2 22:43:06 2009 From: peterscheie at fedoraproject.org (Peter Scheie) Date: Fri, 2 Jan 2009 22:43:06 +0000 (UTC) Subject: rpms/k12linux-quick-start-guide/F-10 import.log, NONE, 1.1 k12linux-quick-start-guide.spec, NONE, 1.1 Message-ID: <20090102224306.9E3D970130@cvs1.fedora.phx.redhat.com> Author: peterscheie Update of /cvs/pkgs/rpms/k12linux-quick-start-guide/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32287/F-10 Added Files: import.log k12linux-quick-start-guide.spec Log Message: Initial commit to F10 for doc on enabling LTSP pieces on k12linux. --- NEW FILE import.log --- k12linux-quick-start-guide-0_0_9-1_fc9:F-10:k12linux-quick-start-guide-0.0.9-1.fc9.src.rpm:1230936124 --- NEW FILE k12linux-quick-start-guide.spec --- Name: k12linux-quick-start-guide Version: 0.0.9 Release: 1%{?dist} Summary: Quick Start Guide for K12Linux Live LTSP Server Group: Documentation License: CC-BY-SA URL: http://peterscheie.fedorapeople.org/k12linux/quick-start-guide Source0: http://peterscheie.fedorapeople.org/k12linux/quick-start-guide/k12linux-quick-start-guide-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: bluecurve-icon-theme %description Documentation for configuring networking on K12Linux LTSP Server to enable support for thin clients. Covers LiveUSB and hard disk configurations. The admin should remove this package after the setup is complete. %prep %setup -q %build echo "Nothing to build" %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/skel/Desktop/ mkdir -p -m 0755 $RPM_BUILD_ROOT%{_datadir}/k12linux-quick-start-guide/ cp -a "K12Linux Quick Start Guide.desktop" $RPM_BUILD_ROOT%{_sysconfdir}/skel/Desktop/ chmod 0644 $RPM_BUILD_ROOT%{_sysconfdir}/skel/Desktop/* cp -a docs/* $RPM_BUILD_ROOT%{_datadir}/k12linux-quick-start-guide/ chmod 0644 $RPM_BUILD_ROOT%{_datadir}/k12linux-quick-start-guide/* %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) # None of this is marked %%doc because this package must be whole during runtime %{_sysconfdir}/skel/Desktop/* %{_datadir}/k12linux-quick-start-guide/ %changelog * Fri Jan 02 2009 Peter Scheie - 0.0.9-1 - Consolidated 'rpm -e' commands for removing the guide to a single step. - Changed link to newer version of how to get on #ltsp at ltsp.org. * Mon Dec 29 2008 Peter Scheie - 0.0.8-1 - Changed html document regarding removing the document from the system from referencing ltsp-server-livesetupdocs to k12linux-quick-start-guide. * Sun Dec 21 2008 Peter Scheie - 0.0.7-1 - Changed license in spec from GPLv2+ to CC-BY-SA. - Used a different screenshot for step #10 in html which more clearly shows the device names. Deleted the sentence that said to close the window because it was replaced by the File-Save verbage added in 0.0.6. * Sun Dec 21 2008 Peter Scheie - 0.0.6-1 - Removed version number for bluecurve-icon-theme for Requires in spec. - Changed version number referenced in Source0 line to use %{version}. - Changed Step 10 in html doc to use File-Save rather quit, save; replaced corresponding screenshot. - Replaced tabs with spaces in spec. * Thu Dec 18 2008 Peter Scheie - 0.0.5 - Added mising Requires to spec for icon. - Removed GenericName[en_US]= line from .desktop. - Added blank line between each revision in changelog. * Wed Dec 17 2008 Peter Scheie - 0.0.4 - Fixed path to document in .desktop file. - Changed path to icon to actual file instead of symlink in .desktop file. - Removed Icon[en_US] and Name[en_US] lines from .desktop file because they were redundant. - Added CC license in html document. - Changed URL to fedorapeople.org site. * Sun Nov 16 2008 Peter Scheie - 0.0.3 - Reworked opening section to cover running from LiveUSB and from hard disk, since document is mostly about network config to enable LTSP support. - Removed words about deleting the document launcher from /etc/skel; added back in step on removing entire package via rpm -e command. - Added link to Fedora Installation Guide in reference to adding user IDs. - Changed name and all allusions from README and ltsp-server-livesetupdocs to k12linux-quick-start-guide. - Changed screenshots so they show 'K12Linux Quick Start Guide' on desktop instead of 'README LTSP Server Setup'. * Thu Nov 13 2008 Peter Scheie - 0.0.2 - Updated screencapture image for step 8 to one in which the interface in question is highlighted. - Changed name of document to K12Linux Quick Start Guide to emphasize that this is just a simple set of instructions for getting LTSP networking running. - Removed last step, of removing this package, as it's not really necessary since this is just a quick start guide. * Sun Oct 12 2008 Warren Togami - 0.0.1 - initial package From caolanm at fedoraproject.org Fri Jan 2 22:48:02 2009 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Fri, 2 Jan 2009 22:48:02 +0000 (UTC) Subject: rpms/hunspell-da/devel .cvsignore, 1.16, 1.17 hunspell-da.spec, 1.16, 1.17 sources, 1.16, 1.17 Message-ID: <20090102224802.329CB70130@cvs1.fedora.phx.redhat.com> Author: caolanm Update of /cvs/pkgs/rpms/hunspell-da/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv510 Modified Files: .cvsignore hunspell-da.spec sources Log Message: latest version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/hunspell-da/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 23 Nov 2008 16:32:37 -0000 1.16 +++ .cvsignore 2 Jan 2009 22:47:31 -0000 1.17 @@ -1 +1 @@ -myspell-da-1.7.26.tar.bz2 +myspell-da-1.7.27.tar.bz2 Index: hunspell-da.spec =================================================================== RCS file: /cvs/pkgs/rpms/hunspell-da/devel/hunspell-da.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- hunspell-da.spec 23 Nov 2008 16:32:37 -0000 1.16 +++ hunspell-da.spec 2 Jan 2009 22:47:31 -0000 1.17 @@ -1,6 +1,6 @@ Name: hunspell-da Summary: Danish hunspell dictionaries -Version: 1.7.26 +Version: 1.7.27 Release: 1%{?dist} Source: http://da.speling.org/filer/myspell-da-%{version}.tar.bz2 Group: Applications/Text @@ -33,6 +33,9 @@ %{_datadir}/myspell/* %changelog +* Fri Jan 02 2009 Caolan McNamara - 1.7.27-1 +- latest version + * Sun Nov 23 2008 Caolan McNamara - 1.7.26-1 - latest version Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/hunspell-da/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 23 Nov 2008 16:32:37 -0000 1.16 +++ sources 2 Jan 2009 22:47:31 -0000 1.17 @@ -1 +1 @@ -37a8217fe86f07a91dc80244cfb5e451 myspell-da-1.7.26.tar.bz2 +94b07b31f39f1b52a7132068ded0be31 myspell-da-1.7.27.tar.bz2 From kevin at fedoraproject.org Fri Jan 2 23:22:46 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Fri, 2 Jan 2009 23:22:46 +0000 (UTC) Subject: rpms/rkhunter/devel sources, 1.9, 1.10 .cvsignore, 1.8, 1.9 rkhunter-1.3.2-debugtmp.patch, 1.1, NONE Message-ID: <20090102232246.573B57011E@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/rkhunter/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7890 Modified Files: sources .cvsignore Removed Files: rkhunter-1.3.2-debugtmp.patch Log Message: Update to 1.3.4 Use libdir as tmp dir - bug #456340 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rkhunter/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 29 Feb 2008 03:33:37 -0000 1.9 +++ sources 2 Jan 2009 23:22:15 -0000 1.10 @@ -1 +1 @@ -a00ff64d7076d6ff47ef0c9f0b6202f2 rkhunter-1.3.2.tar.gz +31eaacc4d01ad138d1a4283f105088e6 rkhunter-1.3.4.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rkhunter/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 29 Feb 2008 03:33:37 -0000 1.8 +++ .cvsignore 2 Jan 2009 23:22:15 -0000 1.9 @@ -1 +1 @@ -rkhunter-1.3.2.tar.gz +rkhunter-1.3.4.tar.gz --- rkhunter-1.3.2-debugtmp.patch DELETED --- From kevin at fedoraproject.org Fri Jan 2 23:29:51 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Fri, 2 Jan 2009 23:29:51 +0000 (UTC) Subject: rpms/rkhunter/devel rkhunter.spec,1.18,1.19 Message-ID: <20090102232951.8FBEC7011E@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/rkhunter/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8883 Modified Files: rkhunter.spec Log Message: Update to 1.3.4 Use libdir as tmp dir - bug #456340 Index: rkhunter.spec =================================================================== RCS file: /cvs/extras/rpms/rkhunter/devel/rkhunter.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- rkhunter.spec 14 Dec 2008 01:20:11 -0000 1.18 +++ rkhunter.spec 2 Jan 2009 23:29:21 -0000 1.19 @@ -1,16 +1,15 @@ Name: rkhunter -Version: 1.3.2 -Release: 6%{?dist} +Version: 1.3.4 +Release: 1%{?dist} Summary: A host-based tool to scan for rootkits, backdoors and local exploits Group: Applications/System License: GPLv2+ URL: http://rkhunter.sourceforge.net/ -Source0: http://downloads.sourceforge.net/rkhunter/rkhunter-1.3.2.tar.gz -Source1: http://downloads.sourceforge.net/rkhunter/rkhunter-1.3.2.tar.gz.sha1.txt +Source0: http://downloads.sourceforge.net/rkhunter/rkhunter-%{version}.tar.gz +Source1: http://downloads.sourceforge.net/rkhunter/rkhunter-%{version}.tar.gz.sha1.txt Source2: 01-rkhunter Source3: rkhunter.sysconfig -Patch0: rkhunter-1.3.2-debugtmp.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -29,7 +28,7 @@ %{__perl} -pi.0001 -e ' s|^#(MAIL-ON-WARNING=).+$|$1root\@localhost|; - s|^#(TMPDIR=).+$|$1%{_var}/run/%{name}|; + s|^#(TMPDIR=).+$|$1%{_var}/lib/%{name}|; s|^#(DBDIR=).+$|$1%{_var}/lib/%{name}/db|; s|^#(SCRIPTDIR=).+$|$1%{_datadir}/%{name}/scripts|; s|^#(PKGMGR=).+$|$1RPM|; @@ -70,8 +69,6 @@ } EOF -%patch0 -p1 - %build # Nothing to be built @@ -139,6 +136,10 @@ %{_mandir}/man8/* %changelog +* Fri Jan 02 2009 Kevin Fenzi - 1.3.4-1 +- Update to 1.3.4 +- Use libdir as tmp dir - bug #456340 + * Sat Dec 13 2008 Kevin Fenzi - 1.3.2-6 - Fix cron job sending as attachment - bug #472679 - Fix cron job trying to send with colors - bug #475916 From kevin at fedoraproject.org Fri Jan 2 23:36:57 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Fri, 2 Jan 2009 23:36:57 +0000 (UTC) Subject: rpms/rkhunter/devel rkhunter-1.3.4.tar.gz.sha1.txt, NONE, 1.1 rkhunter-1.3.2.tar.gz.sha1.txt, 1.1, NONE Message-ID: <20090102233657.A8DAD7011E@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/rkhunter/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9995 Added Files: rkhunter-1.3.4.tar.gz.sha1.txt Removed Files: rkhunter-1.3.2.tar.gz.sha1.txt Log Message: Commit new sha1.txt file --- NEW FILE rkhunter-1.3.4.tar.gz.sha1.txt --- 73a42c94be2fb1fd3284d8dc60d22ff0fc8407f4 rkhunter-1.3.4/files/WISHLIST c82074175e72642dd74322ce29281f0f2fe2798c rkhunter-1.3.4/files/programs_bad.dat 443431d6c4dde5ff474fc9521561c6858478ad81 rkhunter-1.3.4/files/rkhunter 59de768a09a4cd13599653df85ecc2362e416ab3 rkhunter-1.3.4/files/defaulthashes.dat 9203f315cf8ea90724f70595c0b8facd61169b4a rkhunter-1.3.4/files/i18n/cn 736fd9ea453f34c023a9ebed97fa0cea7461aeb8 rkhunter-1.3.4/files/i18n/zh.utf8 3aa3999bd924382f2a7b7e52ad0c3f7834d2285c rkhunter-1.3.4/files/i18n/zh a81ea7ee1677bb2f09c68ef55cac4819d102dfc0 rkhunter-1.3.4/files/i18n/en ff10891d252f3859abe63054eb64f0e9eae2d781 rkhunter-1.3.4/files/tools/README 90876286c511986474144a5a1fc21afa0f5f29c5 rkhunter-1.3.4/files/tools/update_client.sh e3ba269e33d5d385230d0a4457d87cf6e3acece8 rkhunter-1.3.4/files/tools/update_server.sh 98e225b334e319edaff76c079a3a241289ffa9c7 rkhunter-1.3.4/files/README ebc05604eb51b10478d35ac3750699cefecd5ae3 rkhunter-1.3.4/files/filehashmd5.pl d5bff919ce44a345a193824ea16b0404008d7823 rkhunter-1.3.4/files/programs_good.dat beed9c4b594c5be28ca4837fdcd2ac367e2946ee rkhunter-1.3.4/files/contrib/run_rkhunter.sh 225cc53f9691ad39f10bd2aaac478355ce4dc411 rkhunter-1.3.4/files/contrib/README.txt 285155f63cfa7a6a73ec0352dccaaa2221989b94 rkhunter-1.3.4/files/contrib/rkhunter_remote_howto.txt 56bf42d4fe669412b84eb307d5e314af4501dc9a rkhunter-1.3.4/files/testing/stringscanner.sh 361ada5406c7e57e62e840caf3d3bce5e8436fc1 rkhunter-1.3.4/files/testing/rootkitinfo.txt 73e76916a3f65dde2317fff6c932e1d77760fdf7 rkhunter-1.3.4/files/testing/rkhunter.conf 1878119b6045eeab6a5afaebad7b523e86c3a935 rkhunter-1.3.4/files/filehashsha1.pl a656a91b37a83a2325843f0ccedb5eb7866506ac rkhunter-1.3.4/files/mirrors.dat 9ddeec64999f4c0e6f9aa5992cd25c503311b764 rkhunter-1.3.4/files/backdoorports.dat a0badd192cc4f33fbf38f446eae3c858ba81c88f rkhunter-1.3.4/files/check_modules.pl 82c8c3881d59d228de3ce74a4b7b68eac07940f1 rkhunter-1.3.4/files/md5blacklist.dat 4510d2228e144f80d75caef01c172095b2b4c24b rkhunter-1.3.4/files/rkhunter.conf 5c4319fe3f9acc552b7a9e973b7d081f7cb31642 rkhunter-1.3.4/files/check_port.pl f50ab02e29a0f4eba0ebe698f2c750a3b0298009 rkhunter-1.3.4/files/CHANGELOG 951b498f71fc4a126ca435f7bce96ed8b821efb6 rkhunter-1.3.4/files/os.dat 996a29dee608374e601ecf0253e445e16506c672 rkhunter-1.3.4/files/check_update.sh 2e971f1c9f355d2172db3c5a33601b7037853ac1 rkhunter-1.3.4/files/FAQ 7fa41ed0dc8c95b48b04dab42f1eaf8031c6ce7c rkhunter-1.3.4/files/ACKNOWLEDGMENTS 5dfa5246dc1c87b05f44f9f444466ce3d0d6edec rkhunter-1.3.4/files/stat.pl 345ab306455525cf5626caadda22b5dcbf732bc1 rkhunter-1.3.4/files/LICENSE 5fc098260380362a515d32376e8d5522f1ccf716 rkhunter-1.3.4/files/readlink.sh e158163bfe6cb414d839e91880af37611f8b5cc0 rkhunter-1.3.4/files/development/createfilehashes.pl 0c613880f3447af695ca9f9f93e158b34c2a10c3 rkhunter-1.3.4/files/development/osinformation.sh 7378fb7e91b1f7e789508e4e8d00e1e3a70ee6ff rkhunter-1.3.4/files/development/search_dead_sysmlinks.sh d09ab61a3563122b8cd6415e3083dfe1ef285a2b rkhunter-1.3.4/files/development/i18nchk cb4903c649ad50b79230f5a5250da82c1d9ccb0f rkhunter-1.3.4/files/development/createhashes.sh 4f4dfb87e758236cadc5ac5af67bbb35f4f63eb1 rkhunter-1.3.4/files/development/rpmprelinkhashes.sh 6b2f032d6143ed3b6ba3eae19d7921e154e69e47 rkhunter-1.3.4/files/development/createhashesall.sh 614a5d3999055a8faeecc393c5695d628e5a7675 rkhunter-1.3.4/files/development/rpmhashes.sh ec4d60774decbb354f7aafcc2b65b1f87e000c97 rkhunter-1.3.4/files/suspscan.dat 0b0c2b2b1e6342ada9b1df48cda550e5120f0cdf rkhunter-1.3.4/files/rkhunter.8 43bca835d9c64ab2f8cf7f1a5a078bb1b7da9306 rkhunter-1.3.4/files/showfiles.pl 21d8c152e81061d37d122e3a82283448cd267e73 rkhunter-1.3.4/files/rkhunter.spec 0093470e31268c538ecacc803969819faf742dde rkhunter-1.3.4/installer.sh --- rkhunter-1.3.2.tar.gz.sha1.txt DELETED --- From lmacken at fedoraproject.org Sat Jan 3 00:05:12 2009 From: lmacken at fedoraproject.org (Luke Macken) Date: Sat, 3 Jan 2009 00:05:12 +0000 (UTC) Subject: rpms/liveusb-creator/devel .cvsignore, 1.4, 1.5 liveusb-creator.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <20090103000512.7117B70120@cvs1.fedora.phx.redhat.com> Author: lmacken Update of /cvs/pkgs/rpms/liveusb-creator/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17951 Modified Files: .cvsignore liveusb-creator.spec sources Log Message: v3.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Jan 2009 04:43:26 -0000 1.4 +++ .cvsignore 3 Jan 2009 00:04:42 -0000 1.5 @@ -1 +1 @@ -liveusb-creator-3.1.tar.bz2 +liveusb-creator-3.2.tar.bz2 Index: liveusb-creator.spec =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/devel/liveusb-creator.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- liveusb-creator.spec 2 Jan 2009 04:43:26 -0000 1.8 +++ liveusb-creator.spec 3 Jan 2009 00:04:42 -0000 1.9 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: liveusb-creator -Version: 3.1 +Version: 3.2 Release: 1%{?dist} Summary: A liveusb creator @@ -64,6 +64,11 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/%{name} %changelog +* Fri Jan 02 2009 Luke Macken 3.2-1 +- Fixed some syslinux-related issues (#167) +- Fixed some windows-related logging problems (#337) +- Mitigate a DBus/HAL-related segfault by unmounting upon termination + * Thu Jan 01 2009 Luke Macken 3.1-1 - Latest upstream release, containing some windows-specific optimizations and fixes. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 2 Jan 2009 04:43:27 -0000 1.7 +++ sources 3 Jan 2009 00:04:42 -0000 1.8 @@ -1 +1 @@ -703c81199d4487d5e7de64740693b0ba liveusb-creator-3.1.tar.bz2 +cc1d39369c769dff0167a148d1a7d11c liveusb-creator-3.2.tar.bz2 From lmacken at fedoraproject.org Sat Jan 3 00:06:22 2009 From: lmacken at fedoraproject.org (Luke Macken) Date: Sat, 3 Jan 2009 00:06:22 +0000 (UTC) Subject: rpms/liveusb-creator/F-10 .cvsignore, 1.4, 1.5 liveusb-creator.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <20090103000622.502E870120@cvs1.fedora.phx.redhat.com> Author: lmacken Update of /cvs/pkgs/rpms/liveusb-creator/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18168 Modified Files: .cvsignore liveusb-creator.spec sources Log Message: v3.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/F-10/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Jan 2009 04:44:32 -0000 1.4 +++ .cvsignore 3 Jan 2009 00:05:52 -0000 1.5 @@ -1 +1 @@ -liveusb-creator-3.1.tar.bz2 +liveusb-creator-3.2.tar.bz2 Index: liveusb-creator.spec =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/F-10/liveusb-creator.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- liveusb-creator.spec 2 Jan 2009 04:44:32 -0000 1.7 +++ liveusb-creator.spec 3 Jan 2009 00:05:52 -0000 1.8 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: liveusb-creator -Version: 3.1 +Version: 3.2 Release: 1%{?dist} Summary: A liveusb creator @@ -64,6 +64,11 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/%{name} %changelog +* Fri Jan 02 2009 Luke Macken 3.2-1 +- Fixed some syslinux-related issues (#167) +- Fixed some windows-related logging problems (#337) +- Mitigate a DBus/HAL-related segfault by unmounting upon termination + * Thu Jan 01 2009 Luke Macken 3.1-1 - Latest upstream release, containing some windows-specific optimizations and fixes. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/F-10/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 2 Jan 2009 04:44:32 -0000 1.6 +++ sources 3 Jan 2009 00:05:52 -0000 1.7 @@ -1 +1 @@ -703c81199d4487d5e7de64740693b0ba liveusb-creator-3.1.tar.bz2 +cc1d39369c769dff0167a148d1a7d11c liveusb-creator-3.2.tar.bz2 From lmacken at fedoraproject.org Sat Jan 3 00:07:27 2009 From: lmacken at fedoraproject.org (Luke Macken) Date: Sat, 3 Jan 2009 00:07:27 +0000 (UTC) Subject: rpms/liveusb-creator/F-9 .cvsignore, 1.3, 1.4 liveusb-creator.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090103000727.5868270120@cvs1.fedora.phx.redhat.com> Author: lmacken Update of /cvs/pkgs/rpms/liveusb-creator/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18467 Modified Files: .cvsignore liveusb-creator.spec sources Log Message: v3.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/F-9/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Jan 2009 04:45:37 -0000 1.3 +++ .cvsignore 3 Jan 2009 00:06:57 -0000 1.4 @@ -1 +1 @@ -liveusb-creator-3.1.tar.bz2 +liveusb-creator-3.2.tar.bz2 Index: liveusb-creator.spec =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/F-9/liveusb-creator.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- liveusb-creator.spec 2 Jan 2009 04:45:37 -0000 1.4 +++ liveusb-creator.spec 3 Jan 2009 00:06:57 -0000 1.5 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: liveusb-creator -Version: 3.1 +Version: 3.2 Release: 1%{?dist} Summary: A liveusb creator @@ -64,6 +64,11 @@ %config(noreplace) %{_sysconfdir}/security/console.apps/%{name} %changelog +* Fri Jan 02 2009 Luke Macken 3.2-1 +- Fixed some syslinux-related issues (#167) +- Fixed some windows-related logging problems (#337) +- Mitigate a DBus/HAL-related segfault by unmounting upon termination + * Thu Jan 01 2009 Luke Macken 3.1-1 - Latest upstream release, containing some windows-specific optimizations and fixes. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/liveusb-creator/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Jan 2009 04:45:37 -0000 1.4 +++ sources 3 Jan 2009 00:06:57 -0000 1.5 @@ -1 +1 @@ -703c81199d4487d5e7de64740693b0ba liveusb-creator-3.1.tar.bz2 +cc1d39369c769dff0167a148d1a7d11c liveusb-creator-3.2.tar.bz2 From alexlan at fedoraproject.org Sat Jan 3 00:07:24 2009 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Sat, 3 Jan 2009 00:07:24 +0000 (UTC) Subject: rpms/olpc-utils/devel olpc-utils-python2.6.patch, NONE, 1.1 olpc-utils.spec, 1.4, 1.5 Message-ID: <20090103000724.54AED70120@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/pkgs/rpms/olpc-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18410 Modified Files: olpc-utils.spec Added Files: olpc-utils-python2.6.patch Log Message: * Fri Jan 2 2009 Alex Lancaster - 0.89-8 - Add patch to fix spurious python2.5 Requires (#478661) olpc-utils-python2.6.patch: --- NEW FILE olpc-utils-python2.6.patch --- --- usr/bin/olpc-test-devkey_orig 2009-01-02 16:55:37.000000000 -0700 +++ usr/bin/olpc-test-devkey 2009-01-02 16:55:46.000000000 -0700 @@ -1,4 +1,4 @@ -#!/usr/bin/python2.5 +#!/usr/bin/python """olpc-test-devkey is a simple utility program to check the existence and validity of a user's developer key.""" # Copyright (C) 2008 One Laptop Per Child Association, Inc. Index: olpc-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/olpc-utils/devel/olpc-utils.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- olpc-utils.spec 15 Dec 2008 15:14:45 -0000 1.4 +++ olpc-utils.spec 3 Jan 2009 00:06:54 -0000 1.5 @@ -1,6 +1,6 @@ Name: olpc-utils Version: 0.89 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OLPC utilities URL: http://dev.laptop.org/git?p=projects/olpc-utils;a=summary Group: System Environment/Base @@ -9,6 +9,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: olpc-utils-dbus.patch +Patch2: olpc-utils-python2.6.patch + +BuildRequires: python-devel # for olpc-dm BuildRequires: pam-devel @@ -33,6 +36,7 @@ %setup -q %patch1 -p1 +%patch2 -p0 %build make -f Makefile.build %{?_smp_mflags} @@ -88,6 +92,9 @@ %config(noreplace) %{_sysconfdir}/ConsoleKit/run-session.d/pam-foreground-compat.ck %changelog +* Fri Jan 2 2009 Alex Lancaster - 0.89-8 +- Add patch to fix spurious python2.5 Requires (#478661) + * Mon Dec 15 2008 Peter Robinson 0.89-7 - Fix deps and rebuild From thm at fedoraproject.org Sat Jan 3 00:53:53 2009 From: thm at fedoraproject.org (Thomas Moschny) Date: Sat, 3 Jan 2009 00:53:53 +0000 (UTC) Subject: rpms/monotone/F-10 import.log, NONE, 1.1 .cvsignore, 1.21, 1.22 monotone.spec, 1.39, 1.40 sources, 1.21, 1.22 Message-ID: <20090103005353.A99F770120@cvs1.fedora.phx.redhat.com> Author: thm Update of /cvs/pkgs/rpms/monotone/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31169/F-10 Modified Files: .cvsignore monotone.spec sources Added Files: import.log Log Message: Updated for 0.42. --- NEW FILE import.log --- monotone-0_42-2_fc10:F-10:monotone-0.42-2.fc10.src.rpm:1230943967 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/monotone/F-10/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 12 Sep 2008 20:24:20 -0000 1.21 +++ .cvsignore 3 Jan 2009 00:53:23 -0000 1.22 @@ -1 +1 @@ -monotone-0.41.tar.gz +monotone-0.42.tar.gz Index: monotone.spec =================================================================== RCS file: /cvs/pkgs/rpms/monotone/F-10/monotone.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- monotone.spec 12 Sep 2008 20:24:20 -0000 1.39 +++ monotone.spec 3 Jan 2009 00:53:23 -0000 1.40 @@ -1,6 +1,6 @@ Name: monotone -Version: 0.41 -Release: 1%{?dist} +Version: 0.42 +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -59,13 +59,22 @@ %description server This package provides an easy-to-use standalone server setup for monotone. +%package -n perl-Monotone +Summary: Perl Module for monotone +Requires: monotone = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Group: Development/Tools + +%description -n perl-Monotone +This is a simple Perl module to start a monotone automate sub-process +and then pass commands to it. %prep %setup -q %build %configure --with-bundled-lua=%{bundled_lua} \ - --with-bundled-sqlite=%{bundled_sqlite} + --with-bundled-sqlite=%{bundled_sqlite} make %{?_smp_mflags} %check @@ -92,7 +101,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib ln -snf ../bin/mtn %{buildroot}%{_sbindir}/monotone-server %{__install} -D -m 0555 %{SOURCE1} \ - %{buildroot}%{_sysconfdir}/rc.d/init.d/monotone + %{buildroot}%{_sysconfdir}/rc.d/init.d/monotone %{__install} -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/monotone %{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/monotone %{__install} -d -m 0750 %{buildroot}%{_sysconfdir}/monotone/private-keys @@ -101,17 +110,20 @@ # These do not actually wind up in the package, due to %%ghost. %{__install} -c -m 0440 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/passphrase.lua + %{buildroot}%{_sysconfdir}/monotone/passphrase.lua %{__install} -c -m 0640 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/read-permissions + %{buildroot}%{_sysconfdir}/monotone/read-permissions %{__install} -c -m 0640 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/write-permissions + %{buildroot}%{_sysconfdir}/monotone/write-permissions %{__install} -c -m 0644 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/monotonerc + %{buildroot}%{_sysconfdir}/monotone/monotonerc touch %{buildroot}%{_localstatedir}/lib/monotone/server.mtn cp %{SOURCE3} . +%{__install} -D -m 0644 -p contrib/Monotone.pm \ + %{buildroot}%{perl_vendorlib}/Monotone.pm + %clean rm -f README.monotone-server rm -rf %{buildroot} @@ -119,13 +131,13 @@ %post if [ $1 -eq 1 ] then - /sbin/install-info %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : + /sbin/install-info %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : fi %preun if [ $1 -eq 0 ] then - /sbin/install-info --delete %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : + /sbin/install-info --delete %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : fi %files -f %{name}.lang @@ -139,13 +151,17 @@ %{_datadir}/emacs/site-lisp/monotone*.el* %{_sysconfdir}/bash_completion.d +%files -n perl-Monotone +%defattr(-,root,root,-) +%{perl_vendorlib}/Monotone.pm + %files server %defattr(-,root,root,-) %doc README.monotone-server %{_sbindir}/monotone-server %{_sysconfdir}/rc.d/init.d/monotone %dir %attr(0755,monotone,monotone) %{_localstatedir}/run/monotone -%config %{_sysconfdir}/sysconfig/monotone +%config(noreplace) %{_sysconfdir}/sysconfig/monotone %dir %attr(0755,root,monotone) %{_sysconfdir}/monotone %dir %attr(0750,root,monotone) %{_sysconfdir}/monotone/private-keys %attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/monotonerc @@ -160,7 +176,7 @@ getent group monotone > /dev/null || groupadd -r monotone getent passwd monotone > /dev/null || useradd -r -g monotone -r -d %{_localstatedir}/lib/monotone -s /sbin/nologin \ - -c "Monotone Netsync Server" monotone + -c "Monotone Netsync Server" monotone exit 0 %post server @@ -169,18 +185,24 @@ %preun server if [ $1 = 0 ]; then - /sbin/service monotone stop > /dev/null 2>&1 - /sbin/chkconfig --del monotone + /sbin/service monotone stop > /dev/null 2>&1 + /sbin/chkconfig --del monotone fi %postun if [ $1 -gt 1 ]; then - # Restart the running server: updates its db format when needed. - /sbin/service monotone condrestart > /dev/null 2>&1 || : + # Restart the running server: updates its db format when needed. + /sbin/service monotone condrestart > /dev/null 2>&1 || : fi %changelog +* Fri Jan 2 2009 Thomas Moschny - 0.42-2 +- Pack Monotone.pm (in a subpackage). (#450267) + +* Fri Jan 2 2009 Thomas Moschny - 0.42-1 +- Updated for 0.42 release. + * Fri Sep 12 2008 Thomas Moschny - 0.41-1 - Updated for 0.41 release. - Added mtnopt helper. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/monotone/F-10/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 12 Sep 2008 20:24:20 -0000 1.21 +++ sources 3 Jan 2009 00:53:23 -0000 1.22 @@ -1 +1 @@ -f4ee37fb6853719933561fef901e2a07 monotone-0.41.tar.gz +c8e916d674b6608369d9f447700a8830 monotone-0.42.tar.gz From thm at fedoraproject.org Sat Jan 3 01:31:58 2009 From: thm at fedoraproject.org (Thomas Moschny) Date: Sat, 3 Jan 2009 01:31:58 +0000 (UTC) Subject: rpms/monotone/F-9 import.log, NONE, 1.1 .cvsignore, 1.21, 1.22 monotone.spec, 1.38, 1.39 sources, 1.21, 1.22 Message-ID: <20090103013158.9165870120@cvs1.fedora.phx.redhat.com> Author: thm Update of /cvs/pkgs/rpms/monotone/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8711/F-9 Modified Files: .cvsignore monotone.spec sources Added Files: import.log Log Message: Updated for 0.42. --- NEW FILE import.log --- monotone-0_42-2_fc10:F-9:monotone-0.42-2.fc10.src.rpm:1230946242 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/monotone/F-9/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 12 Sep 2008 21:06:21 -0000 1.21 +++ .cvsignore 3 Jan 2009 01:31:27 -0000 1.22 @@ -1 +1 @@ -monotone-0.41.tar.gz +monotone-0.42.tar.gz Index: monotone.spec =================================================================== RCS file: /cvs/pkgs/rpms/monotone/F-9/monotone.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- monotone.spec 12 Sep 2008 21:06:21 -0000 1.38 +++ monotone.spec 3 Jan 2009 01:31:28 -0000 1.39 @@ -1,6 +1,6 @@ Name: monotone -Version: 0.41 -Release: 1%{?dist} +Version: 0.42 +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -59,13 +59,22 @@ %description server This package provides an easy-to-use standalone server setup for monotone. +%package -n perl-Monotone +Summary: Perl Module for monotone +Requires: monotone = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Group: Development/Tools + +%description -n perl-Monotone +This is a simple Perl module to start a monotone automate sub-process +and then pass commands to it. %prep %setup -q %build %configure --with-bundled-lua=%{bundled_lua} \ - --with-bundled-sqlite=%{bundled_sqlite} + --with-bundled-sqlite=%{bundled_sqlite} make %{?_smp_mflags} %check @@ -92,7 +101,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib ln -snf ../bin/mtn %{buildroot}%{_sbindir}/monotone-server %{__install} -D -m 0555 %{SOURCE1} \ - %{buildroot}%{_sysconfdir}/rc.d/init.d/monotone + %{buildroot}%{_sysconfdir}/rc.d/init.d/monotone %{__install} -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/monotone %{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/monotone %{__install} -d -m 0750 %{buildroot}%{_sysconfdir}/monotone/private-keys @@ -101,17 +110,20 @@ # These do not actually wind up in the package, due to %%ghost. %{__install} -c -m 0440 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/passphrase.lua + %{buildroot}%{_sysconfdir}/monotone/passphrase.lua %{__install} -c -m 0640 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/read-permissions + %{buildroot}%{_sysconfdir}/monotone/read-permissions %{__install} -c -m 0640 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/write-permissions + %{buildroot}%{_sysconfdir}/monotone/write-permissions %{__install} -c -m 0644 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/monotonerc + %{buildroot}%{_sysconfdir}/monotone/monotonerc touch %{buildroot}%{_localstatedir}/lib/monotone/server.mtn cp %{SOURCE3} . +%{__install} -D -m 0644 -p contrib/Monotone.pm \ + %{buildroot}%{perl_vendorlib}/Monotone.pm + %clean rm -f README.monotone-server rm -rf %{buildroot} @@ -119,13 +131,13 @@ %post if [ $1 -eq 1 ] then - /sbin/install-info %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : + /sbin/install-info %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : fi %preun if [ $1 -eq 0 ] then - /sbin/install-info --delete %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : + /sbin/install-info --delete %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : fi %files -f %{name}.lang @@ -139,13 +151,17 @@ %{_datadir}/emacs/site-lisp/monotone*.el* %{_sysconfdir}/bash_completion.d +%files -n perl-Monotone +%defattr(-,root,root,-) +%{perl_vendorlib}/Monotone.pm + %files server %defattr(-,root,root,-) %doc README.monotone-server %{_sbindir}/monotone-server %{_sysconfdir}/rc.d/init.d/monotone %dir %attr(0755,monotone,monotone) %{_localstatedir}/run/monotone -%config %{_sysconfdir}/sysconfig/monotone +%config(noreplace) %{_sysconfdir}/sysconfig/monotone %dir %attr(0755,root,monotone) %{_sysconfdir}/monotone %dir %attr(0750,root,monotone) %{_sysconfdir}/monotone/private-keys %attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/monotonerc @@ -160,7 +176,7 @@ getent group monotone > /dev/null || groupadd -r monotone getent passwd monotone > /dev/null || useradd -r -g monotone -r -d %{_localstatedir}/lib/monotone -s /sbin/nologin \ - -c "Monotone Netsync Server" monotone + -c "Monotone Netsync Server" monotone exit 0 %post server @@ -169,18 +185,24 @@ %preun server if [ $1 = 0 ]; then - /sbin/service monotone stop > /dev/null 2>&1 - /sbin/chkconfig --del monotone + /sbin/service monotone stop > /dev/null 2>&1 + /sbin/chkconfig --del monotone fi %postun if [ $1 -gt 1 ]; then - # Restart the running server: updates its db format when needed. - /sbin/service monotone condrestart > /dev/null 2>&1 || : + # Restart the running server: updates its db format when needed. + /sbin/service monotone condrestart > /dev/null 2>&1 || : fi %changelog +* Fri Jan 2 2009 Thomas Moschny - 0.42-2 +- Pack Monotone.pm (in a subpackage). (#450267) + +* Fri Jan 2 2009 Thomas Moschny - 0.42-1 +- Updated for 0.42 release. + * Fri Sep 12 2008 Thomas Moschny - 0.41-1 - Updated for 0.41 release. - Added mtnopt helper. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/monotone/F-9/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 12 Sep 2008 21:06:21 -0000 1.21 +++ sources 3 Jan 2009 01:31:28 -0000 1.22 @@ -1 +1 @@ -f4ee37fb6853719933561fef901e2a07 monotone-0.41.tar.gz +c8e916d674b6608369d9f447700a8830 monotone-0.42.tar.gz From davej at fedoraproject.org Sat Jan 3 01:46:11 2009 From: davej at fedoraproject.org (Dave Jones) Date: Sat, 3 Jan 2009 01:46:11 +0000 (UTC) Subject: rpms/kernel/devel patch-2.6.28-git5.bz2.sign, NONE, 1.1 .cvsignore, 1.978, 1.979 config-generic, 1.208, 1.209 kernel.spec, 1.1189, 1.1190 sources, 1.940, 1.941 upstream, 1.852, 1.853 linux-2.6-serial.patch, 1.1, NONE patch-2.6.28-git4.bz2.sign, 1.1, NONE Message-ID: <20090103014611.80C3970120@cvs1.fedora.phx.redhat.com> Author: davej Update of /cvs/pkgs/rpms/kernel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10822 Modified Files: .cvsignore config-generic kernel.spec sources upstream Added Files: patch-2.6.28-git5.bz2.sign Removed Files: linux-2.6-serial.patch patch-2.6.28-git4.bz2.sign Log Message: 2.6.28-git5 --- NEW FILE patch-2.6.28-git5.bz2.sign --- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: See http://www.kernel.org/signature.html for info iD8DBQBJXquNyGugalF9Dw4RAkm/AJ0eI3vpg97Ynp6GZ2xeBQ+czDRonwCfRXws r2yHXekvVU81SLoxb4fABkA= =UfkA -----END PGP SIGNATURE----- Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v retrieving revision 1.978 retrieving revision 1.979 diff -u -r1.978 -r1.979 --- .cvsignore 1 Jan 2009 18:02:47 -0000 1.978 +++ .cvsignore 3 Jan 2009 01:45:40 -0000 1.979 @@ -4,4 +4,4 @@ temp-* kernel-2.6.28 linux-2.6.28.tar.bz2 -patch-2.6.28-git4.bz2 +patch-2.6.28-git5.bz2 Index: config-generic =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v retrieving revision 1.208 retrieving revision 1.209 diff -u -r1.208 -r1.209 --- config-generic 1 Jan 2009 18:02:48 -0000 1.208 +++ config-generic 3 Jan 2009 01:45:40 -0000 1.209 @@ -1869,6 +1869,7 @@ CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_UNIX98_PTYS=y +CONFIG_DEVPTS_MULTIPLE_INSTANCES=y # CONFIG_LEGACY_PTYS is not set CONFIG_PRINTER=m CONFIG_LP_CONSOLE=y Index: kernel.spec =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v retrieving revision 1.1189 retrieving revision 1.1190 diff -u -r1.1189 -r1.1190 --- kernel.spec 1 Jan 2009 18:02:48 -0000 1.1189 +++ kernel.spec 3 Jan 2009 01:45:40 -0000 1.1190 @@ -57,7 +57,7 @@ # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 4 +%define gitrev 5 # Set rpm version accordingly %define rpmversion 2.6.%{upstream_sublevel} %endif @@ -654,9 +654,6 @@ # Fix DEBUG_SHIRQ problem in tulip driver. (454575) Patch2030: linux-2.6-net-tulip-interrupt.patch -# Fix serial header so things can compile (#476327) -Patch2050: linux-2.6-serial.patch - # linux1394 git patches Patch2200: linux-2.6-firewire-git-update.patch Patch2201: linux-2.6-firewire-git-pending.patch @@ -1164,8 +1161,6 @@ ApplyPatch linux-2.6-net-tulip-interrupt.patch -ApplyPatch linux-2.6-serial.patch - # Nouveau DRM + drm fixes #ApplyPatch drm-next.patch ApplyPatch drm-modesetting-radeon.patch @@ -1762,6 +1757,9 @@ %kernel_variant_files -k vmlinux %{with_kdump} kdump %changelog +* Fri Jan 02 2009 Dave Jones +- 2.6.28-git5 + * Thu Jan 01 2009 Dave Jones - 2.6.28-git4 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v retrieving revision 1.940 retrieving revision 1.941 diff -u -r1.940 -r1.941 --- sources 1 Jan 2009 18:02:48 -0000 1.940 +++ sources 3 Jan 2009 01:45:40 -0000 1.941 @@ -1,2 +1,2 @@ d351e44709c9810b85e29b877f50968a linux-2.6.28.tar.bz2 -5959053c69e099586eb3cacd3e4cb56e patch-2.6.28-git4.bz2 +86dc32de1bc11f13bfbac3e2225cc6e0 patch-2.6.28-git5.bz2 Index: upstream =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v retrieving revision 1.852 retrieving revision 1.853 diff -u -r1.852 -r1.853 --- upstream 1 Jan 2009 18:02:48 -0000 1.852 +++ upstream 3 Jan 2009 01:45:41 -0000 1.853 @@ -1,2 +1,2 @@ linux-2.6.28.tar.bz2 -patch-2.6.28-git4.bz2 +patch-2.6.28-git5.bz2 --- linux-2.6-serial.patch DELETED --- --- patch-2.6.28-git4.bz2.sign DELETED --- From pkgdb at fedoraproject.org Sat Jan 3 02:30:49 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 02:30:49 +0000 Subject: [pkgdb] mapnik: alexlan has requested watchbugzilla Message-ID: <20090103023049.2C5F92086EF@bastion.fedora.phx.redhat.com> alexlan has requested the watchbugzilla acl on mapnik (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mapnik From pkgdb at fedoraproject.org Sat Jan 3 02:30:52 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 02:30:52 +0000 Subject: [pkgdb] mapnik: alexlan has requested watchcommits Message-ID: <20090103023052.10B39208D52@bastion.fedora.phx.redhat.com> alexlan has requested the watchcommits acl on mapnik (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mapnik From pkgdb at fedoraproject.org Sat Jan 3 02:30:52 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 02:30:52 +0000 Subject: [pkgdb] mapnik: alexlan has requested commit Message-ID: <20090103023052.E772A208D58@bastion.fedora.phx.redhat.com> alexlan has requested the commit acl on mapnik (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mapnik From pkgdb at fedoraproject.org Sat Jan 3 02:30:55 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 02:30:55 +0000 Subject: [pkgdb] mapnik: alexlan has requested approveacls Message-ID: <20090103023055.75172208D62@bastion.fedora.phx.redhat.com> alexlan has requested the approveacls acl on mapnik (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mapnik From ausil at fedoraproject.org Sat Jan 3 03:23:59 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Sat, 3 Jan 2009 03:23:59 +0000 (UTC) Subject: rpms/mono-nunit22/F-9 mono-nunit22.spec,1.4,1.5 Message-ID: <20090103032359.5890670120@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/mono-nunit22/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4276 Modified Files: mono-nunit22.spec Log Message: exclude sparc64 Index: mono-nunit22.spec =================================================================== RCS file: /cvs/pkgs/rpms/mono-nunit22/F-9/mono-nunit22.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mono-nunit22.spec 22 Apr 2008 22:04:32 -0000 1.4 +++ mono-nunit22.spec 3 Jan 2009 03:23:28 -0000 1.5 @@ -2,7 +2,7 @@ Name: mono-nunit22 Version: 2.2.10 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Unit-testing framework for .NET URL: http://www.nunit.org/ License: MIT with acknowledgement @@ -14,8 +14,8 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: mono-devel, nant BuildRequires: unzip -# There is no nant for ppc/ppc64 -ExcludeArch: ppc64 ppc +# There is no nant for ppc/ppc64/sparc64 +ExcludeArch: ppc64 ppc sparc64 %description NUnit is a unit-testing framework for all .Net languages. Initially ported from @@ -75,6 +75,9 @@ %changelog +* Fri Jan 02 2008 Dennis Gilmore 2.2.10-6 +- exclude sparc64 no mono there + * Tue Apr 22 2008 Tom "spot" Callaway 2.2.10-5 - fix sed invocation From ausil at fedoraproject.org Sat Jan 3 03:28:05 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Sat, 3 Jan 2009 03:28:05 +0000 (UTC) Subject: rpms/mono-nunit22/F-9 mono-nunit22.spec,1.5,1.6 Message-ID: <20090103032805.8B34D70120@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/mono-nunit22/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5077 Modified Files: mono-nunit22.spec Log Message: fix date Index: mono-nunit22.spec =================================================================== RCS file: /cvs/pkgs/rpms/mono-nunit22/F-9/mono-nunit22.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mono-nunit22.spec 3 Jan 2009 03:23:28 -0000 1.5 +++ mono-nunit22.spec 3 Jan 2009 03:27:35 -0000 1.6 @@ -75,7 +75,7 @@ %changelog -* Fri Jan 02 2008 Dennis Gilmore 2.2.10-6 +* Fri Jan 02 2009 Dennis Gilmore 2.2.10-6 - exclude sparc64 no mono there * Tue Apr 22 2008 Tom "spot" Callaway 2.2.10-5 From ausil at fedoraproject.org Sat Jan 3 03:32:37 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Sat, 3 Jan 2009 03:32:37 +0000 (UTC) Subject: rpms/mono-nunit22/F-10 mono-nunit22.spec,1.6,1.7 Message-ID: <20090103033237.3FE4B70120@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/mono-nunit22/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5898 Modified Files: mono-nunit22.spec Log Message: exlcude sparc64 Index: mono-nunit22.spec =================================================================== RCS file: /cvs/pkgs/rpms/mono-nunit22/F-10/mono-nunit22.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mono-nunit22.spec 11 Aug 2008 15:22:02 -0000 1.6 +++ mono-nunit22.spec 3 Jan 2009 03:32:06 -0000 1.7 @@ -2,7 +2,7 @@ Name: mono-nunit22 Version: 2.2.10 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Unit-testing framework for .NET URL: http://www.nunit.org/ License: MIT with advertising @@ -14,8 +14,8 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: mono-devel, nant BuildRequires: unzip -# There is no nant for ppc/ppc64 -ExcludeArch: ppc64 ppc +# There is no nant for ppc/ppc64/sparc64 +ExcludeArch: ppc64 ppc sparc64 %description NUnit is a unit-testing framework for all .Net languages. Initially ported from @@ -75,6 +75,9 @@ %changelog +* Fri Jan 02 2009 Dennis Gilmore 2.2.10-8 +- exclude sparc64 + * Mon Aug 11 2008 Tom "spot" Callaway 2.2.10-7 - fix license tag From ausil at fedoraproject.org Sat Jan 3 03:36:41 2009 From: ausil at fedoraproject.org (Dennis Gilmore) Date: Sat, 3 Jan 2009 03:36:41 +0000 (UTC) Subject: rpms/mono-nunit22/devel mono-nunit22.spec,1.7,1.8 Message-ID: <20090103033642.04C4C70120@cvs1.fedora.phx.redhat.com> Author: ausil Update of /cvs/pkgs/rpms/mono-nunit22/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6567 Modified Files: mono-nunit22.spec Log Message: exclude sparc64 fix changelog entry Index: mono-nunit22.spec =================================================================== RCS file: /cvs/pkgs/rpms/mono-nunit22/devel/mono-nunit22.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mono-nunit22.spec 18 Dec 2008 12:32:05 -0000 1.7 +++ mono-nunit22.spec 3 Jan 2009 03:36:11 -0000 1.8 @@ -2,7 +2,7 @@ Name: mono-nunit22 Version: 2.4.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Unit-testing framework for .NET URL: http://www.nunit.org/ License: MIT with acknowledgement @@ -13,8 +13,8 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: mono-devel >= 2.2 , nant BuildRequires: unzip -# There is no nant for ppc/ppc64 -ExcludeArch: ppc64 ppc +# There is no nant for ppc/ppc64/sparc64 +ExcludeArch: ppc64 ppc sparc64 %description NUnit is a unit-testing framework for all .Net languages. Initially ported from @@ -72,12 +72,28 @@ %changelog +* Fri Jan 02 2009 Dennis Gilmore 2.4.8-2 +- exclude sparc64 +- add missing changelog entries + * Sun Nov 30 2008 Paul F. Johnson 2.4.8-1 - bump to bring it up to date - remove nunit22 build patch - fix new nunit22 key patch - spec file fix +* Mon Aug 11 2008 Tom "spot" Callaway 2.2.10-7 +- fix license tag + +* Thu Jun 5 2008 Tom "spot" Callaway 2.2.10-6 +- rebuild for new mono bits + +* Tue Apr 22 2008 Tom "spot" Callaway 2.2.10-5 +- fix sed invocation + +* Tue Apr 22 2008 Paul F. Johnson 2.2.10-4 +- fix for incorrect libdir in pc file + * Fri Apr 11 2008 Tom "spot" Callaway - 2.2.10-3 - no nant for ppc ppc64 From remi at fedoraproject.org Sat Jan 3 08:33:04 2009 From: remi at fedoraproject.org (Remi Collet) Date: Sat, 3 Jan 2009 08:33:04 +0000 (UTC) Subject: rpms/maniadrive/F-10 maniadrive.spec,1.9,1.10 Message-ID: <20090103083304.A50E170153@cvs1.fedora.phx.redhat.com> Author: remi Update of /cvs/extras/rpms/maniadrive/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27514 Modified Files: maniadrive.spec Log Message: rebuild for php 5.2.8 Index: maniadrive.spec =================================================================== RCS file: /cvs/extras/rpms/maniadrive/F-10/maniadrive.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- maniadrive.spec 30 Sep 2008 07:20:49 -0000 1.9 +++ maniadrive.spec 3 Jan 2009 08:32:34 -0000 1.10 @@ -1,6 +1,6 @@ Name: maniadrive Version: 1.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: 3D stunt driving game Group: Amusements/Games License: GPLv2+ @@ -161,6 +161,9 @@ %changelog +* Wed Dec 17 2008 Hans de Goede 1.2-11 +- Rebuild for new php version + * Mon Sep 15 2008 Hans de Goede 1.2-10 - Rebuild for new ode From dcbw at fedoraproject.org Sat Jan 3 07:42:29 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:42:29 +0000 (UTC) Subject: rpms/NetworkManager-openvpn/devel .cvsignore, 1.12, 1.13 NetworkManager-openvpn.spec, 1.27, 1.28 sources, 1.16, 1.17 Message-ID: <20090103074229.8976970154@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager-openvpn/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12596 Modified Files: .cvsignore NetworkManager-openvpn.spec sources Log Message: * Sat Jan 3 2009 Dan Williams 1:0.7.0-18.svn11 - Rebuild for updated NetworkManager - Fix some specfile issues (rh #477149) - Allow the EAP authentication method Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 22 Nov 2008 03:52:46 -0000 1.12 +++ .cvsignore 3 Jan 2009 07:41:58 -0000 1.13 @@ -7,3 +7,4 @@ NetworkManager-openvpn-0.7.0.svn4175.tar.gz NetworkManager-openvpn-0.7.0.svn4229.tar.gz NetworkManager-openvpn-0.7.0.svn4326.tar.gz +NetworkManager-openvpn-0.7.0.svn11.tar.gz Index: NetworkManager-openvpn.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/devel/NetworkManager-openvpn.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- NetworkManager-openvpn.spec 22 Nov 2008 03:52:46 -0000 1.27 +++ NetworkManager-openvpn.spec 3 Jan 2009 07:41:58 -0000 1.28 @@ -1,16 +1,16 @@ -%define nm_version 1:0.7.0-0.12.svn4326 +%define nm_version 1:0.7.0-1 %define dbus_version 1.1 %define gtk2_version 2.10.0 %define openvpn_version 2.1 %define shared_mime_version 0.16-3 -%define svn_snapshot svn4326 +%define svn_snapshot svn11 Summary: NetworkManager VPN plugin for OpenVPN Name: NetworkManager-openvpn Epoch: 1 Version: 0.7.0 -Release: 16.%{svn_snapshot}%{?dist} +Release: 18.%{svn_snapshot}%{?dist} License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ Group: System Environment/Base @@ -29,10 +29,8 @@ BuildRequires: NetworkManager-glib-devel >= %{nm_version} BuildRequires: glib2-devel BuildRequires: GConf2-devel -BuildRequires: libgnomeui-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel -BuildRequires: libpng-devel BuildRequires: perl-XML-Parser BuildRequires: libtool intltool gettext BuildRequires: perl @@ -61,7 +59,7 @@ if [ ! -f configure ]; then ./autogen.sh fi -%configure --disable-static --disable-dependency-tracking +%configure --disable-static --disable-dependency-tracking --enable-more-warnings=yes make %{?_smp_mflags} %install @@ -104,8 +102,17 @@ %{_datadir}/gnome-vpn-properties/openvpn/nm-openvpn-dialog.glade %{_datadir}/applications/nm-openvpn.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-openvpn-settings.png +%dir %{_datadir}/gnome-vpn-properties/openvpn %changelog +* Sat Jan 3 2009 Dan Williams 1:0.7.0-18.svn11 +- Rebuild for updated NetworkManager +- Fix some specfile issues (rh #477149) +- Allow the EAP authentication method + +* Sat Dec 20 2008 Christoph H??ger 0.7.0-17.svn4326 +- removed libpng-devel from BuildRequires, added %{_datadir}/gnome-vpn-properties/openvpn/ (rh #477149) + * Fri Nov 21 2008 Dan Williams 1:0.7.0-16.svn4326 - Rebuild for updated NetworkManager Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 22 Nov 2008 03:52:46 -0000 1.16 +++ sources 3 Jan 2009 07:41:58 -0000 1.17 @@ -1 +1 @@ -027b5577aac9b132fdbd0735eb3ccdeb NetworkManager-openvpn-0.7.0.svn4326.tar.gz +de7716aef7fe8665030e82aa244ec3c0 NetworkManager-openvpn-0.7.0.svn11.tar.gz From dcbw at fedoraproject.org Sat Jan 3 07:51:50 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:51:50 +0000 (UTC) Subject: rpms/NetworkManager-openvpn/F-10 NetworkManager-openvpn.spec, 1.29, 1.30 Message-ID: <20090103075150.1BE007015E@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager-openvpn/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15942 Modified Files: NetworkManager-openvpn.spec Log Message: remove erroneous change entry Index: NetworkManager-openvpn.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/F-10/NetworkManager-openvpn.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- NetworkManager-openvpn.spec 3 Jan 2009 07:42:51 -0000 1.29 +++ NetworkManager-openvpn.spec 3 Jan 2009 07:51:19 -0000 1.30 @@ -108,7 +108,6 @@ * Sat Jan 3 2009 Dan Williams 1:0.7.0-18.svn11 - Rebuild for updated NetworkManager - Fix some specfile issues (rh #477149) -- Allow the EAP authentication method * Sat Dec 20 2008 Christoph H??ger 0.7.0-17.svn4326 - removed libpng-devel from BuildRequires, added %{_datadir}/gnome-vpn-properties/openvpn/ (rh #477149) From dcbw at fedoraproject.org Sat Jan 3 07:55:46 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:55:46 +0000 (UTC) Subject: rpms/NetworkManager-pptp/devel .cvsignore, 1.5, 1.6 NetworkManager-pptp.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20090103075546.143BE70160@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager-pptp/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16869 Modified Files: .cvsignore NetworkManager-pptp.spec sources Log Message: * Sat Jan 3 2009 Dan Williams 1:0.7.0-1.svn16 - Rebuild for updated NetworkManager - Fix some specfile issues (rh #477153) - Allow the EAP authentication method Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-pptp/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 22 Nov 2008 04:10:16 -0000 1.5 +++ .cvsignore 3 Jan 2009 07:55:15 -0000 1.6 @@ -2,3 +2,4 @@ NetworkManager-pptp-0.7.0.svn4178.tar.bz2 NetworkManager-pptp-0.7.0.svn4229.tar.bz2 NetworkManager-pptp-0.7.0.svn4326.tar.bz2 +NetworkManager-pptp-0.7.0.svn16.tar.bz2 Index: NetworkManager-pptp.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-pptp/devel/NetworkManager-pptp.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- NetworkManager-pptp.spec 22 Nov 2008 04:11:56 -0000 1.7 +++ NetworkManager-pptp.spec 3 Jan 2009 07:55:15 -0000 1.8 @@ -1,16 +1,16 @@ -%define nm_version 1:0.7.0-0.12.svn4326 +%define nm_version 1:0.7.0-1 %define dbus_version 1.1 %define gtk2_version 2.10.0 %define ppp_version 2.2.4 %define shared_mime_version 0.16-3 -%define svn_snapshot svn4326 +%define svn_snapshot svn16 Summary: NetworkManager VPN plugin for pptp Name: NetworkManager-pptp Epoch: 1 Version: 0.7.0 -Release: 0.12.%{svn_snapshot}%{?dist} +Release: 1.%{svn_snapshot}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -23,7 +23,6 @@ BuildRequires: NetworkManager-devel >= %{nm_version} BuildRequires: NetworkManager-glib-devel >= %{nm_version} BuildRequires: GConf2-devel -BuildRequires: libgnomeui-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel BuildRequires: intltool gettext @@ -50,7 +49,7 @@ %build -%configure --enable-more-warnings=yes +%configure --disable-static --enable-more-warnings=yes make %{?_smp_mflags} %install @@ -101,8 +100,14 @@ %{_datadir}/gnome-vpn-properties/pptp/nm-pptp-dialog.glade %{_datadir}/applications/nm-pptp.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-pptp-settings.png +%dir %{_datadir}/gnome-vpn-properties/pptp %changelog +* Sat Jan 3 2009 Dan Williams 1:0.7.0-1.svn16 +- Rebuild for updated NetworkManager +- Fix some specfile issues (rh #477153) +- Allow the EAP authentication method + * Fri Nov 21 2008 Dan Williams 1:0.7.0-12.svn4326 - Rebuild for updated NetworkManager Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-pptp/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 22 Nov 2008 04:10:16 -0000 1.5 +++ sources 3 Jan 2009 07:55:15 -0000 1.6 @@ -1 +1 @@ -b9b6d1e987be04279fa2610eb208e09e NetworkManager-pptp-0.7.0.svn4326.tar.bz2 +df7f950127c9cc7e640dd2c8effd953b NetworkManager-pptp-0.7.0.svn16.tar.bz2 From pbrobinson at fedoraproject.org Sat Jan 3 06:43:28 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Sat, 3 Jan 2009 06:43:28 +0000 (UTC) Subject: rpms/libiphone/devel libiphone.spec,1.6,1.7 Message-ID: <20090103064328.9EF087014D@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/libiphone/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27473 Modified Files: libiphone.spec Log Message: - new git snapshot Index: libiphone.spec =================================================================== RCS file: /cvs/pkgs/rpms/libiphone/devel/libiphone.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libiphone.spec 13 Dec 2008 19:46:59 -0000 1.6 +++ libiphone.spec 3 Jan 2009 06:42:58 -0000 1.7 @@ -2,14 +2,14 @@ # git clone http://git.matt.colyer.name/2008/libiphone/ # git-archive --format=tar --prefix=libiphone-0.1.0/ %{git_version} | bzip2 > libiphone-0.1.0-20081201.tar.bz2 -%define gitdate 20081201 -%define git_version 8c3a01e +%define gitdate 20090103 +%define git_version 5cde554 %define tarfile %{name}-%{version}-%{gitdate}.tar.bz2 %define snapshot %{gitdate}git%{git_version} Name: libiphone Version: 0.1.0 -Release: 6.%{snapshot}%{?dist} +Release: 7.%{snapshot}%{?dist} Summary: Library for connecting to Apple iPhone and iPod touch Group: System Environment/Libraries @@ -17,7 +17,6 @@ URL: http://matt.colyer.name/projects/iphone-linux/ Source0: %{tarfile} -Patch0: libiphone-fixgnutlsver.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel @@ -45,7 +44,6 @@ %prep %setup -q -%patch0 -p0 -b .fixgnutlsver %build ./autogen.sh @@ -79,6 +77,9 @@ %{_includedir}/libiphone %changelog +* Sat Jan 3 2009 Peter Robinson 0.1.0-7.git5cde554 +- New git snapshot + * Mon Dec 5 2008 Peter Robinson 0.1.0-6.git8c3a01e - Fix devel dependency From dcbw at fedoraproject.org Sat Jan 3 07:54:21 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:54:21 +0000 (UTC) Subject: rpms/NetworkManager-openvpn/F-9 NetworkManager-openvpn.spec, 1.27, 1.28 Message-ID: <20090103075421.7714F7015F@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager-openvpn/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16412 Modified Files: NetworkManager-openvpn.spec Log Message: remove erroneous change entry Index: NetworkManager-openvpn.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/F-9/NetworkManager-openvpn.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- NetworkManager-openvpn.spec 3 Jan 2009 07:44:46 -0000 1.27 +++ NetworkManager-openvpn.spec 3 Jan 2009 07:53:51 -0000 1.28 @@ -108,7 +108,6 @@ * Sat Jan 3 2009 Dan Williams 1:0.7.0-18.svn11 - Rebuild for updated NetworkManager - Fix some specfile issues (rh #477149) -- Allow the EAP authentication method * Sat Dec 20 2008 Christoph H??ger 0.7.0-17.svn4326 - removed libpng-devel from BuildRequires, added %{_datadir}/gnome-vpn-properties/openvpn/ (rh #477149) From dcbw at fedoraproject.org Sat Jan 3 07:57:31 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:57:31 +0000 (UTC) Subject: rpms/NetworkManager-pptp/F-9 NetworkManager-pptp.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090103075731.9F4B070163@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager-pptp/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17680 Modified Files: NetworkManager-pptp.spec sources Log Message: * Sat Jan 3 2009 Dan Williams 1:0.7.0-1.svn16 - Rebuild for updated NetworkManager - Fix some specfile issues (rh #477153) - Allow the EAP authentication method Index: NetworkManager-pptp.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-pptp/F-9/NetworkManager-pptp.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- NetworkManager-pptp.spec 22 Nov 2008 04:15:20 -0000 1.2 +++ NetworkManager-pptp.spec 3 Jan 2009 07:57:01 -0000 1.3 @@ -1,16 +1,16 @@ -%define nm_version 1:0.7.0-0.12.svn4326 +%define nm_version 1:0.7.0-1 %define dbus_version 1.1 %define gtk2_version 2.10.0 %define ppp_version 2.2.4 %define shared_mime_version 0.16-3 -%define svn_snapshot svn4326 +%define svn_snapshot svn16 Summary: NetworkManager VPN plugin for pptp Name: NetworkManager-pptp Epoch: 1 Version: 0.7.0 -Release: 0.12.%{svn_snapshot}%{?dist} +Release: 1.%{svn_snapshot}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -23,7 +23,6 @@ BuildRequires: NetworkManager-devel >= %{nm_version} BuildRequires: NetworkManager-glib-devel >= %{nm_version} BuildRequires: GConf2-devel -BuildRequires: libgnomeui-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel BuildRequires: intltool gettext @@ -50,7 +49,7 @@ %build -%configure --enable-more-warnings=yes +%configure --disable-static --enable-more-warnings=yes make %{?_smp_mflags} %install @@ -101,8 +100,14 @@ %{_datadir}/gnome-vpn-properties/pptp/nm-pptp-dialog.glade %{_datadir}/applications/nm-pptp.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-pptp-settings.png +%dir %{_datadir}/gnome-vpn-properties/pptp %changelog +* Sat Jan 3 2009 Dan Williams 1:0.7.0-1.svn16 +- Rebuild for updated NetworkManager +- Fix some specfile issues (rh #477153) +- Allow the EAP authentication method + * Fri Nov 21 2008 Dan Williams 1:0.7.0-12.svn4326 - Rebuild for updated NetworkManager Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-pptp/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Nov 2008 04:15:20 -0000 1.3 +++ sources 3 Jan 2009 07:57:01 -0000 1.4 @@ -1 +1 @@ -b9b6d1e987be04279fa2610eb208e09e NetworkManager-pptp-0.7.0.svn4326.tar.bz2 +df7f950127c9cc7e640dd2c8effd953b NetworkManager-pptp-0.7.0.svn16.tar.bz2 From xulchris at fedoraproject.org Sat Jan 3 06:34:18 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Sat, 3 Jan 2009 06:34:18 +0000 (UTC) Subject: rpms/poker-network/F-10 .cvsignore, 1.9, 1.10 poker-network.spec, 1.15, 1.16 sources, 1.9, 1.10 Message-ID: <20090103063418.3FC817013C@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/poker-network/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24714/F-10 Modified Files: .cvsignore poker-network.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/poker-network/F-10/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 29 May 2008 17:23:12 -0000 1.9 +++ .cvsignore 3 Jan 2009 06:33:47 -0000 1.10 @@ -1 +1 @@ -poker-network-1.6.0.tar.gz +poker-network-1.7.3.tar.gz Index: poker-network.spec =================================================================== RCS file: /cvs/pkgs/rpms/poker-network/F-10/poker-network.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- poker-network.spec 9 Oct 2008 15:22:08 -0000 1.15 +++ poker-network.spec 3 Jan 2009 06:33:47 -0000 1.16 @@ -8,12 +8,12 @@ Name: poker-network -Version: 1.6.0 -Release: 2%{?dist} +Version: 1.7.3 +Release: 1%{?dist} Summary: Base package for poker client and server Group: Applications/Internet -License: GPLv2+ +License: AGPLv3 URL: http://pokersource.org/poker-network Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz @@ -288,12 +288,18 @@ %dir %{_sysconfdir}/%{name} %dir %{python_sitelib}/pokernetwork %{python_sitelib}/pokernetwork/__init__* +%{python_sitelib}/pokernetwork/attrpack* +%{python_sitelib}/pokernetwork/countfilter* %{python_sitelib}/pokernetwork/dispatch* +%{python_sitelib}/pokernetwork/nullfilter* %{python_sitelib}/pokernetwork/packets* +%{python_sitelib}/pokernetwork/pokerauth* +%{python_sitelib}/pokernetwork/pokermemcache* %{python_sitelib}/pokernetwork/pokernetworkconfig* %{python_sitelib}/pokernetwork/pokerpackets* %{python_sitelib}/pokernetwork/protocol* %{python_sitelib}/pokernetwork/proxy* +%{python_sitelib}/pokernetwork/tourneyattrs* %{python_sitelib}/pokernetwork/upgrade* %{python_sitelib}/pokernetwork/user* %{python_sitelib}/pokernetwork/version* @@ -319,13 +325,16 @@ %{_initrddir}/poker-server %dir %attr(-,%{poker_user},root) %{_var}/run/%{name} %dir %attr(-,%{poker_user},root) %{_var}/log/%{name} +%{_bindir}/pokerstats %{_bindir}/poker-server-selinux %{_sbindir}/pokerserver %{_sbindir}/pokerdatabaseupgrade +%{_mandir}/man1/pokerstats* %{_mandir}/man8/pokerserver* %{_mandir}/man8/pokerdatabaseupgrade* %{_datadir}/%{name}/*.sql %{_datadir}/%{name}/conf/poker.server.xml +%{_datadir}/%{name}/conf/poker.stats.xml %{_datadir}/%{name}/conf/poker.pem %{_datadir}/%{name}/upgrades/poker.server %{_datadir}/%{name}/upgrades/upgrade @@ -336,8 +345,11 @@ %{python_sitelib}/pokernetwork/pokerlock* %{python_sitelib}/pokernetwork/pokerserver* %{python_sitelib}/pokernetwork/pokerservice* +%{python_sitelib}/pokernetwork/pokersite* %{python_sitelib}/pokernetwork/pokertable* %{python_sitelib}/pokernetwork/server* +%{python_sitelib}/pokerstats +%{python_sitelib}/twisted/plugins/pokernetwork_plugin* %files -n poker-web %defattr(-,root,root,-) @@ -366,6 +378,12 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 1.7.3-1 +- Upstream sync + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.6.0-3 +- Rebuild for Python 2.6 + * Thu Oct 09 2008 Christopher Stone 1.6.0-2 - Update bot patch (bz #464986) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/poker-network/F-10/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 29 May 2008 17:23:12 -0000 1.9 +++ sources 3 Jan 2009 06:33:47 -0000 1.10 @@ -1 +1 @@ -1ba14542d834edcfac9782d0caeff8ba poker-network-1.6.0.tar.gz +9680fe96f33c678dd4825251f07d6823 poker-network-1.7.3.tar.gz From xulchris at fedoraproject.org Sat Jan 3 06:34:19 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Sat, 3 Jan 2009 06:34:19 +0000 (UTC) Subject: rpms/poker-network/devel .cvsignore, 1.9, 1.10 poker-network.spec, 1.16, 1.17 sources, 1.9, 1.10 Message-ID: <20090103063419.30E5A70149@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/poker-network/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24714/devel Modified Files: .cvsignore poker-network.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/poker-network/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 29 May 2008 17:23:12 -0000 1.9 +++ .cvsignore 3 Jan 2009 06:33:48 -0000 1.10 @@ -1 +1 @@ -poker-network-1.6.0.tar.gz +poker-network-1.7.3.tar.gz Index: poker-network.spec =================================================================== RCS file: /cvs/pkgs/rpms/poker-network/devel/poker-network.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- poker-network.spec 29 Nov 2008 17:56:27 -0000 1.16 +++ poker-network.spec 3 Jan 2009 06:33:48 -0000 1.17 @@ -8,12 +8,12 @@ Name: poker-network -Version: 1.6.0 -Release: 3%{?dist} +Version: 1.7.3 +Release: 1%{?dist} Summary: Base package for poker client and server Group: Applications/Internet -License: GPLv2+ +License: AGPLv3 URL: http://pokersource.org/poker-network Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz @@ -288,12 +288,18 @@ %dir %{_sysconfdir}/%{name} %dir %{python_sitelib}/pokernetwork %{python_sitelib}/pokernetwork/__init__* +%{python_sitelib}/pokernetwork/attrpack* +%{python_sitelib}/pokernetwork/countfilter* %{python_sitelib}/pokernetwork/dispatch* +%{python_sitelib}/pokernetwork/nullfilter* %{python_sitelib}/pokernetwork/packets* +%{python_sitelib}/pokernetwork/pokerauth* +%{python_sitelib}/pokernetwork/pokermemcache* %{python_sitelib}/pokernetwork/pokernetworkconfig* %{python_sitelib}/pokernetwork/pokerpackets* %{python_sitelib}/pokernetwork/protocol* %{python_sitelib}/pokernetwork/proxy* +%{python_sitelib}/pokernetwork/tourneyattrs* %{python_sitelib}/pokernetwork/upgrade* %{python_sitelib}/pokernetwork/user* %{python_sitelib}/pokernetwork/version* @@ -319,13 +325,16 @@ %{_initrddir}/poker-server %dir %attr(-,%{poker_user},root) %{_var}/run/%{name} %dir %attr(-,%{poker_user},root) %{_var}/log/%{name} +%{_bindir}/pokerstats %{_bindir}/poker-server-selinux %{_sbindir}/pokerserver %{_sbindir}/pokerdatabaseupgrade +%{_mandir}/man1/pokerstats* %{_mandir}/man8/pokerserver* %{_mandir}/man8/pokerdatabaseupgrade* %{_datadir}/%{name}/*.sql %{_datadir}/%{name}/conf/poker.server.xml +%{_datadir}/%{name}/conf/poker.stats.xml %{_datadir}/%{name}/conf/poker.pem %{_datadir}/%{name}/upgrades/poker.server %{_datadir}/%{name}/upgrades/upgrade @@ -336,8 +345,11 @@ %{python_sitelib}/pokernetwork/pokerlock* %{python_sitelib}/pokernetwork/pokerserver* %{python_sitelib}/pokernetwork/pokerservice* +%{python_sitelib}/pokernetwork/pokersite* %{python_sitelib}/pokernetwork/pokertable* %{python_sitelib}/pokernetwork/server* +%{python_sitelib}/pokerstats +%{python_sitelib}/twisted/plugins/pokernetwork_plugin* %files -n poker-web %defattr(-,root,root,-) @@ -366,6 +378,9 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 1.7.3-1 +- Upstream sync + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.6.0-3 - Rebuild for Python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/poker-network/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 29 May 2008 17:23:12 -0000 1.9 +++ sources 3 Jan 2009 06:33:48 -0000 1.10 @@ -1 +1 @@ -1ba14542d834edcfac9782d0caeff8ba poker-network-1.6.0.tar.gz +9680fe96f33c678dd4825251f07d6823 poker-network-1.7.3.tar.gz From lmacken at fedoraproject.org Sat Jan 3 06:36:47 2009 From: lmacken at fedoraproject.org (Luke Macken) Date: Sat, 3 Jan 2009 06:36:47 +0000 (UTC) Subject: rpms/TurboGears/devel TurboGears-1.0.8-cherrypyreq.patch, NONE, 1.1 TurboGears-1.0.8-setup.patch, NONE, 1.1 TurboGears.spec, 1.41, 1.42 Message-ID: <20090103063647.709867014C@cvs1.fedora.phx.redhat.com> Author: lmacken Update of /cvs/pkgs/rpms/TurboGears/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26080 Modified Files: TurboGears.spec Added Files: TurboGears-1.0.8-cherrypyreq.patch TurboGears-1.0.8-setup.patch Log Message: * Sat Jan 03 2009 Luke Macken - 1.0.8-1 - Latest upstream release. TurboGears-1.0.8-cherrypyreq.patch: --- NEW FILE TurboGears-1.0.8-cherrypyreq.patch --- --- turbogears/config.py.orig 2008-12-18 16:42:03.000000000 -0500 +++ turbogears/config.py 2008-12-18 16:42:06.000000000 -0500 @@ -1,8 +1,10 @@ import os, glob, re +import pkg_resources +pkg_resources.require("CherryPy<3.0") + from cherrypy import config from configobj import ConfigObj -import pkg_resources import logging import logging.handlers TurboGears-1.0.8-setup.patch: --- NEW FILE TurboGears-1.0.8-setup.patch --- --- setup.py.setup 2008-09-15 16:30:30.000000000 -0400 +++ setup.py 2008-09-18 03:01:12.000000000 -0400 @@ -14,7 +14,6 @@ # setup params install_requires = [ "CherryPy >= 2.3.0, < 3.0.0alpha", - "ConfigObj >= 4.3.2", "DecoratorTools >= 1.4", "FormEncode >= 0.7.1", "PasteScript >= 1.6.2", @@ -23,7 +22,7 @@ "simplejson >= 1.3", "TurboCheetah >= 1.0", # TurboJson >= 1.2 uses PEAK-Rules - "TurboJson >= 1.1.4, < 1.2", + "TurboJson >= 1.1.4", "TurboKid >= 1.0.4", ] Index: TurboGears.spec =================================================================== RCS file: /cvs/pkgs/rpms/TurboGears/devel/TurboGears.spec,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- TurboGears.spec 29 Nov 2008 17:21:25 -0000 1.41 +++ TurboGears.spec 3 Jan 2009 06:36:17 -0000 1.42 @@ -2,8 +2,8 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: TurboGears -Version: 1.0.7 -Release: 3%{?dist} +Version: 1.0.8 +Release: 1%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages @@ -92,6 +92,9 @@ %{python_sitelib}/turbogears/ %changelog +* Sat Jan 03 2009 Luke Macken - 1.0.8-1 +- Latest upstream release. + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.0.7-3 - Rebuild for Python 2.6 From dcbw at fedoraproject.org Sat Jan 3 07:55:53 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:55:53 +0000 (UTC) Subject: rpms/NetworkManager-openvpn/F-8 NetworkManager-openvpn.spec, 1.20, 1.21 Message-ID: <20090103075553.7E5C070161@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager-openvpn/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16932 Modified Files: NetworkManager-openvpn.spec Log Message: remove erroneous change entry Index: NetworkManager-openvpn.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/F-8/NetworkManager-openvpn.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- NetworkManager-openvpn.spec 3 Jan 2009 07:46:16 -0000 1.20 +++ NetworkManager-openvpn.spec 3 Jan 2009 07:55:23 -0000 1.21 @@ -108,7 +108,6 @@ * Sat Jan 3 2009 Dan Williams 1:0.7.0-18.svn11 - Rebuild for updated NetworkManager - Fix some specfile issues (rh #477149) -- Allow the EAP authentication method * Sat Dec 20 2008 Christoph H??ger 0.7.0-17.svn4326 - removed libpng-devel from BuildRequires, added %{_datadir}/gnome-vpn-properties/openvpn/ (rh #477149) From dcbw at fedoraproject.org Sat Jan 3 06:27:37 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 06:27:37 +0000 (UTC) Subject: rpms/NetworkManager/F-10 NetworkManager.spec, 1.249, 1.250 nm-applet-internal-buildfixes.patch, 1.1, 1.2 sources, 1.127, 1.128 Message-ID: <20090103062737.3FE1A70145@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21353 Modified Files: NetworkManager.spec nm-applet-internal-buildfixes.patch sources Log Message: * Fri Jan 2 2009 Dan Williams - 1:0.7.0-1.git20090102 - Update to 0.7.1 pre-release - Allow connections to be ignored when determining the default route (rh #476089) - Own /usr/share/gnome-vpn-properties (rh #477155) - Fix log flooding due to netlink errors (rh #459205) - Pass connection UUID to dispatcher scripts via the environment - Fix possible crash after deactivating a VPN connection - Fix issues with editing wired 802.1x connections - Fix issues when using PKCS#12 certificates with 802.1x connections Index: NetworkManager.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/F-10/NetworkManager.spec,v retrieving revision 1.249 retrieving revision 1.250 diff -u -r1.249 -r1.250 --- NetworkManager.spec 22 Nov 2008 03:09:54 -0000 1.249 +++ NetworkManager.spec 3 Jan 2009 06:27:06 -0000 1.250 @@ -9,20 +9,20 @@ %define libnl_version 1.1 %define ppp_version 2.2.4 -%define snapshot svn4326 -%define applet_snapshot svn1043 +%define snapshot git20090102 +%define applet_snapshot svn1091 Name: NetworkManager Summary: Network connection manager and user applications Epoch: 1 Version: 0.7.0 -Release: 0.12.%{snapshot}%{?dist} +Release: 1.%{snapshot}%{?dist} Group: System Environment/Base License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ -Source: %{name}-%{version}.%{snapshot}.tar.gz -Source1: nm-applet-%{version}.%{applet_snapshot}.tar.gz +Source: %{name}-%{version}.%{snapshot}.tar.bz2 +Source1: network-manager-applet-%{version}.%{applet_snapshot}.tar.gz Source2: nm-system-settings.conf Patch1: nm-applet-internal-buildfixes.patch Patch2: explain-dns1-dns2.patch @@ -42,9 +42,9 @@ Requires: dnsmasq Obsoletes: dhcdbd -Conflicts: NetworkManager-vpnc < 1:0.7.0-0.11.svn4326 -Conflicts: NetworkManager-openvpn < 1:0.7.0-16.svn4326 -Conflicts: NetworkManager-pptp < 1:0.7.0-0.12.svn4326 +Conflicts: NetworkManager-vpnc < 1:0.7.0-1 +Conflicts: NetworkManager-openvpn < 1:0.7.0-17 +Conflicts: NetworkManager-pptp < 1:0.7.0-1 BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: dbus-glib-devel >= %{dbus_glib_version} @@ -142,6 +142,11 @@ %patch2 -p1 -b .explain-dns1-dns2 %build + +# back up pristine docs and use them instead of generated ones, which make +# multilib unhappy due to different timestamps in the generated content +%{__cp} -R docs ORIG-docs + autoreconf -i %configure \ --disable-static \ @@ -154,10 +159,10 @@ make # build the applet -pushd nm-applet-0.7.0 +pushd network-manager-applet-0.7.0 autoreconf -i intltoolize --force - %configure --disable-static + %configure --disable-static --enable-more-warnings=yes make popd @@ -170,13 +175,18 @@ %{__cp} %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/ # install the applet -pushd nm-applet-0.7.0 +pushd network-manager-applet-0.7.0 make install DESTDIR=$RPM_BUILD_ROOT popd # create a VPN directory %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/VPN +# create a keyfile plugin system settings directory +%{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/system-connections + +%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/gnome-vpn-properties + %find_lang %{name} %find_lang nm-applet cat nm-applet.lang >> %{name}.lang @@ -187,6 +197,11 @@ install -m 0755 test/.libs/nm-online %{buildroot}/%{_bindir} +# install the pristine docs +%{__cp} ORIG-docs/libnm-glib/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libnm-glib/ +%{__cp} ORIG-docs/libnm-util/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libnm-util/ + + %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -252,6 +267,7 @@ %{_prefix}/libexec/nm-crash-logger %dir %{_datadir}/NetworkManager %{_datadir}/NetworkManager/gdb-cmd +%dir %{_sysconfdir}/NetworkManager/system-connections %{_datadir}/dbus-1/system-services/org.freedesktop.NetworkManagerSystemSettings.service %{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service %{_libdir}/pppd/2.4.4/nm-pppd-plugin.so @@ -275,6 +291,7 @@ %{_datadir}/icons/hicolor/22x22/apps/*.png %{_datadir}/icons/hicolor/48x48/apps/*.png %{_sysconfdir}/xdg/autostart/nm-applet.desktop +%dir %{_datadir}/gnome-vpn-properties %files glib %defattr(-,root,root,0755) @@ -299,6 +316,16 @@ %{_datadir}/gtk-doc/html/libnm-util/* %changelog +* Fri Jan 2 2009 Dan Williams - 1:0.7.0-1.git20090102 +- Update to 0.7.1 pre-release +- Allow connections to be ignored when determining the default route (rh #476089) +- Own /usr/share/gnome-vpn-properties (rh #477155) +- Fix log flooding due to netlink errors (rh #459205) +- Pass connection UUID to dispatcher scripts via the environment +- Fix possible crash after deactivating a VPN connection +- Fix issues with editing wired 802.1x connections +- Fix issues when using PKCS#12 certificates with 802.1x connections + * Fri Nov 21 2008 Dan Williams - 1:0.7.0-0.12.svn4326 - API and documentation updates - Fix PIN handling on 'hso' mobile broadband devices nm-applet-internal-buildfixes.patch: Index: nm-applet-internal-buildfixes.patch =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/F-10/nm-applet-internal-buildfixes.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nm-applet-internal-buildfixes.patch 17 Nov 2008 23:24:03 -0000 1.1 +++ nm-applet-internal-buildfixes.patch 3 Jan 2009 06:27:06 -0000 1.2 @@ -1,6 +1,6 @@ -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac ---- NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac.buildfix 2008-11-17 08:37:21.000000000 -0500 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac.buildfix 2008-11-17 08:37:21.000000000 -0500 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac 2008-11-17 18:04:35.000000000 -0500 @@ -68,10 +68,6 @@ PKG_CHECK_MODULES(GOBJECT, gobject-2.0) PKG_CHECK_MODULES(NMA, [dbus-glib-1 >= 0.72 @@ -12,9 +12,9 @@ gtk+-2.0 >= 2.10 libglade-2.0 gmodule-export-2.0 -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -2,6 +2,10 @@ NULL= bin_PROGRAMS = nm-connection-editor @@ -38,9 +38,9 @@ if NO_POLKIT_GNOME nm_connection_editor_LDADD += \ -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix 2008-05-06 11:16:09.000000000 -0400 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix 2008-05-06 11:16:09.000000000 -0400 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -1,3 +1,7 @@ +INCLUDES = -I${top_srcdir}/../include \ + -I${top_srcdir}/../libnm-util \ @@ -58,9 +58,9 @@ + -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \ + -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm_glib.la -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -4,6 +4,10 @@ NULL= bin_PROGRAMS = nm-applet @@ -83,9 +83,9 @@ gladedir = $(datadir)/nm-applet glade_DATA = applet.glade keyring.png -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am.buildfix 2008-05-19 11:02:18.000000000 -0400 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am.buildfix 2008-05-19 11:02:18.000000000 -0400 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -1,3 +1,7 @@ +INCLUDES = -I${top_srcdir}/../include \ + -I${top_srcdir}/../libnm-util \ @@ -103,9 +103,9 @@ + -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \ + -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm_glib.la + -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am.buildfix 2008-03-30 13:17:59.000000000 -0400 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am.buildfix 2008-03-30 13:17:59.000000000 -0400 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -1,5 +1,9 @@ noinst_LTLIBRARIES = libwireless-security.la Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/F-10/sources,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- sources 22 Nov 2008 03:09:54 -0000 1.127 +++ sources 3 Jan 2009 06:27:06 -0000 1.128 @@ -1,2 +1,2 @@ -509ba458b104d4bbc5b4f78ca78ced87 NetworkManager-0.7.0.svn4326.tar.gz -ac72a80e42d96e359969f96bc0ddf614 nm-applet-0.7.0.svn1043.tar.gz +ca82bfac7c8388ee04a0fad8aac3b84a NetworkManager-0.7.0.git20090102.tar.bz2 +144f84a8f2351e59f66b13aff11b5975 network-manager-applet-0.7.0.svn1091.tar.gz From dcbw at fedoraproject.org Sat Jan 3 07:45:17 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:45:17 +0000 (UTC) Subject: rpms/NetworkManager-openvpn/F-9 NetworkManager-openvpn.spec, 1.26, 1.27 sources, 1.12, 1.13 Message-ID: <20090103074517.7C76D7015B@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager-openvpn/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13419 Modified Files: NetworkManager-openvpn.spec sources Log Message: * Sat Jan 3 2009 Dan Williams 1:0.7.0-18.svn11 - Rebuild for updated NetworkManager - Fix some specfile issues (rh #477149) - Allow the EAP authentication method Index: NetworkManager-openvpn.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/F-9/NetworkManager-openvpn.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- NetworkManager-openvpn.spec 20 Dec 2008 12:11:06 -0000 1.26 +++ NetworkManager-openvpn.spec 3 Jan 2009 07:44:46 -0000 1.27 @@ -1,16 +1,16 @@ -%define nm_version 1:0.7.0-0.12.svn4326 +%define nm_version 1:0.7.0-1 %define dbus_version 1.1 %define gtk2_version 2.10.0 %define openvpn_version 2.1 %define shared_mime_version 0.16-3 -%define svn_snapshot svn4326 +%define svn_snapshot svn11 Summary: NetworkManager VPN plugin for OpenVPN Name: NetworkManager-openvpn Epoch: 1 Version: 0.7.0 -Release: 17.%{svn_snapshot}%{?dist} +Release: 18.%{svn_snapshot}%{?dist} License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ Group: System Environment/Base @@ -29,7 +29,6 @@ BuildRequires: NetworkManager-glib-devel >= %{nm_version} BuildRequires: glib2-devel BuildRequires: GConf2-devel -BuildRequires: libgnomeui-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel BuildRequires: perl-XML-Parser @@ -60,7 +59,7 @@ if [ ! -f configure ]; then ./autogen.sh fi -%configure --disable-static --disable-dependency-tracking +%configure --disable-static --disable-dependency-tracking --enable-more-warnings=yes make %{?_smp_mflags} %install @@ -100,12 +99,17 @@ %{_sysconfdir}/NetworkManager/VPN/nm-openvpn-service.name %{_libexecdir}/nm-openvpn-service %{_libexecdir}/nm-openvpn-service-openvpn-helper -%{_datadir}/gnome-vpn-properties/openvpn/ %{_datadir}/gnome-vpn-properties/openvpn/nm-openvpn-dialog.glade %{_datadir}/applications/nm-openvpn.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-openvpn-settings.png +%dir %{_datadir}/gnome-vpn-properties/openvpn %changelog +* Sat Jan 3 2009 Dan Williams 1:0.7.0-18.svn11 +- Rebuild for updated NetworkManager +- Fix some specfile issues (rh #477149) +- Allow the EAP authentication method + * Sat Dec 20 2008 Christoph H??ger 0.7.0-17.svn4326 - removed libpng-devel from BuildRequires, added %{_datadir}/gnome-vpn-properties/openvpn/ (rh #477149) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/F-9/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 22 Nov 2008 04:01:59 -0000 1.12 +++ sources 3 Jan 2009 07:44:47 -0000 1.13 @@ -1 +1 @@ -027b5577aac9b132fdbd0735eb3ccdeb NetworkManager-openvpn-0.7.0.svn4326.tar.gz +de7716aef7fe8665030e82aa244ec3c0 NetworkManager-openvpn-0.7.0.svn11.tar.gz From dcbw at fedoraproject.org Sat Jan 3 07:50:34 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:50:34 +0000 (UTC) Subject: rpms/NetworkManager-openvpn/devel NetworkManager-openvpn.spec, 1.28, 1.29 Message-ID: <20090103075034.675747015D@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager-openvpn/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15382 Modified Files: NetworkManager-openvpn.spec Log Message: remove erroneous change entry Index: NetworkManager-openvpn.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/devel/NetworkManager-openvpn.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- NetworkManager-openvpn.spec 3 Jan 2009 07:41:58 -0000 1.28 +++ NetworkManager-openvpn.spec 3 Jan 2009 07:50:04 -0000 1.29 @@ -108,7 +108,6 @@ * Sat Jan 3 2009 Dan Williams 1:0.7.0-18.svn11 - Rebuild for updated NetworkManager - Fix some specfile issues (rh #477149) -- Allow the EAP authentication method * Sat Dec 20 2008 Christoph H??ger 0.7.0-17.svn4326 - removed libpng-devel from BuildRequires, added %{_datadir}/gnome-vpn-properties/openvpn/ (rh #477149) From dcbw at fedoraproject.org Sat Jan 3 07:43:21 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:43:21 +0000 (UTC) Subject: rpms/NetworkManager-openvpn/F-10 NetworkManager-openvpn.spec, 1.28, 1.29 sources, 1.16, 1.17 Message-ID: <20090103074321.C2DEC70159@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager-openvpn/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12871 Modified Files: NetworkManager-openvpn.spec sources Log Message: * Sat Jan 3 2009 Dan Williams 1:0.7.0-18.svn11 - Rebuild for updated NetworkManager - Fix some specfile issues (rh #477149) - Allow the EAP authentication method Index: NetworkManager-openvpn.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/F-10/NetworkManager-openvpn.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- NetworkManager-openvpn.spec 20 Dec 2008 11:47:29 -0000 1.28 +++ NetworkManager-openvpn.spec 3 Jan 2009 07:42:51 -0000 1.29 @@ -1,16 +1,16 @@ -%define nm_version 1:0.7.0-0.12.svn4326 +%define nm_version 1:0.7.0-1 %define dbus_version 1.1 %define gtk2_version 2.10.0 %define openvpn_version 2.1 %define shared_mime_version 0.16-3 -%define svn_snapshot svn4326 +%define svn_snapshot svn11 Summary: NetworkManager VPN plugin for OpenVPN Name: NetworkManager-openvpn Epoch: 1 Version: 0.7.0 -Release: 17.%{svn_snapshot}%{?dist} +Release: 18.%{svn_snapshot}%{?dist} License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ Group: System Environment/Base @@ -29,7 +29,6 @@ BuildRequires: NetworkManager-glib-devel >= %{nm_version} BuildRequires: glib2-devel BuildRequires: GConf2-devel -BuildRequires: libgnomeui-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel BuildRequires: perl-XML-Parser @@ -60,7 +59,7 @@ if [ ! -f configure ]; then ./autogen.sh fi -%configure --disable-static --disable-dependency-tracking +%configure --disable-static --disable-dependency-tracking --enable-more-warnings=yes make %{?_smp_mflags} %install @@ -100,12 +99,17 @@ %{_sysconfdir}/NetworkManager/VPN/nm-openvpn-service.name %{_libexecdir}/nm-openvpn-service %{_libexecdir}/nm-openvpn-service-openvpn-helper -%{_datadir}/gnome-vpn-properties/openvpn/ %{_datadir}/gnome-vpn-properties/openvpn/nm-openvpn-dialog.glade %{_datadir}/applications/nm-openvpn.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-openvpn-settings.png +%dir %{_datadir}/gnome-vpn-properties/openvpn %changelog +* Sat Jan 3 2009 Dan Williams 1:0.7.0-18.svn11 +- Rebuild for updated NetworkManager +- Fix some specfile issues (rh #477149) +- Allow the EAP authentication method + * Sat Dec 20 2008 Christoph H??ger 0.7.0-17.svn4326 - removed libpng-devel from BuildRequires, added %{_datadir}/gnome-vpn-properties/openvpn/ (rh #477149) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/F-10/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 22 Nov 2008 03:57:41 -0000 1.16 +++ sources 3 Jan 2009 07:42:51 -0000 1.17 @@ -1 +1 @@ -027b5577aac9b132fdbd0735eb3ccdeb NetworkManager-openvpn-0.7.0.svn4326.tar.gz +de7716aef7fe8665030e82aa244ec3c0 NetworkManager-openvpn-0.7.0.svn11.tar.gz From xulchris at fedoraproject.org Sat Jan 3 06:34:18 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Sat, 3 Jan 2009 06:34:18 +0000 (UTC) Subject: rpms/poker-network/F-9 .cvsignore, 1.9, 1.10 poker-network.spec, 1.15, 1.16 sources, 1.9, 1.10 Message-ID: <20090103063418.C1D6C70148@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/poker-network/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24714/F-9 Modified Files: .cvsignore poker-network.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/poker-network/F-9/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 29 May 2008 17:22:56 -0000 1.9 +++ .cvsignore 3 Jan 2009 06:33:48 -0000 1.10 @@ -1 +1 @@ -poker-network-1.6.0.tar.gz +poker-network-1.7.3.tar.gz Index: poker-network.spec =================================================================== RCS file: /cvs/pkgs/rpms/poker-network/F-9/poker-network.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- poker-network.spec 9 Oct 2008 15:22:08 -0000 1.15 +++ poker-network.spec 3 Jan 2009 06:33:48 -0000 1.16 @@ -8,12 +8,12 @@ Name: poker-network -Version: 1.6.0 -Release: 2%{?dist} +Version: 1.7.3 +Release: 1%{?dist} Summary: Base package for poker client and server Group: Applications/Internet -License: GPLv2+ +License: AGPLv3 URL: http://pokersource.org/poker-network Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz @@ -288,12 +288,18 @@ %dir %{_sysconfdir}/%{name} %dir %{python_sitelib}/pokernetwork %{python_sitelib}/pokernetwork/__init__* +%{python_sitelib}/pokernetwork/attrpack* +%{python_sitelib}/pokernetwork/countfilter* %{python_sitelib}/pokernetwork/dispatch* +%{python_sitelib}/pokernetwork/nullfilter* %{python_sitelib}/pokernetwork/packets* +%{python_sitelib}/pokernetwork/pokerauth* +%{python_sitelib}/pokernetwork/pokermemcache* %{python_sitelib}/pokernetwork/pokernetworkconfig* %{python_sitelib}/pokernetwork/pokerpackets* %{python_sitelib}/pokernetwork/protocol* %{python_sitelib}/pokernetwork/proxy* +%{python_sitelib}/pokernetwork/tourneyattrs* %{python_sitelib}/pokernetwork/upgrade* %{python_sitelib}/pokernetwork/user* %{python_sitelib}/pokernetwork/version* @@ -319,13 +325,16 @@ %{_initrddir}/poker-server %dir %attr(-,%{poker_user},root) %{_var}/run/%{name} %dir %attr(-,%{poker_user},root) %{_var}/log/%{name} +%{_bindir}/pokerstats %{_bindir}/poker-server-selinux %{_sbindir}/pokerserver %{_sbindir}/pokerdatabaseupgrade +%{_mandir}/man1/pokerstats* %{_mandir}/man8/pokerserver* %{_mandir}/man8/pokerdatabaseupgrade* %{_datadir}/%{name}/*.sql %{_datadir}/%{name}/conf/poker.server.xml +%{_datadir}/%{name}/conf/poker.stats.xml %{_datadir}/%{name}/conf/poker.pem %{_datadir}/%{name}/upgrades/poker.server %{_datadir}/%{name}/upgrades/upgrade @@ -336,8 +345,11 @@ %{python_sitelib}/pokernetwork/pokerlock* %{python_sitelib}/pokernetwork/pokerserver* %{python_sitelib}/pokernetwork/pokerservice* +%{python_sitelib}/pokernetwork/pokersite* %{python_sitelib}/pokernetwork/pokertable* %{python_sitelib}/pokernetwork/server* +%{python_sitelib}/pokerstats +%{python_sitelib}/twisted/plugins/pokernetwork_plugin* %files -n poker-web %defattr(-,root,root,-) @@ -366,6 +378,12 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 1.7.3-1 +- Upstream sync + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.6.0-3 +- Rebuild for Python 2.6 + * Thu Oct 09 2008 Christopher Stone 1.6.0-2 - Update bot patch (bz #464986) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/poker-network/F-9/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 29 May 2008 17:22:56 -0000 1.9 +++ sources 3 Jan 2009 06:33:48 -0000 1.10 @@ -1 +1 @@ -1ba14542d834edcfac9782d0caeff8ba poker-network-1.6.0.tar.gz +9680fe96f33c678dd4825251f07d6823 poker-network-1.7.3.tar.gz From pbrobinson at fedoraproject.org Sat Jan 3 06:46:31 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Sat, 3 Jan 2009 06:46:31 +0000 (UTC) Subject: rpms/libiphone/devel .cvsignore,1.2,1.3 sources,1.2,1.3 Message-ID: <20090103064631.F34EB7014E@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/libiphone/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28063 Modified Files: .cvsignore sources Log Message: - Update sources Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libiphone/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Dec 2008 10:57:27 -0000 1.2 +++ .cvsignore 3 Jan 2009 06:46:01 -0000 1.3 @@ -1 +1 @@ -libiphone-0.1.0-20081201.tar.bz2 +libiphone-0.1.0-20090103.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libiphone/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Dec 2008 10:57:27 -0000 1.2 +++ sources 3 Jan 2009 06:46:01 -0000 1.3 @@ -1 +1 @@ -c360e277e5a361667245561d010c4a76 libiphone-0.1.0-20081201.tar.bz2 +2b84f8b2961b3082863b697b4b3cc0dc libiphone-0.1.0-20090103.tar.bz2 From dcbw at fedoraproject.org Sat Jan 3 06:34:49 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 06:34:49 +0000 (UTC) Subject: rpms/NetworkManager/F-9 NetworkManager.spec, 1.246, 1.247 nm-applet-internal-buildfixes.patch, 1.1, 1.2 sources, 1.125, 1.126 Message-ID: <20090103063449.7DDA57014A@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25047 Modified Files: NetworkManager.spec nm-applet-internal-buildfixes.patch sources Log Message: * Fri Jan 2 2009 Dan Williams - 1:0.7.0-1.git20090102 - Update to 0.7.1 pre-release - Allow connections to be ignored when determining the default route (rh #476089) - Own /usr/share/gnome-vpn-properties (rh #477155) - Fix log flooding due to netlink errors (rh #459205) - Pass connection UUID to dispatcher scripts via the environment - Fix possible crash after deactivating a VPN connection - Fix issues with editing wired 802.1x connections - Fix issues when using PKCS#12 certificates with 802.1x connections Index: NetworkManager.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/F-9/NetworkManager.spec,v retrieving revision 1.246 retrieving revision 1.247 diff -u -r1.246 -r1.247 --- NetworkManager.spec 22 Nov 2008 03:10:06 -0000 1.246 +++ NetworkManager.spec 3 Jan 2009 06:34:18 -0000 1.247 @@ -9,20 +9,20 @@ %define libnl_version 1.1 %define ppp_version 2.2.4 -%define snapshot svn4326 -%define applet_snapshot svn1043 +%define snapshot git20090102 +%define applet_snapshot svn1091 Name: NetworkManager Summary: Network connection manager and user applications Epoch: 1 Version: 0.7.0 -Release: 0.12.%{snapshot}%{?dist} +Release: 1.%{snapshot}%{?dist} Group: System Environment/Base License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ -Source: %{name}-%{version}.%{snapshot}.tar.gz -Source1: nm-applet-%{version}.%{applet_snapshot}.tar.gz +Source: %{name}-%{version}.%{snapshot}.tar.bz2 +Source1: network-manager-applet-%{version}.%{applet_snapshot}.tar.gz Source2: nm-system-settings.conf Patch1: nm-applet-internal-buildfixes.patch Patch2: explain-dns1-dns2.patch @@ -43,9 +43,9 @@ Requires: dnsmasq Obsoletes: dhcdbd -Conflicts: NetworkManager-vpnc < 1:0.7.0-0.11.svn4326 -Conflicts: NetworkManager-openvpn < 1:0.7.0-16.svn4326 -Conflicts: NetworkManager-pptp < 1:0.7.0-0.12.svn4326 +Conflicts: NetworkManager-vpnc < 1:0.7.0-1 +Conflicts: NetworkManager-openvpn < 1:0.7.0-17 +Conflicts: NetworkManager-pptp < 1:0.7.0-1 BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: dbus-glib-devel >= %{dbus_glib_version} @@ -147,6 +147,11 @@ %patch10 -p1 -b .old-dbus-glib %build + +# back up pristine docs and use them instead of generated ones, which make +# multilib unhappy due to different timestamps in the generated content +%{__cp} -R docs ORIG-docs + autoreconf -i %configure \ --disable-static \ @@ -159,10 +164,10 @@ make # build the applet -pushd nm-applet-0.7.0 +pushd network-manager-applet-0.7.0 autoreconf -i intltoolize --force - %configure --disable-static + %configure --disable-static --enable-more-warnings=yes make popd @@ -175,13 +180,18 @@ %{__cp} %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/ # install the applet -pushd nm-applet-0.7.0 +pushd network-manager-applet-0.7.0 make install DESTDIR=$RPM_BUILD_ROOT popd # create a VPN directory %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/VPN +# create a keyfile plugin system settings directory +%{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/system-connections + +%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/gnome-vpn-properties + %find_lang %{name} %find_lang nm-applet cat nm-applet.lang >> %{name}.lang @@ -192,6 +202,11 @@ install -m 0755 test/.libs/nm-online %{buildroot}/%{_bindir} +# install the pristine docs +%{__cp} ORIG-docs/libnm-glib/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libnm-glib/ +%{__cp} ORIG-docs/libnm-util/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libnm-util/ + + %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -257,6 +272,7 @@ %{_prefix}/libexec/nm-crash-logger %dir %{_datadir}/NetworkManager %{_datadir}/NetworkManager/gdb-cmd +%dir %{_sysconfdir}/NetworkManager/system-connections %{_datadir}/dbus-1/system-services/org.freedesktop.NetworkManagerSystemSettings.service %{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service %{_libdir}/pppd/2.4.4/nm-pppd-plugin.so @@ -280,6 +296,7 @@ %{_datadir}/icons/hicolor/22x22/apps/*.png %{_datadir}/icons/hicolor/48x48/apps/*.png %{_sysconfdir}/xdg/autostart/nm-applet.desktop +%dir %{_datadir}/gnome-vpn-properties %files glib %defattr(-,root,root,0755) @@ -304,6 +321,16 @@ %{_datadir}/gtk-doc/html/libnm-util/* %changelog +* Fri Jan 2 2009 Dan Williams - 1:0.7.0-1.git20090102 +- Update to 0.7.1 pre-release +- Allow connections to be ignored when determining the default route (rh #476089) +- Own /usr/share/gnome-vpn-properties (rh #477155) +- Fix log flooding due to netlink errors (rh #459205) +- Pass connection UUID to dispatcher scripts via the environment +- Fix possible crash after deactivating a VPN connection +- Fix issues with editing wired 802.1x connections +- Fix issues when using PKCS#12 certificates with 802.1x connections + * Fri Nov 21 2008 Dan Williams - 1:0.7.0-0.12.svn4326 - API and documentation updates - Fix PIN handling on 'hso' mobile broadband devices nm-applet-internal-buildfixes.patch: Index: nm-applet-internal-buildfixes.patch =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/F-9/nm-applet-internal-buildfixes.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nm-applet-internal-buildfixes.patch 17 Nov 2008 23:31:43 -0000 1.1 +++ nm-applet-internal-buildfixes.patch 3 Jan 2009 06:34:19 -0000 1.2 @@ -1,6 +1,6 @@ -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac ---- NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac.buildfix 2008-11-17 08:37:21.000000000 -0500 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac.buildfix 2008-11-17 08:37:21.000000000 -0500 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac 2008-11-17 18:04:35.000000000 -0500 @@ -68,10 +68,6 @@ PKG_CHECK_MODULES(GOBJECT, gobject-2.0) PKG_CHECK_MODULES(NMA, [dbus-glib-1 >= 0.72 @@ -12,9 +12,9 @@ gtk+-2.0 >= 2.10 libglade-2.0 gmodule-export-2.0 -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -2,6 +2,10 @@ NULL= bin_PROGRAMS = nm-connection-editor @@ -38,9 +38,9 @@ if NO_POLKIT_GNOME nm_connection_editor_LDADD += \ -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix 2008-05-06 11:16:09.000000000 -0400 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix 2008-05-06 11:16:09.000000000 -0400 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -1,3 +1,7 @@ +INCLUDES = -I${top_srcdir}/../include \ + -I${top_srcdir}/../libnm-util \ @@ -58,9 +58,9 @@ + -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \ + -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm_glib.la -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -4,6 +4,10 @@ NULL= bin_PROGRAMS = nm-applet @@ -83,9 +83,9 @@ gladedir = $(datadir)/nm-applet glade_DATA = applet.glade keyring.png -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am.buildfix 2008-05-19 11:02:18.000000000 -0400 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am.buildfix 2008-05-19 11:02:18.000000000 -0400 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -1,3 +1,7 @@ +INCLUDES = -I${top_srcdir}/../include \ + -I${top_srcdir}/../libnm-util \ @@ -103,9 +103,9 @@ + -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \ + -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm_glib.la + -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am.buildfix 2008-03-30 13:17:59.000000000 -0400 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am.buildfix 2008-03-30 13:17:59.000000000 -0400 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -1,5 +1,9 @@ noinst_LTLIBRARIES = libwireless-security.la Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/F-9/sources,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- sources 22 Nov 2008 03:10:07 -0000 1.125 +++ sources 3 Jan 2009 06:34:19 -0000 1.126 @@ -1,2 +1,2 @@ -509ba458b104d4bbc5b4f78ca78ced87 NetworkManager-0.7.0.svn4326.tar.gz -ac72a80e42d96e359969f96bc0ddf614 nm-applet-0.7.0.svn1043.tar.gz +ca82bfac7c8388ee04a0fad8aac3b84a NetworkManager-0.7.0.git20090102.tar.bz2 +144f84a8f2351e59f66b13aff11b5975 network-manager-applet-0.7.0.svn1091.tar.gz From dcbw at fedoraproject.org Sat Jan 3 07:56:41 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:56:41 +0000 (UTC) Subject: rpms/NetworkManager-pptp/F-10 NetworkManager-pptp.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20090103075641.0A6E870162@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager-pptp/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17282 Modified Files: NetworkManager-pptp.spec sources Log Message: * Sat Jan 3 2009 Dan Williams 1:0.7.0-1.svn16 - Rebuild for updated NetworkManager - Fix some specfile issues (rh #477153) - Allow the EAP authentication method Index: NetworkManager-pptp.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-pptp/F-10/NetworkManager-pptp.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- NetworkManager-pptp.spec 22 Nov 2008 04:13:41 -0000 1.6 +++ NetworkManager-pptp.spec 3 Jan 2009 07:56:10 -0000 1.7 @@ -1,16 +1,16 @@ -%define nm_version 1:0.7.0-0.12.svn4326 +%define nm_version 1:0.7.0-1 %define dbus_version 1.1 %define gtk2_version 2.10.0 %define ppp_version 2.2.4 %define shared_mime_version 0.16-3 -%define svn_snapshot svn4326 +%define svn_snapshot svn16 Summary: NetworkManager VPN plugin for pptp Name: NetworkManager-pptp Epoch: 1 Version: 0.7.0 -Release: 0.12.%{svn_snapshot}%{?dist} +Release: 1.%{svn_snapshot}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -23,7 +23,6 @@ BuildRequires: NetworkManager-devel >= %{nm_version} BuildRequires: NetworkManager-glib-devel >= %{nm_version} BuildRequires: GConf2-devel -BuildRequires: libgnomeui-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel BuildRequires: intltool gettext @@ -50,7 +49,7 @@ %build -%configure --enable-more-warnings=yes +%configure --disable-static --enable-more-warnings=yes make %{?_smp_mflags} %install @@ -101,8 +100,14 @@ %{_datadir}/gnome-vpn-properties/pptp/nm-pptp-dialog.glade %{_datadir}/applications/nm-pptp.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-pptp-settings.png +%dir %{_datadir}/gnome-vpn-properties/pptp %changelog +* Sat Jan 3 2009 Dan Williams 1:0.7.0-1.svn16 +- Rebuild for updated NetworkManager +- Fix some specfile issues (rh #477153) +- Allow the EAP authentication method + * Fri Nov 21 2008 Dan Williams 1:0.7.0-12.svn4326 - Rebuild for updated NetworkManager Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-pptp/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 22 Nov 2008 04:13:41 -0000 1.5 +++ sources 3 Jan 2009 07:56:10 -0000 1.6 @@ -1 +1 @@ -b9b6d1e987be04279fa2610eb208e09e NetworkManager-pptp-0.7.0.svn4326.tar.bz2 +df7f950127c9cc7e640dd2c8effd953b NetworkManager-pptp-0.7.0.svn16.tar.bz2 From pbrobinson at fedoraproject.org Sat Jan 3 06:49:43 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Sat, 3 Jan 2009 06:49:43 +0000 (UTC) Subject: rpms/olpcsound/devel olpcsound-py26.patch, NONE, 1.1 olpcsound.spec, 1.6, 1.7 Message-ID: <20090103064943.88BD77014F@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/olpcsound/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28678 Modified Files: olpcsound.spec Added Files: olpcsound-py26.patch Log Message: - Fix python 2.6 build finally olpcsound-py26.patch: --- NEW FILE olpcsound-py26.patch --- --- SConstruct.orig 2009-01-03 07:19:35.000000000 +0100 +++ SConstruct 2009-01-03 07:20:02.000000000 +0100 @@ -329,7 +329,7 @@ commonEnvironment.Prepend(SWIGFLAGS = customSWIGFLAGS) if commonEnvironment['buildOLPC'] == '1': - commonEnvironment['pythonVersion'] = '2.5' + commonEnvironment['pythonVersion'] = '2.6' buildOLPC = True; commonEnvironment.Prepend(CPPFLAGS = ['-DOLPC']) commonEnvironment.Prepend(CPPFLAGS = ['-DENABLE_OPCODEDIR_WARNINGS=0']) --- SConstruct2.orig 2009-01-03 07:19:39.000000000 +0100 +++ SConstruct2 2009-01-03 07:20:14.000000000 +0100 @@ -148,7 +148,7 @@ def fixEnvForOLPC(self, env): if env['buildOLPC'] == '1': - env['pythonVersion'] = '2.5' + env['pythonVersion'] = '2.6' env.Prepend(CPPFLAGS = ['-DOLPC']) env.Prepend(CPPFLAGS = ['-DENABLE_OPCODEDIR_WARNINGS=0']) Index: olpcsound.spec =================================================================== RCS file: /cvs/pkgs/rpms/olpcsound/devel/olpcsound.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- olpcsound.spec 3 Jan 2009 05:49:49 -0000 1.6 +++ olpcsound.spec 3 Jan 2009 06:49:13 -0000 1.7 @@ -1,7 +1,7 @@ Summary: Csound - sound synthesis language and library, OLPC subset Name: olpcsound Version: 5.08.92 -Release: 14%{?dist} +Release: 15%{?dist} URL: http://csound.sourceforge.net/ License: LGPLv2+ Group: Applications/Multimedia @@ -12,6 +12,7 @@ Patch3: sfont-envelope.patch Patch4: jack-pulseaudio.patch Patch5: rtalsa-sched.patch +Patch6: olpcsound-py26.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: swig python scons alsa-lib-devel liblo-devel libsndfile-devel BuildRequires: jack-audio-connection-kit-devel @@ -40,6 +41,7 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p0 -b .py26 %build %{_bindir}/scons buildOLPC=1 customCCFLAGS="%{optflags}" customCXXFLAGS="%{optflags}" @@ -78,6 +80,9 @@ %changelog +* Sat Jan 3 2009 Peter Robinson - 5.08.92-15 +- Add patch for python 2.6 versions + * Sat Jan 3 2009 Peter Robinson - 5.08.92-14 - Hopefully fix versioned python dir locations From dcbw at fedoraproject.org Sat Jan 3 06:23:53 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 06:23:53 +0000 (UTC) Subject: rpms/NetworkManager/devel .cvsignore, 1.90, 1.91 NetworkManager.spec, 1.251, 1.252 nm-applet-internal-buildfixes.patch, 1.1, 1.2 sources, 1.126, 1.127 Message-ID: <20090103062353.A7CCF70130@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19317 Modified Files: .cvsignore NetworkManager.spec nm-applet-internal-buildfixes.patch sources Log Message: * Fri Jan 2 2009 Dan Williams - 1:0.7.0-1.git20090102 - Update to 0.7.1 pre-release - Allow connections to be ignored when determining the default route (rh #476089) - Own /usr/share/gnome-vpn-properties (rh #477155) - Fix log flooding due to netlink errors (rh #459205) - Pass connection UUID to dispatcher scripts via the environment - Fix possible crash after deactivating a VPN connection - Fix issues with editing wired 802.1x connections - Fix issues when using PKCS#12 certificates with 802.1x connections Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/devel/.cvsignore,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- .cvsignore 22 Nov 2008 02:55:12 -0000 1.90 +++ .cvsignore 3 Jan 2009 06:23:23 -0000 1.91 @@ -127,3 +127,5 @@ nm-applet-0.7.0.svn1033.tar.gz NetworkManager-0.7.0.svn4326.tar.gz nm-applet-0.7.0.svn1043.tar.gz +NetworkManager-0.7.0.git20090102.tar.bz2 +network-manager-applet-0.7.0.svn1091.tar.gz Index: NetworkManager.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/devel/NetworkManager.spec,v retrieving revision 1.251 retrieving revision 1.252 diff -u -r1.251 -r1.252 --- NetworkManager.spec 22 Nov 2008 03:06:56 -0000 1.251 +++ NetworkManager.spec 3 Jan 2009 06:23:23 -0000 1.252 @@ -9,20 +9,20 @@ %define libnl_version 1.1 %define ppp_version 2.2.4 -%define snapshot svn4326 -%define applet_snapshot svn1043 +%define snapshot git20090102 +%define applet_snapshot svn1091 Name: NetworkManager Summary: Network connection manager and user applications Epoch: 1 Version: 0.7.0 -Release: 0.12.%{snapshot}%{?dist} +Release: 1.%{snapshot}%{?dist} Group: System Environment/Base License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ -Source: %{name}-%{version}.%{snapshot}.tar.gz -Source1: nm-applet-%{version}.%{applet_snapshot}.tar.gz +Source: %{name}-%{version}.%{snapshot}.tar.bz2 +Source1: network-manager-applet-%{version}.%{applet_snapshot}.tar.gz Source2: nm-system-settings.conf Patch1: nm-applet-internal-buildfixes.patch Patch2: explain-dns1-dns2.patch @@ -42,9 +42,9 @@ Requires: dnsmasq Obsoletes: dhcdbd -Conflicts: NetworkManager-vpnc < 1:0.7.0-0.11.svn4326 -Conflicts: NetworkManager-openvpn < 1:0.7.0-16.svn4326 -Conflicts: NetworkManager-pptp < 1:0.7.0-0.12.svn4326 +Conflicts: NetworkManager-vpnc < 1:0.7.0-1 +Conflicts: NetworkManager-openvpn < 1:0.7.0-17 +Conflicts: NetworkManager-pptp < 1:0.7.0-1 BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: dbus-glib-devel >= %{dbus_glib_version} @@ -142,6 +142,11 @@ %patch2 -p1 -b .explain-dns1-dns2 %build + +# back up pristine docs and use them instead of generated ones, which make +# multilib unhappy due to different timestamps in the generated content +%{__cp} -R docs ORIG-docs + autoreconf -i %configure \ --disable-static \ @@ -154,10 +159,10 @@ make # build the applet -pushd nm-applet-0.7.0 +pushd network-manager-applet-0.7.0 autoreconf -i intltoolize --force - %configure --disable-static + %configure --disable-static --enable-more-warnings=yes make popd @@ -170,13 +175,18 @@ %{__cp} %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/ # install the applet -pushd nm-applet-0.7.0 +pushd network-manager-applet-0.7.0 make install DESTDIR=$RPM_BUILD_ROOT popd # create a VPN directory %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/VPN +# create a keyfile plugin system settings directory +%{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/system-connections + +%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/gnome-vpn-properties + %find_lang %{name} %find_lang nm-applet cat nm-applet.lang >> %{name}.lang @@ -187,6 +197,11 @@ install -m 0755 test/.libs/nm-online %{buildroot}/%{_bindir} +# install the pristine docs +%{__cp} ORIG-docs/libnm-glib/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libnm-glib/ +%{__cp} ORIG-docs/libnm-util/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libnm-util/ + + %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -252,6 +267,7 @@ %{_prefix}/libexec/nm-crash-logger %dir %{_datadir}/NetworkManager %{_datadir}/NetworkManager/gdb-cmd +%dir %{_sysconfdir}/NetworkManager/system-connections %{_datadir}/dbus-1/system-services/org.freedesktop.NetworkManagerSystemSettings.service %{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service %{_libdir}/pppd/2.4.4/nm-pppd-plugin.so @@ -275,6 +291,7 @@ %{_datadir}/icons/hicolor/22x22/apps/*.png %{_datadir}/icons/hicolor/48x48/apps/*.png %{_sysconfdir}/xdg/autostart/nm-applet.desktop +%dir %{_datadir}/gnome-vpn-properties %files glib %defattr(-,root,root,0755) @@ -299,6 +316,16 @@ %{_datadir}/gtk-doc/html/libnm-util/* %changelog +* Fri Jan 2 2009 Dan Williams - 1:0.7.0-1.git20090102 +- Update to 0.7.1 pre-release +- Allow connections to be ignored when determining the default route (rh #476089) +- Own /usr/share/gnome-vpn-properties (rh #477155) +- Fix log flooding due to netlink errors (rh #459205) +- Pass connection UUID to dispatcher scripts via the environment +- Fix possible crash after deactivating a VPN connection +- Fix issues with editing wired 802.1x connections +- Fix issues when using PKCS#12 certificates with 802.1x connections + * Fri Nov 21 2008 Dan Williams - 1:0.7.0-0.12.svn4326 - API and documentation updates - Fix PIN handling on 'hso' mobile broadband devices nm-applet-internal-buildfixes.patch: Index: nm-applet-internal-buildfixes.patch =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/devel/nm-applet-internal-buildfixes.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nm-applet-internal-buildfixes.patch 17 Nov 2008 23:11:08 -0000 1.1 +++ nm-applet-internal-buildfixes.patch 3 Jan 2009 06:23:23 -0000 1.2 @@ -1,6 +1,6 @@ -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac ---- NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac.buildfix 2008-11-17 08:37:21.000000000 -0500 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac.buildfix 2008-11-17 08:37:21.000000000 -0500 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac 2008-11-17 18:04:35.000000000 -0500 @@ -68,10 +68,6 @@ PKG_CHECK_MODULES(GOBJECT, gobject-2.0) PKG_CHECK_MODULES(NMA, [dbus-glib-1 >= 0.72 @@ -12,9 +12,9 @@ gtk+-2.0 >= 2.10 libglade-2.0 gmodule-export-2.0 -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -2,6 +2,10 @@ NULL= bin_PROGRAMS = nm-connection-editor @@ -38,9 +38,9 @@ if NO_POLKIT_GNOME nm_connection_editor_LDADD += \ -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix 2008-05-06 11:16:09.000000000 -0400 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix 2008-05-06 11:16:09.000000000 -0400 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -1,3 +1,7 @@ +INCLUDES = -I${top_srcdir}/../include \ + -I${top_srcdir}/../libnm-util \ @@ -58,9 +58,9 @@ + -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \ + -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm_glib.la -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -4,6 +4,10 @@ NULL= bin_PROGRAMS = nm-applet @@ -83,9 +83,9 @@ gladedir = $(datadir)/nm-applet glade_DATA = applet.glade keyring.png -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am.buildfix 2008-05-19 11:02:18.000000000 -0400 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am.buildfix 2008-05-19 11:02:18.000000000 -0400 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -1,3 +1,7 @@ +INCLUDES = -I${top_srcdir}/../include \ + -I${top_srcdir}/../libnm-util \ @@ -103,9 +103,9 @@ + -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \ + -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm_glib.la + -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am.buildfix 2008-03-30 13:17:59.000000000 -0400 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am.buildfix 2008-03-30 13:17:59.000000000 -0400 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -1,5 +1,9 @@ noinst_LTLIBRARIES = libwireless-security.la Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/devel/sources,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- sources 22 Nov 2008 02:55:12 -0000 1.126 +++ sources 3 Jan 2009 06:23:23 -0000 1.127 @@ -1,2 +1,2 @@ -509ba458b104d4bbc5b4f78ca78ced87 NetworkManager-0.7.0.svn4326.tar.gz -ac72a80e42d96e359969f96bc0ddf614 nm-applet-0.7.0.svn1043.tar.gz +ca82bfac7c8388ee04a0fad8aac3b84a NetworkManager-0.7.0.git20090102.tar.bz2 +144f84a8f2351e59f66b13aff11b5975 network-manager-applet-0.7.0.svn1091.tar.gz From xulchris at fedoraproject.org Sat Jan 3 06:34:18 2009 From: xulchris at fedoraproject.org (Christopher Stone) Date: Sat, 3 Jan 2009 06:34:18 +0000 (UTC) Subject: rpms/poker-network/F-8 .cvsignore, 1.9, 1.10 poker-network.spec, 1.15, 1.16 sources, 1.9, 1.10 Message-ID: <20090103063418.741E070143@cvs1.fedora.phx.redhat.com> Author: xulchris Update of /cvs/pkgs/rpms/poker-network/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24714/F-8 Modified Files: .cvsignore poker-network.spec sources Log Message: upstream sync Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/poker-network/F-8/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 29 May 2008 17:22:32 -0000 1.9 +++ .cvsignore 3 Jan 2009 06:33:48 -0000 1.10 @@ -1 +1 @@ -poker-network-1.6.0.tar.gz +poker-network-1.7.3.tar.gz Index: poker-network.spec =================================================================== RCS file: /cvs/pkgs/rpms/poker-network/F-8/poker-network.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- poker-network.spec 9 Oct 2008 15:22:08 -0000 1.15 +++ poker-network.spec 3 Jan 2009 06:33:48 -0000 1.16 @@ -8,12 +8,12 @@ Name: poker-network -Version: 1.6.0 -Release: 2%{?dist} +Version: 1.7.3 +Release: 1%{?dist} Summary: Base package for poker client and server Group: Applications/Internet -License: GPLv2+ +License: AGPLv3 URL: http://pokersource.org/poker-network Source0: http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz @@ -288,12 +288,18 @@ %dir %{_sysconfdir}/%{name} %dir %{python_sitelib}/pokernetwork %{python_sitelib}/pokernetwork/__init__* +%{python_sitelib}/pokernetwork/attrpack* +%{python_sitelib}/pokernetwork/countfilter* %{python_sitelib}/pokernetwork/dispatch* +%{python_sitelib}/pokernetwork/nullfilter* %{python_sitelib}/pokernetwork/packets* +%{python_sitelib}/pokernetwork/pokerauth* +%{python_sitelib}/pokernetwork/pokermemcache* %{python_sitelib}/pokernetwork/pokernetworkconfig* %{python_sitelib}/pokernetwork/pokerpackets* %{python_sitelib}/pokernetwork/protocol* %{python_sitelib}/pokernetwork/proxy* +%{python_sitelib}/pokernetwork/tourneyattrs* %{python_sitelib}/pokernetwork/upgrade* %{python_sitelib}/pokernetwork/user* %{python_sitelib}/pokernetwork/version* @@ -319,13 +325,16 @@ %{_initrddir}/poker-server %dir %attr(-,%{poker_user},root) %{_var}/run/%{name} %dir %attr(-,%{poker_user},root) %{_var}/log/%{name} +%{_bindir}/pokerstats %{_bindir}/poker-server-selinux %{_sbindir}/pokerserver %{_sbindir}/pokerdatabaseupgrade +%{_mandir}/man1/pokerstats* %{_mandir}/man8/pokerserver* %{_mandir}/man8/pokerdatabaseupgrade* %{_datadir}/%{name}/*.sql %{_datadir}/%{name}/conf/poker.server.xml +%{_datadir}/%{name}/conf/poker.stats.xml %{_datadir}/%{name}/conf/poker.pem %{_datadir}/%{name}/upgrades/poker.server %{_datadir}/%{name}/upgrades/upgrade @@ -336,8 +345,11 @@ %{python_sitelib}/pokernetwork/pokerlock* %{python_sitelib}/pokernetwork/pokerserver* %{python_sitelib}/pokernetwork/pokerservice* +%{python_sitelib}/pokernetwork/pokersite* %{python_sitelib}/pokernetwork/pokertable* %{python_sitelib}/pokernetwork/server* +%{python_sitelib}/pokerstats +%{python_sitelib}/twisted/plugins/pokernetwork_plugin* %files -n poker-web %defattr(-,root,root,-) @@ -366,6 +378,12 @@ %changelog +* Thu Jan 01 2009 Christopher Stone 1.7.3-1 +- Upstream sync + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.6.0-3 +- Rebuild for Python 2.6 + * Thu Oct 09 2008 Christopher Stone 1.6.0-2 - Update bot patch (bz #464986) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/poker-network/F-8/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 29 May 2008 17:22:32 -0000 1.9 +++ sources 3 Jan 2009 06:33:48 -0000 1.10 @@ -1 +1 @@ -1ba14542d834edcfac9782d0caeff8ba poker-network-1.6.0.tar.gz +9680fe96f33c678dd4825251f07d6823 poker-network-1.7.3.tar.gz From dcbw at fedoraproject.org Sat Jan 3 06:35:26 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 06:35:26 +0000 (UTC) Subject: rpms/NetworkManager/F-8 NetworkManager.spec, 1.227, 1.228 nm-applet-internal-buildfixes.patch, 1.1, 1.2 sources, 1.113, 1.114 Message-ID: <20090103063526.D66957014B@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25349 Modified Files: NetworkManager.spec nm-applet-internal-buildfixes.patch sources Log Message: * Fri Jan 2 2009 Dan Williams - 1:0.7.0-1.git20090102 - Update to 0.7.1 pre-release - Allow connections to be ignored when determining the default route (rh #476089) - Own /usr/share/gnome-vpn-properties (rh #477155) - Fix log flooding due to netlink errors (rh #459205) - Pass connection UUID to dispatcher scripts via the environment - Fix possible crash after deactivating a VPN connection - Fix issues with editing wired 802.1x connections - Fix issues when using PKCS#12 certificates with 802.1x connections Index: NetworkManager.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/F-8/NetworkManager.spec,v retrieving revision 1.227 retrieving revision 1.228 diff -u -r1.227 -r1.228 --- NetworkManager.spec 22 Nov 2008 03:10:16 -0000 1.227 +++ NetworkManager.spec 3 Jan 2009 06:34:56 -0000 1.228 @@ -9,20 +9,20 @@ %define libnl_version 1.1 %define ppp_version 2.2.4 -%define snapshot svn4326 -%define applet_snapshot svn1043 +%define snapshot git20090102 +%define applet_snapshot svn1091 Name: NetworkManager Summary: Network connection manager and user applications Epoch: 1 Version: 0.7.0 -Release: 0.12.%{snapshot}%{?dist} +Release: 1.%{snapshot}%{?dist} Group: System Environment/Base License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ -Source: %{name}-%{version}.%{snapshot}.tar.gz -Source1: nm-applet-%{version}.%{applet_snapshot}.tar.gz +Source: %{name}-%{version}.%{snapshot}.tar.bz2 +Source1: network-manager-applet-%{version}.%{applet_snapshot}.tar.gz Source2: nm-system-settings.conf Patch1: nm-applet-internal-buildfixes.patch Patch2: explain-dns1-dns2.patch @@ -45,9 +45,9 @@ Requires: dnsmasq Obsoletes: dhcdbd -Conflicts: NetworkManager-vpnc < 1:0.7.0-0.11.svn4326 -Conflicts: NetworkManager-openvpn < 1:0.7.0-16.svn4326 -Conflicts: NetworkManager-pptp < 1:0.7.0-0.12.svn4326 +Conflicts: NetworkManager-vpnc < 1:0.7.0-1 +Conflicts: NetworkManager-openvpn < 1:0.7.0-17 +Conflicts: NetworkManager-pptp < 1:0.7.0-1 BuildRequires: dbus-devel >= %{dbus_version} BuildRequires: dbus-glib-devel >= %{dbus_glib_version} @@ -152,6 +152,11 @@ %patch21 -p1 -b .f8-priorities %build + +# back up pristine docs and use them instead of generated ones, which make +# multilib unhappy due to different timestamps in the generated content +%{__cp} -R docs ORIG-docs + autoreconf -i %configure \ --disable-static \ @@ -164,10 +169,10 @@ make # build the applet -pushd nm-applet-0.7.0 +pushd network-manager-applet-0.7.0 autoreconf -i intltoolize --force - %configure --disable-static + %configure --disable-static --enable-more-warnings=yes make popd @@ -180,13 +185,18 @@ %{__cp} %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/ # install the applet -pushd nm-applet-0.7.0 +pushd network-manager-applet-0.7.0 make install DESTDIR=$RPM_BUILD_ROOT popd # create a VPN directory %{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/VPN +# create a keyfile plugin system settings directory +%{__mkdir_p} $RPM_BUILD_ROOT%{_sysconfdir}/NetworkManager/system-connections + +%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/gnome-vpn-properties + %find_lang %{name} %find_lang nm-applet cat nm-applet.lang >> %{name}.lang @@ -197,6 +207,11 @@ install -m 0755 test/.libs/nm-online %{buildroot}/%{_bindir} +# install the pristine docs +%{__cp} ORIG-docs/libnm-glib/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libnm-glib/ +%{__cp} ORIG-docs/libnm-util/html/* $RPM_BUILD_ROOT%{_datadir}/gtk-doc/html/libnm-util/ + + %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -261,6 +276,7 @@ %{_prefix}/libexec/nm-crash-logger %dir %{_datadir}/NetworkManager %{_datadir}/NetworkManager/gdb-cmd +%dir %{_sysconfdir}/NetworkManager/system-connections %{_datadir}/dbus-1/system-services/org.freedesktop.NetworkManagerSystemSettings.service %{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service %{_libdir}/pppd/2.4.4/nm-pppd-plugin.so @@ -284,6 +300,7 @@ %{_datadir}/icons/hicolor/22x22/apps/*.png %{_datadir}/icons/hicolor/48x48/apps/*.png %{_sysconfdir}/xdg/autostart/nm-applet.desktop +%dir %{_datadir}/gnome-vpn-properties %files glib %defattr(-,root,root,0755) @@ -308,6 +325,16 @@ %{_datadir}/gtk-doc/html/libnm-util/* %changelog +* Fri Jan 2 2009 Dan Williams - 1:0.7.0-1.git20090102 +- Update to 0.7.1 pre-release +- Allow connections to be ignored when determining the default route (rh #476089) +- Own /usr/share/gnome-vpn-properties (rh #477155) +- Fix log flooding due to netlink errors (rh #459205) +- Pass connection UUID to dispatcher scripts via the environment +- Fix possible crash after deactivating a VPN connection +- Fix issues with editing wired 802.1x connections +- Fix issues when using PKCS#12 certificates with 802.1x connections + * Fri Nov 21 2008 Dan Williams - 1:0.7.0-0.12.svn4326 - API and documentation updates - Fix PIN handling on 'hso' mobile broadband devices nm-applet-internal-buildfixes.patch: Index: nm-applet-internal-buildfixes.patch =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/F-8/nm-applet-internal-buildfixes.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nm-applet-internal-buildfixes.patch 17 Nov 2008 23:49:44 -0000 1.1 +++ nm-applet-internal-buildfixes.patch 3 Jan 2009 06:34:56 -0000 1.2 @@ -1,6 +1,6 @@ -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac ---- NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac.buildfix 2008-11-17 08:37:21.000000000 -0500 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/configure.ac 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac.buildfix 2008-11-17 08:37:21.000000000 -0500 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/configure.ac 2008-11-17 18:04:35.000000000 -0500 @@ -68,10 +68,6 @@ PKG_CHECK_MODULES(GOBJECT, gobject-2.0) PKG_CHECK_MODULES(NMA, [dbus-glib-1 >= 0.72 @@ -12,9 +12,9 @@ gtk+-2.0 >= 2.10 libglade-2.0 gmodule-export-2.0 -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/connection-editor/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/connection-editor/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -2,6 +2,10 @@ NULL= bin_PROGRAMS = nm-connection-editor @@ -38,9 +38,9 @@ if NO_POLKIT_GNOME nm_connection_editor_LDADD += \ -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix 2008-05-06 11:16:09.000000000 -0400 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/gconf-helpers/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am.buildfix 2008-05-06 11:16:09.000000000 -0400 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/gconf-helpers/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -1,3 +1,7 @@ +INCLUDES = -I${top_srcdir}/../include \ + -I${top_srcdir}/../libnm-util \ @@ -58,9 +58,9 @@ + -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \ + -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm_glib.la -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am.buildfix 2008-11-17 08:37:20.000000000 -0500 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -4,6 +4,10 @@ NULL= bin_PROGRAMS = nm-applet @@ -83,9 +83,9 @@ gladedir = $(datadir)/nm-applet glade_DATA = applet.glade keyring.png -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am.buildfix 2008-05-19 11:02:18.000000000 -0400 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/utils/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am.buildfix 2008-05-19 11:02:18.000000000 -0400 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/utils/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -1,3 +1,7 @@ +INCLUDES = -I${top_srcdir}/../include \ + -I${top_srcdir}/../libnm-util \ @@ -103,9 +103,9 @@ + -L${top_builddir}/../libnm-util $(top_builddir)/../libnm-util/libnm-util.la \ + -L${top_builddir}/../libnm-glib $(top_builddir)/../libnm-glib/libnm_glib.la + -diff -up NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am.buildfix NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am ---- NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am.buildfix 2008-03-30 13:17:59.000000000 -0400 -+++ NetworkManager-0.7.0/nm-applet-0.7.0/src/wireless-security/Makefile.am 2008-11-17 18:04:35.000000000 -0500 +diff -up NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am.buildfix NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am +--- NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am.buildfix 2008-03-30 13:17:59.000000000 -0400 ++++ NetworkManager-0.7.0/network-manager-applet-0.7.0/src/wireless-security/Makefile.am 2008-11-17 18:04:35.000000000 -0500 @@ -1,5 +1,9 @@ noinst_LTLIBRARIES = libwireless-security.la Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager/F-8/sources,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- sources 22 Nov 2008 03:10:16 -0000 1.113 +++ sources 3 Jan 2009 06:34:56 -0000 1.114 @@ -1,2 +1,2 @@ -509ba458b104d4bbc5b4f78ca78ced87 NetworkManager-0.7.0.svn4326.tar.gz -ac72a80e42d96e359969f96bc0ddf614 nm-applet-0.7.0.svn1043.tar.gz +ca82bfac7c8388ee04a0fad8aac3b84a NetworkManager-0.7.0.git20090102.tar.bz2 +144f84a8f2351e59f66b13aff11b5975 network-manager-applet-0.7.0.svn1091.tar.gz From dcbw at fedoraproject.org Sat Jan 3 07:46:46 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:46:46 +0000 (UTC) Subject: rpms/NetworkManager-openvpn/F-8 NetworkManager-openvpn.spec, 1.19, 1.20 sources, 1.11, 1.12 Message-ID: <20090103074646.B24F47015C@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager-openvpn/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13883 Modified Files: NetworkManager-openvpn.spec sources Log Message: * Sat Jan 3 2009 Dan Williams 1:0.7.0-18.svn11 - Rebuild for updated NetworkManager - Fix some specfile issues (rh #477149) - Allow the EAP authentication method Index: NetworkManager-openvpn.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/F-8/NetworkManager-openvpn.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- NetworkManager-openvpn.spec 22 Nov 2008 04:03:27 -0000 1.19 +++ NetworkManager-openvpn.spec 3 Jan 2009 07:46:16 -0000 1.20 @@ -1,16 +1,16 @@ -%define nm_version 1:0.7.0-0.12.svn4326 +%define nm_version 1:0.7.0-1 %define dbus_version 1.1 %define gtk2_version 2.10.0 %define openvpn_version 2.1 %define shared_mime_version 0.16-3 -%define svn_snapshot svn4326 +%define svn_snapshot svn11 Summary: NetworkManager VPN plugin for OpenVPN Name: NetworkManager-openvpn Epoch: 1 Version: 0.7.0 -Release: 16.%{svn_snapshot}%{?dist} +Release: 18.%{svn_snapshot}%{?dist} License: GPLv2+ URL: http://www.gnome.org/projects/NetworkManager/ Group: System Environment/Base @@ -29,10 +29,8 @@ BuildRequires: NetworkManager-glib-devel >= %{nm_version} BuildRequires: glib2-devel BuildRequires: GConf2-devel -BuildRequires: libgnomeui-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel -BuildRequires: libpng-devel BuildRequires: perl-XML-Parser BuildRequires: libtool intltool gettext BuildRequires: perl @@ -61,7 +59,7 @@ if [ ! -f configure ]; then ./autogen.sh fi -%configure --disable-static --disable-dependency-tracking +%configure --disable-static --disable-dependency-tracking --enable-more-warnings=yes make %{?_smp_mflags} %install @@ -104,8 +102,17 @@ %{_datadir}/gnome-vpn-properties/openvpn/nm-openvpn-dialog.glade %{_datadir}/applications/nm-openvpn.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-openvpn-settings.png +%dir %{_datadir}/gnome-vpn-properties/openvpn %changelog +* Sat Jan 3 2009 Dan Williams 1:0.7.0-18.svn11 +- Rebuild for updated NetworkManager +- Fix some specfile issues (rh #477149) +- Allow the EAP authentication method + +* Sat Dec 20 2008 Christoph H??ger 0.7.0-17.svn4326 +- removed libpng-devel from BuildRequires, added %{_datadir}/gnome-vpn-properties/openvpn/ (rh #477149) + * Fri Nov 21 2008 Dan Williams 1:0.7.0-16.svn4326 - Rebuild for updated NetworkManager Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openvpn/F-8/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 22 Nov 2008 04:03:27 -0000 1.11 +++ sources 3 Jan 2009 07:46:16 -0000 1.12 @@ -1 +1 @@ -027b5577aac9b132fdbd0735eb3ccdeb NetworkManager-openvpn-0.7.0.svn4326.tar.gz +de7716aef7fe8665030e82aa244ec3c0 NetworkManager-openvpn-0.7.0.svn11.tar.gz From dcbw at fedoraproject.org Sat Jan 3 08:00:15 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 08:00:15 +0000 (UTC) Subject: rpms/NetworkManager-pptp/F-8 NetworkManager-pptp.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <20090103080015.6807E70164@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/NetworkManager-pptp/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18657 Modified Files: NetworkManager-pptp.spec sources Log Message: * Sat Jan 3 2009 Dan Williams 1:0.7.0-1.svn16 - Rebuild for updated NetworkManager - Fix some specfile issues (rh #477153) - Allow the EAP authentication method Index: NetworkManager-pptp.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-pptp/F-8/NetworkManager-pptp.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- NetworkManager-pptp.spec 22 Nov 2008 04:18:25 -0000 1.6 +++ NetworkManager-pptp.spec 3 Jan 2009 07:59:45 -0000 1.7 @@ -1,16 +1,16 @@ -%define nm_version 1:0.7.0-0.12.svn4326 +%define nm_version 1:0.7.0-1 %define dbus_version 1.1 %define gtk2_version 2.10.0 %define ppp_version 2.2.4 %define shared_mime_version 0.16-3 -%define svn_snapshot svn4326 +%define svn_snapshot svn16 Summary: NetworkManager VPN plugin for pptp Name: NetworkManager-pptp Epoch: 1 Version: 0.7.0 -Release: 0.12.%{svn_snapshot}%{?dist} +Release: 1.%{svn_snapshot}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -24,7 +24,6 @@ BuildRequires: NetworkManager-devel >= %{nm_version} BuildRequires: NetworkManager-glib-devel >= %{nm_version} BuildRequires: GConf2-devel -BuildRequires: libgnomeui-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel BuildRequires: intltool gettext autoconf libtool @@ -54,7 +53,7 @@ %build autoreconf -i -%configure --enable-more-warnings=yes +%configure --disable-static --enable-more-warnings=yes make %{?_smp_mflags} %install @@ -105,8 +104,14 @@ %{_datadir}/gnome-vpn-properties/pptp/nm-pptp-dialog.glade %{_datadir}/applications/nm-pptp.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-pptp-settings.png +%dir %{_datadir}/gnome-vpn-properties/pptp %changelog +* Sat Jan 3 2009 Dan Williams 1:0.7.0-1.svn16 +- Rebuild for updated NetworkManager +- Fix some specfile issues (rh #477153) +- Allow the EAP authentication method + * Fri Nov 21 2008 Dan Williams 1:0.7.0-12.svn4326 - Rebuild for updated NetworkManager Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-pptp/F-8/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Nov 2008 04:18:25 -0000 1.3 +++ sources 3 Jan 2009 07:59:45 -0000 1.4 @@ -1 +1 @@ -b9b6d1e987be04279fa2610eb208e09e NetworkManager-pptp-0.7.0.svn4326.tar.bz2 +df7f950127c9cc7e640dd2c8effd953b NetworkManager-pptp-0.7.0.svn16.tar.bz2 From remi at fedoraproject.org Sat Jan 3 08:01:05 2009 From: remi at fedoraproject.org (Remi Collet) Date: Sat, 3 Jan 2009 08:01:05 +0000 (UTC) Subject: rpms/php/F-10 php-5.2.7-tests-dashn.patch, NONE, 1.1 .cvsignore, 1.33, 1.34 php.spec, 1.161, 1.162 sources, 1.36, 1.37 php-5.2.4-tests-dashn.patch, 1.1, NONE Message-ID: <20090103080105.7823570165@cvs1.fedora.phx.redhat.com> Author: remi Update of /cvs/extras/rpms/php/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19048 Modified Files: .cvsignore php.spec sources Added Files: php-5.2.7-tests-dashn.patch Removed Files: php-5.2.4-tests-dashn.patch Log Message: update to 5.2.8 php-5.2.7-tests-dashn.patch: --- NEW FILE php-5.2.7-tests-dashn.patch --- --- php-5.2.7/Makefile.global.orig 2008-12-05 07:37:27.000000000 +0100 +++ php-5.2.7/Makefile.global 2008-12-05 07:37:55.000000000 +0100 @@ -67,7 +67,7 @@ done; \ fi -PHP_TEST_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' +PHP_TEST_SETTINGS = -n -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' PHP_TEST_SHARED_EXTENSIONS = ` \ if test "x$(PHP_MODULES)" != "x"; then \ for i in $(PHP_MODULES)""; do \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/php/F-10/.cvsignore,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- .cvsignore 5 Dec 2007 15:49:24 -0000 1.33 +++ .cvsignore 3 Jan 2009 08:00:34 -0000 1.34 @@ -1,4 +1,5 @@ php-5.2.3 clog *.tar.gz +*.tar.bz2 *.rpm Index: php.spec =================================================================== RCS file: /cvs/extras/rpms/php/F-10/php.spec,v retrieving revision 1.161 retrieving revision 1.162 diff -u -r1.161 -r1.162 --- php.spec 4 Nov 2008 11:26:35 -0000 1.161 +++ php.spec 3 Jan 2009 08:00:34 -0000 1.162 @@ -5,15 +5,15 @@ %define _default_patch_fuzz 2 -Summary: The PHP HTML-embedded scripting language +Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.2.6 -Release: 6 +Version: 5.2.8 +Release: 1%{?dist} License: PHP Group: Development/Languages URL: http://www.php.net/ -Source0: http://www.php.net/distributions/php-%{version}.tar.gz +Source0: http://www.php.net/distributions/php-%{version}.tar.bz2 Source1: php.conf Source2: php.ini Source3: macros.php @@ -36,7 +36,7 @@ Patch32: php-5.2.6-systzdata.patch # Fixes for tests -Patch50: php-5.2.4-tests-dashn.patch +Patch50: php-5.2.7-tests-dashn.patch Patch51: php-5.0.4-tests-wddx.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -327,7 +327,7 @@ %package mssql Summary: MSSQL database module for PHP Group: Development/Languages -Requires: php-common = %{version}-%{release} +Requires: php-common = %{version}-%{release}, php-pdo BuildRequires: freetds-devel %description mssql @@ -530,6 +530,7 @@ --with-pdo-mysql=shared,%{_prefix} \ --with-pdo-pgsql=shared,%{_prefix} \ --with-pdo-sqlite=shared,%{_prefix} \ + --with-pdo-dblib=shared,%{_prefix} \ --enable-json=shared \ --enable-zip=shared \ --with-readline \ @@ -578,15 +579,15 @@ %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT +# Install the version for embedded script language in applications + php_embed.h +make -C build-embedded install-sapi install-headers INSTALL_ROOT=$RPM_BUILD_ROOT + # Install everything from the CGI SAPI build make -C build-cgi install INSTALL_ROOT=$RPM_BUILD_ROOT # Install the Apache module make -C build-apache install-sapi INSTALL_ROOT=$RPM_BUILD_ROOT -# Install the version for embedded script language in applications -make -C build-embedded install-sapi INSTALL_ROOT=$RPM_BUILD_ROOT - # Install the default configuration file and icons install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/ install -m 644 $RPM_SOURCE_DIR/php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini @@ -613,7 +614,7 @@ for mod in pgsql mysql mysqli odbc ldap snmp xmlrpc imap \ mbstring ncurses gd dom xsl soap bcmath dba xmlreader xmlwriter \ pdo pdo_mysql pdo_pgsql pdo_odbc pdo_sqlite json zip \ - dbase mcrypt mhash tidy mssql pspell; do + dbase mcrypt mhash tidy pdo_dblib mssql pspell; do cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/${mod}.ini <> files.mysql # Split out the PDO modules +cat files.pdo_dblib >> files.mssql cat files.pdo_mysql >> files.mysql cat files.pdo_pgsql >> files.pgsql cat files.pdo_odbc >> files.odbc @@ -729,6 +731,11 @@ %files pspell -f files.pspell %changelog +* Sat Jan 03 2009 Remi Collet 5.2.8-1 +- update to 5.2.8 +- add missing php_embed.h (#457777) +- enable pdo_dblib driver in php-mssql + * Tue Nov 4 2008 Joe Orton 5.2.6-6 - move gd_README to php-gd - update to r4 of systzdata patch; introduces a default timezone Index: sources =================================================================== RCS file: /cvs/extras/rpms/php/F-10/sources,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- sources 14 Jul 2008 11:04:39 -0000 1.36 +++ sources 3 Jan 2009 08:00:35 -0000 1.37 @@ -1 +1 @@ -1720f95f26c506338f0dba3a51906bbd php-5.2.6.tar.gz +8760a833cf10433d3e72271ab0d0eccf php-5.2.8.tar.bz2 --- php-5.2.4-tests-dashn.patch DELETED --- From lmacken at fedoraproject.org Sat Jan 3 06:54:38 2009 From: lmacken at fedoraproject.org (Luke Macken) Date: Sat, 3 Jan 2009 06:54:38 +0000 (UTC) Subject: rpms/TurboGears/devel .cvsignore,1.12,1.13 sources,1.12,1.13 Message-ID: <20090103065438.3BC9170151@cvs1.fedora.phx.redhat.com> Author: lmacken Update of /cvs/pkgs/rpms/TurboGears/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29777 Modified Files: .cvsignore sources Log Message: Add the sources Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/TurboGears/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 18 Sep 2008 00:32:33 -0000 1.12 +++ .cvsignore 3 Jan 2009 06:54:07 -0000 1.13 @@ -1 +1 @@ -TurboGears-1.0.7.tar.gz +TurboGears-1.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/TurboGears/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 18 Sep 2008 00:32:33 -0000 1.12 +++ sources 3 Jan 2009 06:54:07 -0000 1.13 @@ -1 +1 @@ -a933efb063de7efb337d4819976c81ea TurboGears-1.0.7.tar.gz +845b29a588ae8d4e7591c7226daa6f98 TurboGears-1.0.8.tar.gz From pbrobinson at fedoraproject.org Sat Jan 3 05:46:54 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Sat, 3 Jan 2009 05:46:54 +0000 (UTC) Subject: rpms/olpcsound/devel olpcsound.spec,1.4,1.5 Message-ID: <20090103054654.7585170134@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/olpcsound/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9322 Modified Files: olpcsound.spec Log Message: - Hopefully fix versioned python dir locations Index: olpcsound.spec =================================================================== RCS file: /cvs/pkgs/rpms/olpcsound/devel/olpcsound.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- olpcsound.spec 29 Nov 2008 16:55:47 -0000 1.4 +++ olpcsound.spec 3 Jan 2009 05:46:15 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Csound - sound synthesis language and library, OLPC subset Name: olpcsound Version: 5.08.92 -Release: 13%{?dist} +Release: 14%{?dist} URL: http://csound.sourceforge.net/ License: LGPLv2+ Group: Applications/Multimedia @@ -16,7 +16,7 @@ BuildRequires: swig python scons alsa-lib-devel liblo-devel libsndfile-devel BuildRequires: jack-audio-connection-kit-devel BuildRequires: libpng-devel libjpeg-devel libvorbis-devel libogg-devel gettext python-devel -%define python_site_dir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") +%{?!pyver: %define pyver %(python -c 'import sys;print(sys.version[0:3])')} ExclusiveArch: i386 @@ -64,7 +64,7 @@ %{_libdir}/csound/plugins/* %{_libdir}/libcsound.so.5.1 %{_libdir}/libcsnd.so.5.1 -%{python_site_dir}/* +%{_libdir}/python%{pyver}/site-packages/* %dir %{_datadir}/doc/csound %{_datadir}/doc/csound/* @@ -78,6 +78,9 @@ %changelog +* Sat Jan 3 2008 Peter Robinson - 5.08.92-14 +- Hopefully fix versioned python dir locations + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 5.08.92-13 - Rebuild for Python 2.6 From pbrobinson at fedoraproject.org Sat Jan 3 06:54:30 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Sat, 3 Jan 2009 06:54:30 +0000 (UTC) Subject: rpms/libiphone/devel libiphone.spec,1.7,1.8 sources,1.3,1.4 Message-ID: <20090103065430.5FB1470150@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/libiphone/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29594 Modified Files: libiphone.spec sources Log Message: - Upload bzipped source file Index: libiphone.spec =================================================================== RCS file: /cvs/pkgs/rpms/libiphone/devel/libiphone.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libiphone.spec 3 Jan 2009 06:42:58 -0000 1.7 +++ libiphone.spec 3 Jan 2009 06:53:59 -0000 1.8 @@ -9,7 +9,7 @@ Name: libiphone Version: 0.1.0 -Release: 7.%{snapshot}%{?dist} +Release: 8.%{snapshot}%{?dist} Summary: Library for connecting to Apple iPhone and iPod touch Group: System Environment/Libraries @@ -77,6 +77,9 @@ %{_includedir}/libiphone %changelog +* Sat Jan 3 2009 Peter Robinson 0.1.0-8.git5cde554 +- Upload bzipped source file + * Sat Jan 3 2009 Peter Robinson 0.1.0-7.git5cde554 - New git snapshot Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libiphone/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 3 Jan 2009 06:46:01 -0000 1.3 +++ sources 3 Jan 2009 06:53:59 -0000 1.4 @@ -1 +1 @@ -2b84f8b2961b3082863b697b4b3cc0dc libiphone-0.1.0-20090103.tar.bz2 +1c6950b2ddf6cf2ed103b616cde0b13a libiphone-0.1.0-20090103.tar.bz2 From corsepiu at fedoraproject.org Sat Jan 3 05:47:44 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 3 Jan 2009 05:47:44 +0000 (UTC) Subject: rpms/perl-Locale-Maketext-Lexicon/F-10 .cvsignore, 1.14, 1.15 perl-Locale-Maketext-Lexicon.spec, 1.21, 1.22 sources, 1.14, 1.15 Message-ID: <20090103054744.83AE770140@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9541 Modified Files: .cvsignore perl-Locale-Maketext-Lexicon.spec sources Log Message: * Fri Jan 02 2009 Ralf Cors??pius - 0.77-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-10/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 20 Dec 2008 06:39:51 -0000 1.14 +++ .cvsignore 3 Jan 2009 05:47:13 -0000 1.15 @@ -1 +1 @@ -Locale-Maketext-Lexicon-0.76.tar.gz +Locale-Maketext-Lexicon-0.77.tar.gz Index: perl-Locale-Maketext-Lexicon.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-10/perl-Locale-Maketext-Lexicon.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- perl-Locale-Maketext-Lexicon.spec 20 Dec 2008 06:39:51 -0000 1.21 +++ perl-Locale-Maketext-Lexicon.spec 3 Jan 2009 05:47:13 -0000 1.22 @@ -1,5 +1,5 @@ Name: perl-Locale-Maketext-Lexicon -Version: 0.76 +Version: 0.77 Release: 1%{?dist} Summary: Extract translatable strings from source License: MIT @@ -82,6 +82,9 @@ %{_mandir}/man3/* %changelog +* Fri Jan 02 2009 Ralf Cors??pius - 0.77-1 +- Upstream update. + * Sat Dec 20 2008 Ralf Cors??pius - 0.76-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-10/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 20 Dec 2008 06:39:51 -0000 1.14 +++ sources 3 Jan 2009 05:47:14 -0000 1.15 @@ -1 +1 @@ -e76a50a9935ab607bc06f13028bb364f Locale-Maketext-Lexicon-0.76.tar.gz +622dada722fb6db0e49e453c843af83c Locale-Maketext-Lexicon-0.77.tar.gz From pbrobinson at fedoraproject.org Sat Jan 3 05:50:20 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Sat, 3 Jan 2009 05:50:20 +0000 (UTC) Subject: rpms/olpcsound/devel olpcsound.spec,1.5,1.6 Message-ID: <20090103055020.2DB2E70120@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/olpcsound/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10068 Modified Files: olpcsound.spec Log Message: - Update changelog date to 2009 Index: olpcsound.spec =================================================================== RCS file: /cvs/pkgs/rpms/olpcsound/devel/olpcsound.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- olpcsound.spec 3 Jan 2009 05:46:15 -0000 1.5 +++ olpcsound.spec 3 Jan 2009 05:49:49 -0000 1.6 @@ -78,7 +78,7 @@ %changelog -* Sat Jan 3 2008 Peter Robinson - 5.08.92-14 +* Sat Jan 3 2009 Peter Robinson - 5.08.92-14 - Hopefully fix versioned python dir locations * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 5.08.92-13 From lmacken at fedoraproject.org Sat Jan 3 07:20:45 2009 From: lmacken at fedoraproject.org (Luke Macken) Date: Sat, 3 Jan 2009 07:20:45 +0000 (UTC) Subject: rpms/TurboGears/F-9 TurboGears-1.0.8-cherrypyreq.patch, NONE, 1.1 TurboGears-1.0.8-setup.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 TurboGears.spec, 1.39, 1.40 sources, 1.12, 1.13 Message-ID: <20090103072045.18EF770157@cvs1.fedora.phx.redhat.com> Author: lmacken Update of /cvs/pkgs/rpms/TurboGears/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5660 Modified Files: .cvsignore TurboGears.spec sources Added Files: TurboGears-1.0.8-cherrypyreq.patch TurboGears-1.0.8-setup.patch Log Message: 1.0.8, the latest upstream bugfix release TurboGears-1.0.8-cherrypyreq.patch: --- NEW FILE TurboGears-1.0.8-cherrypyreq.patch --- --- turbogears/config.py.orig 2008-12-18 16:42:03.000000000 -0500 +++ turbogears/config.py 2008-12-18 16:42:06.000000000 -0500 @@ -1,8 +1,10 @@ import os, glob, re +import pkg_resources +pkg_resources.require("CherryPy<3.0") + from cherrypy import config from configobj import ConfigObj -import pkg_resources import logging import logging.handlers TurboGears-1.0.8-setup.patch: --- NEW FILE TurboGears-1.0.8-setup.patch --- --- setup.py.setup 2008-09-15 16:30:30.000000000 -0400 +++ setup.py 2008-09-18 03:01:12.000000000 -0400 @@ -14,7 +14,6 @@ # setup params install_requires = [ "CherryPy >= 2.3.0, < 3.0.0alpha", - "ConfigObj >= 4.3.2", "DecoratorTools >= 1.4", "FormEncode >= 0.7.1", "PasteScript >= 1.6.2", @@ -23,7 +22,7 @@ "simplejson >= 1.3", "TurboCheetah >= 1.0", # TurboJson >= 1.2 uses PEAK-Rules - "TurboJson >= 1.1.4, < 1.2", + "TurboJson >= 1.1.4", "TurboKid >= 1.0.4", ] Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/TurboGears/F-9/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 8 Mar 2008 00:19:40 -0000 1.11 +++ .cvsignore 3 Jan 2009 07:20:14 -0000 1.12 @@ -1 +1 @@ -TurboGears-1.0.4.4.tar.gz +TurboGears-1.0.8.tar.gz Index: TurboGears.spec =================================================================== RCS file: /cvs/pkgs/rpms/TurboGears/F-9/TurboGears.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- TurboGears.spec 18 Sep 2008 01:43:24 -0000 1.39 +++ TurboGears.spec 3 Jan 2009 07:20:14 -0000 1.40 @@ -2,8 +2,8 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: TurboGears -Version: 1.0.7 -Release: 2%{?dist} +Version: 1.0.8 +Release: 1%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages @@ -11,6 +11,7 @@ URL: http://www.turbogears.org Source0: http://pypi.python.org/packages/source/T/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-%{version}-cherrypyreq.patch +Patch1: %{name}-%{version}-setup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -67,6 +68,7 @@ %prep %setup -q %patch0 -b .cherrypyreq +%patch1 -b .setup %build @@ -90,8 +92,14 @@ %{python_sitelib}/turbogears/ %changelog +* Thu Dec 18 2008 Luke Macken - 1.0.8-1 +- Latest upstream release. + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.0.7-3 +- Rebuild for Python 2.6 + * Wed Sep 17 2008 Luke Macken 1.0.7-2 -- Rebase cherrypyreq patch. +- Add a patch to allow newer versions of TurboJson * Tue Sep 16 2008 Luke Macken 1.0.7-1 - Update to the latest upstream release Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/TurboGears/F-9/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 18 Sep 2008 01:25:02 -0000 1.12 +++ sources 3 Jan 2009 07:20:14 -0000 1.13 @@ -1 +1 @@ -a933efb063de7efb337d4819976c81ea TurboGears-1.0.7.tar.gz +845b29a588ae8d4e7591c7226daa6f98 TurboGears-1.0.8.tar.gz From corsepiu at fedoraproject.org Sat Jan 3 05:52:43 2009 From: corsepiu at fedoraproject.org (=?utf-8?q?Ralf_Cors=C3=A9pius?=) Date: Sat, 3 Jan 2009 05:52:43 +0000 (UTC) Subject: rpms/perl-Locale-Maketext-Lexicon/F-9 .cvsignore, 1.14, 1.15 perl-Locale-Maketext-Lexicon.spec, 1.21, 1.22 sources, 1.14, 1.15 Message-ID: <20090103055243.57AF470144@cvs1.fedora.phx.redhat.com> Author: corsepiu Update of /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10903 Modified Files: .cvsignore perl-Locale-Maketext-Lexicon.spec sources Log Message: * Fri Jan 02 2009 Ralf Cors??pius - 0.77-1 - Upstream update. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-9/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 20 Dec 2008 06:39:51 -0000 1.14 +++ .cvsignore 3 Jan 2009 05:52:12 -0000 1.15 @@ -1 +1 @@ -Locale-Maketext-Lexicon-0.76.tar.gz +Locale-Maketext-Lexicon-0.77.tar.gz Index: perl-Locale-Maketext-Lexicon.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-9/perl-Locale-Maketext-Lexicon.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- perl-Locale-Maketext-Lexicon.spec 20 Dec 2008 06:39:51 -0000 1.21 +++ perl-Locale-Maketext-Lexicon.spec 3 Jan 2009 05:52:12 -0000 1.22 @@ -1,5 +1,5 @@ Name: perl-Locale-Maketext-Lexicon -Version: 0.76 +Version: 0.77 Release: 1%{?dist} Summary: Extract translatable strings from source License: MIT @@ -82,6 +82,9 @@ %{_mandir}/man3/* %changelog +* Fri Jan 02 2009 Ralf Cors??pius - 0.77-1 +- Upstream update. + * Sat Dec 20 2008 Ralf Cors??pius - 0.76-1 - Upstream update. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Locale-Maketext-Lexicon/F-9/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 20 Dec 2008 06:39:51 -0000 1.14 +++ sources 3 Jan 2009 05:52:12 -0000 1.15 @@ -1 +1 @@ -e76a50a9935ab607bc06f13028bb364f Locale-Maketext-Lexicon-0.76.tar.gz +622dada722fb6db0e49e453c843af83c Locale-Maketext-Lexicon-0.77.tar.gz From pbrobinson at fedoraproject.org Sat Jan 3 07:12:00 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Sat, 3 Jan 2009 07:12:00 +0000 (UTC) Subject: rpms/libiphone/devel libiphone.spec,1.8,1.9 Message-ID: <20090103071200.9EA8670155@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/libiphone/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2869 Modified Files: libiphone.spec Log Message: - Add back gnutls patch Index: libiphone.spec =================================================================== RCS file: /cvs/pkgs/rpms/libiphone/devel/libiphone.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libiphone.spec 3 Jan 2009 06:53:59 -0000 1.8 +++ libiphone.spec 3 Jan 2009 07:11:30 -0000 1.9 @@ -9,7 +9,7 @@ Name: libiphone Version: 0.1.0 -Release: 8.%{snapshot}%{?dist} +Release: 9.%{snapshot}%{?dist} Summary: Library for connecting to Apple iPhone and iPod touch Group: System Environment/Libraries @@ -17,6 +17,7 @@ URL: http://matt.colyer.name/projects/iphone-linux/ Source0: %{tarfile} +Patch0: libiphone-fixgnutlsver.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel @@ -44,6 +45,7 @@ %prep %setup -q +%patch0 -p0 -b .fixgnutlsver %build ./autogen.sh @@ -77,6 +79,9 @@ %{_includedir}/libiphone %changelog +* Sat Jan 3 2009 Peter Robinson 0.1.0-9.git5cde554 +- Add back gnutls version patch + * Sat Jan 3 2009 Peter Robinson 0.1.0-8.git5cde554 - Upload bzipped source file From lmacken at fedoraproject.org Sat Jan 3 07:19:39 2009 From: lmacken at fedoraproject.org (Luke Macken) Date: Sat, 3 Jan 2009 07:19:39 +0000 (UTC) Subject: rpms/TurboGears/F-10 TurboGears-1.0.8-cherrypyreq.patch, NONE, 1.1 TurboGears-1.0.8-setup.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 TurboGears.spec, 1.40, 1.41 sources, 1.12, 1.13 Message-ID: <20090103071939.2EEAF70156@cvs1.fedora.phx.redhat.com> Author: lmacken Update of /cvs/pkgs/rpms/TurboGears/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5281 Modified Files: .cvsignore TurboGears.spec sources Added Files: TurboGears-1.0.8-cherrypyreq.patch TurboGears-1.0.8-setup.patch Log Message: 1.0.8, the latest upstream bugfix release TurboGears-1.0.8-cherrypyreq.patch: --- NEW FILE TurboGears-1.0.8-cherrypyreq.patch --- --- turbogears/config.py.orig 2008-12-18 16:42:03.000000000 -0500 +++ turbogears/config.py 2008-12-18 16:42:06.000000000 -0500 @@ -1,8 +1,10 @@ import os, glob, re +import pkg_resources +pkg_resources.require("CherryPy<3.0") + from cherrypy import config from configobj import ConfigObj -import pkg_resources import logging import logging.handlers TurboGears-1.0.8-setup.patch: --- NEW FILE TurboGears-1.0.8-setup.patch --- --- setup.py.setup 2008-09-15 16:30:30.000000000 -0400 +++ setup.py 2008-09-18 03:01:12.000000000 -0400 @@ -14,7 +14,6 @@ # setup params install_requires = [ "CherryPy >= 2.3.0, < 3.0.0alpha", - "ConfigObj >= 4.3.2", "DecoratorTools >= 1.4", "FormEncode >= 0.7.1", "PasteScript >= 1.6.2", @@ -23,7 +22,7 @@ "simplejson >= 1.3", "TurboCheetah >= 1.0", # TurboJson >= 1.2 uses PEAK-Rules - "TurboJson >= 1.1.4, < 1.2", + "TurboJson >= 1.1.4", "TurboKid >= 1.0.4", ] Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/TurboGears/F-10/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 18 Sep 2008 00:32:33 -0000 1.12 +++ .cvsignore 3 Jan 2009 07:19:08 -0000 1.13 @@ -1 +1 @@ -TurboGears-1.0.7.tar.gz +TurboGears-1.0.8.tar.gz Index: TurboGears.spec =================================================================== RCS file: /cvs/pkgs/rpms/TurboGears/F-10/TurboGears.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- TurboGears.spec 18 Sep 2008 07:10:59 -0000 1.40 +++ TurboGears.spec 3 Jan 2009 07:19:08 -0000 1.41 @@ -2,8 +2,8 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: TurboGears -Version: 1.0.7 -Release: 2%{?dist} +Version: 1.0.8 +Release: 1%{?dist} Summary: Back-to-front web development in Python Group: Development/Languages @@ -92,6 +92,12 @@ %{python_sitelib}/turbogears/ %changelog +* Thu Dec 18 2008 Luke Macken - 1.0.8-1 +- Latest upstream release. + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.0.7-3 +- Rebuild for Python 2.6 + * Wed Sep 17 2008 Luke Macken 1.0.7-2 - Add a patch to allow newer versions of TurboJson Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/TurboGears/F-10/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 18 Sep 2008 00:32:33 -0000 1.12 +++ sources 3 Jan 2009 07:19:08 -0000 1.13 @@ -1 +1 @@ -a933efb063de7efb337d4819976c81ea TurboGears-1.0.7.tar.gz +845b29a588ae8d4e7591c7226daa6f98 TurboGears-1.0.8.tar.gz From dcbw at fedoraproject.org Sat Jan 3 07:00:47 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:00:47 +0000 (UTC) Subject: rpms/NetworkManager-vpnc/devel .cvsignore, 1.24, 1.25 NetworkManager-vpnc.spec, 1.48, 1.49 sources, 1.30, 1.31 Message-ID: <20090103070047.550FA70146@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/extras/rpms/NetworkManager-vpnc/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31893 Modified Files: .cvsignore NetworkManager-vpnc.spec sources Log Message: * Sat Jan 3 2009 Dan Williams 1:0.7.0-1 - Rebuild for updated NetworkManager - Better handling of passwords that shouldn't be saved - Fix some specfile issues (rh #477151) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/devel/.cvsignore,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- .cvsignore 22 Nov 2008 03:38:11 -0000 1.24 +++ .cvsignore 3 Jan 2009 07:00:16 -0000 1.25 @@ -20,3 +20,4 @@ NetworkManager-vpnc-0.7.0.svn4229.tar.gz NetworkManager-vpnc-0.7.0.svn4293.tar.gz NetworkManager-vpnc-0.7.0.svn4326.tar.gz +NetworkManager-vpnc-0.7.0.svn13.tar.gz Index: NetworkManager-vpnc.spec =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/devel/NetworkManager-vpnc.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- NetworkManager-vpnc.spec 22 Nov 2008 03:38:11 -0000 1.48 +++ NetworkManager-vpnc.spec 3 Jan 2009 07:00:16 -0000 1.49 @@ -1,16 +1,16 @@ -%define nm_version 1:0.7.0-0.12.svn4326 +%define nm_version 1:0.7.0-1 %define dbus_version 1.1 %define gtk2_version 2.10.0 %define vpnc_version 0.4 %define shared_mime_version 0.16-3 -%define svn_snapshot svn4326 +%define svn_snapshot svn13 Summary: NetworkManager VPN plugin for vpnc Name: NetworkManager-vpnc Epoch: 1 Version: 0.7.0 -Release: 0.11.%{svn_snapshot}%{?dist} +Release: 1.%{svn_snapshot}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -24,7 +24,6 @@ BuildRequires: GConf2-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel -BuildRequires: libpng-devel BuildRequires: intltool gettext Requires: gtk2 >= %{gtk2_version} @@ -95,8 +94,14 @@ %{_datadir}/gnome-vpn-properties/vpnc/nm-vpnc-dialog.glade %{_datadir}/applications/nm-vpnc.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-cisco-vpn-settings.png +%dir %{_datadir}/gnome-vpn-properties/vpnc %changelog +* Sat Jan 3 2009 Dan Williams 1:0.7.0-1 +- Rebuild for updated NetworkManager +- Better handling of passwords that shouldn't be saved +- Fix some specfile issues (rh #477151) + * Fri Nov 21 2008 Dan Williams 1:0.7.0-0.11.svn4326 - Rebuild for updated NetworkManager Index: sources =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/devel/sources,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- sources 22 Nov 2008 03:38:11 -0000 1.30 +++ sources 3 Jan 2009 07:00:16 -0000 1.31 @@ -1 +1 @@ -421768306b2a295f9d8696c87cc5118f NetworkManager-vpnc-0.7.0.svn4326.tar.gz +5d9adef5ce3b54a8ec8757448bfe2634 NetworkManager-vpnc-0.7.0.svn13.tar.gz From dcbw at fedoraproject.org Sat Jan 3 07:04:25 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:04:25 +0000 (UTC) Subject: rpms/NetworkManager-vpnc/F-10 NetworkManager-vpnc.spec, 1.48, 1.49 sources, 1.30, 1.31 Message-ID: <20090103070425.A764170147@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/extras/rpms/NetworkManager-vpnc/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1693 Modified Files: NetworkManager-vpnc.spec sources Log Message: * Sat Jan 3 2009 Dan Williams 1:0.7.0-1 - Rebuild for updated NetworkManager - Better handling of passwords that shouldn't be saved - Fix some specfile issues (rh #477151) Index: NetworkManager-vpnc.spec =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/F-10/NetworkManager-vpnc.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- NetworkManager-vpnc.spec 22 Nov 2008 03:41:31 -0000 1.48 +++ NetworkManager-vpnc.spec 3 Jan 2009 07:03:55 -0000 1.49 @@ -1,16 +1,16 @@ -%define nm_version 1:0.7.0-0.12.svn4326 +%define nm_version 1:0.7.0-1 %define dbus_version 1.1 %define gtk2_version 2.10.0 %define vpnc_version 0.4 %define shared_mime_version 0.16-3 -%define svn_snapshot svn4326 +%define svn_snapshot svn13 Summary: NetworkManager VPN plugin for vpnc Name: NetworkManager-vpnc Epoch: 1 Version: 0.7.0 -Release: 0.11.%{svn_snapshot}%{?dist} +Release: 1.%{svn_snapshot}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -24,7 +24,6 @@ BuildRequires: GConf2-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel -BuildRequires: libpng-devel BuildRequires: intltool gettext Requires: gtk2 >= %{gtk2_version} @@ -95,8 +94,14 @@ %{_datadir}/gnome-vpn-properties/vpnc/nm-vpnc-dialog.glade %{_datadir}/applications/nm-vpnc.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-cisco-vpn-settings.png +%dir %{_datadir}/gnome-vpn-properties/vpnc %changelog +* Sat Jan 3 2009 Dan Williams 1:0.7.0-1 +- Rebuild for updated NetworkManager +- Better handling of passwords that shouldn't be saved +- Fix some specfile issues (rh #477151) + * Fri Nov 21 2008 Dan Williams 1:0.7.0-0.11.svn4326 - Rebuild for updated NetworkManager Index: sources =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/F-10/sources,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- sources 22 Nov 2008 03:41:31 -0000 1.30 +++ sources 3 Jan 2009 07:03:55 -0000 1.31 @@ -1 +1 @@ -421768306b2a295f9d8696c87cc5118f NetworkManager-vpnc-0.7.0.svn4326.tar.gz +5d9adef5ce3b54a8ec8757448bfe2634 NetworkManager-vpnc-0.7.0.svn13.tar.gz From dcbw at fedoraproject.org Sat Jan 3 07:06:09 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:06:09 +0000 (UTC) Subject: rpms/NetworkManager-vpnc/F-9 NetworkManager-vpnc.spec, 1.42, 1.43 sources, 1.25, 1.26 Message-ID: <20090103070609.DF44C70152@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/extras/rpms/NetworkManager-vpnc/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2051 Modified Files: NetworkManager-vpnc.spec sources Log Message: * Sat Jan 3 2009 Dan Williams 1:0.7.0-1 - Rebuild for updated NetworkManager - Better handling of passwords that shouldn't be saved - Fix some specfile issues (rh #477151) Index: NetworkManager-vpnc.spec =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/F-9/NetworkManager-vpnc.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- NetworkManager-vpnc.spec 22 Nov 2008 03:42:56 -0000 1.42 +++ NetworkManager-vpnc.spec 3 Jan 2009 07:05:39 -0000 1.43 @@ -1,16 +1,16 @@ -%define nm_version 1:0.7.0-0.12.svn4326 +%define nm_version 1:0.7.0-1 %define dbus_version 1.1 %define gtk2_version 2.10.0 %define vpnc_version 0.4 %define shared_mime_version 0.16-3 -%define svn_snapshot svn4326 +%define svn_snapshot svn13 Summary: NetworkManager VPN plugin for vpnc Name: NetworkManager-vpnc Epoch: 1 Version: 0.7.0 -Release: 0.11.%{svn_snapshot}%{?dist} +Release: 1.%{svn_snapshot}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -24,7 +24,6 @@ BuildRequires: GConf2-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel -BuildRequires: libpng-devel BuildRequires: intltool gettext Requires: gtk2 >= %{gtk2_version} @@ -95,8 +94,14 @@ %{_datadir}/gnome-vpn-properties/vpnc/nm-vpnc-dialog.glade %{_datadir}/applications/nm-vpnc.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-cisco-vpn-settings.png +%dir %{_datadir}/gnome-vpn-properties/vpnc %changelog +* Sat Jan 3 2009 Dan Williams 1:0.7.0-1 +- Rebuild for updated NetworkManager +- Better handling of passwords that shouldn't be saved +- Fix some specfile issues (rh #477151) + * Fri Nov 21 2008 Dan Williams 1:0.7.0-0.11.svn4326 - Rebuild for updated NetworkManager Index: sources =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/F-9/sources,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- sources 22 Nov 2008 03:42:56 -0000 1.25 +++ sources 3 Jan 2009 07:05:39 -0000 1.26 @@ -1 +1 @@ -421768306b2a295f9d8696c87cc5118f NetworkManager-vpnc-0.7.0.svn4326.tar.gz +5d9adef5ce3b54a8ec8757448bfe2634 NetworkManager-vpnc-0.7.0.svn13.tar.gz From dcbw at fedoraproject.org Sat Jan 3 07:24:27 2009 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 3 Jan 2009 07:24:27 +0000 (UTC) Subject: rpms/NetworkManager-vpnc/F-8 NetworkManager-vpnc.spec, 1.45, 1.46 sources, 1.25, 1.26 Message-ID: <20090103072427.CF62470158@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/extras/rpms/NetworkManager-vpnc/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6498 Modified Files: NetworkManager-vpnc.spec sources Log Message: * Sat Jan 3 2009 Dan Williams 1:0.7.0-1 - Rebuild for updated NetworkManager - Better handling of passwords that shouldn't be saved - Fix some specfile issues (rh #477151) Index: NetworkManager-vpnc.spec =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/F-8/NetworkManager-vpnc.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- NetworkManager-vpnc.spec 22 Nov 2008 03:44:18 -0000 1.45 +++ NetworkManager-vpnc.spec 3 Jan 2009 07:23:57 -0000 1.46 @@ -1,16 +1,16 @@ -%define nm_version 1:0.7.0-0.12.svn4326 +%define nm_version 1:0.7.0-1 %define dbus_version 1.1 %define gtk2_version 2.10.0 %define vpnc_version 0.4 %define shared_mime_version 0.16-3 -%define svn_snapshot svn4326 +%define svn_snapshot svn13 Summary: NetworkManager VPN plugin for vpnc Name: NetworkManager-vpnc Epoch: 1 Version: 0.7.0 -Release: 0.11.%{svn_snapshot}%{?dist} +Release: 1.%{svn_snapshot}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ @@ -24,7 +24,6 @@ BuildRequires: GConf2-devel BuildRequires: gnome-keyring-devel BuildRequires: libglade2-devel -BuildRequires: libpng-devel BuildRequires: intltool gettext Requires: gtk2 >= %{gtk2_version} @@ -95,8 +94,14 @@ %{_datadir}/gnome-vpn-properties/vpnc/nm-vpnc-dialog.glade %{_datadir}/applications/nm-vpnc.desktop %{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-cisco-vpn-settings.png +%dir %{_datadir}/gnome-vpn-properties/vpnc %changelog +* Sat Jan 3 2009 Dan Williams 1:0.7.0-1 +- Rebuild for updated NetworkManager +- Better handling of passwords that shouldn't be saved +- Fix some specfile issues (rh #477151) + * Fri Nov 21 2008 Dan Williams 1:0.7.0-0.11.svn4326 - Rebuild for updated NetworkManager Index: sources =================================================================== RCS file: /cvs/extras/rpms/NetworkManager-vpnc/F-8/sources,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- sources 22 Nov 2008 03:44:18 -0000 1.25 +++ sources 3 Jan 2009 07:23:57 -0000 1.26 @@ -1 +1 @@ -421768306b2a295f9d8696c87cc5118f NetworkManager-vpnc-0.7.0.svn4326.tar.gz +5d9adef5ce3b54a8ec8757448bfe2634 NetworkManager-vpnc-0.7.0.svn13.tar.gz From remi at fedoraproject.org Sat Jan 3 11:06:28 2009 From: remi at fedoraproject.org (Remi Collet) Date: Sat, 3 Jan 2009 11:06:28 +0000 (UTC) Subject: rpms/php/F-9 php-5.2.6-gnusrc.patch, NONE, 1.1 php-5.2.6-systzdata.patch, NONE, 1.1 php-5.2.7-tests-dashn.patch, NONE, 1.1 php.ini, 1.7, 1.8 php.spec, 1.157, 1.158 sources, 1.36, 1.37 php-5.2.4-gnusrc.patch, 1.1, NONE php-5.2.4-tests-dashn.patch, 1.1, NONE php-5.2.5-systzdata.patch, 1.1, NONE Message-ID: <20090103110628.66B3770120@cvs1.fedora.phx.redhat.com> Author: remi Update of /cvs/extras/rpms/php/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1439 Modified Files: php.ini php.spec sources Added Files: php-5.2.6-gnusrc.patch php-5.2.6-systzdata.patch php-5.2.7-tests-dashn.patch Removed Files: php-5.2.4-gnusrc.patch php-5.2.4-tests-dashn.patch php-5.2.5-systzdata.patch Log Message: update to 5.2.8 php-5.2.6-gnusrc.patch: --- NEW FILE php-5.2.6-gnusrc.patch --- --- php-5.2.6/configure.in.gnusrc +++ php-5.2.6/configure.in @@ -58,6 +58,8 @@ AC_DEFUN([PHP_EXT_DIR],[ext/$1])dnl AC_DEFUN([PHP_EXT_SRCDIR],[$abs_srcdir/ext/$1])dnl AC_DEFUN([PHP_ALWAYS_SHARED],[])dnl +AC_DEFINE([_GNU_SOURCE], 1, [Define to enable GNU C Library extensions]) + dnl Setting up the PHP version based on the information above. dnl ------------------------------------------------------------------------- --- php-5.2.6/ext/interbase/interbase.c.gnusrc +++ php-5.2.6/ext/interbase/interbase.c @@ -24,7 +24,6 @@ #include "config.h" #endif -#define _GNU_SOURCE #include "php.h" --- php-5.2.6/ext/pdo_firebird/firebird_driver.c.gnusrc +++ php-5.2.6/ext/pdo_firebird/firebird_driver.c @@ -22,7 +22,6 @@ #include "config.h" #endif -#define _GNU_SOURCE #include "php.h" #include "php_ini.h" --- php-5.2.6/ext/standard/file.c.gnusrc +++ php-5.2.6/ext/standard/file.c @@ -118,7 +118,6 @@ php_file_globals file_globals; #ifdef HAVE_FNMATCH #ifndef _GNU_SOURCE -#define _GNU_SOURCE #endif #include #endif --- php-5.2.6/ext/zlib/zlib_fopen_wrapper.c.gnusrc +++ php-5.2.6/ext/zlib/zlib_fopen_wrapper.c @@ -19,7 +19,6 @@ /* $Id: zlib_fopen_wrapper.c,v 1.46.2.1.2.5 2007/12/31 07:20:14 sebastian Exp $ */ -#define _GNU_SOURCE #include "php.h" #include "php_zlib.h" --- php-5.2.6/main/php.h.gnusrc +++ php-5.2.6/main/php.h @@ -30,6 +30,7 @@ #define PHP_HAVE_STREAMS #define YYDEBUG 0 +#include "php_config.h" #include "php_version.h" #include "zend.h" #include "zend_qsort.h" --- php-5.2.6/main/streams/cast.c.gnusrc +++ php-5.2.6/main/streams/cast.c @@ -18,7 +18,6 @@ /* $Id: cast.c,v 1.12.2.1.2.2 2007/12/31 07:20:15 sebastian Exp $ */ -#define _GNU_SOURCE #include "php.h" #include "php_globals.h" #include "php_network.h" --- php-5.2.6/main/streams/memory.c.gnusrc +++ php-5.2.6/main/streams/memory.c @@ -18,7 +18,6 @@ /* $Id: memory.c,v 1.8.2.6.2.19 2008/03/15 10:28:53 felipe Exp $ */ -#define _GNU_SOURCE #include "php.h" PHPAPI int php_url_decode(char *str, int len); --- php-5.2.6/main/streams/streams.c.gnusrc +++ php-5.2.6/main/streams/streams.c @@ -21,7 +21,6 @@ /* $Id: streams.c,v 1.82.2.6.2.22 2008/03/24 16:28:56 tony2001 Exp $ */ -#define _GNU_SOURCE #include "php.h" #include "php_globals.h" #include "php_network.h" --- php-5.2.6/Zend/zend_language_parser.c.gnusrc +++ php-5.2.6/Zend/zend_language_parser.c @@ -356,6 +356,8 @@ #include "zend_API.h" #include "zend_constants.h" +#include + #define YYERROR_VERBOSE #define YYSTYPE znode php-5.2.6-systzdata.patch: --- NEW FILE php-5.2.6-systzdata.patch --- Add support for use of the system timezone database, rather than embedding a copy. Discussed upstream but was not desired. History: r4: added "System/Localtime" tzname which uses /etc/localtime r3: fix a crash if /usr/share/zoneinfo doesn't exist (Raphael Geissert) r2: add filesystem trawl to set up name alias index r1: initial revision --- php-5.2.6/ext/date/lib/parse_tz.c.systzdata +++ php-5.2.6/ext/date/lib/parse_tz.c @@ -20,6 +20,16 @@ #include "timelib.h" +#ifdef HAVE_SYSTEM_TZDATA +#include +#include +#include +#include +#include + +#include "php_scandir.h" +#endif + #include #ifdef HAVE_LOCALE_H @@ -31,7 +41,10 @@ #else #include #endif + +#ifndef HAVE_SYSTEM_TZDATA #include "timezonedb.h" +#endif #if (defined(__APPLE__) || defined(__APPLE_CC__)) && (defined(__BIG_ENDIAN__) || defined(__LITTLE_ENDIAN__)) # if defined(__LITTLE_ENDIAN__) @@ -206,6 +219,211 @@ void timelib_dump_tzinfo(timelib_tzinfo } } +#ifdef HAVE_SYSTEM_TZDATA + +#ifdef HAVE_SYSTEM_TZDATA_PREFIX +#define ZONEINFO_PREFIX HAVE_SYSTEM_TZDATA_PREFIX +#else +#define ZONEINFO_PREFIX "/usr/share/zoneinfo" +#endif + +#define SYSTEM_TZFILE "/etc/localtime" + +static const timelib_tzdb *timezonedb_system = NULL; + +/* Filter out some non-tzdata files and the posix/right databases, if + * present. */ +static int index_filter(const struct dirent *ent) +{ + return strcmp(ent->d_name, ".") != 0 + && strcmp(ent->d_name, "..") != 0 + && strcmp(ent->d_name, "posix") != 0 + && strcmp(ent->d_name, "posixrules") != 0 + && strcmp(ent->d_name, "right") != 0 + && strstr(ent->d_name, ".tab") == NULL; +} + +/* Create the zone identifier index by trawling the filesystem. */ +static void create_zone_index(timelib_tzdb *db) +{ + size_t dirstack_size, dirstack_top; + size_t index_size, index_next; + timelib_tzdb_index_entry *db_index; + char **dirstack; + + /* LIFO stack to hold directory entries to scan; each slot is a + * directory name relative to the zoneinfo prefix. */ + dirstack_size = 32; + dirstack = malloc(dirstack_size * sizeof *dirstack); + dirstack_top = 1; + dirstack[0] = strdup(""); + + /* Index array. */ + index_size = 64; + db_index = malloc(index_size * sizeof *db_index); + index_next = 0; + + do { + struct dirent **ents; + char name[PATH_MAX], *top; + int count; + + /* Pop the top stack entry, and iterate through its contents. */ + top = dirstack[--dirstack_top]; + snprintf(name, sizeof name, ZONEINFO_PREFIX "/%s", top); + + count = php_scandir(name, &ents, index_filter, php_alphasort); + + while (count > 0) { + struct stat st; + const char *leaf = ents[count - 1]->d_name; + + snprintf(name, sizeof name, ZONEINFO_PREFIX "/%s/%s", + top, leaf); + + if (strlen(name) && stat(name, &st) == 0) { + /* Name, relative to the zoneinfo prefix. */ + const char *root = top; + + if (root[0] == '/') root++; + + snprintf(name, sizeof name, "%s%s%s", root, + *root ? "/": "", leaf); + + if (S_ISDIR(st.st_mode)) { + if (dirstack_top == dirstack_size) { + dirstack_size *= 2; + dirstack = realloc(dirstack, + dirstack_size * sizeof *dirstack); + } + dirstack[dirstack_top++] = strdup(name); + } + else { + if (index_next == index_size) { + index_size *= 2; + db_index = realloc(db_index, + index_size * sizeof *db_index); + } + + db_index[index_next].id = strdup(name); + db_index[index_next++].pos = 0; + } + } + + free(ents[--count]); + } + + if (count != -1) free(ents); + free(top); + } while (dirstack_top); + + db->index = db_index; + db->index_size = index_next; + + free(dirstack); +} + +/* Return the mmap()ed tzfile if found, else NULL. On success, the + * length of the mapped data is placed in *length. */ +static char *map_tzfile(const char *timezone, size_t *length) +{ + char fname[PATH_MAX]; + const char *fn; + struct stat st; + char *p; + int fd; + + if (strcmp(timezone, TIMELIB_SYSTEM_TZID) == 0) { + fn = SYSTEM_TZFILE; + } + else { + if (strstr(timezone, "..") != NULL) { + return NULL; + } + + snprintf(fname, sizeof fname, ZONEINFO_PREFIX "/%s", timezone); + fn = fname; + } + + fd = open(fn, O_RDONLY); + if (fd == -1) { + return NULL; + } else if (fstat(fd, &st) != 0 || st.st_size < 21) { + close(fd); + return NULL; + } + + *length = st.st_size; + p = mmap(NULL, st.st_size, PROT_READ, MAP_SHARED, fd, 0); + close(fd); + + return p != MAP_FAILED ? p : NULL; +} + +const timelib_tzdb *timelib_builtin_db(void) +{ + if (timezonedb_system == NULL) { + timelib_tzdb *tmp = malloc(sizeof *tmp); + + tmp->version = "0.system"; + tmp->data = NULL; + create_zone_index(tmp); + timezonedb_system = tmp; + } + + return timezonedb_system; +} + +const timelib_tzdb_index_entry *timelib_timezone_builtin_identifiers_list(int *count) +{ + *count = timezonedb_system->index_size; + return timezonedb_system->index; +} + +int timelib_timezone_id_is_valid(char *timezone, const timelib_tzdb *tzdb) +{ + char fname[PATH_MAX]; + const char *fn; + + if (strcmp(timezone, TIMELIB_SYSTEM_TZID) == 0) { + fn = SYSTEM_TZFILE; + } + else { + if (strstr(timezone, "..") != NULL) { + return 0; + } + + snprintf(fname, sizeof fname, ZONEINFO_PREFIX "/%s", timezone); + fn = fname; + } + + return access(fn, R_OK) == 0 ? 1 : 0; +} + +timelib_tzinfo *timelib_parse_tzfile(char *timezone, const timelib_tzdb *tzdb) +{ + char *tzf, *orig; + timelib_tzinfo *tmp; + size_t len; + + orig = map_tzfile(timezone, &len); + if (orig == NULL) { + return NULL; + } + + tmp = timelib_tzinfo_ctor(timezone); + + tzf = orig + 20; + read_header(&tzf, tmp); + read_transistions(&tzf, tmp); + read_types(&tzf, tmp); + + munmap(orig, len); + + return tmp; +} +#else /* !HAVE_SYSTEM_TZDATA */ + static int seek_to_tz_position(const unsigned char **tzf, char *timezone, const timelib_tzdb *tzdb) { int left = 0, right = tzdb->index_size - 1; @@ -279,6 +497,7 @@ timelib_tzinfo *timelib_parse_tzfile(cha return tmp; } +#endif static ttinfo* fetch_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_time) { --- php-5.2.6/ext/date/lib/timelib.h.systzdata +++ php-5.2.6/ext/date/lib/timelib.h @@ -31,6 +31,10 @@ #define TIMELIB_SPECIAL_WEEKDAY 0x01 +#ifdef HAVE_SYSTEM_TZDATA +#define TIMELIB_SYSTEM_TZID "System/Localtime" +#endif + #ifndef LONG_MAX #define LONG_MAX 2147483647L #endif --- php-5.2.6/ext/date/lib/timelib.m4.systzdata +++ php-5.2.6/ext/date/lib/timelib.m4 @@ -78,3 +78,17 @@ stdlib.h dnl Check for strtoll, atoll AC_CHECK_FUNCS(strtoll atoll strftime) + +PHP_ARG_WITH(system-tzdata, for use of system timezone data, +[ --with-system-tzdata[=DIR] to specify use of system timezone data], +no, no) + +if test "$PHP_SYSTEM_TZDATA" != "no"; then + AC_DEFINE(HAVE_SYSTEM_TZDATA, 1, [Define if system timezone data is used]) + + if test "$PHP_SYSTEM_TZDATA" != "yes"; then + AC_DEFINE_UNQUOTED(HAVE_SYSTEM_TZDATA_PREFIX, "$PHP_SYSTEM_TZDATA", + [Define for location of system timezone data]) + fi +fi + --- php-5.2.6/ext/date/php_date.c.systzdata +++ php-5.2.6/ext/date/php_date.c @@ -584,6 +584,11 @@ static char* guess_timezone(const timeli if (DATEG(default_timezone) && (strlen(DATEG(default_timezone)) > 0) && timelib_timezone_id_is_valid(DATEG(default_timezone), tzdb)) { return DATEG(default_timezone); } +#ifdef TIMELIB_SYSTEM_TZID + if (timelib_timezone_id_is_valid(TIMELIB_SYSTEM_TZID, tzdb)) { + return TIMELIB_SYSTEM_TZID; + } +#endif #if HAVE_TM_ZONE /* Try to guess timezone from system information */ { php-5.2.7-tests-dashn.patch: --- NEW FILE php-5.2.7-tests-dashn.patch --- --- php-5.2.7/Makefile.global.orig 2008-12-05 07:37:27.000000000 +0100 +++ php-5.2.7/Makefile.global 2008-12-05 07:37:55.000000000 +0100 @@ -67,7 +67,7 @@ done; \ fi -PHP_TEST_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' +PHP_TEST_SETTINGS = -n -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' PHP_TEST_SHARED_EXTENSIONS = ` \ if test "x$(PHP_MODULES)" != "x"; then \ for i in $(PHP_MODULES)""; do \ Index: php.ini =================================================================== RCS file: /cvs/extras/rpms/php/F-9/php.ini,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- php.ini 4 May 2007 10:08:53 -0000 1.7 +++ php.ini 3 Jan 2009 11:05:57 -0000 1.8 @@ -299,6 +299,7 @@ max_execution_time = 30 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data +;max_input_nesting_level = 64 ; Maximum input variable nesting level memory_limit = 32M ; Maximum amount of memory a script may consume (16MB) @@ -353,6 +354,18 @@ ; instead (see below). Keeping display_errors enabled on a production web site ; may reveal security information to end users, such as file paths on your Web ; server, your database schema or other information. +; +; possible values for display_errors: +; +; Off - Do not display any errors +; stderr - Display errors to STDERR (affects only CGI/CLI binaries!) +; On or stdout - Display errors to STDOUT (default) +; +; To output errors to STDERR with CGI/CLI: +;display_errors = "stderr" +; +; Default +; display_errors = Off ; Even when display_errors is on, errors that occur during PHP's startup @@ -516,9 +529,6 @@ ; if nonempty. user_dir = -; Directory in which the loadable extensions (modules) reside. -extension_dir = "/usr/lib/php/modules" - ; Whether or not to enable the dl() function. The dl() function does NOT work ; properly in multithreaded servers, such as IIS or Zeus, and is automatically ; disabled on them. @@ -540,6 +550,14 @@ ; cause security issues, KNOW WHAT YOU ARE DOING FIRST. ; cgi.redirect_status_env = ; +; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's +; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok +; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting +; this to 1 will cause PHP CGI to fix it's paths to conform to the spec. A setting +; of zero causes PHP to behave as before. Default is 1. You should fix your scripts +; to use SCRIPT_FILENAME rather than PATH_TRANSLATED. +; cgi.fix_pathinfo=1 + ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate ; security tokens of the calling client. This allows IIS to define the ; security context that the request runs under. mod_fastcgi under Apache @@ -548,7 +566,7 @@ ; fastcgi.impersonate = 1; ; Disable logging through FastCGI connection -; fastcgi.log = 0 +; fastcgi.logging = 0 ; cgi.rfc2616_headers configuration option tells PHP what type of headers to ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that @@ -938,6 +956,8 @@ ; Whether to use cookies. session.use_cookies = 1 +;session.cookie_secure = + ; This option enables administrators to make their users invulnerable to ; attacks which involve passing session ids in URLs; defaults to 0. ; session.use_only_cookies = 1 Index: php.spec =================================================================== RCS file: /cvs/extras/rpms/php/F-9/php.spec,v retrieving revision 1.157 retrieving revision 1.158 diff -u -r1.157 -r1.158 --- php.spec 8 May 2008 14:15:39 -0000 1.157 +++ php.spec 3 Jan 2009 11:05:57 -0000 1.158 @@ -3,20 +3,22 @@ %define zendver 20060613 %define pdover 20060511 -Summary: The PHP HTML-embedded scripting language +%define _default_patch_fuzz 2 + +Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.2.6 -Release: 2%{?dist} +Version: 5.2.8 +Release: 1%{?dist} License: PHP Group: Development/Languages URL: http://www.php.net/ -Source0: http://www.php.net/distributions/php-%{version}.tar.gz +Source0: http://www.php.net/distributions/php-%{version}.tar.bz2 Source1: php.conf Source2: php.ini Source3: macros.php -Patch1: php-5.2.4-gnusrc.patch +Patch1: php-5.2.6-gnusrc.patch Patch2: php-4.3.3-install.patch Patch3: php-5.2.4-norpath.patch Patch5: php-5.0.2-phpize64.patch @@ -31,17 +33,17 @@ # Functional changes Patch30: php-5.0.4-dlopen.patch Patch31: php-5.2.4-easter.patch -Patch32: php-5.2.5-systzdata.patch +Patch32: php-5.2.6-systzdata.patch # Fixes for tests -Patch50: php-5.2.4-tests-dashn.patch +Patch50: php-5.2.7-tests-dashn.patch Patch51: php-5.0.4-tests-wddx.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bzip2-devel, curl-devel >= 7.9, db4-devel, expat-devel BuildRequires: gmp-devel -BuildRequires: httpd-devel >= 2.0.46-1, libjpeg-devel, libpng-devel, pam-devel +BuildRequires: httpd-devel >= 2.0.46-1, pam-devel BuildRequires: libstdc++-devel, openssl-devel, sqlite-devel >= 3.0.0 BuildRequires: zlib-devel, pcre-devel >= 6.6, smtpdaemon, readline-devel BuildRequires: bzip2, perl, libtool >= 1.4.3, gcc-c++ @@ -267,7 +269,8 @@ Summary: A module for PHP applications for using the gd graphics library Group: Development/Languages Requires: php-common = %{version}-%{release} -BuildRequires: gd-devel, freetype-devel +# Required to build the bundled GD library +BuildRequires: libXpm-devel, libjpeg-devel, libpng-devel, freetype-devel, t1lib-devel %description gd The php-gd package contains a dynamic shared object that will add @@ -324,7 +327,7 @@ %package mssql Summary: MSSQL database module for PHP Group: Development/Languages -Requires: php-common = %{version}-%{release} +Requires: php-common = %{version}-%{release}, php-pdo BuildRequires: freetds-devel %description mssql @@ -453,7 +456,9 @@ --with-exec-dir=%{_bindir} \ --with-freetype-dir=%{_prefix} \ --with-png-dir=%{_prefix} \ + --with-xpm-dir=%{_prefix} \ --enable-gd-native-ttf \ + --with-t1lib=%{_prefix} \ --without-gdbm \ --with-gettext \ --with-gmp \ @@ -525,6 +530,7 @@ --with-pdo-mysql=shared,%{_prefix} \ --with-pdo-pgsql=shared,%{_prefix} \ --with-pdo-sqlite=shared,%{_prefix} \ + --with-pdo-dblib=shared,%{_prefix} \ --enable-json=shared \ --enable-zip=shared \ --with-readline \ @@ -573,15 +579,15 @@ %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT +# Install the version for embedded script language in applications + php_embed.h +make -C build-embedded install-sapi install-headers INSTALL_ROOT=$RPM_BUILD_ROOT + # Install everything from the CGI SAPI build make -C build-cgi install INSTALL_ROOT=$RPM_BUILD_ROOT # Install the Apache module make -C build-apache install-sapi INSTALL_ROOT=$RPM_BUILD_ROOT -# Install the version for embedded script language in applications -make -C build-embedded install-sapi INSTALL_ROOT=$RPM_BUILD_ROOT - # Install the default configuration file and icons install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/ install -m 644 $RPM_SOURCE_DIR/php.ini $RPM_BUILD_ROOT%{_sysconfdir}/php.ini @@ -592,9 +598,6 @@ install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/php/pear \ $RPM_BUILD_ROOT%{_datadir}/php -# Use correct libdir -sed -i -e 's|%{_prefix}/lib|%{_libdir}|' $RPM_BUILD_ROOT%{_sysconfdir}/php.ini - # install the DSO install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/httpd/modules install -m 755 build-apache/libs/libphp5.so $RPM_BUILD_ROOT%{_libdir}/httpd/modules @@ -611,7 +614,7 @@ for mod in pgsql mysql mysqli odbc ldap snmp xmlrpc imap \ mbstring ncurses gd dom xsl soap bcmath dba xmlreader xmlwriter \ pdo pdo_mysql pdo_pgsql pdo_odbc pdo_sqlite json zip \ - dbase mcrypt mhash tidy mssql pspell; do + dbase mcrypt mhash tidy pdo_dblib mssql pspell; do cat > $RPM_BUILD_ROOT%{_sysconfdir}/php.d/${mod}.ini <> files.mysql # Split out the PDO modules +cat files.pdo_dblib >> files.mssql cat files.pdo_mysql >> files.mysql cat files.pdo_pgsql >> files.pgsql cat files.pdo_odbc >> files.odbc @@ -673,7 +677,7 @@ %files common -f files.common %defattr(-,root,root) %doc CODING_STANDARDS CREDITS EXTENSIONS INSTALL LICENSE NEWS README* -%doc Zend/ZEND_* gd_README TSRM_LICENSE regex_COPYRIGHT +%doc Zend/ZEND_* TSRM_LICENSE regex_COPYRIGHT %config(noreplace) %{_sysconfdir}/php.ini %dir %{_sysconfdir}/php.d %dir %{_libdir}/php @@ -715,6 +719,7 @@ %files mbstring -f files.mbstring %files ncurses -f files.ncurses %files gd -f files.gd +%doc gd_README %files soap -f files.soap %files bcmath -f files.bcmath %files dba -f files.dba @@ -726,11 +731,32 @@ %files pspell -f files.pspell %changelog -* Thu May 8 2008 Joe Orton 5.2.6-2 +* Sat Jan 03 2009 Remi Collet 5.2.8-1 +- update to 5.2.8 +- add missing php_embed.h (#457777) +- enable pdo_dblib driver in php-mssql + +* Tue Nov 4 2008 Joe Orton 5.2.6-6 +- move gd_README to php-gd +- update to r4 of systzdata patch; introduces a default timezone + name of "System/Localtime", which uses /etc/localtime (#469532) + +* Sat Sep 13 2008 Remi Collet 5.2.6-5 +- enable XPM support in php-gd +- Fix BR for php-gd + +* Sun Jul 20 2008 Remi Collet 5.2.6-4 +- enable T1lib support in php-gd + +* Mon Jul 14 2008 Joe Orton 5.2.6-3 - update to 5.2.6 +- sync default php.ini with upstream +- drop extension_dir from default php.ini, rely on hard-coded + default, to make php-common multilib-safe (#455091) +- update to r3 of systzdata patch * Thu Apr 24 2008 Joe Orton 5.2.5-7 -- split pspell extension out into php-pspell (#443857) +- split pspell extension out into php-spell (#443857) * Tue Feb 19 2008 Fedora Release Engineering - 5.2.5-6 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/php/F-9/sources,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- sources 8 May 2008 14:15:39 -0000 1.36 +++ sources 3 Jan 2009 11:05:57 -0000 1.37 @@ -1 +1 @@ -1720f95f26c506338f0dba3a51906bbd php-5.2.6.tar.gz +8760a833cf10433d3e72271ab0d0eccf php-5.2.8.tar.bz2 --- php-5.2.4-gnusrc.patch DELETED --- --- php-5.2.4-tests-dashn.patch DELETED --- --- php-5.2.5-systzdata.patch DELETED --- From thm at fedoraproject.org Sat Jan 3 12:09:02 2009 From: thm at fedoraproject.org (Thomas Moschny) Date: Sat, 3 Jan 2009 12:09:02 +0000 (UTC) Subject: rpms/ikiwiki/devel ikiwiki-3.00-libexecdir.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 ikiwiki.spec, 1.13, 1.14 import.log, 1.12, 1.13 sources, 1.12, 1.13 ikiwiki-2.72-libexecdir.patch, 1.1, NONE Message-ID: <20090103120902.4186970120@cvs1.fedora.phx.redhat.com> Author: thm Update of /cvs/pkgs/rpms/ikiwiki/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17777/devel Modified Files: .cvsignore ikiwiki.spec import.log sources Added Files: ikiwiki-3.00-libexecdir.patch Removed Files: ikiwiki-2.72-libexecdir.patch Log Message: Updated for 3.00. ikiwiki-3.00-libexecdir.patch: --- NEW FILE ikiwiki-3.00-libexecdir.patch --- diff -up ikiwiki/IkiWiki.pm.orig ikiwiki/IkiWiki.pm --- ikiwiki/IkiWiki.pm.orig 2008-12-31 19:33:10.000000000 +0100 +++ ikiwiki/IkiWiki.pm 2009-01-02 12:55:15.000000000 +0100 @@ -547,7 +547,7 @@ sub loadplugin ($) { return if grep { $_ eq $plugin} @{$config{disable_plugins}}; foreach my $dir (defined $config{libdir} ? possibly_foolish_untaint($config{libdir}) : undef, - "$installdir/lib/ikiwiki") { + "$installdir/libexec/ikiwiki") { if (defined $dir && -x "$dir/plugins/$plugin") { eval { require IkiWiki::Plugin::external }; if ($@) { Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 2 Jan 2009 11:24:13 -0000 1.12 +++ .cvsignore 3 Jan 2009 12:08:30 -0000 1.13 @@ -1 +1 @@ -ikiwiki_2.72.tar.gz +ikiwiki_3.00.tar.gz Index: ikiwiki.spec =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/devel/ikiwiki.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ikiwiki.spec 2 Jan 2009 11:24:14 -0000 1.13 +++ ikiwiki.spec 3 Jan 2009 12:08:30 -0000 1.14 @@ -1,5 +1,5 @@ Name: ikiwiki -Version: 2.72 +Version: 3.00 Release: 1%{?dist} Summary: A wiki compiler @@ -7,7 +7,7 @@ License: GPLv2+ URL: http://ikiwiki.info/ Source0: http://ftp.debian.org/debian/pool/main/i/%{name}/%{name}_%{version}.tar.gz -Patch0: ikiwiki-2.72-libexecdir.patch +Patch0: ikiwiki-3.00-libexecdir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -143,6 +143,9 @@ %changelog +* Fri Jan 2 2009 Thomas Moschny - 3.00-1 +- Update to 3.00. + * Fri Jan 2 2009 Thomas Moschny - 2.72-1 - Update to 2.72. - Patch for mtn plugin has been applied upstream. Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/devel/import.log,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- import.log 2 Jan 2009 11:24:14 -0000 1.12 +++ import.log 3 Jan 2009 12:08:30 -0000 1.13 @@ -10,3 +10,4 @@ ikiwiki-2_70-1_fc9:HEAD:ikiwiki-2.70-1.fc9.src.rpm:1227214126 ikiwiki-2_70-3_fc10:HEAD:ikiwiki-2.70-3.fc10.src.rpm:1229701030 ikiwiki-2_72-1_fc10:HEAD:ikiwiki-2.72-1.fc10.src.rpm:1230895370 +ikiwiki-3_00-1_fc10:HEAD:ikiwiki-3.00-1.fc10.src.rpm:1230984471 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ikiwiki/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 2 Jan 2009 11:24:14 -0000 1.12 +++ sources 3 Jan 2009 12:08:30 -0000 1.13 @@ -1 +1 @@ -5bebbd85c2ad80ed9c8d730ba4f91e1a ikiwiki_2.72.tar.gz +f0a0a3e1ff820a12721b9b9864c8ea39 ikiwiki_3.00.tar.gz --- ikiwiki-2.72-libexecdir.patch DELETED --- From thm at fedoraproject.org Sat Jan 3 12:20:14 2009 From: thm at fedoraproject.org (Thomas Moschny) Date: Sat, 3 Jan 2009 12:20:14 +0000 (UTC) Subject: rpms/monotone/EL-5 import.log, NONE, 1.1 .cvsignore, 1.21, 1.22 monotone.spec, 1.35, 1.36 sources, 1.21, 1.22 Message-ID: <20090103122014.3761D70120@cvs1.fedora.phx.redhat.com> Author: thm Update of /cvs/pkgs/rpms/monotone/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19662/EL-5 Modified Files: .cvsignore monotone.spec sources Added Files: import.log Log Message: Updated for 0.42. --- NEW FILE import.log --- monotone-0_42-2_fc10:EL-5:monotone-0.42-2.fc10.src.rpm:1230985114 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/monotone/EL-5/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 14 Sep 2008 07:26:56 -0000 1.21 +++ .cvsignore 3 Jan 2009 12:19:43 -0000 1.22 @@ -1 +1 @@ -monotone-0.41.tar.gz +monotone-0.42.tar.gz Index: monotone.spec =================================================================== RCS file: /cvs/pkgs/rpms/monotone/EL-5/monotone.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- monotone.spec 14 Sep 2008 07:26:56 -0000 1.35 +++ monotone.spec 3 Jan 2009 12:19:43 -0000 1.36 @@ -1,6 +1,6 @@ Name: monotone -Version: 0.41 -Release: 1%{?dist} +Version: 0.42 +Release: 2%{?dist} Summary: A free, distributed version control system Group: Development/Tools @@ -59,13 +59,22 @@ %description server This package provides an easy-to-use standalone server setup for monotone. +%package -n perl-Monotone +Summary: Perl Module for monotone +Requires: monotone = %{version}-%{release} +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Group: Development/Tools + +%description -n perl-Monotone +This is a simple Perl module to start a monotone automate sub-process +and then pass commands to it. %prep %setup -q %build %configure --with-bundled-lua=%{bundled_lua} \ - --with-bundled-sqlite=%{bundled_sqlite} + --with-bundled-sqlite=%{bundled_sqlite} make %{?_smp_mflags} %check @@ -92,7 +101,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib ln -snf ../bin/mtn %{buildroot}%{_sbindir}/monotone-server %{__install} -D -m 0555 %{SOURCE1} \ - %{buildroot}%{_sysconfdir}/rc.d/init.d/monotone + %{buildroot}%{_sysconfdir}/rc.d/init.d/monotone %{__install} -D -m 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/sysconfig/monotone %{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/monotone %{__install} -d -m 0750 %{buildroot}%{_sysconfdir}/monotone/private-keys @@ -101,17 +110,20 @@ # These do not actually wind up in the package, due to %%ghost. %{__install} -c -m 0440 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/passphrase.lua + %{buildroot}%{_sysconfdir}/monotone/passphrase.lua %{__install} -c -m 0640 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/read-permissions + %{buildroot}%{_sysconfdir}/monotone/read-permissions %{__install} -c -m 0640 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/write-permissions + %{buildroot}%{_sysconfdir}/monotone/write-permissions %{__install} -c -m 0644 /dev/null \ - %{buildroot}%{_sysconfdir}/monotone/monotonerc + %{buildroot}%{_sysconfdir}/monotone/monotonerc touch %{buildroot}%{_localstatedir}/lib/monotone/server.mtn cp %{SOURCE3} . +%{__install} -D -m 0644 -p contrib/Monotone.pm \ + %{buildroot}%{perl_vendorlib}/Monotone.pm + %clean rm -f README.monotone-server rm -rf %{buildroot} @@ -119,13 +131,13 @@ %post if [ $1 -eq 1 ] then - /sbin/install-info %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : + /sbin/install-info %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : fi %preun if [ $1 -eq 0 ] then - /sbin/install-info --delete %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : + /sbin/install-info --delete %{_infodir}/monotone.info %{_infodir}/dir > /dev/null 2>&1 || : fi %files -f %{name}.lang @@ -139,13 +151,17 @@ %{_datadir}/emacs/site-lisp/monotone*.el* %{_sysconfdir}/bash_completion.d +%files -n perl-Monotone +%defattr(-,root,root,-) +%{perl_vendorlib}/Monotone.pm + %files server %defattr(-,root,root,-) %doc README.monotone-server %{_sbindir}/monotone-server %{_sysconfdir}/rc.d/init.d/monotone %dir %attr(0755,monotone,monotone) %{_localstatedir}/run/monotone -%config %{_sysconfdir}/sysconfig/monotone +%config(noreplace) %{_sysconfdir}/sysconfig/monotone %dir %attr(0755,root,monotone) %{_sysconfdir}/monotone %dir %attr(0750,root,monotone) %{_sysconfdir}/monotone/private-keys %attr(0640,root,monotone) %verify(not md5 size mtime) %ghost %config(missingok,noreplace) %{_sysconfdir}/monotone/monotonerc @@ -160,7 +176,7 @@ getent group monotone > /dev/null || groupadd -r monotone getent passwd monotone > /dev/null || useradd -r -g monotone -r -d %{_localstatedir}/lib/monotone -s /sbin/nologin \ - -c "Monotone Netsync Server" monotone + -c "Monotone Netsync Server" monotone exit 0 %post server @@ -169,18 +185,24 @@ %preun server if [ $1 = 0 ]; then - /sbin/service monotone stop > /dev/null 2>&1 - /sbin/chkconfig --del monotone + /sbin/service monotone stop > /dev/null 2>&1 + /sbin/chkconfig --del monotone fi %postun if [ $1 -gt 1 ]; then - # Restart the running server: updates its db format when needed. - /sbin/service monotone condrestart > /dev/null 2>&1 || : + # Restart the running server: updates its db format when needed. + /sbin/service monotone condrestart > /dev/null 2>&1 || : fi %changelog +* Fri Jan 2 2009 Thomas Moschny - 0.42-2 +- Pack Monotone.pm (in a subpackage). (#450267) + +* Fri Jan 2 2009 Thomas Moschny - 0.42-1 +- Updated for 0.42 release. + * Fri Sep 12 2008 Thomas Moschny - 0.41-1 - Updated for 0.41 release. - Added mtnopt helper. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/monotone/EL-5/sources,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- sources 14 Sep 2008 07:26:56 -0000 1.21 +++ sources 3 Jan 2009 12:19:43 -0000 1.22 @@ -1 +1 @@ -f4ee37fb6853719933561fef901e2a07 monotone-0.41.tar.gz +c8e916d674b6608369d9f447700a8830 monotone-0.42.tar.gz From rezso at fedoraproject.org Sat Jan 3 13:28:07 2009 From: rezso at fedoraproject.org (Balint Cristian) Date: Sat, 3 Jan 2009 13:28:07 +0000 (UTC) Subject: rpms/mapnik/devel import.log,1.9,1.10 mapnik.spec,1.10,1.11 Message-ID: <20090103132807.4046170120@cvs1.fedora.phx.redhat.com> Author: rezso Update of /cvs/pkgs/rpms/mapnik/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3871/devel Modified Files: import.log mapnik.spec Log Message: - fix > fc11 fonts requirement - new CVS Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mapnik/devel/import.log,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- import.log 7 Dec 2008 08:15:01 -0000 1.9 +++ import.log 3 Jan 2009 13:27:36 -0000 1.10 @@ -7,3 +7,4 @@ mapnik-0_5_2-0_6_svn738_fc10:HEAD:mapnik-0.5.2-0.6.svn738.fc10.src.rpm:1223475251 mapnik-0_5_2-0_7_svn738_fc10:HEAD:mapnik-0.5.2-0.7.svn738.fc10.src.rpm:1223535000 mapnik-0_5_2-0_9_svn738_fc11:HEAD:mapnik-0.5.2-0.9.svn738.fc11.src.rpm:1228637651 +mapnik-0_5_2-0_10_svn780_fc11:HEAD:mapnik-0.5.2-0.10.svn780.fc11.src.rpm:1230989213 Index: mapnik.spec =================================================================== RCS file: /cvs/pkgs/rpms/mapnik/devel/mapnik.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- mapnik.spec 7 Dec 2008 08:15:01 -0000 1.10 +++ mapnik.spec 3 Jan 2009 13:27:36 -0000 1.11 @@ -1,6 +1,6 @@ Name: mapnik Version: 0.5.2 -Release: 0.9.svn738%{?dist} +Release: 0.10.svn780%{?dist} Summary: Free Toolkit for developing mapping applications Group: Applications/Engineering License: LGPLv2+ @@ -12,7 +12,7 @@ Patch0: use-system-fonts.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%if "%{?dist}" == ".f11" +%if "%{?dist}" == ".fc11" Requires: dejavu-fonts-sans %else Requires: dejavu-fonts @@ -266,6 +266,10 @@ %doc demo/python demo/test %changelog +* Sat Jan 03 2009 Balint Cristian - 0.5.2-0.10.svn780 +- fix > fc11 fonts requirement +- new CVS + * Sun Dec 07 2008 Balint Cristian - 0.5.2-0.9.svn738 - fix fonts for F11 From rezso at fedoraproject.org Sat Jan 3 14:12:46 2009 From: rezso at fedoraproject.org (Balint Cristian) Date: Sat, 3 Jan 2009 14:12:46 +0000 (UTC) Subject: rpms/mapserver/devel import.log,1.5,1.6 mapserver.spec,1.16,1.17 Message-ID: <20090103141246.50B5B70120@cvs1.fedora.phx.redhat.com> Author: rezso Update of /cvs/pkgs/rpms/mapserver/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13563/devel Modified Files: import.log mapserver.spec Log Message: - require external fonts - get rid of internal fonts Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mapserver/devel/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 7 Dec 2008 13:10:03 -0000 1.5 +++ import.log 3 Jan 2009 14:12:15 -0000 1.6 @@ -3,3 +3,4 @@ mapserver-5_2_0-1_fc9:HEAD:mapserver-5.2.0-1.fc9.src.rpm:1216813802 mapserver-5_2_1-1_fc11:HEAD:mapserver-5.2.1-1.fc11.src.rpm:1228637903 mapserver-5_2_1-2_fc11:HEAD:mapserver-5.2.1-2.fc11.src.rpm:1228655332 +mapserver-5_2_1-3_fc11:HEAD:mapserver-5.2.1-3.fc11.src.rpm:1230991877 Index: mapserver.spec =================================================================== RCS file: /cvs/pkgs/rpms/mapserver/devel/mapserver.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- mapserver.spec 7 Dec 2008 13:10:03 -0000 1.16 +++ mapserver.spec 3 Jan 2009 14:12:16 -0000 1.17 @@ -1,6 +1,6 @@ Name: mapserver Version: 5.2.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Environment for building spatially-enabled internet applications Group: Development/Tools License: BSD @@ -8,6 +8,8 @@ Source: http://download.osgeo.org/mapserver/mapserver-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: httpd +Requires: bitstream-vera-fonts-sans + BuildRequires: libXpm-devel BuildRequires: httpd-devel php-devel BuildRequires: perl(ExtUtils::MakeMaker) @@ -80,6 +82,16 @@ chmod -x mapscript/perl/examples/*.pl chmod -x mapscript/php3/README + +# remove fonts +# alias as symlinks +rm -rf tests/vera/Vera.ttf +rm -rf tests/vera/VeraBd.ttf +pushd tests/vera/ +ln -sf /usr/share/fonts/bitstream-vera/Vera.ttf Vera.ttf +ln -sf /usr/share/fonts/bitstream-vera/Verabd.ttf VeraBd.ttf +popd + %build # fix a UTF-8 one @@ -180,8 +192,6 @@ for junk in {*.pod,*.bs,.packlist} ; do find %{buildroot} -name "$junk" -exec rm -rf '{}' \; done -# remove vera fonts, these are provided system wide -rm -rf %{buildroot}/%{_docdir}/%{name}-%{version}/tests/vera # fix some exec bits chmod 755 %{buildroot}/%{perl_vendorarch}/auto/mapscript/mapscript.so @@ -230,6 +240,10 @@ %{_javadir}/*.jar %changelog +* Sat Jan 03 2009 Balint Cristian 5.2.1-3 +- require external fonts +- get rid of internal fonts + * Sat Dec 07 2008 Balint Cristian 5.2.1-2 - enable agg render engine - enable fribidi renderer From mmahut at fedoraproject.org Sat Jan 3 14:22:18 2009 From: mmahut at fedoraproject.org (Marek Mahut) Date: Sat, 3 Jan 2009 14:22:18 +0000 (UTC) Subject: rpms/gnuradio/devel 10-usrp.rules,NONE,1.1 gnuradio.spec,1.9,1.10 Message-ID: <20090103142218.925F770120@cvs1.fedora.phx.redhat.com> Author: mmahut Update of /cvs/pkgs/rpms/gnuradio/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17876 Modified Files: gnuradio.spec Added Files: 10-usrp.rules Log Message: adding udev support for usrp --- NEW FILE 10-usrp.rules --- # rule to grant read/write access on USRP to group named usrp. # to use, install this file in /etc/udev/rules.d as 10-usrp.rules ACTION=="add", BUS=="usb", SYSFS{idVendor}=="fffe", SYSFS{idProduct}=="0002", GROUP:="usrp", MODE:="0660" Index: gnuradio.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnuradio/devel/gnuradio.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnuradio.spec 20 Dec 2008 00:39:18 -0000 1.9 +++ gnuradio.spec 3 Jan 2009 14:21:48 -0000 1.10 @@ -2,7 +2,7 @@ Name: gnuradio Version: 3.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Software defined radio framework Group: Applications/Engineering @@ -10,10 +10,12 @@ URL: http://www.gnuradio.org Source0: ftp://ftp.gnu.org/gnu/gnuradio/gnuradio-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source1: 10-usrp.rules Patch0: gnuradio-3.1.3-libtool.bug.patch Patch1: gnuradio-3.1.3-werror.patch Patch2: gnuradio-3.1.3-comedilib0.8.patch +Requires(pre): shadow-utils BuildRequires: sdcc BuildRequires: fftw-devel BuildRequires: cppunit-devel @@ -101,6 +103,7 @@ %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT +install -D -m0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/10-usrp.rules %clean rm -rf $RPM_BUILD_ROOT @@ -113,6 +116,8 @@ %post -n usrp -p /sbin/ldconfig %postun -n usrp -p /sbin/ldconfig +%pre -n usrp +getent group usrp >/dev/null || groupadd -r usrp %files %defattr(-,root,root,-) @@ -181,6 +186,7 @@ %{python_sitelib}/usrpm %{python_sitelib}/gnuradio/_usrp1.so %{python_sitelib}/gnuradio/usrp* +%config %{_sysconfdir}/udev/rules.d/10-usrp.rules %exclude %{_bindir}/*.pyc %exclude %{_bindir}/*.pyo %exclude %{_libdir}/*.la @@ -192,6 +198,10 @@ %{_includedir}/usrp_* %changelog +* Wed Dec 31 2008 Marek Mahut - 3.1.3-3 +- Adding udev rule for USRP device +- Adding usrp system group + * Fri Dec 19 2008 Marek Mahut - 3.1.3-2 - Upstream release 3.1.3 - Comedi support From pbrobinson at fedoraproject.org Sat Jan 3 14:38:52 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Sat, 3 Jan 2009 14:38:52 +0000 (UTC) Subject: rpms/libiphone/F-10 libiphone.spec,1.1,1.2 Message-ID: <20090103143852.A220D70120@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/libiphone/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21347 Modified Files: libiphone.spec Log Message: - update to latest git snapshot Index: libiphone.spec =================================================================== RCS file: /cvs/pkgs/rpms/libiphone/F-10/libiphone.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libiphone.spec 4 Dec 2008 12:03:35 -0000 1.1 +++ libiphone.spec 3 Jan 2009 14:38:22 -0000 1.2 @@ -2,21 +2,21 @@ # git clone http://git.matt.colyer.name/2008/libiphone/ # git-archive --format=tar --prefix=libiphone-0.1.0/ %{git_version} | bzip2 > libiphone-0.1.0-20081201.tar.bz2 -%define gitdate 20081201 -%define git_version 8c3a01e +%define gitdate 20090103 +%define git_version 5cde554 %define tarfile %{name}-%{version}-%{gitdate}.tar.bz2 %define snapshot %{gitdate}git%{git_version} Name: libiphone Version: 0.1.0 -Release: 3.%{snapshot}%{?dist} +Release: 4.%{snapshot}%{?dist} Summary: Library for connecting to Apple iPhone and iPod touch Group: System Environment/Libraries License: LGPLv2+ URL: http://matt.colyer.name/projects/iphone-linux/ -Source0: %{tarfile} +Source0: %{tarfile} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel @@ -77,6 +77,9 @@ %{_includedir}/libiphone %changelog +* Sat Jan 3 2009 Peter Robinson 0.1.0-4.git5cde554 +- Update to latest git snapshot + * Tue Dec 2 2008 Peter Robinson 0.1.0-3.git8c3a01e - Fix git file generation From pbrobinson at fedoraproject.org Sat Jan 3 14:44:26 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Sat, 3 Jan 2009 14:44:26 +0000 (UTC) Subject: rpms/libiphone/F-10 libiphone.spec,1.2,1.3 sources,1.2,1.3 Message-ID: <20090103144426.78D7670120@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/libiphone/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21976 Modified Files: libiphone.spec sources Log Message: - update source file Index: libiphone.spec =================================================================== RCS file: /cvs/pkgs/rpms/libiphone/F-10/libiphone.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libiphone.spec 3 Jan 2009 14:38:22 -0000 1.2 +++ libiphone.spec 3 Jan 2009 14:43:56 -0000 1.3 @@ -9,7 +9,7 @@ Name: libiphone Version: 0.1.0 -Release: 4.%{snapshot}%{?dist} +Release: 5.%{snapshot}%{?dist} Summary: Library for connecting to Apple iPhone and iPod touch Group: System Environment/Libraries @@ -77,6 +77,9 @@ %{_includedir}/libiphone %changelog +* Sat Jan 3 2009 Peter Robinson 0.1.0-5.git5cde554 +- Actually update the sources file + * Sat Jan 3 2009 Peter Robinson 0.1.0-4.git5cde554 - Update to latest git snapshot Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libiphone/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Dec 2008 12:03:35 -0000 1.2 +++ sources 3 Jan 2009 14:43:56 -0000 1.3 @@ -1 +1 @@ -c360e277e5a361667245561d010c4a76 libiphone-0.1.0-20081201.tar.bz2 +1c6950b2ddf6cf2ed103b616cde0b13a libiphone-0.1.0-20090103.tar.bz2 From mschwendt at fedoraproject.org Sat Jan 3 15:25:06 2009 From: mschwendt at fedoraproject.org (Michael Schwendt) Date: Sat, 3 Jan 2009 15:25:06 +0000 (UTC) Subject: rpms/audacity/devel README,1.24,1.25 Message-ID: <20090103152507.057E270120@cvs1.fedora.phx.redhat.com> Author: mschwendt Update of /cvs/pkgs/rpms/audacity/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31994 Modified Files: README Log Message: SLV2 review request Index: README =================================================================== RCS file: /cvs/pkgs/rpms/audacity/devel/README,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- README 4 Nov 2008 22:54:06 -0000 1.24 +++ README 3 Jan 2009 15:24:36 -0000 1.25 @@ -17,7 +17,7 @@ New optional build deps: SLV2 - http://drobilla.net/software/slv2/ - (not in Fedora yet) + (not in Fedora yet, bz #470914) SLV2 is a library to make the use of LV2 plugins as simple as possible for applications. SLV2 is written in standard C using the Redland RDF toolkit, and is From ghosler at fedoraproject.org Sat Jan 3 15:43:55 2009 From: ghosler at fedoraproject.org (Gregory D Hosler) Date: Sat, 3 Jan 2009 15:43:55 +0000 (UTC) Subject: rpms/gyachi/devel .cvsignore, 1.23, 1.24 gyachi.spec, 1.38, 1.39 sources, 1.27, 1.28 Message-ID: <20090103154355.830F370120@cvs1.fedora.phx.redhat.com> Author: ghosler Update of /cvs/pkgs/rpms/gyachi/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5328 Modified Files: .cvsignore gyachi.spec sources Log Message: 2009-01-01 (V1-1-61) Better stack management, esp in file sharing threads. * - Change the way that url's were built/processed in file * transfer, so as to avert large stack allocations (would * cause crashes in some distros). * - fix spell check plugin detection. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/devel/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 22 Dec 2008 16:31:26 -0000 1.23 +++ .cvsignore 3 Jan 2009 15:43:24 -0000 1.24 @@ -1 +1 @@ -gyachi-1.1.60.tar.gz +gyachi-1.1.61.tar.gz Index: gyachi.spec =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/devel/gyachi.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- gyachi.spec 22 Dec 2008 16:30:11 -0000 1.38 +++ gyachi.spec 3 Jan 2009 15:43:25 -0000 1.39 @@ -26,7 +26,7 @@ %endif Name: gyachi -Version: 1.1.60 +Version: 1.1.61 Release: 1%{?dist} Summary: A Yahoo! chat client with Webcam and voice support @@ -391,6 +391,9 @@ %changelog +* Sat Jan 03 2009 Gregory D Hosler - 1.1.61.1 +- Add fix for segfault in file transfer. + * Mon Dec 22 2008 Gregory D Hosler - 1.1.60.1 - Fixed plugin obsoletes. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/devel/sources,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- sources 22 Dec 2008 16:31:26 -0000 1.27 +++ sources 3 Jan 2009 15:43:25 -0000 1.28 @@ -1 +1 @@ -d0785b39cc138761b425fd0e973d5d5b gyachi-1.1.60.tar.gz +24422b22a044ec02c70eef51908ae700 gyachi-1.1.61.tar.gz From ghosler at fedoraproject.org Sat Jan 3 15:47:24 2009 From: ghosler at fedoraproject.org (Gregory D Hosler) Date: Sat, 3 Jan 2009 15:47:24 +0000 (UTC) Subject: rpms/gyachi/F-10 .cvsignore, 1.22, 1.23 gyachi.spec, 1.32, 1.33 sources, 1.22, 1.23 Message-ID: <20090103154724.B5A3970120@cvs1.fedora.phx.redhat.com> Author: ghosler Update of /cvs/pkgs/rpms/gyachi/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6073 Modified Files: .cvsignore gyachi.spec sources Log Message: 2009-01-01 (V1-1-61) Better stack management, esp in file sharing threads. * - Change the way that url's were built/processed in file * transfer, so as to avert large stack allocations (would * cause crashes in some distros). * - fix spell check plugin detection. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/F-10/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 22 Dec 2008 16:55:38 -0000 1.22 +++ .cvsignore 3 Jan 2009 15:46:54 -0000 1.23 @@ -1 +1 @@ -gyachi-1.1.60.tar.gz +gyachi-1.1.61.tar.gz Index: gyachi.spec =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/F-10/gyachi.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- gyachi.spec 22 Dec 2008 16:55:38 -0000 1.32 +++ gyachi.spec 3 Jan 2009 15:46:54 -0000 1.33 @@ -26,7 +26,7 @@ %endif Name: gyachi -Version: 1.1.60 +Version: 1.1.61 Release: 1%{?dist} Summary: A Yahoo! chat client with Webcam and voice support @@ -393,6 +393,9 @@ %changelog +* Sat Jan 03 2009 Gregory D Hosler - 1.1.61.1 +- Add fix for segfault in file transfer. + * Mon Dec 22 2008 Gregory D Hosler - 1.1.60.1 - Fixed plugin obsoletes. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/F-10/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 22 Dec 2008 16:55:38 -0000 1.22 +++ sources 3 Jan 2009 15:46:54 -0000 1.23 @@ -1 +1 @@ -d0785b39cc138761b425fd0e973d5d5b gyachi-1.1.60.tar.gz +24422b22a044ec02c70eef51908ae700 gyachi-1.1.61.tar.gz From ghosler at fedoraproject.org Sat Jan 3 15:51:14 2009 From: ghosler at fedoraproject.org (Gregory D Hosler) Date: Sat, 3 Jan 2009 15:51:14 +0000 (UTC) Subject: rpms/gyachi/F-9 .cvsignore, 1.17, 1.18 gyachi.spec, 1.20, 1.21 sources, 1.17, 1.18 Message-ID: <20090103155114.11BC070120@cvs1.fedora.phx.redhat.com> Author: ghosler Update of /cvs/pkgs/rpms/gyachi/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6777 Modified Files: .cvsignore gyachi.spec sources Log Message: 2009-01-01 (V1-1-61) Better stack management, esp in file sharing threads. * - Change the way that url's were built/processed in file * transfer, so as to avert large stack allocations (would * cause crashes in some distros). * - fix spell check plugin detection. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/F-9/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 22 Dec 2008 17:10:39 -0000 1.17 +++ .cvsignore 3 Jan 2009 15:50:43 -0000 1.18 @@ -1 +1 @@ -gyachi-1.1.60.tar.gz +gyachi-1.1.61.tar.gz Index: gyachi.spec =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/F-9/gyachi.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gyachi.spec 22 Dec 2008 17:10:39 -0000 1.20 +++ gyachi.spec 3 Jan 2009 15:50:43 -0000 1.21 @@ -26,7 +26,7 @@ %endif Name: gyachi -Version: 1.1.60 +Version: 1.1.61 Release: 1%{?dist} Summary: A Yahoo! chat client with Webcam and voice support @@ -268,6 +268,8 @@ %build ./autogen.sh +#NOTE: xmms & photo_album are disabled, by default, in configure. +# if either are wanted, then they must be explicitely enabled! %configure --disable-rpath \ --libexecdir=%{_libexecdir}/gyachi \ %{?_without_wine:--disable-wine} \ @@ -393,6 +395,9 @@ %changelog +* Sat Jan 03 2009 Gregory D Hosler - 1.1.61.1 +- Add fix for segfault in file transfer. + * Mon Dec 22 2008 Gregory D Hosler - 1.1.60.1 - Fixed plugin obsoletes. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/F-9/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 22 Dec 2008 17:10:39 -0000 1.17 +++ sources 3 Jan 2009 15:50:43 -0000 1.18 @@ -1 +1 @@ -d0785b39cc138761b425fd0e973d5d5b gyachi-1.1.60.tar.gz +24422b22a044ec02c70eef51908ae700 gyachi-1.1.61.tar.gz From ghosler at fedoraproject.org Sat Jan 3 15:54:24 2009 From: ghosler at fedoraproject.org (Gregory D Hosler) Date: Sat, 3 Jan 2009 15:54:24 +0000 (UTC) Subject: rpms/gyachi/F-8 .cvsignore, 1.16, 1.17 gyachi.spec, 1.20, 1.21 sources, 1.16, 1.17 Message-ID: <20090103155424.6E7F370120@cvs1.fedora.phx.redhat.com> Author: ghosler Update of /cvs/pkgs/rpms/gyachi/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7359 Modified Files: .cvsignore gyachi.spec sources Log Message: 2009-01-01 (V1-1-61) Better stack management, esp in file sharing threads. * - Change the way that url's were built/processed in file * transfer, so as to avert large stack allocations (would * cause crashes in some distros). * - fix spell check plugin detection. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/F-8/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 26 Dec 2008 15:41:34 -0000 1.16 +++ .cvsignore 3 Jan 2009 15:53:53 -0000 1.17 @@ -1 +1 @@ -gyachi-1.1.60.tar.gz +gyachi-1.1.61.tar.gz Index: gyachi.spec =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/F-8/gyachi.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gyachi.spec 26 Dec 2008 15:41:34 -0000 1.20 +++ gyachi.spec 3 Jan 2009 15:53:53 -0000 1.21 @@ -26,7 +26,7 @@ %endif Name: gyachi -Version: 1.1.60 +Version: 1.1.61 Release: 1%{?dist} Summary: A Yahoo! chat client with Webcam and voice support @@ -395,6 +395,9 @@ %changelog +* Sat Jan 03 2009 Gregory D Hosler - 1.1.61.1 +- Add fix for segfault in file transfer. + * Mon Dec 22 2008 Gregory D Hosler - 1.1.60.1 - Fixed plugin obsoletes. - Fixed wrong obsoletes names for xmms and photo album plugin Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/F-8/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 26 Dec 2008 15:41:34 -0000 1.16 +++ sources 3 Jan 2009 15:53:53 -0000 1.17 @@ -1 +1 @@ -d0785b39cc138761b425fd0e973d5d5b gyachi-1.1.60.tar.gz +24422b22a044ec02c70eef51908ae700 gyachi-1.1.61.tar.gz From huzaifas at fedoraproject.org Sat Jan 3 16:18:11 2009 From: huzaifas at fedoraproject.org (Huzaifa Sidhpurwala) Date: Sat, 3 Jan 2009 16:18:11 +0000 (UTC) Subject: rpms/dia/devel dia.spec,1.28,1.29 Message-ID: <20090103161811.582F770120@cvs1.fedora.phx.redhat.com> Author: huzaifas Update of /cvs/pkgs/rpms/dia/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14085 Modified Files: dia.spec Log Message: Added libtool patch Index: dia.spec =================================================================== RCS file: /cvs/pkgs/rpms/dia/devel/dia.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- dia.spec 1 Dec 2008 05:03:45 -0000 1.28 +++ dia.spec 3 Jan 2009 16:17:39 -0000 1.29 @@ -1,6 +1,6 @@ Name: dia Version: 0.96.1 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 1 Summary: Diagram drawing program Group: Applications/Multimedia @@ -14,6 +14,7 @@ Patch5: dia-0.96.1-64bit.patch Patch6: dia-0.96.1-desktop.patch Patch7: dia-0.96.1-svg-export.patch +Patch8: dia-0.96.1-libtool.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel python-devel pygtk2-devel desktop-file-utils BuildRequires: intltool docbook-utils docbook-style-dsssl docbook-style-xsl @@ -38,6 +39,7 @@ %patch5 -p1 -b .64bit %patch6 -p1 %patch7 -p1 +%patch8 -p1 -b .orig sed -i 's|libdia_la_LDFLAGS = -avoid-version|libdia_la_LDFLAGS = -avoid-version $(shell pkg-config gtk+-2.0 libxml-2.0 libart-2.0 libgnome-2.0 --libs)|' \ lib/Makefile.* chmod -x `find objects/AADL -type f` @@ -111,6 +113,9 @@ %changelog +* Sat Jan 03 2008 Huzaifa Sidhpurwala 1:0.96.1-10 +- Patch so that plugins dont look for .la files + * Sun Nov 30 2008 Ignacio Vazquez-Abrams - 1:0.96.1-9 - Rebuild for Python 2.6 From huzaifas at fedoraproject.org Sat Jan 3 16:19:56 2009 From: huzaifas at fedoraproject.org (Huzaifa Sidhpurwala) Date: Sat, 3 Jan 2009 16:19:56 +0000 (UTC) Subject: rpms/dia/devel dia-0.96.1-libtool.patch,NONE,1.1 Message-ID: <20090103161956.AF6B870120@cvs1.fedora.phx.redhat.com> Author: huzaifas Update of /cvs/pkgs/rpms/dia/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14505 Added Files: dia-0.96.1-libtool.patch Log Message: Added libtool patch dia-0.96.1-libtool.patch: --- NEW FILE dia-0.96.1-libtool.patch --- diff -Naur dia-0.96.1.orig/lib/plug-ins.c dia-0.96.1/lib/plug-ins.c --- dia-0.96.1.orig/lib/plug-ins.c 2007-01-07 03:58:26.000000000 +0530 +++ dia-0.96.1/lib/plug-ins.c 2009-01-03 20:57:33.000000000 +0530 @@ -52,9 +52,9 @@ # define USING_LIBTOOL 0 #else /* this one should work on any platform where libtool is used to compile dia */ -# define PLUG_IN_EXT ".la" +# define PLUG_IN_EXT ".so" # define PLUG_IN_EXT_LEN 3 -# define USING_LIBTOOL 1 +# define USING_LIBTOOL 0 #endif struct _PluginInfo { From huzaifas at fedoraproject.org Sat Jan 3 16:23:23 2009 From: huzaifas at fedoraproject.org (Huzaifa Sidhpurwala) Date: Sat, 3 Jan 2009 16:23:23 +0000 (UTC) Subject: rpms/dia/devel dia.spec,1.29,1.30 Message-ID: <20090103162323.3B35270120@cvs1.fedora.phx.redhat.com> Author: huzaifas Update of /cvs/pkgs/rpms/dia/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15074 Modified Files: dia.spec Log Message: Correct wrong date :) Index: dia.spec =================================================================== RCS file: /cvs/pkgs/rpms/dia/devel/dia.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- dia.spec 3 Jan 2009 16:17:39 -0000 1.29 +++ dia.spec 3 Jan 2009 16:22:52 -0000 1.30 @@ -113,7 +113,7 @@ %changelog -* Sat Jan 03 2008 Huzaifa Sidhpurwala 1:0.96.1-10 +* Sat Jan 03 2009 Huzaifa Sidhpurwala 1:0.96.1-10 - Patch so that plugins dont look for .la files * Sun Nov 30 2008 Ignacio Vazquez-Abrams - 1:0.96.1-9 From tmz at fedoraproject.org Sat Jan 3 16:36:52 2009 From: tmz at fedoraproject.org (Todd M. Zullinger) Date: Sat, 3 Jan 2009 16:36:52 +0000 (UTC) Subject: rpms/git/devel .cvsignore, 1.68, 1.69 git.conf.httpd, 1.1, 1.2 git.spec, 1.75, 1.76 git.xinetd, 1.1, 1.2 sources, 1.68, 1.69 Message-ID: <20090103163652.7E8427013C@cvs1.fedora.phx.redhat.com> Author: tmz Update of /cvs/extras/rpms/git/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19806 Modified Files: .cvsignore git.conf.httpd git.spec git.xinetd sources Log Message: * Sat Jan 03 2009 Todd Zullinger 1.6.1-1 - Install git-* commands in %{_libexecdir}/git-core, the upstream default - Remove libcurl from Requires, rpm will pick this up automatically - Consolidate build/install options in %make_git (Roland McGrath) - Include DirectoryIndex in gitweb httpd-config (bug 471692) - Define DOCBOOK_XSL_172 to fix minor manpage issues - Rename %{_var}/lib/git-daemon to %{_var}/lib/git - Preserve timestamps on installed files - Quiet some rpmlint complaints - Use macros more consistently Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/git/devel/.cvsignore,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- .cvsignore 20 Dec 2008 17:26:02 -0000 1.68 +++ .cvsignore 3 Jan 2009 16:36:21 -0000 1.69 @@ -1 +1 @@ -git-1.6.0.6.tar.bz2 +git-1.6.1.tar.bz2 Index: git.conf.httpd =================================================================== RCS file: /cvs/extras/rpms/git/devel/git.conf.httpd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- git.conf.httpd 4 Aug 2007 02:05:22 -0000 1.1 +++ git.conf.httpd 3 Jan 2009 16:36:21 -0000 1.2 @@ -3,4 +3,5 @@ Options +ExecCGI AddHandler cgi-script .cgi + DirectoryIndex gitweb.cgi Index: git.spec =================================================================== RCS file: /cvs/extras/rpms/git/devel/git.spec,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- git.spec 20 Dec 2008 17:26:02 -0000 1.75 +++ git.spec 3 Jan 2009 16:36:21 -0000 1.76 @@ -1,23 +1,23 @@ # Pass --without docs to rpmbuild if you don't want the documentation -Name: git -Version: 1.6.0.6 -Release: 1%{?dist} -Summary: Core git tools -License: GPLv2 -Group: Development/Tools -URL: http://kernel.org/pub/software/scm/git/ -Source: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2 -Source1: git-init.el -Source2: git.xinetd -Source3: git.conf.httpd -Patch0: git-1.5-gitweb-home-link.patch -BuildRequires: zlib-devel >= 1.2, openssl-devel, libcurl-devel, expat-devel, emacs, gettext %{!?_without_docs:, xmlto, asciidoc > 6.0.3} -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -Requires: perl-Git = %{version}-%{release} -Requires: zlib >= 1.2, rsync, libcurl, less, openssh-clients, expat, perl(Error) -Provides: git-core = %{version}-%{release} -Obsoletes: git-core <= 1.5.4.3 +Name: git +Version: 1.6.1 +Release: 1%{?dist} +Summary: Core git tools +License: GPLv2 +Group: Development/Tools +URL: http://kernel.org/pub/software/scm/git/ +Source0: http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.bz2 +Source1: git-init.el +Source2: git.xinetd +Source3: git.conf.httpd +Patch0: git-1.5-gitweb-home-link.patch +BuildRequires: zlib-devel >= 1.2, openssl-devel, libcurl-devel, expat-devel, emacs, gettext %{!?_without_docs:, xmlto, asciidoc > 6.0.3} +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Requires: perl-Git = %{version}-%{release} +Requires: zlib >= 1.2, rsync, less, openssh-clients, expat, perl(Error) +Provides: git-core = %{version}-%{release} +Obsoletes: git-core <= 1.5.4.3 %description Git is a fast, scalable, distributed revision control system with an @@ -29,18 +29,18 @@ SCMs, install the git-all meta-package. %package all -Summary: Meta-package to pull in all git tools -Group: Development/Tools -Requires: git = %{version}-%{release} -Requires: git-svn = %{version}-%{release} -Requires: git-cvs = %{version}-%{release} -Requires: git-arch = %{version}-%{release} -Requires: git-email = %{version}-%{release} -Requires: gitk = %{version}-%{release} -Requires: git-gui = %{version}-%{release} -Requires: perl-Git = %{version}-%{release} -Requires: emacs-git = %{version}-%{release} -Obsoletes: git <= 1.5.4.3 +Summary: Meta-package to pull in all git tools +Group: Development/Tools +Requires: git = %{version}-%{release} +Requires: git-svn = %{version}-%{release} +Requires: git-cvs = %{version}-%{release} +Requires: git-arch = %{version}-%{release} +Requires: git-email = %{version}-%{release} +Requires: gitk = %{version}-%{release} +Requires: git-gui = %{version}-%{release} +Requires: perl-Git = %{version}-%{release} +Requires: emacs-git = %{version}-%{release} +Obsoletes: git <= 1.5.4.3 %description all Git is a fast, scalable, distributed revision control system with an @@ -50,9 +50,9 @@ This is a dummy package which brings in all subpackages. %package daemon -Summary: Git protocol d??mon -Group: Development/Tools -Requires: git = %{version}-%{release} +Summary: Git protocol d??mon +Group: Development/Tools +Requires: git = %{version}-%{release} %description daemon The git d??mon for supporting git:// access to git repositories @@ -89,8 +89,8 @@ %package email Summary: Git tools for sending email Group: Development/Tools -Requires: git = %{version}-%{release}, perl-Git = %{version}-%{release} -Requires: perl(Net::SMTP::SSL) +Requires: git = %{version}-%{release}, perl-Git = %{version}-%{release} +Requires: perl(Net::SMTP::SSL) %description email Git tools for sending email. @@ -120,9 +120,9 @@ Perl interface to Git. %package -n emacs-git -Summary: Git version control system support for Emacs -Group: Applications/Editors -Requires: git = %{version}-%{release}, emacs-common +Summary: Git version control system support for Emacs +Group: Applications/Editors +Requires: git = %{version}-%{release}, emacs-common %description -n emacs-git %{summary}. @@ -131,51 +131,61 @@ %setup -q %patch0 -p1 +# Use these same options for every invocation of 'make'. +# Otherwise it will rebuild in %%install due to flags changes. +%define make_git \ +make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \\\ + ETC_GITCONFIG=%{_sysconfdir}/gitconfig \\\ + DESTDIR=$RPM_BUILD_ROOT \\\ + DOCBOOK_XSL_172=YesPlease \\\ + INSTALL="install -p" \\\ + INSTALLDIRS=vendor \\\ + prefix=%{_prefix} + %build -make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \ - ETC_GITCONFIG=/etc/gitconfig \ - gitexecdir=%{_bindir} \ - prefix=%{_prefix} all %{!?_without_docs: doc} +%{make_git} all %{!?_without_docs: doc} make -C contrib/emacs %install rm -rf $RPM_BUILD_ROOT -make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \ - prefix=%{_prefix} mandir=%{_mandir} \ - ETC_GITCONFIG=/etc/gitconfig \ - gitexecdir=%{_bindir} \ - INSTALLDIRS=vendor install %{!?_without_docs: install-doc} +%{make_git} install %{!?_without_docs: install-doc} make -C contrib/emacs install \ - emacsdir=$RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp + emacsdir=$RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp for elc in $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/*.elc ; do - install -pm 644 contrib/emacs/$(basename $elc .elc).el \ - $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp + install -pm 644 contrib/emacs/$(basename $elc .elc).el \ + $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp done install -Dpm 644 %{SOURCE1} \ - $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d/git-init.el -mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/xinetd.d -install -m 644 %SOURCE2 $RPM_BUILD_ROOT/%{_sysconfdir}/xinetd.d/git -mkdir -p $RPM_BUILD_ROOT/var/www/git -install -m 644 -t $RPM_BUILD_ROOT/var/www/git gitweb/*.png gitweb/*.css -install -m 755 -t $RPM_BUILD_ROOT/var/www/git gitweb/gitweb.cgi + $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d/git-init.el +mkdir -p $RPM_BUILD_ROOT%{_var}/www/git +install -pm 644 -t $RPM_BUILD_ROOT%{_var}/www/git gitweb/*.png gitweb/*.css +install -pm 755 -t $RPM_BUILD_ROOT%{_var}/www/git gitweb/gitweb.cgi mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d -install -m 0644 %SOURCE3 $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/git.conf +install -pm 0644 %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/git.conf find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name perllocal.pod -exec rm -f {} ';' -(find $RPM_BUILD_ROOT%{_bindir} -type f | grep -vE "archimport|svn|cvs|email|gitk|git-gui|git-citooli|git-daemon" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files +(find $RPM_BUILD_ROOT{%{_bindir},%{_libexecdir}} -type f | grep -vE "archimport|svn|cvs|email|gitk|git-gui|git-citooli|git-daemon" | sed -e s@^$RPM_BUILD_ROOT@@) > bin-man-doc-files (find $RPM_BUILD_ROOT%{perl_vendorlib} -type f | sed -e s@^$RPM_BUILD_ROOT@@) >> perl-files %if %{!?_without_docs:1}0 -(find $RPM_BUILD_ROOT%{_mandir} $RPM_BUILD_ROOT/Documentation -type f | grep -vE "archimport|svn|git-cvs|email|gitk|git-gui|git-citool" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +(find $RPM_BUILD_ROOT%{_mandir} -type f | grep -vE "archimport|svn|git-cvs|email|gitk|git-gui|git-citool" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files %else rm -rf $RPM_BUILD_ROOT%{_mandir} %endif -mkdir -p $RPM_BUILD_ROOT/var/lib/git-daemon + +mkdir -p $RPM_BUILD_ROOT%{_var}/lib/git +mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d +install -pm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/git mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d -install -m 644 -T contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git +install -pm 644 -T contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git + +# quiet some rpmlint complaints +chmod g-w $RPM_BUILD_ROOT%{_libexecdir}/git-core/* +rm -f Documentation/technical/.gitignore +chmod a-x Documentation/technical/api-index.sh %clean @@ -185,6 +195,7 @@ %files -f bin-man-doc-files %defattr(-,root,root) %{_datadir}/git-core/ +%dir %{_libexecdir}/git-core/ %doc README COPYING Documentation/*.txt contrib/hooks %{!?_without_docs: %doc Documentation/*.html Documentation/docbook-xsl.css} %{!?_without_docs: %doc Documentation/howto Documentation/technical} @@ -193,7 +204,7 @@ %files svn %defattr(-,root,root) -%{_bindir}/*svn* +%{_libexecdir}/git-core/*svn* %doc Documentation/*svn*.txt %{!?_without_docs: %{_mandir}/man1/*svn*.1*} %{!?_without_docs: %doc Documentation/*svn*.html } @@ -201,28 +212,29 @@ %files cvs %defattr(-,root,root) %doc Documentation/*git-cvs*.txt -%{_bindir}/*cvs* +%{_bindir}/git-cvsserver +%{_libexecdir}/git-core/*cvs* %{!?_without_docs: %{_mandir}/man1/*cvs*.1*} %{!?_without_docs: %doc Documentation/*git-cvs*.html } %files arch %defattr(-,root,root) %doc Documentation/git-archimport.txt -%{_bindir}/git-archimport +%{_libexecdir}/git-core/git-archimport %{!?_without_docs: %{_mandir}/man1/git-archimport.1*} %{!?_without_docs: %doc Documentation/git-archimport.html } %files email %defattr(-,root,root) %doc Documentation/*email*.txt -%{_bindir}/*email* +%{_libexecdir}/git-core/*email* %{!?_without_docs: %{_mandir}/man1/*email*.1*} %{!?_without_docs: %doc Documentation/*email*.html } %files gui %defattr(-,root,root) -%{_bindir}/git-gui -%{_bindir}/git-citool +%{_libexecdir}/git-core/git-gui* +%{_libexecdir}/git-core/git-citool %{_datadir}/git-gui/ %{!?_without_docs: %{_mandir}/man1/git-gui.1*} %{!?_without_docs: %doc Documentation/git-gui.html} @@ -247,13 +259,13 @@ %files daemon %defattr(-,root,root) -%{_bindir}/git-daemon +%{_libexecdir}/git-core/git-daemon %config(noreplace)%{_sysconfdir}/xinetd.d/git -/var/lib/git-daemon +%{_var}/lib/git %files -n gitweb %defattr(-,root,root) -/var/www/git/ +%{_var}/www/git/ %config(noreplace)%{_sysconfdir}/httpd/conf.d/git.conf @@ -261,6 +273,17 @@ # No files for you! %changelog +* Sat Jan 03 2009 Todd Zullinger 1.6.1-1 +- Install git-* commands in %%{_libexecdir}/git-core, the upstream default +- Remove libcurl from Requires, rpm will pick this up automatically +- Consolidate build/install options in %%make_git (Roland McGrath) +- Include DirectoryIndex in gitweb httpd-config (bug 471692) +- Define DOCBOOK_XSL_172 to fix minor manpage issues +- Rename %%{_var}/lib/git-daemon to %%{_var}/lib/git +- Preserve timestamps on installed files +- Quiet some rpmlint complaints +- Use macros more consistently + * Sat Dec 20 2008 Todd Zullinger 1.6.0.6-1 - git-1.6.0.6 - Fixes a local privilege escalation bug in gitweb @@ -514,7 +537,7 @@ * Tue Jan 10 2006 Chris Wright 1.1.0-1 - Update to latest git-1.1.0 (drop git-email for now) - Now creates multiple packages: -- git-core, git-svn, git-cvs, git-arch, gitk +- git-core, git-svn, git-cvs, git-arch, gitk * Mon Nov 14 2005 H. Peter Anvin 0.99.9j-1 - Change subpackage names to git- instead of git-core- @@ -551,7 +574,7 @@ * Wed Aug 17 2005 Tom "spot" Callaway 0.99.4-3 - use dist tag to differentiate between branches - use rpm optflags by default (patch0) -- own %{_datadir}/git-core/ +- own %%{_datadir}/git-core/ * Mon Aug 15 2005 Chris Wright - update spec file to fix Buildroot, Requires, and drop Vendor Index: git.xinetd =================================================================== RCS file: /cvs/extras/rpms/git/devel/git.xinetd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- git.xinetd 4 Aug 2007 02:05:22 -0000 1.1 +++ git.xinetd 3 Jan 2009 16:36:21 -0000 1.2 @@ -8,8 +8,8 @@ socket_type = stream wait = no user = nobody - server = /usr/bin/git-daemon - server_args = --base-path=/srv/git --export-all --user-path=public_git --syslog --inetd --verbose + server = /usr/bin/git + server_args = daemon --base-path=/var/lib/git --export-all --user-path=public_git --syslog --inetd --verbose log_on_failure += USERID # xinetd doesn't do this by default. bug #195265 flags = IPv6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/git/devel/sources,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- sources 20 Dec 2008 17:26:02 -0000 1.68 +++ sources 3 Jan 2009 16:36:21 -0000 1.69 @@ -1 +1 @@ -b5be9b34b441cb57f92086bfaf59f255 git-1.6.0.6.tar.bz2 +66265d85593473b23290232b9dccef77 git-1.6.1.tar.bz2 From ghosler at fedoraproject.org Sat Jan 3 16:41:42 2009 From: ghosler at fedoraproject.org (Gregory D Hosler) Date: Sat, 3 Jan 2009 16:41:42 +0000 (UTC) Subject: rpms/gyachi/EL-5 .cvsignore, 1.7, 1.8 gyachi.spec, 1.15, 1.16 sources, 1.7, 1.8 Message-ID: <20090103164142.5E8E970120@cvs1.fedora.phx.redhat.com> Author: ghosler Update of /cvs/pkgs/rpms/gyachi/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21538 Modified Files: .cvsignore gyachi.spec sources Log Message: update to upstream 1.1.61 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/EL-5/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 8 Aug 2008 16:22:33 -0000 1.7 +++ .cvsignore 3 Jan 2009 16:41:11 -0000 1.8 @@ -1 +1 @@ -gyachi-1.1.46.tar.gz +gyachi-1.1.61.tar.gz Index: gyachi.spec =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/EL-5/gyachi.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- gyachi.spec 8 Aug 2008 16:22:33 -0000 1.15 +++ gyachi.spec 3 Jan 2009 16:41:11 -0000 1.16 @@ -1,23 +1,33 @@ +%define _without_photo_album 1 +%undefine _with_photo_album +%define _without_xmms 1 +%undefine _with_xmms + %ifnarch i386 %define _without_wine 1 +%undefine _with_wine %endif %if 0%{?fc7}%{?el4}%{?el5} %define _without_pulseaudio 1 +%undefine _with_pulseaudio %endif %if 0%{?el4} %define _without_gpgme 1 +%undefine _with_gpgme %define _without_libnotify 1 +%undefine _with_libnotify %endif %if 0%{?rhel} %define _without_xmms 1 +%undefine _with_xmms %endif Name: gyachi -Version: 1.1.46 -Release: 4%{?dist} +Version: 1.1.61 +Release: 1%{?dist} Summary: A Yahoo! chat client with Webcam and voice support Group: Applications/Internet @@ -46,6 +56,9 @@ BuildRequires: openssl-devel BuildRequires: gtk2-devel BuildRequires: jasper-devel >= 1.701.0 +%if 0%{?fc10} +BuildRequires: libv4l-devel +%endif Requires: gtk2 #jasper >= 1.701 needed for memory leak fix. @@ -56,7 +69,39 @@ %endif Requires: ImageMagick -Obsoletes: gyachi-plugin-photosharing +%if 0%{?_without_blowfish:1} +Obsoletes: gyachi-plugin-blowfish <= 0:%version-%release +%endif + +%if 0%{?_without_gpgme:1} +Obsoletes: gyachi-plugin-gpgme <= 0:%version-%release +%endif + +%if 0%{?_without_mcrypt:1} +Obsoletes: gyachi-plugin-mcrypt <= 0:%version-%release +%endif + +%if 0%{!?_with_photo_album:1} +Obsoletes: gyachi-plugin-photo_album <= 0:%version-%release +Obsoletes: gyachi-plugin-photosharing <= 0:1.1.26 +%endif + +%if 0%{!?_with_xmms:1} +Obsoletes: gyachi-plugin-xmms <= 0:%version-%release +%endif + +%if 0%{?_without_libnotify:1} +Obsoletes: gyachi-plugin-libnotify <= 0:%version-%release +%endif + +%if 0%{?_without_pulseaudio:1} +Obsoletes: gyachi-plugin-pulseaudio <= 0:%version-%release +%endif + +%if 0%{!?_without_gtkspell:1} +Obsoletes: gyachi-plugin-gtkspell <= 0:%version-%release +%endif + %description GYachI is a Linux client for Yahoo! Messenger protocol, @@ -77,105 +122,144 @@ kao i programi za kori????enje web-kamere (slanje i primanje slike). -%package plugin-blowfish -Summary: Blowfish encryption plugin for GyachI -Group: Applications/Internet -Requires: %{name} = %{version}-%{release} +%if 0%{!?_without_blowfish:1} +%package plugin-blowfish +Summary: Blowfish encryption plugin for GyachI +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} -%description plugin-blowfish +%description plugin-blowfish Blowfish encryption plugin for GyachI +%endif %if 0%{!?_without_gpgme:1} -%package plugin-gpgme -Summary: GPGMe encryption plugin for GyachI -Group: Applications/Internet -BuildRequires: gpgme-devel -Requires: %{name} = %{version}-%{release} +%package plugin-gpgme +Summary: GPGMe encryption plugin for GyachI +Group: Applications/Internet +BuildRequires: gpgme-devel +Requires: %{name} = %{version}-%{release} -%description plugin-gpgme +%description plugin-gpgme GPGMe encryption plugin for GyachI %endif -%package plugin-mcrypt -Summary: MCrypt encryption plugin for GyachI -Group: Applications/Internet -Requires: %{name} = %{version}-%{release} -Requires: libmcrypt >= 2.5.0 -Buildrequires: libmcrypt-devel >= 2.5.0 +%if 0%{!?_without_mcrypt:1} +%package plugin-mcrypt +Summary: MCrypt encryption plugin for GyachI +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} +Requires: libmcrypt >= 2.5.0 +Buildrequires: libmcrypt-devel >= 2.5.0 -%description plugin-mcrypt +%description plugin-mcrypt MCrypt encryption plugin for GyachI +%endif -%package plugin-photo_album -Summary: Photo album plugin for GyachI -Group: Applications/Internet -Requires: %{name} = %{version}-%{release} +%if 0%{?_with_photo_album:1} +%package plugin-photo_album +Summary: Photo album plugin for GyachI +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} -%description plugin-photo_album +%description plugin-photo_album Photo album plugin for GyachI +%endif -%if 0%{!?_without_xmms:1} -%package plugin-xmms -Summary: XMMS plugin for GyachI -Group: Applications/Internet -Requires: %{name} = %{version}-%{release} -Requires: xmms >= 1.2.0 -Buildrequires: xmms-devel >= 1.2.0 +%if 0%{?_with_xmms:1} +%package plugin-xmms +Summary: XMMS plugin for GyachI +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} +Requires: xmms >= 1.2.0 +Buildrequires: xmms-devel >= 1.2.0 -%description plugin-xmms +%description plugin-xmms XMMS plugin for GyachI %endif %if 0%{!?_without_libnotify:1} -%package plugin-libnotify -Summary: libnotify popup replacement -Group: Applications/Internet -Requires: %{name} = %{version}-%{release} +%package plugin-libnotify +Summary: libnotify popup replacement +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} Buildrequires: libnotify-devel -%description plugin-libnotify +%description plugin-libnotify libnotify plugin for GyachI %endif -%package plugin-alsa -Summary: libalsa sound driver -Group: Applications/Internet -Requires: %{name} = %{version}-%{release} +%package plugin-alsa +Summary: libalsa sound driver +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} BuildRequires: alsa-lib-devel >= 0.9 Requires: alsa-lib >= 0.9 -%description plugin-alsa +%description plugin-alsa ALSA sound driver for gyachi %if 0%{!?_without_pulseaudio:1} -%package plugin-pulseaudio -Summary: pulseaudio sound driver -Group: Applications/Internet -Requires: %{name} = %{version}-%{release} +%package plugin-pulseaudio +Summary: pulseaudio sound driver +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} BuildRequires: pulseaudio-libs-devel Requires: pulseaudio-libs -%description plugin-pulseaudio +%description plugin-pulseaudio PulseAudio sound driver for gyachi %endif -%package recre8-theme -Summary: GyachI Prototype theme -Group: Applications/Internet -Requires: %{name} = %{version}-%{release} +%if 0%{!?_without_gtkspell:1} +%package plugin-gtkspell +Summary: gtkspell spell check +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} +BuildRequires: gtkspell-devel +Requires: gtkspell + +%description plugin-gtkspell +Spell check plugin for gyachi using gtkspell +%endif + + +%package recre8-theme +Summary: GyachI Prototype theme +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} -%description recre8-theme +%description recre8-theme %{summary} This package supplies the artwork for the GyachI recre8 theme. +%package YMlike-theme +Summary: GyachI Prototype theme +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} + +%description YMlike-theme +%{summary} This package supplies the artwork for the GyachI YMlike theme. +This theme is an independent re-implementation of the yahoo theme. + + +%package pidgy-theme +Summary: GyachI Prototype theme +Group: Applications/Internet +Requires: %{name} = %{version}-%{release} + +%description pidgy-theme +%{summary} This package supplies the artwork for the GyachI pidgy theme. +This theme uses the pidgin icons, and is copyrighted by it's respective authors. + + %prep %setup -q #%patch0 -p1 @@ -184,15 +268,19 @@ %build ./autogen.sh +#NOTE: xmms & photo_album are disabled, by default, in configure. +# if either are wanted, then they must be explicitely enabled! %configure --disable-rpath --enable-v4l2 \ --libexecdir=%{_libexecdir}/gyachi \ %{?_without_wine:--disable-wine} \ + %{?_without_blowfish:--disable-plugin_blowfish} \ + %{?_without_mcrypt:--disable-plugin_mcrypt} \ %{?_without_gpgme:--disable-plugin_gpgme} \ %{?_without_pulseaudio:--disable-plugin_pulseaudio} \ %{?_without_libnotify:--disable-plugin_libnotify} \ - --enable-plugin_photo_album \ - %{!?_without_xmms:--enable-plugin_xmms} - + %{?_without_gktspell:--disable-plugin_gtkspell} \ + %{?_with_photo_album:--enable-plugin_photo_album} \ + %{?_with_xmms:--enable-plugin_xmms} make %{?_smp_mflags} @@ -200,14 +288,16 @@ %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" install +rm $RPM_BUILD_ROOT%{_libdir}/libgyachi.la +rm $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/libgyachi*.la %find_lang %{name} mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps ln -sf ../%{name}/themes/gyachi-classic/gyach-icon_48.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}.png -desktop-file-install --delete-original \ - --vendor fedora \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - --mode 0644 \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop +desktop-file-install --delete-original \ + --vendor fedora \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --mode 0644 \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %clean @@ -228,64 +318,86 @@ %{_datadir}/%{name}/themes/gyachi-classic %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/%{name}-* +%dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/plugins %{_libdir}/libgyachi.so %{_docdir}/%{name}-%{version} %docdir %{_docdir}/%{name}-%{version} +%if 0%{!?_without_blowfish:1} %files plugin-blowfish %defattr(-,root,root,-) -%{_libdir}/%{name}/plugins/%{name}blowfish.so +%{_libdir}/%{name}/plugins/lib%{name}blowfish.so +%endif %if 0%{!?_without_gpgme:1} %files plugin-gpgme %defattr(-,root,root,-) -%{_libdir}/%{name}/plugins/%{name}gpgme.so +%{_libdir}/%{name}/plugins/lib%{name}gpgme.so %endif +%if 0%{!?_without_mcrypt:1} %files plugin-mcrypt %defattr(-,root,root,-) -%{_libdir}/%{name}/plugins/%{name}mcrypt.so +%{_libdir}/%{name}/plugins/lib%{name}mcrypt.so +%endif +%if 0%{?_with_photo_album:1} %files plugin-photo_album %defattr(-,root,root,-) -%{_libdir}/%{name}/plugins/%{name}photos.so +%{_libdir}/%{name}/plugins/lib%{name}photos.so +%endif -%if 0%{!?_without_xmms:1} +%if 0%{?_with_xmms:1} %files plugin-xmms %defattr(-,root,root,-) -%{_libdir}/%{name}/plugins/%{name}xmms.so +%{_libdir}/%{name}/plugins/lib%{name}xmms.so %endif %if 0%{!?_without_libnotify:1} %files plugin-libnotify %defattr(-,root,root,-) -%{_libdir}/%{name}/plugins/%{name}libnotify.so +%{_libdir}/%{name}/plugins/lib%{name}libnotify.so %endif %files plugin-alsa %defattr(-,root,root,-) -%{_libdir}/%{name}/plugins/%{name}alsa.so +%{_libdir}/%{name}/plugins/lib%{name}alsa.so %if 0%{!?_without_pulseaudio:1} %files plugin-pulseaudio %defattr(-,root,root,-) -%{_libdir}/%{name}/plugins/%{name}pulseaudio.so +%{_libdir}/%{name}/plugins/lib%{name}pulseaudio.so +%endif + +%if 0%{!?_without_gtkspell:1} +%files plugin-gtkspell +%defattr(-,root,root,-) +%{_libdir}/%{name}/plugins/lib%{name}gtkspell.so %endif %files recre8-theme %defattr(-,root,root,-) -/usr/share/%{name}/themes/recre8/* +%{_datadir}/%{name}/themes/recre8/ + +%files YMlike-theme +%defattr(-,root,root,-) +%{_datadir}/%{name}/themes/YMlike/ +%files pidgy-theme +%defattr(-,root,root,-) +%{_datadir}/%{name}/themes/pidgy/ -%postun -ldconfig -%post -ldconfig +%postun -p /sbin/ldconfig + +%post -p /sbin/ldconfig %changelog +* Sat Jan 03 2009 Gregory D Hosler - 1.1.61.1 +- Update from upstream. + * Fri Aug 8 2008 Gregory D Hosler - 1.1.46-4 - Update from upstream. @@ -326,9 +438,9 @@ * Mon May 05 2008 Gregory D Hosler - 1.1.32-1 - updated gyachi to 1.1.32 from upstream -- fixed %files to include the full documentation directory, and the new +- fixed %%files to include the full documentation directory, and the new - libgyachi library. -- updated configure to set libdir & libexecdir to be %{_libdir} (x64 lib fix) +- updated configure to set libdir & libexecdir to be %%{_libdir} (x64 lib fix) - added new gyachi modules (libnotify, and recre8) - updated the name change of the old photosharing module to photo_album Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gyachi/EL-5/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 8 Aug 2008 16:22:33 -0000 1.7 +++ sources 3 Jan 2009 16:41:11 -0000 1.8 @@ -1 +1 @@ -3794be40d2657aa7ff2519e86059c445 gyachi-1.1.46.tar.gz +24422b22a044ec02c70eef51908ae700 gyachi-1.1.61.tar.gz From mtasaka at fedoraproject.org Sat Jan 3 17:01:04 2009 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Sat, 3 Jan 2009 17:01:04 +0000 (UTC) Subject: rpms/cairo-dock/devel .cvsignore, 1.91, 1.92 cairo-dock.spec, 1.122, 1.123 sources, 1.91, 1.92 Message-ID: <20090103170105.1289370120@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/cairo-dock/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25488 Modified Files: .cvsignore cairo-dock.spec sources Log Message: rev 1462 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cairo-dock/devel/.cvsignore,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- .cvsignore 1 Jan 2009 16:35:38 -0000 1.91 +++ .cvsignore 3 Jan 2009 17:00:32 -0000 1.92 @@ -1 +1 @@ -cairo-dock-sources-svn1458_trunk.tar.bz2 +cairo-dock-sources-svn1462_trunk.tar.bz2 Index: cairo-dock.spec =================================================================== RCS file: /cvs/extras/rpms/cairo-dock/devel/cairo-dock.spec,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- cairo-dock.spec 1 Jan 2009 16:35:38 -0000 1.122 +++ cairo-dock.spec 3 Jan 2009 17:00:32 -0000 1.123 @@ -11,7 +11,7 @@ %undefine betaver %define build_webkit 1 %define build_xfce 1 -%define tarballver svn1458_trunk +%define tarballver svn1462_trunk %define fedora_main_rel 3 @@ -637,8 +637,8 @@ %{_libdir}/pkgconfig/*.pc %changelog -* Fri Jan 2 2009 Mamoru Tasaka -- rev 1458 +* Sun Jan 4 2009 Mamoru Tasaka +- rev 1462 * Thu Dec 25 2008 Mamoru Tasaka - rev 1451 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cairo-dock/devel/sources,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- sources 1 Jan 2009 16:35:38 -0000 1.91 +++ sources 3 Jan 2009 17:00:32 -0000 1.92 @@ -1 +1 @@ -25005dc02c3e305d5588642c5e2fa60c cairo-dock-sources-svn1458_trunk.tar.bz2 +6468df6d5396345e24e79bb0369c1bcd cairo-dock-sources-svn1462_trunk.tar.bz2 From mtasaka at fedoraproject.org Sat Jan 3 17:16:31 2009 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Sat, 3 Jan 2009 17:16:31 +0000 (UTC) Subject: rpms/gnome-commander/devel .cvsignore, 1.22, 1.23 gnome-commander.spec, 1.45, 1.46 sources, 1.22, 1.23 Message-ID: <20090103171631.91EBE70120@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/gnome-commander/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30771 Modified Files: .cvsignore gnome-commander.spec sources Log Message: update Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-commander/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 21 Dec 2008 04:10:14 -0000 1.22 +++ .cvsignore 3 Jan 2009 17:16:00 -0000 1.23 @@ -1 +1 @@ -gnome-commander-1.2.8-svn2368_trunk.tar.bz2 +gnome-commander-1.2.8-svn2379_trunk.tar.bz2 Index: gnome-commander.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-commander/devel/gnome-commander.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- gnome-commander.spec 21 Dec 2008 04:10:15 -0000 1.45 +++ gnome-commander.spec 3 Jan 2009 17:16:01 -0000 1.46 @@ -18,7 +18,7 @@ %define use_autotool 0 %define if_pre 1 %define main_release 3 -%define extratag svn2368_trunk +%define extratag svn2379_trunk %define mimeedit_rev 1958 %if 0%{?if_pre} > 0 @@ -211,8 +211,8 @@ %{_datadir}/pixmaps/%{name}/ %changelog -* Sun Dec 21 2008 Mamoru Tasaka -- rev 2368 +* Sun Jan 4 2009 Mamoru Tasaka +- rev 2379 * Thu Dec 18 2008 Rex Dieter - respin (exiv2) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-commander/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 21 Dec 2008 04:10:15 -0000 1.22 +++ sources 3 Jan 2009 17:16:01 -0000 1.23 @@ -1 +1 @@ -e0d93c0e13f8858808f02787628a3fc4 gnome-commander-1.2.8-svn2368_trunk.tar.bz2 +8b64a481f2f565f608dc54f04d62d928 gnome-commander-1.2.8-svn2379_trunk.tar.bz2 From mtasaka at fedoraproject.org Sat Jan 3 17:28:48 2009 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Sat, 3 Jan 2009 17:28:48 +0000 (UTC) Subject: rpms/comix/devel .cvsignore, 1.11, 1.12 comix.spec, 1.20, 1.21 sources, 1.11, 1.12 Message-ID: <20090103172848.84B6670120@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/comix/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32752 Modified Files: .cvsignore comix.spec sources Log Message: * Sun Jan 4 2009 Mamoru Tasaka - 4.0.2-1 - 4.0.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/comix/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 15 Dec 2008 05:19:34 -0000 1.11 +++ .cvsignore 3 Jan 2009 17:28:17 -0000 1.12 @@ -1 +1 @@ -comix-4.0.1.tar.gz +comix-4.0.2.tar.gz Index: comix.spec =================================================================== RCS file: /cvs/extras/rpms/comix/devel/comix.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- comix.spec 15 Dec 2008 05:19:34 -0000 1.20 +++ comix.spec 3 Jan 2009 17:28:18 -0000 1.21 @@ -3,7 +3,7 @@ # mv trunk comix-%%mainver # tar czf comix-%%mainver-%%alphatag.tar.gz comix-%%mainver -%define mainver 4.0.1 +%define mainver 4.0.2 %undefine alphatag %define comix4 1 @@ -176,6 +176,9 @@ %changelog +* Sun Jan 4 2009 Mamoru Tasaka - 4.0.2-1 +- 4.0.2 + * Mon Dec 15 2008 Mamoru Tasaka - 4.0.1-1 - 4.0.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/comix/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 15 Dec 2008 05:19:34 -0000 1.11 +++ sources 3 Jan 2009 17:28:18 -0000 1.12 @@ -1 +1 @@ -319cb93736ac525aca7f27aa208be708 comix-4.0.1.tar.gz +8bf2565dc258ccdc3752a75025dd130e comix-4.0.2.tar.gz From rezso at fedoraproject.org Sat Jan 3 17:58:39 2009 From: rezso at fedoraproject.org (Balint Cristian) Date: Sat, 3 Jan 2009 17:58:39 +0000 (UTC) Subject: rpms/fet/devel .cvsignore, 1.4, 1.5 fet.spec, 1.3, 1.4 import.log, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <20090103175839.515D570120@cvs1.fedora.phx.redhat.com> Author: rezso Update of /cvs/pkgs/rpms/fet/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8040/devel Modified Files: .cvsignore fet.spec import.log sources Log Message: - new upstream Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/fet/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 6 Dec 2008 14:12:06 -0000 1.4 +++ .cvsignore 3 Jan 2009 17:58:08 -0000 1.5 @@ -1 +1 @@ -fet-5.7.5.tar.bz2 +fet-5.7.7.tar.bz2 Index: fet.spec =================================================================== RCS file: /cvs/pkgs/rpms/fet/devel/fet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fet.spec 6 Dec 2008 14:12:06 -0000 1.3 +++ fet.spec 3 Jan 2009 17:58:08 -0000 1.4 @@ -1,5 +1,5 @@ Name: fet -Version: 5.7.5 +Version: 5.7.7 Release: 1%{?dist} Summary: Open source free timetabling software @@ -68,6 +68,9 @@ %{_datadir}/%{name}/* %changelog +* Sat Jan 03 2009 Balint Cristian - 5.7.7-1 +- new upstream release + * Sat Dec 06 2008 Balint Cristian - 5.7.5-1 - new upstream release Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/fet/devel/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 6 Dec 2008 14:12:06 -0000 1.3 +++ import.log 3 Jan 2009 17:58:08 -0000 1.4 @@ -1,3 +1,4 @@ fet-5_6_3-3_fc10:HEAD:fet-5.6.3-3.fc10.src.rpm:1222328849 fet-5_7_0-1_fc10:HEAD:fet-5.7.0-1.fc10.src.rpm:1222936202 fet-5_7_5-1_fc11:HEAD:fet-5.7.5-1.fc11.src.rpm:1228572685 +fet-5_7_7-1_fc11:HEAD:fet-5.7.7-1.fc11.src.rpm:1231005369 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fet/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 6 Dec 2008 14:12:06 -0000 1.4 +++ sources 3 Jan 2009 17:58:08 -0000 1.5 @@ -1 +1 @@ -7d815e3ba40f2eb503a5c82a06179dca fet-5.7.5.tar.bz2 +fe1096f0e0021d43255cb677f72df458 fet-5.7.7.tar.bz2 From hadess at fedoraproject.org Sat Jan 3 17:59:54 2009 From: hadess at fedoraproject.org (Bastien Nocera) Date: Sat, 3 Jan 2009 17:59:54 +0000 (UTC) Subject: rpms/bluez/devel .cvsignore, 1.19, 1.20 bluez.spec, 1.29, 1.30 sources, 1.19, 1.20 dbus-bluetooth.conf, 1.1, NONE Message-ID: <20090103175954.0251670120@cvs1.fedora.phx.redhat.com> Author: hadess Update of /cvs/pkgs/rpms/bluez/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8462 Modified Files: .cvsignore bluez.spec sources Removed Files: dbus-bluetooth.conf Log Message: * Sat Jan 03 2009 - Bastien Nocera - 4.25-1 - Update to 4.25 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bluez/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 8 Dec 2008 09:48:21 -0000 1.19 +++ .cvsignore 3 Jan 2009 17:59:23 -0000 1.20 @@ -1 +1 @@ -bluez-4.22.tar.gz +bluez-4.25.tar.gz Index: bluez.spec =================================================================== RCS file: /cvs/pkgs/rpms/bluez/devel/bluez.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- bluez.spec 9 Dec 2008 11:28:35 -0000 1.29 +++ bluez.spec 3 Jan 2009 17:59:23 -0000 1.30 @@ -1,14 +1,13 @@ Summary: Bluetooth utilities Name: bluez -Version: 4.22 -Release: 2%{?dist} +Version: 4.25 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz Source1: bluetooth.init Source2: bluetooth.conf Source3: bluez-uinput.modules -Source4: dbus-bluetooth.conf Patch1: bluez-utils-oui-usage.patch Patch2: 0001-Add-icon-for-other-audio-device.patch @@ -101,8 +100,6 @@ %patch1 -p0 -b .oui %patch2 -p1 -cp -a %{SOURCE4} src/bluetooth.conf - %build %configure --enable-cups --enable-hid2hci --enable-dfutool --enable-tools --enable-bccmd --enable-gstreamer --enable-hidd --enable-pand --enable-dund make @@ -192,6 +189,9 @@ %{_libdir}/alsa-lib/*.so %changelog +* Sat Jan 03 2009 - Bastien Nocera - 4.25-1 +- Update to 4.25 + * Tue Dec 09 2008 - Bastien Nocera - 4.22-2 - Fix D-Bus configuration for latest D-Bus (#475069) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bluez/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 8 Dec 2008 09:48:21 -0000 1.19 +++ sources 3 Jan 2009 17:59:23 -0000 1.20 @@ -1 +1 @@ -b8302c23d08c1fa370f8bb81a6926ff2 bluez-4.22.tar.gz +1f5464b23be0774571e60f9012d50280 bluez-4.25.tar.gz --- dbus-bluetooth.conf DELETED --- From rezso at fedoraproject.org Sat Jan 3 18:13:29 2009 From: rezso at fedoraproject.org (Balint Cristian) Date: Sat, 3 Jan 2009 18:13:29 +0000 (UTC) Subject: rpms/fet/F-10 .cvsignore, 1.4, 1.5 fet.spec, 1.3, 1.4 import.log, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <20090103181329.672C070120@cvs1.fedora.phx.redhat.com> Author: rezso Update of /cvs/pkgs/rpms/fet/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11917/F-10 Modified Files: .cvsignore fet.spec import.log sources Log Message: - new upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/fet/F-10/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 6 Dec 2008 15:06:28 -0000 1.4 +++ .cvsignore 3 Jan 2009 18:12:58 -0000 1.5 @@ -1 +1 @@ -fet-5.7.5.tar.bz2 +fet-5.7.7.tar.bz2 Index: fet.spec =================================================================== RCS file: /cvs/pkgs/rpms/fet/F-10/fet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fet.spec 6 Dec 2008 15:06:28 -0000 1.3 +++ fet.spec 3 Jan 2009 18:12:58 -0000 1.4 @@ -1,5 +1,5 @@ Name: fet -Version: 5.7.5 +Version: 5.7.7 Release: 1%{?dist} Summary: Open source free timetabling software @@ -68,6 +68,9 @@ %{_datadir}/%{name}/* %changelog +* Sat Jan 03 2009 Balint Cristian - 5.7.7-1 +- new upstream release + * Sat Dec 06 2008 Balint Cristian - 5.7.5-1 - new upstream release Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/fet/F-10/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 6 Dec 2008 15:06:28 -0000 1.3 +++ import.log 3 Jan 2009 18:12:58 -0000 1.4 @@ -1,3 +1,4 @@ fet-5_6_3-3_fc10:HEAD:fet-5.6.3-3.fc10.src.rpm:1222328849 fet-5_7_0-1_fc10:HEAD:fet-5.7.0-1.fc10.src.rpm:1222936202 fet-5_7_5-1_fc11:F-10:fet-5.7.5-1.fc11.src.rpm:1228575954 +fet-5_7_7-1_fc11:F-10:fet-5.7.7-1.fc11.src.rpm:1231006342 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fet/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 6 Dec 2008 15:06:28 -0000 1.4 +++ sources 3 Jan 2009 18:12:58 -0000 1.5 @@ -1 +1 @@ -7d815e3ba40f2eb503a5c82a06179dca fet-5.7.5.tar.bz2 +fe1096f0e0021d43255cb677f72df458 fet-5.7.7.tar.bz2 From rezso at fedoraproject.org Sat Jan 3 18:15:49 2009 From: rezso at fedoraproject.org (Balint Cristian) Date: Sat, 3 Jan 2009 18:15:49 +0000 (UTC) Subject: rpms/fet/F-9 .cvsignore, 1.4, 1.5 fet.spec, 1.3, 1.4 import.log, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <20090103181549.EA1677013C@cvs1.fedora.phx.redhat.com> Author: rezso Update of /cvs/pkgs/rpms/fet/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12684/F-9 Modified Files: .cvsignore fet.spec import.log sources Log Message: - new upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/fet/F-9/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 6 Dec 2008 15:08:58 -0000 1.4 +++ .cvsignore 3 Jan 2009 18:15:19 -0000 1.5 @@ -1 +1 @@ -fet-5.7.5.tar.bz2 +fet-5.7.7.tar.bz2 Index: fet.spec =================================================================== RCS file: /cvs/pkgs/rpms/fet/F-9/fet.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fet.spec 6 Dec 2008 15:08:58 -0000 1.3 +++ fet.spec 3 Jan 2009 18:15:19 -0000 1.4 @@ -1,5 +1,5 @@ Name: fet -Version: 5.7.5 +Version: 5.7.7 Release: 1%{?dist} Summary: Open source free timetabling software @@ -68,6 +68,9 @@ %{_datadir}/%{name}/* %changelog +* Sat Jan 03 2009 Balint Cristian - 5.7.7-1 +- new upstream release + * Sat Dec 06 2008 Balint Cristian - 5.7.5-1 - new upstream release Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/fet/F-9/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 6 Dec 2008 15:08:59 -0000 1.3 +++ import.log 3 Jan 2009 18:15:19 -0000 1.4 @@ -1,3 +1,4 @@ fet-5_6_3-3_fc10:F-9:fet-5.6.3-3.fc10.src.rpm:1222330241 fet-5_7_0-1_fc10:F-9:fet-5.7.0-1.fc10.src.rpm:1223455057 fet-5_7_5-1_fc11:F-9:fet-5.7.5-1.fc11.src.rpm:1228576103 +fet-5_7_7-1_fc11:F-9:fet-5.7.7-1.fc11.src.rpm:1231006480 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fet/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 6 Dec 2008 15:08:59 -0000 1.4 +++ sources 3 Jan 2009 18:15:19 -0000 1.5 @@ -1 +1 @@ -7d815e3ba40f2eb503a5c82a06179dca fet-5.7.5.tar.bz2 +fe1096f0e0021d43255cb677f72df458 fet-5.7.7.tar.bz2 From pkgdb at fedoraproject.org Sat Jan 3 18:53:39 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 18:53:39 +0000 Subject: [pkgdb] octave-forge: rakesh has requested watchcommits Message-ID: <20090103115328.AE2DC20873C@bastion.fedora.phx.redhat.com> rakesh has requested the watchcommits acl on octave-forge (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 18:53:40 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 18:53:40 +0000 Subject: [pkgdb] octave-forge: rakesh has requested commit Message-ID: <20090103115329.559CD208D4E@bastion.fedora.phx.redhat.com> rakesh has requested the commit acl on octave-forge (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 18:53:46 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 18:53:46 +0000 Subject: [pkgdb] octave-forge: rakesh has requested watchbugzilla Message-ID: <20090103115336.3AC8B208D51@bastion.fedora.phx.redhat.com> rakesh has requested the watchbugzilla acl on octave-forge (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 18:53:47 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 18:53:47 +0000 Subject: [pkgdb] octave-forge: rakesh has requested approveacls Message-ID: <20090103115337.36897208D57@bastion.fedora.phx.redhat.com> rakesh has requested the approveacls acl on octave-forge (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 18:53:51 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 18:53:51 +0000 Subject: [pkgdb] octave-forge: rakesh has requested watchbugzilla Message-ID: <20090103115341.23DFE208D58@bastion.fedora.phx.redhat.com> rakesh has requested the watchbugzilla acl on octave-forge (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 18:53:54 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 18:53:54 +0000 Subject: [pkgdb] octave-forge: rakesh has requested watchcommits Message-ID: <20090103115343.D13E1208D62@bastion.fedora.phx.redhat.com> rakesh has requested the watchcommits acl on octave-forge (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 18:53:56 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 18:53:56 +0000 Subject: [pkgdb] octave-forge: rakesh has requested commit Message-ID: <20090103115345.63EFA208D9F@bastion.fedora.phx.redhat.com> rakesh has requested the commit acl on octave-forge (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From rakesh at fedoraproject.org Sat Jan 3 19:17:26 2009 From: rakesh at fedoraproject.org (Rakesh Pandit) Date: Sat, 3 Jan 2009 19:17:26 +0000 (UTC) Subject: rpms/octave-forge/devel octave-forge.spec,1.62,1.63 Message-ID: <20090103191726.71F6C70120@cvs1.fedora.phx.redhat.com> Author: rakesh Update of /cvs/pkgs/rpms/octave-forge/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29518 Modified Files: octave-forge.spec Log Message: Fixed unowned directories (BZ 474675) Index: octave-forge.spec =================================================================== RCS file: /cvs/pkgs/rpms/octave-forge/devel/octave-forge.spec,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- octave-forge.spec 11 Sep 2008 22:58:48 -0000 1.62 +++ octave-forge.spec 3 Jan 2009 19:16:55 -0000 1.63 @@ -2,7 +2,7 @@ Name: octave-forge Version: 20080831 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Contributed functions for octave Group: Applications/Engineering @@ -198,11 +198,14 @@ %files %defattr(-,root,root,-) -%{_datadir}/octave/packages/* -%{_libexecdir}/octave/packages/* +%{_datadir}/octave/packages/ +%{_libexecdir}/octave/packages/ %changelog +* Sun Jan 04 2009 Rakesh Pandit 20080831-3 +- Fixed unowned directories (BZ 474675) + * Thu Sep 11 2008 Orion Poplawski 20080831-2 - Rebuild for new libdap From rakesh at fedoraproject.org Sat Jan 3 19:18:45 2009 From: rakesh at fedoraproject.org (Rakesh Pandit) Date: Sat, 3 Jan 2009 19:18:45 +0000 (UTC) Subject: rpms/octave-forge/F-10 octave-forge.spec,1.62,1.63 Message-ID: <20090103191845.C151F70120@cvs1.fedora.phx.redhat.com> Author: rakesh Update of /cvs/pkgs/rpms/octave-forge/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29868 Modified Files: octave-forge.spec Log Message: Fixed unowned directories (BZ 474675) Index: octave-forge.spec =================================================================== RCS file: /cvs/pkgs/rpms/octave-forge/F-10/octave-forge.spec,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- octave-forge.spec 11 Sep 2008 22:58:48 -0000 1.62 +++ octave-forge.spec 3 Jan 2009 19:18:15 -0000 1.63 @@ -2,7 +2,7 @@ Name: octave-forge Version: 20080831 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Contributed functions for octave Group: Applications/Engineering @@ -198,11 +198,14 @@ %files %defattr(-,root,root,-) -%{_datadir}/octave/packages/* -%{_libexecdir}/octave/packages/* +%{_datadir}/octave/packages/ +%{_libexecdir}/octave/packages/ %changelog +* Sun Jan 04 2009 Rakesh Pandit 20080831-3 +- Fixed unowned directories (BZ 474675) + * Thu Sep 11 2008 Orion Poplawski 20080831-2 - Rebuild for new libdap From rakesh at fedoraproject.org Sat Jan 3 19:19:51 2009 From: rakesh at fedoraproject.org (Rakesh Pandit) Date: Sat, 3 Jan 2009 19:19:51 +0000 (UTC) Subject: rpms/octave-forge/F-9 octave-forge.spec,1.55,1.56 Message-ID: <20090103191951.9920070120@cvs1.fedora.phx.redhat.com> Author: rakesh Update of /cvs/pkgs/rpms/octave-forge/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30130 Modified Files: octave-forge.spec Log Message: Fixed unowned directories (BZ 474675) Index: octave-forge.spec =================================================================== RCS file: /cvs/pkgs/rpms/octave-forge/F-9/octave-forge.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- octave-forge.spec 19 Dec 2008 11:23:09 -0000 1.55 +++ octave-forge.spec 3 Jan 2009 19:19:21 -0000 1.56 @@ -2,7 +2,7 @@ Name: octave-forge Version: 20080831 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Contributed functions for octave Group: Applications/Engineering @@ -198,11 +198,14 @@ %files %defattr(-,root,root,-) -%{_datadir}/octave/packages/* -%{_libexecdir}/octave/packages/* +%{_datadir}/octave/packages/ +%{_libexecdir}/octave/packages/ %changelog +* Sun Jan 04 2009 Rakesh Pandit 20080831-3 +- Fixed unowned directories (BZ 474675) + * Thu Sep 11 2008 Orion Poplawski 20080831-2 - Rebuild for new libdap From pkgdb at fedoraproject.org Sat Jan 3 19:47:29 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 19:47:29 +0000 Subject: [pkgdb] octave-forge had acl change status Message-ID: <20090103124718.DF9352084B6@bastion.fedora.phx.redhat.com> qspencer has set the watchbugzilla acl on octave-forge (Fedora 10) to Approved for rakesh To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 19:50:42 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 19:50:42 +0000 Subject: [pkgdb] octave-forge had acl change status Message-ID: <20090103125032.4E74020873C@bastion.fedora.phx.redhat.com> qspencer has set the watchbugzilla acl on octave-forge (Fedora devel) to Approved for rakesh To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 19:56:14 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 19:56:14 +0000 Subject: [pkgdb] octave-forge had acl change status Message-ID: <20090103125603.99E3F2084B6@bastion.fedora.phx.redhat.com> qspencer has set the watchcommits acl on octave-forge (Fedora devel) to Approved for rakesh To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 19:56:54 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 19:56:54 +0000 Subject: [pkgdb] octave-forge had acl change status Message-ID: <20090103125644.159F220873C@bastion.fedora.phx.redhat.com> qspencer has set the commit acl on octave-forge (Fedora devel) to Approved for rakesh To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 19:56:58 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 19:56:58 +0000 Subject: [pkgdb] octave-forge had acl change status Message-ID: <20090103125649.08D2E208D4F@bastion.fedora.phx.redhat.com> qspencer has set the approveacls acl on octave-forge (Fedora devel) to Approved for rakesh To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 19:57:04 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 19:57:04 +0000 Subject: [pkgdb] octave-forge ownership updated Message-ID: <20090103125653.F14D5208D53@bastion.fedora.phx.redhat.com> Package octave-forge in Fedora devel was orphaned by qspencer To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 19:58:18 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 19:58:18 +0000 Subject: [pkgdb] octave-forge ownership updated Message-ID: <20090103125807.E2B1D20873C@bastion.fedora.phx.redhat.com> Package octave-forge in Fedora 9 was orphaned by qspencer To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 19:58:23 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 19:58:23 +0000 Subject: [pkgdb] octave-forge ownership updated Message-ID: <20090103125813.1CDF0208D4E@bastion.fedora.phx.redhat.com> Package octave-forge in Fedora 10 was orphaned by qspencer To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sat Jan 3 22:38:07 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 22:38:07 +0000 Subject: [pkgdb] maatkit: slankes has requested watchbugzilla Message-ID: <20090103153758.119C420873C@bastion.fedora.phx.redhat.com> slankes has requested the watchbugzilla acl on maatkit (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sat Jan 3 22:38:14 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 22:38:14 +0000 Subject: [pkgdb] maatkit: slankes has requested watchcommits Message-ID: <20090103153805.328CF208D4E@bastion.fedora.phx.redhat.com> slankes has requested the watchcommits acl on maatkit (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sat Jan 3 22:38:17 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 22:38:17 +0000 Subject: [pkgdb] maatkit: slankes has requested commit Message-ID: <20090103153807.B8066208D51@bastion.fedora.phx.redhat.com> slankes has requested the commit acl on maatkit (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sat Jan 3 22:38:25 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 22:38:25 +0000 Subject: [pkgdb] maatkit: slankes has requested watchbugzilla Message-ID: <20090103153818.9985E208D53@bastion.fedora.phx.redhat.com> slankes has requested the watchbugzilla acl on maatkit (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sat Jan 3 22:38:26 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 22:38:26 +0000 Subject: [pkgdb] maatkit: slankes has requested commit Message-ID: <20090103153820.81E30208D58@bastion.fedora.phx.redhat.com> slankes has requested the commit acl on maatkit (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sat Jan 3 22:38:26 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 22:38:26 +0000 Subject: [pkgdb] maatkit: slankes has requested watchcommits Message-ID: <20090103153824.ECAFE208D7D@bastion.fedora.phx.redhat.com> slankes has requested the watchcommits acl on maatkit (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sat Jan 3 22:38:51 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 22:38:51 +0000 Subject: [pkgdb] maatkit: slankes has requested watchbugzilla Message-ID: <20090103153846.90EEB208D60@bastion.fedora.phx.redhat.com> slankes has requested the watchbugzilla acl on maatkit (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sat Jan 3 22:38:56 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 22:38:56 +0000 Subject: [pkgdb] maatkit: slankes has requested watchcommits Message-ID: <20090103153853.E19C7208D53@bastion.fedora.phx.redhat.com> slankes has requested the watchcommits acl on maatkit (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sat Jan 3 22:39:56 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 03 Jan 2009 22:39:56 +0000 Subject: [pkgdb] maatkit: slankes has requested commit Message-ID: <20090103153953.BD93A208D2B@bastion.fedora.phx.redhat.com> slankes has requested the commit acl on maatkit (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From bpepple at fedoraproject.org Sun Jan 4 00:45:11 2009 From: bpepple at fedoraproject.org (Brian Pepple) Date: Sun, 4 Jan 2009 00:45:11 +0000 (UTC) Subject: rpms/nautilus-sound-converter/devel .cvsignore, 1.3, 1.4 nautilus-sound-converter.spec, 1.4, 1.5 sources, 1.3, 1.4 nsc-0.7.0-oga.patch, 1.2, NONE Message-ID: <20090104004511.7448B7011F@cvs1.fedora.phx.redhat.com> Author: bpepple Update of /cvs/pkgs/rpms/nautilus-sound-converter/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10099 Modified Files: .cvsignore nautilus-sound-converter.spec sources Removed Files: nsc-0.7.0-oga.patch Log Message: * Sat Jan 3 2009 Brian Pepple - 1.0.0-1 - Update to 1.0.0. - Drop oga patch. Fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/nautilus-sound-converter/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 27 Oct 2008 18:25:30 -0000 1.3 +++ .cvsignore 4 Jan 2009 00:44:38 -0000 1.4 @@ -1 +1 @@ -nautilus-sound-converter-0.7.0.tar.bz2 +nautilus-sound-converter-1.0.0.tar.bz2 Index: nautilus-sound-converter.spec =================================================================== RCS file: /cvs/pkgs/rpms/nautilus-sound-converter/devel/nautilus-sound-converter.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nautilus-sound-converter.spec 28 Nov 2008 21:36:15 -0000 1.4 +++ nautilus-sound-converter.spec 4 Jan 2009 00:44:38 -0000 1.5 @@ -1,13 +1,12 @@ Name: nautilus-sound-converter -Version: 0.7.0 -Release: 3%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Nautilus extension to convert audio files Group: User Interface/Desktops License: GPLv2+ URL: http://code.google.com/p/nautilus-sound-converter/ Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2 -Patch0: nsc-0.7.0-oga.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nautilus-devel >= 2.12.0 @@ -15,7 +14,7 @@ BuildRequires: gstreamer-devel >= 0.10.19 BuildRequires: gstreamer-plugins-base-devel BuildRequires: gnome-media-devel -BuildRequires: gettext +BuildRequires: intltool BuildRequires: perl(XML::Parser) # The bare minimum plugins needed. @@ -34,7 +33,7 @@ %prep %setup -q -%patch0 -p1 -b .oga + %build %configure --disable-static @@ -59,6 +58,10 @@ %changelog +* Sat Jan 3 2009 Brian Pepple - 1.0.0-1 +- Update to 1.0.0. +- Drop oga patch. Fixed upstream. + * Fri Nov 28 2008 Brian Pepple - 0.7.0-3 - Fix typo in patch. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/nautilus-sound-converter/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 27 Oct 2008 18:25:30 -0000 1.3 +++ sources 4 Jan 2009 00:44:39 -0000 1.4 @@ -1 +1 @@ -fc612e5c64b50b78605329b7bee4bbb7 nautilus-sound-converter-0.7.0.tar.bz2 +038fac2acc5a9aa20c8d40b1e6d4f57a nautilus-sound-converter-1.0.0.tar.bz2 --- nsc-0.7.0-oga.patch DELETED --- From bpepple at fedoraproject.org Sun Jan 4 00:52:30 2009 From: bpepple at fedoraproject.org (Brian Pepple) Date: Sun, 4 Jan 2009 00:52:30 +0000 (UTC) Subject: rpms/nautilus-sound-converter/F-10 .cvsignore, 1.3, 1.4 nautilus-sound-converter.spec, 1.4, 1.5 sources, 1.3, 1.4 nsc-0.7.0-oga.patch, 1.2, NONE Message-ID: <20090104005230.92A2B7011F@cvs1.fedora.phx.redhat.com> Author: bpepple Update of /cvs/pkgs/rpms/nautilus-sound-converter/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11376 Modified Files: .cvsignore nautilus-sound-converter.spec sources Removed Files: nsc-0.7.0-oga.patch Log Message: * Sat Jan 3 2009 Brian Pepple - 1.0.0-1 - Update to 1.0.0. - Drop oga patch. Fixed upstream. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/nautilus-sound-converter/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 27 Oct 2008 18:25:30 -0000 1.3 +++ .cvsignore 4 Jan 2009 00:52:00 -0000 1.4 @@ -1 +1 @@ -nautilus-sound-converter-0.7.0.tar.bz2 +nautilus-sound-converter-1.0.0.tar.bz2 Index: nautilus-sound-converter.spec =================================================================== RCS file: /cvs/pkgs/rpms/nautilus-sound-converter/F-10/nautilus-sound-converter.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nautilus-sound-converter.spec 28 Nov 2008 21:52:48 -0000 1.4 +++ nautilus-sound-converter.spec 4 Jan 2009 00:52:00 -0000 1.5 @@ -1,13 +1,12 @@ Name: nautilus-sound-converter -Version: 0.7.0 -Release: 3%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Nautilus extension to convert audio files Group: User Interface/Desktops License: GPLv2+ URL: http://code.google.com/p/nautilus-sound-converter/ Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2 -Patch0: nsc-0.7.0-oga.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nautilus-devel >= 2.12.0 @@ -15,7 +14,7 @@ BuildRequires: gstreamer-devel >= 0.10.19 BuildRequires: gstreamer-plugins-base-devel BuildRequires: gnome-media-devel -BuildRequires: gettext +BuildRequires: intltool BuildRequires: perl(XML::Parser) # The bare minimum plugins needed. @@ -34,7 +33,7 @@ %prep %setup -q -%patch0 -p1 -b .oga + %build %configure --disable-static @@ -59,6 +58,10 @@ %changelog +* Sat Jan 3 2009 Brian Pepple - 1.0.0-1 +- Update to 1.0.0. +- Drop oga patch. Fixed upstream. + * Fri Nov 28 2008 Brian Pepple - 0.7.0-3 - Fix typo in patch. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/nautilus-sound-converter/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 27 Oct 2008 18:25:30 -0000 1.3 +++ sources 4 Jan 2009 00:52:00 -0000 1.4 @@ -1 +1 @@ -fc612e5c64b50b78605329b7bee4bbb7 nautilus-sound-converter-0.7.0.tar.bz2 +038fac2acc5a9aa20c8d40b1e6d4f57a nautilus-sound-converter-1.0.0.tar.bz2 --- nsc-0.7.0-oga.patch DELETED --- From davej at fedoraproject.org Sun Jan 4 01:51:04 2009 From: davej at fedoraproject.org (Dave Jones) Date: Sun, 4 Jan 2009 01:51:04 +0000 (UTC) Subject: rpms/kernel/devel patch-2.6.28-git6.bz2.sign, NONE, 1.1 .cvsignore, 1.979, 1.980 config-generic, 1.209, 1.210 config-x86_64-generic, 1.56, 1.57 kernel.spec, 1.1190, 1.1191 sources, 1.941, 1.942 upstream, 1.853, 1.854 patch-2.6.28-git5.bz2.sign, 1.1, NONE Message-ID: <20090104015104.F0E127011F@cvs1.fedora.phx.redhat.com> Author: davej Update of /cvs/pkgs/rpms/kernel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26919 Modified Files: .cvsignore config-generic config-x86_64-generic kernel.spec sources upstream Added Files: patch-2.6.28-git6.bz2.sign Removed Files: patch-2.6.28-git5.bz2.sign Log Message: 2.6.28-git6 --- NEW FILE patch-2.6.28-git6.bz2.sign --- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: See http://www.kernel.org/signature.html for info iD8DBQBJX/0MyGugalF9Dw4RAvtZAJ4ucRE3HJaWuT65fa7kgq1VVLBjAgCgg9Dm ikO+q26PbgXH7Dt7AHyS9Us= =z7br -----END PGP SIGNATURE----- Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v retrieving revision 1.979 retrieving revision 1.980 diff -u -r1.979 -r1.980 --- .cvsignore 3 Jan 2009 01:45:40 -0000 1.979 +++ .cvsignore 4 Jan 2009 01:50:32 -0000 1.980 @@ -4,4 +4,4 @@ temp-* kernel-2.6.28 linux-2.6.28.tar.bz2 -patch-2.6.28-git5.bz2 +patch-2.6.28-git6.bz2 Index: config-generic =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v retrieving revision 1.209 retrieving revision 1.210 diff -u -r1.209 -r1.210 --- config-generic 3 Jan 2009 01:45:40 -0000 1.209 +++ config-generic 4 Jan 2009 01:50:32 -0000 1.210 @@ -2071,10 +2071,12 @@ CONFIG_IT8712F_WDT=m # CONFIG_SBC8360_WDT is not set # CONFIG_SBC7240_WDT is not set +CONFIG_SMSC_SCH311X_WDT=m CONFIG_W83977F_WDT=m CONFIG_PCIPCWATCHDOG=m CONFIG_USBPCWATCHDOG=m # CONFIG_SBC_EPX_C3_WATCHDOG is not set +CONFIG_WM8350_WATCHDOG=m CONFIG_HW_RANDOM=y # CONFIG_NVRAM is not set @@ -3547,6 +3549,7 @@ # CONFIG_RADIO_SF16FMR2 is not set # CONFIG_RADIO_TERRATEC is not set # CONFIG_RADIO_TRUST is not set +# CONFIG_RADIO_TEA5764 is not set # CONFIG_RADIO_TYPHOON is not set # CONFIG_RADIO_ZOLTRIX is not set @@ -3847,3 +3850,4 @@ CONFIG_DVB_DYNAMIC_MINORS=y CONFIG_DVB_LGDT3304=m CONFIG_DVB_S921=m + Index: config-x86_64-generic =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86_64-generic,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- config-x86_64-generic 31 Dec 2008 16:12:35 -0000 1.56 +++ config-x86_64-generic 4 Jan 2009 01:50:32 -0000 1.57 @@ -299,6 +299,7 @@ # CONFIG_MEMTEST is not set CONFIG_AMD_IOMMU=y +CONFIG_AMD_IOMMU_STATS=y # CONFIG_MAXSMP is not set CONFIG_MTRR_SANITIZER=y CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0 Index: kernel.spec =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v retrieving revision 1.1190 retrieving revision 1.1191 diff -u -r1.1190 -r1.1191 --- kernel.spec 3 Jan 2009 01:45:40 -0000 1.1190 +++ kernel.spec 4 Jan 2009 01:50:33 -0000 1.1191 @@ -57,7 +57,7 @@ # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 5 +%define gitrev 6 # Set rpm version accordingly %define rpmversion 2.6.%{upstream_sublevel} %endif @@ -1757,6 +1757,9 @@ %kernel_variant_files -k vmlinux %{with_kdump} kdump %changelog +* Sat Jan 03 2009 Dave Jones +- 2.6.28-git6 + * Fri Jan 02 2009 Dave Jones - 2.6.28-git5 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v retrieving revision 1.941 retrieving revision 1.942 diff -u -r1.941 -r1.942 --- sources 3 Jan 2009 01:45:40 -0000 1.941 +++ sources 4 Jan 2009 01:50:33 -0000 1.942 @@ -1,2 +1,2 @@ d351e44709c9810b85e29b877f50968a linux-2.6.28.tar.bz2 -86dc32de1bc11f13bfbac3e2225cc6e0 patch-2.6.28-git5.bz2 +802d915efc572bc48210070bae26534c patch-2.6.28-git6.bz2 Index: upstream =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v retrieving revision 1.853 retrieving revision 1.854 diff -u -r1.853 -r1.854 --- upstream 3 Jan 2009 01:45:41 -0000 1.853 +++ upstream 4 Jan 2009 01:50:33 -0000 1.854 @@ -1,2 +1,2 @@ linux-2.6.28.tar.bz2 -patch-2.6.28-git5.bz2 +patch-2.6.28-git6.bz2 --- patch-2.6.28-git5.bz2.sign DELETED --- From jspaleta at fedoraproject.org Sun Jan 4 02:19:03 2009 From: jspaleta at fedoraproject.org (Jef Spaleta) Date: Sun, 4 Jan 2009 02:19:03 +0000 (UTC) Subject: rpms/safekeep/devel .cvsignore, 1.3, 1.4 safekeep.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090104021903.2F4947011F@cvs1.fedora.phx.redhat.com> Author: jspaleta Update of /cvs/pkgs/rpms/safekeep/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1301 Modified Files: .cvsignore safekeep.spec sources Log Message: * Sat Jan 3 2009 Jef Spaleta 1.0.5-1 - Latest upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/safekeep/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Jul 2008 17:49:03 -0000 1.3 +++ .cvsignore 4 Jan 2009 02:18:32 -0000 1.4 @@ -1 +1 @@ -safekeep-1.0.4.tar.gz +safekeep-1.0.5.tar.gz Index: safekeep.spec =================================================================== RCS file: /cvs/pkgs/rpms/safekeep/devel/safekeep.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- safekeep.spec 1 Jul 2008 17:49:03 -0000 1.2 +++ safekeep.spec 4 Jan 2009 02:18:32 -0000 1.3 @@ -1,5 +1,5 @@ %define name safekeep -%define version 1.0.4 +%define version 1.0.5 %define release 1 %define homedir %{_localstatedir}/lib/%{name} @@ -17,6 +17,7 @@ BuildArch: noarch BuildRequires: xmlto, asciidoc > 6.0.3 + %description SafeKeep is a client/server backup system which enhances the power of rdiff-backup with simple, centralized configuration. @@ -118,6 +119,9 @@ %doc sample.backup %changelog +* Sat Jan 3 2009 Jef Spaleta 1.0.5-1 + - Latest upstream release + * Tue Jul 1 2008 Jef Spaleta 1.0.4-1 - Latest upstream release Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/safekeep/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Jul 2008 17:49:03 -0000 1.3 +++ sources 4 Jan 2009 02:18:32 -0000 1.4 @@ -1 +1 @@ -af7f44e0cf15f9f05a9a33635e085066 safekeep-1.0.4.tar.gz +fbcec8c5dfb8a2956b317744942ffbf7 safekeep-1.0.5.tar.gz From mclasen at fedoraproject.org Sun Jan 4 02:50:03 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Sun, 4 Jan 2009 02:50:03 +0000 (UTC) Subject: rpms/gtk2/F-10 wmspec-recheck.patch,NONE,1.1 gtk2.spec,1.338,1.339 Message-ID: <20090104025003.70CD57011F@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gtk2/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11584 Modified Files: gtk2.spec Added Files: wmspec-recheck.patch Log Message: recheck _NET_SUPPORTING_WM_CHECK every now and then wmspec-recheck.patch: --- NEW FILE wmspec-recheck.patch --- Index: gdk/x11/gdkscreen-x11.h =================================================================== --- gdk/x11/gdkscreen-x11.h (revision 22048) +++ gdk/x11/gdkscreen-x11.h (working copy) @@ -57,6 +57,7 @@ GdkWindow *root_window; /* Window manager */ + long last_wmspec_check_time; Window wmspec_check_window; char *window_manager_name; /* TRUE if wmspec_check_window has changed since last Index: gdk/x11/gdkevents-x11.c =================================================================== --- gdk/x11/gdkevents-x11.c (revision 22048) +++ gdk/x11/gdkevents-x11.c (working copy) @@ -2614,23 +2614,20 @@ gulong bytes_after; guchar *data; Window *xwindow; + GTimeVal tv; - /* This function is very slow on every call if you are not running a - * spec-supporting WM. For now not optimized, because it isn't in - * any critical code paths, but if you used it somewhere that had to - * be fast you want to avoid "GTK is slow with old WMs" complaints. - * Probably at that point the function should be changed to query - * _NET_SUPPORTING_WM_CHECK only once every 10 seconds or something. - */ - screen_x11 = GDK_SCREEN_X11 (screen); display = screen_x11->display; g_return_if_fail (GDK_DISPLAY_X11 (display)->trusted_client); - if (screen_x11->wmspec_check_window != None) - return; /* already have it */ - + g_get_current_time (&tv); + + if (ABS (tv.tv_sec - screen_x11->last_wmspec_check_time) < 15) + return; /* we've checked recently */ + + screen_x11->last_wmspec_check_time = tv.tv_sec; + data = NULL; XGetWindowProperty (GDK_DISPLAY_XDISPLAY (display), screen_x11->xroot_window, gdk_x11_get_xatom_by_name_for_display (display, "_NET_SUPPORTING_WM_CHECK"), @@ -2646,6 +2643,12 @@ xwindow = (Window *)data; + if (screen_x11->wmspec_check_window == *xwindow) + { + XFree (xwindow); + return; + } + gdk_error_trap_push (); /* Find out if this WM goes away, so we can reset everything. */ Index: gtk2.spec =================================================================== RCS file: /cvs/pkgs/rpms/gtk2/F-10/gtk2.spec,v retrieving revision 1.338 retrieving revision 1.339 diff -u -r1.338 -r1.339 --- gtk2.spec 12 Dec 2008 22:55:19 -0000 1.338 +++ gtk2.spec 4 Jan 2009 02:49:32 -0000 1.339 @@ -16,7 +16,7 @@ Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X Name: gtk2 Version: %{base_version} -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://download.gnome.org/sources/gtk+/2.14/gtk+-%{version}.tar.bz2 @@ -32,6 +32,8 @@ Patch2: workaround.patch # from upstream Patch3: missing-compose-seqs.patch +# +Patch4: wmspec-recheck.patch BuildRequires: atk-devel >= %{atk_version} BuildRequires: pango-devel >= %{pango_version} @@ -119,6 +121,7 @@ %patch1 -p1 -b .set-invisible-char-to-bullet %patch2 -p1 -b .workaround %patch3 -p1 -b .missing-compose-seqs +%patch4 -p0 -b .wmspec-recheck for i in config.guess config.sub ; do test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i . @@ -300,6 +303,9 @@ %{_datadir}/gtk-2.0 %changelog +* Sat Jan 3 2009 Matthias Clasen - 2.14.5-4 +- Recheck _NET_SUPPORTING_WM_CHECK every now and then + * Thu Nov 27 2008 Matthias Clasen - 2.14.5-3 - Make dead keys work again From konradm at fedoraproject.org Sun Jan 4 03:30:38 2009 From: konradm at fedoraproject.org (Conrad Meyer) Date: Sun, 4 Jan 2009 03:30:38 +0000 (UTC) Subject: rpms/hello/devel hello.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104033039.3331B7011F@cvs1.fedora.phx.redhat.com> Author: konradm Update of /cvs/pkgs/rpms/hello/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21957/devel Modified Files: .cvsignore sources Added Files: hello.spec import.log Log Message: Import. --- NEW FILE hello.spec --- Name: hello Version: 2.4 Release: 1%{?dist} Summary: Prints a Familiar, Friendly Greeting Group: Development/Tools # Parts of the documentation are under GFDL, BSD, and Public Domain # *All* code is GPLv3+. License: GPLv3+ and GFDL and BSD and Public Domain URL: http://www.gnu.org/software/hello/ Source0: http://ftp.gnu.org/gnu/hello/hello-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext Requires(post): info Requires(preun): info %description Hello prints a friendly greeting. It also serves as a sample GNU package, showing practices that may be useful for GNU projects. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_infodir}/dir %find_lang hello %check cd tests make check-TESTS %clean rm -rf $RPM_BUILD_ROOT %post /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : %preun if [ $1 = 0 ] ; then /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : fi %files -f hello.lang %defattr(-,root,root,-) %doc COPYING %{_mandir}/man1/hello.1* %{_bindir}/hello %{_infodir}/hello.info* %changelog * Wed Dec 17 2008 Conrad Meyer - 2.4-1 - Initial package. --- NEW FILE import.log --- hello-2_4-1_fc9:HEAD:hello-2.4-1.fc9.src.rpm:1231039750 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/hello/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2008 19:02:51 -0000 1.1 +++ .cvsignore 4 Jan 2009 03:30:07 -0000 1.2 @@ -0,0 +1 @@ +hello-2.4.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/hello/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2008 19:02:51 -0000 1.1 +++ sources 4 Jan 2009 03:30:08 -0000 1.2 @@ -0,0 +1 @@ +1691faa758ca41c70b6da5501bdf230a hello-2.4.tar.gz From konradm at fedoraproject.org Sun Jan 4 03:39:55 2009 From: konradm at fedoraproject.org (Conrad Meyer) Date: Sun, 4 Jan 2009 03:39:55 +0000 (UTC) Subject: rpms/python-cvxopt/devel import.log, NONE, 1.1 python-cvxopt-1.1-use-system-suitesparse.diff, NONE, 1.1 python-cvxopt-fixglpkinclude.patch, NONE, 1.1 python-cvxopt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104033955.328EA7011F@cvs1.fedora.phx.redhat.com> Author: konradm Update of /cvs/pkgs/rpms/python-cvxopt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24299/devel Modified Files: .cvsignore sources Added Files: import.log python-cvxopt-1.1-use-system-suitesparse.diff python-cvxopt-fixglpkinclude.patch python-cvxopt.spec Log Message: Import. --- NEW FILE import.log --- python-cvxopt-1_1-4_fc9:HEAD:python-cvxopt-1.1-4.fc9.src.rpm:1231040084 python-cvxopt-1.1-use-system-suitesparse.diff: --- NEW FILE python-cvxopt-1.1-use-system-suitesparse.diff --- --- src/setup.py.orig 2008-12-08 23:49:39.000000000 -0800 +++ src/setup.py 2008-12-08 23:51:02.000000000 -0800 @@ -100,55 +100,32 @@ library_dirs = [ ATLAS_LIB_DIR ], define_macros = MACROS, sources = ['C/lapack.c'] ) umfpack = Extension('umfpack', - include_dirs = [ 'C/SuiteSparse/UMFPACK/Include', - 'C/SuiteSparse/AMD/Include', 'C/SuiteSparse/AMD/Source', - 'C/SuiteSparse/UFconfig' ], + include_dirs = [ '/usr/include/suitesparse' ], library_dirs = [ ATLAS_LIB_DIR ], define_macros = MACROS, - libraries = [ 'blas', 'lapack'], - sources = [ 'C/umfpack.c', - 'C/SuiteSparse/UMFPACK/Source/umfpack_global.c', - 'C/SuiteSparse/UMFPACK/Source/umfpack_tictoc.c' ] + - ['C/SuiteSparse_cvxopt_extra/umfpack/' + s for s in - listdir('C/SuiteSparse_cvxopt_extra/umfpack')]) + libraries = [ 'blas', 'lapack', 'umfpack' ], + sources = [ 'C/umfpack.c' ]) # Build for int or long? import sys if sys.maxint > 2**31: MACROS += [('DLONG','')] cholmod = Extension('cholmod', library_dirs = [ ATLAS_LIB_DIR ], - libraries = ['lapack', 'blas'], - include_dirs = [ 'C/SuiteSparse/CHOLMOD/Include', - 'C/SuiteSparse/COLAMD', 'C/SuiteSparse/AMD/Include', - 'C/SuiteSparse/UFconfig', 'C/SuiteSparse/COLAMD/Include' ], + libraries = ['lapack', 'blas', 'cholmod' ], + include_dirs = [ '/usr/include/suitesparse' ], define_macros = MACROS + [('NPARTITION', '1')], - sources = [ 'C/cholmod.c' ] + - ['C/SuiteSparse/AMD/Source/' + s for s in ['amd_global.c', - 'amd_postorder.c', 'amd_post_tree.c', 'amd_2.c']] + - ['C/SuiteSparse/COLAMD/Source/' + s for s in ['colamd.c', - 'colamd_global.c']] + - ['C/SuiteSparse/CHOLMOD/Core/' + s for s in - listdir('C/SuiteSparse/CHOLMOD/Core') if s[-2:] == '.c' and - s[0] == 'c'] + - ['C/SuiteSparse/CHOLMOD/Cholesky/' + s for s in - listdir('C/SuiteSparse/CHOLMOD/Cholesky') if s[-2:] == '.c' - and s[0] == 'c'] + - ['C/SuiteSparse/CHOLMOD/Check/cholmod_check.c'] + - ['C/SuiteSparse/CHOLMOD/Supernodal/' + s for s in - listdir('C/SuiteSparse/CHOLMOD/Supernodal') if - s[-2:] == '.c' and s[0] == 'c'] ) + sources = [ 'C/cholmod.c' ]) amd = Extension('amd', - include_dirs = [ 'C/SuiteSparse/AMD/Include', - 'C/SuiteSparse/UFconfig' ], + include_dirs = [ '/usr/include/suitesparse' ], define_macros = MACROS, - sources = [ 'C/amd.c' ] + [ 'C/SuiteSparse/AMD/Source/' + s for s in - listdir('C/SuiteSparse/AMD/Source') if s[-2:] == '.c' ]) + libraries = [ 'amd' ], + sources = [ 'C/amd.c' ]) misc_solvers = Extension('misc_solvers', libraries = ['lapack', 'blas'], library_dirs = [ ATLAS_LIB_DIR ], define_macros = MACROS, sources = ['C/misc_solvers.c'] ) python-cvxopt-fixglpkinclude.patch: --- NEW FILE python-cvxopt-fixglpkinclude.patch --- --- src/C/glpk.c.orig 2008-10-13 00:39:55.000000000 -0700 +++ src/C/glpk.c 2008-10-13 00:40:17.000000000 -0700 @@ -17,11 +17,11 @@ * along with this program. If not, see . */ #include "cvxopt.h" #include "misc.h" -#include "glpk.h" +#include PyDoc_STRVAR(glpk__doc__, "Interface to the simplex algorithm in GLPK.\n\n" "The GLPK control parameters have the default values listed in \n" "the GLPK documentation, except for 'LPX_K_PRESOL', which is set\n" --- NEW FILE python-cvxopt.spec --- %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-cvxopt Version: 1.1 Release: 4%{?dist} Summary: A Python Package for Convex Optimization Group: Development/Languages License: GPLv3+ URL: http://abel.ee.ucla.edu/cvxopt Source0: http://abel.ee.ucla.edu/src/cvxopt-%{version}.tar.gz # Will submit patch0 to upstream ASAP Patch0: python-cvxopt-fixglpkinclude.patch Patch1: python-cvxopt-1.1-use-system-suitesparse.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: atlas-devel BuildRequires: blas-devel BuildRequires: fftw-devel BuildRequires: glpk-devel BuildRequires: gsl-devel BuildRequires: python-devel BuildRequires: python-setuptools-devel BuildRequires: suitesparse-devel BuildRequires: tetex-tex4ht %description CVXOPT is a free software package for convex optimization based on the Python programming language. Its main purpose is to make the development of software for convex optimization applications straightforward by building on Python's extensive standard library and on the strengths of Python as a high-level programming language. %package examples Summary: Examples of using %{name} Group: Development/Languages Requires: %{name} = %{version}-%{release} Requires: python-matplotlib %description examples Example use of %{name}. %prep %setup -q -n cvxopt-%{version} %patch0 # Configure all optional modules (except for DSDP which isn't in Fedora) sed -i -e "s#^ATLAS_LIB_DIR =.*#ATLAS_LIB_DIR = '%{_libdir}/atlas'#" src/setup.py sed -i -e "s#^BUILD_GSL =.*#BUILD_GSL = 1#" src/setup.py sed -i -e "s#^GSL_LIB_DIR =.*#GSL_LIB_DIR = '%{_libdir}'#" src/setup.py sed -i -e "s#^BUILD_FFTW =.*#BUILD_FFTW = 1#" src/setup.py sed -i -e "s#^FFTW_LIB_DIR =.*#FFTW_LIB_DIR = '%{_libdir}'#" src/setup.py sed -i -e "s#^BUILD_GLPK =.*#BUILD_GLPK = 1#" src/setup.py sed -i -e "s#^GLPK_LIB_DIR =.*#GLPK_LIB_DIR = '%{_libdir}'#" src/setup.py sed -i -e "s#^DSDP_LIB_DIR =.*#DSDP_LIB_DIR = '%{_libdir}'#" src/setup.py pushd doc make clean make -B html popd # Remove internal copy of system library rm -rf src/C/SuiteSparse*/ cp src/setup.py{,.orig} %patch1 %build cd src CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build %install rm -rf $RPM_BUILD_ROOT pushd src %{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root $RPM_BUILD_ROOT popd mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name} cp -R examples $RPM_BUILD_ROOT%{_datadir}/%{name}/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE doc/html/ %{python_sitearch}/*egg-info %{python_sitearch}/cvxopt %files examples %defattr(-,root,root,-) %{_datadir}/%{name} %changelog * Mon Dec 8 2008 Conrad Meyer - 1.1-4 - Add BR on suitesparse-devel. - Migrate examples to subpackage. * Mon Dec 8 2008 Conrad Meyer - 1.1-3 - Remove SuiteSparse (copy of system library). * Mon Dec 8 2008 Conrad Meyer - 1.1-2 - Move examples to datadir/name. - Include html documentation. - Package as a proper python egg. * Mon Dec 8 2008 Conrad Meyer - 1.1-1 - Bump to 1.1. * Mon Oct 13 2008 Conrad Meyer - 1.0-1 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-cvxopt/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2008 19:06:51 -0000 1.1 +++ .cvsignore 4 Jan 2009 03:39:24 -0000 1.2 @@ -0,0 +1 @@ +cvxopt-1.1.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-cvxopt/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2008 19:06:51 -0000 1.1 +++ sources 4 Jan 2009 03:39:24 -0000 1.2 @@ -0,0 +1 @@ +c56def864966a4e168474bb1c00f5808 cvxopt-1.1.tar.gz From konradm at fedoraproject.org Sun Jan 4 03:40:00 2009 From: konradm at fedoraproject.org (Conrad Meyer) Date: Sun, 4 Jan 2009 03:40:00 +0000 (UTC) Subject: rpms/hello/F-10 hello.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104034000.3884E7011F@cvs1.fedora.phx.redhat.com> Author: konradm Update of /cvs/pkgs/rpms/hello/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24521 Modified Files: .cvsignore sources Added Files: hello.spec Log Message: Import. --- NEW FILE hello.spec --- Name: hello Version: 2.4 Release: 1%{?dist} Summary: Prints a Familiar, Friendly Greeting Group: Development/Tools # Parts of the documentation are under GFDL, BSD, and Public Domain # *All* code is GPLv3+. License: GPLv3+ and GFDL and BSD and Public Domain URL: http://www.gnu.org/software/hello/ Source0: http://ftp.gnu.org/gnu/hello/hello-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext Requires(post): info Requires(preun): info %description Hello prints a friendly greeting. It also serves as a sample GNU package, showing practices that may be useful for GNU projects. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_infodir}/dir %find_lang hello %check cd tests make check-TESTS %clean rm -rf $RPM_BUILD_ROOT %post /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : %preun if [ $1 = 0 ] ; then /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : fi %files -f hello.lang %defattr(-,root,root,-) %doc COPYING %{_mandir}/man1/hello.1* %{_bindir}/hello %{_infodir}/hello.info* %changelog * Wed Dec 17 2008 Conrad Meyer - 2.4-1 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/hello/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2008 19:02:51 -0000 1.1 +++ .cvsignore 4 Jan 2009 03:39:29 -0000 1.2 @@ -0,0 +1 @@ +hello-2.4.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/hello/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2008 19:02:51 -0000 1.1 +++ sources 4 Jan 2009 03:39:29 -0000 1.2 @@ -0,0 +1 @@ +1691faa758ca41c70b6da5501bdf230a hello-2.4.tar.gz From konradm at fedoraproject.org Sun Jan 4 03:44:42 2009 From: konradm at fedoraproject.org (Conrad Meyer) Date: Sun, 4 Jan 2009 03:44:42 +0000 (UTC) Subject: rpms/hello/F-9 hello.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104034442.7402F7011F@cvs1.fedora.phx.redhat.com> Author: konradm Update of /cvs/pkgs/rpms/hello/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25741 Modified Files: .cvsignore sources Added Files: hello.spec Log Message: Import. --- NEW FILE hello.spec --- Name: hello Version: 2.4 Release: 1%{?dist} Summary: Prints a Familiar, Friendly Greeting Group: Development/Tools # Parts of the documentation are under GFDL, BSD, and Public Domain # *All* code is GPLv3+. License: GPLv3+ and GFDL and BSD and Public Domain URL: http://www.gnu.org/software/hello/ Source0: http://ftp.gnu.org/gnu/hello/hello-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext Requires(post): info Requires(preun): info %description Hello prints a friendly greeting. It also serves as a sample GNU package, showing practices that may be useful for GNU projects. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_infodir}/dir %find_lang hello %check cd tests make check-TESTS %clean rm -rf $RPM_BUILD_ROOT %post /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : %preun if [ $1 = 0 ] ; then /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || : fi %files -f hello.lang %defattr(-,root,root,-) %doc COPYING %{_mandir}/man1/hello.1* %{_bindir}/hello %{_infodir}/hello.info* %changelog * Wed Dec 17 2008 Conrad Meyer - 2.4-1 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/hello/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 28 Dec 2008 19:02:51 -0000 1.1 +++ .cvsignore 4 Jan 2009 03:44:11 -0000 1.2 @@ -0,0 +1 @@ +hello-2.4.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/hello/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 28 Dec 2008 19:02:51 -0000 1.1 +++ sources 4 Jan 2009 03:44:11 -0000 1.2 @@ -0,0 +1 @@ +1691faa758ca41c70b6da5501bdf230a hello-2.4.tar.gz From huzaifas at fedoraproject.org Sun Jan 4 03:49:10 2009 From: huzaifas at fedoraproject.org (Huzaifa Sidhpurwala) Date: Sun, 4 Jan 2009 03:49:10 +0000 (UTC) Subject: rpms/dia/devel dia-0.96.1-plugins.patch, NONE, 1.1 dia.spec, 1.30, 1.31 Message-ID: <20090104034910.CA11570140@cvs1.fedora.phx.redhat.com> Author: huzaifas Update of /cvs/pkgs/rpms/dia/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26949 Modified Files: dia.spec Added Files: dia-0.96.1-plugins.patch Log Message: Change name of the patch dia-0.96.1-plugins.patch: --- NEW FILE dia-0.96.1-plugins.patch --- diff -Naur dia-0.96.1.orig/lib/plug-ins.c dia-0.96.1/lib/plug-ins.c --- dia-0.96.1.orig/lib/plug-ins.c 2007-01-07 03:58:26.000000000 +0530 +++ dia-0.96.1/lib/plug-ins.c 2009-01-03 20:57:33.000000000 +0530 @@ -52,9 +52,9 @@ # define USING_LIBTOOL 0 #else /* this one should work on any platform where libtool is used to compile dia */ -# define PLUG_IN_EXT ".la" +# define PLUG_IN_EXT ".so" # define PLUG_IN_EXT_LEN 3 -# define USING_LIBTOOL 1 +# define USING_LIBTOOL 0 #endif struct _PluginInfo { Index: dia.spec =================================================================== RCS file: /cvs/pkgs/rpms/dia/devel/dia.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- dia.spec 3 Jan 2009 16:22:52 -0000 1.30 +++ dia.spec 4 Jan 2009 03:48:40 -0000 1.31 @@ -14,7 +14,7 @@ Patch5: dia-0.96.1-64bit.patch Patch6: dia-0.96.1-desktop.patch Patch7: dia-0.96.1-svg-export.patch -Patch8: dia-0.96.1-libtool.patch +Patch8: dia-0.96.1-plugins.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel python-devel pygtk2-devel desktop-file-utils BuildRequires: intltool docbook-utils docbook-style-dsssl docbook-style-xsl From huzaifas at fedoraproject.org Sun Jan 4 03:54:14 2009 From: huzaifas at fedoraproject.org (Huzaifa Sidhpurwala) Date: Sun, 4 Jan 2009 03:54:14 +0000 (UTC) Subject: rpms/dia/devel dia-0.96.1-libtool.patch,1.1,NONE Message-ID: <20090104035414.5397F7011F@cvs1.fedora.phx.redhat.com> Author: huzaifas Update of /cvs/pkgs/rpms/dia/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30559 Removed Files: dia-0.96.1-libtool.patch Log Message: removed old patch --- dia-0.96.1-libtool.patch DELETED --- From jspaleta at fedoraproject.org Sun Jan 4 04:03:34 2009 From: jspaleta at fedoraproject.org (Jef Spaleta) Date: Sun, 4 Jan 2009 04:03:34 +0000 (UTC) Subject: rpms/safekeep/F-10 safekeep.spec,1.2,1.3 sources,1.3,1.4 Message-ID: <20090104040334.2633D7011F@cvs1.fedora.phx.redhat.com> Author: jspaleta Update of /cvs/pkgs/rpms/safekeep/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv322 Modified Files: safekeep.spec sources Log Message: * Sat Jan 3 2009 Jef Spaleta 1.0.5-1 - Latest upstream release Index: safekeep.spec =================================================================== RCS file: /cvs/pkgs/rpms/safekeep/F-10/safekeep.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- safekeep.spec 1 Jul 2008 17:49:03 -0000 1.2 +++ safekeep.spec 4 Jan 2009 04:03:03 -0000 1.3 @@ -1,5 +1,5 @@ %define name safekeep -%define version 1.0.4 +%define version 1.0.5 %define release 1 %define homedir %{_localstatedir}/lib/%{name} @@ -17,6 +17,7 @@ BuildArch: noarch BuildRequires: xmlto, asciidoc > 6.0.3 + %description SafeKeep is a client/server backup system which enhances the power of rdiff-backup with simple, centralized configuration. @@ -118,6 +119,9 @@ %doc sample.backup %changelog +* Sat Jan 3 2009 Jef Spaleta 1.0.5-1 + - Latest upstream release + * Tue Jul 1 2008 Jef Spaleta 1.0.4-1 - Latest upstream release Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/safekeep/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Jul 2008 17:49:03 -0000 1.3 +++ sources 4 Jan 2009 04:03:03 -0000 1.4 @@ -1 +1 @@ -af7f44e0cf15f9f05a9a33635e085066 safekeep-1.0.4.tar.gz +fbcec8c5dfb8a2956b317744942ffbf7 safekeep-1.0.5.tar.gz From pkgdb at fedoraproject.org Sun Jan 4 04:14:21 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 04:14:21 +0000 Subject: [pkgdb] octave-forge ownership updated Message-ID: <20090103211412.82FE020873C@bastion.fedora.phx.redhat.com> Package octave-forge in Fedora devel is now owned by alexlan To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sun Jan 4 04:14:39 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 04:14:39 +0000 Subject: [pkgdb] octave-forge ownership updated Message-ID: <20090103211430.5BCE0208D2B@bastion.fedora.phx.redhat.com> Package octave-forge in Fedora 9 is now owned by alexlan To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sun Jan 4 04:15:29 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 04:15:29 +0000 Subject: [pkgdb] octave-forge ownership updated Message-ID: <20090103211520.627C8208D2B@bastion.fedora.phx.redhat.com> Package octave-forge in Fedora 10 is now owned by alexlan To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From pkgdb at fedoraproject.org Sun Jan 4 04:15:40 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 04:15:40 +0000 Subject: [pkgdb] octave-forge had acl change status Message-ID: <20090103211531.5CA6620873C@bastion.fedora.phx.redhat.com> alexlan has set the watchcommits acl on octave-forge (Fedora 10) to Approved for rakesh To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From jspaleta at fedoraproject.org Sun Jan 4 04:16:24 2009 From: jspaleta at fedoraproject.org (Jef Spaleta) Date: Sun, 4 Jan 2009 04:16:24 +0000 (UTC) Subject: rpms/safekeep/F-9 safekeep.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <20090104041624.3427A7011F@cvs1.fedora.phx.redhat.com> Author: jspaleta Update of /cvs/pkgs/rpms/safekeep/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3796 Modified Files: safekeep.spec sources Log Message: * Sat Jan 3 2009 Jef Spaleta 1.0.5-1 - Latest upstream release Index: safekeep.spec =================================================================== RCS file: /cvs/pkgs/rpms/safekeep/F-9/safekeep.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- safekeep.spec 22 Oct 2007 17:38:43 -0000 1.1 +++ safekeep.spec 4 Jan 2009 04:15:53 -0000 1.2 @@ -1,6 +1,6 @@ %define name safekeep -%define version 1.0.3 -%define release 2 +%define version 1.0.5 +%define release 1 %define homedir %{_localstatedir}/lib/%{name} Name: %{name} @@ -119,6 +119,12 @@ %doc sample.backup %changelog +* Sat Jan 3 2009 Jef Spaleta 1.0.5-1 + - Latest upstream release + +* Tue Jul 1 2008 Jef Spaleta 1.0.4-1 + - Latest upstream release + * Fri Oct 19 2007 Jef Spaleta 1.0.3-2 - Added README.Fedora with explanation of client subpackaging. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/safekeep/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 22 Oct 2007 17:38:43 -0000 1.2 +++ sources 4 Jan 2009 04:15:53 -0000 1.3 @@ -1 +1 @@ -89d97ad80ac72b0202c9181459925e21 safekeep-1.0.3.tar.gz +fbcec8c5dfb8a2956b317744942ffbf7 safekeep-1.0.5.tar.gz From jspaleta at fedoraproject.org Sun Jan 4 04:41:13 2009 From: jspaleta at fedoraproject.org (Jef Spaleta) Date: Sun, 4 Jan 2009 04:41:13 +0000 (UTC) Subject: rpms/scipy/F-10 scipy.spec,1.13,1.14 sources,1.5,1.6 Message-ID: <20090104044114.00E547011F@cvs1.fedora.phx.redhat.com> Author: jspaleta Update of /cvs/pkgs/rpms/scipy/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12256 Modified Files: scipy.spec sources Log Message: * Sat Jan 03 2009 Jef Spaleta - 0.7.0-0.1.b1.fc10 - Update to latest beta to fix bug 478435 Index: scipy.spec =================================================================== RCS file: /cvs/pkgs/rpms/scipy/F-10/scipy.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- scipy.spec 3 Oct 2008 18:22:16 -0000 1.13 +++ scipy.spec 4 Jan 2009 04:40:42 -0000 1.14 @@ -1,14 +1,14 @@ %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') - +%define betaversion 0.7.0b1 Summary: Scipy: Scientific Tools for Python Name: scipy -Version: 0.6.0 -Release: 7%{?dist} +Version: 0.7.0 +Release: 0.1.b1%{?dist} Group: Development/Libraries License: BSD and LGPLv2+ Url: http://www.scipy.org -Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{version}.tar.gz +Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{betaversion}.tar.gz # Missing setup.py files which control the build of this module # These should be removed as soon as upstream pushes a release with this fixed Source1: stsci_image_setup.py @@ -18,6 +18,7 @@ BuildRequires: numpy, python-devel BuildRequires: fftw-devel, blas-devel, lapack-devel, ufsparse-devel +BuildRequires: atlas-devel BuildRequires: gcc-gfortran, swig Requires: numpy, python @@ -34,8 +35,8 @@ leading scientists and engineers. -%prep -%setup -q +%prep +%setup -q -n %{name}-%{betaversion} cat > site.cfg << EOF [amd] library_dirs = %{_libdir} @@ -52,12 +53,12 @@ cp %{SOURCE2} scipy/stsci/convolve/setup.py %build -env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 --noarch build +env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 --noarch build %install rm -rf $RPM_BUILD_ROOT -env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py install --root=$RPM_BUILD_ROOT +env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py install --root=$RPM_BUILD_ROOT %clean @@ -73,6 +74,9 @@ %changelog +* Sat Jan 03 2009 Jef Spaleta - 0.7.0-0.1.b1.fc10 +- Update to latest beta to fix bug 478435 + * Fri Oct 03 2008 Jef Spaleta - 0.6.0-7 - fix the stsci fix Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/scipy/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 3 Oct 2007 23:20:44 -0000 1.5 +++ sources 4 Jan 2009 04:40:42 -0000 1.6 @@ -1 +1 @@ -417adf3bfe03f4c23c9fb265018e545c scipy-0.6.0.tar.gz +a3a671f9beb5e7ea38b799e7b56fb1cc scipy-0.7.0b1.tar.gz From pkgdb at fedoraproject.org Sun Jan 4 04:41:20 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 04:41:20 +0000 Subject: [pkgdb] NetworkManager-vpnc: huzaifas has requested watchbugzilla Message-ID: <20090103214111.4871920873E@bastion.fedora.phx.redhat.com> huzaifas has requested the watchbugzilla acl on NetworkManager-vpnc (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/NetworkManager-vpnc From pkgdb at fedoraproject.org Sun Jan 4 04:41:21 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 04:41:21 +0000 Subject: [pkgdb] NetworkManager-vpnc: huzaifas has requested watchcommits Message-ID: <20090103214112.5709E208D4F@bastion.fedora.phx.redhat.com> huzaifas has requested the watchcommits acl on NetworkManager-vpnc (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/NetworkManager-vpnc From pkgdb at fedoraproject.org Sun Jan 4 04:41:21 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 04:41:21 +0000 Subject: [pkgdb] NetworkManager-vpnc: huzaifas has requested commit Message-ID: <20090103214112.7FDFE208D52@bastion.fedora.phx.redhat.com> huzaifas has requested the commit acl on NetworkManager-vpnc (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/NetworkManager-vpnc From pkgdb at fedoraproject.org Sun Jan 4 04:41:21 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 04:41:21 +0000 Subject: [pkgdb] NetworkManager-vpnc: huzaifas has requested approveacls Message-ID: <20090103214112.C14AD208D57@bastion.fedora.phx.redhat.com> huzaifas has requested the approveacls acl on NetworkManager-vpnc (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/NetworkManager-vpnc From pkgdb at fedoraproject.org Sun Jan 4 04:43:50 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 04:43:50 +0000 Subject: [pkgdb] octave-forge had acl change status Message-ID: <20090103214341.828972084B6@bastion.fedora.phx.redhat.com> alexlan has set the approveacls acl on octave-forge (Fedora 10) to Approved for rakesh To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octave-forge From jcollie at fedoraproject.org Sun Jan 4 05:05:44 2009 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Sun, 4 Jan 2009 05:05:44 +0000 (UTC) Subject: rpms/asterisk/devel 0005-Build-using-external-libedit.patch, NONE, 1.1 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch, NONE, 1.1 0007-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch, NONE, 1.1 0008-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch, NONE, 1.1 0009-my-guess-as-replacements-for-the-missing-broken-stuf.patch, NONE, 1.1 0010-Update-autoconf.patch, 1.2, 1.3 .cvsignore, 1.18, 1.19 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch, 1.5, 1.6 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch, 1.5, 1.6 0003-Add-chan_mobile-from-asterisk-addons.patch, 1.1, 1.2 0004-Use-pkgconfig-to-check-for-Lua.patch, 1.1, 1.2 asterisk.spec, 1.42, 1.43 sources, 1.18, 1.19 0005-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch, 1.1, NONE 0006-Build-using-external-libedit.patch, 1.1, NONE 0007-Update-autoconf.patch, 1.1, NONE 0008-sys-io.h-is-not-available-on-PPC-systems.patch, 1.2, NONE 0009-Define-missing-variable-when-compiling-on-PPC.patch, 1.1, NONE Message-ID: <20090104050544.7CED27011F@cvs1.fedora.phx.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/asterisk/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19799 Modified Files: .cvsignore 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 0003-Add-chan_mobile-from-asterisk-addons.patch 0004-Use-pkgconfig-to-check-for-Lua.patch asterisk.spec sources Added Files: 0005-Build-using-external-libedit.patch 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 0007-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 0008-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 0009-my-guess-as-replacements-for-the-missing-broken-stuf.patch 0010-Update-autoconf.patch Removed Files: 0005-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 0006-Build-using-external-libedit.patch 0007-Update-autoconf.patch 0008-sys-io.h-is-not-available-on-PPC-systems.patch 0009-Define-missing-variable-when-compiling-on-PPC.patch Log Message: * Sat Jan 3 2009 Jeffrey C. Ollie - 1.6.1-0.8.beta4 - Update to 1.6.1-beta4 0005-Build-using-external-libedit.patch: --- NEW FILE 0005-Build-using-external-libedit.patch --- >From 1fc4e0fd9d7d24fd087a1c0d6f4dff5a1fec010f Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Tue, 25 Mar 2008 00:50:27 -0500 Subject: [PATCH 05/10] Build using external libedit. --- build_tools/menuselect-deps.in | 1 + configure.ac | 22 ++++++++++++++++++++++ main/Makefile | 8 +++++--- main/cli.c | 3 ++- makeopts.in | 4 ++++ 5 files changed, 34 insertions(+), 4 deletions(-) diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in index 6d94984..7832687 100644 --- a/build_tools/menuselect-deps.in +++ b/build_tools/menuselect-deps.in @@ -18,6 +18,7 @@ ISDNNET=@PBX_ISDNNET@ IXJUSER=@PBX_IXJUSER@ JACK=@PBX_JACK@ LDAP=@PBX_LDAP@ +LIBEDIT=@PBX_LIBEDIT@ LTDL=@PBX_LTDL@ LUA=@PBX_LUA@ MISDN=@PBX_MISDN@ diff --git a/configure.ac b/configure.ac index 4519ec9..891548f 100644 --- a/configure.ac +++ b/configure.ac @@ -230,6 +230,7 @@ AST_EXT_LIB_SETUP([IMAP_TK], [UW IMAP Toolkit], [imap]) AST_EXT_LIB_SETUP([ISDNNET], [ISDN4Linux Library], [isdnnet]) AST_EXT_LIB_SETUP([JACK], [Jack Audio Connection Kit], [jack]) AST_EXT_LIB_SETUP([LDAP], [OpenLDAP], [ldap]) +AST_EXT_LIB_SETUP([LIBEDIT], [NetBSD Editline library], [libedit]) AST_EXT_LIB_SETUP([LTDL], [libtool], [ltdl]) AST_EXT_LIB_SETUP([LUA], [Lua], [lua]) AST_EXT_LIB_SETUP([MISDN], [mISDN User Library], [misdn]) @@ -1602,6 +1603,27 @@ AC_SUBST(PBX_GTK2) AC_SUBST(GTK2_INCLUDE) AC_SUBST(GTK2_LIB) +PBX_LIBEDIT=0 +LIBEDIT_INCLUDE=-Ieditline/readline +LIBEDIT_LIB= +LIBEDIT_OBJ=editline/libedit.a +if test "${USE_LIBEDIT}" != "no"; then + AC_CHECK_TOOL(PKGCONFIG, pkg-config, no) + if test "${PKGCONFIG}" != "no"; then + if ${PKGCONFIG} --exists libedit; then + LIBEDIT_INCLUDE=$(${PKGCONFIG} libedit --cflags) + LIBEDIT_LIB=$(${PKGCONFIG} libedit --libs) + LIBEDIT_OBJ= + PBX_LIBEDIT=1 + AC_DEFINE([HAVE_LIBEDIT], 1, [Define if your system has the NetBSD Editline libraries.]) + fi + fi +fi +AC_SUBST(PBX_LIBEDIT) +AC_SUBST(LIBEDIT_INCLUDE) +AC_SUBST(LIBEDIT_LIB) +AC_SUBST(LIBEDIT_OBJ) + if test "${USE_CURL}" != "no"; then AC_PATH_TOOL([CURL_CONFIG], [curl-config], No) if test ! x"${CURL_CONFIG}" = xNo; then diff --git a/main/Makefile b/main/Makefile index 446bbb2..86a0f3c 100644 --- a/main/Makefile +++ b/main/Makefile @@ -138,6 +138,8 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h $(CC) -g -o testexpr2 ast_expr2f.o ast_expr2.o -lm rm ast_expr2.o ast_expr2f.o +cli.o: ASTCFLAGS+=$(LIBEDIT_INCLUDE) + ifneq ($(findstring ENABLE_UPLOADS,$(MENUSELECT_CFLAGS)),) http.o: ASTCFLAGS+=$(GMIME_INCLUDE) endif @@ -170,13 +172,13 @@ ifneq ($(findstring ENABLE_UPLOADS,$(MENUSELECT_CFLAGS)),) GMIMELDFLAGS+=$(GMIME_LIB) endif -$(MAIN_TGT): $(OBJS) editline/libedit.a db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) +$(MAIN_TGT): $(OBJS) $(LIBEDIT_OBJ) db1-ast/libdb1.a $(AST_EMBED_LDSCRIPTS) @$(CC) -c -o buildinfo.o $(ASTCFLAGS) buildinfo.c $(ECHO_PREFIX) echo " [LD] $^ -> $@" ifneq ($(findstring chan_h323,$(MENUSELECT_CHANNELS)),) - $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS) + $(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(GMIMELDFLAGS) $(LIBEDIT_LIB) else - $(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS) + $(CMD_PREFIX) $(CXX) $(STATIC_BUILD) -o $@ $(ASTLINK) $(AST_EMBED_LDFLAGS) $(ASTLDFLAGS) $(H323LDFLAGS) $^ buildinfo.o $(AST_LIBS) $(AST_EMBED_LIBS) $(H323LDLIBS) $(GMIMELDFLAGS) $(LIBEDIT_LIB) endif $(CMD_PREFIX) $(ASTTOPDIR)/build_tools/strip_nonapi $@ || rm $@ diff --git a/main/cli.c b/main/cli.c index f6982ad..286d775 100644 --- a/main/cli.c +++ b/main/cli.c @@ -34,6 +34,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include +#include + #include "asterisk/cli.h" #include "asterisk/linkedlists.h" #include "asterisk/module.h" @@ -42,7 +44,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/utils.h" #include "asterisk/app.h" #include "asterisk/lock.h" -#include "editline/readline/readline.h" #include "asterisk/threadstorage.h" /*! diff --git a/makeopts.in b/makeopts.in index a5b2a5f..e2a8306 100644 --- a/makeopts.in +++ b/makeopts.in @@ -249,3 +249,7 @@ TINFO_DIR=@TINFO_DIR@ # if poll is not present, let the makefile know. POLL_AVAILABLE=@HAS_POLL@ + +LIBEDIT_INCLUDE=@LIBEDIT_INCLUDE@ +LIBEDIT_LIB=@LIBEDIT_LIB@ +LIBEDIT_OBJ=@LIBEDIT_OBJ@ -- 1.6.1 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch: --- NEW FILE 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch --- >From eb9cc1a836086024bb619948468a80c4ff75bed9 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 10 Oct 2008 11:54:10 -0500 Subject: [PATCH 06/10] Revert changes to pbx_lua from rev 126363 that cause some problems. --- pbx/pbx_lua.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c index 7bc1a8a..2e2e5e8 100644 --- a/pbx/pbx_lua.c +++ b/pbx/pbx_lua.c @@ -42,9 +42,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/paths.h" #include "asterisk/hashtab.h" -#include -#include -#include +#include +#include +#include static char *config = "extensions.lua"; static char *registrar = "pbx_lua"; -- 1.6.1 0007-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch: --- NEW FILE 0007-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch --- >From 2a41fe1ca393e2c74157dd800b225fad6b04f628 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:06:18 -0600 Subject: [PATCH 07/10] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config --- configure.ac | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 891548f..5cfc205 100644 --- a/configure.ac +++ b/configure.ac @@ -1475,7 +1475,17 @@ then AST_EXT_LIB_CHECK([OSPTK], [osptk], [OSPPCryptoDecrypt], [osp/osp.h], [-lcrypto -lssl]) fi -AST_EXT_TOOL_CHECK([GMIME], [gmime], [], [], [#include ], [gboolean q = g_mime_check_version(0,0,0);]) +PBX_GMIME=0 +AC_CHECK_TOOL(PKGCONFIG, pkg-config, No) +if test ! "x${PKGCONFIG}" = xNo; then + GMIME_INCLUDE=$(${PKGCONFIG} gmime-2.4 --cflags 2>/dev/null) + GMIME_LIB=$(${PKGCONFIG} gmime-2.4 --libs) + PBX_GMIME=1 + AC_DEFINE([HAVE_GMIME], 1, [Define if your system has the GMIME libraries.]) +fi +AC_SUBST(PBX_GMIME) +AC_SUBST(GMIME_INCLUDE) +AC_SUBST(GMIME_LIB) AST_EXT_LIB_CHECK([HOARD], [hoard], [malloc], []) -- 1.6.1 0008-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch: --- NEW FILE 0008-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch --- >From b68f0fd7319a1b8593aa57fc08825d50a617d29a Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:12:18 -0600 Subject: [PATCH 08/10] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail Need to regenerate configure from configure.ac after patch one with ./bootsrap.sh, so fix the broken .m4 in the autoconfig dir. (alternatively change AST_PROG_SED to AC_PROG_SED as it is the same thing in the other .m4 in the autoconf dir) --- autoconf/ast_prog_sed.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/autoconf/ast_prog_sed.m4 b/autoconf/ast_prog_sed.m4 index 283d52f..ae6cfc0 100644 --- a/autoconf/ast_prog_sed.m4 +++ b/autoconf/ast_prog_sed.m4 @@ -12,7 +12,7 @@ AC_DEFUN([AST_PROG_SED], done echo "$ac_script" | sed 99q >conftest.sed $as_unset ac_script || ac_script= - _AC_PATH_PROG_FEATURE_CHECK(SED, [sed gsed], + _AC_PATH_PROGS_FEATURE_CHECK(SED, [sed gsed], [_AC_FEATURE_CHECK_LENGTH([ac_path_SED], [ac_cv_path_SED], ["$ac_path_SED" -f conftest.sed])])]) SED="$ac_cv_path_SED" -- 1.6.1 0009-my-guess-as-replacements-for-the-missing-broken-stuf.patch: --- NEW FILE 0009-my-guess-as-replacements-for-the-missing-broken-stuf.patch --- >From 15d7fcf0c1ce6b73bddd3ad3b145290c14bb47bb Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:15:12 -0600 Subject: [PATCH 09/10] my guess as replacements for the missing/broken stuff against the new gmime api --- res/res_http_post.c | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/res/res_http_post.c b/res/res_http_post.c index deab15c..563ab9c 100644 --- a/res/res_http_post.c +++ b/res/res_http_post.c @@ -119,14 +119,10 @@ static void process_message_callback(GMimeObject *part, gpointer user_data) ast_log(LOG_WARNING, "Got unexpected GMIME_IS_MESSAGE_PARTIAL\n"); return; } else if (GMIME_IS_MULTIPART(part)) { - GList *l; - ast_log(LOG_WARNING, "Got unexpected GMIME_IS_MULTIPART, trying to process subparts\n"); - l = GMIME_MULTIPART(part)->subparts; - while (l) { - process_message_callback(l->data, cbinfo); - l = l->next; - } + + g_mime_multipart_foreach(GMIME_MULTIPART(part), process_message_callback, + cbinfo); } else if (GMIME_IS_PART(part)) { const char *filename; @@ -148,7 +144,7 @@ static int process_message(GMimeMessage *message, const char *post_dir) .post_dir = post_dir, }; - g_mime_message_foreach_part(message, process_message_callback, &cbinfo); + g_mime_message_foreach(message, process_message_callback, &cbinfo); return cbinfo.count; } -- 1.6.1 0010-Update-autoconf.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.2 -r 1.3 0010-Update-autoconf.patch Index: 0010-Update-autoconf.patch =================================================================== RCS file: 0010-Update-autoconf.patch diff -N 0010-Update-autoconf.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ 0010-Update-autoconf.patch 4 Jan 2009 05:05:41 -0000 1.3 @@ -0,0 +1,45956 @@ +From ef71d723c2623962f0685b80091d427f9eb307fa Mon Sep 17 00:00:00 2001 +From: Jeffrey C. Ollie +Date: Sat, 3 Jan 2009 22:26:11 -0600 +Subject: [PATCH 10/10] Update autoconf. + +--- + configure |23473 ++++++++++++++++++++------------------ + include/asterisk/autoconfig.h.in | 60 +- + 2 files changed, 12574 insertions(+), 10959 deletions(-) + +diff --git a/configure b/configure +index 45c9f2a..b21b693 100755 +--- a/configure ++++ b/configure +@@ -1,12 +1,12 @@ + #! /bin/sh +-# From configure.ac Revision: 163170 . ++# From configure.ac Revision. + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.61 for asterisk 1.6. ++# Generated by GNU Autoconf 2.63 for asterisk 1.6. + # + # Report bugs to . + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +-# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ++# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + # This configure script is free software; the Free Software Foundation + # gives unlimited permission to copy, distribute and modify it. + # +@@ -20,7 +20,7 @@ DUALCASE=1; export DUALCASE # for MKS sh + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: +- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which ++ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +@@ -42,17 +42,45 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS + as_cr_digits='0123456789' + as_cr_alnum=$as_cr_Letters$as_cr_digits + +-# The user is always right. +-if test "${PATH_SEPARATOR+set}" != set; then +- echo "#! /bin/sh" >conf$$.sh +- echo "exit 0" >>conf$$.sh +- chmod +x conf$$.sh +- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then +- PATH_SEPARATOR=';' ++as_nl=' ++' ++export as_nl ++# Printing a long string crashes Solaris 7 /usr/bin/printf. ++as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ++as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo ++as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo ++if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then ++ as_echo='printf %s\n' ++ as_echo_n='printf %s' ++else ++ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then ++ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ++ as_echo_n='/usr/ucb/echo -n' + else +- PATH_SEPARATOR=: ++ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' ++ as_echo_n_body='eval ++ arg=$1; ++ case $arg in ++ *"$as_nl"*) ++ expr "X$arg" : "X\\(.*\\)$as_nl"; ++ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; ++ esac; ++ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ++ ' ++ export as_echo_n_body ++ as_echo_n='sh -c $as_echo_n_body as_echo' + fi +- rm -f conf$$.sh ++ export as_echo_body ++ as_echo='sh -c $as_echo_body as_echo' ++fi ++ ++# The user is always right. ++if test "${PATH_SEPARATOR+set}" != set; then ++ PATH_SEPARATOR=: ++ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { ++ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || ++ PATH_SEPARATOR=';' ++ } + fi + + # Support unset when possible. +@@ -68,8 +96,6 @@ fi + # there to prevent editors from complaining about space-tab. + # (If _AS_PATH_WALK were called with IFS unset, it would disable word + # splitting by setting IFS to empty value.) +-as_nl=' +-' + IFS=" "" $as_nl" + + # Find who we are. Look in the path if we contain no directory separator. +@@ -92,7 +118,7 @@ if test "x$as_myself" = x; then + as_myself=$0 + fi + if test ! -f "$as_myself"; then +- echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 ++ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } + fi + +@@ -105,17 +131,10 @@ PS2='> ' + PS4='+ ' + + # NLS nuisances. +-for as_var in \ +- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ +- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ +- LC_TELEPHONE LC_TIME +-do +- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then +- eval $as_var=C; export $as_var +- else +- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +- fi +-done ++LC_ALL=C ++export LC_ALL ++LANGUAGE=C ++export LANGUAGE + + # Required to use basename. + if expr a : '\(a\)' >/dev/null 2>&1 && +@@ -137,7 +156,7 @@ as_me=`$as_basename -- "$0" || + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +-echo X/"$0" | ++$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q +@@ -163,7 +182,7 @@ else + as_have_required=no + fi + +- if test $as_have_required = yes && (eval ": ++ if test $as_have_required = yes && (eval ": + (as_func_return () { + (exit \$1) + } +@@ -245,7 +264,7 @@ IFS=$as_save_IFS + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: +- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which ++ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +@@ -266,7 +285,7 @@ _ASEOF + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: +- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which ++ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +@@ -346,10 +365,10 @@ fi + + if test "x$CONFIG_SHELL" != x; then + for as_var in BASH_ENV ENV +- do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +- done +- export CONFIG_SHELL +- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} ++ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var ++ done ++ export CONFIG_SHELL ++ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + fi + + +@@ -418,9 +437,10 @@ fi + + test \$exitcode = 0") || { + echo No shell found that supports shell functions. +- echo Please tell autoconf at gnu.org about your system, +- echo including any error possibly output before this +- echo message ++ echo Please tell bug-autoconf at gnu.org about your system, [...45563 lines suppressed...] + else +- rm -f $ac_file +- mv "$tmp/config.h" $ac_file ++ rm -f "$ac_file" ++ mv "$tmp/config.h" "$ac_file" \ ++ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 ++$as_echo "$as_me: error: could not create $ac_file" >&2;} ++ { (exit 1); exit 1; }; } + fi + else +- echo "/* $configure_input */" +- cat "$ac_result" ++ $as_echo "/* $configure_input */" \ ++ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ ++ || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 ++$as_echo "$as_me: error: could not create -" >&2;} ++ { (exit 1); exit 1; }; } + fi +- rm -f "$tmp/out12" + ;; + + +@@ -51933,6 +53545,11 @@ _ACEOF + chmod +x $CONFIG_STATUS + ac_clean_files=$ac_clean_files_save + ++test $ac_write_fail = 0 || ++ { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 ++$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} ++ { (exit 1); exit 1; }; } ++ + + # configure is writing to config.log, and then calls config.status. + # config.status does its own redirection, appending to config.log. +@@ -51954,6 +53571,10 @@ if test "$no_create" != yes; then + # would make configure fail if this is the last instruction. + $ac_cs_success || { (exit 1); exit 1; } + fi ++if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then ++ { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 ++$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} ++fi + + + if test "x${silent}" != "xyes" ; then +@@ -51982,17 +53603,17 @@ echo " \$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$. " + echo + fi + +-{ echo "$as_me:$LINENO: Package configured for: " >&5 +-echo "$as_me: Package configured for: " >&6;} +-{ echo "$as_me:$LINENO: OS type : $host_os" >&5 +-echo "$as_me: OS type : $host_os" >&6;} +-{ echo "$as_me:$LINENO: Host CPU : $host_cpu" >&5 +-echo "$as_me: Host CPU : $host_cpu" >&6;} +-{ echo "$as_me:$LINENO: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&5 +-echo "$as_me: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&6;} +-{ echo "$as_me:$LINENO: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&5 +-echo "$as_me: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&6;} ++{ $as_echo "$as_me:$LINENO: Package configured for: " >&5 ++$as_echo "$as_me: Package configured for: " >&6;} ++{ $as_echo "$as_me:$LINENO: OS type : $host_os" >&5 ++$as_echo "$as_me: OS type : $host_os" >&6;} ++{ $as_echo "$as_me:$LINENO: Host CPU : $host_cpu" >&5 ++$as_echo "$as_me: Host CPU : $host_cpu" >&6;} ++{ $as_echo "$as_me:$LINENO: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&5 ++$as_echo "$as_me: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&6;} ++{ $as_echo "$as_me:$LINENO: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&5 ++$as_echo "$as_me: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&6;} + if test "${cross_compiling}" = "yes"; then +- { echo "$as_me:$LINENO: Cross Compilation = YES" >&5 +-echo "$as_me: Cross Compilation = YES" >&6;} ++ { $as_echo "$as_me:$LINENO: Cross Compilation = YES" >&5 ++$as_echo "$as_me: Cross Compilation = YES" >&6;} + fi +diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in +index e567f45..2cd6e64 100644 +--- a/include/asterisk/autoconfig.h.in ++++ b/include/asterisk/autoconfig.h.in +@@ -126,6 +126,12 @@ + /* Define to indicate the ${BKTR_DESCRIP} library version */ + #undef HAVE_BKTR_VERSION + ++/* Define this to indicate the ${BLUETOOTH_DESCRIP} library */ ++#undef HAVE_BLUETOOTH ++ ++/* Define to indicate the ${BLUETOOTH_DESCRIP} library version */ ++#undef HAVE_BLUETOOTH_VERSION ++ + /* Define to 1 if byteswap.h macros are available. */ + #undef HAVE_BYTESWAP_H + +@@ -407,6 +413,9 @@ + /* Define to indicate the ${LDAP_DESCRIP} library version */ + #undef HAVE_LDAP_VERSION + ++/* Define if your system has the NetBSD Editline libraries. */ ++#undef HAVE_LIBEDIT ++ + /* Define to 1 if you have the header file. */ + #undef HAVE_LIBINTL_H + +@@ -464,12 +473,9 @@ + /* Define to indicate the ${LTDL_DESCRIP} library version */ + #undef HAVE_LTDL_VERSION + +-/* Define this to indicate the ${LUA_DESCRIP} library */ ++/* Define if your system has the LUA libraries. */ + #undef HAVE_LUA + +-/* Define to indicate the ${LUA_DESCRIP} library version */ +-#undef HAVE_LUA_VERSION +- + /* Define to 1 if you have the header file. */ + #undef HAVE_MALLOC_H + +@@ -1115,9 +1121,6 @@ + /* Define to the version of this package. */ + #undef PACKAGE_VERSION + +-/* Define to 1 if the C compiler supports function prototypes. */ +-#undef PROTOTYPES +- + /* Define to necessary symbol if this constant uses a non-standard name on + your system. */ + #undef PTHREAD_CREATE_JOINABLE +@@ -1134,11 +1137,6 @@ + /* Define to the type of arg 5 for `select'. */ + #undef SELECT_TYPE_ARG5 + +-/* Define to 1 if the `setvbuf' function takes the buffering type as its +- second argument and the buffer pointer as the third, as on System V before +- release 3. */ +-#undef SETVBUF_REVERSED +- + /* The size of `int', as computed by sizeof. */ + #undef SIZEOF_INT + +@@ -1159,20 +1157,30 @@ + /* Define to 1 if your declares `struct tm'. */ + #undef TM_IN_SYS_TIME + +-/* Define to 1 if on AIX 3. +- System headers sometimes define this. +- We just want to avoid a redefinition error message. */ ++/* Enable extensions on AIX 3, Interix. */ + #ifndef _ALL_SOURCE + # undef _ALL_SOURCE + #endif +- +-/* Number of bits in a file offset, on hosts where this is settable. */ +-#undef _FILE_OFFSET_BITS +- + /* Enable GNU extensions on systems that have them. */ + #ifndef _GNU_SOURCE + # undef _GNU_SOURCE + #endif ++/* Enable threading extensions on Solaris. */ ++#ifndef _POSIX_PTHREAD_SEMANTICS ++# undef _POSIX_PTHREAD_SEMANTICS ++#endif ++/* Enable extensions on HP NonStop. */ ++#ifndef _TANDEM_SOURCE ++# undef _TANDEM_SOURCE ++#endif ++/* Enable general extensions on Solaris. */ ++#ifndef __EXTENSIONS__ ++# undef __EXTENSIONS__ ++#endif ++ ++ ++/* Number of bits in a file offset, on hosts where this is settable. */ ++#undef _FILE_OFFSET_BITS + + /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ + #undef _LARGEFILE_SOURCE +@@ -1190,20 +1198,6 @@ + /* Define to 1 if you need to in order for `stat' and other things to work. */ + #undef _POSIX_SOURCE + +-/* Enable extensions on Solaris. */ +-#ifndef __EXTENSIONS__ +-# undef __EXTENSIONS__ +-#endif +-#ifndef _POSIX_PTHREAD_SEMANTICS +-# undef _POSIX_PTHREAD_SEMANTICS +-#endif +-#ifndef _TANDEM_SOURCE +-# undef _TANDEM_SOURCE +-#endif +- +-/* Define like PROTOTYPES; this can be used by system headers. */ +-#undef __PROTOTYPES +- + /* Define to empty if `const' does not conform to ANSI C. */ + #undef const + +-- +1.6.1 + Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 7 Nov 2008 16:39:49 -0000 1.18 +++ .cvsignore 4 Jan 2009 05:05:40 -0000 1.19 @@ -1 +1 @@ -asterisk-1.6.1-beta2-stripped.tar.gz +asterisk-1.6.1-beta4-stripped.tar.gz 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch: Index: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0001-Modify-init-scripts-for-better-Fedora-compatibility.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 7 Nov 2008 16:39:49 -0000 1.5 +++ 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 4 Jan 2009 05:05:40 -0000 1.6 @@ -1,7 +1,7 @@ -From 174c9bf143c066f5670dde47559ed3d9d8d0c28f Mon Sep 17 00:00:00 2001 +From d397bc03e86335ed571121fa501dfefdc2ddbd4c Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 18 Nov 2007 21:47:59 -0600 -Subject: [PATCH] Modify init scripts for better Fedora compatibility. +Subject: [PATCH 01/10] Modify init scripts for better Fedora compatibility. --- contrib/init.d/rc.redhat.asterisk | 61 +++++++++++++++++------------------- @@ -151,5 +151,5 @@ +# be initialized. +#AST_GROUP="asterisk" -- -1.5.6.5 +1.6.1 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch: Index: 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 7 Nov 2008 16:39:49 -0000 1.5 +++ 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 4 Jan 2009 05:05:40 -0000 1.6 @@ -1,7 +1,7 @@ -From a45cb3fffcafefae5bcd96061d23fe44ebc61990 Mon Sep 17 00:00:00 2001 +From e5d3f951bfa543e5d8b8cf85535f80b1d1143e09 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 8 Nov 2007 15:52:36 -0600 -Subject: [PATCH] Modify modules.conf so that different voicemail modules can be loaded. +Subject: [PATCH 02/10] Modify modules.conf so that different voicemail modules can be loaded. --- configs/modules.conf.sample | 26 ++++++++++++++++++++++++++ @@ -42,5 +42,5 @@ +;noload => app_directory_plain.so +;noload => app_voicemail_plain.so -- -1.5.6.5 +1.6.1 0003-Add-chan_mobile-from-asterisk-addons.patch: Index: 0003-Add-chan_mobile-from-asterisk-addons.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0003-Add-chan_mobile-from-asterisk-addons.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0003-Add-chan_mobile-from-asterisk-addons.patch 7 Nov 2008 16:39:49 -0000 1.1 +++ 0003-Add-chan_mobile-from-asterisk-addons.patch 4 Jan 2009 05:05:40 -0000 1.2 @@ -1,17 +1,17 @@ -From e4ca1e4c009965df9e7b230c4c8bddc645aaaf9c Mon Sep 17 00:00:00 2001 +From aeb688bc0889a4b035fd1590ba8df85af6e0a38c Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie -Date: Fri, 7 Nov 2008 07:52:23 -0600 -Subject: [PATCH] Add chan_mobile from asterisk-addons. +Date: Thu, 16 Oct 2008 16:12:01 -0500 +Subject: [PATCH 03/10] Add chan_mobile from asterisk-addons. --- build_tools/menuselect-deps.in | 1 + channels/Makefile | 1 + - channels/chan_mobile.c | 2150 ++++++++++++++++++++++++++++++++++++++++ + channels/chan_mobile.c | 2148 ++++++++++++++++++++++++++++++++++++++++ configs/mobile.conf.sample | 60 ++ configure.ac | 4 + doc/chan_mobile.txt | 240 +++++ makeopts.in | 3 + - 7 files changed, 2459 insertions(+), 0 deletions(-) + 7 files changed, 2457 insertions(+), 0 deletions(-) create mode 100644 channels/chan_mobile.c create mode 100644 configs/mobile.conf.sample create mode 100644 doc/chan_mobile.txt @@ -38,10 +38,10 @@ +chan_mobile.so: LIBS+=$(BLUETOOTH_LIB) diff --git a/channels/chan_mobile.c b/channels/chan_mobile.c new file mode 100644 -index 0000000..22692ec +index 0000000..42659b2 --- /dev/null +++ b/channels/chan_mobile.c -@@ -0,0 +1,2150 @@ +@@ -0,0 +1,2148 @@ +/* + * Asterisk -- An open source telephony toolkit. + * @@ -612,7 +612,7 @@ + struct mbl_pvt *pvt; + char *dest_dev = NULL; + char *dest_num = NULL; -+ int oldformat, group = -1; ++ int oldformat, group; + + if (!data) { + ast_log(LOG_WARNING, "Channel requested with no data\n"); @@ -634,15 +634,13 @@ + if (dest_num) + *dest_num++ = 0x00; + -+ if (((dest_dev[0] == 'g') || (dest_dev[0] == 'G')) && ((dest_dev[1] >= '0') && (dest_dev[1] <= '9'))) { -+ group = atoi(&dest_dev[1]); -+ } -+ -+ /* Find requested device and make sure it's connected. */ ++ /* Find requested device and make sure its connected. */ + AST_RWLIST_RDLOCK(&devices); + AST_RWLIST_TRAVERSE(&devices, pvt, entry) { -+ if (group > -1 && pvt->group == group && pvt->connected && !pvt->owner) { -+ break; ++ if (((dest_dev[0] == 'g') || (dest_dev[0] == 'G')) && ((dest_dev[1] >= '0') && (dest_dev[1] <= '9'))) { ++ group = atoi(dest_dev+1); ++ if (pvt->group == group) ++ break; + } else if (!strcmp(pvt->id, dest_dev)) { + break; + } @@ -655,14 +653,14 @@ + } + + if ((pvt->type == MBL_TYPE_PHONE) && !dest_num) { -+ ast_log(LOG_WARNING, "Can't determine destination number.\n"); ++ ast_log(LOG_WARNING, "Cant determine destination number.\n"); + *cause = AST_CAUSE_INCOMPATIBLE_DESTINATION; + return NULL; + } + + chn = mbl_new(AST_STATE_DOWN, pvt, NULL); + if (!chn) { -+ ast_log(LOG_WARNING, "Unable to allocate channel structure.\n"); ++ ast_log(LOG_WARNING, "Unable to allocate channel structure\n"); + *cause = AST_CAUSE_REQUESTED_CHAN_UNAVAIL; + return NULL; + } @@ -2259,10 +2257,10 @@ +type=headset +adapter=dlink diff --git a/configure.ac b/configure.ac -index 036e692..ebb5fe9 100644 +index e0d0466..31b512f 100644 --- a/configure.ac +++ b/configure.ac -@@ -205,6 +205,8 @@ AST_EXT_LIB_SETUP([ALSA], [Advanced Linux Sound Architecture], [asound]) +@@ -211,6 +211,8 @@ AST_EXT_LIB_SETUP([ALSA], [Advanced Linux Sound Architecture], [asound]) # BKTR is used for backtrace support on platforms that do not # have it natively. AST_EXT_LIB_SETUP([BKTR], [Stack Backtrace support], [execinfo]) @@ -2271,7 +2269,7 @@ AST_EXT_LIB_SETUP([CAP], [POSIX 1.e capabilities], [cap]) AST_EXT_LIB_SETUP([CURL], [cURL], [curl]) AST_EXT_LIB_SETUP([CURSES], [curses], [curses]) -@@ -570,6 +572,8 @@ AC_CHECK_SIZEOF(int) +@@ -588,6 +590,8 @@ AC_CHECK_SIZEOF(int) AST_EXT_LIB_CHECK([ALSA], [asound], [snd_spcm_init], [alsa/asoundlib.h], [-lm -ldl]) @@ -2527,10 +2525,10 @@ + +email me at david.bowerman at gmail.com or dseeb_ on #asterisk & #asterisk-dev irc. diff --git a/makeopts.in b/makeopts.in -index 57d7fed..d037525 100644 +index 6a24183..a5b2a5f 100644 --- a/makeopts.in +++ b/makeopts.in -@@ -70,6 +70,9 @@ AST_SHADOW_WARNINGS=@AST_SHADOW_WARNINGS@ +@@ -72,6 +72,9 @@ AST_FORTIFY_SOURCE=@AST_FORTIFY_SOURCE@ ASOUND_INCLUDE=@ALSA_INCLUDE@ ASOUND_LIB=@ALSA_LIB@ @@ -2541,5 +2539,5 @@ CURL_LIB=@CURL_LIB@ -- -1.5.6.5 +1.6.1 0004-Use-pkgconfig-to-check-for-Lua.patch: Index: 0004-Use-pkgconfig-to-check-for-Lua.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0004-Use-pkgconfig-to-check-for-Lua.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0004-Use-pkgconfig-to-check-for-Lua.patch 7 Nov 2008 16:39:49 -0000 1.1 +++ 0004-Use-pkgconfig-to-check-for-Lua.patch 4 Jan 2009 05:05:40 -0000 1.2 @@ -1,17 +1,17 @@ -From 2134757713eeb6dd4cd7645c37b71ebe1eeedeb1 Mon Sep 17 00:00:00 2001 +From 24b4e78b81a06375e233ccc7745d5d3bc5b1cc7e Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 25 Feb 2008 13:14:23 -0600 -Subject: [PATCH] Use pkgconfig to check for Lua. +Subject: [PATCH 04/10] Use pkgconfig to check for Lua. --- configure.ac | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac -index ebb5fe9..78c2137 100644 +index 31b512f..4519ec9 100644 --- a/configure.ac +++ b/configure.ac -@@ -1378,7 +1378,14 @@ if test "${PBX_PWLIB}" = "1" -a "${USE_OPENH323}" != "no" ; then +@@ -1406,7 +1406,14 @@ if test "${PBX_PWLIB}" = "1" -a "${USE_OPENH323}" != "no" ; then [${PWLIB_INCLUDE}], [${PWLIB_LIB}]) fi @@ -28,5 +28,5 @@ AST_EXT_LIB_CHECK([RADIUS], [radiusclient-ng], [rc_read_config], [radiusclient-ng.h]) -- -1.5.6.5 +1.6.1 Index: asterisk.spec =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/asterisk.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- asterisk.spec 9 Dec 2008 13:40:18 -0000 1.42 +++ asterisk.spec 4 Jan 2009 05:05:42 -0000 1.43 @@ -1,9 +1,9 @@ %define with_apidoc %{?_with_apidoc: 1} %{!?_with_apidoc: 0} -%define beta 2 +%define beta 4 Summary: The Open Source PBX Name: asterisk Version: 1.6.1 -Release: 0.6%{?beta:beta%{beta}}%{?dist} +Release: 0.8%{?beta:beta%{beta}}%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.asterisk.org/ @@ -19,13 +19,13 @@ # MD5 Sums # ======== -# 7dbcff5fb2d591b5b122ccb62909f641 asterisk-1.6.1-beta2.tar.gz -# e2de68706687da9cce78d6f1e5e8d680 asterisk-1.6.1-beta2-stripped.tar.gz +# 6ed4cad3cea37fc0c9bbcc3579a782ff asterisk-1.6.1-beta4.tar.gz +# ea9b4e1988c92cf40a913cb9e5fb32ef asterisk-1.6.1-beta4-stripped.tar.gz # # SHA1 Sums # ========= -# 3ca20384c469c86aa87abb51f147ca6543740b72 asterisk-1.6.1-beta2.tar.gz -# 8bcc273d4f499a974dd7df7b9c328e2cba4e75db asterisk-1.6.1-beta2-stripped.tar.gz +# 2b73ba5b94af16709f41ddeba7d9d93d7d5848af asterisk-1.6.1-beta4.tar.gz +# 1a5d21df9097baa28d44285a8e9b2e602e3b92ce asterisk-1.6.1-beta4-stripped.tar.gz Source0: asterisk-%{version}%{?beta:-beta%{beta}}-stripped.tar.gz Source1: asterisk-logrotate @@ -37,11 +37,12 @@ Patch2: 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch Patch3: 0003-Add-chan_mobile-from-asterisk-addons.patch Patch4: 0004-Use-pkgconfig-to-check-for-Lua.patch -Patch5: 0005-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch -Patch6: 0006-Build-using-external-libedit.patch -Patch7: 0007-Update-autoconf.patch -Patch8: 0008-sys-io.h-is-not-available-on-PPC-systems.patch -Patch9: 0009-Define-missing-variable-when-compiling-on-PPC.patch +Patch5: 0005-Build-using-external-libedit.patch +Patch6: 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch +Patch7: 0007-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch +Patch8: 0008-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch +Patch9: 0009-my-guess-as-replacements-for-the-missing-broken-stuf.patch +Patch10: 0010-Update-autoconf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -427,6 +428,7 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 cp %{SOURCE2} menuselect.makedeps cp %{SOURCE3} menuselect.makeopts @@ -745,14 +747,14 @@ %{_libdir}/asterisk/modules/res_timing_pthread.so %{_libdir}/asterisk/modules/test_dlinklists.so -#%{_sbindir}/aelparse +%{_sbindir}/aelparse %{_sbindir}/astcanary %{_sbindir}/asterisk %{_sbindir}/astgenkey %{_sbindir}/astman %{_sbindir}/autosupport %{_sbindir}/check_expr -#%{_sbindir}/conf2ael +%{_sbindir}/conf2ael %{_sbindir}/muted %{_sbindir}/rasterisk %{_sbindir}/refcounter @@ -1053,6 +1055,12 @@ %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Sat Jan 3 2009 Jeffrey C. Ollie - 1.6.1-0.8.beta4 +- Update to 1.6.1-beta4 + +* Tue Dec 9 2008 Jeffrey C. Ollie - 1.6.1-0.7.beta3 +- Update to 1.6.1-beta3 + * Tue Dec 9 2008 Alex Lancaster - 1.6.1-0.6.beta2 - Rebuild for new gmime Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 7 Nov 2008 16:39:49 -0000 1.18 +++ sources 4 Jan 2009 05:05:42 -0000 1.19 @@ -1 +1 @@ -e2de68706687da9cce78d6f1e5e8d680 asterisk-1.6.1-beta2-stripped.tar.gz +ea9b4e1988c92cf40a913cb9e5fb32ef asterisk-1.6.1-beta4-stripped.tar.gz --- 0005-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch DELETED --- --- 0006-Build-using-external-libedit.patch DELETED --- --- 0007-Update-autoconf.patch DELETED --- --- 0008-sys-io.h-is-not-available-on-PPC-systems.patch DELETED --- --- 0009-Define-missing-variable-when-compiling-on-PPC.patch DELETED --- From jspaleta at fedoraproject.org Sun Jan 4 05:12:04 2009 From: jspaleta at fedoraproject.org (Jef Spaleta) Date: Sun, 4 Jan 2009 05:12:04 +0000 (UTC) Subject: rpms/scipy/F-9 scipy.spec,1.12,1.13 sources,1.5,1.6 Message-ID: <20090104051204.D2F537011F@cvs1.fedora.phx.redhat.com> Author: jspaleta Update of /cvs/pkgs/rpms/scipy/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20995 Modified Files: scipy.spec sources Log Message: * Sat Jan 03 2009 Jef Spaleta - 0.7.0-0.1.b1.fc9 - Update to latest beta to fix bug 478435 Index: scipy.spec =================================================================== RCS file: /cvs/pkgs/rpms/scipy/F-9/scipy.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- scipy.spec 3 Oct 2008 21:13:18 -0000 1.12 +++ scipy.spec 4 Jan 2009 05:11:34 -0000 1.13 @@ -1,14 +1,14 @@ %define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') - +%define betaversion 0.7.0b1 Summary: Scipy: Scientific Tools for Python Name: scipy -Version: 0.6.0 -Release: 7%{?dist} +Version: 0.7.0 +Release: 0.1.b1%{?dist} Group: Development/Libraries License: BSD and LGPLv2+ Url: http://www.scipy.org -Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{version}.tar.gz +Source0: http://prdownloads.sourceforge.net/scipy/%{name}-%{betaversion}.tar.gz # Missing setup.py files which control the build of this module # These should be removed as soon as upstream pushes a release with this fixed Source1: stsci_image_setup.py @@ -18,6 +18,7 @@ BuildRequires: numpy, python-devel BuildRequires: fftw-devel, blas-devel, lapack-devel, ufsparse-devel +BuildRequires: atlas-devel BuildRequires: gcc-gfortran, swig Requires: numpy, python @@ -34,8 +35,8 @@ leading scientists and engineers. -%prep -%setup -q +%prep +%setup -q -n %{name}-%{betaversion} cat > site.cfg << EOF [amd] library_dirs = %{_libdir} @@ -52,12 +53,12 @@ cp %{SOURCE2} scipy/stsci/convolve/setup.py %build -env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 --noarch build +env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py config_fc --fcompiler=gnu95 --noarch build %install rm -rf $RPM_BUILD_ROOT -env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir} FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py install --root=$RPM_BUILD_ROOT +env CFLAGS="$RPM_OPT_FLAGS" ATLAS=%{_libdir}/atlas FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} python setup.py install --root=$RPM_BUILD_ROOT %clean @@ -73,6 +74,9 @@ %changelog +* Sat Jan 03 2009 Jef Spaleta - 0.7.0-0.1.b1.fc9 +- Update to latest beta to fix bug 478435 + * Fri Oct 03 2008 Jef Spaleta - 0.6.0-7 - fix the stsci fix Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/scipy/F-9/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 3 Oct 2007 23:20:44 -0000 1.5 +++ sources 4 Jan 2009 05:11:34 -0000 1.6 @@ -1 +1 @@ -417adf3bfe03f4c23c9fb265018e545c scipy-0.6.0.tar.gz +a3a671f9beb5e7ea38b799e7b56fb1cc scipy-0.7.0b1.tar.gz From mclasen at fedoraproject.org Sun Jan 4 05:15:59 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Sun, 4 Jan 2009 05:15:59 +0000 (UTC) Subject: rpms/poppler/F-10 pdftops-large-image.patch, NONE, 1.1 poppler.spec, 1.76, 1.77 Message-ID: <20090104051559.A44497011F@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/poppler/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21327 Modified Files: poppler.spec Added Files: pdftops-large-image.patch Log Message: upstream bugfix for large images pdftops-large-image.patch: --- NEW FILE pdftops-large-image.patch --- diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc index 014036b..52495d7 100644 --- a/poppler/PSOutputDev.cc +++ b/poppler/PSOutputDev.cc @@ -2610,6 +2610,7 @@ void PSOutputDev::setupImage(Ref id, Stream *str) { GooString *s; int c; int size, line, col, i; + int outerSize, outer; // check if image is already setup for (i = 0; i < imgIDLen; ++i) { @@ -2696,56 +2697,72 @@ void PSOutputDev::setupImage(Ref id, Stream *str) { if (useRLE) { ++size; } + outerSize = size/65535 + 1; + writePSFmt("{0:d} array dup /ImData_{1:d}_{2:d} exch def\n", - size, id.num, id.gen); + outerSize, id.num, id.gen); str->close(); // write the data into the array str->reset(); - line = col = 0; - writePS((char *)(useASCIIHex ? "dup 0 <" : "dup 0 <~")); - do { - do { - c = str->getChar(); - } while (c == '\n' || c == '\r'); - if (c == (useASCIIHex ? '>' : '~') || c == EOF) { - break; - } - if (c == 'z') { - writePSChar(c); - ++col; - } else { - writePSChar(c); - ++col; - for (i = 1; i <= (useASCIIHex ? 1 : 4); ++i) { - do { - c = str->getChar(); - } while (c == '\n' || c == '\r'); - if (c == (useASCIIHex ? '>' : '~') || c == EOF) { - break; - } + for (outer = 0;outer < outerSize;outer++) { + int innerSize = size > 65535 ? 65535 : size; + + // put the inner array into the outer array + writePSFmt("{0:d} array 1 index {1:d} 2 index put\n", + innerSize, outer); + line = col = 0; + writePS((char *)(useASCIIHex ? "dup 0 <" : "dup 0 <~")); + for (;;) { + do { + c = str->getChar(); + } while (c == '\n' || c == '\r'); + if (c == (useASCIIHex ? '>' : '~') || c == EOF) { + break; + } + if (c == 'z') { writePSChar(c); ++col; + } else { + writePSChar(c); + ++col; + for (i = 1; i <= (useASCIIHex ? 1 : 4); ++i) { + do { + c = str->getChar(); + } while (c == '\n' || c == '\r'); + if (c == (useASCIIHex ? '>' : '~') || c == EOF) { + break; + } + writePSChar(c); + ++col; + } + } + // each line is: "dup nnnnn <~...data...~> put" + // so max data length = 255 - 20 = 235 + // chunks are 1 or 4 bytes each, so we have to stop at 232 + // but make it 225 just to be safe + if (col > 225) { + writePS((char *)(useASCIIHex ? "> put\n" : "~> put\n")); + ++line; + if (line >= innerSize) break; + writePSFmt((char *)(useASCIIHex ? "dup {0:d} <" : "dup {0:d} <~"), line); + col = 0; } } - // each line is: "dup nnnnn <~...data...~> put" - // so max data length = 255 - 20 = 235 - // chunks are 1 or 4 bytes each, so we have to stop at 232 - // but make it 225 just to be safe - if (col > 225) { + if (c == (useASCIIHex ? '>' : '~') || c == EOF) { writePS((char *)(useASCIIHex ? "> put\n" : "~> put\n")); - ++line; - writePSFmt((char *)(useASCIIHex ? "dup {0:d} <" : "dup {0:d} <~"), line); - col = 0; + if (useRLE) { + ++line; + writePSFmt("{0:d} <> put\n", line); + } else { + writePS("pop\n"); + } + break; } - } while (c != (useASCIIHex ? '>' : '~') && c != EOF); - writePS((char *)(useASCIIHex ? "> put\n" : "~> put\n")); - if (useRLE) { - ++line; - writePSFmt("{0:d} <> put\n", line); - } else { writePS("pop\n"); + size -= innerSize; } + writePS("pop\n"); str->close(); delete str; @@ -4382,7 +4399,7 @@ void PSOutputDev::doImageL1(Object *ref, GfxImageColorMap *colorMap, // make sure the image is setup, it sometimes is not like on bug #17645 setupImage(ref->getRef(), str); // set up to use the array already created by setupImages() - writePSFmt("ImData_{0:d}_{1:d} 0\n", ref->getRefNum(), ref->getRefGen()); + writePSFmt("ImData_{0:d}_{1:d} 0 0\n", ref->getRefNum(), ref->getRefGen()); } } @@ -4845,7 +4862,7 @@ void PSOutputDev::doImageL2(Object *ref, GfxImageColorMap *colorMap, // make sure the image is setup, it sometimes is not like on bug #17645 setupImage(ref->getRef(), str); // set up to use the array already created by setupImages() - writePSFmt("ImData_{0:d}_{1:d} 0\n", ref->getRefNum(), ref->getRefGen()); + writePSFmt("ImData_{0:d}_{1:d} 0 0\n",ref->getRefNum(), ref->getRefGen()); } } @@ -4899,7 +4916,12 @@ void PSOutputDev::doImageL2(Object *ref, GfxImageColorMap *colorMap, // data source if (mode == psModeForm || inType3Char || preload) { - writePS(" /DataSource { 2 copy get exch 1 add exch }\n"); + if (inlineImg) { + writePS(" /DataSource { 2 copy get exch 1 add exch }\n"); + } else { + writePS(" /DataSource { dup 65535 ge { pop 1 add 0 } if 2 index 2" + " index get 1 index get exch 1 add exch }\n"); + } } else { writePS(" /DataSource currentfile\n"); } @@ -4938,6 +4960,7 @@ void PSOutputDev::doImageL2(Object *ref, GfxImageColorMap *colorMap, writePSFmt(">>\n{0:s}\n", colorMap ? "image" : "imagemask"); // get rid of the array and index + if (!inlineImg) writePS("pop "); writePS("pop pop\n"); } else { @@ -5115,7 +5138,7 @@ void PSOutputDev::doImageL3(Object *ref, GfxImageColorMap *colorMap, // make sure the image is setup, it sometimes is not like on bug #17645 setupImage(ref->getRef(), str); // set up to use the array already created by setupImages() - writePSFmt("ImData_{0:d}_{1:d} 0\n", ref->getRefNum(), ref->getRefGen()); + writePSFmt("ImData_{0:d}_{1:d} 0 0\n", ref->getRefNum(), ref->getRefGen()); } } @@ -5186,7 +5209,12 @@ void PSOutputDev::doImageL3(Object *ref, GfxImageColorMap *colorMap, // data source if (mode == psModeForm || inType3Char || preload) { - writePS(" /DataSource { 2 copy get exch 1 add exch }\n"); + if (inlineImg) { + writePS(" /DataSource { 2 copy get exch 1 add exch }\n"); + } else { + writePS(" /DataSource { dup 65535 ge { pop 1 add 0 } if 2 index 2" + " index get 1 index get exch 1 add exch }\n"); + } } else { writePS(" /DataSource currentfile\n"); } @@ -5322,6 +5350,7 @@ void PSOutputDev::doImageL3(Object *ref, GfxImageColorMap *colorMap, // get rid of the array and index if (mode == psModeForm || inType3Char || preload) { + if (!inlineImg) writePS("pop "); writePS("pop pop\n"); // image data Index: poppler.spec =================================================================== RCS file: /cvs/pkgs/rpms/poppler/F-10/poppler.spec,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- poppler.spec 16 Sep 2008 19:02:41 -0000 1.76 +++ poppler.spec 4 Jan 2009 05:15:29 -0000 1.77 @@ -3,7 +3,7 @@ Summary: PDF rendering library Name: poppler Version: 0.8.7 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 and Redistributable, no modification permitted # the code is GPLv2 # the charmap data in /usr/share/poppler is redistributable @@ -12,6 +12,8 @@ Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.gz Source1: http://poppler.freedesktop.org/poppler-data-%{dataversion}.tar.gz Patch0: poppler-ObjStream.patch +# fix from upstream +Patch1: pdftops-large-image.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk2-devel @@ -108,6 +110,7 @@ %setup -c -q -a1 pushd %{name}-%{version} %patch0 -p0 -b .objstream +%patch1 -p1 -b .large-image popd %build @@ -195,6 +198,9 @@ %{_mandir}/man1/* %changelog +* Sun Jan 4 2009 Matthias Clasen - 0.8.7-3 +- Fix a problem with large images + * Tue Sep 16 2008 Rex Dieter - 0.8.7-2 - cleanup qt3 hack - %%description cosmetics From huzaifas at fedoraproject.org Sun Jan 4 05:21:30 2009 From: huzaifas at fedoraproject.org (Huzaifa Sidhpurwala) Date: Sun, 4 Jan 2009 05:21:30 +0000 (UTC) Subject: rpms/stun/EL-5 stun.spec,NONE,1.1 patch0.diff,NONE,1.1 Message-ID: <20090104052130.6927D7011F@cvs1.fedora.phx.redhat.com> Author: huzaifas Update of /cvs/pkgs/rpms/stun/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24271 Added Files: stun.spec patch0.diff Log Message: First commit --- NEW FILE stun.spec --- %define download_name stund %define download_version _0.96_Aug13.tgz Name: stun Version: 0.96 Release: 2%{?dist} Summary: Implements a simple Stun Client Group: Applications/Communications License: Vovida Software License 1.0 URL: http://sourceforge.net/projects/%{name} Source0: http://downloads.sourceforge.net/%{name}/%{download_name}%{download_version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: patch0.diff %description Implements a simple STUN client on Windows, Linux, and Solaris. The STUN protocol (Simple Traversal of UDP through NATs) is described in the IETF RFC 3489, available at http://www.ietf.org/rfc/rfc3489.txt %package server Summary: Implements the Stun Server Group: Applications/Communications %description server Implements a simple STUN client on Windows, Linux, and Solaris. The STUN protocol (Simple Traversal of UDP through NATs) is described in the IETF RFC 3489, available at http://www.ietf.org/rfc/rfc3489.txt %prep %setup -q -n %{download_name} %patch0 -p0 %build make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_bindir} mkdir -p $RPM_BUILD_ROOT%{_sbindir} install client $RPM_BUILD_ROOT%{_bindir}/stun-client install server $RPM_BUILD_ROOT%{_sbindir}/stun-server %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc rfc3489.txt %{_bindir}/stun-client %files server %{_sbindir}/stun-server %changelog * Wed Apr 9 2008 Huzaifa Sidhpurwala - 0.96-2 - Patched for ppc and x86_64 * Mon Jan 21 2008 Huzaifa Sidhpurwala - 0.96-1 - Used correct macros * Mon Jan 21 2008 Huzaifa Sidhpurwala - 0.96-0 - Initial version patch0.diff: --- NEW FILE patch0.diff --- --- stun.cxx 2005-08-14 06:09:03.000000000 +0530 +++ stun.cxx.huzaifas 2008-04-09 15:11:29.000000000 +0530 @@ -669,16 +669,16 @@ tick = hightick; tick <<= 32; tick |= lowtick; -#elif defined(__GNUC__) && ( defined(__i686__) || defined(__i386__) ) +#elif defined(__GNUC__) && ( defined(__i686__) || defined(__i386__) || defined(__x86_64__) ) asm("rdtsc" : "=A" (tick)); -#elif defined (__SUNPRO_CC) || defined( __sparc__ ) +#elif defined (__SUNPRO_CC) || defined( __sparc__ ) tick = gethrtime(); #elif defined(__MACH__) int fd=open("/dev/random",O_RDONLY); read(fd,&tick,sizeof(tick)); closesocket(fd); #else -# error Need some way to seed the random number generator +/* # error Need some way to seed the random number generator */ #endif int seed = int(tick); #ifdef WIN32 From jspaleta at fedoraproject.org Sun Jan 4 05:37:54 2009 From: jspaleta at fedoraproject.org (Jef Spaleta) Date: Sun, 4 Jan 2009 05:37:54 +0000 (UTC) Subject: rpms/gpodder/devel gpodder.spec,1.21,1.22 Message-ID: <20090104053754.A6E7F7011F@cvs1.fedora.phx.redhat.com> Author: jspaleta Update of /cvs/pkgs/rpms/gpodder/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30047 Modified Files: gpodder.spec Log Message: * Sat Jan 03 2008 Jef Spaleta - 0.14.0-2 - pybluez dep fix Index: gpodder.spec =================================================================== RCS file: /cvs/pkgs/rpms/gpodder/devel/gpodder.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gpodder.spec 11 Dec 2008 22:37:08 -0000 1.21 +++ gpodder.spec 4 Jan 2009 05:37:22 -0000 1.22 @@ -3,7 +3,7 @@ Name: gpodder Version: 0.14.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Podcast receiver/catcher written in Python Group: Applications/Multimedia @@ -19,7 +19,7 @@ BuildRequires: help2man Requires: pygtk2 pygtk2-libglade wget Requires: python-gpod, python-eyed3, python-feedparser -Requires: python-bluez, bluez-gnome, python-imaging +Requires: pybluez, bluez-gnome, python-imaging %description gPodder is a Podcast receiver/catcher written in Python, using GTK. It manages podcast feeds for you and automatically downloads all @@ -76,6 +76,9 @@ %{python_sitelib}/%{name}*.egg-info %changelog +* Sat Jan 03 2008 Jef Spaleta - 0.14.0-2 +- pybluez dep fix + * Mon Dec 11 2008 Jef Spaleta - 0.14.0-1 - New upstream release From jspaleta at fedoraproject.org Sun Jan 4 05:39:07 2009 From: jspaleta at fedoraproject.org (Jef Spaleta) Date: Sun, 4 Jan 2009 05:39:07 +0000 (UTC) Subject: rpms/gpodder/devel gpodder.spec,1.22,1.23 Message-ID: <20090104053907.91E9E7011F@cvs1.fedora.phx.redhat.com> Author: jspaleta Update of /cvs/pkgs/rpms/gpodder/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30348 Modified Files: gpodder.spec Log Message: * Sat Jan 03 2009 Jef Spaleta - 0.14.0-2 - pybluez dep fix Index: gpodder.spec =================================================================== RCS file: /cvs/pkgs/rpms/gpodder/devel/gpodder.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- gpodder.spec 4 Jan 2009 05:37:22 -0000 1.22 +++ gpodder.spec 4 Jan 2009 05:38:37 -0000 1.23 @@ -76,7 +76,7 @@ %{python_sitelib}/%{name}*.egg-info %changelog -* Sat Jan 03 2008 Jef Spaleta - 0.14.0-2 +* Sat Jan 03 2009 Jef Spaleta - 0.14.0-2 - pybluez dep fix * Mon Dec 11 2008 Jef Spaleta - 0.14.0-1 From jcollie at fedoraproject.org Sun Jan 4 05:52:36 2009 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Sun, 4 Jan 2009 05:52:36 +0000 (UTC) Subject: rpms/asterisk/devel 0007-Define-missing-variable-when-compiling-on-PPC.patch, NONE, 1.1 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch, NONE, 1.1 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch, NONE, 1.1 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch, NONE, 1.1 0011-Update-autoconf.patch, NONE, 1.1 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch, 1.6, 1.7 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch, 1.6, 1.7 0003-Add-chan_mobile-from-asterisk-addons.patch, 1.2, 1.3 0004-Use-pkgconfig-to-check-for-Lua.patch, 1.2, 1.3 0005-Build-using-external-libedit.patch, 1.1, 1.2 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch, 1.1, 1.2 asterisk.spec, 1.43, 1.44 0007-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch, 1.1, NONE 0008-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch, 1.1, NONE 0009-my-guess-as-replacements-for-the-missing-broken-stuf.patch, 1.1, NONE 0010-Update-autoconf.patch, 1.3, NONE Message-ID: <20090104055236.47D847013F@cvs1.fedora.phx.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/asterisk/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32620 Modified Files: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 0003-Add-chan_mobile-from-asterisk-addons.patch 0004-Use-pkgconfig-to-check-for-Lua.patch 0005-Build-using-external-libedit.patch 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch asterisk.spec Added Files: 0007-Define-missing-variable-when-compiling-on-PPC.patch 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch 0011-Update-autoconf.patch Removed Files: 0007-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 0008-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 0009-my-guess-as-replacements-for-the-missing-broken-stuf.patch 0010-Update-autoconf.patch Log Message: * Sat Jan 3 2009 Jeffrey C. Ollie - 1.6.1-0.9.beta4 - Update patches 0007-Define-missing-variable-when-compiling-on-PPC.patch: --- NEW FILE 0007-Define-missing-variable-when-compiling-on-PPC.patch --- >From 06b01dff16e335004e107352fb9a87d56ab5dc57 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 7 Nov 2008 14:43:16 -0600 Subject: [PATCH 07/11] Define missing variable when compiling on PPC. --- apps/app_festival.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/apps/app_festival.c b/apps/app_festival.c index 649707b..34c282b 100644 --- a/apps/app_festival.c +++ b/apps/app_festival.c @@ -119,6 +119,7 @@ static int send_waveform_to_fd(char *waveform, int length, int fd) { int res; #ifdef __PPC__ + int x; char c; #endif -- 1.6.1 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch: --- NEW FILE 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch --- >From 15ba569e990035b085d2d983d3c22681ad82be89 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:06:18 -0600 Subject: [PATCH 08/11] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config --- configure.ac | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 891548f..5cfc205 100644 --- a/configure.ac +++ b/configure.ac @@ -1475,7 +1475,17 @@ then AST_EXT_LIB_CHECK([OSPTK], [osptk], [OSPPCryptoDecrypt], [osp/osp.h], [-lcrypto -lssl]) fi -AST_EXT_TOOL_CHECK([GMIME], [gmime], [], [], [#include ], [gboolean q = g_mime_check_version(0,0,0);]) +PBX_GMIME=0 +AC_CHECK_TOOL(PKGCONFIG, pkg-config, No) +if test ! "x${PKGCONFIG}" = xNo; then + GMIME_INCLUDE=$(${PKGCONFIG} gmime-2.4 --cflags 2>/dev/null) + GMIME_LIB=$(${PKGCONFIG} gmime-2.4 --libs) + PBX_GMIME=1 + AC_DEFINE([HAVE_GMIME], 1, [Define if your system has the GMIME libraries.]) +fi +AC_SUBST(PBX_GMIME) +AC_SUBST(GMIME_INCLUDE) +AC_SUBST(GMIME_LIB) AST_EXT_LIB_CHECK([HOARD], [hoard], [malloc], []) -- 1.6.1 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch: --- NEW FILE 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch --- >From fc4a4f6207cb8454b6d3ec673dba10f8daf57050 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:12:18 -0600 Subject: [PATCH 09/11] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail Need to regenerate configure from configure.ac after patch one with ./bootsrap.sh, so fix the broken .m4 in the autoconfig dir. (alternatively change AST_PROG_SED to AC_PROG_SED as it is the same thing in the other .m4 in the autoconf dir) --- autoconf/ast_prog_sed.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/autoconf/ast_prog_sed.m4 b/autoconf/ast_prog_sed.m4 index 283d52f..ae6cfc0 100644 --- a/autoconf/ast_prog_sed.m4 +++ b/autoconf/ast_prog_sed.m4 @@ -12,7 +12,7 @@ AC_DEFUN([AST_PROG_SED], done echo "$ac_script" | sed 99q >conftest.sed $as_unset ac_script || ac_script= - _AC_PATH_PROG_FEATURE_CHECK(SED, [sed gsed], + _AC_PATH_PROGS_FEATURE_CHECK(SED, [sed gsed], [_AC_FEATURE_CHECK_LENGTH([ac_path_SED], [ac_cv_path_SED], ["$ac_path_SED" -f conftest.sed])])]) SED="$ac_cv_path_SED" -- 1.6.1 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch: --- NEW FILE 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch --- >From b7ccdf7e246f75f67529126fb309efd2e6793446 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:15:12 -0600 Subject: [PATCH 10/11] my guess as replacements for the missing/broken stuff against the new gmime api --- res/res_http_post.c | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/res/res_http_post.c b/res/res_http_post.c index deab15c..563ab9c 100644 --- a/res/res_http_post.c +++ b/res/res_http_post.c @@ -119,14 +119,10 @@ static void process_message_callback(GMimeObject *part, gpointer user_data) ast_log(LOG_WARNING, "Got unexpected GMIME_IS_MESSAGE_PARTIAL\n"); return; } else if (GMIME_IS_MULTIPART(part)) { - GList *l; - ast_log(LOG_WARNING, "Got unexpected GMIME_IS_MULTIPART, trying to process subparts\n"); - l = GMIME_MULTIPART(part)->subparts; - while (l) { - process_message_callback(l->data, cbinfo); - l = l->next; - } + + g_mime_multipart_foreach(GMIME_MULTIPART(part), process_message_callback, + cbinfo); } else if (GMIME_IS_PART(part)) { const char *filename; @@ -148,7 +144,7 @@ static int process_message(GMimeMessage *message, const char *post_dir) .post_dir = post_dir, }; - g_mime_message_foreach_part(message, process_message_callback, &cbinfo); + g_mime_message_foreach(message, process_message_callback, &cbinfo); return cbinfo.count; } -- 1.6.1 0011-Update-autoconf.patch: --- NEW FILE 0011-Update-autoconf.patch --- >From acb8f9151b2cf455374f877ce3ae81ffceb5d5dd Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sat, 3 Jan 2009 22:26:11 -0600 Subject: [PATCH 11/11] Update autoconf. --- configure |23473 ++++++++++++++++++++------------------ include/asterisk/autoconfig.h.in | 60 +- 2 files changed, 12574 insertions(+), 10959 deletions(-) diff --git a/configure b/configure index 45c9f2a..b21b693 100755 --- a/configure +++ b/configure @@ -1,12 +1,12 @@ #! /bin/sh -# From configure.ac Revision: 163170 . +# From configure.ac Revision. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for asterisk 1.6. +# Generated by GNU Autoconf 2.63 for asterisk 1.6. # # Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. # @@ -20,7 +20,7 @@ DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -42,17 +42,45 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' else - PATH_SEPARATOR=: + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' fi - rm -f conf$$.sh + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -68,8 +96,6 @@ fi # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -92,7 +118,7 @@ if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -105,17 +131,10 @@ PS2='> ' PS4='+ ' # NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -137,7 +156,7 @@ as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -163,7 +182,7 @@ else as_have_required=no fi - if test $as_have_required = yes && (eval ": + if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } @@ -245,7 +264,7 @@ IFS=$as_save_IFS if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -266,7 +285,7 @@ _ASEOF if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -346,10 +365,10 @@ fi if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - done - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi @@ -418,9 +437,10 @@ fi test \$exitcode = 0") || { echo No shell found that supports shell functions. - echo Please tell autoconf at gnu.org about your system, - echo including any error possibly output before this - echo message + echo Please tell bug-autoconf at gnu.org about your system, + echo including any error possibly output before this message. + echo This can help us improve future autoconf versions. + echo Configuration will now proceed without shell functions. } [...45557 lines suppressed...] else - rm -f $ac_file - mv "$tmp/config.h" $ac_file + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } fi else - echo "/* $configure_input */" - cat "$ac_result" + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 +$as_echo "$as_me: error: could not create -" >&2;} + { (exit 1); exit 1; }; } fi - rm -f "$tmp/out12" ;; @@ -51933,6 +53545,11 @@ _ACEOF chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save +test $ac_write_fail = 0 || + { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. @@ -51954,6 +53571,10 @@ if test "$no_create" != yes; then # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi if test "x${silent}" != "xyes" ; then @@ -51982,17 +53603,17 @@ echo " \$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$. " echo fi -{ echo "$as_me:$LINENO: Package configured for: " >&5 -echo "$as_me: Package configured for: " >&6;} -{ echo "$as_me:$LINENO: OS type : $host_os" >&5 -echo "$as_me: OS type : $host_os" >&6;} -{ echo "$as_me:$LINENO: Host CPU : $host_cpu" >&5 -echo "$as_me: Host CPU : $host_cpu" >&6;} -{ echo "$as_me:$LINENO: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&5 -echo "$as_me: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&6;} -{ echo "$as_me:$LINENO: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&5 -echo "$as_me: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&6;} +{ $as_echo "$as_me:$LINENO: Package configured for: " >&5 +$as_echo "$as_me: Package configured for: " >&6;} +{ $as_echo "$as_me:$LINENO: OS type : $host_os" >&5 +$as_echo "$as_me: OS type : $host_os" >&6;} +{ $as_echo "$as_me:$LINENO: Host CPU : $host_cpu" >&5 +$as_echo "$as_me: Host CPU : $host_cpu" >&6;} +{ $as_echo "$as_me:$LINENO: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&5 +$as_echo "$as_me: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&6;} +{ $as_echo "$as_me:$LINENO: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&5 +$as_echo "$as_me: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&6;} if test "${cross_compiling}" = "yes"; then - { echo "$as_me:$LINENO: Cross Compilation = YES" >&5 -echo "$as_me: Cross Compilation = YES" >&6;} + { $as_echo "$as_me:$LINENO: Cross Compilation = YES" >&5 +$as_echo "$as_me: Cross Compilation = YES" >&6;} fi diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in index e567f45..2cd6e64 100644 --- a/include/asterisk/autoconfig.h.in +++ b/include/asterisk/autoconfig.h.in @@ -126,6 +126,12 @@ /* Define to indicate the ${BKTR_DESCRIP} library version */ #undef HAVE_BKTR_VERSION +/* Define this to indicate the ${BLUETOOTH_DESCRIP} library */ +#undef HAVE_BLUETOOTH + +/* Define to indicate the ${BLUETOOTH_DESCRIP} library version */ +#undef HAVE_BLUETOOTH_VERSION + /* Define to 1 if byteswap.h macros are available. */ #undef HAVE_BYTESWAP_H @@ -407,6 +413,9 @@ /* Define to indicate the ${LDAP_DESCRIP} library version */ #undef HAVE_LDAP_VERSION +/* Define if your system has the NetBSD Editline libraries. */ +#undef HAVE_LIBEDIT + /* Define to 1 if you have the header file. */ #undef HAVE_LIBINTL_H @@ -464,12 +473,9 @@ /* Define to indicate the ${LTDL_DESCRIP} library version */ #undef HAVE_LTDL_VERSION -/* Define this to indicate the ${LUA_DESCRIP} library */ +/* Define if your system has the LUA libraries. */ #undef HAVE_LUA -/* Define to indicate the ${LUA_DESCRIP} library version */ -#undef HAVE_LUA_VERSION - /* Define to 1 if you have the header file. */ #undef HAVE_MALLOC_H @@ -1115,9 +1121,6 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if the C compiler supports function prototypes. */ -#undef PROTOTYPES - /* Define to necessary symbol if this constant uses a non-standard name on your system. */ #undef PTHREAD_CREATE_JOINABLE @@ -1134,11 +1137,6 @@ /* Define to the type of arg 5 for `select'. */ #undef SELECT_TYPE_ARG5 -/* Define to 1 if the `setvbuf' function takes the buffering type as its - second argument and the buffer pointer as the third, as on System V before - release 3. */ -#undef SETVBUF_REVERSED - /* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT @@ -1159,20 +1157,30 @@ /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME -/* Define to 1 if on AIX 3. - System headers sometimes define this. - We just want to avoid a redefinition error message. */ +/* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif - -/* Number of bits in a file offset, on hosts where this is settable. */ -#undef _FILE_OFFSET_BITS - /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif +/* Enable threading extensions on Solaris. */ +#ifndef _POSIX_PTHREAD_SEMANTICS +# undef _POSIX_PTHREAD_SEMANTICS +#endif +/* Enable extensions on HP NonStop. */ +#ifndef _TANDEM_SOURCE +# undef _TANDEM_SOURCE +#endif +/* Enable general extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ +#endif + + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE @@ -1190,20 +1198,6 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE -/* Enable extensions on Solaris. */ -#ifndef __EXTENSIONS__ -# undef __EXTENSIONS__ -#endif -#ifndef _POSIX_PTHREAD_SEMANTICS -# undef _POSIX_PTHREAD_SEMANTICS -#endif -#ifndef _TANDEM_SOURCE -# undef _TANDEM_SOURCE -#endif - -/* Define like PROTOTYPES; this can be used by system headers. */ -#undef __PROTOTYPES - /* Define to empty if `const' does not conform to ANSI C. */ #undef const -- 1.6.1 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch: Index: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0001-Modify-init-scripts-for-better-Fedora-compatibility.patch,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 4 Jan 2009 05:05:40 -0000 1.6 +++ 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 4 Jan 2009 05:52:31 -0000 1.7 @@ -1,7 +1,7 @@ From d397bc03e86335ed571121fa501dfefdc2ddbd4c Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 18 Nov 2007 21:47:59 -0600 -Subject: [PATCH 01/10] Modify init scripts for better Fedora compatibility. +Subject: [PATCH 01/11] Modify init scripts for better Fedora compatibility. --- contrib/init.d/rc.redhat.asterisk | 61 +++++++++++++++++------------------- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch: Index: 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 4 Jan 2009 05:05:40 -0000 1.6 +++ 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 4 Jan 2009 05:52:31 -0000 1.7 @@ -1,7 +1,7 @@ From e5d3f951bfa543e5d8b8cf85535f80b1d1143e09 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 8 Nov 2007 15:52:36 -0600 -Subject: [PATCH 02/10] Modify modules.conf so that different voicemail modules can be loaded. +Subject: [PATCH 02/11] Modify modules.conf so that different voicemail modules can be loaded. --- configs/modules.conf.sample | 26 ++++++++++++++++++++++++++ 0003-Add-chan_mobile-from-asterisk-addons.patch: Index: 0003-Add-chan_mobile-from-asterisk-addons.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0003-Add-chan_mobile-from-asterisk-addons.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0003-Add-chan_mobile-from-asterisk-addons.patch 4 Jan 2009 05:05:40 -0000 1.2 +++ 0003-Add-chan_mobile-from-asterisk-addons.patch 4 Jan 2009 05:52:31 -0000 1.3 @@ -1,7 +1,7 @@ From aeb688bc0889a4b035fd1590ba8df85af6e0a38c Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 16 Oct 2008 16:12:01 -0500 -Subject: [PATCH 03/10] Add chan_mobile from asterisk-addons. +Subject: [PATCH 03/11] Add chan_mobile from asterisk-addons. --- build_tools/menuselect-deps.in | 1 + 0004-Use-pkgconfig-to-check-for-Lua.patch: Index: 0004-Use-pkgconfig-to-check-for-Lua.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0004-Use-pkgconfig-to-check-for-Lua.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0004-Use-pkgconfig-to-check-for-Lua.patch 4 Jan 2009 05:05:40 -0000 1.2 +++ 0004-Use-pkgconfig-to-check-for-Lua.patch 4 Jan 2009 05:52:31 -0000 1.3 @@ -1,7 +1,7 @@ From 24b4e78b81a06375e233ccc7745d5d3bc5b1cc7e Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 25 Feb 2008 13:14:23 -0600 -Subject: [PATCH 04/10] Use pkgconfig to check for Lua. +Subject: [PATCH 04/11] Use pkgconfig to check for Lua. --- configure.ac | 9 ++++++++- 0005-Build-using-external-libedit.patch: Index: 0005-Build-using-external-libedit.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0005-Build-using-external-libedit.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0005-Build-using-external-libedit.patch 4 Jan 2009 05:05:40 -0000 1.1 +++ 0005-Build-using-external-libedit.patch 4 Jan 2009 05:52:31 -0000 1.2 @@ -1,7 +1,7 @@ From 1fc4e0fd9d7d24fd087a1c0d6f4dff5a1fec010f Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Tue, 25 Mar 2008 00:50:27 -0500 -Subject: [PATCH 05/10] Build using external libedit. +Subject: [PATCH 05/11] Build using external libedit. --- build_tools/menuselect-deps.in | 1 + 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch: Index: 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 4 Jan 2009 05:05:40 -0000 1.1 +++ 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 4 Jan 2009 05:52:31 -0000 1.2 @@ -1,7 +1,7 @@ From eb9cc1a836086024bb619948468a80c4ff75bed9 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 10 Oct 2008 11:54:10 -0500 -Subject: [PATCH 06/10] Revert changes to pbx_lua from rev 126363 that cause some problems. +Subject: [PATCH 06/11] Revert changes to pbx_lua from rev 126363 that cause some problems. --- pbx/pbx_lua.c | 6 +++--- Index: asterisk.spec =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/asterisk.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- asterisk.spec 4 Jan 2009 05:05:42 -0000 1.43 +++ asterisk.spec 4 Jan 2009 05:52:34 -0000 1.44 @@ -3,7 +3,7 @@ Summary: The Open Source PBX Name: asterisk Version: 1.6.1 -Release: 0.8%{?beta:beta%{beta}}%{?dist} +Release: 0.9%{?beta:beta%{beta}}%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.asterisk.org/ @@ -39,10 +39,11 @@ Patch4: 0004-Use-pkgconfig-to-check-for-Lua.patch Patch5: 0005-Build-using-external-libedit.patch Patch6: 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch -Patch7: 0007-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch -Patch8: 0008-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch -Patch9: 0009-my-guess-as-replacements-for-the-missing-broken-stuf.patch -Patch10: 0010-Update-autoconf.patch +Patch7: 0007-Define-missing-variable-when-compiling-on-PPC.patch +Patch8: 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch +Patch9: 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch +Patch10: 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch +Patch11: 0011-Update-autoconf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -429,6 +430,7 @@ %patch8 -p1 %patch9 -p1 %patch10 -p1 +%patch11 -p1 cp %{SOURCE2} menuselect.makedeps cp %{SOURCE3} menuselect.makeopts @@ -1055,6 +1057,9 @@ %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Sat Jan 3 2009 Jeffrey C. Ollie - 1.6.1-0.9.beta4 +- Update patches + * Sat Jan 3 2009 Jeffrey C. Ollie - 1.6.1-0.8.beta4 - Update to 1.6.1-beta4 --- 0007-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch DELETED --- --- 0008-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch DELETED --- --- 0009-my-guess-as-replacements-for-the-missing-broken-stuf.patch DELETED --- --- 0010-Update-autoconf.patch DELETED --- From mclasen at fedoraproject.org Sun Jan 4 05:55:53 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Sun, 4 Jan 2009 05:55:53 +0000 (UTC) Subject: rpms/poppler/F-10 pdftops-large-image.patch, 1.1, 1.2 poppler.spec, 1.77, 1.78 Message-ID: <20090104055553.E836B7013F@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/poppler/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv681 Modified Files: pdftops-large-image.patch poppler.spec Log Message: fix the patch pdftops-large-image.patch: Index: pdftops-large-image.patch =================================================================== RCS file: /cvs/pkgs/rpms/poppler/F-10/pdftops-large-image.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pdftops-large-image.patch 4 Jan 2009 05:15:29 -0000 1.1 +++ pdftops-large-image.patch 4 Jan 2009 05:55:23 -0000 1.2 @@ -1,8 +1,6 @@ -diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc -index 014036b..52495d7 100644 ---- a/poppler/PSOutputDev.cc -+++ b/poppler/PSOutputDev.cc -@@ -2610,6 +2610,7 @@ void PSOutputDev::setupImage(Ref id, Stream *str) { +--- poppler-0.8.7/poppler/PSOutputDev.cc 2008-06-01 16:35:25.000000000 +0200 ++++ poppler-0.8.7.new/poppler/PSOutputDev.cc 2009-01-02 14:20:25.000000000 +0100 +@@ -2591,6 +2591,7 @@ GooString *s; int c; int size, line, col, i; @@ -10,7 +8,7 @@ // check if image is already setup for (i = 0; i < imgIDLen; ++i) { -@@ -2696,56 +2697,72 @@ void PSOutputDev::setupImage(Ref id, Stream *str) { +@@ -2677,56 +2678,72 @@ if (useRLE) { ++size; } @@ -120,25 +118,25 @@ str->close(); delete str; -@@ -4382,7 +4399,7 @@ void PSOutputDev::doImageL1(Object *ref, GfxImageColorMap *colorMap, - // make sure the image is setup, it sometimes is not like on bug #17645 - setupImage(ref->getRef(), str); +@@ -4361,7 +4378,7 @@ + delete str; + } else { // set up to use the array already created by setupImages() - writePSFmt("ImData_{0:d}_{1:d} 0\n", ref->getRefNum(), ref->getRefGen()); + writePSFmt("ImData_{0:d}_{1:d} 0 0\n", ref->getRefNum(), ref->getRefGen()); } } -@@ -4845,7 +4862,7 @@ void PSOutputDev::doImageL2(Object *ref, GfxImageColorMap *colorMap, - // make sure the image is setup, it sometimes is not like on bug #17645 - setupImage(ref->getRef(), str); +@@ -4822,7 +4839,7 @@ + delete str2; + } else { // set up to use the array already created by setupImages() - writePSFmt("ImData_{0:d}_{1:d} 0\n", ref->getRefNum(), ref->getRefGen()); + writePSFmt("ImData_{0:d}_{1:d} 0 0\n",ref->getRefNum(), ref->getRefGen()); } } -@@ -4899,7 +4916,12 @@ void PSOutputDev::doImageL2(Object *ref, GfxImageColorMap *colorMap, +@@ -4876,7 +4893,12 @@ // data source if (mode == psModeForm || inType3Char || preload) { @@ -152,7 +150,7 @@ } else { writePS(" /DataSource currentfile\n"); } -@@ -4938,6 +4960,7 @@ void PSOutputDev::doImageL2(Object *ref, GfxImageColorMap *colorMap, +@@ -4915,6 +4937,7 @@ writePSFmt(">>\n{0:s}\n", colorMap ? "image" : "imagemask"); // get rid of the array and index @@ -160,16 +158,16 @@ writePS("pop pop\n"); } else { -@@ -5115,7 +5138,7 @@ void PSOutputDev::doImageL3(Object *ref, GfxImageColorMap *colorMap, - // make sure the image is setup, it sometimes is not like on bug #17645 - setupImage(ref->getRef(), str); +@@ -5090,7 +5113,7 @@ + delete str2; + } else { // set up to use the array already created by setupImages() - writePSFmt("ImData_{0:d}_{1:d} 0\n", ref->getRefNum(), ref->getRefGen()); + writePSFmt("ImData_{0:d}_{1:d} 0 0\n", ref->getRefNum(), ref->getRefGen()); } } -@@ -5186,7 +5209,12 @@ void PSOutputDev::doImageL3(Object *ref, GfxImageColorMap *colorMap, +@@ -5161,7 +5184,12 @@ // data source if (mode == psModeForm || inType3Char || preload) { @@ -183,7 +181,7 @@ } else { writePS(" /DataSource currentfile\n"); } -@@ -5322,6 +5350,7 @@ void PSOutputDev::doImageL3(Object *ref, GfxImageColorMap *colorMap, +@@ -5297,6 +5325,7 @@ // get rid of the array and index if (mode == psModeForm || inType3Char || preload) { Index: poppler.spec =================================================================== RCS file: /cvs/pkgs/rpms/poppler/F-10/poppler.spec,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- poppler.spec 4 Jan 2009 05:15:29 -0000 1.77 +++ poppler.spec 4 Jan 2009 05:55:23 -0000 1.78 @@ -3,7 +3,7 @@ Summary: PDF rendering library Name: poppler Version: 0.8.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 and Redistributable, no modification permitted # the code is GPLv2 # the charmap data in /usr/share/poppler is redistributable @@ -198,7 +198,7 @@ %{_mandir}/man1/* %changelog -* Sun Jan 4 2009 Matthias Clasen - 0.8.7-3 +* Sun Jan 4 2009 Matthias Clasen - 0.8.7-4 - Fix a problem with large images * Tue Sep 16 2008 Rex Dieter - 0.8.7-2 From agoode at fedoraproject.org Sun Jan 4 05:56:04 2009 From: agoode at fedoraproject.org (Adam Goode) Date: Sun, 4 Jan 2009 05:56:04 +0000 (UTC) Subject: rpms/escape/devel escape.spec,1.13,1.14 Message-ID: <20090104055604.741A97013F@cvs1.fedora.phx.redhat.com> Author: agoode Update of /cvs/extras/rpms/escape/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv771 Modified Files: escape.spec Log Message: * Sun Jan 4 2009 Adam Goode - 200704130-10 - Correct post and postun scripts for icon cache Index: escape.spec =================================================================== RCS file: /cvs/extras/rpms/escape/devel/escape.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- escape.spec 23 Nov 2008 01:19:03 -0000 1.13 +++ escape.spec 4 Jan 2009 05:55:34 -0000 1.14 @@ -1,6 +1,6 @@ Name: escape Version: 200704130 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Extensible block-pushing puzzle game Group: Amusements/Games @@ -79,13 +79,16 @@ %post -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : - +touch --no-create %{_datadir}/icons/hicolor +if [ -x %{_bindir}/gtk-update-icon-cache ] ; then + %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +fi %postun -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +touch --no-create %{_datadir}/icons/hicolor +if [ -x %{_bindir}/gtk-update-icon-cache ] ; then + %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +fi %clean @@ -102,6 +105,9 @@ %changelog +* Sun Jan 4 2009 Adam Goode - 200704130-10 +- Correct post and postun scripts for icon cache + * Sat Aug 30 2008 Adam Goode - 200704130-9 - RPM 4.6 fix for patch tag From jstanley at fedoraproject.org Sun Jan 4 07:10:12 2009 From: jstanley at fedoraproject.org (Jon Stanley) Date: Sun, 4 Jan 2009 07:10:12 +0000 (UTC) Subject: rpms/supybot-fedora/EL-5 .cvsignore, 1.1, 1.2 sources, 1.2, 1.3 supybot-fedora.spec, 1.1, 1.2 Message-ID: <20090104071012.CD6C07011F@cvs1.fedora.phx.redhat.com> Author: jstanley Update of /cvs/pkgs/rpms/supybot-fedora/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19598 Modified Files: .cvsignore sources supybot-fedora.spec Log Message: update to 0.2.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/supybot-fedora/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 8 Dec 2008 00:38:38 -0000 1.1 +++ .cvsignore 4 Jan 2009 07:09:40 -0000 1.2 @@ -0,0 +1 @@ +supybot-fedora-0.2.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/supybot-fedora/EL-5/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2008 01:37:20 -0000 1.2 +++ sources 4 Jan 2009 07:09:40 -0000 1.3 @@ -1 +1 @@ -a8888989d6e222c0f97b1ba50d8ff3dc supybot-fedora-0.2.tar.bz2 +18785e3e40363ae8f3e348412286593c supybot-fedora-0.2.1.tar.bz2 Index: supybot-fedora.spec =================================================================== RCS file: /cvs/pkgs/rpms/supybot-fedora/EL-5/supybot-fedora.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- supybot-fedora.spec 8 Dec 2008 01:37:20 -0000 1.1 +++ supybot-fedora.spec 4 Jan 2009 07:09:40 -0000 1.2 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: supybot-fedora -Version: 0.2 -Release: 4%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Plugin for Supybot to interact with Fedora services Group: Applications/Internet @@ -54,6 +54,9 @@ %changelog +* Sun Jan 4 2009 Jon Stanley - 0.2.1-1 +- New upstream 0.2.1 + * Sun Dec 7 2008 Jon Stanley - 0.2-4 - Fix license tag per review From jstanley at fedoraproject.org Sun Jan 4 07:18:15 2009 From: jstanley at fedoraproject.org (Jon Stanley) Date: Sun, 4 Jan 2009 07:18:15 +0000 (UTC) Subject: rpms/supybot-fedora/F-10 sources, 1.2, 1.3 supybot-fedora.spec, 1.1, 1.2 Message-ID: <20090104071815.92DE07013F@cvs1.fedora.phx.redhat.com> Author: jstanley Update of /cvs/pkgs/rpms/supybot-fedora/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22286/F-10 Modified Files: sources supybot-fedora.spec Log Message: update other branches Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/supybot-fedora/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2008 01:37:21 -0000 1.2 +++ sources 4 Jan 2009 07:17:45 -0000 1.3 @@ -1 +1 @@ -a8888989d6e222c0f97b1ba50d8ff3dc supybot-fedora-0.2.tar.bz2 +18785e3e40363ae8f3e348412286593c supybot-fedora-0.2.1.tar.bz2 Index: supybot-fedora.spec =================================================================== RCS file: /cvs/pkgs/rpms/supybot-fedora/F-10/supybot-fedora.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- supybot-fedora.spec 8 Dec 2008 01:37:21 -0000 1.1 +++ supybot-fedora.spec 4 Jan 2009 07:17:45 -0000 1.2 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: supybot-fedora -Version: 0.2 -Release: 4%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Plugin for Supybot to interact with Fedora services Group: Applications/Internet @@ -54,6 +54,9 @@ %changelog +* Sun Jan 4 2009 Jon Stanley - 0.2.1-1 +- New upstream 0.2.1 + * Sun Dec 7 2008 Jon Stanley - 0.2-4 - Fix license tag per review From jstanley at fedoraproject.org Sun Jan 4 07:18:15 2009 From: jstanley at fedoraproject.org (Jon Stanley) Date: Sun, 4 Jan 2009 07:18:15 +0000 (UTC) Subject: rpms/supybot-fedora/F-9 sources, 1.2, 1.3 supybot-fedora.spec, 1.1, 1.2 Message-ID: <20090104071815.E1C997013F@cvs1.fedora.phx.redhat.com> Author: jstanley Update of /cvs/pkgs/rpms/supybot-fedora/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22286/F-9 Modified Files: sources supybot-fedora.spec Log Message: update other branches Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/supybot-fedora/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2008 01:37:22 -0000 1.2 +++ sources 4 Jan 2009 07:17:45 -0000 1.3 @@ -1 +1 @@ -a8888989d6e222c0f97b1ba50d8ff3dc supybot-fedora-0.2.tar.bz2 +18785e3e40363ae8f3e348412286593c supybot-fedora-0.2.1.tar.bz2 Index: supybot-fedora.spec =================================================================== RCS file: /cvs/pkgs/rpms/supybot-fedora/F-9/supybot-fedora.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- supybot-fedora.spec 8 Dec 2008 01:37:22 -0000 1.1 +++ supybot-fedora.spec 4 Jan 2009 07:17:45 -0000 1.2 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: supybot-fedora -Version: 0.2 -Release: 4%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Plugin for Supybot to interact with Fedora services Group: Applications/Internet @@ -54,6 +54,9 @@ %changelog +* Sun Jan 4 2009 Jon Stanley - 0.2.1-1 +- New upstream 0.2.1 + * Sun Dec 7 2008 Jon Stanley - 0.2-4 - Fix license tag per review From jstanley at fedoraproject.org Sun Jan 4 07:18:16 2009 From: jstanley at fedoraproject.org (Jon Stanley) Date: Sun, 4 Jan 2009 07:18:16 +0000 (UTC) Subject: rpms/supybot-fedora/devel sources, 1.2, 1.3 supybot-fedora.spec, 1.1, 1.2 Message-ID: <20090104071816.58BE77013F@cvs1.fedora.phx.redhat.com> Author: jstanley Update of /cvs/pkgs/rpms/supybot-fedora/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22286/devel Modified Files: sources supybot-fedora.spec Log Message: update other branches Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/supybot-fedora/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Dec 2008 01:23:26 -0000 1.2 +++ sources 4 Jan 2009 07:17:45 -0000 1.3 @@ -1 +1 @@ -a8888989d6e222c0f97b1ba50d8ff3dc supybot-fedora-0.2.tar.bz2 +18785e3e40363ae8f3e348412286593c supybot-fedora-0.2.1.tar.bz2 Index: supybot-fedora.spec =================================================================== RCS file: /cvs/pkgs/rpms/supybot-fedora/devel/supybot-fedora.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- supybot-fedora.spec 8 Dec 2008 01:23:26 -0000 1.1 +++ supybot-fedora.spec 4 Jan 2009 07:17:46 -0000 1.2 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: supybot-fedora -Version: 0.2 -Release: 4%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Plugin for Supybot to interact with Fedora services Group: Applications/Internet @@ -54,6 +54,9 @@ %changelog +* Sun Jan 4 2009 Jon Stanley - 0.2.1-1 +- New upstream 0.2.1 + * Sun Dec 7 2008 Jon Stanley - 0.2-4 - Fix license tag per review From pkgdb at fedoraproject.org Sun Jan 4 10:08:10 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 10:08:10 +0000 Subject: [pkgdb] maatkit had acl change status Message-ID: <20090104100810.CB71720873E@bastion.fedora.phx.redhat.com> lkundrak has set the watchbugzilla acl on maatkit (Fedora devel) to Approved for slankes To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sun Jan 4 10:08:11 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 10:08:11 +0000 Subject: [pkgdb] maatkit had acl change status Message-ID: <20090104100811.DF752208D4F@bastion.fedora.phx.redhat.com> lkundrak has set the watchcommits acl on maatkit (Fedora devel) to Approved for slankes To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sun Jan 4 10:08:12 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 10:08:12 +0000 Subject: [pkgdb] maatkit had acl change status Message-ID: <20090104100812.C77D0208D52@bastion.fedora.phx.redhat.com> lkundrak has set the commit acl on maatkit (Fedora devel) to Approved for slankes To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sun Jan 4 10:08:19 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 10:08:19 +0000 Subject: [pkgdb] maatkit had acl change status Message-ID: <20090104100819.9BC73208D57@bastion.fedora.phx.redhat.com> lkundrak has set the approveacls acl on maatkit (Fedora devel) to Approved for slankes To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sun Jan 4 10:08:22 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 10:08:22 +0000 Subject: [pkgdb] maatkit had acl change status Message-ID: <20090104100822.5A8FC2081F2@bastion.fedora.phx.redhat.com> lkundrak has set the watchbugzilla acl on maatkit (Fedora 10) to Approved for slankes To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sun Jan 4 10:08:23 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 10:08:23 +0000 Subject: [pkgdb] maatkit had acl change status Message-ID: <20090104100824.1CB2A208D5A@bastion.fedora.phx.redhat.com> lkundrak has set the watchcommits acl on maatkit (Fedora 10) to Approved for slankes To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sun Jan 4 10:08:25 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 10:08:25 +0000 Subject: [pkgdb] maatkit had acl change status Message-ID: <20090104100825.A8936208D7D@bastion.fedora.phx.redhat.com> lkundrak has set the commit acl on maatkit (Fedora 10) to Approved for slankes To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sun Jan 4 10:08:26 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 10:08:26 +0000 Subject: [pkgdb] maatkit had acl change status Message-ID: <20090104100826.D187A208DA5@bastion.fedora.phx.redhat.com> lkundrak has set the approveacls acl on maatkit (Fedora 10) to Approved for slankes To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sun Jan 4 10:08:32 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 10:08:32 +0000 Subject: [pkgdb] maatkit had acl change status Message-ID: <20090104100832.25142208DA9@bastion.fedora.phx.redhat.com> lkundrak has set the watchbugzilla acl on maatkit (Fedora 9) to Approved for slankes To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sun Jan 4 10:08:33 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 10:08:33 +0000 Subject: [pkgdb] maatkit had acl change status Message-ID: <20090104100833.D743D208DAC@bastion.fedora.phx.redhat.com> lkundrak has set the watchcommits acl on maatkit (Fedora 9) to Approved for slankes To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sun Jan 4 10:08:35 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 10:08:35 +0000 Subject: [pkgdb] maatkit had acl change status Message-ID: <20090104100835.6FD95208DAE@bastion.fedora.phx.redhat.com> lkundrak has set the commit acl on maatkit (Fedora 9) to Approved for slankes To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From pkgdb at fedoraproject.org Sun Jan 4 10:08:37 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 10:08:37 +0000 Subject: [pkgdb] maatkit had acl change status Message-ID: <20090104100838.1315C208D50@bastion.fedora.phx.redhat.com> lkundrak has set the approveacls acl on maatkit (Fedora 9) to Approved for slankes To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/maatkit From nphilipp at fedoraproject.org Sun Jan 4 12:07:04 2009 From: nphilipp at fedoraproject.org (Nils Philippsen) Date: Sun, 4 Jan 2009 12:07:04 +0000 (UTC) Subject: rpms/gimp/F-9 gimp.spec,1.166,1.167 Message-ID: <20090104120704.5225070141@cvs1.fedora.phx.redhat.com> Author: nphilipp Update of /cvs/pkgs/rpms/gimp/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7178 Modified Files: gimp.spec Log Message: enable building with aalib Index: gimp.spec =================================================================== RCS file: /cvs/pkgs/rpms/gimp/F-9/gimp.spec,v retrieving revision 1.166 retrieving revision 1.167 diff -u -r1.166 -r1.167 --- gimp.spec 1 Jan 2009 21:38:31 -0000 1.166 +++ gimp.spec 4 Jan 2009 12:06:33 -0000 1.167 @@ -29,7 +29,7 @@ %define age 0 %define minorver 600 %define microver %(ver=%{version}; echo ${ver##*.*.}) -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 License: GPLv2+ Group: Applications/Multimedia @@ -173,7 +173,6 @@ %patch1 -p1 -b .jpeg-units %build -LIBAA="disable"; export LIBAA if [ ! -f configure ]; then ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix} fi @@ -447,6 +446,9 @@ %{_libdir}/gimp/%{interfacever}/plug-ins/help-browser %changelog +* Sun Jan 04 2009 Nils Philippsen - 2:2.6.4-2 +- enable building with aalib + * Thu Jan 01 2009 Nils Philippsen - 2:2.6.4-1 - version 2.6.4 From nphilipp at fedoraproject.org Sun Jan 4 12:07:04 2009 From: nphilipp at fedoraproject.org (Nils Philippsen) Date: Sun, 4 Jan 2009 12:07:04 +0000 (UTC) Subject: rpms/gimp/F-10 gimp.spec,1.176,1.177 Message-ID: <20090104120704.51AA070130@cvs1.fedora.phx.redhat.com> Author: nphilipp Update of /cvs/pkgs/rpms/gimp/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7157 Modified Files: gimp.spec Log Message: enable building with aalib Index: gimp.spec =================================================================== RCS file: /cvs/pkgs/rpms/gimp/F-10/gimp.spec,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- gimp.spec 1 Jan 2009 21:38:06 -0000 1.176 +++ gimp.spec 4 Jan 2009 12:06:31 -0000 1.177 @@ -29,7 +29,7 @@ %define age 0 %define minorver 600 %define microver %(ver=%{version}; echo ${ver##*.*.}) -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 License: GPLv2+ Group: Applications/Multimedia @@ -173,7 +173,6 @@ %patch1 -p1 -b .jpeg-units %build -LIBAA="disable"; export LIBAA if [ ! -f configure ]; then ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix} fi @@ -447,6 +446,9 @@ %{_libdir}/gimp/%{interfacever}/plug-ins/help-browser %changelog +* Sun Jan 04 2009 Nils Philippsen - 2:2.6.4-2 +- enable building with aalib + * Thu Jan 01 2009 Nils Philippsen - 2:2.6.4-1 - version 2.6.4 From nphilipp at fedoraproject.org Sun Jan 4 12:07:04 2009 From: nphilipp at fedoraproject.org (Nils Philippsen) Date: Sun, 4 Jan 2009 12:07:04 +0000 (UTC) Subject: rpms/gimp/devel gimp.spec,1.177,1.178 Message-ID: <20090104120704.49F827011F@cvs1.fedora.phx.redhat.com> Author: nphilipp Update of /cvs/pkgs/rpms/gimp/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7127 Modified Files: gimp.spec Log Message: enable building with aalib Index: gimp.spec =================================================================== RCS file: /cvs/pkgs/rpms/gimp/devel/gimp.spec,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- gimp.spec 1 Jan 2009 21:34:53 -0000 1.177 +++ gimp.spec 4 Jan 2009 12:06:30 -0000 1.178 @@ -29,7 +29,7 @@ %define age 0 %define minorver 600 %define microver %(ver=%{version}; echo ${ver##*.*.}) -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 2 License: GPLv2+ Group: Applications/Multimedia @@ -173,7 +173,6 @@ %patch1 -p1 -b .jpeg-units %build -LIBAA="disable"; export LIBAA if [ ! -f configure ]; then ./autogen.sh --quiet $MYARCH_FLAGS --prefix=%{_prefix} fi @@ -447,6 +446,9 @@ %{_libdir}/gimp/%{interfacever}/plug-ins/help-browser %changelog +* Sun Jan 04 2009 Nils Philippsen - 2:2.6.4-2 +- enable building with aalib + * Thu Jan 01 2009 Nils Philippsen - 2:2.6.4-1 - version 2.6.4 From nphilipp at fedoraproject.org Sun Jan 4 12:18:18 2009 From: nphilipp at fedoraproject.org (Nils Philippsen) Date: Sun, 4 Jan 2009 12:18:18 +0000 (UTC) Subject: rpms/gimp/devel gimp.spec,1.178,1.179 Message-ID: <20090104121818.BF42C7011F@cvs1.fedora.phx.redhat.com> Author: nphilipp Update of /cvs/pkgs/rpms/gimp/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9908 Modified Files: gimp.spec Log Message: don't use --without-aa Index: gimp.spec =================================================================== RCS file: /cvs/pkgs/rpms/gimp/devel/gimp.spec,v retrieving revision 1.178 retrieving revision 1.179 diff -u -r1.178 -r1.179 --- gimp.spec 4 Jan 2009 12:06:30 -0000 1.178 +++ gimp.spec 4 Jan 2009 12:17:48 -0000 1.179 @@ -204,7 +204,7 @@ --without-lcms \ %endif --enable-gimp-console \ - --without-aa \ + --with-aa \ %ifos linux --with-linux-input \ %endif From nphilipp at fedoraproject.org Sun Jan 4 12:18:22 2009 From: nphilipp at fedoraproject.org (Nils Philippsen) Date: Sun, 4 Jan 2009 12:18:22 +0000 (UTC) Subject: rpms/gimp/F-10 gimp.spec,1.177,1.178 Message-ID: <20090104121822.537397011F@cvs1.fedora.phx.redhat.com> Author: nphilipp Update of /cvs/pkgs/rpms/gimp/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9939 Modified Files: gimp.spec Log Message: don't use --without-aa Index: gimp.spec =================================================================== RCS file: /cvs/pkgs/rpms/gimp/F-10/gimp.spec,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- gimp.spec 4 Jan 2009 12:06:31 -0000 1.177 +++ gimp.spec 4 Jan 2009 12:17:51 -0000 1.178 @@ -204,7 +204,7 @@ --without-lcms \ %endif --enable-gimp-console \ - --without-aa \ + --with-aa \ %ifos linux --with-linux-input \ %endif From nphilipp at fedoraproject.org Sun Jan 4 12:18:23 2009 From: nphilipp at fedoraproject.org (Nils Philippsen) Date: Sun, 4 Jan 2009 12:18:23 +0000 (UTC) Subject: rpms/gimp/F-9 gimp.spec,1.167,1.168 Message-ID: <20090104121823.5DC247011F@cvs1.fedora.phx.redhat.com> Author: nphilipp Update of /cvs/pkgs/rpms/gimp/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9959 Modified Files: gimp.spec Log Message: don't use --without-aa Index: gimp.spec =================================================================== RCS file: /cvs/pkgs/rpms/gimp/F-9/gimp.spec,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- gimp.spec 4 Jan 2009 12:06:33 -0000 1.167 +++ gimp.spec 4 Jan 2009 12:17:52 -0000 1.168 @@ -204,7 +204,7 @@ --without-lcms \ %endif --enable-gimp-console \ - --without-aa \ + --with-aa \ %ifos linux --with-linux-input \ %endif From frankb at fedoraproject.org Sun Jan 4 14:07:23 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Sun, 4 Jan 2009 14:07:23 +0000 (UTC) Subject: rpms/ctapi-cyberjack/EL-5 ctapi-cyberjack.spec,1.32,1.33 Message-ID: <20090104140723.351E87011F@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/ctapi-cyberjack/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5683 Modified Files: ctapi-cyberjack.spec Log Message: - fix missing dependency (libsysfs-devel) Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/pkgs/rpms/ctapi-cyberjack/EL-5/ctapi-cyberjack.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ctapi-cyberjack.spec 29 Dec 2008 17:12:47 -0000 1.32 +++ ctapi-cyberjack.spec 4 Jan 2009 14:06:50 -0000 1.33 @@ -1,17 +1,17 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader Version: 3.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Requires(pre): group(ctapiusers) Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 %if 0%{?rhel} > 4 || 0%{?fedora} > 4 %define withPCSC 1 -BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 +BuildRequires: libusb-devel readline-devel libsysfs-devel pcsc-lite-devel >= 1.3.0 %else %define withPCSC 0 -BuildRequires: libusb-devel readline-devel +BuildRequires: libusb-devel readline-devel libsysfs-devel %endif %if 0%{?fedora} > 6 %define useNewUdev 1 @@ -181,6 +181,9 @@ %{_bindir}/getdist.sh %changelog +*Sun Jan 04 2009 Frank B??ttner - 3.3.0-3 + - fix missing dependency (libsysfs-devel) + *Mon Dec 29 2008 Frank B??ttner - 3.3.0-2 - no changes From frankb at fedoraproject.org Sun Jan 4 14:25:09 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Sun, 4 Jan 2009 14:25:09 +0000 (UTC) Subject: rpms/ctapi-cyberjack/EL-4 .cvsignore, 1.13, 1.14 ctapi-cyberjack.spec, 1.31, 1.32 sources, 1.13, 1.14 Message-ID: <20090104142509.28A1A7011F@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/ctapi-cyberjack/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12514 Modified Files: .cvsignore ctapi-cyberjack.spec sources Log Message: - update to 3.3.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ctapi-cyberjack/EL-4/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 21 Oct 2007 06:46:55 -0000 1.13 +++ .cvsignore 4 Jan 2009 14:24:38 -0000 1.14 @@ -1 +1 @@ -ctapi-cyberjack-3.0.5.tar.gz +ctapi-cyberjack-3.3.0.tar.gz Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/pkgs/rpms/ctapi-cyberjack/EL-4/ctapi-cyberjack.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ctapi-cyberjack.spec 21 Oct 2007 06:46:56 -0000 1.31 +++ ctapi-cyberjack.spec 4 Jan 2009 14:24:38 -0000 1.32 @@ -1,17 +1,17 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader -Version: 3.0.5 -Release: 1%{?dist} +Version: 3.3.0 +Release: 3%{?dist} Requires(pre): group(ctapiusers) Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 %if 0%{?rhel} > 4 || 0%{?fedora} > 4 %define withPCSC 1 -BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 +BuildRequires: libusb-devel readline-devel libsysfs-devel pcsc-lite-devel >= 1.3.0 %else %define withPCSC 0 -BuildRequires: libusb-devel readline-devel +BuildRequires: libusb-devel readline-devel libsysfs-devel %endif %if 0%{?fedora} > 6 %define useNewUdev 1 @@ -181,6 +181,15 @@ %{_bindir}/getdist.sh %changelog +*Sun Jan 04 2009 Frank B??ttner - 3.3.0-3 + - fix missing dependency (libsysfs-devel) + +*Mon Dec 29 2008 Frank B??ttner - 3.3.0-2 + - no changes + +*Mon Dec 29 2008 Frank B??ttner - 3.3.0-1 + - update to 3.3.0 + *Sat Oct 20 2007 Frank B??ttner - 3.0.5-1 - update to 3.0.5 - fix project URL Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ctapi-cyberjack/EL-4/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 21 Oct 2007 06:46:56 -0000 1.13 +++ sources 4 Jan 2009 14:24:38 -0000 1.14 @@ -1 +1 @@ -733db6dbf918879e552edc37d55ec3be ctapi-cyberjack-3.0.5.tar.gz +56013720fb9de904a9070ee9e3d9ea60 ctapi-cyberjack-3.3.0.tar.gz From frankb at fedoraproject.org Sun Jan 4 14:35:46 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Sun, 4 Jan 2009 14:35:46 +0000 (UTC) Subject: rpms/ctapi-cyberjack/EL-4 ctapi-cyberjack.spec,1.32,1.33 Message-ID: <20090104143546.287307011F@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/ctapi-cyberjack/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14953 Modified Files: ctapi-cyberjack.spec Log Message: - fix missing dependency (libsysfs-devel) for EPEL4 Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/pkgs/rpms/ctapi-cyberjack/EL-4/ctapi-cyberjack.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ctapi-cyberjack.spec 4 Jan 2009 14:24:38 -0000 1.32 +++ ctapi-cyberjack.spec 4 Jan 2009 14:35:15 -0000 1.33 @@ -1,7 +1,7 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader Version: 3.3.0 -Release: 3%{?dist} +Release: 4%{?dist} Requires(pre): group(ctapiusers) Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 @@ -11,7 +11,7 @@ BuildRequires: libusb-devel readline-devel libsysfs-devel pcsc-lite-devel >= 1.3.0 %else %define withPCSC 0 -BuildRequires: libusb-devel readline-devel libsysfs-devel +BuildRequires: libusb-devel readline-devel sysfsutils-devel %endif %if 0%{?fedora} > 6 %define useNewUdev 1 @@ -181,6 +181,9 @@ %{_bindir}/getdist.sh %changelog +*Sun Jan 04 2009 Frank B??ttner - 3.3.0-4 + - fix missing dependency (libsysfs-devel) for EPEL4 + *Sun Jan 04 2009 Frank B??ttner - 3.3.0-3 - fix missing dependency (libsysfs-devel) From frankb at fedoraproject.org Sun Jan 4 14:46:00 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Sun, 4 Jan 2009 14:46:00 +0000 (UTC) Subject: rpms/ctapi-cyberjack/devel .cvsignore, 1.15, 1.16 ctapi-cyberjack.spec, 1.36, 1.37 sources, 1.15, 1.16 Message-ID: <20090104144600.676637011F@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17715 Modified Files: .cvsignore ctapi-cyberjack.spec sources Log Message: -update to 3.3.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 21 Oct 2007 06:36:39 -0000 1.15 +++ .cvsignore 4 Jan 2009 14:45:28 -0000 1.16 @@ -1 +1 @@ -ctapi-cyberjack-3.0.5.tar.gz +ctapi-cyberjack-3.3.0.tar.gz Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/ctapi-cyberjack.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ctapi-cyberjack.spec 19 Feb 2008 03:17:50 -0000 1.36 +++ ctapi-cyberjack.spec 4 Jan 2009 14:45:28 -0000 1.37 @@ -1,17 +1,17 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader -Version: 3.0.5 -Release: 2%{?dist} +Version: 3.3.0 +Release: 4%{?dist} Requires(pre): group(ctapiusers) Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 %if 0%{?rhel} > 4 || 0%{?fedora} > 4 %define withPCSC 1 -BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 +BuildRequires: libusb-devel readline-devel libsysfs-devel pcsc-lite-devel >= 1.3.0 %else %define withPCSC 0 -BuildRequires: libusb-devel readline-devel +BuildRequires: libusb-devel readline-devel sysfsutils-devel %endif %if 0%{?fedora} > 6 %define useNewUdev 1 @@ -181,8 +181,17 @@ %{_bindir}/getdist.sh %changelog -* Mon Feb 18 2008 Fedora Release Engineering - 3.0.5-2 -- Autorebuild for GCC 4.3 +*Sun Jan 04 2009 Frank B??ttner - 3.3.0-4 + - fix missing dependency (libsysfs-devel) for EPEL4 + +*Sun Jan 04 2009 Frank B??ttner - 3.3.0-3 + - fix missing dependency (libsysfs-devel) + +*Mon Dec 29 2008 Frank B??ttner - 3.3.0-2 + - no changes + +*Mon Dec 29 2008 Frank B??ttner - 3.3.0-1 + - update to 3.3.0 *Sat Oct 20 2007 Frank B??ttner - 3.0.5-1 - update to 3.0.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/devel/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 21 Oct 2007 06:36:39 -0000 1.15 +++ sources 4 Jan 2009 14:45:28 -0000 1.16 @@ -1 +1 @@ -733db6dbf918879e552edc37d55ec3be ctapi-cyberjack-3.0.5.tar.gz +56013720fb9de904a9070ee9e3d9ea60 ctapi-cyberjack-3.3.0.tar.gz From jcollie at fedoraproject.org Sun Jan 4 14:48:28 2009 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Sun, 4 Jan 2009 14:48:28 +0000 (UTC) Subject: rpms/asterisk/F-10 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch, NONE, 1.1 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch, NONE, 1.1 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch, NONE, 1.1 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch, NONE, 1.1 0012-Update-autoconf.patch, 1.2, 1.3 .cvsignore, 1.17, 1.18 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch, 1.4, 1.5 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch, 1.4, 1.5 0003-Allow-alternate-extensions-to-be-specified-in-users.patch, 1.3, 1.4 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch, 1.3, 1.4 0005-Add-chan_mobile-from-asterisk-addons.patch, 1.3, 1.4 0006-Use-pkgconfig-to-check-for-Lua.patch, 1.3, 1.4 0007-Build-using-external-libedit.patch, 1.3, 1.4 asterisk.spec, 1.37, 1.38 sources, 1.17, 1.18 0008-Update-autoconf.patch, 1.2, NONE 0009-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch, 1.2, NONE Message-ID: <20090104144829.025D970140@cvs1.fedora.phx.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/asterisk/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18844 Modified Files: .cvsignore 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 0003-Allow-alternate-extensions-to-be-specified-in-users.patch 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch 0005-Add-chan_mobile-from-asterisk-addons.patch 0006-Use-pkgconfig-to-check-for-Lua.patch 0007-Build-using-external-libedit.patch asterisk.spec sources Added Files: 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch 0012-Update-autoconf.patch Removed Files: 0008-Update-autoconf.patch 0009-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch Log Message: * Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.0.2-1 - Update to 1.6.0.2 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch: --- NEW FILE 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch --- >From a092080315b7bfa9b7d174b6114cb957ac1590d8 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 10 Oct 2008 11:54:10 -0500 Subject: [PATCH 08/12] Revert changes to pbx_lua from rev 126363 that cause some problems. --- pbx/pbx_lua.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pbx/pbx_lua.c b/pbx/pbx_lua.c index 6a600a4..a803bd5 100644 --- a/pbx/pbx_lua.c +++ b/pbx/pbx_lua.c @@ -42,9 +42,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include "asterisk/paths.h" #include "asterisk/hashtab.h" -#include -#include -#include +#include +#include +#include static char *config = "extensions.lua"; static char *registrar = "pbx_lua"; -- 1.6.1 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch: --- NEW FILE 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch --- >From 7719af5a016f40f573c90aae17910f7f77b9b4e6 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:06:18 -0600 Subject: [PATCH 09/12] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config --- configure.ac | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 12065a4..08f142d 100644 --- a/configure.ac +++ b/configure.ac @@ -1425,7 +1425,17 @@ then AST_EXT_LIB_CHECK([OSPTK], [osptk], [OSPPCryptoDecrypt], [osp/osp.h], [-lcrypto -lssl]) fi -AST_EXT_TOOL_CHECK([GMIME], [gmime]) +PBX_GMIME=0 +AC_CHECK_TOOL(PKGCONFIG, pkg-config, No) +if test ! "x${PKGCONFIG}" = xNo; then + GMIME_INCLUDE=$(${PKGCONFIG} gmime-2.4 --cflags 2>/dev/null) + GMIME_LIB=$(${PKGCONFIG} gmime-2.4 --libs) + PBX_GMIME=1 + AC_DEFINE([HAVE_GMIME], 1, [Define if your system has the GMIME libraries.]) +fi +AC_SUBST(PBX_GMIME) +AC_SUBST(GMIME_INCLUDE) +AC_SUBST(GMIME_LIB) if test "$PBX_GMIME" = "1"; then -- 1.6.1 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch: --- NEW FILE 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch --- >From 9a6c4641b2aa353c9076df9794d72fba5acdafb0 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:12:18 -0600 Subject: [PATCH 10/12] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail Need to regenerate configure from configure.ac after patch one with ./bootsrap.sh, so fix the broken .m4 in the autoconfig dir. (alternatively change AST_PROG_SED to AC_PROG_SED as it is the same thing in the other .m4 in the autoconf dir) --- autoconf/ast_prog_sed.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/autoconf/ast_prog_sed.m4 b/autoconf/ast_prog_sed.m4 index 283d52f..ae6cfc0 100644 --- a/autoconf/ast_prog_sed.m4 +++ b/autoconf/ast_prog_sed.m4 @@ -12,7 +12,7 @@ AC_DEFUN([AST_PROG_SED], done echo "$ac_script" | sed 99q >conftest.sed $as_unset ac_script || ac_script= - _AC_PATH_PROG_FEATURE_CHECK(SED, [sed gsed], + _AC_PATH_PROGS_FEATURE_CHECK(SED, [sed gsed], [_AC_FEATURE_CHECK_LENGTH([ac_path_SED], [ac_cv_path_SED], ["$ac_path_SED" -f conftest.sed])])]) SED="$ac_cv_path_SED" -- 1.6.1 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch: --- NEW FILE 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch --- >From c38fa4eb3cf989c110a737058c46a916ebab19c8 Mon Sep 17 00:00:00 2001 From: seanbright Date: Mon, 1 Dec 2008 23:41:16 +0000 Subject: [PATCH 11/12] Merged revisions 160170-160172 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ r160170 | seanbright | 2008-12-01 18:08:24 -0500 (Mon, 01 Dec 2008) | 1 line Pay attention to the return value of system(), even if we basically ignore it. ................ r160171 | seanbright | 2008-12-01 18:18:48 -0500 (Mon, 01 Dec 2008) | 1 line Silence a build warning. (chan_phone.c:810: warning: value computed is not used) ................ r160172 | seanbright | 2008-12-01 18:37:49 -0500 (Mon, 01 Dec 2008) | 10 lines Merged revisions 159976 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r159976 | mvanbaak | 2008-12-01 11:08:36 -0500 (Mon, 01 Dec 2008) | 3 lines Get rid of the useless format string and argument in the Bogus/ manager channelname. Noted by kpfleming and name Bogus/manager suggested by eliel ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0 at 160173 f38db490-d61c-443f-a65b-d21fe96a405b --- main/manager.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/main/manager.c b/main/manager.c index 6c28fed..bcf222f 100644 --- a/main/manager.c +++ b/main/manager.c @@ -1729,7 +1729,7 @@ static int action_getvar(struct mansession *s, const struct message *m) if (varname[strlen(varname) - 1] == ')') { if (!c) { - c = ast_channel_alloc(0, 0, "", "", "", "", "", 0, "Bogus/%p", SENTINEL); + c = ast_channel_alloc(0, 0, "", "", "", "", "", 0, "Bogus/manager"); if (c) { ast_func_read(c, (char *) varname, workspace, sizeof(workspace)); ast_channel_free(c); -- 1.6.1 0012-Update-autoconf.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.2 -r 1.3 0012-Update-autoconf.patch Index: 0012-Update-autoconf.patch =================================================================== RCS file: 0012-Update-autoconf.patch diff -N 0012-Update-autoconf.patch --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ 0012-Update-autoconf.patch 4 Jan 2009 14:48:27 -0000 1.3 @@ -0,0 +1,45038 @@ +From 91db0f005bd6818bbd2eade2b79ac430d884971c Mon Sep 17 00:00:00 2001 +From: Jeffrey C. Ollie +Date: Sun, 4 Jan 2009 00:37:02 -0600 +Subject: [PATCH 12/12] Update autoconf. + +--- + configure |23025 ++++++++++++++++++++------------------ + include/asterisk/autoconfig.h.in | 60 +- + 2 files changed, 12340 insertions(+), 10745 deletions(-) + +diff --git a/configure b/configure +index f997451..e40ba2c 100755 +--- a/configure ++++ b/configure +@@ -1,12 +1,12 @@ + #! /bin/sh +-# From configure.ac Revision: 159855 . ++# From configure.ac Revision. + # Guess values for system-dependent variables and create Makefiles. +-# Generated by GNU Autoconf 2.61 for asterisk 1.6. ++# Generated by GNU Autoconf 2.63 for asterisk 1.6. + # + # Report bugs to . + # + # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, +-# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ++# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + # This configure script is free software; the Free Software Foundation + # gives unlimited permission to copy, distribute and modify it. + # +@@ -20,7 +20,7 @@ DUALCASE=1; export DUALCASE # for MKS sh + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: +- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which ++ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +@@ -42,17 +42,45 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS + as_cr_digits='0123456789' + as_cr_alnum=$as_cr_Letters$as_cr_digits + +-# The user is always right. +-if test "${PATH_SEPARATOR+set}" != set; then +- echo "#! /bin/sh" >conf$$.sh +- echo "exit 0" >>conf$$.sh +- chmod +x conf$$.sh +- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then +- PATH_SEPARATOR=';' ++as_nl=' ++' ++export as_nl ++# Printing a long string crashes Solaris 7 /usr/bin/printf. ++as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' ++as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo ++as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo ++if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then ++ as_echo='printf %s\n' ++ as_echo_n='printf %s' ++else ++ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then ++ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ++ as_echo_n='/usr/ucb/echo -n' + else +- PATH_SEPARATOR=: ++ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' ++ as_echo_n_body='eval ++ arg=$1; ++ case $arg in ++ *"$as_nl"*) ++ expr "X$arg" : "X\\(.*\\)$as_nl"; ++ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; ++ esac; ++ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" ++ ' ++ export as_echo_n_body ++ as_echo_n='sh -c $as_echo_n_body as_echo' + fi +- rm -f conf$$.sh ++ export as_echo_body ++ as_echo='sh -c $as_echo_body as_echo' ++fi ++ ++# The user is always right. ++if test "${PATH_SEPARATOR+set}" != set; then ++ PATH_SEPARATOR=: ++ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { ++ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || ++ PATH_SEPARATOR=';' ++ } + fi + + # Support unset when possible. +@@ -68,8 +96,6 @@ fi + # there to prevent editors from complaining about space-tab. + # (If _AS_PATH_WALK were called with IFS unset, it would disable word + # splitting by setting IFS to empty value.) +-as_nl=' +-' + IFS=" "" $as_nl" + + # Find who we are. Look in the path if we contain no directory separator. +@@ -92,7 +118,7 @@ if test "x$as_myself" = x; then + as_myself=$0 + fi + if test ! -f "$as_myself"; then +- echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 ++ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + { (exit 1); exit 1; } + fi + +@@ -105,17 +131,10 @@ PS2='> ' + PS4='+ ' + + # NLS nuisances. +-for as_var in \ +- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ +- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ +- LC_TELEPHONE LC_TIME +-do +- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then +- eval $as_var=C; export $as_var +- else +- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +- fi +-done ++LC_ALL=C ++export LC_ALL ++LANGUAGE=C ++export LANGUAGE + + # Required to use basename. + if expr a : '\(a\)' >/dev/null 2>&1 && +@@ -137,7 +156,7 @@ as_me=`$as_basename -- "$0" || + $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +-echo X/"$0" | ++$as_echo X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q +@@ -163,7 +182,7 @@ else + as_have_required=no + fi + +- if test $as_have_required = yes && (eval ": ++ if test $as_have_required = yes && (eval ": + (as_func_return () { + (exit \$1) + } +@@ -245,7 +264,7 @@ IFS=$as_save_IFS + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: +- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which ++ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +@@ -266,7 +285,7 @@ _ASEOF + if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then + emulate sh + NULLCMD=: +- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which ++ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +@@ -346,10 +365,10 @@ fi + + if test "x$CONFIG_SHELL" != x; then + for as_var in BASH_ENV ENV +- do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var +- done +- export CONFIG_SHELL +- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} ++ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var ++ done ++ export CONFIG_SHELL ++ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + fi + + +@@ -418,9 +437,10 @@ fi + + test \$exitcode = 0") || { + echo No shell found that supports shell functions. +- echo Please tell autoconf at gnu.org about your system, +- echo including any error possibly output before this +- echo message ++ echo Please tell bug-autoconf at gnu.org about your system, [...44645 lines suppressed...] + else +- rm -f $ac_file +- mv "$tmp/config.h" $ac_file ++ rm -f "$ac_file" ++ mv "$tmp/config.h" "$ac_file" \ ++ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 ++$as_echo "$as_me: error: could not create $ac_file" >&2;} ++ { (exit 1); exit 1; }; } + fi + else +- echo "/* $configure_input */" +- cat "$ac_result" ++ $as_echo "/* $configure_input */" \ ++ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ ++ || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 ++$as_echo "$as_me: error: could not create -" >&2;} ++ { (exit 1); exit 1; }; } + fi +- rm -f "$tmp/out12" + ;; + + +@@ -50858,6 +52450,11 @@ _ACEOF + chmod +x $CONFIG_STATUS + ac_clean_files=$ac_clean_files_save + ++test $ac_write_fail = 0 || ++ { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 ++$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} ++ { (exit 1); exit 1; }; } ++ + + # configure is writing to config.log, and then calls config.status. + # config.status does its own redirection, appending to config.log. +@@ -50879,6 +52476,10 @@ if test "$no_create" != yes; then + # would make configure fail if this is the last instruction. + $ac_cs_success || { (exit 1); exit 1; } + fi ++if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then ++ { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 ++$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} ++fi + + + if test "x${silent}" != "xyes" ; then +@@ -50907,17 +52508,17 @@ echo " \$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$. " + echo + fi + +-{ echo "$as_me:$LINENO: Package configured for: " >&5 +-echo "$as_me: Package configured for: " >&6;} +-{ echo "$as_me:$LINENO: OS type : $host_os" >&5 +-echo "$as_me: OS type : $host_os" >&6;} +-{ echo "$as_me:$LINENO: Host CPU : $host_cpu" >&5 +-echo "$as_me: Host CPU : $host_cpu" >&6;} +-{ echo "$as_me:$LINENO: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&5 +-echo "$as_me: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&6;} +-{ echo "$as_me:$LINENO: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&5 +-echo "$as_me: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&6;} ++{ $as_echo "$as_me:$LINENO: Package configured for: " >&5 ++$as_echo "$as_me: Package configured for: " >&6;} ++{ $as_echo "$as_me:$LINENO: OS type : $host_os" >&5 ++$as_echo "$as_me: OS type : $host_os" >&6;} ++{ $as_echo "$as_me:$LINENO: Host CPU : $host_cpu" >&5 ++$as_echo "$as_me: Host CPU : $host_cpu" >&6;} ++{ $as_echo "$as_me:$LINENO: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&5 ++$as_echo "$as_me: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&6;} ++{ $as_echo "$as_me:$LINENO: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&5 ++$as_echo "$as_me: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&6;} + if test "${cross_compiling}" = "yes"; then +- { echo "$as_me:$LINENO: Cross Compilation = YES" >&5 +-echo "$as_me: Cross Compilation = YES" >&6;} ++ { $as_echo "$as_me:$LINENO: Cross Compilation = YES" >&5 ++$as_echo "$as_me: Cross Compilation = YES" >&6;} + fi +diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in +index 60f497d..1e4c5a6 100644 +--- a/include/asterisk/autoconfig.h.in ++++ b/include/asterisk/autoconfig.h.in +@@ -119,6 +119,12 @@ + /* Define to indicate the ${BKTR_DESCRIP} library version */ + #undef HAVE_BKTR_VERSION + ++/* Define this to indicate the ${BLUETOOTH_DESCRIP} library */ ++#undef HAVE_BLUETOOTH ++ ++/* Define to indicate the ${BLUETOOTH_DESCRIP} library version */ ++#undef HAVE_BLUETOOTH_VERSION ++ + /* Define to 1 if byteswap.h macros are available. */ + #undef HAVE_BYTESWAP_H + +@@ -391,6 +397,9 @@ + /* Define to indicate the ${LDAP_DESCRIP} library version */ + #undef HAVE_LDAP_VERSION + ++/* Define if your system has the NetBSD Editline libraries. */ ++#undef HAVE_LIBEDIT ++ + /* Define to 1 if you have the header file. */ + #undef HAVE_LIBINTL_H + +@@ -448,12 +457,9 @@ + /* Define to indicate the ${LTDL_DESCRIP} library version */ + #undef HAVE_LTDL_VERSION + +-/* Define this to indicate the ${LUA_DESCRIP} library */ ++/* Define if your system has the LUA libraries. */ + #undef HAVE_LUA + +-/* Define to indicate the ${LUA_DESCRIP} library version */ +-#undef HAVE_LUA_VERSION +- + /* Define to 1 if you have the header file. */ + #undef HAVE_MALLOC_H + +@@ -1087,9 +1093,6 @@ + /* Define to the version of this package. */ + #undef PACKAGE_VERSION + +-/* Define to 1 if the C compiler supports function prototypes. */ +-#undef PROTOTYPES +- + /* Define to necessary symbol if this constant uses a non-standard name on + your system. */ + #undef PTHREAD_CREATE_JOINABLE +@@ -1106,11 +1109,6 @@ + /* Define to the type of arg 5 for `select'. */ + #undef SELECT_TYPE_ARG5 + +-/* Define to 1 if the `setvbuf' function takes the buffering type as its +- second argument and the buffer pointer as the third, as on System V before +- release 3. */ +-#undef SETVBUF_REVERSED +- + /* The size of `int', as computed by sizeof. */ + #undef SIZEOF_INT + +@@ -1131,20 +1129,30 @@ + /* Define to 1 if your declares `struct tm'. */ + #undef TM_IN_SYS_TIME + +-/* Define to 1 if on AIX 3. +- System headers sometimes define this. +- We just want to avoid a redefinition error message. */ ++/* Enable extensions on AIX 3, Interix. */ + #ifndef _ALL_SOURCE + # undef _ALL_SOURCE + #endif +- +-/* Number of bits in a file offset, on hosts where this is settable. */ +-#undef _FILE_OFFSET_BITS +- + /* Enable GNU extensions on systems that have them. */ + #ifndef _GNU_SOURCE + # undef _GNU_SOURCE + #endif ++/* Enable threading extensions on Solaris. */ ++#ifndef _POSIX_PTHREAD_SEMANTICS ++# undef _POSIX_PTHREAD_SEMANTICS ++#endif ++/* Enable extensions on HP NonStop. */ ++#ifndef _TANDEM_SOURCE ++# undef _TANDEM_SOURCE ++#endif ++/* Enable general extensions on Solaris. */ ++#ifndef __EXTENSIONS__ ++# undef __EXTENSIONS__ ++#endif ++ ++ ++/* Number of bits in a file offset, on hosts where this is settable. */ ++#undef _FILE_OFFSET_BITS + + /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ + #undef _LARGEFILE_SOURCE +@@ -1162,20 +1170,6 @@ + /* Define to 1 if you need to in order for `stat' and other things to work. */ + #undef _POSIX_SOURCE + +-/* Enable extensions on Solaris. */ +-#ifndef __EXTENSIONS__ +-# undef __EXTENSIONS__ +-#endif +-#ifndef _POSIX_PTHREAD_SEMANTICS +-# undef _POSIX_PTHREAD_SEMANTICS +-#endif +-#ifndef _TANDEM_SOURCE +-# undef _TANDEM_SOURCE +-#endif +- +-/* Define like PROTOTYPES; this can be used by system headers. */ +-#undef __PROTOTYPES +- + /* Define to empty if `const' does not conform to ANSI C. */ + #undef const + +-- +1.6.1 + Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 10 Oct 2008 22:58:57 -0000 1.17 +++ .cvsignore 4 Jan 2009 14:48:26 -0000 1.18 @@ -1 +1 @@ -asterisk-1.6.0.1-stripped.tar.gz +asterisk-1.6.0.2-stripped.tar.gz 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch: Index: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0001-Modify-init-scripts-for-better-Fedora-compatibility.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 5 Nov 2008 14:58:10 -0000 1.4 +++ 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 4 Jan 2009 14:48:26 -0000 1.5 @@ -1,7 +1,7 @@ -From efe583b4fb0722cc56e52ff8bbadd06ccc312409 Mon Sep 17 00:00:00 2001 +From 0040bd97782e9db8c341af9ffe171749644e35f1 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 18 Nov 2007 21:47:59 -0600 -Subject: [PATCH] Modify init scripts for better Fedora compatibility. +Subject: [PATCH 01/12] Modify init scripts for better Fedora compatibility. --- contrib/init.d/rc.redhat.asterisk | 61 +++++++++++++++++------------------- @@ -151,5 +151,5 @@ +# be initialized. +#AST_GROUP="asterisk" -- -1.5.6.5 +1.6.1 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch: Index: 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 5 Nov 2008 14:58:10 -0000 1.4 +++ 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 4 Jan 2009 14:48:26 -0000 1.5 @@ -1,7 +1,7 @@ -From de8c8daa4f1ad9647fd9be2196b1ca4ba6e3955a Mon Sep 17 00:00:00 2001 +From 42cd072beba88049783a7bedb029760a5952706e Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 8 Nov 2007 15:52:36 -0600 -Subject: [PATCH] Modify modules.conf so that different voicemail modules can be loaded. +Subject: [PATCH 02/12] Modify modules.conf so that different voicemail modules can be loaded. --- configs/modules.conf.sample | 27 +++++++++++++++++++++++++++ @@ -43,5 +43,5 @@ +;noload => app_voicemail_plain.so + -- -1.5.6.5 +1.6.1 0003-Allow-alternate-extensions-to-be-specified-in-users.patch: Index: 0003-Allow-alternate-extensions-to-be-specified-in-users.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0003-Allow-alternate-extensions-to-be-specified-in-users.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0003-Allow-alternate-extensions-to-be-specified-in-users.patch 5 Nov 2008 14:58:10 -0000 1.3 +++ 0003-Allow-alternate-extensions-to-be-specified-in-users.patch 4 Jan 2009 14:48:26 -0000 1.4 @@ -1,17 +1,17 @@ -From 2bc910c60188c668d7ad530a61eeacdac8ac9ee6 Mon Sep 17 00:00:00 2001 +From a9d27e3b5f93ff8658fa06a0c454140f27244363 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 8 Nov 2007 16:32:56 -0600 -Subject: [PATCH] Allow alternate extensions to be specified in users.conf +Subject: [PATCH 03/12] Allow alternate extensions to be specified in users.conf --- pbx/pbx_config.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c -index b63fedd..3574d0d 100644 +index dc48136..6c6ba87 100644 --- a/pbx/pbx_config.c +++ b/pbx/pbx_config.c -@@ -1562,11 +1562,14 @@ static void pbx_load_users(void) +@@ -1568,11 +1568,14 @@ static void pbx_load_users(void) { struct ast_config *cfg; char *cat, *chan; @@ -26,7 +26,7 @@ char *c; int len; int hasvoicemail; -@@ -1647,6 +1650,17 @@ static void pbx_load_users(void) +@@ -1653,6 +1656,17 @@ static void pbx_load_users(void) } else { ast_add_extension2(con, 0, cat, 1, NULL, NULL, "Dial", strdup("${HINT}"), ast_free_ptr, registrar); } @@ -45,5 +45,5 @@ } ast_config_destroy(cfg); -- -1.5.6.5 +1.6.1 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch: Index: 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch 5 Nov 2008 14:58:10 -0000 1.3 +++ 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch 4 Jan 2009 14:48:26 -0000 1.4 @@ -1,7 +1,7 @@ -From 28e48a2b0b1b50a4dc09051f1250ae667614bedb Mon Sep 17 00:00:00 2001 +From 42991016984f9e7930686527706ab0f36baa41d1 Mon Sep 17 00:00:00 2001 From: tilghman Date: Tue, 29 Jul 2008 23:00:45 +0000 -Subject: [PATCH] Minor changes to reduce packaging changes made by the Fedora maintainer. +Subject: [PATCH 04/12] Minor changes to reduce packaging changes made by the Fedora maintainer. (closes issue #12974) Reported by: jcollie Patches: @@ -13,10 +13,10 @@ 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile -index a874a7c..f82602c 100644 +index 788e524..05a58d1 100644 --- a/Makefile +++ b/Makefile -@@ -221,10 +221,16 @@ ifeq ($(OSARCH),linux-gnu) +@@ -222,10 +222,16 @@ ifeq ($(OSARCH),linux-gnu) endif ifeq ($(findstring -save-temps,$(ASTCFLAGS)),) @@ -33,9 +33,9 @@ -ASTCFLAGS+=-Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) +ASTCFLAGS+=-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) - ASTCFLAGS+=-include $(ASTTOPDIR)/include/asterisk/autoconfig.h - -@@ -237,8 +243,10 @@ ifneq ($(findstring BSD,$(OSARCH)),) + ifeq ($(AST_DEVMODE),yes) + ASTCFLAGS+=-Werror +@@ -242,8 +248,10 @@ ifneq ($(findstring BSD,$(OSARCH)),) ASTLDFLAGS+=-L/usr/local/lib endif @@ -49,5 +49,5 @@ ifeq ($(PROC),ppc) -- -1.5.6.5 +1.6.1 0005-Add-chan_mobile-from-asterisk-addons.patch: Index: 0005-Add-chan_mobile-from-asterisk-addons.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0005-Add-chan_mobile-from-asterisk-addons.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0005-Add-chan_mobile-from-asterisk-addons.patch 5 Nov 2008 14:58:10 -0000 1.3 +++ 0005-Add-chan_mobile-from-asterisk-addons.patch 4 Jan 2009 14:48:26 -0000 1.4 @@ -1,7 +1,7 @@ -From f3c9272a15f71e3dc084fad107eceb92d8a19475 Mon Sep 17 00:00:00 2001 +From 8cc8002094fe880d374a727aa0be389ca68b0342 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 25 Feb 2008 09:23:28 -0600 -Subject: [PATCH] Add chan_mobile from asterisk-addons. +Subject: [PATCH 05/12] Add chan_mobile from asterisk-addons. --- build_tools/menuselect-deps.in | 1 + @@ -2228,10 +2228,10 @@ +type=headset +adapter=dlink diff --git a/configure.ac b/configure.ac -index 33b40a2..f86e8f5 100644 +index 20e8e33..b8ebbf5 100644 --- a/configure.ac +++ b/configure.ac -@@ -205,6 +205,8 @@ AST_EXT_LIB_SETUP([ALSA], [Advanced Linux Sound Architecture], [asound]) +@@ -211,6 +211,8 @@ AST_EXT_LIB_SETUP([ALSA], [Advanced Linux Sound Architecture], [asound]) # BKTR is used for backtrace support on platforms that do not # have it natively. AST_EXT_LIB_SETUP([BKTR], [Stack Backtrace support], [execinfo]) @@ -2240,7 +2240,7 @@ AST_EXT_LIB_SETUP([CAP], [POSIX 1.e capabilities], [cap]) AST_EXT_LIB_SETUP([CURL], [cURL], [curl]) AST_EXT_LIB_SETUP([CURSES], [curses], [curses]) -@@ -556,6 +558,8 @@ AC_CHECK_SIZEOF(int) +@@ -574,6 +576,8 @@ AC_CHECK_SIZEOF(int) AST_EXT_LIB_CHECK([ALSA], [asound], [snd_spcm_init], [alsa/asoundlib.h], [-lm -ldl]) @@ -2496,10 +2496,10 @@ + +email me at david.bowerman at gmail.com or dseeb_ on #asterisk & #asterisk-dev irc. diff --git a/makeopts.in b/makeopts.in -index b3e5c49..05de366 100644 +index 018bc6c..039525d 100644 --- a/makeopts.in +++ b/makeopts.in -@@ -69,6 +69,9 @@ AST_NO_STRICT_OVERFLOW=@AST_NO_STRICT_OVERFLOW@ +@@ -71,6 +71,9 @@ AST_FORTIFY_SOURCE=@AST_FORTIFY_SOURCE@ ASOUND_INCLUDE=@ALSA_INCLUDE@ ASOUND_LIB=@ALSA_LIB@ @@ -2510,5 +2510,5 @@ CURL_LIB=@CURL_LIB@ -- -1.5.6.5 +1.6.1 0006-Use-pkgconfig-to-check-for-Lua.patch: Index: 0006-Use-pkgconfig-to-check-for-Lua.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0006-Use-pkgconfig-to-check-for-Lua.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0006-Use-pkgconfig-to-check-for-Lua.patch 5 Nov 2008 14:58:10 -0000 1.3 +++ 0006-Use-pkgconfig-to-check-for-Lua.patch 4 Jan 2009 14:48:26 -0000 1.4 @@ -1,17 +1,17 @@ -From 81bf87aedbf0f1ad5b8ecc97e3012821207445ca Mon Sep 17 00:00:00 2001 +From d633181f75ea7dc879e8ac9d014cf1fc0fe364ef Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 25 Feb 2008 13:14:23 -0600 -Subject: [PATCH] Use pkgconfig to check for Lua. +Subject: [PATCH 06/12] Use pkgconfig to check for Lua. --- configure.ac | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac -index f86e8f5..f4e445c 100644 +index b8ebbf5..d3e4054 100644 --- a/configure.ac +++ b/configure.ac -@@ -1364,7 +1364,14 @@ if test "${PBX_PWLIB}" = "1" -a "${USE_OPENH323}" != "no" ; then +@@ -1382,7 +1382,14 @@ if test "${PBX_PWLIB}" = "1" -a "${USE_OPENH323}" != "no" ; then [${PWLIB_INCLUDE}], [${PWLIB_LIB}]) fi @@ -28,5 +28,5 @@ AST_EXT_LIB_CHECK([RADIUS], [radiusclient-ng], [rc_read_config], [radiusclient-ng.h]) -- -1.5.6.5 +1.6.1 0007-Build-using-external-libedit.patch: Index: 0007-Build-using-external-libedit.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0007-Build-using-external-libedit.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0007-Build-using-external-libedit.patch 5 Nov 2008 14:58:10 -0000 1.3 +++ 0007-Build-using-external-libedit.patch 4 Jan 2009 14:48:27 -0000 1.4 @@ -1,7 +1,7 @@ -From bbdbf8b43a846dd5f84cee581cb43eae7fc57c87 Mon Sep 17 00:00:00 2001 +From a50090dc47540b5c3df28c9846fe753f5476c4fc Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Tue, 25 Mar 2008 00:50:27 -0500 -Subject: [PATCH] Build using external libedit. +Subject: [PATCH 07/12] Build using external libedit. --- build_tools/menuselect-deps.in | 1 + @@ -24,10 +24,10 @@ LUA=@PBX_LUA@ MISDN=@PBX_MISDN@ diff --git a/configure.ac b/configure.ac -index f4e445c..40f8d6e 100644 +index d3e4054..12065a4 100644 --- a/configure.ac +++ b/configure.ac -@@ -223,6 +223,7 @@ AST_EXT_LIB_SETUP([IMAP_TK], [UW IMAP Toolkit], [imap]) +@@ -229,6 +229,7 @@ AST_EXT_LIB_SETUP([IMAP_TK], [UW IMAP Toolkit], [imap]) AST_EXT_LIB_SETUP([ISDNNET], [ISDN4Linux Library], [isdnnet]) AST_EXT_LIB_SETUP([JACK], [Jack Audio Connection Kit], [jack]) AST_EXT_LIB_SETUP([LDAP], [OpenLDAP], [ldap]) @@ -35,7 +35,7 @@ AST_EXT_LIB_SETUP([LTDL], [libtool], [ltdl]) AST_EXT_LIB_SETUP([LUA], [Lua], [lua]) AST_EXT_LIB_SETUP([MISDN], [mISDN User Library], [misdn]) -@@ -1530,6 +1531,27 @@ AC_SUBST(PBX_GTK2) +@@ -1576,6 +1577,27 @@ AC_SUBST(PBX_GTK2) AC_SUBST(GTK2_INCLUDE) AC_SUBST(GTK2_LIB) @@ -64,10 +64,10 @@ AC_PATH_TOOL([CURL_CONFIG], [curl-config], No) if test ! x"${CURL_CONFIG}" = xNo; then diff --git a/main/Makefile b/main/Makefile -index b3a53a3..996ddf6 100644 +index 14fa19a..9d3e9e4 100644 --- a/main/Makefile +++ b/main/Makefile -@@ -132,6 +132,7 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h +@@ -135,6 +135,7 @@ testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h channel.o: ASTCFLAGS+=$(DAHDI_INCLUDE) asterisk.o: ASTCFLAGS+=$(DAHDI_INCLUDE) @@ -75,7 +75,7 @@ ifneq ($(findstring ENABLE_UPLOADS,$(MENUSELECT_CFLAGS)),) http.o: ASTCFLAGS+=$(GMIME_INCLUDE) -@@ -165,13 +166,13 @@ ifneq ($(findstring ENABLE_UPLOADS,$(MENUSELECT_CFLAGS)),) +@@ -168,13 +169,13 @@ ifneq ($(findstring ENABLE_UPLOADS,$(MENUSELECT_CFLAGS)),) GMIMELDFLAGS+=$(GMIME_LIB) endif @@ -93,7 +93,7 @@ $(CMD_PREFIX) $(ASTTOPDIR)/build_tools/strip_nonapi $@ || rm $@ diff --git a/main/cli.c b/main/cli.c -index 70d26e1..90454d8 100644 +index 6b129bc..cc838d5 100644 --- a/main/cli.c +++ b/main/cli.c @@ -34,6 +34,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") @@ -114,10 +114,10 @@ /*! diff --git a/makeopts.in b/makeopts.in -index 05de366..72d5315 100644 +index 039525d..9eef75e 100644 --- a/makeopts.in +++ b/makeopts.in -@@ -241,3 +241,7 @@ TINFO_DIR=@TINFO_DIR@ +@@ -243,3 +243,7 @@ TINFO_DIR=@TINFO_DIR@ # if poll is not present, let the makefile know. POLL_AVAILABLE=@HAS_POLL@ @@ -126,5 +126,5 @@ +LIBEDIT_LIB=@LIBEDIT_LIB@ +LIBEDIT_OBJ=@LIBEDIT_OBJ@ -- -1.5.6.5 +1.6.1 Index: asterisk.spec =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/asterisk.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- asterisk.spec 5 Nov 2008 14:58:10 -0000 1.37 +++ asterisk.spec 4 Jan 2009 14:48:27 -0000 1.38 @@ -2,8 +2,8 @@ Summary: The Open Source PBX Name: asterisk -Version: 1.6.0.1 -Release: 3%{?dist} +Version: 1.6.0.2 +Release: 1%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.asterisk.org/ @@ -19,13 +19,13 @@ # MD5 Sums # ======== -# 5277db1134f0dc736932279c6a25c29a asterisk-1.6.0.1.tar.gz -# 00465d571b2cd9fd49c86b753aa3a551 asterisk-1.6.0.1-stripped.tar.gz +# 22068805be6b11831c507861293fc1f5 asterisk-1.6.0.2.tar.gz +# 6782a95a088a78ebb52252926e94a186 asterisk-1.6.0.2-stripped.tar.gz # # SHA1 Sums # ========= -# 20d77f6a08a8d755eeadf431c1f692d5adeadde8 asterisk-1.6.0.1.tar.gz -# 4f5d1f436ba1119db9dfea072b1e6ac59c9eebd5 asterisk-1.6.0.1-stripped.tar.gz +# 7d7c63f5c8ad17cc7dfd1bdd0fd27eea4fcef2c1 asterisk-1.6.0.2.tar.gz +# 9aa182314ed4cc72bd39c7bd6897812b22bde2a2 asterisk-1.6.0.2-stripped.tar.gz Source0: asterisk-%{version}-stripped.tar.gz Source1: asterisk-logrotate @@ -40,8 +40,11 @@ Patch5: 0005-Add-chan_mobile-from-asterisk-addons.patch Patch6: 0006-Use-pkgconfig-to-check-for-Lua.patch Patch7: 0007-Build-using-external-libedit.patch -Patch8: 0008-Update-autoconf.patch -Patch9: 0009-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch +Patch8: 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch +Patch9: 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch +Patch10: 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch +Patch11: 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch +Patch12: 0012-Update-autoconf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -415,6 +418,9 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 cp %{SOURCE2} menuselect.makedeps cp %{SOURCE3} menuselect.makeopts @@ -727,14 +733,14 @@ %{_libdir}/asterisk/modules/res_smdi.so %{_libdir}/asterisk/modules/res_speech.so -%{_sbindir}/aelparse +#%{_sbindir}/aelparse %{_sbindir}/astcanary %{_sbindir}/asterisk %{_sbindir}/astgenkey %{_sbindir}/astman %{_sbindir}/autosupport %{_sbindir}/check_expr -%{_sbindir}/conf2ael +#%{_sbindir}/conf2ael %{_sbindir}/muted %{_sbindir}/rasterisk %{_sbindir}/safe_asterisk @@ -1024,6 +1030,9 @@ %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.0.2-1 +- Update to 1.6.0.2 + * Wed Nov 5 2008 Jeffrey C. Ollie - 1.6.0.1-3 - Fix issue with init script giving wrong path to config file. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 10 Oct 2008 22:58:57 -0000 1.17 +++ sources 4 Jan 2009 14:48:27 -0000 1.18 @@ -1 +1 @@ -00465d571b2cd9fd49c86b753aa3a551 asterisk-1.6.0.1-stripped.tar.gz +6782a95a088a78ebb52252926e94a186 asterisk-1.6.0.2-stripped.tar.gz --- 0008-Update-autoconf.patch DELETED --- --- 0009-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch DELETED --- From frankb at fedoraproject.org Sun Jan 4 15:38:35 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Sun, 4 Jan 2009 15:38:35 +0000 (UTC) Subject: rpms/ctapi-cyberjack/F-10 .cvsignore, 1.15, 1.16 ctapi-cyberjack.spec, 1.36, 1.37 sources, 1.15, 1.16 Message-ID: <20090104153836.1CD387011F@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32189 Modified Files: .cvsignore ctapi-cyberjack.spec sources Log Message: - update to 3.3.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/F-10/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 21 Oct 2007 06:36:39 -0000 1.15 +++ .cvsignore 4 Jan 2009 15:38:02 -0000 1.16 @@ -1 +1 @@ -ctapi-cyberjack-3.0.5.tar.gz +ctapi-cyberjack-3.3.0.tar.gz Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/F-10/ctapi-cyberjack.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ctapi-cyberjack.spec 19 Feb 2008 03:17:50 -0000 1.36 +++ ctapi-cyberjack.spec 4 Jan 2009 15:38:02 -0000 1.37 @@ -1,17 +1,17 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader -Version: 3.0.5 -Release: 2%{?dist} +Version: 3.3.0 +Release: 4%{?dist} Requires(pre): group(ctapiusers) Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 %if 0%{?rhel} > 4 || 0%{?fedora} > 4 %define withPCSC 1 -BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 +BuildRequires: libusb-devel readline-devel libsysfs-devel pcsc-lite-devel >= 1.3.0 %else %define withPCSC 0 -BuildRequires: libusb-devel readline-devel +BuildRequires: libusb-devel readline-devel sysfsutils-devel %endif %if 0%{?fedora} > 6 %define useNewUdev 1 @@ -181,8 +181,17 @@ %{_bindir}/getdist.sh %changelog -* Mon Feb 18 2008 Fedora Release Engineering - 3.0.5-2 -- Autorebuild for GCC 4.3 +*Sun Jan 04 2009 Frank B??ttner - 3.3.0-4 + - fix missing dependency (libsysfs-devel) for EPEL4 + +*Sun Jan 04 2009 Frank B??ttner - 3.3.0-3 + - fix missing dependency (libsysfs-devel) + +*Mon Dec 29 2008 Frank B??ttner - 3.3.0-2 + - no changes + +*Mon Dec 29 2008 Frank B??ttner - 3.3.0-1 + - update to 3.3.0 *Sat Oct 20 2007 Frank B??ttner - 3.0.5-1 - update to 3.0.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/F-10/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 21 Oct 2007 06:36:39 -0000 1.15 +++ sources 4 Jan 2009 15:38:03 -0000 1.16 @@ -1 +1 @@ -733db6dbf918879e552edc37d55ec3be ctapi-cyberjack-3.0.5.tar.gz +56013720fb9de904a9070ee9e3d9ea60 ctapi-cyberjack-3.3.0.tar.gz From frankb at fedoraproject.org Sun Jan 4 15:43:29 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Sun, 4 Jan 2009 15:43:29 +0000 (UTC) Subject: rpms/ctapi-cyberjack/F-9 .cvsignore, 1.15, 1.16 ctapi-cyberjack.spec, 1.36, 1.37 sources, 1.15, 1.16 Message-ID: <20090104154329.E73FC7011F@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1080 Modified Files: .cvsignore ctapi-cyberjack.spec sources Log Message: - update to 3.3.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/F-9/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 21 Oct 2007 06:36:39 -0000 1.15 +++ .cvsignore 4 Jan 2009 15:42:59 -0000 1.16 @@ -1 +1 @@ -ctapi-cyberjack-3.0.5.tar.gz +ctapi-cyberjack-3.3.0.tar.gz Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/F-9/ctapi-cyberjack.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ctapi-cyberjack.spec 19 Feb 2008 03:17:50 -0000 1.36 +++ ctapi-cyberjack.spec 4 Jan 2009 15:42:59 -0000 1.37 @@ -1,17 +1,17 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader -Version: 3.0.5 -Release: 2%{?dist} +Version: 3.3.0 +Release: 4%{?dist} Requires(pre): group(ctapiusers) Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 %if 0%{?rhel} > 4 || 0%{?fedora} > 4 %define withPCSC 1 -BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 +BuildRequires: libusb-devel readline-devel libsysfs-devel pcsc-lite-devel >= 1.3.0 %else %define withPCSC 0 -BuildRequires: libusb-devel readline-devel +BuildRequires: libusb-devel readline-devel sysfsutils-devel %endif %if 0%{?fedora} > 6 %define useNewUdev 1 @@ -181,8 +181,17 @@ %{_bindir}/getdist.sh %changelog -* Mon Feb 18 2008 Fedora Release Engineering - 3.0.5-2 -- Autorebuild for GCC 4.3 +*Sun Jan 04 2009 Frank B??ttner - 3.3.0-4 + - fix missing dependency (libsysfs-devel) for EPEL4 + +*Sun Jan 04 2009 Frank B??ttner - 3.3.0-3 + - fix missing dependency (libsysfs-devel) + +*Mon Dec 29 2008 Frank B??ttner - 3.3.0-2 + - no changes + +*Mon Dec 29 2008 Frank B??ttner - 3.3.0-1 + - update to 3.3.0 *Sat Oct 20 2007 Frank B??ttner - 3.0.5-1 - update to 3.0.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/F-9/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 21 Oct 2007 06:36:39 -0000 1.15 +++ sources 4 Jan 2009 15:42:59 -0000 1.16 @@ -1 +1 @@ -733db6dbf918879e552edc37d55ec3be ctapi-cyberjack-3.0.5.tar.gz +56013720fb9de904a9070ee9e3d9ea60 ctapi-cyberjack-3.3.0.tar.gz From peterscheie at fedoraproject.org Sun Jan 4 15:48:38 2009 From: peterscheie at fedoraproject.org (Peter Scheie) Date: Sun, 4 Jan 2009 15:48:38 +0000 (UTC) Subject: rpms/k12linux-quick-start-guide/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090104154838.406DD7011F@cvs1.fedora.phx.redhat.com> Author: peterscheie Update of /cvs/pkgs/rpms/k12linux-quick-start-guide/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2121 Modified Files: .cvsignore sources Log Message: In html document, moved reverence to 'version 5' of LTSP to bottom; changed wording of WARNING about dhcp server to CAUTION and emphasized that bridge should be only connected to an isolated switch with thin clients. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 2 Jan 2009 17:32:09 -0000 1.4 +++ .cvsignore 4 Jan 2009 15:48:07 -0000 1.5 @@ -1 +1 @@ -k12linux-quick-start-guide-0.0.9.tar.bz2 +k12linux-quick-start-guide-0.0.10.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 2 Jan 2009 17:32:09 -0000 1.4 +++ sources 4 Jan 2009 15:48:07 -0000 1.5 @@ -1 +1 @@ -db73786ee9a2bf2198a9f2a017088299 k12linux-quick-start-guide-0.0.9.tar.bz2 +81f0ed54497313c6364e11f66014d758 k12linux-quick-start-guide-0.0.10.tar.bz2 From peterscheie at fedoraproject.org Sun Jan 4 15:53:47 2009 From: peterscheie at fedoraproject.org (Peter Scheie) Date: Sun, 4 Jan 2009 15:53:47 +0000 (UTC) Subject: rpms/k12linux-quick-start-guide/devel k12linux-quick-start-guide.spec, 1.3, 1.4 Message-ID: <20090104155347.237AF7011F@cvs1.fedora.phx.redhat.com> Author: peterscheie Update of /cvs/pkgs/rpms/k12linux-quick-start-guide/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3342 Modified Files: k12linux-quick-start-guide.spec Log Message: Forgot to update spec file in last commit. Index: k12linux-quick-start-guide.spec =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/devel/k12linux-quick-start-guide.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- k12linux-quick-start-guide.spec 2 Jan 2009 17:26:13 -0000 1.3 +++ k12linux-quick-start-guide.spec 4 Jan 2009 15:53:16 -0000 1.4 @@ -1,5 +1,5 @@ Name: k12linux-quick-start-guide -Version: 0.0.9 +Version: 0.0.10 Release: 1%{?dist} Summary: Quick Start Guide for K12Linux Live LTSP Server @@ -48,6 +48,12 @@ %changelog +* Sun Jan 04 2009 Peter Scheie - 0.0.10-1 +- Moved 'version 5' phrase describing version of LTSP to bottom of html + document. +- Changed wording of WARNING about the dhcp server to CAUTION and emphasized + that the bridge should only be connected to an isolated switch with the TCs. + * Fri Jan 02 2009 Peter Scheie - 0.0.9-1 - Consolidated 'rpm -e' commands for removing the guide to a single step. - Changed link to newer version of how to get on #ltsp at ltsp.org. From frankb at fedoraproject.org Sun Jan 4 15:53:47 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Sun, 4 Jan 2009 15:53:47 +0000 (UTC) Subject: rpms/ctapi-cyberjack/F-8 .cvsignore, 1.15, 1.16 ctapi-cyberjack.spec, 1.35, 1.36 sources, 1.15, 1.16 Message-ID: <20090104155347.29DF770130@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/extras/rpms/ctapi-cyberjack/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3396 Modified Files: .cvsignore ctapi-cyberjack.spec sources Log Message: - update to 3.3.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/F-8/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 21 Oct 2007 07:10:10 -0000 1.15 +++ .cvsignore 4 Jan 2009 15:53:16 -0000 1.16 @@ -1 +1 @@ -ctapi-cyberjack-3.0.5.tar.gz +ctapi-cyberjack-3.3.0.tar.gz Index: ctapi-cyberjack.spec =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/F-8/ctapi-cyberjack.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ctapi-cyberjack.spec 21 Oct 2007 07:10:10 -0000 1.35 +++ ctapi-cyberjack.spec 4 Jan 2009 15:53:16 -0000 1.36 @@ -1,17 +1,17 @@ Name: ctapi-cyberjack Summary: CT-API 1.1 driver for REINER SCT cyberjack USB chipcard reader -Version: 3.0.5 -Release: 1%{?dist} +Version: 3.3.0 +Release: 4%{?dist} Requires(pre): group(ctapiusers) Requires: %{_libdir}/ctapi #ExcludeArch: x86_64 %if 0%{?rhel} > 4 || 0%{?fedora} > 4 %define withPCSC 1 -BuildRequires: libusb-devel readline-devel pcsc-lite-devel >= 1.3.0 +BuildRequires: libusb-devel readline-devel libsysfs-devel pcsc-lite-devel >= 1.3.0 %else %define withPCSC 0 -BuildRequires: libusb-devel readline-devel +BuildRequires: libusb-devel readline-devel sysfsutils-devel %endif %if 0%{?fedora} > 6 %define useNewUdev 1 @@ -181,6 +181,18 @@ %{_bindir}/getdist.sh %changelog +*Sun Jan 04 2009 Frank B??ttner - 3.3.0-4 + - fix missing dependency (libsysfs-devel) for EPEL4 + +*Sun Jan 04 2009 Frank B??ttner - 3.3.0-3 + - fix missing dependency (libsysfs-devel) + +*Mon Dec 29 2008 Frank B??ttner - 3.3.0-2 + - no changes + +*Mon Dec 29 2008 Frank B??ttner - 3.3.0-1 + - update to 3.3.0 + *Sat Oct 20 2007 Frank B??ttner - 3.0.5-1 - update to 3.0.5 - fix project URL Index: sources =================================================================== RCS file: /cvs/extras/rpms/ctapi-cyberjack/F-8/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 21 Oct 2007 07:10:10 -0000 1.15 +++ sources 4 Jan 2009 15:53:16 -0000 1.16 @@ -1 +1 @@ -733db6dbf918879e552edc37d55ec3be ctapi-cyberjack-3.0.5.tar.gz +56013720fb9de904a9070ee9e3d9ea60 ctapi-cyberjack-3.3.0.tar.gz From peterscheie at fedoraproject.org Sun Jan 4 16:05:56 2009 From: peterscheie at fedoraproject.org (Peter Scheie) Date: Sun, 4 Jan 2009 16:05:56 +0000 (UTC) Subject: rpms/k12linux-quick-start-guide/F-9 .cvsignore, 1.3, 1.4 k12linux-quick-start-guide.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090104160556.92C717011F@cvs1.fedora.phx.redhat.com> Author: peterscheie Update of /cvs/pkgs/rpms/k12linux-quick-start-guide/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7856 Modified Files: .cvsignore k12linux-quick-start-guide.spec sources Log Message: Changed WARNING and verbage on dhcp/bridge to CAUTION and emphasis on using an isolated switch with the thin clients. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-9/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 2 Jan 2009 17:55:39 -0000 1.3 +++ .cvsignore 4 Jan 2009 16:05:25 -0000 1.4 @@ -1 +1 @@ -k12linux-quick-start-guide-0.0.9.tar.bz2 +k12linux-quick-start-guide-0.0.10.tar.bz2 Index: k12linux-quick-start-guide.spec =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-9/k12linux-quick-start-guide.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- k12linux-quick-start-guide.spec 2 Jan 2009 17:55:39 -0000 1.2 +++ k12linux-quick-start-guide.spec 4 Jan 2009 16:05:26 -0000 1.3 @@ -1,5 +1,5 @@ Name: k12linux-quick-start-guide -Version: 0.0.9 +Version: 0.0.10 Release: 1%{?dist} Summary: Quick Start Guide for K12Linux Live LTSP Server @@ -48,6 +48,12 @@ %changelog +* Sun Jan 04 2009 Peter Scheie - 0.0.10-1 +- Moved 'version 5' phrase describing version of LTSP to bottom of html + document. +- Changed wording of WARNING about the dhcp server to CAUTION and emphasized + that the bridge should only be connected to an isolated switch with the TCs. + * Fri Jan 02 2009 Peter Scheie - 0.0.9-1 - Consolidated 'rpm -e' commands for removing the guide to a single step. - Changed link to newer version of how to get on #ltsp at ltsp.org. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Jan 2009 17:55:39 -0000 1.3 +++ sources 4 Jan 2009 16:05:26 -0000 1.4 @@ -1 +1 @@ -db73786ee9a2bf2198a9f2a017088299 k12linux-quick-start-guide-0.0.9.tar.bz2 +81f0ed54497313c6364e11f66014d758 k12linux-quick-start-guide-0.0.10.tar.bz2 From lkundrak at fedoraproject.org Sun Jan 4 16:13:26 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Sun, 4 Jan 2009 16:13:26 +0000 (UTC) Subject: rpms/perl-TAP-Harness-JUnit/devel .cvsignore, 1.2, 1.3 perl-TAP-Harness-JUnit.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090104161326.872BF7011F@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-TAP-Harness-JUnit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9550 Modified Files: .cvsignore perl-TAP-Harness-JUnit.spec sources Log Message: * Sun Jan 4 2008 Lubomir Rintel (Good Data) 0.26-1 - New upstream release - Re-enable regression tests Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-TAP-Harness-JUnit/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 3 Nov 2008 20:06:12 -0000 1.2 +++ .cvsignore 4 Jan 2009 16:12:55 -0000 1.3 @@ -1 +1 @@ -TAP-Harness-JUnit-0.25.tar.gz +TAP-Harness-JUnit-0.26.tar.gz Index: perl-TAP-Harness-JUnit.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-TAP-Harness-JUnit/devel/perl-TAP-Harness-JUnit.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-TAP-Harness-JUnit.spec 3 Nov 2008 22:45:59 -0000 1.2 +++ perl-TAP-Harness-JUnit.spec 4 Jan 2009 16:12:55 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-TAP-Harness-JUnit -Version: 0.25 -Release: 0.2%{?dist} +Version: 0.26 +Release: 1%{?dist} Summary: Generate JUnit compatible output from TAP results License: GPL+ or Artistic Group: Development/Libraries @@ -47,7 +47,7 @@ %check -./Build test ||: +./Build test %clean @@ -62,6 +62,10 @@ %changelog +* Sun Jan 4 2008 Lubomir Rintel (Good Data) 0.26-1 +- New upstream release +- Re-enable regression tests + * Mon Nov 3 2008 Lubomir Rintel (Good Data) 0.25-0.2 - Disable tests due to ambiguity in whitespace within rest results Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-TAP-Harness-JUnit/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 3 Nov 2008 20:06:12 -0000 1.2 +++ sources 4 Jan 2009 16:12:55 -0000 1.3 @@ -1 +1 @@ -cfe00e86d18fe696b8ecfccea84fd892 TAP-Harness-JUnit-0.25.tar.gz +9c73f275ee38cd8e47a8c7c7bc4e4c90 TAP-Harness-JUnit-0.26.tar.gz From lkundrak at fedoraproject.org Sun Jan 4 16:18:31 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Sun, 4 Jan 2009 16:18:31 +0000 (UTC) Subject: rpms/perl-TAP-Harness-JUnit/devel perl-TAP-Harness-JUnit.spec, 1.3, 1.4 Message-ID: <20090104161831.DCCE07011F@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/perl-TAP-Harness-JUnit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10748 Modified Files: perl-TAP-Harness-JUnit.spec Log Message: fix year Index: perl-TAP-Harness-JUnit.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-TAP-Harness-JUnit/devel/perl-TAP-Harness-JUnit.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-TAP-Harness-JUnit.spec 4 Jan 2009 16:12:55 -0000 1.3 +++ perl-TAP-Harness-JUnit.spec 4 Jan 2009 16:18:01 -0000 1.4 @@ -62,7 +62,7 @@ %changelog -* Sun Jan 4 2008 Lubomir Rintel (Good Data) 0.26-1 +* Sun Jan 4 2009 Lubomir Rintel (Good Data) 0.26-1 - New upstream release - Re-enable regression tests From frankb at fedoraproject.org Sun Jan 4 16:19:01 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Sun, 4 Jan 2009 16:19:01 +0000 (UTC) Subject: rpms/qwt/devel .cvsignore,1.2,1.3 qwt.spec,1.3,1.4 sources,1.2,1.3 Message-ID: <20090104161901.AF3657011F@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/qwt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10910 Modified Files: .cvsignore qwt.spec sources Log Message: - update to 5.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/qwt/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Sep 2007 19:14:56 -0000 1.2 +++ .cvsignore 4 Jan 2009 16:18:31 -0000 1.3 @@ -1 +1 @@ -qwt-5.0.2.tar.bz2 +qwt-5.1.1.tar.bz2 Index: qwt.spec =================================================================== RCS file: /cvs/pkgs/rpms/qwt/devel/qwt.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- qwt.spec 22 Nov 2008 12:01:47 -0000 1.3 +++ qwt.spec 4 Jan 2009 16:18:31 -0000 1.4 @@ -1,7 +1,7 @@ Name: qwt Summary: Qt Widgets for Technical Applications -Version: 5.0.2 -Release: 6%{?dist} +Version: 5.1.1 +Release: 1%{?dist} BuildRequires: qt4-devel URL: http://qwt.sourceforge.net License: LGPLv2 with exceptions @@ -68,8 +68,8 @@ %doc COPYING %doc README %{_libdir}/libqwt.so.5 -%{_libdir}/libqwt.so.5.0 -%{_libdir}/libqwt.so.5.0.2 +%{_libdir}/libqwt.so.5.1 +%{_libdir}/libqwt.so.5.1.1 %files devel %defattr(-,root,root) @@ -79,6 +79,9 @@ %{_libdir}/qt4/plugins/designer/libqwt_designer_plugin.so %changelog +* Sun Jan 04 2009 Frank B??ttner - 5.1.1-1 + -update to 5.1.1 + * Mon Feb 18 2008 Fedora Release Engineering - 5.0.2-6 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/qwt/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Sep 2007 19:14:56 -0000 1.2 +++ sources 4 Jan 2009 16:18:31 -0000 1.3 @@ -1 +1 @@ -53adbb313c478dd4aae4f1c864a2037e qwt-5.0.2.tar.bz2 +218cef1a39ebda6cfa440a0727464275 qwt-5.1.1.tar.bz2 From peterscheie at fedoraproject.org Sun Jan 4 16:19:16 2009 From: peterscheie at fedoraproject.org (Peter Scheie) Date: Sun, 4 Jan 2009 16:19:16 +0000 (UTC) Subject: rpms/k12linux-quick-start-guide/F-10 .cvsignore, 1.2, 1.3 k12linux-quick-start-guide.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090104161916.7E3667011F@cvs1.fedora.phx.redhat.com> Author: peterscheie Update of /cvs/pkgs/rpms/k12linux-quick-start-guide/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10650 Modified Files: .cvsignore k12linux-quick-start-guide.spec sources Log Message: In html doc, changed WARNING about dhcp/bridge to CAUTION and emphasized the need to connect bridge to isolated switch. Moved 'version 5' reference of LTSP to bottom. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 2 Jan 2009 22:22:30 -0000 1.2 +++ .cvsignore 4 Jan 2009 16:18:46 -0000 1.3 @@ -1 +1 @@ -k12linux-quick-start-guide-0.0.9.tar.bz2 +k12linux-quick-start-guide-0.0.10.tar.bz2 Index: k12linux-quick-start-guide.spec =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-10/k12linux-quick-start-guide.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- k12linux-quick-start-guide.spec 2 Jan 2009 22:43:06 -0000 1.1 +++ k12linux-quick-start-guide.spec 4 Jan 2009 16:18:46 -0000 1.2 @@ -1,5 +1,5 @@ Name: k12linux-quick-start-guide -Version: 0.0.9 +Version: 0.0.10 Release: 1%{?dist} Summary: Quick Start Guide for K12Linux Live LTSP Server @@ -48,6 +48,12 @@ %changelog +* Sun Jan 04 2009 Peter Scheie - 0.0.10-1 +- Moved 'version 5' phrase describing version of LTSP to bottom of html + document. +- Changed wording of WARNING about the dhcp server to CAUTION and emphasized + that the bridge should only be connected to an isolated switch with the TCs. + * Fri Jan 02 2009 Peter Scheie - 0.0.9-1 - Consolidated 'rpm -e' commands for removing the guide to a single step. - Changed link to newer version of how to get on #ltsp at ltsp.org. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/k12linux-quick-start-guide/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 2 Jan 2009 22:22:30 -0000 1.2 +++ sources 4 Jan 2009 16:18:46 -0000 1.3 @@ -1 +1 @@ -db73786ee9a2bf2198a9f2a017088299 k12linux-quick-start-guide-0.0.9.tar.bz2 +81f0ed54497313c6364e11f66014d758 k12linux-quick-start-guide-0.0.10.tar.bz2 From huzaifas at fedoraproject.org Sun Jan 4 16:19:50 2009 From: huzaifas at fedoraproject.org (Huzaifa Sidhpurwala) Date: Sun, 4 Jan 2009 16:19:50 +0000 (UTC) Subject: rpms/stun/EL-5 sources,1.1,1.2 Message-ID: <20090104161950.B7B8A7011F@cvs1.fedora.phx.redhat.com> Author: huzaifas Update of /cvs/pkgs/rpms/stun/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11273 Modified Files: sources Log Message: sources Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/stun/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 30 Sep 2008 04:33:00 -0000 1.1 +++ sources 4 Jan 2009 16:19:20 -0000 1.2 @@ -0,0 +1 @@ +af23f5f19ed059269f0e29745353a069 stund_0.96_Aug13.tgz From scop at fedoraproject.org Sun Jan 4 16:33:10 2009 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Sun, 4 Jan 2009 16:33:10 +0000 (UTC) Subject: rpms/perl-Config-General/devel perl-Config-General-2.42-system-ixhash.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 perl-Config-General.spec, 1.18, 1.19 sources, 1.11, 1.12 Message-ID: <20090104163310.DF9B070140@cvs1.fedora.phx.redhat.com> Author: scop Update of /cvs/pkgs/rpms/perl-Config-General/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14695 Modified Files: .cvsignore perl-Config-General.spec sources Added Files: perl-Config-General-2.42-system-ixhash.patch Log Message: * Sun Jan 4 2009 Ville Skytt?? - 2.42-1 - 2.42. - Patch test suite to use system installed Tie::IxHash. - Fix some spelling errors in %description. - Use Source0: instead of Source:. perl-Config-General-2.42-system-ixhash.patch: --- NEW FILE perl-Config-General-2.42-system-ixhash.patch --- diff -up Config-General-2.42/t/run.t~ Config-General-2.42/t/run.t --- Config-General-2.42/t/run.t~ 2008-12-17 23:09:33.000000000 +0200 +++ Config-General-2.42/t/run.t 2009-01-04 18:19:41.000000000 +0200 @@ -14,7 +14,8 @@ use Test::More tests => 50; # ahem, we deliver the test code with a local copy of # the Tie::IxHash module so we can do tests on sorted # hashes without dependency to Tie::IxHash. -use lib qw(t); +# ahem, in this rpm we don't (we want to test with the system installed one) +#use lib qw(t); use Tie::IxHash; Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 21 Jun 2008 09:35:48 -0000 1.11 +++ .cvsignore 4 Jan 2009 16:32:39 -0000 1.12 @@ -1 +1 @@ -Config-General-2.40.tar.gz +Config-General-2.42.tar.gz Index: perl-Config-General.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/perl-Config-General.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Config-General.spec 21 Jun 2008 09:35:48 -0000 1.18 +++ perl-Config-General.spec 4 Jan 2009 16:32:39 -0000 1.19 @@ -1,29 +1,31 @@ Name: perl-Config-General -Version: 2.40 +Version: 2.42 Release: 1%{?dist} Summary: Generic configuration module for Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Config-General/ -Source: http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/T/TL/TLINDEN/Config-General-%{version}.tar.gz +Patch0: %{name}-2.42-system-ixhash.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) +BuildRequires: perl(Tie::IxHash) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -This module opens a config file and parses it's contents for +This module opens a config file and parses its contents for you. After parsing the module returns a hash structure which contains the representation of the config file. The format of config files supported by Config::General is inspired by -the well known apache config format, in fact, this module is 100% -read-compatible to apache configs, but you can also just use simple +the well known Apache config format, in fact, this module is 100% +read-compatible with Apache configs, but you can also just use simple name/value pairs in your config files. -In addition to the capabilities of a apache config file it supports -some enhancements such as here-documents, C- style comments or +In addition to the capabilities of an Apache config file it supports +some enhancements such as here-documents, C-style comments or multiline options. It is also possible to save the config back to disk, which makes the module a perfect backend for configuration interfaces. @@ -33,6 +35,8 @@ %prep %setup -q -n Config-General-%{version} +%patch0 -p1 +rm -r t/Tie f=Changelog ; iconv -f iso-8859-1 -t utf-8 -o $f.utf8 $f ; mv $f.utf8 $f @@ -65,6 +69,12 @@ %changelog +* Sun Jan 4 2009 Ville Skytt?? - 2.42-1 +- 2.42. +- Patch test suite to use system installed Tie::IxHash. +- Fix some spelling errors in %%description. +- Use Source0: instead of Source:. + * Sat Jun 21 2008 Ville Skytt?? - 2.40-1 - 2.40. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-General/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 21 Jun 2008 09:35:48 -0000 1.11 +++ sources 4 Jan 2009 16:32:40 -0000 1.12 @@ -1 +1 @@ -cbb860739f2097c4202c225981dcbcf0 Config-General-2.40.tar.gz +2b4d586151de7de521dd415be08b4cd5 Config-General-2.42.tar.gz From s4504kr at fedoraproject.org Sun Jan 4 16:52:23 2009 From: s4504kr at fedoraproject.org (Jochen Schmitt) Date: Sun, 4 Jan 2009 16:52:23 +0000 (UTC) Subject: rpms/scons/EL-5 scons.spec,1.11,1.12 sources,1.5,1.6 Message-ID: <20090104165223.9774F7011F@cvs1.fedora.phx.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/scons/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22621 Modified Files: scons.spec sources Log Message: Upate to release 0.98.4 Index: scons.spec =================================================================== RCS file: /cvs/extras/rpms/scons/EL-5/scons.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- scons.spec 29 Apr 2008 15:36:05 -0000 1.11 +++ scons.spec 4 Jan 2009 16:51:51 -0000 1.12 @@ -1,5 +1,5 @@ Name: scons -Version: 0.98.1 +Version: 0.98.4 Release: 1%{?dist} Summary: An Open Source software construction tool @@ -57,6 +57,9 @@ %changelog +* Sun Jan 4 2009 Jochen Schmitt - 0.98.4-1 +- Update to 0.98.4 to fix BZ #475664 + * Sat Apr 19 2008 Gerard Milmeister - 0.98.1-1 - new release 0.98.1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/scons/EL-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 29 Apr 2008 15:36:05 -0000 1.5 +++ sources 4 Jan 2009 16:51:51 -0000 1.6 @@ -1 +1 @@ -64f555b332d5203101f30dd94c490cb3 scons-0.98.1.tar.gz +4e49ae162bcea9574cde4ce4fc56afe1 scons-0.98.4.tar.gz From andriy at fedoraproject.org Sun Jan 4 16:56:24 2009 From: andriy at fedoraproject.org (Andy Shevchenko) Date: Sun, 4 Jan 2009 16:56:24 +0000 (UTC) Subject: rpms/jack-audio-connection-kit/devel jack-audio-connection-kit.spec, 1.26, 1.27 Message-ID: <20090104165624.37DC27011F@cvs1.fedora.phx.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23603 Modified Files: jack-audio-connection-kit.spec Log Message: Temporary fix for #477402 Index: jack-audio-connection-kit.spec =================================================================== RCS file: /cvs/extras/rpms/jack-audio-connection-kit/devel/jack-audio-connection-kit.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- jack-audio-connection-kit.spec 29 Dec 2008 21:57:27 -0000 1.26 +++ jack-audio-connection-kit.spec 4 Jan 2009 16:55:53 -0000 1.27 @@ -1,7 +1,7 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit Version: 0.116.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 and LGPLv2 Group: System Environment/Daemons Source0: http://www.jackaudio.org/downloads/%{name}-%{version}.tar.gz @@ -64,8 +64,11 @@ # Put custom HTML_FOOTER to avoid timestamp inside # (recipe was taken from http://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks) cp %{SOURCE3} doc/no_date_footer.html -# Fix Doxyfile - apply custom html footer -sed -e 's,^HTML_FOOTER[ \t]*=.*,HTML_FOOTER = no_date_footer.html,' %{doxyfile} > %{doxyfile}.new +# Fix Doxyfile: +# - apply custom html footer (#477718, #341621) +# - avoid font packaging (workaround for #477402, fix will come with #478747) +sed -e 's,^HTML_FOOTER[ \t]*=.*,HTML_FOOTER = no_date_footer.html,; + s,^GENERATE_LATEX[ \t]*=.*,GENERATE_LATEX = NO,;' %{doxyfile} > %{doxyfile}.new touch -r %{doxyfile} %{doxyfile}.new mv -f %{doxyfile}.new %{doxyfile} @@ -173,6 +176,9 @@ %{_bindir}/jack_midisine %changelog +* Sun Jan 04 2009 Andy Shevchenko - 0.116.1-3 +- avoid creation of the LaTeX documentation (temporary fix for #477402) + * Mon Dec 29 2008 Andy Shevchenko - 0.116.1-2 - fix multiarch conflict again (#477718, #341621) From frankb at fedoraproject.org Sun Jan 4 16:57:16 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Sun, 4 Jan 2009 16:57:16 +0000 (UTC) Subject: rpms/qwt/devel qwt-path.patch,1.1,1.2 qwt.spec,1.4,1.5 Message-ID: <20090104165716.B08357011F@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/qwt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24005 Modified Files: qwt-path.patch qwt.spec Log Message: - modify path patch qwt-path.patch: Index: qwt-path.patch =================================================================== RCS file: /cvs/pkgs/rpms/qwt/devel/qwt-path.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qwt-path.patch 29 Sep 2007 19:14:56 -0000 1.1 +++ qwt-path.patch 4 Jan 2009 16:57:16 -0000 1.2 @@ -1,7 +1,7 @@ -diff -Nur qwt-5.0.1.org/designer/designer.pro qwt-5.0.1/designer/designer.pro ---- qwt-5.0.1.org/designer/designer.pro 2007-05-15 15:23:47.000000000 +0200 -+++ qwt-5.0.1/designer/designer.pro 2007-05-15 17:29:13.000000000 +0200 -@@ -92,7 +92,7 @@ +diff -Nur qwt-5.1.1.org/designer/designer.pro qwt-5.1.1/designer/designer.pro +--- qwt-5.1.1.org/designer/designer.pro 2008-05-24 18:47:36.000000000 +0200 ++++ qwt-5.1.1/designer/designer.pro 2009-01-04 17:54:33.000000000 +0100 +@@ -123,7 +123,7 @@ RESOURCES += \ qwt_designer_plugin.qrc @@ -9,21 +9,20 @@ + target.path = QTDESIGNERPATH INSTALLS += target } + } +diff -Nur qwt-5.1.1.org/qwtconfig.pri qwt-5.1.1/qwtconfig.pri +--- qwt-5.1.1.org/qwtconfig.pri 2008-05-24 18:47:36.000000000 +0200 ++++ qwt-5.1.1/qwtconfig.pri 2009-01-04 17:55:07.000000000 +0100 +@@ -7,17 +7,9 @@ + VER_PAT = 1 + VERSION = $$VER_MAJ.$$VER_MIN.$$VER_PAT -diff -Nur qwt-5.0.1.org/qwtconfig.pri qwt-5.0.1/qwtconfig.pri ---- qwt-5.0.1.org/qwtconfig.pri 2007-05-15 12:07:33.000000000 +0200 -+++ qwt-5.0.1/qwtconfig.pri 2007-05-15 15:52:39.000000000 +0200 -@@ -1,18 +1,6 @@ --###################################################################### --# Install paths --###################################################################### -- -unix { -- INSTALLBASE = /usr/local/qwt-5.0.2 +- INSTALLBASE = /usr/local/qwt-5.1.1 -} - -win32 { -- INSTALLBASE = C:/Qwt-5.0.2 +- INSTALLBASE = C:/Qwt-5.1.1 -} - -target.path = $$INSTALLBASE/lib @@ -35,7 +34,7 @@ ###################################################################### # qmake internal options -@@ -58,7 +46,7 @@ +@@ -97,7 +89,7 @@ # QwtSVGItem. ###################################################################### Index: qwt.spec =================================================================== RCS file: /cvs/pkgs/rpms/qwt/devel/qwt.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- qwt.spec 4 Jan 2009 16:18:31 -0000 1.4 +++ qwt.spec 4 Jan 2009 16:57:16 -0000 1.5 @@ -1,7 +1,7 @@ Name: qwt Summary: Qt Widgets for Technical Applications Version: 5.1.1 -Release: 1%{?dist} +Release: 2%{?dist} BuildRequires: qt4-devel URL: http://qwt.sourceforge.net License: LGPLv2 with exceptions @@ -79,6 +79,9 @@ %{_libdir}/qt4/plugins/designer/libqwt_designer_plugin.so %changelog +* Sun Jan 04 2009 Frank B??ttner - 5.1.1-2 + - modify path patch + * Sun Jan 04 2009 Frank B??ttner - 5.1.1-1 -update to 5.1.1 From slankes at fedoraproject.org Sun Jan 4 17:02:49 2009 From: slankes at fedoraproject.org (Sven Lankes) Date: Sun, 4 Jan 2009 17:02:49 +0000 (UTC) Subject: rpms/maatkit/devel .cvsignore, 1.2, 1.3 maatkit.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20090104170249.A0B6D7011F@cvs1.fedora.phx.redhat.com> Author: slankes Update of /cvs/pkgs/rpms/maatkit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25021 Modified Files: .cvsignore maatkit.spec sources Log Message: new upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/maatkit/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 23 Dec 2008 20:35:38 -0000 1.2 +++ .cvsignore 4 Jan 2009 17:02:19 -0000 1.3 @@ -1 +1 @@ -maatkit-2582.tar.gz +maatkit-2725.tar.gz Index: maatkit.spec =================================================================== RCS file: /cvs/pkgs/rpms/maatkit/devel/maatkit.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- maatkit.spec 25 Dec 2008 14:44:12 -0000 1.4 +++ maatkit.spec 4 Jan 2009 17:02:19 -0000 1.5 @@ -1,6 +1,6 @@ Name: maatkit -Version: 2582 -Release: 3%{?dist} +Version: 2725 +Release: 1%{?dist} Summary: Essential command-line utilities for MySQL Group: Applications/Databases @@ -56,6 +56,9 @@ %changelog +* Sun Jan 4 2009 Sven Lankes - 2725-1 +- new upstream release + * Thu Dec 25 2008 Lubomir Rintel - 2582-3 - Really fix the DBD dependency... Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/maatkit/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 23 Dec 2008 20:35:38 -0000 1.2 +++ sources 4 Jan 2009 17:02:19 -0000 1.3 @@ -1 +1 @@ -10e2f12b1e758b32c9c7649f0e26a166 maatkit-2582.tar.gz +fcd33d94c953554e8d1d85bded9b5d55 maatkit-2725.tar.gz From andriy at fedoraproject.org Sun Jan 4 17:11:51 2009 From: andriy at fedoraproject.org (Andy Shevchenko) Date: Sun, 4 Jan 2009 17:11:51 +0000 (UTC) Subject: rpms/jack-audio-connection-kit/F-10 jack-audio-connection-kit.spec, 1.26, 1.27 Message-ID: <20090104171151.943C970140@cvs1.fedora.phx.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28270 Modified Files: jack-audio-connection-kit.spec Log Message: Temporary fix for #477402 Index: jack-audio-connection-kit.spec =================================================================== RCS file: /cvs/extras/rpms/jack-audio-connection-kit/F-10/jack-audio-connection-kit.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- jack-audio-connection-kit.spec 29 Dec 2008 22:03:15 -0000 1.26 +++ jack-audio-connection-kit.spec 4 Jan 2009 17:11:21 -0000 1.27 @@ -1,7 +1,7 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit Version: 0.116.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 and LGPLv2 Group: System Environment/Daemons Source0: http://www.jackaudio.org/downloads/%{name}-%{version}.tar.gz @@ -64,8 +64,11 @@ # Put custom HTML_FOOTER to avoid timestamp inside # (recipe was taken from http://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks) cp %{SOURCE3} doc/no_date_footer.html -# Fix Doxyfile - apply custom html footer -sed -e 's,^HTML_FOOTER[ \t]*=.*,HTML_FOOTER = no_date_footer.html,' %{doxyfile} > %{doxyfile}.new +# Fix Doxyfile: +# - apply custom html footer (#477718, #341621) +# - avoid font packaging (workaround for #477402, fix will come with #478747) +sed -e 's,^HTML_FOOTER[ \t]*=.*,HTML_FOOTER = no_date_footer.html,; + s,^GENERATE_LATEX[ \t]*=.*,GENERATE_LATEX = NO,;' %{doxyfile} > %{doxyfile}.new touch -r %{doxyfile} %{doxyfile}.new mv -f %{doxyfile}.new %{doxyfile} @@ -173,6 +176,9 @@ %{_bindir}/jack_midisine %changelog +* Sun Jan 04 2009 Andy Shevchenko - 0.116.1-3 +- avoid creation of the LaTeX documentation (temporary fix for #477402) + * Mon Dec 29 2008 Andy Shevchenko - 0.116.1-2 - fix multiarch conflict again (#477718, #341621) From andriy at fedoraproject.org Sun Jan 4 17:14:43 2009 From: andriy at fedoraproject.org (Andy Shevchenko) Date: Sun, 4 Jan 2009 17:14:43 +0000 (UTC) Subject: rpms/jack-audio-connection-kit/F-9 jack-audio-connection-kit.spec, 1.26, 1.27 Message-ID: <20090104171443.79B3B7011F@cvs1.fedora.phx.redhat.com> Author: andriy Update of /cvs/extras/rpms/jack-audio-connection-kit/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29886 Modified Files: jack-audio-connection-kit.spec Log Message: Temporary fix for #477402 Index: jack-audio-connection-kit.spec =================================================================== RCS file: /cvs/extras/rpms/jack-audio-connection-kit/F-9/jack-audio-connection-kit.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- jack-audio-connection-kit.spec 29 Dec 2008 22:13:38 -0000 1.26 +++ jack-audio-connection-kit.spec 4 Jan 2009 17:14:13 -0000 1.27 @@ -1,7 +1,7 @@ Summary: The Jack Audio Connection Kit Name: jack-audio-connection-kit Version: 0.116.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 and LGPLv2 Group: System Environment/Daemons Source0: http://www.jackaudio.org/downloads/%{name}-%{version}.tar.gz @@ -64,8 +64,11 @@ # Put custom HTML_FOOTER to avoid timestamp inside # (recipe was taken from http://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks) cp %{SOURCE3} doc/no_date_footer.html -# Fix Doxyfile - apply custom html footer -sed -e 's,^HTML_FOOTER[ \t]*=.*,HTML_FOOTER = no_date_footer.html,' %{doxyfile} > %{doxyfile}.new +# Fix Doxyfile: +# - apply custom html footer (#477718, #341621) +# - avoid font packaging (workaround for #477402, fix will come with #478747) +sed -e 's,^HTML_FOOTER[ \t]*=.*,HTML_FOOTER = no_date_footer.html,; + s,^GENERATE_LATEX[ \t]*=.*,GENERATE_LATEX = NO,;' %{doxyfile} > %{doxyfile}.new touch -r %{doxyfile} %{doxyfile}.new mv -f %{doxyfile}.new %{doxyfile} @@ -173,6 +176,9 @@ %{_bindir}/jack_midisine %changelog +* Sun Jan 04 2009 Andy Shevchenko - 0.116.1-3 +- avoid creation of the LaTeX documentation (temporary fix for #477402) + * Mon Dec 29 2008 Andy Shevchenko - 0.116.1-2 - fix multiarch conflict again (#477718, #341621) From dgoodwin at fedoraproject.org Sun Jan 4 17:20:45 2009 From: dgoodwin at fedoraproject.org (Devan Goodwin) Date: Sun, 4 Jan 2009 17:20:45 +0000 (UTC) Subject: rpms/f-spot/F-10 f-spot.spec,1.80,1.81 Message-ID: <20090104172045.B440E7011F@cvs1.fedora.phx.redhat.com> Author: dgoodwin Update of /cvs/extras/rpms/f-spot/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31179 Modified Files: f-spot.spec Log Message: Merge devel f-spot.spec changes back into F-10. Index: f-spot.spec =================================================================== RCS file: /cvs/extras/rpms/f-spot/F-10/f-spot.spec,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- f-spot.spec 30 Dec 2008 02:01:24 -0000 1.80 +++ f-spot.spec 4 Jan 2009 17:20:14 -0000 1.81 @@ -1,12 +1,12 @@ Name: f-spot Version: 0.5.0.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Photo management application Group: Applications/Multimedia License: GPLv2+ and LGPLv2+ and CPL and MIT -URL: http://www.gnome.org/projects/f-spot/ -Source0: http://download.gnome.org/sources/f-spot/0.4/f-spot-%{version}.tar.bz2 +URL: http://f-spot.org/ +Source0: http://download.gnome.org/sources/f-spot/0.5/f-spot-%{version}.tar.bz2 # http://bugzilla.gnome.org/show_bug.cgi?id=510325 Patch0: x-content.patch # I'm told this is fixed in SVN @@ -21,13 +21,12 @@ BuildRequires: gtk2-devel mono-devel libjpeg-devel sqlite-devel >= 3.3.1 BuildRequires: gnome-sharp-devel gnome-desktop-sharp-devel gtk-sharp2-gapi BuildRequires: gettext -BuildRequires: autoconf +BuildRequires: autoconf, automake, libtool, intltool BuildRequires: perl(XML::Parser) BuildRequires: gnome-doc-utils BuildRequires: ndesk-dbus-glib-devel BuildRequires: mono-addins-devel BuildRequires: desktop-file-utils -BuildRequires: intltool Requires: sqlite >= 3.3.1 Requires: lcms Requires: dcraw @@ -46,7 +45,7 @@ %description F-Spot is an application designed to provide personal photo management to the GNOME desktop. Features include import, export, printing and advanced -sorting of digital images. +sorting and tagging of digital images. %prep %setup -q @@ -124,6 +123,9 @@ %{_libdir}/gio-sharp-unstable %changelog +* Sun Jan 04 2009 Devan Goodwin 0.5.0.3-3 +- Merge in changes from devel spec file. + * Mon Dec 22 2008 Devan Goodwin 0.5.0.3-1 - Update to 0.5.0.3. From jcollie at fedoraproject.org Sun Jan 4 17:23:25 2009 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Sun, 4 Jan 2009 17:23:25 +0000 (UTC) Subject: rpms/asterisk/F-10 0012-Merged-revisions-162275-via-svnmerge-from.patch, NONE, 1.1 0013-Update-autoconf.patch, NONE, 1.1 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch, 1.5, 1.6 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch, 1.5, 1.6 0003-Allow-alternate-extensions-to-be-specified-in-users.patch, 1.4, 1.5 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch, 1.4, 1.5 0005-Add-chan_mobile-from-asterisk-addons.patch, 1.4, 1.5 0006-Use-pkgconfig-to-check-for-Lua.patch, 1.4, 1.5 0007-Build-using-external-libedit.patch, 1.4, 1.5 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch, 1.1, 1.2 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch, 1.1, 1.2 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch, 1.1, 1.2 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch, 1.1, 1.2 asterisk.spec, 1.38, 1.39 0012-Update-autoconf.patch, 1.3, NONE Message-ID: <20090104172325.83EEA7011F@cvs1.fedora.phx.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/asterisk/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31977 Modified Files: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 0003-Allow-alternate-extensions-to-be-specified-in-users.patch 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch 0005-Add-chan_mobile-from-asterisk-addons.patch 0006-Use-pkgconfig-to-check-for-Lua.patch 0007-Build-using-external-libedit.patch 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch asterisk.spec Added Files: 0012-Merged-revisions-162275-via-svnmerge-from.patch 0013-Update-autoconf.patch Removed Files: 0012-Update-autoconf.patch Log Message: * Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.0.2-2 - Add patch to fix compilation on PPC 0012-Merged-revisions-162275-via-svnmerge-from.patch: --- NEW FILE 0012-Merged-revisions-162275-via-svnmerge-from.patch --- >From 986c677766137383378252947eafb3eb8c86718a Mon Sep 17 00:00:00 2001 From: file Date: Tue, 9 Dec 2008 20:47:11 +0000 Subject: [PATCH 12/13] Merged revisions 162275 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ r162275 | file | 2008-12-09 16:46:11 -0400 (Tue, 09 Dec 2008) | 11 lines Merged revisions 162273 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r162273 | file | 2008-12-09 16:44:32 -0400 (Tue, 09 Dec 2008) | 4 lines Fix double declaration of 'x' on the PPC platform. (closes issue #14038) Reported by: ffloimair ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0 at 162276 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_festival.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/apps/app_festival.c b/apps/app_festival.c index de8c618..4e1e47e 100644 --- a/apps/app_festival.c +++ b/apps/app_festival.c @@ -121,7 +121,6 @@ static int send_waveform_to_fd(char *waveform, int length, int fd) int x; #ifdef __PPC__ char c; - int x; #endif sigset_t fullset, oldset; -- 1.6.1 0013-Update-autoconf.patch: --- NEW FILE 0013-Update-autoconf.patch --- >From 249cd4bd1b4b9a0b99a07d44359e098c10dacbdb Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 4 Jan 2009 00:37:02 -0600 Subject: [PATCH 13/13] Update autoconf. --- configure |23025 ++++++++++++++++++++------------------ include/asterisk/autoconfig.h.in | 60 +- 2 files changed, 12340 insertions(+), 10745 deletions(-) diff --git a/configure b/configure index f997451..e40ba2c 100755 --- a/configure +++ b/configure @@ -1,12 +1,12 @@ #! /bin/sh -# From configure.ac Revision: 159855 . +# From configure.ac Revision. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for asterisk 1.6. +# Generated by GNU Autoconf 2.63 for asterisk 1.6. # # Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation # gives unlimited permission to copy, distribute and modify it. # @@ -20,7 +20,7 @@ DUALCASE=1; export DUALCASE # for MKS sh if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -42,17 +42,45 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTERS as_cr_digits='0123456789' as_cr_alnum=$as_cr_Letters$as_cr_digits -# The user is always right. -if test "${PATH_SEPARATOR+set}" != set; then - echo "#! /bin/sh" >conf$$.sh - echo "exit 0" >>conf$$.sh - chmod +x conf$$.sh - if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then - PATH_SEPARATOR=';' +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' else - PATH_SEPARATOR=: + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' fi - rm -f conf$$.sh + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -68,8 +96,6 @@ fi # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -92,7 +118,7 @@ if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -105,17 +131,10 @@ PS2='> ' PS4='+ ' # NLS nuisances. -for as_var in \ - LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ - LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ - LC_TELEPHONE LC_TIME -do - if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then - eval $as_var=C; export $as_var - else - ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -137,7 +156,7 @@ as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -163,7 +182,7 @@ else as_have_required=no fi - if test $as_have_required = yes && (eval ": + if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } @@ -245,7 +264,7 @@ IFS=$as_save_IFS if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -266,7 +285,7 @@ _ASEOF if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then emulate sh NULLCMD=: - # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST @@ -346,10 +365,10 @@ fi if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - done - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi @@ -418,9 +437,10 @@ fi test \$exitcode = 0") || { echo No shell found that supports shell functions. - echo Please tell autoconf at gnu.org about your system, - echo including any error possibly output before this - echo message + echo Please tell bug-autoconf at gnu.org about your system, + echo including any error possibly output before this message. + echo This can help us improve future autoconf versions. + echo Configuration will now proceed without shell functions. } [...44639 lines suppressed...] else - rm -f $ac_file - mv "$tmp/config.h" $ac_file + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } fi else - echo "/* $configure_input */" - cat "$ac_result" + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 +$as_echo "$as_me: error: could not create -" >&2;} + { (exit 1); exit 1; }; } fi - rm -f "$tmp/out12" ;; @@ -50858,6 +52450,11 @@ _ACEOF chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save +test $ac_write_fail = 0 || + { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. @@ -50879,6 +52476,10 @@ if test "$no_create" != yes; then # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi if test "x${silent}" != "xyes" ; then @@ -50907,17 +52508,17 @@ echo " \$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$. " echo fi -{ echo "$as_me:$LINENO: Package configured for: " >&5 -echo "$as_me: Package configured for: " >&6;} -{ echo "$as_me:$LINENO: OS type : $host_os" >&5 -echo "$as_me: OS type : $host_os" >&6;} -{ echo "$as_me:$LINENO: Host CPU : $host_cpu" >&5 -echo "$as_me: Host CPU : $host_cpu" >&6;} -{ echo "$as_me:$LINENO: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&5 -echo "$as_me: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&6;} -{ echo "$as_me:$LINENO: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&5 -echo "$as_me: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&6;} +{ $as_echo "$as_me:$LINENO: Package configured for: " >&5 +$as_echo "$as_me: Package configured for: " >&6;} +{ $as_echo "$as_me:$LINENO: OS type : $host_os" >&5 +$as_echo "$as_me: OS type : $host_os" >&6;} +{ $as_echo "$as_me:$LINENO: Host CPU : $host_cpu" >&5 +$as_echo "$as_me: Host CPU : $host_cpu" >&6;} +{ $as_echo "$as_me:$LINENO: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&5 +$as_echo "$as_me: build-cpu:vendor:os: $build_cpu : $build_vendor : $build_os :" >&6;} +{ $as_echo "$as_me:$LINENO: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&5 +$as_echo "$as_me: host-cpu:vendor:os: $host_cpu : $host_vendor : $host_os :" >&6;} if test "${cross_compiling}" = "yes"; then - { echo "$as_me:$LINENO: Cross Compilation = YES" >&5 -echo "$as_me: Cross Compilation = YES" >&6;} + { $as_echo "$as_me:$LINENO: Cross Compilation = YES" >&5 +$as_echo "$as_me: Cross Compilation = YES" >&6;} fi diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in index 60f497d..1e4c5a6 100644 --- a/include/asterisk/autoconfig.h.in +++ b/include/asterisk/autoconfig.h.in @@ -119,6 +119,12 @@ /* Define to indicate the ${BKTR_DESCRIP} library version */ #undef HAVE_BKTR_VERSION +/* Define this to indicate the ${BLUETOOTH_DESCRIP} library */ +#undef HAVE_BLUETOOTH + +/* Define to indicate the ${BLUETOOTH_DESCRIP} library version */ +#undef HAVE_BLUETOOTH_VERSION + /* Define to 1 if byteswap.h macros are available. */ #undef HAVE_BYTESWAP_H @@ -391,6 +397,9 @@ /* Define to indicate the ${LDAP_DESCRIP} library version */ #undef HAVE_LDAP_VERSION +/* Define if your system has the NetBSD Editline libraries. */ +#undef HAVE_LIBEDIT + /* Define to 1 if you have the header file. */ #undef HAVE_LIBINTL_H @@ -448,12 +457,9 @@ /* Define to indicate the ${LTDL_DESCRIP} library version */ #undef HAVE_LTDL_VERSION -/* Define this to indicate the ${LUA_DESCRIP} library */ +/* Define if your system has the LUA libraries. */ #undef HAVE_LUA -/* Define to indicate the ${LUA_DESCRIP} library version */ -#undef HAVE_LUA_VERSION - /* Define to 1 if you have the header file. */ #undef HAVE_MALLOC_H @@ -1087,9 +1093,6 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to 1 if the C compiler supports function prototypes. */ -#undef PROTOTYPES - /* Define to necessary symbol if this constant uses a non-standard name on your system. */ #undef PTHREAD_CREATE_JOINABLE @@ -1106,11 +1109,6 @@ /* Define to the type of arg 5 for `select'. */ #undef SELECT_TYPE_ARG5 -/* Define to 1 if the `setvbuf' function takes the buffering type as its - second argument and the buffer pointer as the third, as on System V before - release 3. */ -#undef SETVBUF_REVERSED - /* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT @@ -1131,20 +1129,30 @@ /* Define to 1 if your declares `struct tm'. */ #undef TM_IN_SYS_TIME -/* Define to 1 if on AIX 3. - System headers sometimes define this. - We just want to avoid a redefinition error message. */ +/* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE #endif - -/* Number of bits in a file offset, on hosts where this is settable. */ -#undef _FILE_OFFSET_BITS - /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif +/* Enable threading extensions on Solaris. */ +#ifndef _POSIX_PTHREAD_SEMANTICS +# undef _POSIX_PTHREAD_SEMANTICS +#endif +/* Enable extensions on HP NonStop. */ +#ifndef _TANDEM_SOURCE +# undef _TANDEM_SOURCE +#endif +/* Enable general extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ +#endif + + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ #undef _LARGEFILE_SOURCE @@ -1162,20 +1170,6 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE -/* Enable extensions on Solaris. */ -#ifndef __EXTENSIONS__ -# undef __EXTENSIONS__ -#endif -#ifndef _POSIX_PTHREAD_SEMANTICS -# undef _POSIX_PTHREAD_SEMANTICS -#endif -#ifndef _TANDEM_SOURCE -# undef _TANDEM_SOURCE -#endif - -/* Define like PROTOTYPES; this can be used by system headers. */ -#undef __PROTOTYPES - /* Define to empty if `const' does not conform to ANSI C. */ #undef const -- 1.6.1 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch: Index: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0001-Modify-init-scripts-for-better-Fedora-compatibility.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 4 Jan 2009 14:48:26 -0000 1.5 +++ 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 4 Jan 2009 17:23:21 -0000 1.6 @@ -1,7 +1,7 @@ From 0040bd97782e9db8c341af9ffe171749644e35f1 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 18 Nov 2007 21:47:59 -0600 -Subject: [PATCH 01/12] Modify init scripts for better Fedora compatibility. +Subject: [PATCH 01/13] Modify init scripts for better Fedora compatibility. --- contrib/init.d/rc.redhat.asterisk | 61 +++++++++++++++++------------------- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch: Index: 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 4 Jan 2009 14:48:26 -0000 1.5 +++ 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 4 Jan 2009 17:23:22 -0000 1.6 @@ -1,7 +1,7 @@ From 42cd072beba88049783a7bedb029760a5952706e Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 8 Nov 2007 15:52:36 -0600 -Subject: [PATCH 02/12] Modify modules.conf so that different voicemail modules can be loaded. +Subject: [PATCH 02/13] Modify modules.conf so that different voicemail modules can be loaded. --- configs/modules.conf.sample | 27 +++++++++++++++++++++++++++ 0003-Allow-alternate-extensions-to-be-specified-in-users.patch: Index: 0003-Allow-alternate-extensions-to-be-specified-in-users.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0003-Allow-alternate-extensions-to-be-specified-in-users.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 0003-Allow-alternate-extensions-to-be-specified-in-users.patch 4 Jan 2009 14:48:26 -0000 1.4 +++ 0003-Allow-alternate-extensions-to-be-specified-in-users.patch 4 Jan 2009 17:23:22 -0000 1.5 @@ -1,7 +1,7 @@ From a9d27e3b5f93ff8658fa06a0c454140f27244363 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 8 Nov 2007 16:32:56 -0600 -Subject: [PATCH 03/12] Allow alternate extensions to be specified in users.conf +Subject: [PATCH 03/13] Allow alternate extensions to be specified in users.conf --- pbx/pbx_config.c | 14 ++++++++++++++ 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch: Index: 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch 4 Jan 2009 14:48:26 -0000 1.4 +++ 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch 4 Jan 2009 17:23:22 -0000 1.5 @@ -1,7 +1,7 @@ From 42991016984f9e7930686527706ab0f36baa41d1 Mon Sep 17 00:00:00 2001 From: tilghman Date: Tue, 29 Jul 2008 23:00:45 +0000 -Subject: [PATCH 04/12] Minor changes to reduce packaging changes made by the Fedora maintainer. +Subject: [PATCH 04/13] Minor changes to reduce packaging changes made by the Fedora maintainer. (closes issue #12974) Reported by: jcollie Patches: 0005-Add-chan_mobile-from-asterisk-addons.patch: Index: 0005-Add-chan_mobile-from-asterisk-addons.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0005-Add-chan_mobile-from-asterisk-addons.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 0005-Add-chan_mobile-from-asterisk-addons.patch 4 Jan 2009 14:48:26 -0000 1.4 +++ 0005-Add-chan_mobile-from-asterisk-addons.patch 4 Jan 2009 17:23:22 -0000 1.5 @@ -1,7 +1,7 @@ From 8cc8002094fe880d374a727aa0be389ca68b0342 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 25 Feb 2008 09:23:28 -0600 -Subject: [PATCH 05/12] Add chan_mobile from asterisk-addons. +Subject: [PATCH 05/13] Add chan_mobile from asterisk-addons. --- build_tools/menuselect-deps.in | 1 + 0006-Use-pkgconfig-to-check-for-Lua.patch: Index: 0006-Use-pkgconfig-to-check-for-Lua.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0006-Use-pkgconfig-to-check-for-Lua.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 0006-Use-pkgconfig-to-check-for-Lua.patch 4 Jan 2009 14:48:26 -0000 1.4 +++ 0006-Use-pkgconfig-to-check-for-Lua.patch 4 Jan 2009 17:23:22 -0000 1.5 @@ -1,7 +1,7 @@ From d633181f75ea7dc879e8ac9d014cf1fc0fe364ef Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 25 Feb 2008 13:14:23 -0600 -Subject: [PATCH 06/12] Use pkgconfig to check for Lua. +Subject: [PATCH 06/13] Use pkgconfig to check for Lua. --- configure.ac | 9 ++++++++- 0007-Build-using-external-libedit.patch: Index: 0007-Build-using-external-libedit.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0007-Build-using-external-libedit.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 0007-Build-using-external-libedit.patch 4 Jan 2009 14:48:27 -0000 1.4 +++ 0007-Build-using-external-libedit.patch 4 Jan 2009 17:23:22 -0000 1.5 @@ -1,7 +1,7 @@ From a50090dc47540b5c3df28c9846fe753f5476c4fc Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Tue, 25 Mar 2008 00:50:27 -0500 -Subject: [PATCH 07/12] Build using external libedit. +Subject: [PATCH 07/13] Build using external libedit. --- build_tools/menuselect-deps.in | 1 + 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch: Index: 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 4 Jan 2009 14:48:27 -0000 1.1 +++ 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 4 Jan 2009 17:23:22 -0000 1.2 @@ -1,7 +1,7 @@ From a092080315b7bfa9b7d174b6114cb957ac1590d8 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 10 Oct 2008 11:54:10 -0500 -Subject: [PATCH 08/12] Revert changes to pbx_lua from rev 126363 that cause some problems. +Subject: [PATCH 08/13] Revert changes to pbx_lua from rev 126363 that cause some problems. --- pbx/pbx_lua.c | 6 +++--- 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch: Index: 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 4 Jan 2009 14:48:27 -0000 1.1 +++ 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 4 Jan 2009 17:23:22 -0000 1.2 @@ -1,7 +1,7 @@ From 7719af5a016f40f573c90aae17910f7f77b9b4e6 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:06:18 -0600 -Subject: [PATCH 09/12] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config +Subject: [PATCH 09/13] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config --- configure.ac | 12 +++++++++++- 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch: Index: 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 4 Jan 2009 14:48:27 -0000 1.1 +++ 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 4 Jan 2009 17:23:22 -0000 1.2 @@ -1,7 +1,7 @@ From 9a6c4641b2aa353c9076df9794d72fba5acdafb0 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:12:18 -0600 -Subject: [PATCH 10/12] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail +Subject: [PATCH 10/13] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail Need to regenerate configure from configure.ac after patch one with ./bootsrap.sh, so fix the broken .m4 in the autoconfig dir. (alternatively 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch: Index: 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0011-Merged-revisions-160170-160172-via-svnmerge-from.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch 4 Jan 2009 14:48:27 -0000 1.1 +++ 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch 4 Jan 2009 17:23:22 -0000 1.2 @@ -1,7 +1,7 @@ From c38fa4eb3cf989c110a737058c46a916ebab19c8 Mon Sep 17 00:00:00 2001 From: seanbright Date: Mon, 1 Dec 2008 23:41:16 +0000 -Subject: [PATCH 11/12] Merged revisions 160170-160172 via svnmerge from +Subject: [PATCH 11/13] Merged revisions 160170-160172 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ Index: asterisk.spec =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/asterisk.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- asterisk.spec 4 Jan 2009 14:48:27 -0000 1.38 +++ asterisk.spec 4 Jan 2009 17:23:24 -0000 1.39 @@ -3,7 +3,7 @@ Summary: The Open Source PBX Name: asterisk Version: 1.6.0.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.asterisk.org/ @@ -44,7 +44,8 @@ Patch9: 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch Patch10: 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch Patch11: 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch -Patch12: 0012-Update-autoconf.patch +Patch12: 0012-Merged-revisions-162275-via-svnmerge-from.patch +Patch13: 0013-Update-autoconf.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -421,6 +422,7 @@ %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 cp %{SOURCE2} menuselect.makedeps cp %{SOURCE3} menuselect.makeopts @@ -1030,6 +1032,9 @@ %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.0.2-2 +- Add patch to fix compilation on PPC + * Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.0.2-1 - Update to 1.6.0.2 --- 0012-Update-autoconf.patch DELETED --- From frankb at fedoraproject.org Sun Jan 4 17:43:51 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Sun, 4 Jan 2009 17:43:51 +0000 (UTC) Subject: rpms/qwt/F-10 .cvsignore, 1.2, 1.3 qwt-path.patch, 1.1, 1.2 qwt.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090104174351.60B5270130@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/qwt/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4282 Modified Files: .cvsignore qwt-path.patch qwt.spec sources Log Message: update to 5.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/qwt/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Sep 2007 19:14:56 -0000 1.2 +++ .cvsignore 4 Jan 2009 17:43:16 -0000 1.3 @@ -1 +1 @@ -qwt-5.0.2.tar.bz2 +qwt-5.1.1.tar.bz2 qwt-path.patch: Index: qwt-path.patch =================================================================== RCS file: /cvs/pkgs/rpms/qwt/F-10/qwt-path.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qwt-path.patch 29 Sep 2007 19:14:56 -0000 1.1 +++ qwt-path.patch 4 Jan 2009 17:43:16 -0000 1.2 @@ -1,7 +1,7 @@ -diff -Nur qwt-5.0.1.org/designer/designer.pro qwt-5.0.1/designer/designer.pro ---- qwt-5.0.1.org/designer/designer.pro 2007-05-15 15:23:47.000000000 +0200 -+++ qwt-5.0.1/designer/designer.pro 2007-05-15 17:29:13.000000000 +0200 -@@ -92,7 +92,7 @@ +diff -Nur qwt-5.1.1.org/designer/designer.pro qwt-5.1.1/designer/designer.pro +--- qwt-5.1.1.org/designer/designer.pro 2008-05-24 18:47:36.000000000 +0200 ++++ qwt-5.1.1/designer/designer.pro 2009-01-04 17:54:33.000000000 +0100 +@@ -123,7 +123,7 @@ RESOURCES += \ qwt_designer_plugin.qrc @@ -9,21 +9,20 @@ + target.path = QTDESIGNERPATH INSTALLS += target } + } +diff -Nur qwt-5.1.1.org/qwtconfig.pri qwt-5.1.1/qwtconfig.pri +--- qwt-5.1.1.org/qwtconfig.pri 2008-05-24 18:47:36.000000000 +0200 ++++ qwt-5.1.1/qwtconfig.pri 2009-01-04 17:55:07.000000000 +0100 +@@ -7,17 +7,9 @@ + VER_PAT = 1 + VERSION = $$VER_MAJ.$$VER_MIN.$$VER_PAT -diff -Nur qwt-5.0.1.org/qwtconfig.pri qwt-5.0.1/qwtconfig.pri ---- qwt-5.0.1.org/qwtconfig.pri 2007-05-15 12:07:33.000000000 +0200 -+++ qwt-5.0.1/qwtconfig.pri 2007-05-15 15:52:39.000000000 +0200 -@@ -1,18 +1,6 @@ --###################################################################### --# Install paths --###################################################################### -- -unix { -- INSTALLBASE = /usr/local/qwt-5.0.2 +- INSTALLBASE = /usr/local/qwt-5.1.1 -} - -win32 { -- INSTALLBASE = C:/Qwt-5.0.2 +- INSTALLBASE = C:/Qwt-5.1.1 -} - -target.path = $$INSTALLBASE/lib @@ -35,7 +34,7 @@ ###################################################################### # qmake internal options -@@ -58,7 +46,7 @@ +@@ -97,7 +89,7 @@ # QwtSVGItem. ###################################################################### Index: qwt.spec =================================================================== RCS file: /cvs/pkgs/rpms/qwt/F-10/qwt.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qwt.spec 19 Feb 2008 03:21:27 -0000 1.2 +++ qwt.spec 4 Jan 2009 17:43:16 -0000 1.3 @@ -1,7 +1,7 @@ Name: qwt Summary: Qt Widgets for Technical Applications -Version: 5.0.2 -Release: 6%{?dist} +Version: 5.1.1 +Release: 2%{?dist} BuildRequires: qt4-devel URL: http://qwt.sourceforge.net License: LGPLv2 with exceptions @@ -17,7 +17,7 @@ %endif %package devel -Summary: Development and doc files for {%name} +Summary: Development and doc files for %{name} Requires: %{name} = %{version}-%{release} qt4-devel Group: Development/Libraries @@ -68,8 +68,8 @@ %doc COPYING %doc README %{_libdir}/libqwt.so.5 -%{_libdir}/libqwt.so.5.0 -%{_libdir}/libqwt.so.5.0.2 +%{_libdir}/libqwt.so.5.1 +%{_libdir}/libqwt.so.5.1.1 %files devel %defattr(-,root,root) @@ -79,6 +79,12 @@ %{_libdir}/qt4/plugins/designer/libqwt_designer_plugin.so %changelog +* Sun Jan 04 2009 Frank B??ttner - 5.1.1-2 + - modify path patch + +* Sun Jan 04 2009 Frank B??ttner - 5.1.1-1 + -update to 5.1.1 + * Mon Feb 18 2008 Fedora Release Engineering - 5.0.2-6 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/qwt/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Sep 2007 19:14:56 -0000 1.2 +++ sources 4 Jan 2009 17:43:16 -0000 1.3 @@ -1 +1 @@ -53adbb313c478dd4aae4f1c864a2037e qwt-5.0.2.tar.bz2 +218cef1a39ebda6cfa440a0727464275 qwt-5.1.1.tar.bz2 From frankb at fedoraproject.org Sun Jan 4 17:55:58 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Sun, 4 Jan 2009 17:55:58 +0000 (UTC) Subject: rpms/qwt/F-9 .cvsignore, 1.2, 1.3 qwt-path.patch, 1.1, 1.2 qwt.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090104175558.B5A977013F@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/qwt/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9364 Modified Files: .cvsignore qwt-path.patch qwt.spec sources Log Message: - update to 5.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/qwt/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Sep 2007 19:14:56 -0000 1.2 +++ .cvsignore 4 Jan 2009 17:55:27 -0000 1.3 @@ -1 +1 @@ -qwt-5.0.2.tar.bz2 +qwt-5.1.1.tar.bz2 qwt-path.patch: Index: qwt-path.patch =================================================================== RCS file: /cvs/pkgs/rpms/qwt/F-9/qwt-path.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qwt-path.patch 29 Sep 2007 19:14:56 -0000 1.1 +++ qwt-path.patch 4 Jan 2009 17:55:27 -0000 1.2 @@ -1,7 +1,7 @@ -diff -Nur qwt-5.0.1.org/designer/designer.pro qwt-5.0.1/designer/designer.pro ---- qwt-5.0.1.org/designer/designer.pro 2007-05-15 15:23:47.000000000 +0200 -+++ qwt-5.0.1/designer/designer.pro 2007-05-15 17:29:13.000000000 +0200 -@@ -92,7 +92,7 @@ +diff -Nur qwt-5.1.1.org/designer/designer.pro qwt-5.1.1/designer/designer.pro +--- qwt-5.1.1.org/designer/designer.pro 2008-05-24 18:47:36.000000000 +0200 ++++ qwt-5.1.1/designer/designer.pro 2009-01-04 17:54:33.000000000 +0100 +@@ -123,7 +123,7 @@ RESOURCES += \ qwt_designer_plugin.qrc @@ -9,21 +9,20 @@ + target.path = QTDESIGNERPATH INSTALLS += target } + } +diff -Nur qwt-5.1.1.org/qwtconfig.pri qwt-5.1.1/qwtconfig.pri +--- qwt-5.1.1.org/qwtconfig.pri 2008-05-24 18:47:36.000000000 +0200 ++++ qwt-5.1.1/qwtconfig.pri 2009-01-04 17:55:07.000000000 +0100 +@@ -7,17 +7,9 @@ + VER_PAT = 1 + VERSION = $$VER_MAJ.$$VER_MIN.$$VER_PAT -diff -Nur qwt-5.0.1.org/qwtconfig.pri qwt-5.0.1/qwtconfig.pri ---- qwt-5.0.1.org/qwtconfig.pri 2007-05-15 12:07:33.000000000 +0200 -+++ qwt-5.0.1/qwtconfig.pri 2007-05-15 15:52:39.000000000 +0200 -@@ -1,18 +1,6 @@ --###################################################################### --# Install paths --###################################################################### -- -unix { -- INSTALLBASE = /usr/local/qwt-5.0.2 +- INSTALLBASE = /usr/local/qwt-5.1.1 -} - -win32 { -- INSTALLBASE = C:/Qwt-5.0.2 +- INSTALLBASE = C:/Qwt-5.1.1 -} - -target.path = $$INSTALLBASE/lib @@ -35,7 +34,7 @@ ###################################################################### # qmake internal options -@@ -58,7 +46,7 @@ +@@ -97,7 +89,7 @@ # QwtSVGItem. ###################################################################### Index: qwt.spec =================================================================== RCS file: /cvs/pkgs/rpms/qwt/F-9/qwt.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qwt.spec 19 Feb 2008 03:21:27 -0000 1.2 +++ qwt.spec 4 Jan 2009 17:55:28 -0000 1.3 @@ -1,7 +1,7 @@ Name: qwt Summary: Qt Widgets for Technical Applications -Version: 5.0.2 -Release: 6%{?dist} +Version: 5.1.1 +Release: 2%{?dist} BuildRequires: qt4-devel URL: http://qwt.sourceforge.net License: LGPLv2 with exceptions @@ -17,7 +17,7 @@ %endif %package devel -Summary: Development and doc files for {%name} +Summary: Development and doc files for %{name} Requires: %{name} = %{version}-%{release} qt4-devel Group: Development/Libraries @@ -68,8 +68,8 @@ %doc COPYING %doc README %{_libdir}/libqwt.so.5 -%{_libdir}/libqwt.so.5.0 -%{_libdir}/libqwt.so.5.0.2 +%{_libdir}/libqwt.so.5.1 +%{_libdir}/libqwt.so.5.1.1 %files devel %defattr(-,root,root) @@ -79,6 +79,12 @@ %{_libdir}/qt4/plugins/designer/libqwt_designer_plugin.so %changelog +* Sun Jan 04 2009 Frank B??ttner - 5.1.1-2 + - modify path patch + +* Sun Jan 04 2009 Frank B??ttner - 5.1.1-1 + -update to 5.1.1 + * Mon Feb 18 2008 Fedora Release Engineering - 5.0.2-6 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/qwt/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Sep 2007 19:14:56 -0000 1.2 +++ sources 4 Jan 2009 17:55:28 -0000 1.3 @@ -1 +1 @@ -53adbb313c478dd4aae4f1c864a2037e qwt-5.0.2.tar.bz2 +218cef1a39ebda6cfa440a0727464275 qwt-5.1.1.tar.bz2 From eponyme at fedoraproject.org Sun Jan 4 18:03:51 2009 From: eponyme at fedoraproject.org (Nicoleau Fabien) Date: Sun, 4 Jan 2009 18:03:51 +0000 (UTC) Subject: rpms/fotoxx/devel .cvsignore, 1.11, 1.12 fotoxx.spec, 1.10, 1.11 sources, 1.11, 1.12 Message-ID: <20090104180351.10F5D7013F@cvs1.fedora.phx.redhat.com> Author: eponyme Update of /cvs/pkgs/rpms/fotoxx/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11420 Modified Files: .cvsignore fotoxx.spec sources Log Message: Update to 5.8 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/fotoxx/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 1 Dec 2008 19:57:36 -0000 1.11 +++ .cvsignore 4 Jan 2009 18:03:20 -0000 1.12 @@ -1 +1 @@ -fotoxx-5.7.tar.gz +fotoxx-5.8.tar.gz Index: fotoxx.spec =================================================================== RCS file: /cvs/pkgs/rpms/fotoxx/devel/fotoxx.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- fotoxx.spec 1 Dec 2008 19:57:36 -0000 1.10 +++ fotoxx.spec 4 Jan 2009 18:03:20 -0000 1.11 @@ -1,5 +1,5 @@ Name: fotoxx -Version: 5.7 +Version: 5.8 Release: 1%{?dist} Summary: Photo editor @@ -50,11 +50,14 @@ %doc doc/* %dir %{_datadir}/%{name} %{_bindir}/%{name} -%{_datadir}/%{name}/* +%{_datadir}/%{name}/icons/ +%{_datadir}/%{name}/locales/ %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %changelog +* Sun Jan 4 2009 Nicoleau Fabien - 5.8-1 +- Rebuild for 5.8 * Mon Dec 1 2008 Nicoleau Fabien - 5.7-1 - Rebuild for 5.7 * Sun Nov 16 2008 Nicoleau Fabien - 5.6-1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fotoxx/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 1 Dec 2008 19:57:36 -0000 1.11 +++ sources 4 Jan 2009 18:03:20 -0000 1.12 @@ -1 +1 @@ -9a9167e8c6b8404769e1218f1e7e9e4b fotoxx-5.7.tar.gz +7f86e79ab79e8bf830e71930f6941b01 fotoxx-5.8.tar.gz From eponyme at fedoraproject.org Sun Jan 4 18:07:46 2009 From: eponyme at fedoraproject.org (Nicoleau Fabien) Date: Sun, 4 Jan 2009 18:07:46 +0000 (UTC) Subject: rpms/fotoxx/F-10 .cvsignore, 1.11, 1.12 fotoxx.spec, 1.10, 1.11 sources, 1.11, 1.12 Message-ID: <20090104180746.569EE7013F@cvs1.fedora.phx.redhat.com> Author: eponyme Update of /cvs/pkgs/rpms/fotoxx/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12914 Modified Files: .cvsignore fotoxx.spec sources Log Message: Update to 5.8 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/fotoxx/F-10/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 1 Dec 2008 20:00:37 -0000 1.11 +++ .cvsignore 4 Jan 2009 18:07:15 -0000 1.12 @@ -1 +1 @@ -fotoxx-5.7.tar.gz +fotoxx-5.8.tar.gz Index: fotoxx.spec =================================================================== RCS file: /cvs/pkgs/rpms/fotoxx/F-10/fotoxx.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- fotoxx.spec 1 Dec 2008 20:00:37 -0000 1.10 +++ fotoxx.spec 4 Jan 2009 18:07:15 -0000 1.11 @@ -1,5 +1,5 @@ Name: fotoxx -Version: 5.7 +Version: 5.8 Release: 1%{?dist} Summary: Photo editor @@ -50,11 +50,14 @@ %doc doc/* %dir %{_datadir}/%{name} %{_bindir}/%{name} -%{_datadir}/%{name}/* +%{_datadir}/%{name}/icons/ +%{_datadir}/%{name}/locales/ %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %changelog +* Sun Jan 4 2009 Nicoleau Fabien - 5.8-1 +- Rebuild for 5.8 * Mon Dec 1 2008 Nicoleau Fabien - 5.7-1 - Rebuild for 5.7 * Sun Nov 16 2008 Nicoleau Fabien - 5.6-1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fotoxx/F-10/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 1 Dec 2008 20:00:37 -0000 1.11 +++ sources 4 Jan 2009 18:07:15 -0000 1.12 @@ -1 +1 @@ -9a9167e8c6b8404769e1218f1e7e9e4b fotoxx-5.7.tar.gz +7f86e79ab79e8bf830e71930f6941b01 fotoxx-5.8.tar.gz From frankb at fedoraproject.org Sun Jan 4 18:08:06 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Sun, 4 Jan 2009 18:08:06 +0000 (UTC) Subject: rpms/qwt/F-8 .cvsignore, 1.2, 1.3 qwt-path.patch, 1.1, 1.2 qwt.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090104180806.54BDC7013F@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/qwt/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13006 Modified Files: .cvsignore qwt-path.patch qwt.spec sources Log Message: update to 5.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/qwt/F-8/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 29 Sep 2007 19:14:56 -0000 1.2 +++ .cvsignore 4 Jan 2009 18:07:35 -0000 1.3 @@ -1 +1 @@ -qwt-5.0.2.tar.bz2 +qwt-5.1.1.tar.bz2 qwt-path.patch: Index: qwt-path.patch =================================================================== RCS file: /cvs/pkgs/rpms/qwt/F-8/qwt-path.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qwt-path.patch 29 Sep 2007 19:14:56 -0000 1.1 +++ qwt-path.patch 4 Jan 2009 18:07:35 -0000 1.2 @@ -1,7 +1,7 @@ -diff -Nur qwt-5.0.1.org/designer/designer.pro qwt-5.0.1/designer/designer.pro ---- qwt-5.0.1.org/designer/designer.pro 2007-05-15 15:23:47.000000000 +0200 -+++ qwt-5.0.1/designer/designer.pro 2007-05-15 17:29:13.000000000 +0200 -@@ -92,7 +92,7 @@ +diff -Nur qwt-5.1.1.org/designer/designer.pro qwt-5.1.1/designer/designer.pro +--- qwt-5.1.1.org/designer/designer.pro 2008-05-24 18:47:36.000000000 +0200 ++++ qwt-5.1.1/designer/designer.pro 2009-01-04 17:54:33.000000000 +0100 +@@ -123,7 +123,7 @@ RESOURCES += \ qwt_designer_plugin.qrc @@ -9,21 +9,20 @@ + target.path = QTDESIGNERPATH INSTALLS += target } + } +diff -Nur qwt-5.1.1.org/qwtconfig.pri qwt-5.1.1/qwtconfig.pri +--- qwt-5.1.1.org/qwtconfig.pri 2008-05-24 18:47:36.000000000 +0200 ++++ qwt-5.1.1/qwtconfig.pri 2009-01-04 17:55:07.000000000 +0100 +@@ -7,17 +7,9 @@ + VER_PAT = 1 + VERSION = $$VER_MAJ.$$VER_MIN.$$VER_PAT -diff -Nur qwt-5.0.1.org/qwtconfig.pri qwt-5.0.1/qwtconfig.pri ---- qwt-5.0.1.org/qwtconfig.pri 2007-05-15 12:07:33.000000000 +0200 -+++ qwt-5.0.1/qwtconfig.pri 2007-05-15 15:52:39.000000000 +0200 -@@ -1,18 +1,6 @@ --###################################################################### --# Install paths --###################################################################### -- -unix { -- INSTALLBASE = /usr/local/qwt-5.0.2 +- INSTALLBASE = /usr/local/qwt-5.1.1 -} - -win32 { -- INSTALLBASE = C:/Qwt-5.0.2 +- INSTALLBASE = C:/Qwt-5.1.1 -} - -target.path = $$INSTALLBASE/lib @@ -35,7 +34,7 @@ ###################################################################### # qmake internal options -@@ -58,7 +46,7 @@ +@@ -97,7 +89,7 @@ # QwtSVGItem. ###################################################################### Index: qwt.spec =================================================================== RCS file: /cvs/pkgs/rpms/qwt/F-8/qwt.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qwt.spec 29 Sep 2007 19:14:56 -0000 1.1 +++ qwt.spec 4 Jan 2009 18:07:35 -0000 1.2 @@ -1,7 +1,7 @@ Name: qwt Summary: Qt Widgets for Technical Applications -Version: 5.0.2 -Release: 5%{?dist} +Version: 5.1.1 +Release: 2%{?dist} BuildRequires: qt4-devel URL: http://qwt.sourceforge.net License: LGPLv2 with exceptions @@ -17,7 +17,7 @@ %endif %package devel -Summary: Development and doc files for {%name} +Summary: Development and doc files for %{name} Requires: %{name} = %{version}-%{release} qt4-devel Group: Development/Libraries @@ -68,8 +68,8 @@ %doc COPYING %doc README %{_libdir}/libqwt.so.5 -%{_libdir}/libqwt.so.5.0 -%{_libdir}/libqwt.so.5.0.2 +%{_libdir}/libqwt.so.5.1 +%{_libdir}/libqwt.so.5.1.1 %files devel %defattr(-,root,root) @@ -79,6 +79,15 @@ %{_libdir}/qt4/plugins/designer/libqwt_designer_plugin.so %changelog +* Sun Jan 04 2009 Frank B??ttner - 5.1.1-2 + - modify path patch + +* Sun Jan 04 2009 Frank B??ttner - 5.1.1-1 + -update to 5.1.1 + +* Mon Feb 18 2008 Fedora Release Engineering - 5.0.2-6 +- Autorebuild for GCC 4.3 + * Sat Sep 29 2007 Frank B??ttner - 5.0.2-5 - add EPEL support * Sat Sep 29 2007 Frank B??ttner - 5.0.2-4 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/qwt/F-8/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 29 Sep 2007 19:14:56 -0000 1.2 +++ sources 4 Jan 2009 18:07:35 -0000 1.3 @@ -1 +1 @@ -53adbb313c478dd4aae4f1c864a2037e qwt-5.0.2.tar.bz2 +218cef1a39ebda6cfa440a0727464275 qwt-5.1.1.tar.bz2 From cwickert at fedoraproject.org Sun Jan 4 18:09:44 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 18:09:44 +0000 (UTC) Subject: rpms/gnome-applet-timer/F-10 timer-applet-2.0.1-libnotify.patch, NONE, 1.1 gnome-applet-timer.spec, 1.19, 1.20 Message-ID: <20090104180944.E08957013F@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13687/F-10 Modified Files: gnome-applet-timer.spec Added Files: timer-applet-2.0.1-libnotify.patch Log Message: * Sun Jan 04 2009 Christoph Wickert - 2.0.2-7 - Apply libnotify patch, thanks to Michael Schwendt and Paul Frields (#471465) timer-applet-2.0.1-libnotify.patch: --- NEW FILE timer-applet-2.0.1-libnotify.patch --- --- timer-applet-2.0.1.orig/src/timerapplet/ui/Notifier.py 2007-04-28 03:31:03.000000000 +0200 +++ timer-applet-2.0.1/src/timerapplet/ui/Notifier.py 2009-01-04 18:53:32.000000000 +0100 @@ -1,5 +1,7 @@ import gobject import pynotify +import glib +except glib.GError class Notifier(object): _NOTIFICATION_REDISPLAY_INTERVAL_SECONDS = 60 Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/F-10/gnome-applet-timer.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- gnome-applet-timer.spec 28 Aug 2008 22:31:03 -0000 1.19 +++ gnome-applet-timer.spec 4 Jan 2009 18:09:13 -0000 1.20 @@ -4,13 +4,14 @@ Name: gnome-applet-timer Version: 2.0.1 -Release: 5%{?dist} +Release: 7%{?dist} Summary: A countdown timer applet for the GNOME panel Group: User Interface/Desktops License: GPLv2+ URL: http://timerapplet.sourceforge.net/ Source0: http://download.sourceforge.net/timerapplet/timer-applet-%{version}.tar.gz +Patch0: timer-applet-2.0.1-libnotify.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel >= 2.4 @@ -41,6 +42,7 @@ %prep %setup -q -n timer-applet-%{version} +%patch0 -p1 -b .plusing %build %if 0%{?fedora} > 6 @@ -98,6 +100,12 @@ %{python_sitelib}/timerapplet/ %changelog +* Sun Jan 04 2009 Christoph Wickert - 2.0.2-7 +- Apply libnotify patch, thanks to Michael Schwendt and Paul Frields (#471465) + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 2.0.1-6 +- Rebuild for Python 2.6 + * Fri Aug 29 2008 Michael Schwendt 2.0.1-5 - include %%_libdir/timer-applet directory @@ -107,29 +115,29 @@ * Mon Jul 07 2008 Adam Jackson 2.0.1-3 - %%fedora is an int, not a string. -* Fri Jun 20 2008 Christoph Wickert - 2.0.2-1 +* Fri Jun 20 2008 Christoph Wickert - 2.0.2-1 - Disable broken check macro (#449717) temporarily to fix #449485 -* Thu Feb 21 2008 Christoph Wickert - 2.0.1-1 +* Thu Feb 21 2008 Christoph Wickert - 2.0.1-1 - Update to 2.0.1. * Mon Feb 18 2008 Fedora Release Engineering - 1.3.3-3 - Autorebuild for GCC 4.3 -* Tue Aug 28 2007 Christoph Wickert - 1.3.3-2 +* Tue Aug 28 2007 Christoph Wickert - 1.3.3-2 - Rebuild for BuildID feature - Update license tag -* Sun Apr 15 2007 Christoph Wickert - 1.3.3-1 +* Sun Apr 15 2007 Christoph Wickert - 1.3.3-1 - Update to 1.3.3. -* Sun Dec 17 2006 Christoph Wickert - 1.3.2-1 +* Sun Dec 17 2006 Christoph Wickert - 1.3.2-1 - Update to 1.3.2, includes fix for the icon in the notification bubble. -* Tue Oct 31 2006 Christoph Wickert - 1.3.1-1 +* Tue Oct 31 2006 Christoph Wickert - 1.3.1-1 - Update to 1.3.1 with libnotify support (#203234). -* Fri Sep 15 2006 Christoph Wickert - 1.2-4 +* Fri Sep 15 2006 Christoph Wickert - 1.2-4 - Mass rebuild for Fedora Core 6. - BuildRequire perl(XML::Parser). From cwickert at fedoraproject.org Sun Jan 4 18:09:45 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 18:09:45 +0000 (UTC) Subject: rpms/gnome-applet-timer/devel timer-applet-2.0.1-libnotify.patch, NONE, 1.1 gnome-applet-timer.spec, 1.20, 1.21 Message-ID: <20090104180945.8C2917013F@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13687/devel Modified Files: gnome-applet-timer.spec Added Files: timer-applet-2.0.1-libnotify.patch Log Message: * Sun Jan 04 2009 Christoph Wickert - 2.0.2-7 - Apply libnotify patch, thanks to Michael Schwendt and Paul Frields (#471465) timer-applet-2.0.1-libnotify.patch: --- NEW FILE timer-applet-2.0.1-libnotify.patch --- --- timer-applet-2.0.1.orig/src/timerapplet/ui/Notifier.py 2007-04-28 03:31:03.000000000 +0200 +++ timer-applet-2.0.1/src/timerapplet/ui/Notifier.py 2009-01-04 18:53:32.000000000 +0100 @@ -1,5 +1,7 @@ import gobject import pynotify +import glib +except glib.GError class Notifier(object): _NOTIFICATION_REDISPLAY_INTERVAL_SECONDS = 60 Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gnome-applet-timer.spec 29 Nov 2008 16:37:05 -0000 1.20 +++ gnome-applet-timer.spec 4 Jan 2009 18:09:14 -0000 1.21 @@ -4,13 +4,14 @@ Name: gnome-applet-timer Version: 2.0.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A countdown timer applet for the GNOME panel Group: User Interface/Desktops License: GPLv2+ URL: http://timerapplet.sourceforge.net/ Source0: http://download.sourceforge.net/timerapplet/timer-applet-%{version}.tar.gz +Patch0: timer-applet-2.0.1-libnotify.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel >= 2.4 @@ -41,6 +42,7 @@ %prep %setup -q -n timer-applet-%{version} +%patch0 -p1 -b .plusing %build %if 0%{?fedora} > 6 @@ -98,6 +100,9 @@ %{python_sitelib}/timerapplet/ %changelog +* Sun Jan 04 2009 Christoph Wickert - 2.0.2-7 +- Apply libnotify patch, thanks to Michael Schwendt and Paul Frields (#471465) + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 2.0.1-6 - Rebuild for Python 2.6 @@ -110,29 +115,29 @@ * Mon Jul 07 2008 Adam Jackson 2.0.1-3 - %%fedora is an int, not a string. -* Fri Jun 20 2008 Christoph Wickert - 2.0.2-1 +* Fri Jun 20 2008 Christoph Wickert - 2.0.2-1 - Disable broken check macro (#449717) temporarily to fix #449485 -* Thu Feb 21 2008 Christoph Wickert - 2.0.1-1 +* Thu Feb 21 2008 Christoph Wickert - 2.0.1-1 - Update to 2.0.1. * Mon Feb 18 2008 Fedora Release Engineering - 1.3.3-3 - Autorebuild for GCC 4.3 -* Tue Aug 28 2007 Christoph Wickert - 1.3.3-2 +* Tue Aug 28 2007 Christoph Wickert - 1.3.3-2 - Rebuild for BuildID feature - Update license tag -* Sun Apr 15 2007 Christoph Wickert - 1.3.3-1 +* Sun Apr 15 2007 Christoph Wickert - 1.3.3-1 - Update to 1.3.3. -* Sun Dec 17 2006 Christoph Wickert - 1.3.2-1 +* Sun Dec 17 2006 Christoph Wickert - 1.3.2-1 - Update to 1.3.2, includes fix for the icon in the notification bubble. -* Tue Oct 31 2006 Christoph Wickert - 1.3.1-1 +* Tue Oct 31 2006 Christoph Wickert - 1.3.1-1 - Update to 1.3.1 with libnotify support (#203234). -* Fri Sep 15 2006 Christoph Wickert - 1.2-4 +* Fri Sep 15 2006 Christoph Wickert - 1.2-4 - Mass rebuild for Fedora Core 6. - BuildRequire perl(XML::Parser). From eponyme at fedoraproject.org Sun Jan 4 18:18:33 2009 From: eponyme at fedoraproject.org (Nicoleau Fabien) Date: Sun, 4 Jan 2009 18:18:33 +0000 (UTC) Subject: rpms/printoxx/devel .cvsignore, 1.3, 1.4 printoxx.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090104181833.A6DEC70140@cvs1.fedora.phx.redhat.com> Author: eponyme Update of /cvs/pkgs/rpms/printoxx/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16484 Modified Files: .cvsignore printoxx.spec sources Log Message: Update to 1.8 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/printoxx/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Dec 2008 19:48:52 -0000 1.3 +++ .cvsignore 4 Jan 2009 18:18:03 -0000 1.4 @@ -1 +1 @@ -printoxx-1.7.tar.gz +printoxx-1.8.tar.gz Index: printoxx.spec =================================================================== RCS file: /cvs/pkgs/rpms/printoxx/devel/printoxx.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- printoxx.spec 4 Dec 2008 17:16:51 -0000 1.3 +++ printoxx.spec 4 Jan 2009 18:18:03 -0000 1.4 @@ -1,6 +1,6 @@ Name: printoxx -Version: 1.7 -Release: 2%{?dist} +Version: 1.8 +Release: 1%{?dist} Summary: Print image files Group: Applications/Multimedia @@ -52,16 +52,17 @@ %doc doc/* %dir %{_datadir}/%{name} %{_bindir}/%{name} -%{_datadir}/%{name}/*.xtext -%{_datadir}/%{name}/icons +%{_datadir}/%{name}/%{name}.xtext +%{_datadir}/%{name}/icons/ +%{_datadir}/%{name}/locales/ %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png -%{_datadir}/%{name}/locales/ %changelog +* Sun Jan 4 2009 Nicoleau Fabien - 1.8-1 +- Rebuild for 1.8 * Thu Dec 4 2008 Michael Schwendt - 1.7-2 - Include unowned /usr/share/printoxx/locales directory. - * Mon Dec 1 2008 Nicoleau Fabien - 1.7-1 - Rebuild for 1.7 * Mon Oct 13 2008 Nicoleau Fabien - 1.6-4 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/printoxx/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Dec 2008 19:48:52 -0000 1.3 +++ sources 4 Jan 2009 18:18:03 -0000 1.4 @@ -1 +1 @@ -7d99e706e50638c5d4869bd941c16762 printoxx-1.7.tar.gz +0776b27bafb483fd2b2ade40d9d0b0a6 printoxx-1.8.tar.gz From eponyme at fedoraproject.org Sun Jan 4 18:22:22 2009 From: eponyme at fedoraproject.org (Nicoleau Fabien) Date: Sun, 4 Jan 2009 18:22:22 +0000 (UTC) Subject: rpms/printoxx/F-10 .cvsignore, 1.3, 1.4 printoxx.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090104182222.4356870130@cvs1.fedora.phx.redhat.com> Author: eponyme Update of /cvs/pkgs/rpms/printoxx/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19591 Modified Files: .cvsignore printoxx.spec sources Log Message: Update to 1.8 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/printoxx/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Dec 2008 19:51:07 -0000 1.3 +++ .cvsignore 4 Jan 2009 18:21:51 -0000 1.4 @@ -1 +1 @@ -printoxx-1.7.tar.gz +printoxx-1.8.tar.gz Index: printoxx.spec =================================================================== RCS file: /cvs/pkgs/rpms/printoxx/F-10/printoxx.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- printoxx.spec 1 Dec 2008 19:51:07 -0000 1.2 +++ printoxx.spec 4 Jan 2009 18:21:51 -0000 1.3 @@ -1,5 +1,5 @@ Name: printoxx -Version: 1.7 +Version: 1.8 Release: 1%{?dist} Summary: Print image files @@ -52,13 +52,17 @@ %doc doc/* %dir %{_datadir}/%{name} %{_bindir}/%{name} -%{_datadir}/%{name}/*.xtext -%{_datadir}/%{name}/icons +%{_datadir}/%{name}/%{name}.xtext +%{_datadir}/%{name}/icons/ +%{_datadir}/%{name}/locales/ %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png -%{_datadir}/%{name}/locales/* %changelog +* Sun Jan 4 2009 Nicoleau Fabien - 1.8-1 +- Rebuild for 1.8 +* Thu Dec 4 2008 Michael Schwendt - 1.7-2 +- Include unowned /usr/share/printoxx/locales directory. * Mon Dec 1 2008 Nicoleau Fabien - 1.7-1 - Rebuild for 1.7 * Mon Oct 13 2008 Nicoleau Fabien - 1.6-4 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/printoxx/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Dec 2008 19:51:07 -0000 1.3 +++ sources 4 Jan 2009 18:21:51 -0000 1.4 @@ -1 +1 @@ -7d99e706e50638c5d4869bd941c16762 printoxx-1.7.tar.gz +0776b27bafb483fd2b2ade40d9d0b0a6 printoxx-1.8.tar.gz From pkgdb at fedoraproject.org Sun Jan 4 18:41:36 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 18:41:36 +0000 Subject: [pkgdb] fotoxx ownership updated Message-ID: <20090104184136.D201F2081F2@bastion.fedora.phx.redhat.com> Package fotoxx in Fedora devel was orphaned by eponyme To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fotoxx From pkgdb at fedoraproject.org Sun Jan 4 18:41:43 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 18:41:43 +0000 Subject: [pkgdb] fotoxx ownership updated Message-ID: <20090104184143.5C29E20873E@bastion.fedora.phx.redhat.com> Package fotoxx in Fedora 9 was orphaned by eponyme To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fotoxx From pkgdb at fedoraproject.org Sun Jan 4 18:41:46 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 18:41:46 +0000 Subject: [pkgdb] fotoxx ownership updated Message-ID: <20090104184147.15610208D4F@bastion.fedora.phx.redhat.com> Package fotoxx in Fedora 10 was orphaned by eponyme To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fotoxx From s4504kr at fedoraproject.org Sun Jan 4 18:42:04 2009 From: s4504kr at fedoraproject.org (Jochen Schmitt) Date: Sun, 4 Jan 2009 18:42:04 +0000 (UTC) Subject: rpms/stellarium/devel stellarium-0.10.0-fonts.patch, NONE, 1.1 stellarium.spec, 1.49, 1.50 Message-ID: <20090104184204.BD5FE7013C@cvs1.fedora.phx.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/stellarium/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24856 Modified Files: stellarium.spec Added Files: stellarium-0.10.0-fonts.patch Log Message: Create symlinks for DejaVu fonts stellarium-0.10.0-fonts.patch: --- NEW FILE stellarium-0.10.0-fonts.patch --- diff -up stellarium-0.10.0/data/CMakeLists.txt.fp stellarium-0.10.0/data/CMakeLists.txt --- stellarium-0.10.0/data/CMakeLists.txt.fp 2009-01-04 19:20:51.000000000 +0100 +++ stellarium-0.10.0/data/CMakeLists.txt 2009-01-04 19:21:25.000000000 +0100 @@ -1,6 +1,6 @@ ########### install files ############### -INSTALL(FILES stellarium.ico ssystem.ini zone.tab base_locations.txt DejaVuSans.ttf default_config.ini DejaVuSansMono.ttf constellations_boundaries.dat fontmap.dat iso639-1.utf8 countryCodes.dat DESTINATION share/${PACKAGE}/data) +INSTALL(FILES stellarium.ico ssystem.ini zone.tab base_locations.txt default_config.ini constellations_boundaries.dat fontmap.dat iso639-1.utf8 countryCodes.dat DESTINATION share/${PACKAGE}/data) IF(MACOSX) INSTALL(FILES Icon.icns DESTINATION share ) Index: stellarium.spec =================================================================== RCS file: /cvs/extras/rpms/stellarium/devel/stellarium.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- stellarium.spec 24 Sep 2008 19:57:45 -0000 1.49 +++ stellarium.spec 4 Jan 2009 18:41:33 -0000 1.50 @@ -2,7 +2,7 @@ Name: stellarium Version: 0.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Photo-realistic nightsky renderer Group: Amusements/Graphics @@ -12,6 +12,7 @@ Source1: stellarium.desktop Source2: http://downloads.sourceforge.net/stellarum/stellarium_user_guide-%{guidever}.pdf Patch1: stellarium-0.9.1-cmake.patch +Patch2: stellarium-0.10.0-fonts.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -28,6 +29,8 @@ Requires: opengl-games-utils +Requires: dejavu-fonts-sans dejavu-fonts-sans-mono + %description Stellarium is a real-time 3D photo-realistic nightsky renderer. It can generate images of the sky as seen through the Earth's atmosphere with @@ -47,6 +50,7 @@ %prep %setup -q %patch1 -p1 -b .cm +%patch2 -p1 -b .fp %build export CFLAGS="$RPM_OPT_FLAGS" @@ -70,6 +74,10 @@ ln -s opengl-game-wrapper.sh $RPM_BUILD_ROOT%{_bindir}/stellarium-wrapper +( cd $RPM_BUILD_ROOT%{_datadir}/stellarium/data; + ln -sf ../../fonts/dejavu/DejaVuSans.ttf DejaVuSans.ttf; + ln -sf ../../fonts/dejavu/DejaVuSansMono.ttf DeJaVuSansMono.ttf; ) + %find_lang %{name} %find_lang %{name}-skycultures cat %{name}-skycultures.lang >>%{name}.lang @@ -92,6 +100,9 @@ %doc COPYING stellarium_user_guide-%{guidever}.pdf %changelog +* Sun Jan 4 2009 Jochen Schmitt 0.10.0-2 +- Create symlinks to DejaVu fonts (#477460) + * Wed Sep 24 2008 Jochen Schmitt 0.10.0-1 - New upstream release From pkgdb at fedoraproject.org Sun Jan 4 18:42:10 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 18:42:10 +0000 Subject: [pkgdb] printoxx ownership updated Message-ID: <20090104184210.F31DB20873E@bastion.fedora.phx.redhat.com> Package printoxx in Fedora devel was orphaned by eponyme To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/printoxx From pkgdb at fedoraproject.org Sun Jan 4 18:42:14 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 18:42:14 +0000 Subject: [pkgdb] printoxx ownership updated Message-ID: <20090104184214.EA19F208D4F@bastion.fedora.phx.redhat.com> Package printoxx in Fedora 9 was orphaned by eponyme To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/printoxx From pkgdb at fedoraproject.org Sun Jan 4 18:42:17 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 18:42:17 +0000 Subject: [pkgdb] printoxx ownership updated Message-ID: <20090104184217.BF4CF208D58@bastion.fedora.phx.redhat.com> Package printoxx in Fedora 10 was orphaned by eponyme To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/printoxx From jcollie at fedoraproject.org Sun Jan 4 18:58:41 2009 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Sun, 4 Jan 2009 18:58:41 +0000 (UTC) Subject: rpms/asterisk/F-10 0014-Fix-up-some-paths.patch, NONE, 1.1 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch, 1.6, 1.7 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch, 1.6, 1.7 0003-Allow-alternate-extensions-to-be-specified-in-users.patch, 1.5, 1.6 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch, 1.5, 1.6 0005-Add-chan_mobile-from-asterisk-addons.patch, 1.5, 1.6 0006-Use-pkgconfig-to-check-for-Lua.patch, 1.5, 1.6 0007-Build-using-external-libedit.patch, 1.5, 1.6 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch, 1.2, 1.3 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch, 1.2, 1.3 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch, 1.2, 1.3 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch, 1.2, 1.3 0012-Merged-revisions-162275-via-svnmerge-from.patch, 1.1, 1.2 0013-Update-autoconf.patch, 1.1, 1.2 asterisk.spec, 1.39, 1.40 Message-ID: <20090104185841.49F8C70130@cvs1.fedora.phx.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/asterisk/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30639 Modified Files: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 0003-Allow-alternate-extensions-to-be-specified-in-users.patch 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch 0005-Add-chan_mobile-from-asterisk-addons.patch 0006-Use-pkgconfig-to-check-for-Lua.patch 0007-Build-using-external-libedit.patch 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch 0012-Merged-revisions-162275-via-svnmerge-from.patch 0013-Update-autoconf.patch asterisk.spec Added Files: 0014-Fix-up-some-paths.patch Log Message: * Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.0.2-3 - Don't package func_curl in the main package. BZ#475910 - Fix up paths. BZ#477238 0014-Fix-up-some-paths.patch: --- NEW FILE 0014-Fix-up-some-paths.patch --- >From 57e9e58cb5d501da652d227eb8c07b2593d333ff Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 4 Jan 2009 12:51:05 -0600 Subject: [PATCH 14/14] Fix up some paths. --- UPGRADE-1.4.txt | 2 +- configs/festival.conf.sample | 2 +- configs/http.conf.sample | 6 ++-- configs/iax.conf.sample | 4 +- configs/musiconhold.conf.sample | 10 ++++---- configs/osp.conf.sample | 4 +- configs/phoneprov.conf.sample | 2 +- contrib/scripts/astgenkey | 2 +- contrib/scripts/astgenkey.8 | 6 ++-- doc/osp.txt | 8 +++--- doc/tex/phoneprov.tex | 2 +- doc/tex/privacy.tex | 6 ++-- pbx/ael/ael-test/ael-test3/extensions.ael | 28 +++++++++++++------------- pbx/ael/ael-test/ael-vtest13/extensions.ael | 28 +++++++++++++------------- pbx/ael/ael-test/ref.ael-vtest13 | 26 ++++++++++++------------ 15 files changed, 68 insertions(+), 68 deletions(-) diff --git a/UPGRADE-1.4.txt b/UPGRADE-1.4.txt index 4f82694..69bf322 100644 --- a/UPGRADE-1.4.txt +++ b/UPGRADE-1.4.txt @@ -92,7 +92,7 @@ sound packages in the 'sounds' subdirectory to be used later during installation WARNING: Asterisk 1.4 supports a new layout for sound files in multiple languages; instead of the alternate-language files being stored in subdirectories underneath the existing files (for French, that would be digits/fr, letters/fr, phonetic/fr, -etc.) the new layout creates one directory under /var/lib/asterisk/sounds for the +etc.) the new layout creates one directory under /usr/share/asterisk/sounds for the language itself, then places all the sound files for that language under that directory and its subdirectories. This is the layout that will be created if you select non-English languages to be installed via menuselect, HOWEVER Asterisk does diff --git a/configs/festival.conf.sample b/configs/festival.conf.sample index 774f1a1..815f11d 100644 --- a/configs/festival.conf.sample +++ b/configs/festival.conf.sample @@ -21,7 +21,7 @@ ; THIS DIRECTORY *MUST* EXIST and must be writable from the asterisk process. ; Defaults to /tmp/ ; -;cachedir=/var/lib/asterisk/festivalcache/ +;cachedir=/var/spool/asterisk/festival/ ; ; Festival command to send to the server. ; Defaults to: (tts_textasterisk "%s" 'file)(quit)\n diff --git a/configs/http.conf.sample b/configs/http.conf.sample index f15c9cf..6349905 100644 --- a/configs/http.conf.sample +++ b/configs/http.conf.sample @@ -5,7 +5,7 @@ ; Note about Asterisk documentation: ; If Asterisk was installed from a tarball, then the HTML documentation should ; be installed in the static-http/docs directory which is -; (/var/lib/asterisk/static-http/docs) on linux by default. If the Asterisk +; (/usr/share/asterisk/static-http/docs) on linux by default. If the Asterisk ; HTTP server is enabled in this file by setting the "enabled", "bindaddr", ; and "bindport" options, then you should be able to view the documentation ; remotely by browsing to: @@ -66,6 +66,6 @@ bindaddr=127.0.0.1 ;[post_mappings] ; ; In this example, if the prefix option is set to "asterisk", then using the -; POST URL: /asterisk/uploads will put files in /var/lib/asterisk/uploads/. -;uploads = /var/lib/asterisk/uploads/ +; POST URL: /asterisk/uploads will put files in /var/spool/asterisk/uploads/. +;uploads = /var/spool/asterisk/uploads/ ; diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample index 854a243..ab2938e 100644 --- a/configs/iax.conf.sample +++ b/configs/iax.conf.sample @@ -348,8 +348,8 @@ inkeys=freeworlddialup ; authentication is used, "inkeys" is a list of acceptable public keys on the ; local system that can be used to authenticate the remote peer, separated by ; the ":" character. "outkey" is a single, private key to use to authenticate -; to the other side. Public keys are named /var/lib/asterisk/keys/.pub -; while private keys are named /var/lib/asterisk/keys/.key. Private +; to the other side. Public keys are named /usr/share/asterisk/keys/.pub +; while private keys are named /usr/share/asterisk/keys/.key. Private ; keys should always be 3DES encrypted. ; ; diff --git a/configs/musiconhold.conf.sample b/configs/musiconhold.conf.sample index 4df1afd..b730335 100644 --- a/configs/musiconhold.conf.sample +++ b/configs/musiconhold.conf.sample @@ -39,11 +39,11 @@ [default] mode=files -directory=/var/lib/asterisk/moh +directory=/usr/share/asterisk/moh ; ;[native-random] ;mode=files -;directory=/var/lib/asterisk/moh +;directory=/usr/share/asterisk/moh ;digit=# ; If this option is set for a class, then when callers are ; ; listening to music on hold, they can press this digit, and ; ; they will switch to listening to this music class. @@ -51,7 +51,7 @@ directory=/var/lib/asterisk/moh ;[native-alphabetical] ;mode=files -;directory=/var/lib/asterisk/moh +;directory=/usr/share/asterisk/moh ;sort=alpha ; Sort the files in alphabetical order. If this option is ; ; not specified, the sort order is undefined. @@ -63,7 +63,7 @@ directory=/var/lib/asterisk/moh ;mode=custom ; Note that with mode=custom, a directory is not required, such as when reading ; from a stream. -;directory=/var/lib/asterisk/mohmp3 +;directory=/usr/share/asterisk/mohmp3 ;application=/usr/bin/mpg123 -q -r 8000 -f 8192 -b 2048 --mono -s ;[ulawstream] @@ -75,5 +75,5 @@ directory=/var/lib/asterisk/moh ; choice ;[solaris] ;mode=custom -;directory=/var/lib/asterisk/mohmp3 +;directory=/usr/share/asterisk/mohmp3 ;application=/site/sw/bin/madplay -Q -o raw:- --mono -R 8000 -a -12 diff --git a/configs/osp.conf.sample b/configs/osp.conf.sample index e342337..2e346e6 100644 --- a/configs/osp.conf.sample +++ b/configs/osp.conf.sample @@ -36,8 +36,8 @@ ;source=domain name or [IP address in brackets] ; ; Define path and file name of crypto files. -; The default path for crypto file is /var/lib/asterisk/keys. If no path is -; defined, crypto files will in /var/lib/asterisk/keys directory. +; The default path for crypto file is /usr/share/asterisk/keys. If no path is +; defined, crypto files will in /usr/share/asterisk/keys directory. ; ; Specify the private key file name. ; If this parameter is unspecified or not present, the default name will be the diff --git a/configs/phoneprov.conf.sample b/configs/phoneprov.conf.sample index 8f55fa8..2608914 100644 --- a/configs/phoneprov.conf.sample +++ b/configs/phoneprov.conf.sample @@ -57,4 +57,4 @@ ${TOLOWER(${MAC})}.cfg => 000000000000.cfg ; Dynamically generated ${TOLOWER(${MAC})}-phone.cfg => 000000000000-phone.cfg ; (relative to AST_DATA_DIR/phoneprov) config/${TOLOWER(${MAC})} => polycom.xml ; Dynamic Filename => template file ${TOLOWER(${MAC})}-directory.xml => 000000000000-directory.xml -setvar => CUSTOM_CONFIG=/var/lib/asterisk/phoneprov/configs/custom.cfg ; Custom variable +setvar => CUSTOM_CONFIG=/usr/share/asterisk/phoneprov/configs/custom.cfg ; Custom variable diff --git a/contrib/scripts/astgenkey b/contrib/scripts/astgenkey index 6376048..e4a5a80 100644 --- a/contrib/scripts/astgenkey +++ b/contrib/scripts/astgenkey @@ -29,7 +29,7 @@ if [ "$QUIET" != 'y' ]; then echo "in PEM format for use by Asterisk. You will be asked to" echo "enter a passcode for your key multiple times. Please" echo "enter the same code each time. The resulting files will" - echo "need to be moved to /var/lib/asterisk/keys if you want" + echo "need to be moved to /usr/share/asterisk/keys if you want" echo "to use them, and any private keys (.key files) will" echo "need to be initialized at runtime either by running" echo "Asterisk with the '-i' option, or with the 'init keys'" diff --git a/contrib/scripts/astgenkey.8 b/contrib/scripts/astgenkey.8 index 328a4d2..ac6feae 100644 --- a/contrib/scripts/astgenkey.8 +++ b/contrib/scripts/astgenkey.8 @@ -88,7 +88,7 @@ The private key: secret. .RE Those files should be copied to -.I /var/lib/asterisk/keys +.I /usr/share/asterisk/keys (The private key: on your system. The public key: on other systems) @@ -122,10 +122,10 @@ readable, such as with the following commands: And then make the key accessible to Asterisk (assuming you run it as user "asterisk"). - chown asterisk /var/lib/asterisk/keys/yourname.* + chown asterisk /usr/share/asterisk/keys/yourname.* .SH FILES -.I /var/lib/asterisk/keys +.I /usr/share/asterisk/keys .RS .RE diff --git a/doc/osp.txt b/doc/osp.txt index a0cd429..932f214 100644 --- a/doc/osp.txt +++ b/doc/osp.txt @@ -136,7 +136,7 @@ make clean; make linux Compilation is successful if there are no errors in the compiler output. The enroll program is now located in the OSP Toolkit/bin directory (example: /usr/src/ TK-3_3_6-20060303/bin). 2.2 Obtain Crypto Files -The OSP module in Asterisk requires three crypto files containing a local certificate (localcert.pem), private key (pkey.pem), and CA certificate (cacert_0.pem). Asterisk will try to load the files from the Asterisk public/private key directory - /var/lib/asterisk/keys. If the files are not present, the OSP module will not start and the Asterisk will not support the OSP protocol. Use the enroll.sh script from the toolkit distribution to enroll Asterisk with an OSP server and obtain the crypto files. Documentation explaining how to use the enroll.sh script (Device Enrollment) to enroll with an OSP server is available at http://www.transnexus.com/OSP%20Toolkit/OSP%20Toolkit%20Documents/Device_Enrollment.pdf. Copy the files generated by the enrollment process to the Asterisk /var/lib/asterisk/keys directory. +The OSP module in Asterisk requires three crypto files containing a local certificate (localcert.pem), private key (pkey.pem), and CA certificate (cacert_0.pem). Asterisk will try to load the files from the Asterisk public/private key directory - /usr/share/asterisk/keys. If the files are not present, the OSP module will not start and the Asterisk will not support the OSP protocol. Use the enroll.sh script from the toolkit distribution to enroll Asterisk with an OSP server and obtain the crypto files. Documentation explaining how to use the enroll.sh script (Device Enrollment) to enroll with an OSP server is available at http://www.transnexus.com/OSP%20Toolkit/OSP%20Toolkit%20Documents/Device_Enrollment.pdf. Copy the files generated by the enrollment process to the Asterisk /usr/share/asterisk/keys directory. Note: The osptestserver.transnexus.com is configured only for sending and receiving non-SSL messages, and issuing signed tokens. If you need help, post a message on the OSP mailing list at https://lists.sourceforge.net/lists/listinfo/osp-toolkit-client.. @@ -183,7 +183,7 @@ depth=0 /CN=osptestserver.transnexus.com/O=OSPServer verify return:1 The certificate request was successful. Error Code returned from localcert command : 0 -The files generated should be copied to the /var/lib/asterisk/keys directory. +The files generated should be copied to the /usr/share/asterisk/keys directory. Note: The script enroll.sh requires AT&T korn shell (ksh) or any of its compatible variants. The /usr/src/TK-3_3_6-20060303/bin directory should be in the PATH variable. Otherwise, enroll.sh cannot find the enroll file. 3 Asterisk @@ -247,9 +247,9 @@ servicepoint=http://OSP server IP:1080/osp source=[host IP] ; ; Define path and file name of crypto files. -; The default path for crypto file is /var/lib/asterisk/keys. If no +; The default path for crypto file is /usr/share/asterisk/keys. If no ; path is defined, crypto files should be in -; /var/lib/asterisk/keys directory. +; /usr/share/asterisk/keys directory. ; ; Specify the private key file name. ; If this parameter is unspecified or not present, the default name diff --git a/doc/tex/phoneprov.tex b/doc/tex/phoneprov.tex index cb236a8..be01d34 100644 --- a/doc/tex/phoneprov.tex +++ b/doc/tex/phoneprov.tex @@ -58,7 +58,7 @@ files, respectively. A sample profile: [polycom] staticdir => configs/ mime_type => text/xml -setvar => CUSTOM_CONFIG=/var/lib/asterisk/phoneprov/configs/custom.cfg +setvar => CUSTOM_CONFIG=/usr/share/asterisk/phoneprov/configs/custom.cfg static_file => bootrom.ld,application/octet-stream static_file => bootrom.ver,plain/text static_file => sip.ld,application/octet-stream diff --git a/doc/tex/privacy.tex b/doc/tex/privacy.tex index 81b2fac..9971641 100644 --- a/doc/tex/privacy.tex +++ b/doc/tex/privacy.tex @@ -204,7 +204,7 @@ helpful. When there is no CallerID, P and p options will always record an intro for the incoming caller. This intro will be stored temporarily in the -\path{/var/lib/asterisk/sounds/priv-callerintros} dir, under the name +\path{/usr/share/asterisk/sounds/priv-callerintros} dir, under the name NOCALLERID\_$<$extension$>$ $<$channelname$>$ and will be erased after the callee decides what to do with the call. @@ -239,7 +239,7 @@ introductions are stored and re-used for the convenience of the CALLER. \subsubsection{Introductions} Unless instructed to not save introductions (see the 'n' option above), the screening modes will save the recordings of the caller's names in -the directory \path{/var/lib/asterisk/sounds/priv-callerintros}, if they have +the directory \path{/usr/share/asterisk/sounds/priv-callerintros}, if they have a CallerID. Just the 10-digit callerid numbers are used as filenames, with a ".gsm" at the end. @@ -254,7 +254,7 @@ loudspeakers, and perhaps other nifty things. For instance: \begin{astlisting} \begin{verbatim} -exten => s,6,Set(PATH=/var/lib/asterisk/sounds/priv-callerintros) +exten => s,6,Set(PATH=/usr/share/asterisk/sounds/priv-callerintros) exten => s,7,System(/usr/bin/play ${PATH}/${CALLERID(num)}.gsm&,0) \end{verbatim} \end{astlisting} diff --git a/pbx/ael/ael-test/ael-test3/extensions.ael b/pbx/ael/ael-test/ael-test3/extensions.ael index ff1f6ae..53fb918 100755 --- a/pbx/ael/ael-test/ael-test3/extensions.ael +++ b/pbx/ael/ael-test/ael-test3/extensions.ael @@ -2049,7 +2049,7 @@ macro ciddial2(dialnum, lookup, waittime, dialopts, ddev) // give priority to tc macro callerid-liar() { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/priv-callerintros/LIAR.gsm&); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/priv-callerintros/LIAR.gsm&); Background(priv-liar); // Script: OOOps! Sorry! I don't allow men with ski masks pulled over their // faces to get in the front door, and unidentified callers won't fair // any better. You entered *MY* phone number. That won't work. @@ -2106,7 +2106,7 @@ context homeline { PrivacyManager(); if( "${PRIVACYMGRSTATUS}" = "FAILED" ) { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/privmanfailed.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/privmanfailed.gsm); &std-priv-exten(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket); Hangup(); return; @@ -2138,7 +2138,7 @@ context homeline { verbose(direct is XXX#${direct}XXXX); Playback(greetings/direct); // Welcome to the Murphy residence. This system will automatically try to connect you to... Playback(/var/spool/asterisk/voicemail/default/${direct}/greet); - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/${direct}/greet.wav&); switch(${direct}) { @@ -2223,7 +2223,7 @@ context homeline { } 1 => { // Sonya - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/2/greet.wav&); &std-priv-exten(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket); goto s|loopback; @@ -2421,51 +2421,51 @@ context homeline-kids { Background(murphy-homeline-kids); // Which Kid? 1=Sean, 2:Eric, 3:Ryan, 4:Kyle, 5:Amber, 6:Alex, 7:Neal } 1 => { // SEAN - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/3/greet.wav&); // &std-priv-exten(Zap/3r2&Zap/5r2,3,35,mtw,telemarket,telemarket); &std-priv-exten(IAX2/seaniax&Zap/5r2,3,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 2 => { // ERIC - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&); Voicemail(u4); goto homeline|s|loopback; // SetMusicOnHold(erics); - // TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + // TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); // TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&); // &std-priv-exten(Zap/3r2&Zap/5r2,4,35,mtw,telemarket,telemarket); // goto homeline|s|loopback; } 3 => { // RYAN - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/5/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,5,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 4 => { // KYLE - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/6/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,6,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 5 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/7/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,7,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 6 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/8/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,8,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 7 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/9/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,9,35,mtw,telemarket,telemarket); goto homeline|s|loopback; @@ -2517,7 +2517,7 @@ context workline { // Otherwise, dial 1, and hopefully, you will reach Steve. } 1 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/1/greet.wav&); &std-priv-exten(Zap/6&Sip/murf,1,30,mtw,telemarket,telemarket); @@ -2778,7 +2778,7 @@ context homeext { } 761 => { Record(announcement:gsm); - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/announcement.gsm&); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/announcement.gsm&); goto s|loopback; } 762 => { diff --git a/pbx/ael/ael-test/ael-vtest13/extensions.ael b/pbx/ael/ael-test/ael-vtest13/extensions.ael index b7e953e..48baaef 100755 --- a/pbx/ael/ael-test/ael-vtest13/extensions.ael +++ b/pbx/ael/ael-test/ael-vtest13/extensions.ael @@ -2048,7 +2048,7 @@ macro ciddial2(dialnum, lookup, waittime, dialopts, ddev) // give priority to tc macro callerid-liar() { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/priv-callerintros/LIAR.gsm&); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/priv-callerintros/LIAR.gsm&); Background(priv-liar); // Script: OOOps! Sorry! I don't allow men with ski masks pulled over their // faces to get in the front door, and unidentified callers won't fair // any better. You entered *MY* phone number. That won't work. @@ -2105,7 +2105,7 @@ context homeline { PrivacyManager(); if( "${PRIVACYMGRSTATUS}" = "FAILED" ) { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/privmanfailed.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/privmanfailed.gsm); &std-priv-exten(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket); Hangup(); return; @@ -2137,7 +2137,7 @@ context homeline { verbose(direct is XXX#${direct}XXXX); Playback(greetings/direct); // Welcome to the Murphy residence. This system will automatically try to connect you to... Playback(/var/spool/asterisk/voicemail/default/${direct}/greet); - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/${direct}/greet.wav&); switch(${direct}) { @@ -2222,7 +2222,7 @@ context homeline { } 1 => { // Sonya - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/2/greet.wav&); &std-priv-exten(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket); goto s|loopback; @@ -2420,51 +2420,51 @@ context homeline-kids { Background(murphy-homeline-kids); // Which Kid? 1=Sean, 2:Eric, 3:Ryan, 4:Kyle, 5:Amber, 6:Alex, 7:Neal } 1 => { // SEAN - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/3/greet.wav&); // &std-priv-exten(Zap/3r2&Zap/5r2,3,35,mtw,telemarket,telemarket); &std-priv-exten(IAX2/seaniax&Zap/5r2,3,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 2 => { // ERIC - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&); Voicemail(u4); goto homeline|s|loopback; // SetMusicOnHold(erics); - // TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + // TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); // TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&); // &std-priv-exten(Zap/3r2&Zap/5r2,4,35,mtw,telemarket,telemarket); // goto homeline|s|loopback; } 3 => { // RYAN - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/5/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,5,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 4 => { // KYLE - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/6/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,6,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 5 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/7/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,7,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 6 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/8/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,8,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 7 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/9/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,9,35,mtw,telemarket,telemarket); goto homeline|s|loopback; @@ -2516,7 +2516,7 @@ context workline { // Otherwise, dial 1, and hopefully, you will reach Steve. } 1 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/1/greet.wav&); &std-priv-exten(Zap/6&Sip/murf,1,30,mtw,telemarket,telemarket); @@ -2777,7 +2777,7 @@ context homeext { } 761 => { Record(announcement:gsm); - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/announcement.gsm&); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/announcement.gsm&); goto s|loopback; } 762 => { diff --git a/pbx/ael/ael-test/ref.ael-vtest13 b/pbx/ael/ael-test/ref.ael-vtest13 index 79a5e48..cf1d255 100644 --- a/pbx/ael/ael-test/ref.ael-vtest13 +++ b/pbx/ael/ael-test/ref.ael-vtest13 @@ -2107,7 +2107,7 @@ exten => s,20,Return() [callerid-liar] -exten => s,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/priv-callerintros/LIAR.gsm&) +exten => s,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/priv-callerintros/LIAR.gsm&) exten => s,2,Background(priv-liar) exten => s,3,Hangup() exten => s,4,Return() @@ -2142,7 +2142,7 @@ exten => s,3,Set(repeatcount=0) exten => s,4,Zapateller(nocallerid) exten => s,5,PrivacyManager() exten => s,6,GotoIf($["${PRIVACYMGRSTATUS}" = "FAILED" ]?7:11) -exten => s,7,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/privmanfailed.gsm) +exten => s,7,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/privmanfailed.gsm) exten => s,8,Gosub(std-priv-exten,s,1(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket)) exten => s,9,Hangup() exten => s,10,Return() @@ -2168,7 +2168,7 @@ exten => s,29,GotoIf($["${direct}" != "" & ${direct} != 0 ]?30:37) exten => s,30,verbose(direct is XXX#${direct}XXXX) exten => s,31,Playback(greetings/direct) exten => s,32,Playback(/var/spool/asterisk/voicemail/default/${direct}/greet) -exten => s,33,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => s,33,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => s,34,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/${direct}/greet.wav&) exten => s,35,Goto(sw-92-${direct},10) exten => s,36,NoOp(Finish switch-if-homeline-91-92) @@ -2247,7 +2247,7 @@ exten => sw-92-2,10,Gosub(std-priv-exten,s,1(Zap/3r1&Zap/5r1,2,25,mtw,telemarket exten => sw-92-2,11,Goto(s,loopback) exten => sw-92-1,10,Gosub(std-priv-exten,s,1(Zap/6r3&Sip/murf,1,25,mpA(beep)tw,telemarket,telemarket)) exten => sw-92-1,11,Goto(s,loopback) -exten => 1,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 1,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 1,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/2/greet.wav&) exten => 1,3,Gosub(std-priv-exten,s,1(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket)) exten => 1,4,Goto(s,loopback) @@ -2324,31 +2324,31 @@ exten => o,1,Goto(s,begin) [homeline-kids] exten => s,1(begin),Background(murphy-homeline-kids) -exten => 1,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 1,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 1,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/3/greet.wav&) exten => 1,3,Gosub(std-priv-exten,s,1(IAX2/seaniax&Zap/5r2,3,35,mtw,telemarket,telemarket)) exten => 1,4,Goto(homeline,s,loopback) -exten => 2,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 2,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 2,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&) exten => 2,3,Voicemail(u4) exten => 2,4,Goto(homeline,s,loopback) -exten => 3,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 3,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 3,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/5/greet.wav&) exten => 3,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,5,35,mtw,telemarket,telemarket)) exten => 3,4,Goto(homeline,s,loopback) -exten => 4,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 4,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 4,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/6/greet.wav&) exten => 4,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,6,35,mtw,telemarket,telemarket)) exten => 4,4,Goto(homeline,s,loopback) -exten => 5,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 5,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 5,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/7/greet.wav&) exten => 5,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,7,35,mtw,telemarket,telemarket)) exten => 5,4,Goto(homeline,s,loopback) -exten => 6,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 6,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 6,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/8/greet.wav&) exten => 6,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,8,35,mtw,telemarket,telemarket)) exten => 6,4,Goto(homeline,s,loopback) -exten => 7,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 7,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 7,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/9/greet.wav&) exten => 7,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,9,35,mtw,telemarket,telemarket)) exten => 7,4,Goto(homeline,s,loopback) @@ -2376,7 +2376,7 @@ exten => s,5,Gosub(fillcidname,s,1) exten => s,6,TrySystem(/usr/local/bin/who-is-it ${CALLERID(num)} "${CALLERID(name)}"&) exten => s,7(loopback),Background(greetings/greeting) exten => s,8,Background(murphy-office-intro1) -exten => 1,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 1,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 1,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/1/greet.wav&) exten => 1,3,Gosub(std-priv-exten,s,1(Zap/6&Sip/murf,1,30,mtw,telemarket,telemarket)) exten => 1,4,Goto(s,loopback) @@ -2502,7 +2502,7 @@ exten => 6,1,Background(recording) exten => 760,1,DateTime() exten => 760,2,Goto(s,loopback) exten => 761,1,Record(announcement:gsm) -exten => 761,2,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/announcement.gsm&) +exten => 761,2,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/announcement.gsm&) exten => 761,3,Goto(s,loopback) exten => 762,1,agi(tts-riddle.agi) exten => 762,2,Background(gsm/what-time-it-is2) -- 1.6.1 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch: Index: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0001-Modify-init-scripts-for-better-Fedora-compatibility.patch,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 4 Jan 2009 17:23:21 -0000 1.6 +++ 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 4 Jan 2009 18:58:38 -0000 1.7 @@ -1,7 +1,7 @@ From 0040bd97782e9db8c341af9ffe171749644e35f1 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 18 Nov 2007 21:47:59 -0600 -Subject: [PATCH 01/13] Modify init scripts for better Fedora compatibility. +Subject: [PATCH 01/14] Modify init scripts for better Fedora compatibility. --- contrib/init.d/rc.redhat.asterisk | 61 +++++++++++++++++------------------- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch: Index: 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 4 Jan 2009 17:23:22 -0000 1.6 +++ 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 4 Jan 2009 18:58:38 -0000 1.7 @@ -1,7 +1,7 @@ From 42cd072beba88049783a7bedb029760a5952706e Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 8 Nov 2007 15:52:36 -0600 -Subject: [PATCH 02/13] Modify modules.conf so that different voicemail modules can be loaded. +Subject: [PATCH 02/14] Modify modules.conf so that different voicemail modules can be loaded. --- configs/modules.conf.sample | 27 +++++++++++++++++++++++++++ 0003-Allow-alternate-extensions-to-be-specified-in-users.patch: Index: 0003-Allow-alternate-extensions-to-be-specified-in-users.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0003-Allow-alternate-extensions-to-be-specified-in-users.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- 0003-Allow-alternate-extensions-to-be-specified-in-users.patch 4 Jan 2009 17:23:22 -0000 1.5 +++ 0003-Allow-alternate-extensions-to-be-specified-in-users.patch 4 Jan 2009 18:58:38 -0000 1.6 @@ -1,7 +1,7 @@ From a9d27e3b5f93ff8658fa06a0c454140f27244363 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 8 Nov 2007 16:32:56 -0600 -Subject: [PATCH 03/13] Allow alternate extensions to be specified in users.conf +Subject: [PATCH 03/14] Allow alternate extensions to be specified in users.conf --- pbx/pbx_config.c | 14 ++++++++++++++ 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch: Index: 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch 4 Jan 2009 17:23:22 -0000 1.5 +++ 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch 4 Jan 2009 18:58:38 -0000 1.6 @@ -1,7 +1,7 @@ From 42991016984f9e7930686527706ab0f36baa41d1 Mon Sep 17 00:00:00 2001 From: tilghman Date: Tue, 29 Jul 2008 23:00:45 +0000 -Subject: [PATCH 04/13] Minor changes to reduce packaging changes made by the Fedora maintainer. +Subject: [PATCH 04/14] Minor changes to reduce packaging changes made by the Fedora maintainer. (closes issue #12974) Reported by: jcollie Patches: 0005-Add-chan_mobile-from-asterisk-addons.patch: Index: 0005-Add-chan_mobile-from-asterisk-addons.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0005-Add-chan_mobile-from-asterisk-addons.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- 0005-Add-chan_mobile-from-asterisk-addons.patch 4 Jan 2009 17:23:22 -0000 1.5 +++ 0005-Add-chan_mobile-from-asterisk-addons.patch 4 Jan 2009 18:58:38 -0000 1.6 @@ -1,7 +1,7 @@ From 8cc8002094fe880d374a727aa0be389ca68b0342 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 25 Feb 2008 09:23:28 -0600 -Subject: [PATCH 05/13] Add chan_mobile from asterisk-addons. +Subject: [PATCH 05/14] Add chan_mobile from asterisk-addons. --- build_tools/menuselect-deps.in | 1 + 0006-Use-pkgconfig-to-check-for-Lua.patch: Index: 0006-Use-pkgconfig-to-check-for-Lua.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0006-Use-pkgconfig-to-check-for-Lua.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- 0006-Use-pkgconfig-to-check-for-Lua.patch 4 Jan 2009 17:23:22 -0000 1.5 +++ 0006-Use-pkgconfig-to-check-for-Lua.patch 4 Jan 2009 18:58:38 -0000 1.6 @@ -1,7 +1,7 @@ From d633181f75ea7dc879e8ac9d014cf1fc0fe364ef Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 25 Feb 2008 13:14:23 -0600 -Subject: [PATCH 06/13] Use pkgconfig to check for Lua. +Subject: [PATCH 06/14] Use pkgconfig to check for Lua. --- configure.ac | 9 ++++++++- 0007-Build-using-external-libedit.patch: Index: 0007-Build-using-external-libedit.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0007-Build-using-external-libedit.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- 0007-Build-using-external-libedit.patch 4 Jan 2009 17:23:22 -0000 1.5 +++ 0007-Build-using-external-libedit.patch 4 Jan 2009 18:58:38 -0000 1.6 @@ -1,7 +1,7 @@ From a50090dc47540b5c3df28c9846fe753f5476c4fc Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Tue, 25 Mar 2008 00:50:27 -0500 -Subject: [PATCH 07/13] Build using external libedit. +Subject: [PATCH 07/14] Build using external libedit. --- build_tools/menuselect-deps.in | 1 + 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch: Index: 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 4 Jan 2009 17:23:22 -0000 1.2 +++ 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 4 Jan 2009 18:58:38 -0000 1.3 @@ -1,7 +1,7 @@ From a092080315b7bfa9b7d174b6114cb957ac1590d8 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 10 Oct 2008 11:54:10 -0500 -Subject: [PATCH 08/13] Revert changes to pbx_lua from rev 126363 that cause some problems. +Subject: [PATCH 08/14] Revert changes to pbx_lua from rev 126363 that cause some problems. --- pbx/pbx_lua.c | 6 +++--- 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch: Index: 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 4 Jan 2009 17:23:22 -0000 1.2 +++ 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 4 Jan 2009 18:58:38 -0000 1.3 @@ -1,7 +1,7 @@ From 7719af5a016f40f573c90aae17910f7f77b9b4e6 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:06:18 -0600 -Subject: [PATCH 09/13] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config +Subject: [PATCH 09/14] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config --- configure.ac | 12 +++++++++++- 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch: Index: 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 4 Jan 2009 17:23:22 -0000 1.2 +++ 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 4 Jan 2009 18:58:38 -0000 1.3 @@ -1,7 +1,7 @@ From 9a6c4641b2aa353c9076df9794d72fba5acdafb0 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:12:18 -0600 -Subject: [PATCH 10/13] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail +Subject: [PATCH 10/14] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail Need to regenerate configure from configure.ac after patch one with ./bootsrap.sh, so fix the broken .m4 in the autoconfig dir. (alternatively 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch: Index: 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0011-Merged-revisions-160170-160172-via-svnmerge-from.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch 4 Jan 2009 17:23:22 -0000 1.2 +++ 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch 4 Jan 2009 18:58:38 -0000 1.3 @@ -1,7 +1,7 @@ From c38fa4eb3cf989c110a737058c46a916ebab19c8 Mon Sep 17 00:00:00 2001 From: seanbright Date: Mon, 1 Dec 2008 23:41:16 +0000 -Subject: [PATCH 11/13] Merged revisions 160170-160172 via svnmerge from +Subject: [PATCH 11/14] Merged revisions 160170-160172 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ 0012-Merged-revisions-162275-via-svnmerge-from.patch: Index: 0012-Merged-revisions-162275-via-svnmerge-from.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0012-Merged-revisions-162275-via-svnmerge-from.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0012-Merged-revisions-162275-via-svnmerge-from.patch 4 Jan 2009 17:23:22 -0000 1.1 +++ 0012-Merged-revisions-162275-via-svnmerge-from.patch 4 Jan 2009 18:58:38 -0000 1.2 @@ -1,7 +1,7 @@ From 986c677766137383378252947eafb3eb8c86718a Mon Sep 17 00:00:00 2001 From: file Date: Tue, 9 Dec 2008 20:47:11 +0000 -Subject: [PATCH 12/13] Merged revisions 162275 via svnmerge from +Subject: [PATCH 12/14] Merged revisions 162275 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ 0013-Update-autoconf.patch: Index: 0013-Update-autoconf.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0013-Update-autoconf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0013-Update-autoconf.patch 4 Jan 2009 17:23:24 -0000 1.1 +++ 0013-Update-autoconf.patch 4 Jan 2009 18:58:38 -0000 1.2 @@ -1,7 +1,7 @@ From 249cd4bd1b4b9a0b99a07d44359e098c10dacbdb Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 4 Jan 2009 00:37:02 -0600 -Subject: [PATCH 13/13] Update autoconf. +Subject: [PATCH 13/14] Update autoconf. --- configure |23025 ++++++++++++++++++++------------------ Index: asterisk.spec =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/asterisk.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- asterisk.spec 4 Jan 2009 17:23:24 -0000 1.39 +++ asterisk.spec 4 Jan 2009 18:58:38 -0000 1.40 @@ -3,7 +3,7 @@ Summary: The Open Source PBX Name: asterisk Version: 1.6.0.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.asterisk.org/ @@ -46,6 +46,7 @@ Patch11: 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch Patch12: 0012-Merged-revisions-162275-via-svnmerge-from.patch Patch13: 0013-Update-autoconf.patch +Patch14: 0014-Fix-up-some-paths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -423,6 +424,7 @@ %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 cp %{SOURCE2} menuselect.makedeps cp %{SOURCE3} menuselect.makeopts @@ -521,8 +523,10 @@ mkdir -p %{buildroot}%{_datadir}/asterisk/sounds/ mkdir -p %{buildroot}%{_localstatedir}/lib/asterisk mkdir -p %{buildroot}%{_localstatedir}/log/asterisk/cdr-custom/ +mkdir -p %{buildroot}%{_localstatedir}/spool/asterisk/festival/ mkdir -p %{buildroot}%{_localstatedir}/spool/asterisk/monitor/ mkdir -p %{buildroot}%{_localstatedir}/spool/asterisk/outgoing/ +mkdir -p %{buildroot}%{_localstatedir}/spool/asterisk/uploads/ # We're not going to package any of the sample AGI scripts rm -f %{buildroot}%{_datadir}/asterisk/agi-bin/* @@ -687,7 +691,6 @@ %{_libdir}/asterisk/modules/func_callerid.so %{_libdir}/asterisk/modules/func_cdr.so %{_libdir}/asterisk/modules/func_channel.so -%{_libdir}/asterisk/modules/func_curl.so %{_libdir}/asterisk/modules/func_cut.so %{_libdir}/asterisk/modules/func_db.so %{_libdir}/asterisk/modules/func_devstate.so @@ -825,6 +828,7 @@ %attr(0770,asterisk,asterisk) %dir %{_localstatedir}/spool/asterisk/monitor/ %attr(0770,asterisk,asterisk) %dir %{_localstatedir}/spool/asterisk/outgoing/ %attr(0750,asterisk,asterisk) %dir %{_localstatedir}/spool/asterisk/tmp/ +%attr(0750,asterisk,asterisk) %dir %{_localstatedir}/spool/asterisk/uploads/ %attr(0750,asterisk,asterisk) %dir %{_localstatedir}/spool/asterisk/voicemail/ %attr(0755,asterisk,asterisk) %dir %{_localstatedir}/run/asterisk @@ -886,6 +890,7 @@ %files festival %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/asterisk/festival.conf +%attr(0750,asterisk,asterisk) %dir %{_localstatedir}/spool/asterisk/festival/ %{_libdir}/asterisk/modules/app_festival.so %files firmware @@ -1032,6 +1037,10 @@ %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.0.2-3 +- Don't package func_curl in the main package. BZ#475910 +- Fix up paths. BZ#477238 + * Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.0.2-2 - Add patch to fix compilation on PPC From jcollie at fedoraproject.org Sun Jan 4 19:19:48 2009 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Sun, 4 Jan 2009 19:19:48 +0000 (UTC) Subject: rpms/asterisk/devel 0012-Fix-up-some-paths.patch, NONE, 1.1 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch, 1.7, 1.8 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch, 1.7, 1.8 0003-Add-chan_mobile-from-asterisk-addons.patch, 1.3, 1.4 0004-Use-pkgconfig-to-check-for-Lua.patch, 1.3, 1.4 0005-Build-using-external-libedit.patch, 1.2, 1.3 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch, 1.2, 1.3 0007-Define-missing-variable-when-compiling-on-PPC.patch, 1.1, 1.2 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch, 1.1, 1.2 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch, 1.1, 1.2 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch, 1.1, 1.2 0011-Update-autoconf.patch, 1.1, 1.2 asterisk.spec, 1.44, 1.45 Message-ID: <20090104191948.3985870130@cvs1.fedora.phx.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/asterisk/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3179 Modified Files: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 0003-Add-chan_mobile-from-asterisk-addons.patch 0004-Use-pkgconfig-to-check-for-Lua.patch 0005-Build-using-external-libedit.patch 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 0007-Define-missing-variable-when-compiling-on-PPC.patch 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch 0011-Update-autoconf.patch asterisk.spec Added Files: 0012-Fix-up-some-paths.patch Log Message: * Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.1-0.10.beta4 - Fix up paths. BZ#477238 0012-Fix-up-some-paths.patch: --- NEW FILE 0012-Fix-up-some-paths.patch --- >From 561e2656fc6f73d256419aaa025ce391e67a96e6 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 4 Jan 2009 12:51:05 -0600 Subject: [PATCH 12/12] Fix up some paths. --- UPGRADE-1.4.txt | 2 +- configs/festival.conf.sample | 2 +- configs/http.conf.sample | 6 ++-- configs/iax.conf.sample | 4 +- configs/musiconhold.conf.sample | 10 ++++---- configs/osp.conf.sample | 4 +- configs/phoneprov.conf.sample | 2 +- contrib/scripts/astgenkey | 2 +- contrib/scripts/astgenkey.8 | 6 ++-- doc/osp.txt | 8 +++--- doc/tex/phoneprov.tex | 2 +- doc/tex/privacy.tex | 6 ++-- pbx/ael/ael-test/ael-test3/extensions.ael | 28 +++++++++++++------------- pbx/ael/ael-test/ael-vtest13/extensions.ael | 28 +++++++++++++------------- pbx/ael/ael-test/ref.ael-vtest13 | 26 ++++++++++++------------ 15 files changed, 68 insertions(+), 68 deletions(-) diff --git a/UPGRADE-1.4.txt b/UPGRADE-1.4.txt index 4f82694..69bf322 100644 --- a/UPGRADE-1.4.txt +++ b/UPGRADE-1.4.txt @@ -92,7 +92,7 @@ sound packages in the 'sounds' subdirectory to be used later during installation WARNING: Asterisk 1.4 supports a new layout for sound files in multiple languages; instead of the alternate-language files being stored in subdirectories underneath the existing files (for French, that would be digits/fr, letters/fr, phonetic/fr, -etc.) the new layout creates one directory under /var/lib/asterisk/sounds for the +etc.) the new layout creates one directory under /usr/share/asterisk/sounds for the language itself, then places all the sound files for that language under that directory and its subdirectories. This is the layout that will be created if you select non-English languages to be installed via menuselect, HOWEVER Asterisk does diff --git a/configs/festival.conf.sample b/configs/festival.conf.sample index 774f1a1..815f11d 100644 --- a/configs/festival.conf.sample +++ b/configs/festival.conf.sample @@ -21,7 +21,7 @@ ; THIS DIRECTORY *MUST* EXIST and must be writable from the asterisk process. ; Defaults to /tmp/ ; -;cachedir=/var/lib/asterisk/festivalcache/ +;cachedir=/var/spool/asterisk/festival/ ; ; Festival command to send to the server. ; Defaults to: (tts_textasterisk "%s" 'file)(quit)\n diff --git a/configs/http.conf.sample b/configs/http.conf.sample index f15c9cf..6349905 100644 --- a/configs/http.conf.sample +++ b/configs/http.conf.sample @@ -5,7 +5,7 @@ ; Note about Asterisk documentation: ; If Asterisk was installed from a tarball, then the HTML documentation should ; be installed in the static-http/docs directory which is -; (/var/lib/asterisk/static-http/docs) on linux by default. If the Asterisk +; (/usr/share/asterisk/static-http/docs) on linux by default. If the Asterisk ; HTTP server is enabled in this file by setting the "enabled", "bindaddr", ; and "bindport" options, then you should be able to view the documentation ; remotely by browsing to: @@ -66,6 +66,6 @@ bindaddr=127.0.0.1 ;[post_mappings] ; ; In this example, if the prefix option is set to "asterisk", then using the -; POST URL: /asterisk/uploads will put files in /var/lib/asterisk/uploads/. -;uploads = /var/lib/asterisk/uploads/ +; POST URL: /asterisk/uploads will put files in /var/spool/asterisk/uploads/. +;uploads = /var/spool/asterisk/uploads/ ; diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample index dc3c465..69de2b4 100644 --- a/configs/iax.conf.sample +++ b/configs/iax.conf.sample @@ -361,8 +361,8 @@ inkeys=freeworlddialup ; authentication is used, "inkeys" is a list of acceptable public keys on the ; local system that can be used to authenticate the remote peer, separated by ; the ":" character. "outkey" is a single, private key to use to authenticate -; to the other side. Public keys are named /var/lib/asterisk/keys/.pub -; while private keys are named /var/lib/asterisk/keys/.key. Private +; to the other side. Public keys are named /usr/share/asterisk/keys/.pub +; while private keys are named /usr/share/asterisk/keys/.key. Private ; keys should always be 3DES encrypted. ; ; diff --git a/configs/musiconhold.conf.sample b/configs/musiconhold.conf.sample index 4df1afd..b730335 100644 --- a/configs/musiconhold.conf.sample +++ b/configs/musiconhold.conf.sample @@ -39,11 +39,11 @@ [default] mode=files -directory=/var/lib/asterisk/moh +directory=/usr/share/asterisk/moh ; ;[native-random] ;mode=files -;directory=/var/lib/asterisk/moh +;directory=/usr/share/asterisk/moh ;digit=# ; If this option is set for a class, then when callers are ; ; listening to music on hold, they can press this digit, and ; ; they will switch to listening to this music class. @@ -51,7 +51,7 @@ directory=/var/lib/asterisk/moh ;[native-alphabetical] ;mode=files -;directory=/var/lib/asterisk/moh +;directory=/usr/share/asterisk/moh ;sort=alpha ; Sort the files in alphabetical order. If this option is ; ; not specified, the sort order is undefined. @@ -63,7 +63,7 @@ directory=/var/lib/asterisk/moh ;mode=custom ; Note that with mode=custom, a directory is not required, such as when reading ; from a stream. -;directory=/var/lib/asterisk/mohmp3 +;directory=/usr/share/asterisk/mohmp3 ;application=/usr/bin/mpg123 -q -r 8000 -f 8192 -b 2048 --mono -s ;[ulawstream] @@ -75,5 +75,5 @@ directory=/var/lib/asterisk/moh ; choice ;[solaris] ;mode=custom -;directory=/var/lib/asterisk/mohmp3 +;directory=/usr/share/asterisk/mohmp3 ;application=/site/sw/bin/madplay -Q -o raw:- --mono -R 8000 -a -12 diff --git a/configs/osp.conf.sample b/configs/osp.conf.sample index e342337..2e346e6 100644 --- a/configs/osp.conf.sample +++ b/configs/osp.conf.sample @@ -36,8 +36,8 @@ ;source=domain name or [IP address in brackets] ; ; Define path and file name of crypto files. -; The default path for crypto file is /var/lib/asterisk/keys. If no path is -; defined, crypto files will in /var/lib/asterisk/keys directory. +; The default path for crypto file is /usr/share/asterisk/keys. If no path is +; defined, crypto files will in /usr/share/asterisk/keys directory. ; ; Specify the private key file name. ; If this parameter is unspecified or not present, the default name will be the diff --git a/configs/phoneprov.conf.sample b/configs/phoneprov.conf.sample index 8f55fa8..2608914 100644 --- a/configs/phoneprov.conf.sample +++ b/configs/phoneprov.conf.sample @@ -57,4 +57,4 @@ ${TOLOWER(${MAC})}.cfg => 000000000000.cfg ; Dynamically generated ${TOLOWER(${MAC})}-phone.cfg => 000000000000-phone.cfg ; (relative to AST_DATA_DIR/phoneprov) config/${TOLOWER(${MAC})} => polycom.xml ; Dynamic Filename => template file ${TOLOWER(${MAC})}-directory.xml => 000000000000-directory.xml -setvar => CUSTOM_CONFIG=/var/lib/asterisk/phoneprov/configs/custom.cfg ; Custom variable +setvar => CUSTOM_CONFIG=/usr/share/asterisk/phoneprov/configs/custom.cfg ; Custom variable diff --git a/contrib/scripts/astgenkey b/contrib/scripts/astgenkey index 6376048..e4a5a80 100644 --- a/contrib/scripts/astgenkey +++ b/contrib/scripts/astgenkey @@ -29,7 +29,7 @@ if [ "$QUIET" != 'y' ]; then echo "in PEM format for use by Asterisk. You will be asked to" echo "enter a passcode for your key multiple times. Please" echo "enter the same code each time. The resulting files will" - echo "need to be moved to /var/lib/asterisk/keys if you want" + echo "need to be moved to /usr/share/asterisk/keys if you want" echo "to use them, and any private keys (.key files) will" echo "need to be initialized at runtime either by running" echo "Asterisk with the '-i' option, or with the 'init keys'" diff --git a/contrib/scripts/astgenkey.8 b/contrib/scripts/astgenkey.8 index 328a4d2..ac6feae 100644 --- a/contrib/scripts/astgenkey.8 +++ b/contrib/scripts/astgenkey.8 @@ -88,7 +88,7 @@ The private key: secret. .RE Those files should be copied to -.I /var/lib/asterisk/keys +.I /usr/share/asterisk/keys (The private key: on your system. The public key: on other systems) @@ -122,10 +122,10 @@ readable, such as with the following commands: And then make the key accessible to Asterisk (assuming you run it as user "asterisk"). - chown asterisk /var/lib/asterisk/keys/yourname.* + chown asterisk /usr/share/asterisk/keys/yourname.* .SH FILES -.I /var/lib/asterisk/keys +.I /usr/share/asterisk/keys .RS .RE diff --git a/doc/osp.txt b/doc/osp.txt index a0cd429..932f214 100644 --- a/doc/osp.txt +++ b/doc/osp.txt @@ -136,7 +136,7 @@ make clean; make linux Compilation is successful if there are no errors in the compiler output. The enroll program is now located in the OSP Toolkit/bin directory (example: /usr/src/ TK-3_3_6-20060303/bin). 2.2 Obtain Crypto Files -The OSP module in Asterisk requires three crypto files containing a local certificate (localcert.pem), private key (pkey.pem), and CA certificate (cacert_0.pem). Asterisk will try to load the files from the Asterisk public/private key directory - /var/lib/asterisk/keys. If the files are not present, the OSP module will not start and the Asterisk will not support the OSP protocol. Use the enroll.sh script from the toolkit distribution to enroll Asterisk with an OSP server and obtain the crypto files. Documentation explaining how to use the enroll.sh script (Device Enrollment) to enroll with an OSP server is available at http://www.transnexus.com/OSP%20Toolkit/OSP%20Toolkit%20Documents/Device_Enrollment.pdf. Copy the files generated by the enrollment process to the Asterisk /var/lib/asterisk/keys directory. +The OSP module in Asterisk requires three crypto files containing a local certificate (localcert.pem), private key (pkey.pem), and CA certificate (cacert_0.pem). Asterisk will try to load the files from the Asterisk public/private key directory - /usr/share/asterisk/keys. If the files are not present, the OSP module will not start and the Asterisk will not support the OSP protocol. Use the enroll.sh script from the toolkit distribution to enroll Asterisk with an OSP server and obtain the crypto files. Documentation explaining how to use the enroll.sh script (Device Enrollment) to enroll with an OSP server is available at http://www.transnexus.com/OSP%20Toolkit/OSP%20Toolkit%20Documents/Device_Enrollment.pdf. Copy the files generated by the enrollment process to the Asterisk /usr/share/asterisk/keys directory. Note: The osptestserver.transnexus.com is configured only for sending and receiving non-SSL messages, and issuing signed tokens. If you need help, post a message on the OSP mailing list at https://lists.sourceforge.net/lists/listinfo/osp-toolkit-client.. @@ -183,7 +183,7 @@ depth=0 /CN=osptestserver.transnexus.com/O=OSPServer verify return:1 The certificate request was successful. Error Code returned from localcert command : 0 -The files generated should be copied to the /var/lib/asterisk/keys directory. +The files generated should be copied to the /usr/share/asterisk/keys directory. Note: The script enroll.sh requires AT&T korn shell (ksh) or any of its compatible variants. The /usr/src/TK-3_3_6-20060303/bin directory should be in the PATH variable. Otherwise, enroll.sh cannot find the enroll file. 3 Asterisk @@ -247,9 +247,9 @@ servicepoint=http://OSP server IP:1080/osp source=[host IP] ; ; Define path and file name of crypto files. -; The default path for crypto file is /var/lib/asterisk/keys. If no +; The default path for crypto file is /usr/share/asterisk/keys. If no ; path is defined, crypto files should be in -; /var/lib/asterisk/keys directory. +; /usr/share/asterisk/keys directory. ; ; Specify the private key file name. ; If this parameter is unspecified or not present, the default name diff --git a/doc/tex/phoneprov.tex b/doc/tex/phoneprov.tex index cb236a8..be01d34 100644 --- a/doc/tex/phoneprov.tex +++ b/doc/tex/phoneprov.tex @@ -58,7 +58,7 @@ files, respectively. A sample profile: [polycom] staticdir => configs/ mime_type => text/xml -setvar => CUSTOM_CONFIG=/var/lib/asterisk/phoneprov/configs/custom.cfg +setvar => CUSTOM_CONFIG=/usr/share/asterisk/phoneprov/configs/custom.cfg static_file => bootrom.ld,application/octet-stream static_file => bootrom.ver,plain/text static_file => sip.ld,application/octet-stream diff --git a/doc/tex/privacy.tex b/doc/tex/privacy.tex index a4ae7b9..bad6815 100644 --- a/doc/tex/privacy.tex +++ b/doc/tex/privacy.tex @@ -210,7 +210,7 @@ helpful. When there is no CallerID, P and p options will always record an intro for the incoming caller. This intro will be stored temporarily in the -\path{/var/lib/asterisk/sounds/priv-callerintros} dir, under the name +\path{/usr/share/asterisk/sounds/priv-callerintros} dir, under the name NOCALLERID\_$<$extension$>$ $<$channelname$>$ and will be erased after the callee decides what to do with the call. @@ -245,7 +245,7 @@ introductions are stored and re-used for the convenience of the CALLER. \subsubsection{Introductions} Unless instructed to not save introductions (see the 'n' option above), the screening modes will save the recordings of the caller's names in -the directory \path{/var/lib/asterisk/sounds/priv-callerintros}, if they have +the directory \path{/usr/share/asterisk/sounds/priv-callerintros}, if they have a CallerID. Just the 10-digit callerid numbers are used as filenames, with a ".gsm" at the end. @@ -260,7 +260,7 @@ loudspeakers, and perhaps other nifty things. For instance: \begin{astlisting} \begin{verbatim} -exten => s,6,Set(PATH=/var/lib/asterisk/sounds/priv-callerintros) +exten => s,6,Set(PATH=/usr/share/asterisk/sounds/priv-callerintros) exten => s,7,System(/usr/bin/play ${PATH}/${CALLERID(num)}.gsm&,0) \end{verbatim} \end{astlisting} diff --git a/pbx/ael/ael-test/ael-test3/extensions.ael b/pbx/ael/ael-test/ael-test3/extensions.ael index ff1f6ae..53fb918 100755 --- a/pbx/ael/ael-test/ael-test3/extensions.ael +++ b/pbx/ael/ael-test/ael-test3/extensions.ael @@ -2049,7 +2049,7 @@ macro ciddial2(dialnum, lookup, waittime, dialopts, ddev) // give priority to tc macro callerid-liar() { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/priv-callerintros/LIAR.gsm&); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/priv-callerintros/LIAR.gsm&); Background(priv-liar); // Script: OOOps! Sorry! I don't allow men with ski masks pulled over their // faces to get in the front door, and unidentified callers won't fair // any better. You entered *MY* phone number. That won't work. @@ -2106,7 +2106,7 @@ context homeline { PrivacyManager(); if( "${PRIVACYMGRSTATUS}" = "FAILED" ) { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/privmanfailed.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/privmanfailed.gsm); &std-priv-exten(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket); Hangup(); return; @@ -2138,7 +2138,7 @@ context homeline { verbose(direct is XXX#${direct}XXXX); Playback(greetings/direct); // Welcome to the Murphy residence. This system will automatically try to connect you to... Playback(/var/spool/asterisk/voicemail/default/${direct}/greet); - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/${direct}/greet.wav&); switch(${direct}) { @@ -2223,7 +2223,7 @@ context homeline { } 1 => { // Sonya - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/2/greet.wav&); &std-priv-exten(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket); goto s|loopback; @@ -2421,51 +2421,51 @@ context homeline-kids { Background(murphy-homeline-kids); // Which Kid? 1=Sean, 2:Eric, 3:Ryan, 4:Kyle, 5:Amber, 6:Alex, 7:Neal } 1 => { // SEAN - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/3/greet.wav&); // &std-priv-exten(Zap/3r2&Zap/5r2,3,35,mtw,telemarket,telemarket); &std-priv-exten(IAX2/seaniax&Zap/5r2,3,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 2 => { // ERIC - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&); Voicemail(u4); goto homeline|s|loopback; // SetMusicOnHold(erics); - // TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + // TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); // TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&); // &std-priv-exten(Zap/3r2&Zap/5r2,4,35,mtw,telemarket,telemarket); // goto homeline|s|loopback; } 3 => { // RYAN - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/5/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,5,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 4 => { // KYLE - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/6/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,6,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 5 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/7/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,7,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 6 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/8/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,8,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 7 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/9/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,9,35,mtw,telemarket,telemarket); goto homeline|s|loopback; @@ -2517,7 +2517,7 @@ context workline { // Otherwise, dial 1, and hopefully, you will reach Steve. } 1 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/1/greet.wav&); &std-priv-exten(Zap/6&Sip/murf,1,30,mtw,telemarket,telemarket); @@ -2778,7 +2778,7 @@ context homeext { } 761 => { Record(announcement:gsm); - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/announcement.gsm&); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/announcement.gsm&); goto s|loopback; } 762 => { diff --git a/pbx/ael/ael-test/ael-vtest13/extensions.ael b/pbx/ael/ael-test/ael-vtest13/extensions.ael index b7e953e..48baaef 100755 --- a/pbx/ael/ael-test/ael-vtest13/extensions.ael +++ b/pbx/ael/ael-test/ael-vtest13/extensions.ael @@ -2048,7 +2048,7 @@ macro ciddial2(dialnum, lookup, waittime, dialopts, ddev) // give priority to tc macro callerid-liar() { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/priv-callerintros/LIAR.gsm&); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/priv-callerintros/LIAR.gsm&); Background(priv-liar); // Script: OOOps! Sorry! I don't allow men with ski masks pulled over their // faces to get in the front door, and unidentified callers won't fair // any better. You entered *MY* phone number. That won't work. @@ -2105,7 +2105,7 @@ context homeline { PrivacyManager(); if( "${PRIVACYMGRSTATUS}" = "FAILED" ) { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/privmanfailed.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/privmanfailed.gsm); &std-priv-exten(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket); Hangup(); return; @@ -2137,7 +2137,7 @@ context homeline { verbose(direct is XXX#${direct}XXXX); Playback(greetings/direct); // Welcome to the Murphy residence. This system will automatically try to connect you to... Playback(/var/spool/asterisk/voicemail/default/${direct}/greet); - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/${direct}/greet.wav&); switch(${direct}) { @@ -2222,7 +2222,7 @@ context homeline { } 1 => { // Sonya - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/2/greet.wav&); &std-priv-exten(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket); goto s|loopback; @@ -2420,51 +2420,51 @@ context homeline-kids { Background(murphy-homeline-kids); // Which Kid? 1=Sean, 2:Eric, 3:Ryan, 4:Kyle, 5:Amber, 6:Alex, 7:Neal } 1 => { // SEAN - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/3/greet.wav&); // &std-priv-exten(Zap/3r2&Zap/5r2,3,35,mtw,telemarket,telemarket); &std-priv-exten(IAX2/seaniax&Zap/5r2,3,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 2 => { // ERIC - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&); Voicemail(u4); goto homeline|s|loopback; // SetMusicOnHold(erics); - // TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + // TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); // TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&); // &std-priv-exten(Zap/3r2&Zap/5r2,4,35,mtw,telemarket,telemarket); // goto homeline|s|loopback; } 3 => { // RYAN - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/5/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,5,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 4 => { // KYLE - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/6/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,6,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 5 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/7/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,7,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 6 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/8/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,8,35,mtw,telemarket,telemarket); goto homeline|s|loopback; } 7 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/9/greet.wav&); &std-priv-exten(Zap/3r2&Zap/5r2,9,35,mtw,telemarket,telemarket); goto homeline|s|loopback; @@ -2516,7 +2516,7 @@ context workline { // Otherwise, dial 1, and hopefully, you will reach Steve. } 1 => { - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm); TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/1/greet.wav&); &std-priv-exten(Zap/6&Sip/murf,1,30,mtw,telemarket,telemarket); @@ -2777,7 +2777,7 @@ context homeext { } 761 => { Record(announcement:gsm); - TrySystem(/usr/bin/play /var/lib/asterisk/sounds/announcement.gsm&); + TrySystem(/usr/bin/play /usr/share/asterisk/sounds/announcement.gsm&); goto s|loopback; } 762 => { diff --git a/pbx/ael/ael-test/ref.ael-vtest13 b/pbx/ael/ael-test/ref.ael-vtest13 index 07ae29e..70956d4 100644 --- a/pbx/ael/ael-test/ref.ael-vtest13 +++ b/pbx/ael/ael-test/ref.ael-vtest13 @@ -2107,7 +2107,7 @@ exten => s,20,Return() [callerid-liar] -exten => s,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/priv-callerintros/LIAR.gsm&) +exten => s,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/priv-callerintros/LIAR.gsm&) exten => s,2,Background(priv-liar) exten => s,3,Hangup() exten => s,4,Return() @@ -2142,7 +2142,7 @@ exten => s,3,Set(repeatcount=0) exten => s,4,Zapateller(nocallerid) exten => s,5,PrivacyManager() exten => s,6,GotoIf($["${PRIVACYMGRSTATUS}" = "FAILED" ]?7:11) -exten => s,7,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/privmanfailed.gsm) +exten => s,7,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/privmanfailed.gsm) exten => s,8,Gosub(std-priv-exten,s,1(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket)) exten => s,9,Hangup() exten => s,10,Return() @@ -2168,7 +2168,7 @@ exten => s,29,GotoIf($["${direct}" != "" & ${direct} != 0 ]?30:37) exten => s,30,verbose(direct is XXX#${direct}XXXX) exten => s,31,Playback(greetings/direct) exten => s,32,Playback(/var/spool/asterisk/voicemail/default/${direct}/greet) -exten => s,33,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => s,33,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => s,34,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/${direct}/greet.wav&) exten => s,35,Goto(sw-92-${direct},10) exten => s,36,NoOp(Finish switch-if-homeline-91-92) @@ -2247,7 +2247,7 @@ exten => sw-92-2,10,Gosub(std-priv-exten,s,1(Zap/3r1&Zap/5r1,2,25,mtw,telemarket exten => sw-92-2,11,Goto(s,loopback) exten => sw-92-1,10,Gosub(std-priv-exten,s,1(Zap/6r3&Sip/murf,1,25,mpA(beep)tw,telemarket,telemarket)) exten => sw-92-1,11,Goto(s,loopback) -exten => 1,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 1,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 1,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/2/greet.wav&) exten => 1,3,Gosub(std-priv-exten,s,1(Zap/3r1&Zap/5r1,2,25,mtw,telemarket,telemarket)) exten => 1,4,Goto(s,loopback) @@ -2324,31 +2324,31 @@ exten => o,1,Goto(s,begin) [homeline-kids] exten => s,1(begin),Background(murphy-homeline-kids) -exten => 1,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 1,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 1,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/3/greet.wav&) exten => 1,3,Gosub(std-priv-exten,s,1(IAX2/seaniax&Zap/5r2,3,35,mtw,telemarket,telemarket)) exten => 1,4,Goto(homeline,s,loopback) -exten => 2,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 2,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 2,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/4/greet.wav&) exten => 2,3,Voicemail(u4) exten => 2,4,Goto(homeline,s,loopback) -exten => 3,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 3,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 3,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/5/greet.wav&) exten => 3,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,5,35,mtw,telemarket,telemarket)) exten => 3,4,Goto(homeline,s,loopback) -exten => 4,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 4,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 4,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/6/greet.wav&) exten => 4,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,6,35,mtw,telemarket,telemarket)) exten => 4,4,Goto(homeline,s,loopback) -exten => 5,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 5,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 5,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/7/greet.wav&) exten => 5,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,7,35,mtw,telemarket,telemarket)) exten => 5,4,Goto(homeline,s,loopback) -exten => 6,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 6,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 6,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/8/greet.wav&) exten => 6,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,8,35,mtw,telemarket,telemarket)) exten => 6,4,Goto(homeline,s,loopback) -exten => 7,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 7,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 7,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/9/greet.wav&) exten => 7,3,Gosub(std-priv-exten,s,1(Zap/3r2&Zap/5r2,9,35,mtw,telemarket,telemarket)) exten => 7,4,Goto(homeline,s,loopback) @@ -2376,7 +2376,7 @@ exten => s,5,Gosub(fillcidname,s,1) exten => s,6,TrySystem(/usr/local/bin/who-is-it ${CALLERID(num)} "${CALLERID(name)}"&) exten => s,7(loopback),Background(greetings/greeting) exten => s,8,Background(murphy-office-intro1) -exten => 1,1,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/call-for.gsm) +exten => 1,1,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/call-for.gsm) exten => 1,2,TrySystem(/usr/bin/play /var/spool/asterisk/voicemail/default/1/greet.wav&) exten => 1,3,Gosub(std-priv-exten,s,1(Zap/6&Sip/murf,1,30,mtw,telemarket,telemarket)) exten => 1,4,Goto(s,loopback) @@ -2502,7 +2502,7 @@ exten => 6,1,Background(recording) exten => 760,1,DateTime() exten => 760,2,Goto(s,loopback) exten => 761,1,Record(announcement:gsm) -exten => 761,2,TrySystem(/usr/bin/play /var/lib/asterisk/sounds/announcement.gsm&) +exten => 761,2,TrySystem(/usr/bin/play /usr/share/asterisk/sounds/announcement.gsm&) exten => 761,3,Goto(s,loopback) exten => 762,1,agi(tts-riddle.agi) exten => 762,2,Background(gsm/what-time-it-is2) -- 1.6.1 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch: Index: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0001-Modify-init-scripts-for-better-Fedora-compatibility.patch,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 4 Jan 2009 05:52:31 -0000 1.7 +++ 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 4 Jan 2009 19:19:14 -0000 1.8 @@ -1,7 +1,7 @@ From d397bc03e86335ed571121fa501dfefdc2ddbd4c Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 18 Nov 2007 21:47:59 -0600 -Subject: [PATCH 01/11] Modify init scripts for better Fedora compatibility. +Subject: [PATCH 01/12] Modify init scripts for better Fedora compatibility. --- contrib/init.d/rc.redhat.asterisk | 61 +++++++++++++++++------------------- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch: Index: 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 4 Jan 2009 05:52:31 -0000 1.7 +++ 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 4 Jan 2009 19:19:14 -0000 1.8 @@ -1,7 +1,7 @@ From e5d3f951bfa543e5d8b8cf85535f80b1d1143e09 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 8 Nov 2007 15:52:36 -0600 -Subject: [PATCH 02/11] Modify modules.conf so that different voicemail modules can be loaded. +Subject: [PATCH 02/12] Modify modules.conf so that different voicemail modules can be loaded. --- configs/modules.conf.sample | 26 ++++++++++++++++++++++++++ 0003-Add-chan_mobile-from-asterisk-addons.patch: Index: 0003-Add-chan_mobile-from-asterisk-addons.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0003-Add-chan_mobile-from-asterisk-addons.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0003-Add-chan_mobile-from-asterisk-addons.patch 4 Jan 2009 05:52:31 -0000 1.3 +++ 0003-Add-chan_mobile-from-asterisk-addons.patch 4 Jan 2009 19:19:14 -0000 1.4 @@ -1,7 +1,7 @@ From aeb688bc0889a4b035fd1590ba8df85af6e0a38c Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 16 Oct 2008 16:12:01 -0500 -Subject: [PATCH 03/11] Add chan_mobile from asterisk-addons. +Subject: [PATCH 03/12] Add chan_mobile from asterisk-addons. --- build_tools/menuselect-deps.in | 1 + 0004-Use-pkgconfig-to-check-for-Lua.patch: Index: 0004-Use-pkgconfig-to-check-for-Lua.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0004-Use-pkgconfig-to-check-for-Lua.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0004-Use-pkgconfig-to-check-for-Lua.patch 4 Jan 2009 05:52:31 -0000 1.3 +++ 0004-Use-pkgconfig-to-check-for-Lua.patch 4 Jan 2009 19:19:15 -0000 1.4 @@ -1,7 +1,7 @@ From 24b4e78b81a06375e233ccc7745d5d3bc5b1cc7e Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 25 Feb 2008 13:14:23 -0600 -Subject: [PATCH 04/11] Use pkgconfig to check for Lua. +Subject: [PATCH 04/12] Use pkgconfig to check for Lua. --- configure.ac | 9 ++++++++- 0005-Build-using-external-libedit.patch: Index: 0005-Build-using-external-libedit.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0005-Build-using-external-libedit.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0005-Build-using-external-libedit.patch 4 Jan 2009 05:52:31 -0000 1.2 +++ 0005-Build-using-external-libedit.patch 4 Jan 2009 19:19:15 -0000 1.3 @@ -1,7 +1,7 @@ From 1fc4e0fd9d7d24fd087a1c0d6f4dff5a1fec010f Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Tue, 25 Mar 2008 00:50:27 -0500 -Subject: [PATCH 05/11] Build using external libedit. +Subject: [PATCH 05/12] Build using external libedit. --- build_tools/menuselect-deps.in | 1 + 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch: Index: 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 4 Jan 2009 05:52:31 -0000 1.2 +++ 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 4 Jan 2009 19:19:15 -0000 1.3 @@ -1,7 +1,7 @@ From eb9cc1a836086024bb619948468a80c4ff75bed9 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 10 Oct 2008 11:54:10 -0500 -Subject: [PATCH 06/11] Revert changes to pbx_lua from rev 126363 that cause some problems. +Subject: [PATCH 06/12] Revert changes to pbx_lua from rev 126363 that cause some problems. --- pbx/pbx_lua.c | 6 +++--- 0007-Define-missing-variable-when-compiling-on-PPC.patch: Index: 0007-Define-missing-variable-when-compiling-on-PPC.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0007-Define-missing-variable-when-compiling-on-PPC.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0007-Define-missing-variable-when-compiling-on-PPC.patch 4 Jan 2009 05:52:32 -0000 1.1 +++ 0007-Define-missing-variable-when-compiling-on-PPC.patch 4 Jan 2009 19:19:15 -0000 1.2 @@ -1,7 +1,7 @@ From 06b01dff16e335004e107352fb9a87d56ab5dc57 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 7 Nov 2008 14:43:16 -0600 -Subject: [PATCH 07/11] Define missing variable when compiling on PPC. +Subject: [PATCH 07/12] Define missing variable when compiling on PPC. --- apps/app_festival.c | 1 + 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch: Index: 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 4 Jan 2009 05:52:32 -0000 1.1 +++ 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 4 Jan 2009 19:19:15 -0000 1.2 @@ -1,7 +1,7 @@ From 15ba569e990035b085d2d983d3c22681ad82be89 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:06:18 -0600 -Subject: [PATCH 08/11] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config +Subject: [PATCH 08/12] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config --- configure.ac | 12 +++++++++++- 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch: Index: 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 4 Jan 2009 05:52:32 -0000 1.1 +++ 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 4 Jan 2009 19:19:15 -0000 1.2 @@ -1,7 +1,7 @@ From fc4a4f6207cb8454b6d3ec673dba10f8daf57050 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:12:18 -0600 -Subject: [PATCH 09/11] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail +Subject: [PATCH 09/12] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail Need to regenerate configure from configure.ac after patch one with ./bootsrap.sh, so fix the broken .m4 in the autoconfig dir. (alternatively 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch: Index: 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch 4 Jan 2009 05:52:33 -0000 1.1 +++ 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch 4 Jan 2009 19:19:15 -0000 1.2 @@ -1,7 +1,7 @@ From b7ccdf7e246f75f67529126fb309efd2e6793446 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:15:12 -0600 -Subject: [PATCH 10/11] my guess as replacements for the missing/broken stuff against the new gmime api +Subject: [PATCH 10/12] my guess as replacements for the missing/broken stuff against the new gmime api --- res/res_http_post.c | 12 ++++-------- 0011-Update-autoconf.patch: Index: 0011-Update-autoconf.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0011-Update-autoconf.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0011-Update-autoconf.patch 4 Jan 2009 05:52:33 -0000 1.1 +++ 0011-Update-autoconf.patch 4 Jan 2009 19:19:15 -0000 1.2 @@ -1,7 +1,7 @@ From acb8f9151b2cf455374f877ce3ae81ffceb5d5dd Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sat, 3 Jan 2009 22:26:11 -0600 -Subject: [PATCH 11/11] Update autoconf. +Subject: [PATCH 11/12] Update autoconf. --- configure |23473 ++++++++++++++++++++------------------ Index: asterisk.spec =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/asterisk.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- asterisk.spec 4 Jan 2009 05:52:34 -0000 1.44 +++ asterisk.spec 4 Jan 2009 19:19:15 -0000 1.45 @@ -3,7 +3,7 @@ Summary: The Open Source PBX Name: asterisk Version: 1.6.1 -Release: 0.9%{?beta:beta%{beta}}%{?dist} +Release: 0.10%{?beta:beta%{beta}}%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.asterisk.org/ @@ -44,6 +44,7 @@ Patch9: 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch Patch10: 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch Patch11: 0011-Update-autoconf.patch +Patch12: 0012-Fix-up-some-paths.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -431,6 +432,7 @@ %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 cp %{SOURCE2} menuselect.makedeps cp %{SOURCE3} menuselect.makeopts @@ -531,8 +533,10 @@ mkdir -p %{buildroot}%{_datadir}/asterisk/sounds/ mkdir -p %{buildroot}%{_localstatedir}/lib/asterisk mkdir -p %{buildroot}%{_localstatedir}/log/asterisk/cdr-custom/ +mkdir -p %{buildroot}%{_localstatedir}/spool/asterisk/festival/ mkdir -p %{buildroot}%{_localstatedir}/spool/asterisk/monitor/ mkdir -p %{buildroot}%{_localstatedir}/spool/asterisk/outgoing/ +mkdir -p %{buildroot}%{_localstatedir}/spool/asterisk/uploads/ # We're not going to package any of the sample AGI scripts rm -f %{buildroot}%{_datadir}/asterisk/agi-bin/* @@ -841,6 +845,7 @@ %attr(0770,asterisk,asterisk) %dir %{_localstatedir}/spool/asterisk/monitor/ %attr(0770,asterisk,asterisk) %dir %{_localstatedir}/spool/asterisk/outgoing/ %attr(0750,asterisk,asterisk) %dir %{_localstatedir}/spool/asterisk/tmp/ +%attr(0750,asterisk,asterisk) %dir %{_localstatedir}/spool/asterisk/uploads/ %attr(0750,asterisk,asterisk) %dir %{_localstatedir}/spool/asterisk/voicemail/ %attr(0755,asterisk,asterisk) %dir %{_localstatedir}/run/asterisk @@ -911,6 +916,7 @@ %files festival %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/asterisk/festival.conf +%attr(0750,asterisk,asterisk) %dir %{_localstatedir}/spool/asterisk/festival/ %{_libdir}/asterisk/modules/app_festival.so %files firmware @@ -1057,6 +1063,9 @@ %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.1-0.10.beta4 +- Fix up paths. BZ#477238 + * Sat Jan 3 2009 Jeffrey C. Ollie - 1.6.1-0.9.beta4 - Update patches From rishi at fedoraproject.org Sun Jan 4 19:22:01 2009 From: rishi at fedoraproject.org (Debarshi Ray) Date: Sun, 4 Jan 2009 19:22:01 +0000 (UTC) Subject: rpms/glade3/F-9 glade3-3.4.5-anjuta-hang.patch, NONE, 1.1 glade3.spec, 1.14, 1.15 Message-ID: <20090104192201.DE72470130@cvs1.fedora.phx.redhat.com> Author: rishi Update of /cvs/pkgs/rpms/glade3/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4274 Modified Files: glade3.spec Added Files: glade3-3.4.5-anjuta-hang.patch Log Message: * Mon Jan 05 2009 Debarshi Ray - 3.4.5-2 - Added patch to prevent Anjuta from hanging on startup from GNOME that was mistakenly left out from the upstream tarball. Closes GNOME Bugzilla bug #531585. glade3-3.4.5-anjuta-hang.patch: --- NEW FILE glade3-3.4.5-anjuta-hang.patch --- diff -urNp glade3-3.4.5.orig/gladeui/glade-widget.c glade3-3.4.5/gladeui/glade-widget.c --- glade3-3.4.5.orig/gladeui/glade-widget.c 2009-01-04 23:58:05.000000000 +0530 +++ glade3-3.4.5/gladeui/glade-widget.c 2009-01-05 00:10:26.000000000 +0530 @@ -2142,14 +2142,15 @@ glade_widget_debug (GladeWidget *widget) glade_widget_debug_real (widget, 0); } -static gboolean -glade_widget_show_idle (GladeWidget *widget) +static void +glade_widget_add_to_layout (GladeWidget *widget, GtkWidget *layout) { - /* This could be dangerous */ - if (GLADE_IS_WIDGET (widget)) - glade_widget_show (widget); + if (gtk_bin_get_child (GTK_BIN (layout)) != NULL) + gtk_container_remove (GTK_CONTAINER (layout), gtk_bin_get_child (GTK_BIN (layout))); - return FALSE; + gtk_container_add (GTK_CONTAINER (layout), GTK_WIDGET (widget->object)); + + gtk_widget_show_all (GTK_WIDGET (widget->object)); } /** @@ -2172,22 +2173,13 @@ glade_widget_show (GladeWidget *widget) view = glade_design_view_get_from_project (glade_widget_get_project (widget)); layout = GTK_WIDGET (glade_design_view_get_layout (view)); - /* This case causes a black window */ - if (layout && !GTK_WIDGET_REALIZED (layout)) - { - /* XXX Dangerous !!! give her a little kick */ - g_idle_add (glade_widget_show_idle, widget); + if (!layout) return; - } - else if (!layout) - return; - - if (gtk_bin_get_child (GTK_BIN (layout)) != NULL) - gtk_container_remove (GTK_CONTAINER (layout), gtk_bin_get_child (GTK_BIN (layout))); - gtk_container_add (GTK_CONTAINER (layout), GTK_WIDGET (widget->object)); - - gtk_widget_show_all (GTK_WIDGET (widget->object)); + if (GTK_WIDGET_REALIZED (layout)) + glade_widget_add_to_layout (widget, layout); + else + g_signal_connect_data (layout, "map", (GCallback) glade_widget_add_to_layout, widget, NULL, G_CONNECT_AFTER | G_CONNECT_SWAPPED); } else if (GTK_IS_WIDGET (widget->object)) { Index: glade3.spec =================================================================== RCS file: /cvs/pkgs/rpms/glade3/F-9/glade3.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- glade3.spec 16 Sep 2008 20:08:43 -0000 1.14 +++ glade3.spec 4 Jan 2009 19:21:31 -0000 1.15 @@ -6,13 +6,15 @@ Summary: User Interface Designer for GTK+ and GNOME Name: glade3 Version: 3.4.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Development/Tools URL: http://glade.gnome.org/ Source0: http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/%{name}-%{version}.tar.gz -Patch0: %{name}-%{version}-desktop.patch +# http://bugzilla.gnome.org/531585 +Patch0: %{name}-%{version}-anjuta-hang.patch +Patch1: %{name}-%{version}-desktop.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -74,6 +76,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %configure --disable-static --enable-gtk-doc @@ -190,6 +193,11 @@ %{_includedir}/libgladeui-1.0/gladeui/* %changelog +* Mon Jan 05 2009 Debarshi Ray - 3.4.5-2 +- Added patch to prevent Anjuta from hanging on startup from GNOME that was + mistakenly left out from the upstream tarball. Closes GNOME Bugzilla bug + #531585. + * Tue Sep 16 2008 Debarshi Ray - 3.4.5-1 - Version bump to 3.4.5. From rishi at fedoraproject.org Sun Jan 4 19:23:44 2009 From: rishi at fedoraproject.org (Debarshi Ray) Date: Sun, 4 Jan 2009 19:23:44 +0000 (UTC) Subject: rpms/glade3/F-9 glade3.spec,1.15,1.16 Message-ID: <20090104192344.34A5B70130@cvs1.fedora.phx.redhat.com> Author: rishi Update of /cvs/pkgs/rpms/glade3/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4915 Modified Files: glade3.spec Log Message: * Mon Jan 05 2009 Debarshi Ray - 3.4.5-2 - Added patch to prevent Anjuta from hanging on startup from GNOME that was mistakenly left out from the upstream tarball. Closes GNOME Bugzilla bug #531585, and Red Hat Bugzilla bug #478698. Index: glade3.spec =================================================================== RCS file: /cvs/pkgs/rpms/glade3/F-9/glade3.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- glade3.spec 4 Jan 2009 19:21:31 -0000 1.15 +++ glade3.spec 4 Jan 2009 19:23:13 -0000 1.16 @@ -196,7 +196,7 @@ * Mon Jan 05 2009 Debarshi Ray - 3.4.5-2 - Added patch to prevent Anjuta from hanging on startup from GNOME that was mistakenly left out from the upstream tarball. Closes GNOME Bugzilla bug - #531585. + #531585, and Red Hat Bugzilla bug #478698. * Tue Sep 16 2008 Debarshi Ray - 3.4.5-1 - Version bump to 3.4.5. From dwalsh at fedoraproject.org Sun Jan 4 19:25:21 2009 From: dwalsh at fedoraproject.org (Daniel J Walsh) Date: Sun, 4 Jan 2009 19:25:21 +0000 (UTC) Subject: rpms/policycoreutils/F-10 policycoreutils-gui.patch, 1.80, 1.81 policycoreutils-rhat.patch, 1.402, 1.403 policycoreutils.spec, 1.573, 1.574 Message-ID: <20090104192521.C70DF70130@cvs1.fedora.phx.redhat.com> Author: dwalsh Update of /cvs/extras/rpms/policycoreutils/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5583 Modified Files: policycoreutils-gui.patch policycoreutils-rhat.patch policycoreutils.spec Log Message: * Mon Dec 15 2008 Dan Walsh 2.0.57-15 - Fix audit2allow man page policycoreutils-gui.patch: Index: policycoreutils-gui.patch =================================================================== RCS file: /cvs/extras/rpms/policycoreutils/F-10/policycoreutils-gui.patch,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- policycoreutils-gui.patch 29 Oct 2008 17:02:31 -0000 1.80 +++ policycoreutils-gui.patch 4 Jan 2009 19:25:16 -0000 1.81 @@ -8461,7 +8461,7 @@ + + + True -+ tcp ++ tcp +udp + False + True policycoreutils-rhat.patch: Index: policycoreutils-rhat.patch =================================================================== RCS file: /cvs/extras/rpms/policycoreutils/F-10/policycoreutils-rhat.patch,v retrieving revision 1.402 retrieving revision 1.403 diff -u -r1.402 -r1.403 --- policycoreutils-rhat.patch 2 Dec 2008 13:41:50 -0000 1.402 +++ policycoreutils-rhat.patch 4 Jan 2009 19:25:18 -0000 1.403 @@ -1,15 +1,6 @@ -diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/Makefile policycoreutils-2.0.57/Makefile ---- nsapolicycoreutils/Makefile 2008-09-22 13:25:07.000000000 -0400 -+++ policycoreutils-2.0.57/Makefile 2008-12-01 15:20:08.000000000 -0500 -@@ -1,4 +1,4 @@ --SUBDIRS = setfiles semanage load_policy newrole run_init secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po -+SUBDIRS = setfiles semanage load_policy newrole run_init secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po gui - - INOTIFYH = $(shell ls /usr/include/sys/inotify.h 2>/dev/null) - diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/audit2allow/audit2allow policycoreutils-2.0.57/audit2allow/audit2allow --- nsapolicycoreutils/audit2allow/audit2allow 2008-09-22 13:25:08.000000000 -0400 -+++ policycoreutils-2.0.57/audit2allow/audit2allow 2008-12-01 15:22:30.000000000 -0500 ++++ policycoreutils-2.0.57/audit2allow/audit2allow 2008-12-15 15:39:08.000000000 -0500 @@ -42,10 +42,10 @@ from optparse import OptionParser @@ -59,7 +50,7 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/audit2allow/audit2allow.1 policycoreutils-2.0.57/audit2allow/audit2allow.1 --- nsapolicycoreutils/audit2allow/audit2allow.1 2008-09-22 13:25:08.000000000 -0400 -+++ policycoreutils-2.0.57/audit2allow/audit2allow.1 2008-12-01 15:22:34.000000000 -0500 ++++ policycoreutils-2.0.57/audit2allow/audit2allow.1 2008-12-15 15:39:09.000000000 -0500 @@ -44,9 +44,6 @@ Note that all audit messages are not available via dmesg when auditd is running; use "ausearch -m avc | audit2allow" or "-a" instead. @@ -70,15 +61,28 @@ .B "\-h" | "\-\-help" Print a short usage message .TP -@@ -82,7 +79,7 @@ - Indicates input file is a te (type enforcement) file. This can be used to translate old te format to new policy format. +@@ -78,11 +75,8 @@ + Generate reference policy using installed macros. + This attempts to match denials against interfaces and may be inaccurate. .TP +-.B "\-t " | "\-\-tefile" +-Indicates input file is a te (type enforcement) file. This can be used to translate old te format to new policy format. +-.TP .B "\-w" | "\-\-why" -Translates SELinux audit messages into a description of why the access wasn denied +Translates SELinux audit messages into a description of why the access was denied .TP .B "\-v" | "\-\-verbose" +diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/Makefile policycoreutils-2.0.57/Makefile +--- nsapolicycoreutils/Makefile 2008-09-22 13:25:07.000000000 -0400 ++++ policycoreutils-2.0.57/Makefile 2008-12-01 15:20:08.000000000 -0500 +@@ -1,4 +1,4 @@ +-SUBDIRS = setfiles semanage load_policy newrole run_init secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po ++SUBDIRS = setfiles semanage load_policy newrole run_init secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po gui + + INOTIFYH = $(shell ls /usr/include/sys/inotify.h 2>/dev/null) + diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/newrole/newrole.c policycoreutils-2.0.57/newrole/newrole.c --- nsapolicycoreutils/newrole/newrole.c 2008-09-22 13:25:08.000000000 -0400 +++ policycoreutils-2.0.57/newrole/newrole.c 2008-12-01 15:20:08.000000000 -0500 Index: policycoreutils.spec =================================================================== RCS file: /cvs/extras/rpms/policycoreutils/F-10/policycoreutils.spec,v retrieving revision 1.573 retrieving revision 1.574 diff -u -r1.573 -r1.574 --- policycoreutils.spec 10 Dec 2008 14:21:50 -0000 1.573 +++ policycoreutils.spec 4 Jan 2009 19:25:21 -0000 1.574 @@ -6,7 +6,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.0.57 -Release: 14%{?dist} +Release: 15%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -192,6 +192,9 @@ fi %changelog +* Mon Dec 15 2008 Dan Walsh 2.0.57-15 +- Fix audit2allow man page + * Wed Dec 10 2008 Dan Walsh 2.0.57-13 - Fix Japanese translations From rishi at fedoraproject.org Sun Jan 4 19:27:06 2009 From: rishi at fedoraproject.org (Debarshi Ray) Date: Sun, 4 Jan 2009 19:27:06 +0000 (UTC) Subject: rpms/glade3/F-10 glade3-3.4.5-anjuta-hang.patch, NONE, 1.1 glade3.spec, 1.14, 1.15 Message-ID: <20090104192706.B3A8870130@cvs1.fedora.phx.redhat.com> Author: rishi Update of /cvs/pkgs/rpms/glade3/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6246 Modified Files: glade3.spec Added Files: glade3-3.4.5-anjuta-hang.patch Log Message: * Mon Jan 05 2009 Debarshi Ray - 3.4.5-2 - Added patch to prevent Anjuta from hanging on startup from GNOME that was mistakenly left out from the upstream tarball. Closes GNOME Bugzilla bug #531585, and Red Hat Bugzilla bug #478698. glade3-3.4.5-anjuta-hang.patch: --- NEW FILE glade3-3.4.5-anjuta-hang.patch --- diff -urNp glade3-3.4.5.orig/gladeui/glade-widget.c glade3-3.4.5/gladeui/glade-widget.c --- glade3-3.4.5.orig/gladeui/glade-widget.c 2009-01-04 23:58:05.000000000 +0530 +++ glade3-3.4.5/gladeui/glade-widget.c 2009-01-05 00:10:26.000000000 +0530 @@ -2142,14 +2142,15 @@ glade_widget_debug (GladeWidget *widget) glade_widget_debug_real (widget, 0); } -static gboolean -glade_widget_show_idle (GladeWidget *widget) +static void +glade_widget_add_to_layout (GladeWidget *widget, GtkWidget *layout) { - /* This could be dangerous */ - if (GLADE_IS_WIDGET (widget)) - glade_widget_show (widget); + if (gtk_bin_get_child (GTK_BIN (layout)) != NULL) + gtk_container_remove (GTK_CONTAINER (layout), gtk_bin_get_child (GTK_BIN (layout))); - return FALSE; + gtk_container_add (GTK_CONTAINER (layout), GTK_WIDGET (widget->object)); + + gtk_widget_show_all (GTK_WIDGET (widget->object)); } /** @@ -2172,22 +2173,13 @@ glade_widget_show (GladeWidget *widget) view = glade_design_view_get_from_project (glade_widget_get_project (widget)); layout = GTK_WIDGET (glade_design_view_get_layout (view)); - /* This case causes a black window */ - if (layout && !GTK_WIDGET_REALIZED (layout)) - { - /* XXX Dangerous !!! give her a little kick */ - g_idle_add (glade_widget_show_idle, widget); + if (!layout) return; - } - else if (!layout) - return; - - if (gtk_bin_get_child (GTK_BIN (layout)) != NULL) - gtk_container_remove (GTK_CONTAINER (layout), gtk_bin_get_child (GTK_BIN (layout))); - gtk_container_add (GTK_CONTAINER (layout), GTK_WIDGET (widget->object)); - - gtk_widget_show_all (GTK_WIDGET (widget->object)); + if (GTK_WIDGET_REALIZED (layout)) + glade_widget_add_to_layout (widget, layout); + else + g_signal_connect_data (layout, "map", (GCallback) glade_widget_add_to_layout, widget, NULL, G_CONNECT_AFTER | G_CONNECT_SWAPPED); } else if (GTK_IS_WIDGET (widget->object)) { Index: glade3.spec =================================================================== RCS file: /cvs/pkgs/rpms/glade3/F-10/glade3.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- glade3.spec 16 Sep 2008 20:20:10 -0000 1.14 +++ glade3.spec 4 Jan 2009 19:26:36 -0000 1.15 @@ -6,13 +6,15 @@ Summary: User Interface Designer for GTK+ and GNOME Name: glade3 Version: 3.4.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Development/Tools URL: http://glade.gnome.org/ Source0: http://ftp.gnome.org/pub/GNOME/sources/glade3/3.4/%{name}-%{version}.tar.gz -Patch0: %{name}-%{version}-desktop.patch +# http://bugzilla.gnome.org/531585 +Patch0: %{name}-%{version}-anjuta-hang.patch +Patch1: %{name}-%{version}-desktop.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -74,6 +76,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %configure --disable-static --enable-gtk-doc @@ -190,6 +193,11 @@ %{_includedir}/libgladeui-1.0/gladeui/* %changelog +* Mon Jan 05 2009 Debarshi Ray - 3.4.5-2 +- Added patch to prevent Anjuta from hanging on startup from GNOME that was + mistakenly left out from the upstream tarball. Closes GNOME Bugzilla bug + #531585, and Red Hat Bugzilla bug #478698. + * Tue Sep 16 2008 Debarshi Ray - 3.4.5-1 - Version bump to 3.4.5. From dwalsh at fedoraproject.org Sun Jan 4 19:45:04 2009 From: dwalsh at fedoraproject.org (Daniel J Walsh) Date: Sun, 4 Jan 2009 19:45:04 +0000 (UTC) Subject: rpms/selinux-policy/devel policy-20081111.patch, 1.19, 1.20 selinux-policy.spec, 1.760, 1.761 Message-ID: <20090104194504.9378470130@cvs1.fedora.phx.redhat.com> Author: dwalsh Update of /cvs/extras/rpms/selinux-policy/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13903 Modified Files: policy-20081111.patch selinux-policy.spec Log Message: * Sun Jan 4 2009 Dan Walsh 3.6.1-15 - Allow hal_acl_t to getattr/setattr fixed_disk policy-20081111.patch: Index: policy-20081111.patch =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/devel/policy-20081111.patch,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- policy-20081111.patch 27 Dec 2008 13:06:14 -0000 1.19 +++ policy-20081111.patch 4 Jan 2009 19:45:02 -0000 1.20 @@ -2004,7 +2004,7 @@ +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/apps/java.te serefpolicy-3.6.1/policy/modules/apps/java.te --- nsaserefpolicy/policy/modules/apps/java.te 2008-11-11 16:13:41.000000000 -0500 -+++ serefpolicy-3.6.1/policy/modules/apps/java.te 2008-11-25 09:45:43.000000000 -0500 ++++ serefpolicy-3.6.1/policy/modules/apps/java.te 2009-01-04 13:53:30.000000000 -0500 @@ -40,7 +40,7 @@ # Local policy # @@ -2014,7 +2014,22 @@ allow java_t self:fifo_file rw_fifo_file_perms; allow java_t self:tcp_socket create_socket_perms; allow java_t self:udp_socket create_socket_perms; -@@ -147,4 +147,11 @@ +@@ -116,12 +116,13 @@ + + allow java_t java_tmp_t:file execute; + +- libs_legacy_use_shared_libs(java_t) + libs_legacy_use_ld_so(java_t) + + miscfiles_legacy_read_localization(java_t) + ') + ++libs_legacy_use_shared_libs(java_t) ++ + optional_policy(` + nis_use_ypbind(java_t) + ') +@@ -147,4 +148,11 @@ unconfined_domain_noaudit(unconfined_java_t) unconfined_dbus_chat(unconfined_java_t) @@ -5496,7 +5511,7 @@ # diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/kernel/filesystem.if serefpolicy-3.6.1/policy/modules/kernel/filesystem.if --- nsaserefpolicy/policy/modules/kernel/filesystem.if 2008-11-11 16:13:41.000000000 -0500 -+++ serefpolicy-3.6.1/policy/modules/kernel/filesystem.if 2008-12-01 16:27:54.000000000 -0500 ++++ serefpolicy-3.6.1/policy/modules/kernel/filesystem.if 2009-01-04 12:00:43.000000000 -0500 @@ -534,6 +534,24 @@ ######################################## @@ -7814,7 +7829,7 @@ +permissive afs_t; diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/apache.fc serefpolicy-3.6.1/policy/modules/services/apache.fc --- nsaserefpolicy/policy/modules/services/apache.fc 2008-11-11 16:13:46.000000000 -0500 -+++ serefpolicy-3.6.1/policy/modules/services/apache.fc 2008-11-25 09:45:43.000000000 -0500 ++++ serefpolicy-3.6.1/policy/modules/services/apache.fc 2008-12-29 10:16:33.000000000 -0500 @@ -1,12 +1,13 @@ -HOME_DIR/((www)|(web)|(public_html))(/.+)? gen_context(system_u:object_r:httpd_user_content_t,s0) +HOME_DIR/((www)|(web)|(public_html)|(public_git))(/.+)? gen_context(system_u:object_r:httpd_user_content_t,s0) @@ -7874,10 +7889,11 @@ /var/log/apache(2)?(/.*)? gen_context(system_u:object_r:httpd_log_t,s0) /var/log/apache-ssl(2)?(/.*)? gen_context(system_u:object_r:httpd_log_t,s0) /var/log/cacti(/.*)? gen_context(system_u:object_r:httpd_log_t,s0) -@@ -64,11 +71,21 @@ +@@ -64,11 +71,22 @@ /var/run/apache.* gen_context(system_u:object_r:httpd_var_run_t,s0) /var/run/gcache_port -s gen_context(system_u:object_r:httpd_var_run_t,s0) /var/run/httpd.* gen_context(system_u:object_r:httpd_var_run_t,s0) ++/var/run/mod_.* gen_context(system_u:object_r:httpd_var_run_t,s0) +/var/run/wsgi.* -s gen_context(system_u:object_r:httpd_var_run_t,s0) /var/spool/gosa(/.*)? gen_context(system_u:object_r:httpd_sys_script_rw_t,s0) @@ -8432,7 +8448,7 @@ +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/apache.te serefpolicy-3.6.1/policy/modules/services/apache.te --- nsaserefpolicy/policy/modules/services/apache.te 2008-11-11 16:13:46.000000000 -0500 -+++ serefpolicy-3.6.1/policy/modules/services/apache.te 2008-12-08 16:47:30.000000000 -0500 ++++ serefpolicy-3.6.1/policy/modules/services/apache.te 2009-01-04 12:50:52.000000000 -0500 @@ -19,6 +19,8 @@ # Declarations # @@ -12351,7 +12367,7 @@ ######################################## diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/hal.te serefpolicy-3.6.1/policy/modules/services/hal.te --- nsaserefpolicy/policy/modules/services/hal.te 2008-11-19 11:51:44.000000000 -0500 -+++ serefpolicy-3.6.1/policy/modules/services/hal.te 2008-12-19 17:16:25.000000000 -0500 ++++ serefpolicy-3.6.1/policy/modules/services/hal.te 2009-01-04 12:01:07.000000000 -0500 @@ -49,6 +49,15 @@ type hald_var_lib_t; files_type(hald_var_lib_t) @@ -12368,7 +12384,7 @@ ######################################## # # Local policy -@@ -143,6 +152,7 @@ +@@ -143,11 +152,16 @@ files_getattr_all_dirs(hald_t) files_read_kernel_img(hald_t) files_rw_lock_dirs(hald_t) @@ -12376,7 +12392,16 @@ fs_getattr_all_fs(hald_t) fs_search_all(hald_t) -@@ -195,6 +205,7 @@ + fs_list_inotifyfs(hald_t) + fs_list_auto_mountpoints(hald_t) ++fs_mount_dos_fs(hald_t) ++fs_unmount_dos_fs(hald_t) ++fs_manage_dos_files(hald_t) ++ + files_getattr_all_mountpoints(hald_t) + + mls_file_read_all_levels(hald_t) +@@ -195,6 +209,7 @@ seutil_read_file_contexts(hald_t) sysnet_read_config(hald_t) @@ -12384,7 +12409,7 @@ userdom_dontaudit_use_unpriv_user_fds(hald_t) userdom_dontaudit_search_user_home_dirs(hald_t) -@@ -277,6 +288,12 @@ +@@ -277,6 +292,12 @@ ') optional_policy(` @@ -12397,7 +12422,7 @@ rpc_search_nfs_state_data(hald_t) ') -@@ -301,12 +318,16 @@ +@@ -301,12 +322,16 @@ virt_manage_images(hald_t) ') @@ -12415,7 +12440,24 @@ allow hald_acl_t self:process { getattr signal }; allow hald_acl_t self:fifo_file rw_fifo_file_perms; -@@ -346,12 +367,17 @@ +@@ -321,6 +346,7 @@ + manage_dirs_pattern(hald_acl_t, hald_var_run_t, hald_var_run_t) + manage_files_pattern(hald_acl_t, hald_var_run_t, hald_var_run_t) + files_pid_filetrans(hald_acl_t, hald_var_run_t, { dir file }) ++allow hald_t hald_var_run_t:dir mounton; + + corecmd_exec_bin(hald_acl_t) + +@@ -339,6 +365,8 @@ + + storage_getattr_removable_dev(hald_acl_t) + storage_setattr_removable_dev(hald_acl_t) ++storage_getattr_fixed_disk_dev(hald_acl_t) ++storage_setattr_fixed_disk_dev(hald_acl_t) + + auth_use_nsswitch(hald_acl_t) + +@@ -346,12 +374,17 @@ miscfiles_read_localization(hald_acl_t) @@ -12434,7 +12476,7 @@ domtrans_pattern(hald_t, hald_mac_exec_t, hald_mac_t) allow hald_t hald_mac_t:process signal; -@@ -418,3 +444,49 @@ +@@ -418,3 +451,49 @@ files_read_usr_files(hald_keymap_t) miscfiles_read_localization(hald_keymap_t) @@ -18108,6 +18150,18 @@ userdom_dontaudit_search_user_home_dirs(pyzor_t) optional_policy(` +diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/radvd.te serefpolicy-3.6.1/policy/modules/services/radvd.te +--- nsaserefpolicy/policy/modules/services/radvd.te 2008-11-11 16:13:46.000000000 -0500 ++++ serefpolicy-3.6.1/policy/modules/services/radvd.te 2009-01-04 12:30:51.000000000 -0500 +@@ -22,7 +22,7 @@ + # + # Local policy + # +-allow radvd_t self:capability { setgid setuid net_raw }; ++allow radvd_t self:capability { setgid setuid net_raw net_admin }; + dontaudit radvd_t self:capability sys_tty_config; + allow radvd_t self:process signal_perms; + allow radvd_t self:unix_dgram_socket create_socket_perms; diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/razor.if serefpolicy-3.6.1/policy/modules/services/razor.if --- nsaserefpolicy/policy/modules/services/razor.if 2008-11-11 16:13:46.000000000 -0500 +++ serefpolicy-3.6.1/policy/modules/services/razor.if 2008-11-25 09:45:43.000000000 -0500 @@ -19423,7 +19477,7 @@ +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/sendmail.te serefpolicy-3.6.1/policy/modules/services/sendmail.te --- nsaserefpolicy/policy/modules/services/sendmail.te 2008-11-25 09:01:08.000000000 -0500 -+++ serefpolicy-3.6.1/policy/modules/services/sendmail.te 2008-11-25 10:40:18.000000000 -0500 ++++ serefpolicy-3.6.1/policy/modules/services/sendmail.te 2009-01-04 12:51:01.000000000 -0500 @@ -1,5 +1,5 @@ -policy_module(sendmail, 1.8.2) @@ -19459,11 +19513,12 @@ corenet_all_recvfrom_unlabeled(sendmail_t) corenet_all_recvfrom_netlabel(sendmail_t) -@@ -64,24 +69,29 @@ +@@ -64,24 +69,30 @@ fs_getattr_all_fs(sendmail_t) fs_search_auto_mountpoints(sendmail_t) +fs_rw_anon_inodefs_files(sendmail_t) ++fs_list_inotifyfs(sendmail_t) term_dontaudit_use_console(sendmail_t) @@ -19489,7 +19544,7 @@ auth_use_nsswitch(sendmail_t) -@@ -89,23 +99,38 @@ +@@ -89,23 +100,38 @@ libs_read_lib_files(sendmail_t) logging_send_syslog_msg(sendmail_t) @@ -19530,7 +19585,7 @@ ') optional_policy(` -@@ -113,13 +138,19 @@ +@@ -113,13 +139,19 @@ ') optional_policy(` @@ -19551,7 +19606,7 @@ ') optional_policy(` -@@ -127,24 +158,29 @@ +@@ -127,24 +159,29 @@ ') optional_policy(` @@ -26456,7 +26511,7 @@ +/dev/shm/mono.* gen_context(system_u:object_r:user_tmpfs_t,s0) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdomain.if serefpolicy-3.6.1/policy/modules/system/userdomain.if --- nsaserefpolicy/policy/modules/system/userdomain.if 2008-11-13 18:40:02.000000000 -0500 -+++ serefpolicy-3.6.1/policy/modules/system/userdomain.if 2008-12-27 06:28:18.000000000 -0500 ++++ serefpolicy-3.6.1/policy/modules/system/userdomain.if 2009-01-04 13:57:22.000000000 -0500 @@ -30,8 +30,9 @@ ') @@ -27133,7 +27188,7 @@ ') ####################################### -@@ -722,15 +740,27 @@ +@@ -722,15 +740,29 @@ userdom_base_user_template($1) @@ -27148,26 +27203,28 @@ - userdom_exec_user_home_content_files($1_t) + userdom_manage_tmp_role($1_r, $1_usertype) + userdom_manage_tmpfs_role($1_r, $1_usertype) - -- userdom_change_password_template($1) -+ gen_tunable(allow_$1_exec_content, true) + -+ tunable_policy(`allow_$1_exec_content',` -+ userdom_exec_user_tmp_files($1_usertype) -+ userdom_exec_user_home_content_files($1_usertype) -+ ') ++ ifelse(`$1',`unconfined',`',` ++ gen_tunable(allow_$1_exec_content, true) + -+ tunable_policy(`allow_$1_exec_content && use_nfs_home_dirs',` -+ fs_exec_nfs_files($1_usertype) -+ ') ++ tunable_policy(`allow_$1_exec_content',` ++ userdom_exec_user_tmp_files($1_usertype) ++ userdom_exec_user_home_content_files($1_usertype) ++ ') ++ tunable_policy(`allow_$1_exec_content && use_nfs_home_dirs',` ++ fs_exec_nfs_files($1_usertype) ++ ') + -+ tunable_policy(`allow_$1_exec_content && use_samba_home_dirs',` -+ fs_exec_cifs_files($1_usertype) ++ tunable_policy(`allow_$1_exec_content && use_samba_home_dirs',` ++ fs_exec_cifs_files($1_usertype) ++ ') + ') +- userdom_change_password_template($1) + ############################## # -@@ -746,70 +776,72 @@ +@@ -746,70 +778,72 @@ allow $1_t self:context contains; @@ -27273,7 +27330,7 @@ ') ') -@@ -846,6 +878,28 @@ +@@ -846,6 +880,28 @@ # Local policy # @@ -27302,7 +27359,7 @@ optional_policy(` loadkeys_run($1_t,$1_r) ') -@@ -876,7 +930,7 @@ +@@ -876,7 +932,7 @@ userdom_restricted_user_template($1) @@ -27311,17 +27368,17 @@ ############################## # -@@ -884,14 +938,18 @@ +@@ -884,14 +940,18 @@ # auth_role($1_r, $1_t) - auth_search_pam_console_data($1_t) + auth_search_pam_console_data($1_usertype) -+ -+ xserver_role($1_r, $1_t) - dev_read_sound($1_t) - dev_write_sound($1_t) ++ xserver_role($1_r, $1_t) ++ + dev_read_sound($1_usertype) + dev_write_sound($1_usertype) # gnome keyring wants to read this. @@ -27335,7 +27392,7 @@ logging_dontaudit_send_audit_msgs($1_t) # Need to to this just so screensaver will work. Should be moved to screensaver domain -@@ -899,28 +957,24 @@ +@@ -899,28 +959,24 @@ selinux_get_enforce_mode($1_t) optional_policy(` @@ -27370,7 +27427,7 @@ ') ') -@@ -931,8 +985,7 @@ +@@ -931,8 +987,7 @@ ## ## ##

@@ -27380,7 +27437,7 @@ ##

##

## This template creates a user domain, types, and -@@ -954,8 +1007,8 @@ +@@ -954,8 +1009,8 @@ # Declarations # @@ -27390,7 +27447,7 @@ userdom_common_user_template($1) ############################## -@@ -964,11 +1017,10 @@ +@@ -964,11 +1019,10 @@ # # port access is audited even if dac would not have allowed it, so dontaudit it here @@ -27403,7 +27460,7 @@ # cjp: why? files_read_kernel_symbol_table($1_t) -@@ -986,37 +1038,43 @@ +@@ -986,37 +1040,43 @@ ') ') @@ -27460,7 +27517,7 @@ ') ####################################### -@@ -1050,7 +1108,7 @@ +@@ -1050,7 +1110,7 @@ # template(`userdom_admin_user_template',` gen_require(` @@ -27469,7 +27526,7 @@ ') ############################## -@@ -1059,8 +1117,7 @@ +@@ -1059,8 +1119,7 @@ # # Inherit rules for ordinary users. @@ -27479,7 +27536,7 @@ domain_obj_id_change_exemption($1_t) role system_r types $1_t; -@@ -1083,7 +1140,8 @@ +@@ -1083,7 +1142,8 @@ # Skip authentication when pam_rootok is specified. allow $1_t self:passwd rootok; @@ -27489,7 +27546,7 @@ kernel_read_software_raid_state($1_t) kernel_getattr_core_if($1_t) -@@ -1106,8 +1164,6 @@ +@@ -1106,8 +1166,6 @@ dev_getattr_generic_blk_files($1_t) dev_getattr_generic_chr_files($1_t) @@ -27498,7 +27555,7 @@ # Allow MAKEDEV to work dev_create_all_blk_files($1_t) dev_create_all_chr_files($1_t) -@@ -1162,20 +1218,6 @@ +@@ -1162,20 +1220,6 @@ # But presently necessary for installing the file_contexts file. seutil_manage_bin_policy($1_t) @@ -27519,7 +27576,7 @@ optional_policy(` postgresql_unconfined($1_t) ') -@@ -1221,6 +1263,7 @@ +@@ -1221,6 +1265,7 @@ dev_relabel_all_dev_nodes($1) files_create_boot_flag($1) @@ -27527,7 +27584,7 @@ # Necessary for managing /boot/efi fs_manage_dos_files($1) -@@ -1286,11 +1329,15 @@ +@@ -1286,11 +1331,15 @@ interface(`userdom_user_home_content',` gen_require(` type user_home_t; @@ -27543,7 +27600,7 @@ ') ######################################## -@@ -1387,7 +1434,7 @@ +@@ -1387,7 +1436,7 @@ ######################################## ##

@@ -27552,7 +27609,7 @@ ## ## ## -@@ -1420,6 +1467,14 @@ +@@ -1420,6 +1469,14 @@ allow $1 user_home_dir_t:dir list_dir_perms; files_search_home($1) @@ -27567,7 +27624,7 @@ ') ######################################## -@@ -1435,9 +1490,11 @@ +@@ -1435,9 +1492,11 @@ interface(`userdom_dontaudit_list_user_home_dirs',` gen_require(` type user_home_dir_t; @@ -27579,7 +27636,7 @@ ') ######################################## -@@ -1494,6 +1551,25 @@ +@@ -1494,6 +1553,25 @@ allow $1 user_home_dir_t:dir relabelto; ') @@ -27605,7 +27662,7 @@ ######################################## ## ## Create directories in the home dir root with -@@ -1547,9 +1623,9 @@ +@@ -1547,9 +1625,9 @@ type user_home_dir_t, user_home_t; ') @@ -27617,7 +27674,7 @@ ') ######################################## -@@ -1568,6 +1644,8 @@ +@@ -1568,6 +1646,8 @@ ') dontaudit $1 user_home_t:dir search_dir_perms; @@ -27626,7 +27683,7 @@ ') ######################################## -@@ -1643,6 +1721,7 @@ +@@ -1643,6 +1723,7 @@ type user_home_dir_t, user_home_t; ') @@ -27634,7 +27691,7 @@ read_files_pattern($1, { user_home_dir_t user_home_t }, user_home_t) files_search_home($1) ') -@@ -1741,6 +1820,62 @@ +@@ -1741,6 +1822,62 @@ ######################################## ## @@ -27697,7 +27754,7 @@ ## Execute user home files. ## ## -@@ -1757,14 +1892,6 @@ +@@ -1757,14 +1894,6 @@ files_search_home($1) exec_files_pattern($1, { user_home_dir_t user_home_t }, user_home_t) @@ -27712,7 +27769,7 @@ ') ######################################## -@@ -1787,6 +1914,46 @@ +@@ -1787,6 +1916,46 @@ ######################################## ## @@ -27759,7 +27816,7 @@ ## Create, read, write, and delete files ## in a user home subdirectory. ## -@@ -2819,6 +2986,24 @@ +@@ -2819,6 +2988,24 @@ ######################################## ## @@ -27784,7 +27841,7 @@ ## Do not audit attempts to use user ttys. ## ## -@@ -2851,6 +3036,7 @@ +@@ -2851,6 +3038,7 @@ ') read_files_pattern($1,userdomain,userdomain) @@ -27792,7 +27849,7 @@ kernel_search_proc($1) ') -@@ -2965,6 +3151,24 @@ +@@ -2965,6 +3153,24 @@ ######################################## ## @@ -27817,7 +27874,7 @@ ## Send a dbus message to all user domains. ## ## -@@ -2981,3 +3185,264 @@ +@@ -2981,3 +3187,264 @@ allow $1 userdomain:dbus send_msg; ') Index: selinux-policy.spec =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/devel/selinux-policy.spec,v retrieving revision 1.760 retrieving revision 1.761 diff -u -r1.760 -r1.761 --- selinux-policy.spec 27 Dec 2008 13:05:32 -0000 1.760 +++ selinux-policy.spec 4 Jan 2009 19:45:03 -0000 1.761 @@ -1,4 +1,4 @@ -%define distro redhat + %define distro redhat %define polyinstatiate n %define monolithic n %if %{?BUILD_TARGETED:0}%{!?BUILD_TARGETED:1} @@ -20,7 +20,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.6.1 -Release: 14%{?dist} +Release: 15%{?dist} License: GPLv2+ Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -446,6 +446,9 @@ %endif %changelog +* Sun Jan 4 2009 Dan Walsh 3.6.1-15 +- Allow hal_acl_t to getattr/setattr fixed_disk + * Sat Dec 27 2008 Dan Walsh 3.6.1-14 - Change userdom_read_all_users_state to include reading symbolic links in /proc From dwalsh at fedoraproject.org Sun Jan 4 19:45:27 2009 From: dwalsh at fedoraproject.org (Daniel J Walsh) Date: Sun, 4 Jan 2009 19:45:27 +0000 (UTC) Subject: rpms/selinux-policy/F-10 policy-20080710.patch, 1.117, 1.118 selinux-policy.spec, 1.764, 1.765 Message-ID: <20090104194527.8E5B470130@cvs1.fedora.phx.redhat.com> Author: dwalsh Update of /cvs/extras/rpms/selinux-policy/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14051 Modified Files: policy-20080710.patch selinux-policy.spec Log Message: * Sun Jan 4 2009 Dan Walsh 3.5.13-38 - Allow sendmail to list inotifyfs policy-20080710.patch: Index: policy-20080710.patch =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/F-10/policy-20080710.patch,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- policy-20080710.patch 27 Dec 2008 13:05:44 -0000 1.117 +++ policy-20080710.patch 4 Jan 2009 19:45:24 -0000 1.118 @@ -3150,7 +3150,7 @@ + diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/apps/java.te serefpolicy-3.5.13/policy/modules/apps/java.te --- nsaserefpolicy/policy/modules/apps/java.te 2008-10-17 08:49:14.000000000 -0400 -+++ serefpolicy-3.5.13/policy/modules/apps/java.te 2008-11-24 10:49:49.000000000 -0500 ++++ serefpolicy-3.5.13/policy/modules/apps/java.te 2009-01-04 13:52:24.000000000 -0500 @@ -6,16 +6,10 @@ # Declarations # @@ -3169,12 +3169,14 @@ ######################################## # -@@ -23,11 +17,28 @@ +@@ -23,11 +17,30 @@ # # execheap is needed for itanium/BEA jrocket -allow java_t self:process { execstack execmem execheap }; +allow java_t self:process { getsched sigkill execheap execmem execstack }; ++ ++libs_legacy_use_shared_libs(java_t) +optional_policy(` init_dbus_chat_script(java_t) @@ -10443,7 +10445,7 @@ ') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/apache.fc serefpolicy-3.5.13/policy/modules/services/apache.fc --- nsaserefpolicy/policy/modules/services/apache.fc 2008-10-17 08:49:13.000000000 -0400 -+++ serefpolicy-3.5.13/policy/modules/services/apache.fc 2008-11-24 10:49:49.000000000 -0500 ++++ serefpolicy-3.5.13/policy/modules/services/apache.fc 2008-12-29 10:16:37.000000000 -0500 @@ -1,12 +1,13 @@ -HOME_DIR/((www)|(web)|(public_html))(/.+)? gen_context(system_u:object_r:httpd_ROLE_content_t,s0) +HOME_DIR/((www)|(web)|(public_html)|(public_git))(/.+)? gen_context(system_u:object_r:httpd_user_content_t,s0) @@ -10503,10 +10505,11 @@ /var/log/apache(2)?(/.*)? gen_context(system_u:object_r:httpd_log_t,s0) /var/log/apache-ssl(2)?(/.*)? gen_context(system_u:object_r:httpd_log_t,s0) /var/log/cacti(/.*)? gen_context(system_u:object_r:httpd_log_t,s0) -@@ -64,11 +71,21 @@ +@@ -64,11 +71,22 @@ /var/run/apache.* gen_context(system_u:object_r:httpd_var_run_t,s0) /var/run/gcache_port -s gen_context(system_u:object_r:httpd_var_run_t,s0) /var/run/httpd.* gen_context(system_u:object_r:httpd_var_run_t,s0) ++/var/run/mod_.* gen_context(system_u:object_r:httpd_var_run_t,s0) +/var/run/wsgi.* -s gen_context(system_u:object_r:httpd_var_run_t,s0) /var/spool/gosa(/.*)? gen_context(system_u:object_r:httpd_sys_script_rw_t,s0) @@ -16688,7 +16691,7 @@ +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/hal.te serefpolicy-3.5.13/policy/modules/services/hal.te --- nsaserefpolicy/policy/modules/services/hal.te 2008-10-17 08:49:13.000000000 -0400 -+++ serefpolicy-3.5.13/policy/modules/services/hal.te 2008-12-19 17:16:31.000000000 -0500 ++++ serefpolicy-3.5.13/policy/modules/services/hal.te 2009-01-04 12:01:17.000000000 -0500 @@ -49,6 +49,15 @@ type hald_var_lib_t; files_type(hald_var_lib_t) @@ -16705,7 +16708,15 @@ ######################################## # # Local policy -@@ -143,6 +152,7 @@ +@@ -85,6 +94,7 @@ + manage_dirs_pattern(hald_t, hald_var_run_t, hald_var_run_t) + manage_files_pattern(hald_t, hald_var_run_t, hald_var_run_t) + files_pid_filetrans(hald_t, hald_var_run_t, { dir file }) ++allow hald_t hald_var_run_t:dir mounton; + + kernel_read_system_state(hald_t) + kernel_read_network_state(hald_t) +@@ -143,11 +153,16 @@ files_getattr_all_dirs(hald_t) files_read_kernel_img(hald_t) files_rw_lock_dirs(hald_t) @@ -16713,7 +16724,16 @@ fs_getattr_all_fs(hald_t) fs_search_all(hald_t) -@@ -197,6 +207,7 @@ + fs_list_inotifyfs(hald_t) + fs_list_auto_mountpoints(hald_t) ++fs_mount_dos_fs(hald_t) ++fs_unmount_dos_fs(hald_t) ++fs_manage_dos_files(hald_t) ++ + files_getattr_all_mountpoints(hald_t) + + mls_file_read_all_levels(hald_t) +@@ -197,6 +212,7 @@ seutil_read_file_contexts(hald_t) sysnet_read_config(hald_t) @@ -16721,7 +16741,7 @@ userdom_dontaudit_use_unpriv_user_fds(hald_t) -@@ -280,6 +291,12 @@ +@@ -280,6 +296,12 @@ ') optional_policy(` @@ -16734,7 +16754,7 @@ rpc_search_nfs_state_data(hald_t) ') -@@ -300,12 +317,20 @@ +@@ -300,12 +322,20 @@ vbetool_domtrans(hald_t) ') @@ -16756,7 +16776,7 @@ allow hald_acl_t self:process { getattr signal }; allow hald_acl_t self:fifo_file rw_fifo_file_perms; -@@ -344,13 +369,22 @@ +@@ -344,13 +374,22 @@ libs_use_ld_so(hald_acl_t) libs_use_shared_libs(hald_acl_t) @@ -16779,7 +16799,7 @@ domtrans_pattern(hald_t, hald_mac_exec_t, hald_mac_t) allow hald_t hald_mac_t:process signal; allow hald_mac_t hald_t:unix_stream_socket connectto; -@@ -359,6 +393,8 @@ +@@ -359,6 +398,8 @@ manage_files_pattern(hald_mac_t, hald_var_lib_t, hald_var_lib_t) files_search_var_lib(hald_mac_t) @@ -16788,7 +16808,7 @@ kernel_read_system_state(hald_mac_t) dev_read_raw_memory(hald_mac_t) -@@ -366,6 +402,9 @@ +@@ -366,6 +407,9 @@ dev_read_sysfs(hald_mac_t) files_read_usr_files(hald_mac_t) @@ -16798,7 +16818,7 @@ libs_use_ld_so(hald_mac_t) libs_use_shared_libs(hald_mac_t) -@@ -388,6 +427,8 @@ +@@ -388,6 +432,8 @@ manage_files_pattern(hald_sonypic_t, hald_var_lib_t, hald_var_lib_t) files_search_var_lib(hald_sonypic_t) @@ -16807,7 +16827,7 @@ files_read_usr_files(hald_sonypic_t) libs_use_ld_so(hald_sonypic_t) -@@ -408,6 +449,8 @@ +@@ -408,6 +454,8 @@ manage_files_pattern(hald_keymap_t, hald_var_lib_t, hald_var_lib_t) files_search_var_lib(hald_keymap_t) @@ -16816,7 +16836,7 @@ dev_rw_input_dev(hald_keymap_t) files_read_usr_files(hald_keymap_t) -@@ -419,4 +462,50 @@ +@@ -419,4 +467,50 @@ # This is caused by a bug in hald and PolicyKit. # Should be removed when this is fixed @@ -22822,6 +22842,18 @@ kernel_read_kernel_sysctls(radiusd_t) kernel_read_system_state(radiusd_t) +diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/radvd.te serefpolicy-3.5.13/policy/modules/services/radvd.te +--- nsaserefpolicy/policy/modules/services/radvd.te 2008-10-17 08:49:13.000000000 -0400 ++++ serefpolicy-3.5.13/policy/modules/services/radvd.te 2009-01-04 12:30:26.000000000 -0500 +@@ -22,7 +22,7 @@ + # + # Local policy + # +-allow radvd_t self:capability { setgid setuid net_raw }; ++allow radvd_t self:capability { setgid setuid net_raw net_admin }; + dontaudit radvd_t self:capability sys_tty_config; + allow radvd_t self:process signal_perms; + allow radvd_t self:unix_dgram_socket create_socket_perms; diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/razor.fc serefpolicy-3.5.13/policy/modules/services/razor.fc --- nsaserefpolicy/policy/modules/services/razor.fc 2008-10-17 08:49:13.000000000 -0400 +++ serefpolicy-3.5.13/policy/modules/services/razor.fc 2008-11-24 10:49:49.000000000 -0500 @@ -24490,7 +24522,7 @@ +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/sendmail.te serefpolicy-3.5.13/policy/modules/services/sendmail.te --- nsaserefpolicy/policy/modules/services/sendmail.te 2008-10-17 08:49:13.000000000 -0400 -+++ serefpolicy-3.5.13/policy/modules/services/sendmail.te 2008-11-25 10:39:57.000000000 -0500 ++++ serefpolicy-3.5.13/policy/modules/services/sendmail.te 2009-01-04 12:51:17.000000000 -0500 @@ -20,13 +20,17 @@ mta_mailserver_delivery(sendmail_t) mta_mailserver_sender(sendmail_t) @@ -24519,11 +24551,12 @@ corenet_all_recvfrom_unlabeled(sendmail_t) corenet_all_recvfrom_netlabel(sendmail_t) -@@ -64,24 +69,29 @@ +@@ -64,24 +69,30 @@ fs_getattr_all_fs(sendmail_t) fs_search_auto_mountpoints(sendmail_t) +fs_rw_anon_inodefs_files(sendmail_t) ++fs_list_inotifyfs(sendmail_t) term_dontaudit_use_console(sendmail_t) @@ -24549,7 +24582,7 @@ auth_use_nsswitch(sendmail_t) -@@ -91,34 +101,55 @@ +@@ -91,34 +102,55 @@ libs_read_lib_files(sendmail_t) logging_send_syslog_msg(sendmail_t) @@ -24608,7 +24641,7 @@ ') optional_policy(` -@@ -126,24 +157,29 @@ +@@ -126,24 +158,29 @@ ') optional_policy(` @@ -33386,7 +33419,7 @@ +/root(/.*)? gen_context(system_u:object_r:admin_home_t,s0) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdomain.if serefpolicy-3.5.13/policy/modules/system/userdomain.if --- nsaserefpolicy/policy/modules/system/userdomain.if 2008-10-17 08:49:13.000000000 -0400 -+++ serefpolicy-3.5.13/policy/modules/system/userdomain.if 2008-12-10 09:16:20.000000000 -0500 ++++ serefpolicy-3.5.13/policy/modules/system/userdomain.if 2009-01-04 13:56:10.000000000 -0500 @@ -28,10 +28,14 @@ class context contains; ') @@ -34288,18 +34321,29 @@ ') ####################################### -@@ -902,9 +883,7 @@ +@@ -902,8 +883,8 @@ ## # template(`userdom_login_user_template', ` - gen_require(` - class context contains; -- ') -+ gen_tunable(allow_$1_exec_content, true) ++ ifelse(`$1',`unconfined',`',` ++ gen_tunable(allow_$1_exec_content, true) + ') userdom_base_user_template($1) +@@ -915,8 +896,10 @@ + userdom_manage_tmp_template($1) + userdom_manage_tmpfs_template($1) + ++ ifelse(`$1',`unconfined',`',` + userdom_exec_tmp_template($1) + userdom_exec_home_template($1) ++ ') + + userdom_change_password_template($1) -@@ -930,74 +909,77 @@ +@@ -930,74 +913,77 @@ allow $1_t self:process ~{ setcurrent setexec setrlimit execmem execstack execheap }; dontaudit $1_t self:process setrlimit; @@ -34410,7 +34454,7 @@ ') ') -@@ -1031,9 +1013,6 @@ +@@ -1031,9 +1017,6 @@ domain_interactive_fd($1_t) typeattribute $1_devpts_t user_ptynode; @@ -34420,7 +34464,7 @@ typeattribute $1_tty_device_t user_ttynode; ############################## -@@ -1042,12 +1021,32 @@ +@@ -1042,12 +1025,32 @@ # # privileged home directory writers @@ -34459,7 +34503,7 @@ optional_policy(` loadkeys_run($1_t,$1_r,$1_tty_device_t) -@@ -1079,7 +1078,9 @@ +@@ -1079,7 +1082,9 @@ userdom_restricted_user_template($1) @@ -34469,7 +34513,7 @@ ############################## # -@@ -1087,14 +1088,16 @@ +@@ -1087,14 +1092,16 @@ # authlogin_per_role_template($1, $1_t, $1_r) @@ -34491,7 +34535,7 @@ logging_dontaudit_send_audit_msgs($1_t) # Need to to this just so screensaver will work. Should be moved to screensaver domain -@@ -1102,28 +1105,19 @@ +@@ -1102,28 +1109,19 @@ selinux_get_enforce_mode($1_t) optional_policy(` @@ -34524,7 +34568,7 @@ ') ') -@@ -1134,8 +1128,7 @@ +@@ -1134,8 +1132,7 @@ ## ## ##

@@ -34534,7 +34578,7 @@ ##

##

## This template creates a user domain, types, and -@@ -1157,8 +1150,8 @@ +@@ -1157,8 +1154,8 @@ # Declarations # @@ -34544,7 +34588,7 @@ userdom_common_user_template($1) ############################## -@@ -1167,11 +1160,10 @@ +@@ -1167,11 +1164,10 @@ # # port access is audited even if dac would not have allowed it, so dontaudit it here @@ -34557,7 +34601,7 @@ # cjp: why? files_read_kernel_symbol_table($1_t) -@@ -1189,36 +1181,41 @@ +@@ -1189,36 +1185,41 @@ ') ') @@ -34612,7 +34656,7 @@ ') ') -@@ -1263,8 +1260,7 @@ +@@ -1263,8 +1264,7 @@ # # Inherit rules for ordinary users. @@ -34622,7 +34666,7 @@ typeattribute $1_t privhome; domain_obj_id_change_exemption($1_t) -@@ -1295,8 +1291,6 @@ +@@ -1295,8 +1295,6 @@ # Manipulate other users crontab. allow $1_t self:passwd crontab; @@ -34631,7 +34675,7 @@ kernel_read_software_raid_state($1_t) kernel_getattr_core_if($1_t) kernel_getattr_message_if($1_t) -@@ -1318,8 +1312,6 @@ +@@ -1318,8 +1316,6 @@ dev_getattr_generic_blk_files($1_t) dev_getattr_generic_chr_files($1_t) @@ -34640,7 +34684,7 @@ # Allow MAKEDEV to work dev_create_all_blk_files($1_t) dev_create_all_chr_files($1_t) -@@ -1374,13 +1366,6 @@ +@@ -1374,13 +1370,6 @@ # But presently necessary for installing the file_contexts file. seutil_manage_bin_policy($1_t) @@ -34654,7 +34698,7 @@ optional_policy(` postgresql_unconfined($1_t) ') -@@ -1432,6 +1417,7 @@ +@@ -1432,6 +1421,7 @@ dev_relabel_all_dev_nodes($1) files_create_boot_flag($1) @@ -34662,7 +34706,7 @@ # Necessary for managing /boot/efi fs_manage_dos_files($1) -@@ -1461,10 +1447,6 @@ +@@ -1461,10 +1451,6 @@ seutil_run_semanage($1,$2,$3) seutil_run_setfiles($1, $2, $3) @@ -34673,7 +34717,7 @@ optional_policy(` aide_run($1,$2, $3) ') -@@ -1484,6 +1466,14 @@ +@@ -1484,6 +1470,14 @@ optional_policy(` netlabel_run_mgmt($1,$2, $3) ') @@ -34688,7 +34732,7 @@ ') ######################################## -@@ -1741,11 +1731,15 @@ +@@ -1741,11 +1735,15 @@ # template(`userdom_user_home_content',` gen_require(` @@ -34707,7 +34751,7 @@ ') ######################################## -@@ -1841,11 +1835,11 @@ +@@ -1841,11 +1839,11 @@ # template(`userdom_search_user_home_dirs',` gen_require(` @@ -34721,7 +34765,7 @@ ') ######################################## -@@ -1875,11 +1869,11 @@ +@@ -1875,11 +1873,11 @@ # template(`userdom_list_user_home_dirs',` gen_require(` @@ -34735,7 +34779,7 @@ ') ######################################## -@@ -1923,12 +1917,12 @@ +@@ -1923,12 +1921,12 @@ # template(`userdom_user_home_domtrans',` gen_require(` @@ -34751,7 +34795,7 @@ ') ######################################## -@@ -1958,10 +1952,11 @@ +@@ -1958,10 +1956,11 @@ # template(`userdom_dontaudit_list_user_home_dirs',` gen_require(` @@ -34765,7 +34809,7 @@ ') ######################################## -@@ -1993,11 +1988,47 @@ +@@ -1993,11 +1992,47 @@ # template(`userdom_manage_user_home_content_dirs',` gen_require(` @@ -34815,7 +34859,7 @@ ') ######################################## -@@ -2029,10 +2060,10 @@ +@@ -2029,10 +2064,10 @@ # template(`userdom_dontaudit_setattr_user_home_content_files',` gen_require(` @@ -34828,7 +34872,7 @@ ') ######################################## -@@ -2062,11 +2093,11 @@ +@@ -2062,11 +2097,11 @@ # template(`userdom_read_user_home_content_files',` gen_require(` @@ -34842,7 +34886,7 @@ ') ######################################## -@@ -2096,11 +2127,11 @@ +@@ -2096,11 +2131,11 @@ # template(`userdom_dontaudit_read_user_home_content_files',` gen_require(` @@ -34857,7 +34901,7 @@ ') ######################################## -@@ -2130,10 +2161,14 @@ +@@ -2130,10 +2165,14 @@ # template(`userdom_dontaudit_write_user_home_content_files',` gen_require(` @@ -34874,7 +34918,7 @@ ') ######################################## -@@ -2163,11 +2198,11 @@ +@@ -2163,11 +2202,11 @@ # template(`userdom_read_user_home_content_symlinks',` gen_require(` @@ -34888,7 +34932,7 @@ ') ######################################## -@@ -2197,11 +2232,11 @@ +@@ -2197,11 +2236,11 @@ # template(`userdom_exec_user_home_content_files',` gen_require(` @@ -34902,7 +34946,7 @@ ') ######################################## -@@ -2231,10 +2266,10 @@ +@@ -2231,10 +2270,10 @@ # template(`userdom_dontaudit_exec_user_home_content_files',` gen_require(` @@ -34915,7 +34959,7 @@ ') ######################################## -@@ -2266,12 +2301,12 @@ +@@ -2266,12 +2305,12 @@ # template(`userdom_manage_user_home_content_files',` gen_require(` @@ -34931,7 +34975,7 @@ ') ######################################## -@@ -2303,10 +2338,10 @@ +@@ -2303,10 +2342,10 @@ # template(`userdom_dontaudit_manage_user_home_content_dirs',` gen_require(` @@ -34944,7 +34988,7 @@ ') ######################################## -@@ -2338,12 +2373,12 @@ +@@ -2338,12 +2377,12 @@ # template(`userdom_manage_user_home_content_symlinks',` gen_require(` @@ -34960,7 +35004,7 @@ ') ######################################## -@@ -2375,12 +2410,12 @@ +@@ -2375,12 +2414,12 @@ # template(`userdom_manage_user_home_content_pipes',` gen_require(` @@ -34976,7 +35020,7 @@ ') ######################################## -@@ -2412,12 +2447,12 @@ +@@ -2412,12 +2451,12 @@ # template(`userdom_manage_user_home_content_sockets',` gen_require(` @@ -34992,7 +35036,7 @@ ') ######################################## -@@ -2462,11 +2497,11 @@ +@@ -2462,11 +2501,11 @@ # template(`userdom_user_home_dir_filetrans',` gen_require(` @@ -35006,7 +35050,7 @@ ') ######################################## -@@ -2511,11 +2546,11 @@ +@@ -2511,11 +2550,11 @@ # template(`userdom_user_home_content_filetrans',` gen_require(` @@ -35020,7 +35064,7 @@ ') ######################################## -@@ -2555,11 +2590,11 @@ +@@ -2555,11 +2594,11 @@ # template(`userdom_user_home_dir_filetrans_user_home_content',` gen_require(` @@ -35034,7 +35078,7 @@ ') ######################################## -@@ -2589,11 +2624,11 @@ +@@ -2589,11 +2628,11 @@ # template(`userdom_write_user_tmp_sockets',` gen_require(` @@ -35048,7 +35092,7 @@ ') ######################################## -@@ -2623,11 +2658,11 @@ +@@ -2623,11 +2662,11 @@ # template(`userdom_list_user_tmp',` gen_require(` @@ -35062,7 +35106,7 @@ ') ######################################## -@@ -2659,10 +2694,10 @@ +@@ -2659,10 +2698,10 @@ # template(`userdom_dontaudit_list_user_tmp',` gen_require(` @@ -35075,7 +35119,7 @@ ') ######################################## -@@ -2694,10 +2729,10 @@ +@@ -2694,10 +2733,10 @@ # template(`userdom_dontaudit_manage_user_tmp_dirs',` gen_require(` @@ -35088,7 +35132,7 @@ ') ######################################## -@@ -2727,12 +2762,12 @@ +@@ -2727,12 +2766,12 @@ # template(`userdom_read_user_tmp_files',` gen_require(` @@ -35104,7 +35148,7 @@ ') ######################################## -@@ -2764,10 +2799,10 @@ +@@ -2764,10 +2803,10 @@ # template(`userdom_dontaudit_read_user_tmp_files',` gen_require(` @@ -35117,7 +35161,7 @@ ') ######################################## -@@ -2799,10 +2834,10 @@ +@@ -2799,10 +2838,10 @@ # template(`userdom_dontaudit_append_user_tmp_files',` gen_require(` @@ -35130,7 +35174,7 @@ ') ######################################## -@@ -2832,12 +2867,12 @@ +@@ -2832,12 +2871,12 @@ # template(`userdom_rw_user_tmp_files',` gen_require(` @@ -35146,7 +35190,7 @@ ') ######################################## -@@ -2869,10 +2904,10 @@ +@@ -2869,10 +2908,10 @@ # template(`userdom_dontaudit_manage_user_tmp_files',` gen_require(` @@ -35159,7 +35203,7 @@ ') ######################################## -@@ -2904,12 +2939,12 @@ +@@ -2904,12 +2943,12 @@ # template(`userdom_read_user_tmp_symlinks',` gen_require(` @@ -35175,7 +35219,7 @@ ') ######################################## -@@ -2941,11 +2976,11 @@ +@@ -2941,11 +2980,11 @@ # template(`userdom_manage_user_tmp_dirs',` gen_require(` @@ -35189,7 +35233,7 @@ ') ######################################## -@@ -2977,11 +3012,11 @@ +@@ -2977,11 +3016,11 @@ # template(`userdom_manage_user_tmp_files',` gen_require(` @@ -35203,7 +35247,7 @@ ') ######################################## -@@ -3013,11 +3048,11 @@ +@@ -3013,11 +3052,11 @@ # template(`userdom_manage_user_tmp_symlinks',` gen_require(` @@ -35217,7 +35261,7 @@ ') ######################################## -@@ -3049,11 +3084,11 @@ +@@ -3049,11 +3088,11 @@ # template(`userdom_manage_user_tmp_pipes',` gen_require(` @@ -35231,7 +35275,7 @@ ') ######################################## -@@ -3085,11 +3120,11 @@ +@@ -3085,11 +3124,11 @@ # template(`userdom_manage_user_tmp_sockets',` gen_require(` @@ -35245,7 +35289,7 @@ ') ######################################## -@@ -3134,10 +3169,10 @@ +@@ -3134,10 +3173,10 @@ # template(`userdom_user_tmp_filetrans',` gen_require(` @@ -35258,7 +35302,7 @@ files_search_tmp($2) ') -@@ -3178,19 +3213,19 @@ +@@ -3178,19 +3217,19 @@ # template(`userdom_tmp_filetrans_user_tmp',` gen_require(` @@ -35282,7 +35326,7 @@ ##

##

## This is a templated interface, and should only -@@ -3211,13 +3246,13 @@ +@@ -3211,13 +3250,13 @@ # template(`userdom_rw_user_tmpfs_files',` gen_require(` @@ -35300,7 +35344,7 @@ ') ######################################## -@@ -4616,11 +4651,11 @@ +@@ -4616,11 +4655,11 @@ # interface(`userdom_search_all_users_home_dirs',` gen_require(` @@ -35314,7 +35358,7 @@ ') ######################################## -@@ -4640,6 +4675,14 @@ +@@ -4640,6 +4679,14 @@ files_list_home($1) allow $1 home_dir_type:dir list_dir_perms; @@ -35329,7 +35373,7 @@ ') ######################################## -@@ -4677,6 +4720,8 @@ +@@ -4677,6 +4724,8 @@ ') dontaudit $1 { home_dir_type home_type }:dir search_dir_perms; @@ -35338,7 +35382,7 @@ ') ######################################## -@@ -4721,6 +4766,25 @@ +@@ -4721,6 +4770,25 @@ ######################################## ##

@@ -35364,7 +35408,7 @@ ## Create, read, write, and delete all files ## in all users home directories. ## -@@ -4946,7 +5010,7 @@ +@@ -4946,7 +5014,7 @@ ######################################## ## @@ -35373,7 +35417,7 @@ ## ## ## -@@ -5318,7 +5382,7 @@ +@@ -5318,7 +5386,7 @@ ######################################## ## @@ -35382,7 +35426,7 @@ ## ## ## -@@ -5326,18 +5390,17 @@ +@@ -5326,18 +5394,17 @@ ## ## # @@ -35405,7 +35449,7 @@ ## ## ## -@@ -5345,17 +5408,17 @@ +@@ -5345,17 +5412,17 @@ ## ## # @@ -35427,7 +35471,7 @@ ##
## ## -@@ -5363,18 +5426,18 @@ +@@ -5363,18 +5430,18 @@ ## ## # @@ -35451,7 +35495,7 @@ ## ## ## -@@ -5382,9 +5445,46 @@ +@@ -5382,9 +5449,46 @@ ## ## # @@ -35500,7 +35544,7 @@ ') allow $1 userdomain:process getattr; -@@ -5447,6 +5547,24 @@ +@@ -5447,6 +5551,24 @@ ######################################## ## @@ -35525,7 +35569,7 @@ ## Send a SIGCHLD signal to all user domains. ## ## -@@ -5483,6 +5601,42 @@ +@@ -5483,6 +5605,42 @@ ######################################## ## @@ -35568,7 +35612,7 @@ ## Send a dbus message to all user domains. ## ## -@@ -5513,3 +5667,601 @@ +@@ -5513,3 +5671,601 @@ interface(`userdom_unconfined',` refpolicywarn(`$0($*) has been deprecated.') ') Index: selinux-policy.spec =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/F-10/selinux-policy.spec,v retrieving revision 1.764 retrieving revision 1.765 diff -u -r1.764 -r1.765 --- selinux-policy.spec 27 Dec 2008 13:05:46 -0000 1.764 +++ selinux-policy.spec 4 Jan 2009 19:45:26 -0000 1.765 @@ -20,7 +20,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.5.13 -Release: 37%{?dist} +Release: 38%{?dist} License: GPLv2+ Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -459,6 +459,9 @@ %endif %changelog +* Sun Jan 4 2009 Dan Walsh 3.5.13-38 +- Allow sendmail to list inotifyfs + * Sat Dec 27 2008 Dan Walsh 3.5.13-37 - Allow sshd to use inotify From rdieter at fedoraproject.org Sun Jan 4 19:46:50 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 4 Jan 2009 19:46:50 +0000 (UTC) Subject: rpms/eigen2/F-10 .cvsignore, 1.3, 1.4 eigen2.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090104194650.695BB70130@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/eigen2/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14427 Modified Files: .cvsignore eigen2.spec sources Log Message: * Mon Dec 08 2008 Rex Dieter 2.0-0.5.beta2 - eigen-2.0-beta2 - (re)enable buildtime test Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Sep 2008 17:58:03 -0000 1.3 +++ .cvsignore 4 Jan 2009 19:46:19 -0000 1.4 @@ -1 +1 @@ -eigen-2.0-beta1.tar.bz2 +eigen-2.0-beta2.tar.bz2 Index: eigen2.spec =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-10/eigen2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- eigen2.spec 22 Sep 2008 17:58:03 -0000 1.2 +++ eigen2.spec 4 Jan 2009 19:46:20 -0000 1.3 @@ -2,13 +2,13 @@ # Fedora package review # http://bugzilla.redhat.com/459705 -#define _with_check -DBUILD_TESTS=ON -%define pre beta1 +%define _with_check -DBUILD_TESTS=ON +%define pre beta2 Name: eigen2 Summary: A lightweight C++ template library for vector and matrix math Version: 2.0 -Release: 0.4.%{pre}%{?dist} +Release: 0.5.%{pre}%{?dist} Group: System Environment/Libraries License: GPLv2+ or LGPLv3+ URL: http://eigen.tuxfamily.org/ @@ -19,12 +19,14 @@ BuildRequires: cmake #docs BuildRequires: doxygen graphviz + +#BuildRequires: %{_bindir}/latex %if 0%{?fedora} > 8 BuildRequires: tex(latex) %else BuildRequires: tetex-latex -#BuildRequires: %{_bindir}/latex %endif + %{?_with_check:BuildRequires: qt4-devel} %description @@ -56,7 +58,6 @@ doxygen - %install rm -rf %{buildroot} @@ -81,6 +82,10 @@ %changelog +* Mon Dec 08 2008 Rex Dieter 2.0-0.5.beta2 +- eigen-2.0-beta2 +- (re)enable buildtime test + * Mon Sep 22 2008 Rex Dieter 2.0-0.4.beta1 - eigen-2.0-beta1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Sep 2008 17:58:03 -0000 1.3 +++ sources 4 Jan 2009 19:46:20 -0000 1.4 @@ -1 +1 @@ -6631f3fb3145b2f9a980cd64431104aa eigen-2.0-beta1.tar.bz2 +22b55e388a602e0fa7e2098124f39f71 eigen-2.0-beta2.tar.bz2 From rdieter at fedoraproject.org Sun Jan 4 19:47:07 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 4 Jan 2009 19:47:07 +0000 (UTC) Subject: rpms/eigen2/F-9 .cvsignore, 1.3, 1.4 eigen2.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090104194707.78C7270130@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/eigen2/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14504 Modified Files: .cvsignore eigen2.spec sources Log Message: * Mon Dec 08 2008 Rex Dieter 2.0-0.5.beta2 - eigen-2.0-beta2 - (re)enable buildtime test Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-9/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 25 Sep 2008 20:10:37 -0000 1.3 +++ .cvsignore 4 Jan 2009 19:46:36 -0000 1.4 @@ -1 +1 @@ -eigen-2.0-beta1.tar.bz2 +eigen-2.0-beta2.tar.bz2 Index: eigen2.spec =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-9/eigen2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- eigen2.spec 25 Sep 2008 20:10:37 -0000 1.2 +++ eigen2.spec 4 Jan 2009 19:46:37 -0000 1.3 @@ -2,13 +2,13 @@ # Fedora package review # http://bugzilla.redhat.com/459705 -#define _with_check -DBUILD_TESTS=ON -%define pre beta1 +%define _with_check -DBUILD_TESTS=ON +%define pre beta2 Name: eigen2 Summary: A lightweight C++ template library for vector and matrix math Version: 2.0 -Release: 0.4.%{pre}%{?dist} +Release: 0.5.%{pre}%{?dist} Group: System Environment/Libraries License: GPLv2+ or LGPLv3+ URL: http://eigen.tuxfamily.org/ @@ -19,12 +19,14 @@ BuildRequires: cmake #docs BuildRequires: doxygen graphviz + +#BuildRequires: %{_bindir}/latex %if 0%{?fedora} > 8 BuildRequires: tex(latex) %else BuildRequires: tetex-latex -#BuildRequires: %{_bindir}/latex %endif + %{?_with_check:BuildRequires: qt4-devel} %description @@ -56,7 +58,6 @@ doxygen - %install rm -rf %{buildroot} @@ -81,6 +82,10 @@ %changelog +* Mon Dec 08 2008 Rex Dieter 2.0-0.5.beta2 +- eigen-2.0-beta2 +- (re)enable buildtime test + * Mon Sep 22 2008 Rex Dieter 2.0-0.4.beta1 - eigen-2.0-beta1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 25 Sep 2008 20:10:37 -0000 1.3 +++ sources 4 Jan 2009 19:46:37 -0000 1.4 @@ -1 +1 @@ -6631f3fb3145b2f9a980cd64431104aa eigen-2.0-beta1.tar.bz2 +22b55e388a602e0fa7e2098124f39f71 eigen-2.0-beta2.tar.bz2 From dwalsh at fedoraproject.org Sun Jan 4 19:47:28 2009 From: dwalsh at fedoraproject.org (Daniel J Walsh) Date: Sun, 4 Jan 2009 19:47:28 +0000 (UTC) Subject: rpms/policycoreutils/devel policycoreutils-gui.patch, 1.80, 1.81 policycoreutils-rhat.patch, 1.404, 1.405 policycoreutils.spec, 1.578, 1.579 Message-ID: <20090104194728.6CEEE70130@cvs1.fedora.phx.redhat.com> Author: dwalsh Update of /cvs/extras/rpms/policycoreutils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14616 Modified Files: policycoreutils-gui.patch policycoreutils-rhat.patch policycoreutils.spec Log Message: * Mon Dec 15 2008 Dan Walsh 2.0.60-6 - fix audit2allow man page policycoreutils-gui.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.80 -r 1.81 policycoreutils-gui.patch Index: policycoreutils-gui.patch =================================================================== RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-gui.patch,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- policycoreutils-gui.patch 29 Oct 2008 17:02:31 -0000 1.80 +++ policycoreutils-gui.patch 4 Jan 2009 19:46:52 -0000 1.81 @@ -1,47 +1,6 @@ -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/Makefile policycoreutils-2.0.57/gui/Makefile ---- nsapolicycoreutils/gui/Makefile 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/Makefile 2008-10-10 16:04:46.000000000 -0400 -@@ -0,0 +1,37 @@ -+# Installation directories. -+PREFIX ?= ${DESTDIR}/usr -+SHAREDIR ?= $(PREFIX)/share/system-config-selinux -+ -+TARGETS= \ -+booleansPage.py \ -+fcontextPage.py \ -+html_util.py \ -+loginsPage.py \ -+mappingsPage.py \ -+modulesPage.py \ -+polgen.py \ -+polgen.glade \ -+portsPage.py \ -+lockdown.glade \ -+semanagePage.py \ -+statusPage.py \ -+system-config-selinux.glade \ -+translationsPage.py \ -+usersPage.py \ -+selinux.tbl -+ -+all: $(TARGETS) system-config-selinux.py polgengui.py templates lockdown.py -+ -+install: all -+ -mkdir -p $(SHAREDIR)/templates -+ install -m 755 system-config-selinux.py $(SHAREDIR) -+ install -m 755 polgengui.py $(SHAREDIR) -+ install -m 755 lockdown.py $(SHAREDIR) -+ install -m 644 $(TARGETS) $(SHAREDIR) -+ install -m 644 templates/*.py $(SHAREDIR)/templates/ -+ -+clean: -+ -+indent: -+ -+relabel: -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.57/gui/booleansPage.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.60/gui/booleansPage.py --- nsapolicycoreutils/gui/booleansPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/booleansPage.py 2008-10-29 12:39:48.000000000 -0400 ++++ policycoreutils-2.0.60/gui/booleansPage.py 2008-12-15 15:34:54.000000000 -0500 @@ -0,0 +1,247 @@ +# +# booleansPage.py - GUI for Booleans page in system-config-securitylevel @@ -290,9 +249,9 @@ + self.load(self.filter) + return True + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.57/gui/fcontextPage.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/fcontextPage.py policycoreutils-2.0.60/gui/fcontextPage.py --- nsapolicycoreutils/gui/fcontextPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/fcontextPage.py 2008-10-29 12:39:26.000000000 -0400 ++++ policycoreutils-2.0.60/gui/fcontextPage.py 2008-12-15 15:34:54.000000000 -0500 @@ -0,0 +1,223 @@ +## fcontextPage.py - show selinux mappings +## Copyright (C) 2006 Red Hat, Inc. @@ -517,9 +476,9 @@ + self.store.set_value(iter, SPEC_COL, fspec) + self.store.set_value(iter, FTYPE_COL, ftype) + self.store.set_value(iter, TYPE_COL, "%s:%s" % (type, mls)) -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/html_util.py policycoreutils-2.0.57/gui/html_util.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/html_util.py policycoreutils-2.0.60/gui/html_util.py --- nsapolicycoreutils/gui/html_util.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/html_util.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/html_util.py 2008-12-15 15:34:54.000000000 -0500 @@ -0,0 +1,164 @@ +# Authors: John Dennis +# @@ -685,9 +644,9 @@ + doc += tail + return doc + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.glade policycoreutils-2.0.57/gui/lockdown.glade +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.glade policycoreutils-2.0.60/gui/lockdown.glade --- nsapolicycoreutils/gui/lockdown.glade 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/lockdown.glade 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/lockdown.glade 2008-12-15 15:34:54.000000000 -0500 @@ -0,0 +1,771 @@ + + @@ -1460,9 +1419,9 @@ +
+ + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.gladep policycoreutils-2.0.57/gui/lockdown.gladep +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.gladep policycoreutils-2.0.60/gui/lockdown.gladep --- nsapolicycoreutils/gui/lockdown.gladep 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/lockdown.gladep 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/lockdown.gladep 2008-12-15 15:34:54.000000000 -0500 @@ -0,0 +1,7 @@ + + @@ -1471,9 +1430,9 @@ + + + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.py policycoreutils-2.0.57/gui/lockdown.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/lockdown.py policycoreutils-2.0.60/gui/lockdown.py --- nsapolicycoreutils/gui/lockdown.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/lockdown.py 2008-10-29 12:39:00.000000000 -0400 ++++ policycoreutils-2.0.60/gui/lockdown.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,382 @@ +#!/usr/bin/python +# @@ -1857,9 +1816,9 @@ + + app = booleanWindow() + app.stand_alone() -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/loginsPage.py policycoreutils-2.0.57/gui/loginsPage.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/loginsPage.py policycoreutils-2.0.60/gui/loginsPage.py --- nsapolicycoreutils/gui/loginsPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/loginsPage.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/loginsPage.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,185 @@ +## loginsPage.py - show selinux mappings +## Copyright (C) 2006 Red Hat, Inc. @@ -2046,9 +2005,50 @@ + self.store.set_value(iter, 1, seuser) + self.store.set_value(iter, 2, seobject.translate(serange)) + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/mappingsPage.py policycoreutils-2.0.57/gui/mappingsPage.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/Makefile policycoreutils-2.0.60/gui/Makefile +--- nsapolicycoreutils/gui/Makefile 1969-12-31 19:00:00.000000000 -0500 ++++ policycoreutils-2.0.60/gui/Makefile 2008-12-15 15:34:54.000000000 -0500 +@@ -0,0 +1,37 @@ ++# Installation directories. ++PREFIX ?= ${DESTDIR}/usr ++SHAREDIR ?= $(PREFIX)/share/system-config-selinux ++ ++TARGETS= \ ++booleansPage.py \ ++fcontextPage.py \ ++html_util.py \ ++loginsPage.py \ ++mappingsPage.py \ ++modulesPage.py \ ++polgen.py \ ++polgen.glade \ ++portsPage.py \ ++lockdown.glade \ ++semanagePage.py \ ++statusPage.py \ ++system-config-selinux.glade \ ++translationsPage.py \ ++usersPage.py \ ++selinux.tbl ++ ++all: $(TARGETS) system-config-selinux.py polgengui.py templates lockdown.py ++ ++install: all ++ -mkdir -p $(SHAREDIR)/templates ++ install -m 755 system-config-selinux.py $(SHAREDIR) ++ install -m 755 polgengui.py $(SHAREDIR) ++ install -m 755 lockdown.py $(SHAREDIR) ++ install -m 644 $(TARGETS) $(SHAREDIR) ++ install -m 644 templates/*.py $(SHAREDIR)/templates/ ++ ++clean: ++ ++indent: ++ ++relabel: +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/mappingsPage.py policycoreutils-2.0.60/gui/mappingsPage.py --- nsapolicycoreutils/gui/mappingsPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/mappingsPage.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/mappingsPage.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,56 @@ +## mappingsPage.py - show selinux mappings +## Copyright (C) 2006 Red Hat, Inc. @@ -2106,9 +2106,9 @@ + for k in keys: + print "%-25s %-25s %-25s" % (k, dict[k][0], translate(dict[k][1])) + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/modulesPage.py policycoreutils-2.0.57/gui/modulesPage.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/modulesPage.py policycoreutils-2.0.60/gui/modulesPage.py --- nsapolicycoreutils/gui/modulesPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/modulesPage.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/modulesPage.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,195 @@ +## modulesPage.py - show selinux mappings +## Copyright (C) 2006 Red Hat, Inc. @@ -2305,9 +2305,9 @@ + + + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/polgen.glade policycoreutils-2.0.57/gui/polgen.glade [...3041 lines suppressed...] -+# -+ -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/boolean.py policycoreutils-2.0.57/gui/templates/boolean.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/boolean.py policycoreutils-2.0.60/gui/templates/boolean.py --- nsapolicycoreutils/gui/templates/boolean.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/boolean.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/boolean.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,40 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -11500,9 +11478,9 @@ +') +""" + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/etc_rw.py policycoreutils-2.0.57/gui/templates/etc_rw.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/etc_rw.py policycoreutils-2.0.60/gui/templates/etc_rw.py --- nsapolicycoreutils/gui/templates/etc_rw.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/etc_rw.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/etc_rw.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,129 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -11633,9 +11611,9 @@ +fc_dir="""\ +FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_etc_rw_t,s0) +""" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable.py policycoreutils-2.0.57/gui/templates/executable.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/executable.py policycoreutils-2.0.60/gui/templates/executable.py --- nsapolicycoreutils/gui/templates/executable.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/executable.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/executable.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,327 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -11964,9 +11942,31 @@ +EXECUTABLE -- gen_context(system_u:object_r:TEMPLATETYPE_script_exec_t,s0) +""" + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/network.py policycoreutils-2.0.57/gui/templates/network.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/__init__.py policycoreutils-2.0.60/gui/templates/__init__.py +--- nsapolicycoreutils/gui/templates/__init__.py 1969-12-31 19:00:00.000000000 -0500 ++++ policycoreutils-2.0.60/gui/templates/__init__.py 2008-12-15 15:34:55.000000000 -0500 +@@ -0,0 +1,18 @@ ++# ++# Copyright (C) 2007 Red Hat, Inc. ++# ++# 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., 675 Mass Ave, Cambridge, MA 02139, USA. ++# ++ +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/network.py policycoreutils-2.0.60/gui/templates/network.py --- nsapolicycoreutils/gui/templates/network.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/network.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/network.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,80 @@ +te_port_types=""" +type TEMPLATETYPE_port_t; @@ -12048,9 +12048,9 @@ +corenet_udp_bind_all_unreserved_ports(TEMPLATETYPE_t) +""" + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/rw.py policycoreutils-2.0.57/gui/templates/rw.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/rw.py policycoreutils-2.0.60/gui/templates/rw.py --- nsapolicycoreutils/gui/templates/rw.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/rw.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/rw.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,128 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -12180,9 +12180,9 @@ +fc_dir=""" +FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_rw_t,s0) +""" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/script.py policycoreutils-2.0.57/gui/templates/script.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/script.py policycoreutils-2.0.60/gui/templates/script.py --- nsapolicycoreutils/gui/templates/script.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/script.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/script.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,105 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -12289,9 +12289,9 @@ +# Adding roles to SELinux user USER +/usr/sbin/semanage user -m -R +TEMPLATETYPE_r USER +""" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.py policycoreutils-2.0.57/gui/templates/semodule.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/semodule.py policycoreutils-2.0.60/gui/templates/semodule.py --- nsapolicycoreutils/gui/templates/semodule.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/semodule.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/semodule.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,41 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -12334,9 +12334,9 @@ +semanage ports -a -t TEMPLATETYPE_port_t -p udp PORTNUM +""" + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/tmp.py policycoreutils-2.0.57/gui/templates/tmp.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/tmp.py policycoreutils-2.0.60/gui/templates/tmp.py --- nsapolicycoreutils/gui/templates/tmp.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/tmp.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/tmp.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,97 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -12435,9 +12435,9 @@ + TEMPLATETYPE_manage_tmp($1) +""" + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/user.py policycoreutils-2.0.57/gui/templates/user.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/user.py policycoreutils-2.0.60/gui/templates/user.py --- nsapolicycoreutils/gui/templates/user.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/user.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/user.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,182 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -12621,9 +12621,9 @@ +te_newrole_rules=""" +seutil_run_newrole(TEMPLATETYPE_t,TEMPLATETYPE_r,{ TEMPLATETYPE_devpts_t TEMPLATETYPE_tty_device_t }) +""" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_lib.py policycoreutils-2.0.57/gui/templates/var_lib.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_lib.py policycoreutils-2.0.60/gui/templates/var_lib.py --- nsapolicycoreutils/gui/templates/var_lib.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/var_lib.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/var_lib.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,158 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -12783,9 +12783,9 @@ +fc_dir="""\ +FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_var_lib_t,s0) +""" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_log.py policycoreutils-2.0.57/gui/templates/var_log.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_log.py policycoreutils-2.0.60/gui/templates/var_log.py --- nsapolicycoreutils/gui/templates/var_log.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/var_log.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/var_log.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,110 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -12897,9 +12897,9 @@ +fc_dir="""\ +FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_log_t,s0) +""" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_run.py policycoreutils-2.0.57/gui/templates/var_run.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_run.py policycoreutils-2.0.60/gui/templates/var_run.py --- nsapolicycoreutils/gui/templates/var_run.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/var_run.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/var_run.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,118 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -13019,9 +13019,9 @@ +FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_var_run_t,s0) +""" + -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_spool.py policycoreutils-2.0.57/gui/templates/var_spool.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/templates/var_spool.py policycoreutils-2.0.60/gui/templates/var_spool.py --- nsapolicycoreutils/gui/templates/var_spool.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/templates/var_spool.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/templates/var_spool.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,129 @@ +# Copyright (C) 2007 Red Hat +# see file 'COPYING' for use and warranty information @@ -13152,9 +13152,9 @@ +fc_dir="""\ +FILENAME(/.*)? gen_context(system_u:object_r:TEMPLATETYPE_spool_t,s0) +""" -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/translationsPage.py policycoreutils-2.0.57/gui/translationsPage.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/translationsPage.py policycoreutils-2.0.60/gui/translationsPage.py --- nsapolicycoreutils/gui/translationsPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/translationsPage.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/translationsPage.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,118 @@ +## translationsPage.py - show selinux translations +## Copyright (C) 2006 Red Hat, Inc. @@ -13274,9 +13274,9 @@ + store, iter = self.view.get_selection().get_selected() + self.store.set_value(iter, 0, level) + self.store.set_value(iter, 1, translation) -diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/usersPage.py policycoreutils-2.0.57/gui/usersPage.py +diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/usersPage.py policycoreutils-2.0.60/gui/usersPage.py --- nsapolicycoreutils/gui/usersPage.py 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.57/gui/usersPage.py 2008-10-10 16:04:46.000000000 -0400 ++++ policycoreutils-2.0.60/gui/usersPage.py 2008-12-15 15:34:55.000000000 -0500 @@ -0,0 +1,150 @@ +## usersPage.py - show selinux mappings +## Copyright (C) 2006,2007,2008 Red Hat, Inc. policycoreutils-rhat.patch: Index: policycoreutils-rhat.patch =================================================================== RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v retrieving revision 1.404 retrieving revision 1.405 diff -u -r1.404 -r1.405 --- policycoreutils-rhat.patch 2 Dec 2008 13:37:45 -0000 1.404 +++ policycoreutils-rhat.patch 4 Jan 2009 19:46:54 -0000 1.405 @@ -1,15 +1,6 @@ -diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/Makefile policycoreutils-2.0.60/Makefile ---- nsapolicycoreutils/Makefile 2008-08-28 09:34:24.000000000 -0400 -+++ policycoreutils-2.0.60/Makefile 2008-12-01 11:47:09.000000000 -0500 -@@ -1,4 +1,4 @@ --SUBDIRS = setfiles semanage load_policy newrole run_init secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po -+SUBDIRS = setfiles semanage load_policy newrole run_init secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po gui - - INOTIFYH = $(shell ls /usr/include/sys/inotify.h 2>/dev/null) - diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/audit2allow/audit2allow policycoreutils-2.0.60/audit2allow/audit2allow --- nsapolicycoreutils/audit2allow/audit2allow 2008-11-10 08:53:49.000000000 -0500 -+++ policycoreutils-2.0.60/audit2allow/audit2allow 2008-12-01 15:16:31.000000000 -0500 ++++ policycoreutils-2.0.60/audit2allow/audit2allow 2008-12-15 15:34:54.000000000 -0500 @@ -42,10 +42,10 @@ from optparse import OptionParser @@ -46,7 +37,7 @@ writer.write(generator.get_module(), fd) diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/audit2allow/audit2allow.1 policycoreutils-2.0.60/audit2allow/audit2allow.1 --- nsapolicycoreutils/audit2allow/audit2allow.1 2008-11-10 08:53:49.000000000 -0500 -+++ policycoreutils-2.0.60/audit2allow/audit2allow.1 2008-12-01 15:10:13.000000000 -0500 ++++ policycoreutils-2.0.60/audit2allow/audit2allow.1 2008-12-15 15:35:46.000000000 -0500 @@ -44,9 +44,6 @@ Note that all audit messages are not available via dmesg when auditd is running; use "ausearch -m avc | audit2allow" or "-a" instead. @@ -57,9 +48,28 @@ .B "\-h" | "\-\-help" Print a short usage message .TP +@@ -78,9 +75,6 @@ + Generate reference policy using installed macros. + This attempts to match denials against interfaces and may be inaccurate. + .TP +-.B "\-t " | "\-\-tefile" +-Indicates input file is a te (type enforcement) file. This can be used to translate old te format to new policy format. +-.TP + .B "\-w" | "\-\-why" + Translates SELinux audit messages into a description of why the access was denied + +diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/Makefile policycoreutils-2.0.60/Makefile +--- nsapolicycoreutils/Makefile 2008-08-28 09:34:24.000000000 -0400 ++++ policycoreutils-2.0.60/Makefile 2008-12-15 15:34:54.000000000 -0500 +@@ -1,4 +1,4 @@ +-SUBDIRS = setfiles semanage load_policy newrole run_init secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po ++SUBDIRS = setfiles semanage load_policy newrole run_init secon audit2allow audit2why scripts sestatus semodule_package semodule semodule_link semodule_expand semodule_deps setsebool po gui + + INOTIFYH = $(shell ls /usr/include/sys/inotify.h 2>/dev/null) + diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/restorecond/restorecond.c policycoreutils-2.0.60/restorecond/restorecond.c --- nsapolicycoreutils/restorecond/restorecond.c 2008-08-28 09:34:24.000000000 -0400 -+++ policycoreutils-2.0.60/restorecond/restorecond.c 2008-12-02 08:36:38.000000000 -0500 ++++ policycoreutils-2.0.60/restorecond/restorecond.c 2008-12-15 15:34:54.000000000 -0500 @@ -283,6 +283,8 @@ inotify_rm_watch(fd, master_wd); master_wd = @@ -86,7 +96,7 @@ if (!ptr->dir) diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/restorecond/utmpwatcher.c policycoreutils-2.0.60/restorecond/utmpwatcher.c --- nsapolicycoreutils/restorecond/utmpwatcher.c 2008-08-28 09:34:24.000000000 -0400 -+++ policycoreutils-2.0.60/restorecond/utmpwatcher.c 2008-12-02 08:35:18.000000000 -0500 ++++ policycoreutils-2.0.60/restorecond/utmpwatcher.c 2008-12-15 15:34:54.000000000 -0500 @@ -57,7 +57,7 @@ utmp_ptr = NULL; FILE *cfg = fopen(utmp_path, "r"); @@ -108,7 +118,7 @@ strings_list_free(prev_utmp_ptr); diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/chcat policycoreutils-2.0.60/scripts/chcat --- nsapolicycoreutils/scripts/chcat 2008-08-28 09:34:24.000000000 -0400 -+++ policycoreutils-2.0.60/scripts/chcat 2008-12-01 11:47:09.000000000 -0500 ++++ policycoreutils-2.0.60/scripts/chcat 2008-12-15 15:34:54.000000000 -0500 @@ -291,6 +291,8 @@ for i in c.split(","): if i not in newcats: @@ -120,7 +130,7 @@ def translate(cats): diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semodule/semodule.c policycoreutils-2.0.60/semodule/semodule.c --- nsapolicycoreutils/semodule/semodule.c 2008-08-28 09:34:24.000000000 -0400 -+++ policycoreutils-2.0.60/semodule/semodule.c 2008-12-01 11:47:09.000000000 -0500 ++++ policycoreutils-2.0.60/semodule/semodule.c 2008-12-15 15:34:54.000000000 -0500 @@ -60,24 +60,6 @@ free(commands); } Index: policycoreutils.spec =================================================================== RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v retrieving revision 1.578 retrieving revision 1.579 diff -u -r1.578 -r1.579 --- policycoreutils.spec 10 Dec 2008 14:19:53 -0000 1.578 +++ policycoreutils.spec 4 Jan 2009 19:46:57 -0000 1.579 @@ -6,7 +6,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.0.60 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -192,6 +192,9 @@ fi %changelog +* Mon Dec 15 2008 Dan Walsh 2.0.60-6 +- fix audit2allow man page + * Wed Dec 10 2008 Dan Walsh 2.0.60-5 - Fix Japanese translations From pkgdb at fedoraproject.org Sun Jan 4 20:02:39 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:02:39 +0000 Subject: [pkgdb] srm (Fedora, 9) updated by kevin Message-ID: <20090104200239.77DF1208D4F@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for srm kevin has set commit to Approved for provenpackager on srm (Fedora 9) kevin has set build to Approved for provenpackager on srm (Fedora 9) kevin has set checkout to Approved for provenpackager on srm (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/srm From pkgdb at fedoraproject.org Sun Jan 4 20:02:37 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:02:37 +0000 Subject: [pkgdb] srm was added for fab Message-ID: <20090104200237.DF7C820873B@bastion.fedora.phx.redhat.com> kevin has added Package srm with summary Secure file deletion kevin has approved Package srm kevin has added a Fedora devel branch for srm with an owner of fab kevin has approved srm in Fedora devel kevin has approved Package srm kevin has set commit to Approved for provenpackager on srm (Fedora devel) kevin has set build to Approved for provenpackager on srm (Fedora devel) kevin has set checkout to Approved for provenpackager on srm (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/srm From pkgdb at fedoraproject.org Sun Jan 4 20:02:39 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:02:39 +0000 Subject: [pkgdb] srm (Fedora, 10) updated by kevin Message-ID: <20090104200239.83500208D52@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for srm kevin has set commit to Approved for provenpackager on srm (Fedora 10) kevin has set build to Approved for provenpackager on srm (Fedora 10) kevin has set checkout to Approved for provenpackager on srm (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/srm From kevin at fedoraproject.org Sun Jan 4 20:03:03 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:03:03 +0000 (UTC) Subject: rpms/srm - New directory Message-ID: <20090104200303.4461370130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/srm In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsh19983/rpms/srm Log Message: Directory /cvs/pkgs/rpms/srm added to the repository From kevin at fedoraproject.org Sun Jan 4 20:03:03 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:03:03 +0000 (UTC) Subject: rpms/srm/devel - New directory Message-ID: <20090104200303.9F29B70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/srm/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsh19983/rpms/srm/devel Log Message: Directory /cvs/pkgs/rpms/srm/devel added to the repository From kevin at fedoraproject.org Sun Jan 4 20:03:23 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:03:23 +0000 (UTC) Subject: rpms/srm Makefile,NONE,1.1 Message-ID: <20090104200323.4F83D70140@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/srm In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsh19983/rpms/srm Added Files: Makefile Log Message: Setup of module srm --- NEW FILE Makefile --- # Top level Makefile for module srm all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:03:23 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:03:23 +0000 (UTC) Subject: rpms/srm/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104200323.AB40770140@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/srm/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsh19983/rpms/srm/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module srm --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: srm # $Id: Makefile,v 1.1 2009/01/04 20:03:23 kevin Exp $ NAME := srm SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:06:32 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:06:32 +0000 Subject: [pkgdb] mapbender was added for rezso Message-ID: <20090104200632.39B9320873B@bastion.fedora.phx.redhat.com> kevin has added Package mapbender with summary Geospatial portal for OGC OWS architectures kevin has approved Package mapbender kevin has added a Fedora devel branch for mapbender with an owner of rezso kevin has approved mapbender in Fedora devel kevin has approved Package mapbender kevin has set commit to Approved for provenpackager on mapbender (Fedora devel) kevin has set build to Approved for provenpackager on mapbender (Fedora devel) kevin has set checkout to Approved for provenpackager on mapbender (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mapbender From pkgdb at fedoraproject.org Sun Jan 4 20:06:33 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:06:33 +0000 Subject: [pkgdb] mapbender (Fedora, 10) updated by kevin Message-ID: <20090104200633.D73C2208D4F@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for mapbender kevin has set commit to Approved for provenpackager on mapbender (Fedora 10) kevin has set build to Approved for provenpackager on mapbender (Fedora 10) kevin has set checkout to Approved for provenpackager on mapbender (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mapbender From kevin at fedoraproject.org Sun Jan 4 20:06:49 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:06:49 +0000 (UTC) Subject: rpms/mapbender - New directory Message-ID: <20090104200649.3BEA67013C@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mapbender In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsI22460/rpms/mapbender Log Message: Directory /cvs/pkgs/rpms/mapbender added to the repository From kevin at fedoraproject.org Sun Jan 4 20:06:49 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:06:49 +0000 (UTC) Subject: rpms/mapbender/devel - New directory Message-ID: <20090104200649.A646B7013C@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mapbender/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsI22460/rpms/mapbender/devel Log Message: Directory /cvs/pkgs/rpms/mapbender/devel added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:06:33 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:06:33 +0000 Subject: [pkgdb] mapbender (Fedora, 9) updated by kevin Message-ID: <20090104200634.07E18208D52@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for mapbender kevin has set commit to Approved for provenpackager on mapbender (Fedora 9) kevin has set build to Approved for provenpackager on mapbender (Fedora 9) kevin has set checkout to Approved for provenpackager on mapbender (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mapbender From kevin at fedoraproject.org Sun Jan 4 20:07:08 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:07:08 +0000 (UTC) Subject: rpms/mapbender Makefile,NONE,1.1 Message-ID: <20090104200708.DEC707013C@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mapbender In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsI22460/rpms/mapbender Added Files: Makefile Log Message: Setup of module mapbender --- NEW FILE Makefile --- # Top level Makefile for module mapbender all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:07:09 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:07:09 +0000 (UTC) Subject: rpms/mapbender/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104200709.6BE367013C@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mapbender/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsI22460/rpms/mapbender/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module mapbender --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: mapbender # $Id: Makefile,v 1.1 2009/01/04 20:07:09 kevin Exp $ NAME := mapbender SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:09:17 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:09:17 +0000 Subject: [pkgdb] teeworlds was added for cassmodiah Message-ID: <20090104200917.6F0E62084B6@bastion.fedora.phx.redhat.com> kevin has added Package teeworlds with summary Online multi-player platform 2D shooter kevin has approved Package teeworlds kevin has added a Fedora devel branch for teeworlds with an owner of cassmodiah kevin has approved teeworlds in Fedora devel kevin has approved Package teeworlds kevin has set commit to Approved for provenpackager on teeworlds (Fedora devel) kevin has set build to Approved for provenpackager on teeworlds (Fedora devel) kevin has set checkout to Approved for provenpackager on teeworlds (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/teeworlds From pkgdb at fedoraproject.org Sun Jan 4 20:09:19 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:09:19 +0000 Subject: [pkgdb] teeworlds (Fedora, 10) updated by kevin Message-ID: <20090104200919.41BEF208D4E@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for teeworlds kevin has set commit to Approved for provenpackager on teeworlds (Fedora 10) kevin has set build to Approved for provenpackager on teeworlds (Fedora 10) kevin has set checkout to Approved for provenpackager on teeworlds (Fedora 10) kevin approved watchbugzilla on teeworlds (Fedora 10) for lkundrak kevin approved watchcommits on teeworlds (Fedora 10) for lkundrak kevin approved commit on teeworlds (Fedora 10) for lkundrak kevin approved build on teeworlds (Fedora 10) for lkundrak kevin approved approveacls on teeworlds (Fedora 10) for lkundrak To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/teeworlds From pkgdb at fedoraproject.org Sun Jan 4 20:09:19 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:09:19 +0000 Subject: [pkgdb] teeworlds (Fedora, devel) updated by kevin Message-ID: <20090104200919.4B9EC208D53@bastion.fedora.phx.redhat.com> kevin approved watchbugzilla on teeworlds (Fedora devel) for lkundrak kevin approved watchcommits on teeworlds (Fedora devel) for lkundrak kevin approved commit on teeworlds (Fedora devel) for lkundrak kevin approved build on teeworlds (Fedora devel) for lkundrak kevin approved approveacls on teeworlds (Fedora devel) for lkundrak To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/teeworlds From kevin at fedoraproject.org Sun Jan 4 20:09:38 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:09:38 +0000 (UTC) Subject: rpms/teeworlds - New directory Message-ID: <20090104200938.27F2C70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/teeworlds In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsL24320/rpms/teeworlds Log Message: Directory /cvs/pkgs/rpms/teeworlds added to the repository From kevin at fedoraproject.org Sun Jan 4 20:09:38 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:09:38 +0000 (UTC) Subject: rpms/teeworlds/devel - New directory Message-ID: <20090104200938.68ECA70142@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/teeworlds/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsL24320/rpms/teeworlds/devel Log Message: Directory /cvs/pkgs/rpms/teeworlds/devel added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:09:19 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:09:19 +0000 Subject: [pkgdb] teeworlds (Fedora, 9) updated by kevin Message-ID: <20090104200919.5A3CB208D59@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for teeworlds kevin has set commit to Approved for provenpackager on teeworlds (Fedora 9) kevin has set build to Approved for provenpackager on teeworlds (Fedora 9) kevin has set checkout to Approved for provenpackager on teeworlds (Fedora 9) kevin approved watchbugzilla on teeworlds (Fedora 9) for lkundrak kevin approved watchcommits on teeworlds (Fedora 9) for lkundrak kevin approved commit on teeworlds (Fedora 9) for lkundrak kevin approved build on teeworlds (Fedora 9) for lkundrak kevin approved approveacls on teeworlds (Fedora 9) for lkundrak To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/teeworlds From kevin at fedoraproject.org Sun Jan 4 20:09:54 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:09:54 +0000 (UTC) Subject: rpms/teeworlds Makefile,NONE,1.1 Message-ID: <20090104200954.E493170130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/teeworlds In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsL24320/rpms/teeworlds Added Files: Makefile Log Message: Setup of module teeworlds --- NEW FILE Makefile --- # Top level Makefile for module teeworlds all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:09:55 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:09:55 +0000 (UTC) Subject: rpms/teeworlds/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104200955.4E7C670130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/teeworlds/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsL24320/rpms/teeworlds/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module teeworlds --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: teeworlds # $Id: Makefile,v 1.1 2009/01/04 20:09:55 kevin Exp $ NAME := teeworlds SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From cwickert at fedoraproject.org Sun Jan 4 20:09:57 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 20:09:57 +0000 (UTC) Subject: rpms/gnome-applet-timer/F-10 gnome-applet-timer.spec,1.20,1.21 Message-ID: <20090104200957.DAB9E70130@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24226/F-10 Modified Files: gnome-applet-timer.spec Log Message: * Sun Jan 04 2009 Christoph Wickert - 2.0.2-8 - Use Paul's patch instead of Michael suggestion (#471465) Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/F-10/gnome-applet-timer.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- gnome-applet-timer.spec 4 Jan 2009 18:09:13 -0000 1.20 +++ gnome-applet-timer.spec 4 Jan 2009 20:09:27 -0000 1.21 @@ -4,14 +4,14 @@ Name: gnome-applet-timer Version: 2.0.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A countdown timer applet for the GNOME panel Group: User Interface/Desktops License: GPLv2+ URL: http://timerapplet.sourceforge.net/ Source0: http://download.sourceforge.net/timerapplet/timer-applet-%{version}.tar.gz -Patch0: timer-applet-2.0.1-libnotify.patch +Patch0: timer-applet-2.0.1-stop-pulsing.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel >= 2.4 @@ -100,6 +100,9 @@ %{python_sitelib}/timerapplet/ %changelog +* Sun Jan 04 2009 Christoph Wickert - 2.0.2-8 +- Use Paul's patch instead of Michael suggestion (#471465) + * Sun Jan 04 2009 Christoph Wickert - 2.0.2-7 - Apply libnotify patch, thanks to Michael Schwendt and Paul Frields (#471465) From cwickert at fedoraproject.org Sun Jan 4 20:09:58 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 20:09:58 +0000 (UTC) Subject: rpms/gnome-applet-timer/devel timer-applet-2.0.1-stop-pulsing.patch, NONE, 1.1 gnome-applet-timer.spec, 1.21, 1.22 timer-applet-2.0.1-libnotify.patch, 1.1, NONE Message-ID: <20090104200958.DC58170130@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24226/devel Modified Files: gnome-applet-timer.spec Added Files: timer-applet-2.0.1-stop-pulsing.patch Removed Files: timer-applet-2.0.1-libnotify.patch Log Message: * Sun Jan 04 2009 Christoph Wickert - 2.0.2-8 - Use Paul's patch instead of Michael suggestion (#471465) timer-applet-2.0.1-stop-pulsing.patch: --- NEW FILE timer-applet-2.0.1-stop-pulsing.patch --- --- timer-applet-2.0.1-orig/src/timerapplet/ui/Notifier.py 2007-04-27 21:31:03.000000000 -0400 +++ timer-applet-2.0.1/src/timerapplet/ui/Notifier.py 2008-12-24 11:04:52.000000000 -0500 @@ -25,12 +25,16 @@ if self._timeout_id is not None: gobject.source_remove(self._timeout_id) self._timeout_id = None - self._notify.disconnect(self._handler_id) - self._handler_id = None - self._notify.close() - self._notify = None + if self._handler_id is not None: + self._notify.disconnect(self._handler_id) + self._handler_id = None + try: + self._notify.close() + self._notify = None + except: + pass - def _on_notification_closed(self, notification, get_reminder_message_func): + def _on_notification_closed(self, notification, reason, get_reminder_message_func): self._timeout_id = gobject.timeout_add(Notifier._NOTIFICATION_REDISPLAY_INTERVAL_SECONDS * 1000, self._on_notification_redisplay_timeout, get_reminder_message_func) Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gnome-applet-timer.spec 4 Jan 2009 18:09:14 -0000 1.21 +++ gnome-applet-timer.spec 4 Jan 2009 20:09:27 -0000 1.22 @@ -4,14 +4,14 @@ Name: gnome-applet-timer Version: 2.0.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A countdown timer applet for the GNOME panel Group: User Interface/Desktops License: GPLv2+ URL: http://timerapplet.sourceforge.net/ Source0: http://download.sourceforge.net/timerapplet/timer-applet-%{version}.tar.gz -Patch0: timer-applet-2.0.1-libnotify.patch +Patch0: timer-applet-2.0.1-stop-pulsing.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel >= 2.4 @@ -100,6 +100,9 @@ %{python_sitelib}/timerapplet/ %changelog +* Sun Jan 04 2009 Christoph Wickert - 2.0.2-8 +- Use Paul's patch instead of Michael suggestion (#471465) + * Sun Jan 04 2009 Christoph Wickert - 2.0.2-7 - Apply libnotify patch, thanks to Michael Schwendt and Paul Frields (#471465) --- timer-applet-2.0.1-libnotify.patch DELETED --- From pkgdb at fedoraproject.org Sun Jan 4 20:11:15 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:11:15 +0000 Subject: [pkgdb] tinyows was added for rezso Message-ID: <20090104201116.2EB3B208D4E@bastion.fedora.phx.redhat.com> kevin has added Package tinyows with summary WFS-T and FE implementation server kevin has approved Package tinyows kevin has added a Fedora devel branch for tinyows with an owner of rezso kevin has approved tinyows in Fedora devel kevin has approved Package tinyows kevin has set commit to Approved for provenpackager on tinyows (Fedora devel) kevin has set build to Approved for provenpackager on tinyows (Fedora devel) kevin has set checkout to Approved for provenpackager on tinyows (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/tinyows From pkgdb at fedoraproject.org Sun Jan 4 20:11:17 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:11:17 +0000 Subject: [pkgdb] tinyows (Fedora, 10) updated by kevin Message-ID: <20090104201117.88DC2208D51@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for tinyows kevin has set commit to Approved for provenpackager on tinyows (Fedora 10) kevin has set build to Approved for provenpackager on tinyows (Fedora 10) kevin has set checkout to Approved for provenpackager on tinyows (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/tinyows From kevin at fedoraproject.org Sun Jan 4 20:11:34 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:11:34 +0000 (UTC) Subject: rpms/tinyows - New directory Message-ID: <20090104201134.2A03B70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/tinyows In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsv24891/rpms/tinyows Log Message: Directory /cvs/pkgs/rpms/tinyows added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:11:17 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:11:17 +0000 Subject: [pkgdb] tinyows (Fedora, 9) updated by kevin Message-ID: <20090104201117.AB58A208D55@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for tinyows kevin has set commit to Approved for provenpackager on tinyows (Fedora 9) kevin has set build to Approved for provenpackager on tinyows (Fedora 9) kevin has set checkout to Approved for provenpackager on tinyows (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/tinyows From kevin at fedoraproject.org Sun Jan 4 20:11:34 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:11:34 +0000 (UTC) Subject: rpms/tinyows/devel - New directory Message-ID: <20090104201134.690E170130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/tinyows/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsv24891/rpms/tinyows/devel Log Message: Directory /cvs/pkgs/rpms/tinyows/devel added to the repository From cwickert at fedoraproject.org Sun Jan 4 20:11:41 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 20:11:41 +0000 (UTC) Subject: rpms/gnome-applet-timer/devel gnome-applet-timer.spec,1.22,1.23 Message-ID: <20090104201141.2A0E870130@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24760/devel Modified Files: gnome-applet-timer.spec Log Message: fix typo in changelog Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- gnome-applet-timer.spec 4 Jan 2009 20:09:27 -0000 1.22 +++ gnome-applet-timer.spec 4 Jan 2009 20:11:10 -0000 1.23 @@ -101,7 +101,7 @@ %changelog * Sun Jan 04 2009 Christoph Wickert - 2.0.2-8 -- Use Paul's patch instead of Michael suggestion (#471465) +- Use Paul's patch instead of Michael's suggestion (#471465) * Sun Jan 04 2009 Christoph Wickert - 2.0.2-7 - Apply libnotify patch, thanks to Michael Schwendt and Paul Frields (#471465) From cwickert at fedoraproject.org Sun Jan 4 20:11:41 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 20:11:41 +0000 (UTC) Subject: rpms/gnome-applet-timer/F-10 gnome-applet-timer.spec,1.21,1.22 Message-ID: <20090104201141.6980070130@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24760/F-10 Modified Files: gnome-applet-timer.spec Log Message: fix typo in changelog Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/F-10/gnome-applet-timer.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- gnome-applet-timer.spec 4 Jan 2009 20:09:27 -0000 1.21 +++ gnome-applet-timer.spec 4 Jan 2009 20:11:11 -0000 1.22 @@ -101,7 +101,7 @@ %changelog * Sun Jan 04 2009 Christoph Wickert - 2.0.2-8 -- Use Paul's patch instead of Michael suggestion (#471465) +- Use Paul's patch instead of Michael's suggestion (#471465) * Sun Jan 04 2009 Christoph Wickert - 2.0.2-7 - Apply libnotify patch, thanks to Michael Schwendt and Paul Frields (#471465) From kevin at fedoraproject.org Sun Jan 4 20:11:51 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:11:51 +0000 (UTC) Subject: rpms/tinyows/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104201151.644E57013F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/tinyows/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsv24891/rpms/tinyows/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module tinyows --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: tinyows # $Id: Makefile,v 1.1 2009/01/04 20:11:50 kevin Exp $ NAME := tinyows SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From kevin at fedoraproject.org Sun Jan 4 20:11:50 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:11:50 +0000 (UTC) Subject: rpms/tinyows Makefile,NONE,1.1 Message-ID: <20090104201150.B52C470130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/tinyows In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsv24891/rpms/tinyows Added Files: Makefile Log Message: Setup of module tinyows --- NEW FILE Makefile --- # Top level Makefile for module tinyows all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From pkgdb at fedoraproject.org Sun Jan 4 20:13:32 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:13:32 +0000 Subject: [pkgdb] dhcping (Fedora, 9) updated by kevin Message-ID: <20090104201332.4E25B208D4F@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for dhcping kevin has set commit to Approved for provenpackager on dhcping (Fedora 9) kevin has set build to Approved for provenpackager on dhcping (Fedora 9) kevin has set checkout to Approved for provenpackager on dhcping (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/dhcping From pkgdb at fedoraproject.org Sun Jan 4 20:13:30 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:13:30 +0000 Subject: [pkgdb] dhcping was added for fab Message-ID: <20090104201330.F065520873E@bastion.fedora.phx.redhat.com> kevin has added Package dhcping with summary DHCP daemon ping program kevin has approved Package dhcping kevin has added a Fedora devel branch for dhcping with an owner of fab kevin has approved dhcping in Fedora devel kevin has approved Package dhcping kevin has set commit to Approved for provenpackager on dhcping (Fedora devel) kevin has set build to Approved for provenpackager on dhcping (Fedora devel) kevin has set checkout to Approved for provenpackager on dhcping (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/dhcping From kevin at fedoraproject.org Sun Jan 4 20:13:46 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:13:46 +0000 (UTC) Subject: rpms/dhcping - New directory Message-ID: <20090104201346.2C02370130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/dhcping In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsQ25587/rpms/dhcping Log Message: Directory /cvs/pkgs/rpms/dhcping added to the repository From kevin at fedoraproject.org Sun Jan 4 20:13:46 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:13:46 +0000 (UTC) Subject: rpms/dhcping/devel - New directory Message-ID: <20090104201346.717B970130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/dhcping/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsQ25587/rpms/dhcping/devel Log Message: Directory /cvs/pkgs/rpms/dhcping/devel added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:13:32 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:13:32 +0000 Subject: [pkgdb] dhcping (Fedora, 10) updated by kevin Message-ID: <20090104201332.63854208D52@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for dhcping kevin has set commit to Approved for provenpackager on dhcping (Fedora 10) kevin has set build to Approved for provenpackager on dhcping (Fedora 10) kevin has set checkout to Approved for provenpackager on dhcping (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/dhcping From kevin at fedoraproject.org Sun Jan 4 20:14:05 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:14:05 +0000 (UTC) Subject: rpms/dhcping Makefile,NONE,1.1 Message-ID: <20090104201405.DB7A770130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/dhcping In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsQ25587/rpms/dhcping Added Files: Makefile Log Message: Setup of module dhcping --- NEW FILE Makefile --- # Top level Makefile for module dhcping all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:14:06 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:14:06 +0000 (UTC) Subject: rpms/dhcping/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104201406.5164970130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/dhcping/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsQ25587/rpms/dhcping/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module dhcping --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: dhcping # $Id: Makefile,v 1.1 2009/01/04 20:14:06 kevin Exp $ NAME := dhcping SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:15:55 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:15:55 +0000 Subject: [pkgdb] virtaal was added for dwayne Message-ID: <20090104201555.C349F20873E@bastion.fedora.phx.redhat.com> kevin has added Package virtaal with summary Localization and translation editor kevin has approved Package virtaal kevin has added a Fedora devel branch for virtaal with an owner of dwayne kevin has approved virtaal in Fedora devel kevin has approved Package virtaal kevin has set commit to Approved for provenpackager on virtaal (Fedora devel) kevin has set build to Approved for provenpackager on virtaal (Fedora devel) kevin has set checkout to Approved for provenpackager on virtaal (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/virtaal From pkgdb at fedoraproject.org Sun Jan 4 20:15:57 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:15:57 +0000 Subject: [pkgdb] virtaal (Fedora, 9) updated by kevin Message-ID: <20090104201557.DBC84208D51@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for virtaal kevin has set commit to Approved for provenpackager on virtaal (Fedora 9) kevin has set build to Approved for provenpackager on virtaal (Fedora 9) kevin has set checkout to Approved for provenpackager on virtaal (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/virtaal From pkgdb at fedoraproject.org Sun Jan 4 20:15:57 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:15:57 +0000 Subject: [pkgdb] virtaal (Fedora EPEL, 4) updated by kevin Message-ID: <20090104201557.DF7AC208D53@bastion.fedora.phx.redhat.com> kevin added a Fedora EPEL 4 branch for virtaal kevin has set commit to Approved for provenpackager on virtaal (Fedora EPEL 4) kevin has set build to Approved for provenpackager on virtaal (Fedora EPEL 4) kevin has set checkout to Approved for provenpackager on virtaal (Fedora EPEL 4) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/virtaal From kevin at fedoraproject.org Sun Jan 4 20:16:10 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:16:10 +0000 (UTC) Subject: rpms/virtaal - New directory Message-ID: <20090104201610.2AAAE70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/virtaal In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsy26302/rpms/virtaal Log Message: Directory /cvs/pkgs/rpms/virtaal added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:15:57 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:15:57 +0000 Subject: [pkgdb] virtaal (Fedora, 10) updated by kevin Message-ID: <20090104201557.E5B06208D58@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for virtaal kevin has set commit to Approved for provenpackager on virtaal (Fedora 10) kevin has set build to Approved for provenpackager on virtaal (Fedora 10) kevin has set checkout to Approved for provenpackager on virtaal (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/virtaal From pkgdb at fedoraproject.org Sun Jan 4 20:15:57 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:15:57 +0000 Subject: [pkgdb] virtaal (Fedora EPEL, 5) updated by kevin Message-ID: <20090104201558.01D21208D60@bastion.fedora.phx.redhat.com> kevin added a Fedora EPEL 5 branch for virtaal kevin has set commit to Approved for provenpackager on virtaal (Fedora EPEL 5) kevin has set build to Approved for provenpackager on virtaal (Fedora EPEL 5) kevin has set checkout to Approved for provenpackager on virtaal (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/virtaal From kevin at fedoraproject.org Sun Jan 4 20:16:10 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:16:10 +0000 (UTC) Subject: rpms/virtaal/devel - New directory Message-ID: <20090104201610.66AB170130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/virtaal/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsy26302/rpms/virtaal/devel Log Message: Directory /cvs/pkgs/rpms/virtaal/devel added to the repository From kevin at fedoraproject.org Sun Jan 4 20:16:29 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:16:29 +0000 (UTC) Subject: rpms/virtaal Makefile,NONE,1.1 Message-ID: <20090104201629.B5EF970130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/virtaal In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsy26302/rpms/virtaal Added Files: Makefile Log Message: Setup of module virtaal --- NEW FILE Makefile --- # Top level Makefile for module virtaal all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:16:30 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:16:30 +0000 (UTC) Subject: rpms/virtaal/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104201630.4564770130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/virtaal/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsy26302/rpms/virtaal/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module virtaal --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: virtaal # $Id: Makefile,v 1.1 2009/01/04 20:16:29 kevin Exp $ NAME := virtaal SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:16:48 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:16:48 +0000 Subject: [pkgdb] libnice was added for bpepple Message-ID: <20090104201648.47CB9208D2B@bastion.fedora.phx.redhat.com> kevin has added Package libnice with summary GLib ICE implementation kevin has approved Package libnice kevin has added a Fedora devel branch for libnice with an owner of bpepple kevin has approved libnice in Fedora devel kevin has approved Package libnice kevin has set commit to Approved for provenpackager on libnice (Fedora devel) kevin has set build to Approved for provenpackager on libnice (Fedora devel) kevin has set checkout to Approved for provenpackager on libnice (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libnice From kevin at fedoraproject.org Sun Jan 4 20:17:06 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:17:06 +0000 (UTC) Subject: rpms/libnice - New directory Message-ID: <20090104201706.3AC8370130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/libnice In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsE26725/rpms/libnice Log Message: Directory /cvs/pkgs/rpms/libnice added to the repository From kevin at fedoraproject.org Sun Jan 4 20:17:06 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:17:06 +0000 (UTC) Subject: rpms/libnice/devel - New directory Message-ID: <20090104201706.8780470130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/libnice/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsE26725/rpms/libnice/devel Log Message: Directory /cvs/pkgs/rpms/libnice/devel added to the repository From kevin at fedoraproject.org Sun Jan 4 20:17:28 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:17:28 +0000 (UTC) Subject: rpms/libnice Makefile,NONE,1.1 Message-ID: <20090104201728.312F470130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/libnice In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsE26725/rpms/libnice Added Files: Makefile Log Message: Setup of module libnice --- NEW FILE Makefile --- # Top level Makefile for module libnice all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:17:28 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:17:28 +0000 (UTC) Subject: rpms/libnice/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104201728.F1C3070130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/libnice/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsE26725/rpms/libnice/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module libnice --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: libnice # $Id: Makefile,v 1.1 2009/01/04 20:17:28 kevin Exp $ NAME := libnice SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From kevin at fedoraproject.org Sun Jan 4 20:19:11 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:19:11 +0000 (UTC) Subject: rpms/mumbles - New directory Message-ID: <20090104201911.3364470130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mumbles In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsW27211/rpms/mumbles Log Message: Directory /cvs/pkgs/rpms/mumbles added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:18:55 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:18:55 +0000 Subject: [pkgdb] mumbles was added for janderson Message-ID: <20090104201855.270F220873E@bastion.fedora.phx.redhat.com> kevin has added Package mumbles with summary growl like notification system for GNOME kevin has approved Package mumbles kevin has added a Fedora devel branch for mumbles with an owner of janderson kevin has approved mumbles in Fedora devel kevin has approved Package mumbles kevin has set commit to Approved for provenpackager on mumbles (Fedora devel) kevin has set build to Approved for provenpackager on mumbles (Fedora devel) kevin has set checkout to Approved for provenpackager on mumbles (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mumbles From pkgdb at fedoraproject.org Sun Jan 4 20:18:56 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:18:56 +0000 Subject: [pkgdb] mumbles (Fedora, 10) updated by kevin Message-ID: <20090104201856.CDA4B208D4F@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for mumbles kevin has set commit to Approved for provenpackager on mumbles (Fedora 10) kevin has set build to Approved for provenpackager on mumbles (Fedora 10) kevin has set checkout to Approved for provenpackager on mumbles (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mumbles From kevin at fedoraproject.org Sun Jan 4 20:19:11 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:19:11 +0000 (UTC) Subject: rpms/mumbles/devel - New directory Message-ID: <20090104201911.7BA4370130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mumbles/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsW27211/rpms/mumbles/devel Log Message: Directory /cvs/pkgs/rpms/mumbles/devel added to the repository From kevin at fedoraproject.org Sun Jan 4 20:19:30 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:19:30 +0000 (UTC) Subject: rpms/mumbles Makefile,NONE,1.1 Message-ID: <20090104201930.5315A70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mumbles In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsW27211/rpms/mumbles Added Files: Makefile Log Message: Setup of module mumbles --- NEW FILE Makefile --- # Top level Makefile for module mumbles all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:19:30 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:19:30 +0000 (UTC) Subject: rpms/mumbles/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104201930.D3D9270130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mumbles/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsW27211/rpms/mumbles/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module mumbles --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: mumbles # $Id: Makefile,v 1.1 2009/01/04 20:19:30 kevin Exp $ NAME := mumbles SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:20:02 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:20:02 +0000 Subject: [pkgdb] sion was added for kevin Message-ID: <20090104202002.BCAF820873E@bastion.fedora.phx.redhat.com> kevin has added Package sion with summary GIO/GVFS management application kevin has approved Package sion kevin has added a Fedora devel branch for sion with an owner of kevin kevin has approved sion in Fedora devel kevin has approved Package sion kevin has set commit to Approved for provenpackager on sion (Fedora devel) kevin has set build to Approved for provenpackager on sion (Fedora devel) kevin has set checkout to Approved for provenpackager on sion (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/sion From pkgdb at fedoraproject.org Sun Jan 4 20:20:04 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:20:04 +0000 Subject: [pkgdb] sion (Fedora, 9) updated by kevin Message-ID: <20090104202004.81792208D4E@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for sion kevin has set commit to Approved for provenpackager on sion (Fedora 9) kevin has set build to Approved for provenpackager on sion (Fedora 9) kevin has set checkout to Approved for provenpackager on sion (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/sion From kevin at fedoraproject.org Sun Jan 4 20:20:19 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:20:19 +0000 (UTC) Subject: rpms/sion - New directory Message-ID: <20090104202019.2DC9070130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/sion In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsn27560/rpms/sion Log Message: Directory /cvs/pkgs/rpms/sion added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:20:04 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:20:04 +0000 Subject: [pkgdb] sion (Fedora, 10) updated by kevin Message-ID: <20090104202004.B32CF208D50@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for sion kevin has set commit to Approved for provenpackager on sion (Fedora 10) kevin has set build to Approved for provenpackager on sion (Fedora 10) kevin has set checkout to Approved for provenpackager on sion (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/sion From kevin at fedoraproject.org Sun Jan 4 20:20:19 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:20:19 +0000 (UTC) Subject: rpms/sion/devel - New directory Message-ID: <20090104202019.6944F70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/sion/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsn27560/rpms/sion/devel Log Message: Directory /cvs/pkgs/rpms/sion/devel added to the repository From kevin at fedoraproject.org Sun Jan 4 20:20:36 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:20:36 +0000 (UTC) Subject: rpms/sion Makefile,NONE,1.1 Message-ID: <20090104202036.5BA6F70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/sion In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsn27560/rpms/sion Added Files: Makefile Log Message: Setup of module sion --- NEW FILE Makefile --- # Top level Makefile for module sion all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:20:36 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:20:36 +0000 (UTC) Subject: rpms/sion/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104202036.A3F7D70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/sion/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsn27560/rpms/sion/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module sion --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: sion # $Id: Makefile,v 1.1 2009/01/04 20:20:36 kevin Exp $ NAME := sion SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:21:16 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:21:16 +0000 Subject: [pkgdb] python-transitfeed was added for ianweller Message-ID: <20090104202116.D0B3920873E@bastion.fedora.phx.redhat.com> kevin has added Package python-transitfeed with summary Google Transit Feed Specification library and tools kevin has approved Package python-transitfeed kevin has added a Fedora devel branch for python-transitfeed with an owner of ianweller kevin has approved python-transitfeed in Fedora devel kevin has approved Package python-transitfeed kevin has set commit to Approved for provenpackager on python-transitfeed (Fedora devel) kevin has set build to Approved for provenpackager on python-transitfeed (Fedora devel) kevin has set checkout to Approved for provenpackager on python-transitfeed (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/python-transitfeed From pkgdb at fedoraproject.org Sun Jan 4 20:21:18 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:21:18 +0000 Subject: [pkgdb] python-transitfeed (Fedora, 9) updated by kevin Message-ID: <20090104202118.4F1C6208D4F@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for python-transitfeed kevin has set commit to Approved for provenpackager on python-transitfeed (Fedora 9) kevin has set build to Approved for provenpackager on python-transitfeed (Fedora 9) kevin has set checkout to Approved for provenpackager on python-transitfeed (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/python-transitfeed From kevin at fedoraproject.org Sun Jan 4 20:21:33 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:21:33 +0000 (UTC) Subject: rpms/python-transitfeed - New directory Message-ID: <20090104202133.29D7E70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/python-transitfeed In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsw27953/rpms/python-transitfeed Log Message: Directory /cvs/pkgs/rpms/python-transitfeed added to the repository From kevin at fedoraproject.org Sun Jan 4 20:21:33 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:21:33 +0000 (UTC) Subject: rpms/python-transitfeed/devel - New directory Message-ID: <20090104202133.6FFB770130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/python-transitfeed/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsw27953/rpms/python-transitfeed/devel Log Message: Directory /cvs/pkgs/rpms/python-transitfeed/devel added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:21:18 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:21:18 +0000 Subject: [pkgdb] python-transitfeed (Fedora, 10) updated by kevin Message-ID: <20090104202118.57CB3208D52@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for python-transitfeed kevin has set commit to Approved for provenpackager on python-transitfeed (Fedora 10) kevin has set build to Approved for provenpackager on python-transitfeed (Fedora 10) kevin has set checkout to Approved for provenpackager on python-transitfeed (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/python-transitfeed From kevin at fedoraproject.org Sun Jan 4 20:21:51 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:21:51 +0000 (UTC) Subject: rpms/python-transitfeed Makefile,NONE,1.1 Message-ID: <20090104202151.55AA870130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/python-transitfeed In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsw27953/rpms/python-transitfeed Added Files: Makefile Log Message: Setup of module python-transitfeed --- NEW FILE Makefile --- # Top level Makefile for module python-transitfeed all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:21:51 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:21:51 +0000 (UTC) Subject: rpms/python-transitfeed/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104202151.AF9D870130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/python-transitfeed/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsw27953/rpms/python-transitfeed/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module python-transitfeed --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: python-transitfeed # $Id: Makefile,v 1.1 2009/01/04 20:21:51 kevin Exp $ NAME := python-transitfeed SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:24:58 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:24:58 +0000 Subject: [pkgdb] fspy was added for fab Message-ID: <20090104202458.3403020873E@bastion.fedora.phx.redhat.com> kevin has added Package fspy with summary Filesystem activity monitoring utility kevin has approved Package fspy kevin has added a Fedora devel branch for fspy with an owner of fab kevin has approved fspy in Fedora devel kevin has approved Package fspy kevin has set commit to Approved for provenpackager on fspy (Fedora devel) kevin has set build to Approved for provenpackager on fspy (Fedora devel) kevin has set checkout to Approved for provenpackager on fspy (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fspy From kevin at fedoraproject.org Sun Jan 4 20:25:15 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:25:15 +0000 (UTC) Subject: rpms/fspy - New directory Message-ID: <20090104202515.2A46470130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/fspy In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsW28831/rpms/fspy Log Message: Directory /cvs/pkgs/rpms/fspy added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:24:59 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:24:59 +0000 Subject: [pkgdb] fspy (Fedora, 9) updated by kevin Message-ID: <20090104202459.9CBEF208D51@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for fspy kevin has set commit to Approved for provenpackager on fspy (Fedora 9) kevin has set build to Approved for provenpackager on fspy (Fedora 9) kevin has set checkout to Approved for provenpackager on fspy (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fspy From pkgdb at fedoraproject.org Sun Jan 4 20:24:59 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:24:59 +0000 Subject: [pkgdb] fspy (Fedora, 10) updated by kevin Message-ID: <20090104202459.A599E208D55@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for fspy kevin has set commit to Approved for provenpackager on fspy (Fedora 10) kevin has set build to Approved for provenpackager on fspy (Fedora 10) kevin has set checkout to Approved for provenpackager on fspy (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fspy From kevin at fedoraproject.org Sun Jan 4 20:25:15 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:25:15 +0000 (UTC) Subject: rpms/fspy/devel - New directory Message-ID: <20090104202515.6C24470130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/fspy/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsW28831/rpms/fspy/devel Log Message: Directory /cvs/pkgs/rpms/fspy/devel added to the repository From kevin at fedoraproject.org Sun Jan 4 20:25:33 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:25:33 +0000 (UTC) Subject: rpms/fspy Makefile,NONE,1.1 Message-ID: <20090104202533.448DD70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/fspy In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsW28831/rpms/fspy Added Files: Makefile Log Message: Setup of module fspy --- NEW FILE Makefile --- # Top level Makefile for module fspy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:25:33 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:25:33 +0000 (UTC) Subject: rpms/fspy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104202533.B40BC70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/fspy/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsW28831/rpms/fspy/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module fspy --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: fspy # $Id: Makefile,v 1.1 2009/01/04 20:25:33 kevin Exp $ NAME := fspy SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:28:25 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:28:25 +0000 Subject: [pkgdb] conspy (Fedora, 9) updated by kevin Message-ID: <20090104202827.1A858208D52@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for conspy kevin has set commit to Approved for provenpackager on conspy (Fedora 9) kevin has set build to Approved for provenpackager on conspy (Fedora 9) kevin has set checkout to Approved for provenpackager on conspy (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/conspy From pkgdb at fedoraproject.org Sun Jan 4 20:28:24 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:28:24 +0000 Subject: [pkgdb] conspy was added for fab Message-ID: <20090104202824.78E81208D4F@bastion.fedora.phx.redhat.com> kevin has added Package conspy with summary Remote control for text mode virtual consoles kevin has approved Package conspy kevin has added a Fedora devel branch for conspy with an owner of fab kevin has approved conspy in Fedora devel kevin has approved Package conspy kevin has set commit to Approved for provenpackager on conspy (Fedora devel) kevin has set build to Approved for provenpackager on conspy (Fedora devel) kevin has set checkout to Approved for provenpackager on conspy (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/conspy From cwickert at fedoraproject.org Sun Jan 4 20:28:34 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 20:28:34 +0000 (UTC) Subject: rpms/gnome-applet-timer/F-10 timer-applet-2.0.1-stop-pulsing.patch, NONE, 1.1 timer-applet-2.0.1-libnotify.patch, 1.1, NONE Message-ID: <20090104202834.41D0370130@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29780 Added Files: timer-applet-2.0.1-stop-pulsing.patch Removed Files: timer-applet-2.0.1-libnotify.patch Log Message: add the right patch timer-applet-2.0.1-stop-pulsing.patch: --- NEW FILE timer-applet-2.0.1-stop-pulsing.patch --- --- timer-applet-2.0.1-orig/src/timerapplet/ui/Notifier.py 2007-04-27 21:31:03.000000000 -0400 +++ timer-applet-2.0.1/src/timerapplet/ui/Notifier.py 2008-12-24 11:04:52.000000000 -0500 @@ -25,12 +25,16 @@ if self._timeout_id is not None: gobject.source_remove(self._timeout_id) self._timeout_id = None - self._notify.disconnect(self._handler_id) - self._handler_id = None - self._notify.close() - self._notify = None + if self._handler_id is not None: + self._notify.disconnect(self._handler_id) + self._handler_id = None + try: + self._notify.close() + self._notify = None + except: + pass - def _on_notification_closed(self, notification, get_reminder_message_func): + def _on_notification_closed(self, notification, reason, get_reminder_message_func): self._timeout_id = gobject.timeout_add(Notifier._NOTIFICATION_REDISPLAY_INTERVAL_SECONDS * 1000, self._on_notification_redisplay_timeout, get_reminder_message_func) --- timer-applet-2.0.1-libnotify.patch DELETED --- From kevin at fedoraproject.org Sun Jan 4 20:28:40 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:28:40 +0000 (UTC) Subject: rpms/conspy - New directory Message-ID: <20090104202840.2422770130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/conspy In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsy29824/rpms/conspy Log Message: Directory /cvs/pkgs/rpms/conspy added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:28:25 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:28:25 +0000 Subject: [pkgdb] conspy (Fedora, 10) updated by kevin Message-ID: <20090104202827.26B62208D57@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for conspy kevin has set commit to Approved for provenpackager on conspy (Fedora 10) kevin has set build to Approved for provenpackager on conspy (Fedora 10) kevin has set checkout to Approved for provenpackager on conspy (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/conspy From kevin at fedoraproject.org Sun Jan 4 20:28:40 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:28:40 +0000 (UTC) Subject: rpms/conspy/devel - New directory Message-ID: <20090104202840.5F11770130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/conspy/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsy29824/rpms/conspy/devel Log Message: Directory /cvs/pkgs/rpms/conspy/devel added to the repository From kevin at fedoraproject.org Sun Jan 4 20:28:56 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:28:56 +0000 (UTC) Subject: rpms/conspy Makefile,NONE,1.1 Message-ID: <20090104202856.11C6470130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/conspy In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsy29824/rpms/conspy Added Files: Makefile Log Message: Setup of module conspy --- NEW FILE Makefile --- # Top level Makefile for module conspy all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:28:56 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:28:56 +0000 (UTC) Subject: rpms/conspy/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104202856.9096470130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/conspy/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsy29824/rpms/conspy/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module conspy --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: conspy # $Id: Makefile,v 1.1 2009/01/04 20:28:56 kevin Exp $ NAME := conspy SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:29:27 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:29:27 +0000 Subject: [pkgdb] xfce4-screenshooter was added for cwickert Message-ID: <20090104202927.D106720873B@bastion.fedora.phx.redhat.com> kevin has added Package xfce4-screenshooter with summary Screenshot utility for the Xfce desktop kevin has approved Package xfce4-screenshooter kevin has added a Fedora devel branch for xfce4-screenshooter with an owner of cwickert kevin has approved xfce4-screenshooter in Fedora devel kevin has approved Package xfce4-screenshooter kevin has set commit to Approved for provenpackager on xfce4-screenshooter (Fedora devel) kevin has set build to Approved for provenpackager on xfce4-screenshooter (Fedora devel) kevin has set checkout to Approved for provenpackager on xfce4-screenshooter (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/xfce4-screenshooter From pkgdb at fedoraproject.org Sun Jan 4 20:29:29 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:29:29 +0000 Subject: [pkgdb] xfce4-screenshooter (Fedora, 10) updated by kevin Message-ID: <20090104202929.EC796208D50@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for xfce4-screenshooter kevin has set commit to Approved for provenpackager on xfce4-screenshooter (Fedora 10) kevin has set build to Approved for provenpackager on xfce4-screenshooter (Fedora 10) kevin has set checkout to Approved for provenpackager on xfce4-screenshooter (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/xfce4-screenshooter From kevin at fedoraproject.org Sun Jan 4 20:29:43 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:29:43 +0000 (UTC) Subject: rpms/xfce4-screenshooter - New directory Message-ID: <20090104202943.2D2FC70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/xfce4-screenshooter In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsk30208/rpms/xfce4-screenshooter Log Message: Directory /cvs/pkgs/rpms/xfce4-screenshooter added to the repository From kevin at fedoraproject.org Sun Jan 4 20:29:43 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:29:43 +0000 (UTC) Subject: rpms/xfce4-screenshooter/devel - New directory Message-ID: <20090104202943.72B3F70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/xfce4-screenshooter/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsk30208/rpms/xfce4-screenshooter/devel Log Message: Directory /cvs/pkgs/rpms/xfce4-screenshooter/devel added to the repository From kevin at fedoraproject.org Sun Jan 4 20:30:02 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:30:02 +0000 (UTC) Subject: rpms/xfce4-screenshooter/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104203002.E706470130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/xfce4-screenshooter/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsk30208/rpms/xfce4-screenshooter/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module xfce4-screenshooter --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: xfce4-screenshooter # $Id: Makefile,v 1.1 2009/01/04 20:30:02 kevin Exp $ NAME := xfce4-screenshooter SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From kevin at fedoraproject.org Sun Jan 4 20:30:02 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:30:02 +0000 (UTC) Subject: rpms/xfce4-screenshooter Makefile,NONE,1.1 Message-ID: <20090104203002.4668270130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/xfce4-screenshooter In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsk30208/rpms/xfce4-screenshooter Added Files: Makefile Log Message: Setup of module xfce4-screenshooter --- NEW FILE Makefile --- # Top level Makefile for module xfce4-screenshooter all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From pkgdb at fedoraproject.org Sun Jan 4 20:31:04 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:31:04 +0000 Subject: [pkgdb] perl-Directory-Scratch-Structured was added for cweyl Message-ID: <20090104203104.C377E20873B@bastion.fedora.phx.redhat.com> kevin has added Package perl-Directory-Scratch-Structured with summary Creates temporary files and directories from a structured description kevin has approved Package perl-Directory-Scratch-Structured kevin has added a Fedora devel branch for perl-Directory-Scratch-Structured with an owner of cweyl kevin has approved perl-Directory-Scratch-Structured in Fedora devel kevin has approved Package perl-Directory-Scratch-Structured kevin has set commit to Approved for provenpackager on perl-Directory-Scratch-Structured (Fedora devel) kevin has set build to Approved for provenpackager on perl-Directory-Scratch-Structured (Fedora devel) kevin has set checkout to Approved for provenpackager on perl-Directory-Scratch-Structured (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Directory-Scratch-Structured From pkgdb at fedoraproject.org Sun Jan 4 20:31:06 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:31:06 +0000 Subject: [pkgdb] perl-Directory-Scratch-Structured (Fedora, 9) updated by kevin Message-ID: <20090104203106.402F0208D50@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for perl-Directory-Scratch-Structured kevin has set commit to Approved for provenpackager on perl-Directory-Scratch-Structured (Fedora 9) kevin has set build to Approved for provenpackager on perl-Directory-Scratch-Structured (Fedora 9) kevin has set checkout to Approved for provenpackager on perl-Directory-Scratch-Structured (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Directory-Scratch-Structured From kevin at fedoraproject.org Sun Jan 4 20:31:28 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:31:28 +0000 (UTC) Subject: rpms/perl-Directory-Scratch-Structured - New directory Message-ID: <20090104203128.B4BD870130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/perl-Directory-Scratch-Structured In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsH30712/rpms/perl-Directory-Scratch-Structured Log Message: Directory /cvs/pkgs/rpms/perl-Directory-Scratch-Structured added to the repository From kevin at fedoraproject.org Sun Jan 4 20:31:29 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:31:29 +0000 (UTC) Subject: rpms/perl-Directory-Scratch-Structured/devel - New directory Message-ID: <20090104203129.A2AE170130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/perl-Directory-Scratch-Structured/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsH30712/rpms/perl-Directory-Scratch-Structured/devel Log Message: Directory /cvs/pkgs/rpms/perl-Directory-Scratch-Structured/devel added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:31:06 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:31:06 +0000 Subject: [pkgdb] perl-Directory-Scratch-Structured (Fedora, 10) updated by kevin Message-ID: <20090104203106.536FF208D53@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for perl-Directory-Scratch-Structured kevin has set commit to Approved for provenpackager on perl-Directory-Scratch-Structured (Fedora 10) kevin has set build to Approved for provenpackager on perl-Directory-Scratch-Structured (Fedora 10) kevin has set checkout to Approved for provenpackager on perl-Directory-Scratch-Structured (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Directory-Scratch-Structured From kevin at fedoraproject.org Sun Jan 4 20:31:55 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:31:55 +0000 (UTC) Subject: rpms/perl-Directory-Scratch-Structured Makefile,NONE,1.1 Message-ID: <20090104203155.1105870130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/perl-Directory-Scratch-Structured In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsH30712/rpms/perl-Directory-Scratch-Structured Added Files: Makefile Log Message: Setup of module perl-Directory-Scratch-Structured --- NEW FILE Makefile --- # Top level Makefile for module perl-Directory-Scratch-Structured all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:31:55 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:31:55 +0000 (UTC) Subject: rpms/perl-Directory-Scratch-Structured/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104203155.C625D70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/perl-Directory-Scratch-Structured/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsH30712/rpms/perl-Directory-Scratch-Structured/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Directory-Scratch-Structured --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: perl-Directory-Scratch-Structured # $Id: Makefile,v 1.1 2009/01/04 20:31:55 kevin Exp $ NAME := perl-Directory-Scratch-Structured SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:32:42 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:32:42 +0000 Subject: [pkgdb] linsmith was added for chitlesh Message-ID: <20090104203242.81DD5208D50@bastion.fedora.phx.redhat.com> kevin has added Package linsmith with summary a Smith Charting program kevin has approved Package linsmith kevin has added a Fedora devel branch for linsmith with an owner of chitlesh kevin has approved linsmith in Fedora devel kevin has approved Package linsmith kevin has set commit to Approved for provenpackager on linsmith (Fedora devel) kevin has set build to Approved for provenpackager on linsmith (Fedora devel) kevin has set checkout to Approved for provenpackager on linsmith (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/linsmith From pkgdb at fedoraproject.org Sun Jan 4 20:32:48 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:32:48 +0000 Subject: [pkgdb] linsmith (Fedora, 9) updated by kevin Message-ID: <20090104203249.08873208D52@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for linsmith kevin has set commit to Approved for provenpackager on linsmith (Fedora 9) kevin has set build to Approved for provenpackager on linsmith (Fedora 9) kevin has set checkout to Approved for provenpackager on linsmith (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/linsmith From pkgdb at fedoraproject.org Sun Jan 4 20:32:48 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:32:48 +0000 Subject: [pkgdb] linsmith (Fedora EPEL, 5) updated by kevin Message-ID: <20090104203249.DE250208D53@bastion.fedora.phx.redhat.com> kevin added a Fedora EPEL 5 branch for linsmith kevin has set commit to Approved for provenpackager on linsmith (Fedora EPEL 5) kevin has set build to Approved for provenpackager on linsmith (Fedora EPEL 5) kevin has set checkout to Approved for provenpackager on linsmith (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/linsmith From kevin at fedoraproject.org Sun Jan 4 20:33:01 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:33:01 +0000 (UTC) Subject: rpms/linsmith - New directory Message-ID: <20090104203301.3565870130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/linsmith In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvso31255/rpms/linsmith Log Message: Directory /cvs/pkgs/rpms/linsmith added to the repository From kevin at fedoraproject.org Sun Jan 4 20:33:01 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:33:01 +0000 (UTC) Subject: rpms/linsmith/devel - New directory Message-ID: <20090104203301.6FE5B70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/linsmith/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvso31255/rpms/linsmith/devel Log Message: Directory /cvs/pkgs/rpms/linsmith/devel added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:32:48 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:32:48 +0000 Subject: [pkgdb] linsmith (Fedora, 10) updated by kevin Message-ID: <20090104203250.84A49208D5A@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for linsmith kevin has set commit to Approved for provenpackager on linsmith (Fedora 10) kevin has set build to Approved for provenpackager on linsmith (Fedora 10) kevin has set checkout to Approved for provenpackager on linsmith (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/linsmith From kevin at fedoraproject.org Sun Jan 4 20:33:18 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:33:18 +0000 (UTC) Subject: rpms/linsmith Makefile,NONE,1.1 Message-ID: <20090104203318.6411C70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/linsmith In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvso31255/rpms/linsmith Added Files: Makefile Log Message: Setup of module linsmith --- NEW FILE Makefile --- # Top level Makefile for module linsmith all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:33:18 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:33:18 +0000 (UTC) Subject: rpms/linsmith/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104203318.C566C70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/linsmith/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvso31255/rpms/linsmith/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module linsmith --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: linsmith # $Id: Makefile,v 1.1 2009/01/04 20:33:18 kevin Exp $ NAME := linsmith SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:36:20 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:36:20 +0000 Subject: [pkgdb] pfstools was added for drepper Message-ID: <20090104203620.5D8E620873E@bastion.fedora.phx.redhat.com> kevin has added Package pfstools with summary Programs for handling high-dynamic range images kevin has approved Package pfstools kevin has added a Fedora devel branch for pfstools with an owner of drepper kevin has approved pfstools in Fedora devel kevin has approved Package pfstools kevin has set commit to Approved for provenpackager on pfstools (Fedora devel) kevin has set build to Approved for provenpackager on pfstools (Fedora devel) kevin has set checkout to Approved for provenpackager on pfstools (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pfstools From pkgdb at fedoraproject.org Sun Jan 4 20:36:21 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:36:21 +0000 Subject: [pkgdb] pfstools (Fedora, 9) updated by kevin Message-ID: <20090104203621.E218B208D51@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for pfstools kevin has set commit to Approved for provenpackager on pfstools (Fedora 9) kevin has set build to Approved for provenpackager on pfstools (Fedora 9) kevin has set checkout to Approved for provenpackager on pfstools (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pfstools From kevin at fedoraproject.org Sun Jan 4 20:36:36 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:36:36 +0000 (UTC) Subject: rpms/pfstools/devel - New directory Message-ID: <20090104203636.71AF67013F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pfstools/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsw32317/rpms/pfstools/devel Log Message: Directory /cvs/pkgs/rpms/pfstools/devel added to the repository From kevin at fedoraproject.org Sun Jan 4 20:36:36 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:36:36 +0000 (UTC) Subject: rpms/pfstools - New directory Message-ID: <20090104203636.36BB670130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pfstools In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsw32317/rpms/pfstools Log Message: Directory /cvs/pkgs/rpms/pfstools added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:36:21 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:36:21 +0000 Subject: [pkgdb] pfstools (Fedora, 10) updated by kevin Message-ID: <20090104203622.021EB208D55@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for pfstools kevin has set commit to Approved for provenpackager on pfstools (Fedora 10) kevin has set build to Approved for provenpackager on pfstools (Fedora 10) kevin has set checkout to Approved for provenpackager on pfstools (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pfstools From kevin at fedoraproject.org Sun Jan 4 20:36:52 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:36:52 +0000 (UTC) Subject: rpms/pfstools Makefile,NONE,1.1 Message-ID: <20090104203652.0ECB670130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pfstools In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsw32317/rpms/pfstools Added Files: Makefile Log Message: Setup of module pfstools --- NEW FILE Makefile --- # Top level Makefile for module pfstools all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:36:52 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:36:52 +0000 (UTC) Subject: rpms/pfstools/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104203652.5291D70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pfstools/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsw32317/rpms/pfstools/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pfstools --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: pfstools # $Id: Makefile,v 1.1 2009/01/04 20:36:52 kevin Exp $ NAME := pfstools SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:37:27 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:37:27 +0000 Subject: [pkgdb] mr was added for fab Message-ID: <20090104203727.6F4D820873E@bastion.fedora.phx.redhat.com> kevin has added Package mr with summary A multiple repository management tool kevin has approved Package mr kevin has added a Fedora devel branch for mr with an owner of fab kevin has approved mr in Fedora devel kevin has approved Package mr kevin has set commit to Approved for provenpackager on mr (Fedora devel) kevin has set build to Approved for provenpackager on mr (Fedora devel) kevin has set checkout to Approved for provenpackager on mr (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mr From pkgdb at fedoraproject.org Sun Jan 4 20:37:29 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:37:29 +0000 Subject: [pkgdb] mr (Fedora, 9) updated by kevin Message-ID: <20090104203729.2FE5A208D51@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for mr kevin has set commit to Approved for provenpackager on mr (Fedora 9) kevin has set build to Approved for provenpackager on mr (Fedora 9) kevin has set checkout to Approved for provenpackager on mr (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mr From kevin at fedoraproject.org Sun Jan 4 20:37:42 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:37:42 +0000 (UTC) Subject: rpms/mr - New directory Message-ID: <20090104203742.325E670130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mr In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsN32760/rpms/mr Log Message: Directory /cvs/pkgs/rpms/mr added to the repository From kevin at fedoraproject.org Sun Jan 4 20:37:42 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:37:42 +0000 (UTC) Subject: rpms/mr/devel - New directory Message-ID: <20090104203742.72FF370130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mr/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsN32760/rpms/mr/devel Log Message: Directory /cvs/pkgs/rpms/mr/devel added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:37:29 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:37:29 +0000 Subject: [pkgdb] mr (Fedora, 10) updated by kevin Message-ID: <20090104203729.3BA6B208D55@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for mr kevin has set commit to Approved for provenpackager on mr (Fedora 10) kevin has set build to Approved for provenpackager on mr (Fedora 10) kevin has set checkout to Approved for provenpackager on mr (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mr From kevin at fedoraproject.org Sun Jan 4 20:38:00 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:38:00 +0000 (UTC) Subject: rpms/mr Makefile,NONE,1.1 Message-ID: <20090104203800.3C8E47013F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mr In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsN32760/rpms/mr Added Files: Makefile Log Message: Setup of module mr --- NEW FILE Makefile --- # Top level Makefile for module mr all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:38:00 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:38:00 +0000 (UTC) Subject: rpms/mr/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104203800.9F1587013F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mr/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsN32760/rpms/mr/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module mr --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: mr # $Id: Makefile,v 1.1 2009/01/04 20:38:00 kevin Exp $ NAME := mr SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:39:08 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:39:08 +0000 Subject: [pkgdb] screenie was added for fab Message-ID: <20090104203908.5BE04208D4F@bastion.fedora.phx.redhat.com> kevin has added Package screenie with summary A small and lightweight screen wrapper kevin has approved Package screenie kevin has added a Fedora devel branch for screenie with an owner of fab kevin has approved screenie in Fedora devel kevin has approved Package screenie kevin has set commit to Approved for provenpackager on screenie (Fedora devel) kevin has set build to Approved for provenpackager on screenie (Fedora devel) kevin has set checkout to Approved for provenpackager on screenie (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/screenie From pkgdb at fedoraproject.org Sun Jan 4 20:39:10 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:39:10 +0000 Subject: [pkgdb] screenie (Fedora, 9) updated by kevin Message-ID: <20090104203910.256CF208D52@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for screenie kevin has set commit to Approved for provenpackager on screenie (Fedora 9) kevin has set build to Approved for provenpackager on screenie (Fedora 9) kevin has set checkout to Approved for provenpackager on screenie (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/screenie From kevin at fedoraproject.org Sun Jan 4 20:39:25 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:39:25 +0000 (UTC) Subject: rpms/screenie - New directory Message-ID: <20090104203925.2985C7013F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/screenie In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsFT1468/rpms/screenie Log Message: Directory /cvs/pkgs/rpms/screenie added to the repository From kevin at fedoraproject.org Sun Jan 4 20:39:25 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:39:25 +0000 (UTC) Subject: rpms/screenie/devel - New directory Message-ID: <20090104203925.7B35E7013F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/screenie/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsFT1468/rpms/screenie/devel Log Message: Directory /cvs/pkgs/rpms/screenie/devel added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:39:10 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:39:10 +0000 Subject: [pkgdb] screenie (Fedora, 10) updated by kevin Message-ID: <20090104203910.3537E208D57@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for screenie kevin has set commit to Approved for provenpackager on screenie (Fedora 10) kevin has set build to Approved for provenpackager on screenie (Fedora 10) kevin has set checkout to Approved for provenpackager on screenie (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/screenie From kevin at fedoraproject.org Sun Jan 4 20:39:46 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:39:46 +0000 (UTC) Subject: rpms/screenie Makefile,NONE,1.1 Message-ID: <20090104203946.D662E7013F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/screenie In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsFT1468/rpms/screenie Added Files: Makefile Log Message: Setup of module screenie --- NEW FILE Makefile --- # Top level Makefile for module screenie all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:39:47 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:39:47 +0000 (UTC) Subject: rpms/screenie/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104203947.42F7F7013F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/screenie/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsFT1468/rpms/screenie/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module screenie --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: screenie # $Id: Makefile,v 1.1 2009/01/04 20:39:47 kevin Exp $ NAME := screenie SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:40:00 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:40:00 +0000 Subject: [pkgdb] hyphen-fr was added for caolanm Message-ID: <20090104204000.46831208D53@bastion.fedora.phx.redhat.com> kevin has added Package hyphen-fr with summary French hyphenation rules kevin has approved Package hyphen-fr kevin has added a Fedora devel branch for hyphen-fr with an owner of caolanm kevin has approved hyphen-fr in Fedora devel kevin has approved Package hyphen-fr kevin has set commit to Approved for provenpackager on hyphen-fr (Fedora devel) kevin has set build to Approved for provenpackager on hyphen-fr (Fedora devel) kevin has set checkout to Approved for provenpackager on hyphen-fr (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/hyphen-fr From kevin at fedoraproject.org Sun Jan 4 20:40:14 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:40:14 +0000 (UTC) Subject: rpms/hyphen-fr - New directory Message-ID: <20090104204014.351227013F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/hyphen-fr In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvswJ2233/rpms/hyphen-fr Log Message: Directory /cvs/pkgs/rpms/hyphen-fr added to the repository From kevin at fedoraproject.org Sun Jan 4 20:40:14 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:40:14 +0000 (UTC) Subject: rpms/hyphen-fr/devel - New directory Message-ID: <20090104204014.ADF657013F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/hyphen-fr/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvswJ2233/rpms/hyphen-fr/devel Log Message: Directory /cvs/pkgs/rpms/hyphen-fr/devel added to the repository From kevin at fedoraproject.org Sun Jan 4 20:40:34 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:40:34 +0000 (UTC) Subject: rpms/hyphen-fr Makefile,NONE,1.1 Message-ID: <20090104204034.6547970140@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/hyphen-fr In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvswJ2233/rpms/hyphen-fr Added Files: Makefile Log Message: Setup of module hyphen-fr --- NEW FILE Makefile --- # Top level Makefile for module hyphen-fr all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:40:34 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:40:34 +0000 (UTC) Subject: rpms/hyphen-fr/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104204034.E934070140@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/hyphen-fr/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvswJ2233/rpms/hyphen-fr/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module hyphen-fr --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: hyphen-fr # $Id: Makefile,v 1.1 2009/01/04 20:40:34 kevin Exp $ NAME := hyphen-fr SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:41:47 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:41:47 +0000 Subject: [pkgdb] gnaural was added for rakesh Message-ID: <20090104204147.70F5520873E@bastion.fedora.phx.redhat.com> kevin has added Package gnaural with summary A multi-platform programmable binaural-beat generator kevin has approved Package gnaural kevin has added a Fedora devel branch for gnaural with an owner of rakesh kevin has approved gnaural in Fedora devel kevin has approved Package gnaural kevin has set commit to Approved for provenpackager on gnaural (Fedora devel) kevin has set build to Approved for provenpackager on gnaural (Fedora devel) kevin has set checkout to Approved for provenpackager on gnaural (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gnaural From pkgdb at fedoraproject.org Sun Jan 4 20:41:49 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:41:49 +0000 Subject: [pkgdb] gnaural (Fedora, 9) updated by kevin Message-ID: <20090104204149.DD227208D51@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for gnaural kevin has set commit to Approved for provenpackager on gnaural (Fedora 9) kevin has set build to Approved for provenpackager on gnaural (Fedora 9) kevin has set checkout to Approved for provenpackager on gnaural (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gnaural From pkgdb at fedoraproject.org Sun Jan 4 20:41:49 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:41:49 +0000 Subject: [pkgdb] gnaural (Fedora, 10) updated by kevin Message-ID: <20090104204150.02737208D55@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for gnaural kevin has set commit to Approved for provenpackager on gnaural (Fedora 10) kevin has set build to Approved for provenpackager on gnaural (Fedora 10) kevin has set checkout to Approved for provenpackager on gnaural (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gnaural From kevin at fedoraproject.org Sun Jan 4 20:42:25 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:42:25 +0000 (UTC) Subject: rpms/gnaural - New directory Message-ID: <20090104204225.4088070140@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/gnaural In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsgL3957/rpms/gnaural Log Message: Directory /cvs/pkgs/rpms/gnaural added to the repository From kevin at fedoraproject.org Sun Jan 4 20:42:25 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:42:25 +0000 (UTC) Subject: rpms/gnaural/devel - New directory Message-ID: <20090104204225.B282F70140@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/gnaural/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsgL3957/rpms/gnaural/devel Log Message: Directory /cvs/pkgs/rpms/gnaural/devel added to the repository From kevin at fedoraproject.org Sun Jan 4 20:42:49 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:42:49 +0000 (UTC) Subject: rpms/gnaural Makefile,NONE,1.1 Message-ID: <20090104204249.D906B70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/gnaural In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsgL3957/rpms/gnaural Added Files: Makefile Log Message: Setup of module gnaural --- NEW FILE Makefile --- # Top level Makefile for module gnaural all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:42:50 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:42:50 +0000 (UTC) Subject: rpms/gnaural/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104204250.82F9770130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/gnaural/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsgL3957/rpms/gnaural/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gnaural --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: gnaural # $Id: Makefile,v 1.1 2009/01/04 20:42:50 kevin Exp $ NAME := gnaural SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:45:01 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:45:01 +0000 Subject: [pkgdb] javassist was added for red Message-ID: <20090104204501.8284720873E@bastion.fedora.phx.redhat.com> kevin has added Package javassist with summary The Java Programming Assistant provides simple Java bytecode manipulation kevin has approved Package javassist kevin has added a Fedora devel branch for javassist with an owner of red kevin has approved javassist in Fedora devel kevin has approved Package javassist kevin has set commit to Approved for provenpackager on javassist (Fedora devel) kevin has set build to Approved for provenpackager on javassist (Fedora devel) kevin has set checkout to Approved for provenpackager on javassist (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/javassist From pkgdb at fedoraproject.org Sun Jan 4 20:45:02 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:45:02 +0000 Subject: [pkgdb] javassist (Fedora, 9) updated by kevin Message-ID: <20090104204502.E82CA208D51@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for javassist kevin has set commit to Approved for provenpackager on javassist (Fedora 9) kevin has set build to Approved for provenpackager on javassist (Fedora 9) kevin has set checkout to Approved for provenpackager on javassist (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/javassist From kevin at fedoraproject.org Sun Jan 4 20:45:19 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:45:19 +0000 (UTC) Subject: rpms/javassist - New directory Message-ID: <20090104204519.4E58E70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/javassist In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsBX4991/rpms/javassist Log Message: Directory /cvs/pkgs/rpms/javassist added to the repository From kevin at fedoraproject.org Sun Jan 4 20:45:19 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:45:19 +0000 (UTC) Subject: rpms/javassist/devel - New directory Message-ID: <20090104204519.9F79970130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/javassist/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsBX4991/rpms/javassist/devel Log Message: Directory /cvs/pkgs/rpms/javassist/devel added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:45:02 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:45:02 +0000 Subject: [pkgdb] javassist (Fedora, 10) updated by kevin Message-ID: <20090104204503.0082B208D55@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for javassist kevin has set commit to Approved for provenpackager on javassist (Fedora 10) kevin has set build to Approved for provenpackager on javassist (Fedora 10) kevin has set checkout to Approved for provenpackager on javassist (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/javassist From kevin at fedoraproject.org Sun Jan 4 20:45:42 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:45:42 +0000 (UTC) Subject: rpms/javassist Makefile,NONE,1.1 Message-ID: <20090104204542.2602270130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/javassist In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsBX4991/rpms/javassist Added Files: Makefile Log Message: Setup of module javassist --- NEW FILE Makefile --- # Top level Makefile for module javassist all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:45:42 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:45:42 +0000 (UTC) Subject: rpms/javassist/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104204542.EBA3270130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/javassist/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsBX4991/rpms/javassist/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module javassist --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: javassist # $Id: Makefile,v 1.1 2009/01/04 20:45:42 kevin Exp $ NAME := javassist SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:47:16 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:47:16 +0000 Subject: [pkgdb] pnglite was added for lkundrak Message-ID: <20090104204716.59C3820873C@bastion.fedora.phx.redhat.com> kevin has added Package pnglite with summary A lightweight C library for loading PNG images kevin has approved Package pnglite kevin has added a Fedora devel branch for pnglite with an owner of lkundrak kevin has approved pnglite in Fedora devel kevin has approved Package pnglite kevin has set commit to Approved for provenpackager on pnglite (Fedora devel) kevin has set build to Approved for provenpackager on pnglite (Fedora devel) kevin has set checkout to Approved for provenpackager on pnglite (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pnglite From pkgdb at fedoraproject.org Sun Jan 4 20:47:18 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:47:18 +0000 Subject: [pkgdb] pnglite (Fedora EPEL, 5) updated by kevin Message-ID: <20090104204718.E30CF208D52@bastion.fedora.phx.redhat.com> kevin added a Fedora EPEL 5 branch for pnglite kevin has set commit to Approved for provenpackager on pnglite (Fedora EPEL 5) kevin has set build to Approved for provenpackager on pnglite (Fedora EPEL 5) kevin has set checkout to Approved for provenpackager on pnglite (Fedora EPEL 5) kevin approved watchbugzilla on pnglite (Fedora EPEL 5) for cassmodiah kevin approved watchcommits on pnglite (Fedora EPEL 5) for cassmodiah kevin approved commit on pnglite (Fedora EPEL 5) for cassmodiah kevin approved build on pnglite (Fedora EPEL 5) for cassmodiah kevin approved approveacls on pnglite (Fedora EPEL 5) for cassmodiah To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pnglite From pkgdb at fedoraproject.org Sun Jan 4 20:47:18 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:47:18 +0000 Subject: [pkgdb] pnglite (Fedora, 9) updated by kevin Message-ID: <20090104204718.F0FF8208D58@bastion.fedora.phx.redhat.com> kevin added a Fedora 9 branch for pnglite kevin has set commit to Approved for provenpackager on pnglite (Fedora 9) kevin has set build to Approved for provenpackager on pnglite (Fedora 9) kevin has set checkout to Approved for provenpackager on pnglite (Fedora 9) kevin approved watchbugzilla on pnglite (Fedora 9) for cassmodiah kevin approved watchcommits on pnglite (Fedora 9) for cassmodiah kevin approved commit on pnglite (Fedora 9) for cassmodiah kevin approved build on pnglite (Fedora 9) for cassmodiah kevin approved approveacls on pnglite (Fedora 9) for cassmodiah To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pnglite From pkgdb at fedoraproject.org Sun Jan 4 20:47:18 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:47:18 +0000 Subject: [pkgdb] pnglite (Fedora, 10) updated by kevin Message-ID: <20090104204719.60AE1208D60@bastion.fedora.phx.redhat.com> kevin added a Fedora 10 branch for pnglite kevin has set commit to Approved for provenpackager on pnglite (Fedora 10) kevin has set build to Approved for provenpackager on pnglite (Fedora 10) kevin has set checkout to Approved for provenpackager on pnglite (Fedora 10) kevin approved watchbugzilla on pnglite (Fedora 10) for cassmodiah kevin approved watchcommits on pnglite (Fedora 10) for cassmodiah kevin approved commit on pnglite (Fedora 10) for cassmodiah kevin approved build on pnglite (Fedora 10) for cassmodiah kevin approved approveacls on pnglite (Fedora 10) for cassmodiah To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pnglite From kevin at fedoraproject.org Sun Jan 4 20:47:33 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:47:33 +0000 (UTC) Subject: rpms/pnglite - New directory Message-ID: <20090104204733.25FA170130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pnglite In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsux5754/rpms/pnglite Log Message: Directory /cvs/pkgs/rpms/pnglite added to the repository From kevin at fedoraproject.org Sun Jan 4 20:47:33 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:47:33 +0000 (UTC) Subject: rpms/pnglite/devel - New directory Message-ID: <20090104204733.6C33470130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pnglite/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsux5754/rpms/pnglite/devel Log Message: Directory /cvs/pkgs/rpms/pnglite/devel added to the repository From pkgdb at fedoraproject.org Sun Jan 4 20:47:18 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:47:18 +0000 Subject: [pkgdb] pnglite (Fedora, devel) updated by kevin Message-ID: <20090104204719.91982208D7D@bastion.fedora.phx.redhat.com> kevin approved watchbugzilla on pnglite (Fedora devel) for cassmodiah kevin approved watchcommits on pnglite (Fedora devel) for cassmodiah kevin approved commit on pnglite (Fedora devel) for cassmodiah kevin approved build on pnglite (Fedora devel) for cassmodiah kevin approved approveacls on pnglite (Fedora devel) for cassmodiah To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pnglite From kevin at fedoraproject.org Sun Jan 4 20:47:53 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:47:53 +0000 (UTC) Subject: rpms/pnglite Makefile,NONE,1.1 Message-ID: <20090104204753.F062A70130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pnglite In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsux5754/rpms/pnglite Added Files: Makefile Log Message: Setup of module pnglite --- NEW FILE Makefile --- # Top level Makefile for module pnglite all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; From kevin at fedoraproject.org Sun Jan 4 20:47:54 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 20:47:54 +0000 (UTC) Subject: rpms/pnglite/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20090104204754.D0D1970130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pnglite/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsux5754/rpms/pnglite/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pnglite --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: pnglite # $Id: Makefile,v 1.1 2009/01/04 20:47:54 kevin Exp $ NAME := pnglite SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) ifeq ($(MAKEFILE_COMMON),) # attept a checkout define checkout-makefile-common test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 endef MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) endif include $(MAKEFILE_COMMON) --- NEW FILE sources --- From pkgdb at fedoraproject.org Sun Jan 4 20:48:20 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 20:48:20 +0000 Subject: [pkgdb] xqilla (Fedora EPEL, 5) updated by kevin Message-ID: <20090104204820.A2726208D52@bastion.fedora.phx.redhat.com> kevin added a Fedora EPEL 5 branch for xqilla kevin has set commit to Approved for provenpackager on xqilla (Fedora EPEL 5) kevin has set build to Approved for provenpackager on xqilla (Fedora EPEL 5) kevin has set checkout to Approved for provenpackager on xqilla (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/xqilla From rakesh at fedoraproject.org Sun Jan 4 21:02:13 2009 From: rakesh at fedoraproject.org (Rakesh Pandit) Date: Sun, 4 Jan 2009 21:02:13 +0000 (UTC) Subject: rpms/gnaural/devel gnaural.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104210213.586BF70130@cvs1.fedora.phx.redhat.com> Author: rakesh Update of /cvs/pkgs/rpms/gnaural/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10232/devel Modified Files: .cvsignore sources Added Files: gnaural.spec import.log Log Message: Initial import. --- NEW FILE gnaural.spec --- Name: gnaural Version: 1.0.20080808 Release: 5%{?dist} Summary: A multi-platform programmable binaural-beat generator Group: Applications/Multimedia License: GPLv2+ URL: http://gnaural.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, libglade2-devel, libsndfile-devel BuildRequires: portaudio-devel BuildRequires: desktop-file-utils Requires: hicolor-icon-theme %description Gnaural is a multi-platform programmable binaural-beat generator. It is actually brainwave entrainment software for creating binaural beats intended to be used as personal brainwave synchronization software, for scientific research, or by professionals. Gnaural allows for the creation of binaural beat tracks specifying different frequencies and exporting tracks into different audio formats. Gnaural runnings can also be linked over the internet, allowing synchronous sessions between many users. %prep %setup -q -n %{name}-%{version} %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT install -p -dm 755 $RPM_BUILD_ROOT/%{_datadir}/pixmaps install -p -dm 755 $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps install -p -m 644 pixmaps/%{name}-icon.xpm \ $RPM_BUILD_ROOT/%{_datadir}/pixmaps install -p -m 644 pixmaps/%{name}-icon.png \ $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps install -p -dm 755 $RPM_BUILD_ROOT/%{_datadir}/applications sed -i -e 's|^Categories=.*$|Categories=AudioVideo;AudioVideoEditing;|g' \ -e 's|^Encoding=UTF-8$||g' \ -e 's|^GenericName=Audio binaural beat editor/generator$||g' \ -e 's|^Icon=.*$|Icon=%{name}-icon|g' \ $RPM_BUILD_ROOT/%{_datadir}/gnome/apps/Multimedia/%{name}.desktop desktop-file-install \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/gnome/apps/Multimedia/%{name}.desktop rm -r $RPM_BUILD_ROOT%{_datadir}/gnome %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ] ; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ] ; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/%{name} %dir %{_datadir}/%{name} %{_datadir}/%{name}/%{name}.glade %dir %{_datadir}/%{name}/pixmaps %{_datadir}/%{name}/pixmaps/%{name}-icon.* %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}-icon.xpm %{_datadir}/icons/hicolor/48x48/apps/%{name}-icon.png %changelog * Mon Jan 05 2009 Rakesh Pandit 1.0.20080808-5 - Removed "Application" from .desktop Categories. * Sun Jan 04 2009 Rakesh Pandit 1.0.20080808-4 - Fixed missing -p for install command. * Sun Jan 04 2009 Rakesh Pandit 1.0.20080808-3 - Removed fedora as vendor - as per new guidelines. * Sun Jan 04 2009 Rakesh Pandit 1.0.20080808-2 - Fixed %%version, %%description, timestamp, fixed icon path, - Removed useless buildrequires, fixed .desktop file installation. * Sat Dec 06 2008 Rakesh Pandit 1.0-1.20080808 - Initial build. --- NEW FILE import.log --- gnaural-1_0_20080808-5_fc10:HEAD:gnaural-1.0.20080808-5.fc10.src.rpm:1231059719 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gnaural/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:42:50 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:01:42 -0000 1.2 @@ -0,0 +1 @@ +gnaural-1.0.20080808.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gnaural/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:42:50 -0000 1.1 +++ sources 4 Jan 2009 21:01:43 -0000 1.2 @@ -0,0 +1 @@ +66d6f8e17207c5ce8d8c4f3cabe8598a gnaural-1.0.20080808.tar.gz From rakesh at fedoraproject.org Sun Jan 4 21:03:59 2009 From: rakesh at fedoraproject.org (Rakesh Pandit) Date: Sun, 4 Jan 2009 21:03:59 +0000 (UTC) Subject: rpms/gnaural/F-10 gnaural.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104210359.99A8770130@cvs1.fedora.phx.redhat.com> Author: rakesh Update of /cvs/pkgs/rpms/gnaural/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10903/F-10 Modified Files: .cvsignore sources Added Files: gnaural.spec import.log Log Message: Initial import. --- NEW FILE gnaural.spec --- Name: gnaural Version: 1.0.20080808 Release: 5%{?dist} Summary: A multi-platform programmable binaural-beat generator Group: Applications/Multimedia License: GPLv2+ URL: http://gnaural.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, libglade2-devel, libsndfile-devel BuildRequires: portaudio-devel BuildRequires: desktop-file-utils Requires: hicolor-icon-theme %description Gnaural is a multi-platform programmable binaural-beat generator. It is actually brainwave entrainment software for creating binaural beats intended to be used as personal brainwave synchronization software, for scientific research, or by professionals. Gnaural allows for the creation of binaural beat tracks specifying different frequencies and exporting tracks into different audio formats. Gnaural runnings can also be linked over the internet, allowing synchronous sessions between many users. %prep %setup -q -n %{name}-%{version} %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT install -p -dm 755 $RPM_BUILD_ROOT/%{_datadir}/pixmaps install -p -dm 755 $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps install -p -m 644 pixmaps/%{name}-icon.xpm \ $RPM_BUILD_ROOT/%{_datadir}/pixmaps install -p -m 644 pixmaps/%{name}-icon.png \ $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps install -p -dm 755 $RPM_BUILD_ROOT/%{_datadir}/applications sed -i -e 's|^Categories=.*$|Categories=AudioVideo;AudioVideoEditing;|g' \ -e 's|^Encoding=UTF-8$||g' \ -e 's|^GenericName=Audio binaural beat editor/generator$||g' \ -e 's|^Icon=.*$|Icon=%{name}-icon|g' \ $RPM_BUILD_ROOT/%{_datadir}/gnome/apps/Multimedia/%{name}.desktop desktop-file-install \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/gnome/apps/Multimedia/%{name}.desktop rm -r $RPM_BUILD_ROOT%{_datadir}/gnome %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ] ; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ] ; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/%{name} %dir %{_datadir}/%{name} %{_datadir}/%{name}/%{name}.glade %dir %{_datadir}/%{name}/pixmaps %{_datadir}/%{name}/pixmaps/%{name}-icon.* %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}-icon.xpm %{_datadir}/icons/hicolor/48x48/apps/%{name}-icon.png %changelog * Mon Jan 05 2009 Rakesh Pandit 1.0.20080808-5 - Removed "Application" from .desktop Categories. * Sun Jan 04 2009 Rakesh Pandit 1.0.20080808-4 - Fixed missing -p for install command. * Sun Jan 04 2009 Rakesh Pandit 1.0.20080808-3 - Removed fedora as vendor - as per new guidelines. * Sun Jan 04 2009 Rakesh Pandit 1.0.20080808-2 - Fixed %%version, %%description, timestamp, fixed icon path, - Removed useless buildrequires, fixed .desktop file installation. * Sat Dec 06 2008 Rakesh Pandit 1.0-1.20080808 - Initial build. --- NEW FILE import.log --- gnaural-1_0_20080808-5_fc10:F-10:gnaural-1.0.20080808-5.fc10.src.rpm:1231059828 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gnaural/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:42:50 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:03:28 -0000 1.2 @@ -0,0 +1 @@ +gnaural-1.0.20080808.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gnaural/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:42:50 -0000 1.1 +++ sources 4 Jan 2009 21:03:29 -0000 1.2 @@ -0,0 +1 @@ +66d6f8e17207c5ce8d8c4f3cabe8598a gnaural-1.0.20080808.tar.gz From janderson at fedoraproject.org Sun Jan 4 21:04:26 2009 From: janderson at fedoraproject.org (John Anderson) Date: Sun, 4 Jan 2009 21:04:26 +0000 (UTC) Subject: rpms/mumbles/devel import.log, NONE, 1.1 mumbles-sitedir.patch, NONE, 1.1 mumbles.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104210426.7FF8A70130@cvs1.fedora.phx.redhat.com> Author: janderson Update of /cvs/pkgs/rpms/mumbles/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11082/devel Modified Files: .cvsignore sources Added Files: import.log mumbles-sitedir.patch mumbles.spec Log Message: Initial Import --- NEW FILE import.log --- mumbles-0_4-7_fc10:HEAD:mumbles-0.4-7.fc10.src.rpm:1231102993 mumbles-sitedir.patch: --- NEW FILE mumbles-sitedir.patch --- diff -uNr mumbles-0.4-orig/bin/mumbles mumbles-0.4/bin/mumbles --- mumbles-0.4-orig/bin/mumbles 2007-08-26 17:30:20.000000000 -0500 +++ mumbles-0.4/bin/mumbles 2008-11-18 09:01:36.000000000 -0600 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # THIS FILE IS PART OF THE MUMBLES PROJECT AND IS LICENSED UNDER THE GPL. # SEE THE 'COPYING' FILE FOR DETAILS @@ -8,7 +8,9 @@ #------------------------------------------------------------------------ import os, sys -sys.path.append("/usr/share/python-support/mumbles/src/") +from distutils.sysconfig import get_python_lib +syspath = get_python_lib(1)+"/mumbles" +sys.path.append(syspath) os.environ.setdefault("MUMBLES_PATH", "/usr/share/mumbles/") from MumblesGlobals import * diff -uNr mumbles-0.4-orig/bin/mumbles-send mumbles-0.4/bin/mumbles-send --- mumbles-0.4-orig/bin/mumbles-send 2007-08-28 22:17:51.000000000 -0500 +++ mumbles-0.4/bin/mumbles-send 2008-11-18 09:01:45.000000000 -0600 @@ -22,7 +22,10 @@ from socket import AF_INET, SOCK_DGRAM, socket from getpass import getpass -sys.path.append("/usr/share/python-support/mumbles/src/") +from distutils.sysconfig import get_python_lib +syspath = get_python_lib(1)+"/mumbles" +sys.path.append(syspath) +print "syspath: %s" % (syspath) os.environ.setdefault("MUMBLES_PATH", "/usr/share/mumbles/") from MumblesGlobals import * diff -uNr mumbles-0.4-orig/setup.py mumbles-0.4/setup.py --- mumbles-0.4-orig/setup.py 2007-08-29 20:42:56.000000000 -0500 +++ mumbles-0.4/setup.py 2008-11-16 10:07:07.000000000 -0600 @@ -17,7 +17,8 @@ license='GNU GPL', platforms='linux', scripts=['bin/mumbles', 'bin/mumbles-send'], - packages=['src'], + package_dir={'mumbles': 'src'}, + packages=['mumbles'], data_files=[ ('share/icons/hicolor/22x22/apps', ['src/ui/mumbles.png']), ('share/icons/hicolor/scalable/apps', ['src/ui/mumbles.svg']), --- NEW FILE mumbles.spec --- %{!?python_version: %define python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: mumbles Version: 0.4 Release: 7%{?dist} Summary: A plugin driven DBus based notification system for the Gnome desktop Group: User Interface/Desktops License: GPLv2 URL: http://www.mumbles-project.org Source0: http://downloads.sourceforge.net/mumbles/mumbles_%{version}-1.tar.gz # The default setup.py uses src as the python package name and doesn't # have the correct search path. Submitted upstream id #2307852 Patch0: mumbles-sitedir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python BuildRequires: python-setuptools-devel BuildRequires: desktop-file-utils BuildArch: noarch Requires: pygtk2 dbus dbus-python pycairo pygtk2-libglade %description Mumbles is a plugin driven, DBus based notification system written for the Gnome desktop. Similar to libnotify notifications and Growl for OSX, mumbles aims to provide a modern notification system for the GNU/Linux Desktop. %prep %setup -q -n mumbles-%{version} %patch0 -p1 -b .sitedir # small fix to avoid warning from desktop-file-install sed -i 's!mumbles.png!mumbles!' bin/mumbles.desktop %build CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --copy-name-to-generic-name \ --delete-original \ --remove-category=Application \ %{buildroot}%{_datadir}/applications/%{name}.desktop desktop-file-install \ --dir %{buildroot}%{_sysconfdir}/xdg/autostart \ --copy-name-to-generic-name \ --remove-category=Application \ --add-category="GNOME;GTK;TrayIcon;" \ --add-only-show-in="GNOME;XFCE;" \ %{buildroot}%{_datadir}/applications/%{name}.desktop %clean rm -rf %{buildroot} %post touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||: fi %postun touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||: fi %files %defattr(-,root,root,-) %doc COPYING AUTHORS README %{_bindir}/%{name} %{_bindir}/mumbles-send %{python_sitelib}/%{name}-%{version}-py%{python_version}.egg-info %{python_sitelib}/%{name}/ %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/pixmaps/%{name}.png %{_sysconfdir}/xdg/autostart/%{name}.desktop %changelog * Sat Jan 3 2009 John Anderson - 0.4-7 - Added desktop-file-install back * Sat Jan 3 2009 John Anderson - 0.4-6 - Fixes from review comments #12-15 - Corrected source0 timestamp - Changed group to User Interface/Desktops - Removed unneeded update-desktop-database - desktop-file-install cleanup * Tue Dec 23 2008 John Anderson - 0.4-5 - Added python version to files section for python 2.6 compatibility - Added fix for desktop file per comment #10 * Sun Dec 21 2008 John Anderson - 0.4-4 - Modified patch line per review comment #8 * Thu Nov 20 2008 John Anderson - 0.4-3 - Fixed buildroot macro per comment #5 * Wed Nov 19 2008 John Anderson - 0.4-2 - Changes from review comments #1 and #2 - macro cleanup - fixed BuildRequires * Fri Nov 14 2008 John Anderson - 0.4-1 - Initial build Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mumbles/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:19:30 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:03:55 -0000 1.2 @@ -0,0 +1 @@ +mumbles_0.4-1.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mumbles/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:19:30 -0000 1.1 +++ sources 4 Jan 2009 21:03:56 -0000 1.2 @@ -0,0 +1 @@ +a6b24223dc23e5022332586ffc454e84 mumbles_0.4-1.tar.gz From rakesh at fedoraproject.org Sun Jan 4 21:05:51 2009 From: rakesh at fedoraproject.org (Rakesh Pandit) Date: Sun, 4 Jan 2009 21:05:51 +0000 (UTC) Subject: rpms/gnaural/F-9 gnaural.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104210551.27DE170130@cvs1.fedora.phx.redhat.com> Author: rakesh Update of /cvs/pkgs/rpms/gnaural/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11607/F-9 Modified Files: .cvsignore sources Added Files: gnaural.spec import.log Log Message: Initial import. --- NEW FILE gnaural.spec --- Name: gnaural Version: 1.0.20080808 Release: 5%{?dist} Summary: A multi-platform programmable binaural-beat generator Group: Applications/Multimedia License: GPLv2+ URL: http://gnaural.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, libglade2-devel, libsndfile-devel BuildRequires: portaudio-devel BuildRequires: desktop-file-utils Requires: hicolor-icon-theme %description Gnaural is a multi-platform programmable binaural-beat generator. It is actually brainwave entrainment software for creating binaural beats intended to be used as personal brainwave synchronization software, for scientific research, or by professionals. Gnaural allows for the creation of binaural beat tracks specifying different frequencies and exporting tracks into different audio formats. Gnaural runnings can also be linked over the internet, allowing synchronous sessions between many users. %prep %setup -q -n %{name}-%{version} %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT install -p -dm 755 $RPM_BUILD_ROOT/%{_datadir}/pixmaps install -p -dm 755 $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps install -p -m 644 pixmaps/%{name}-icon.xpm \ $RPM_BUILD_ROOT/%{_datadir}/pixmaps install -p -m 644 pixmaps/%{name}-icon.png \ $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/48x48/apps install -p -dm 755 $RPM_BUILD_ROOT/%{_datadir}/applications sed -i -e 's|^Categories=.*$|Categories=AudioVideo;AudioVideoEditing;|g' \ -e 's|^Encoding=UTF-8$||g' \ -e 's|^GenericName=Audio binaural beat editor/generator$||g' \ -e 's|^Icon=.*$|Icon=%{name}-icon|g' \ $RPM_BUILD_ROOT/%{_datadir}/gnome/apps/Multimedia/%{name}.desktop desktop-file-install \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/gnome/apps/Multimedia/%{name}.desktop rm -r $RPM_BUILD_ROOT%{_datadir}/gnome %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ] ; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ] ; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/%{name} %dir %{_datadir}/%{name} %{_datadir}/%{name}/%{name}.glade %dir %{_datadir}/%{name}/pixmaps %{_datadir}/%{name}/pixmaps/%{name}-icon.* %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}-icon.xpm %{_datadir}/icons/hicolor/48x48/apps/%{name}-icon.png %changelog * Mon Jan 05 2009 Rakesh Pandit 1.0.20080808-5 - Removed "Application" from .desktop Categories. * Sun Jan 04 2009 Rakesh Pandit 1.0.20080808-4 - Fixed missing -p for install command. * Sun Jan 04 2009 Rakesh Pandit 1.0.20080808-3 - Removed fedora as vendor - as per new guidelines. * Sun Jan 04 2009 Rakesh Pandit 1.0.20080808-2 - Fixed %%version, %%description, timestamp, fixed icon path, - Removed useless buildrequires, fixed .desktop file installation. * Sat Dec 06 2008 Rakesh Pandit 1.0-1.20080808 - Initial build. --- NEW FILE import.log --- gnaural-1_0_20080808-5_fc10:F-9:gnaural-1.0.20080808-5.fc10.src.rpm:1231059935 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gnaural/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:42:50 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:05:18 -0000 1.2 @@ -0,0 +1 @@ +gnaural-1.0.20080808.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gnaural/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:42:50 -0000 1.1 +++ sources 4 Jan 2009 21:05:19 -0000 1.2 @@ -0,0 +1 @@ +66d6f8e17207c5ce8d8c4f3cabe8598a gnaural-1.0.20080808.tar.gz From janderson at fedoraproject.org Sun Jan 4 21:06:22 2009 From: janderson at fedoraproject.org (John Anderson) Date: Sun, 4 Jan 2009 21:06:22 +0000 (UTC) Subject: rpms/mumbles/F-10 import.log, NONE, 1.1 mumbles-sitedir.patch, NONE, 1.1 mumbles.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104210622.6891970130@cvs1.fedora.phx.redhat.com> Author: janderson Update of /cvs/pkgs/rpms/mumbles/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11949/F-10 Modified Files: .cvsignore sources Added Files: import.log mumbles-sitedir.patch mumbles.spec Log Message: Initial Import F-10 --- NEW FILE import.log --- mumbles-0_4-7_fc10:F-10:mumbles-0.4-7.fc10.src.rpm:1231103124 mumbles-sitedir.patch: --- NEW FILE mumbles-sitedir.patch --- diff -uNr mumbles-0.4-orig/bin/mumbles mumbles-0.4/bin/mumbles --- mumbles-0.4-orig/bin/mumbles 2007-08-26 17:30:20.000000000 -0500 +++ mumbles-0.4/bin/mumbles 2008-11-18 09:01:36.000000000 -0600 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # THIS FILE IS PART OF THE MUMBLES PROJECT AND IS LICENSED UNDER THE GPL. # SEE THE 'COPYING' FILE FOR DETAILS @@ -8,7 +8,9 @@ #------------------------------------------------------------------------ import os, sys -sys.path.append("/usr/share/python-support/mumbles/src/") +from distutils.sysconfig import get_python_lib +syspath = get_python_lib(1)+"/mumbles" +sys.path.append(syspath) os.environ.setdefault("MUMBLES_PATH", "/usr/share/mumbles/") from MumblesGlobals import * diff -uNr mumbles-0.4-orig/bin/mumbles-send mumbles-0.4/bin/mumbles-send --- mumbles-0.4-orig/bin/mumbles-send 2007-08-28 22:17:51.000000000 -0500 +++ mumbles-0.4/bin/mumbles-send 2008-11-18 09:01:45.000000000 -0600 @@ -22,7 +22,10 @@ from socket import AF_INET, SOCK_DGRAM, socket from getpass import getpass -sys.path.append("/usr/share/python-support/mumbles/src/") +from distutils.sysconfig import get_python_lib +syspath = get_python_lib(1)+"/mumbles" +sys.path.append(syspath) +print "syspath: %s" % (syspath) os.environ.setdefault("MUMBLES_PATH", "/usr/share/mumbles/") from MumblesGlobals import * diff -uNr mumbles-0.4-orig/setup.py mumbles-0.4/setup.py --- mumbles-0.4-orig/setup.py 2007-08-29 20:42:56.000000000 -0500 +++ mumbles-0.4/setup.py 2008-11-16 10:07:07.000000000 -0600 @@ -17,7 +17,8 @@ license='GNU GPL', platforms='linux', scripts=['bin/mumbles', 'bin/mumbles-send'], - packages=['src'], + package_dir={'mumbles': 'src'}, + packages=['mumbles'], data_files=[ ('share/icons/hicolor/22x22/apps', ['src/ui/mumbles.png']), ('share/icons/hicolor/scalable/apps', ['src/ui/mumbles.svg']), --- NEW FILE mumbles.spec --- %{!?python_version: %define python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: mumbles Version: 0.4 Release: 7%{?dist} Summary: A plugin driven DBus based notification system for the Gnome desktop Group: User Interface/Desktops License: GPLv2 URL: http://www.mumbles-project.org Source0: http://downloads.sourceforge.net/mumbles/mumbles_%{version}-1.tar.gz # The default setup.py uses src as the python package name and doesn't # have the correct search path. Submitted upstream id #2307852 Patch0: mumbles-sitedir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python BuildRequires: python-setuptools-devel BuildRequires: desktop-file-utils BuildArch: noarch Requires: pygtk2 dbus dbus-python pycairo pygtk2-libglade %description Mumbles is a plugin driven, DBus based notification system written for the Gnome desktop. Similar to libnotify notifications and Growl for OSX, mumbles aims to provide a modern notification system for the GNU/Linux Desktop. %prep %setup -q -n mumbles-%{version} %patch0 -p1 -b .sitedir # small fix to avoid warning from desktop-file-install sed -i 's!mumbles.png!mumbles!' bin/mumbles.desktop %build CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root %{buildroot} desktop-file-install \ --dir %{buildroot}%{_datadir}/applications \ --copy-name-to-generic-name \ --delete-original \ --remove-category=Application \ %{buildroot}%{_datadir}/applications/%{name}.desktop desktop-file-install \ --dir %{buildroot}%{_sysconfdir}/xdg/autostart \ --copy-name-to-generic-name \ --remove-category=Application \ --add-category="GNOME;GTK;TrayIcon;" \ --add-only-show-in="GNOME;XFCE;" \ %{buildroot}%{_datadir}/applications/%{name}.desktop %clean rm -rf %{buildroot} %post touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||: fi %postun touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||: fi %files %defattr(-,root,root,-) %doc COPYING AUTHORS README %{_bindir}/%{name} %{_bindir}/mumbles-send %{python_sitelib}/%{name}-%{version}-py%{python_version}.egg-info %{python_sitelib}/%{name}/ %{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/pixmaps/%{name}.png %{_sysconfdir}/xdg/autostart/%{name}.desktop %changelog * Sat Jan 3 2009 John Anderson - 0.4-7 - Added desktop-file-install back * Sat Jan 3 2009 John Anderson - 0.4-6 - Fixes from review comments #12-15 - Corrected source0 timestamp - Changed group to User Interface/Desktops - Removed unneeded update-desktop-database - desktop-file-install cleanup * Tue Dec 23 2008 John Anderson - 0.4-5 - Added python version to files section for python 2.6 compatibility - Added fix for desktop file per comment #10 * Sun Dec 21 2008 John Anderson - 0.4-4 - Modified patch line per review comment #8 * Thu Nov 20 2008 John Anderson - 0.4-3 - Fixed buildroot macro per comment #5 * Wed Nov 19 2008 John Anderson - 0.4-2 - Changes from review comments #1 and #2 - macro cleanup - fixed BuildRequires * Fri Nov 14 2008 John Anderson - 0.4-1 - Initial build Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mumbles/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:19:30 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:05:49 -0000 1.2 @@ -0,0 +1 @@ +mumbles_0.4-1.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mumbles/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:19:30 -0000 1.1 +++ sources 4 Jan 2009 21:05:52 -0000 1.2 @@ -0,0 +1 @@ +a6b24223dc23e5022332586ffc454e84 mumbles_0.4-1.tar.gz From janderson at fedoraproject.org Sun Jan 4 21:10:35 2009 From: janderson at fedoraproject.org (John Anderson) Date: Sun, 4 Jan 2009 21:10:35 +0000 (UTC) Subject: rpms/mumbles/F-10 mumbles.spec,1.1,1.2 Message-ID: <20090104211035.E743570130@cvs1.fedora.phx.redhat.com> Author: janderson Update of /cvs/pkgs/rpms/mumbles/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12879 Modified Files: mumbles.spec Log Message: Updating spec per comment #20 Index: mumbles.spec =================================================================== RCS file: /cvs/pkgs/rpms/mumbles/F-10/mumbles.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mumbles.spec 4 Jan 2009 21:05:52 -0000 1.1 +++ mumbles.spec 4 Jan 2009 21:10:05 -0000 1.2 @@ -47,6 +47,7 @@ --copy-name-to-generic-name \ --delete-original \ --remove-category=Application \ + --add-category="GNOME;GTK;" \ %{buildroot}%{_datadir}/applications/%{name}.desktop desktop-file-install \ From rdieter at fedoraproject.org Sun Jan 4 21:10:53 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 4 Jan 2009 21:10:53 +0000 (UTC) Subject: rpms/cmake/devel cmake.spec,1.48,1.49 macros.cmake,1.3,1.4 Message-ID: <20090104211053.5FE5570130@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/cmake/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13088 Modified Files: cmake.spec macros.cmake Log Message: * Sun Jan 04 2008 Rex Dieter - 2.6.3-0.2.rc5 - macros.cmake: add -DCMAKE_SKIP_RPATH:BOOL=ON - fix Release tag Index: cmake.spec =================================================================== RCS file: /cvs/pkgs/rpms/cmake/devel/cmake.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- cmake.spec 10 Dec 2008 21:42:46 -0000 1.48 +++ cmake.spec 4 Jan 2009 21:10:22 -0000 1.49 @@ -8,7 +8,7 @@ Name: cmake Version: 2.6.3 -Release: 0.rc5.1%{?dist} +Release: 0.2.rc5%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -125,6 +125,10 @@ %changelog +* Sun Jan 04 2008 Rex Dieter - 2.6.3-0.2.rc5 +- macros.cmake: add -DCMAKE_SKIP_RPATH:BOOL=ON +- fix Release tag + * Wed Dec 10 2008 Orion Poplawski - 2.6.3-0.rc5.1 - Update to 2.6.3-RC-5 Index: macros.cmake =================================================================== RCS file: /cvs/pkgs/rpms/cmake/devel/macros.cmake,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- macros.cmake 2 Dec 2008 17:46:08 -0000 1.3 +++ macros.cmake 4 Jan 2009 21:10:23 -0000 1.4 @@ -2,6 +2,7 @@ # Macros for cmake # %_cmake_lib_suffix64 -DLIB_SUFFIX=64 +%_cmake_skip_rpath -DCMAKE_SKIP_RPATH:BOOL=ON %__cmake %{_bindir}/cmake %cmake \ @@ -19,4 +20,5 @@ %if "%{?_lib}" == "lib64" \ %{?_cmake_lib_suffix64} \\\ %endif \ + %{?_cmake_skip_rpath} \\\ -DBUILD_SHARED_LIBS:BOOL=ON From janderson at fedoraproject.org Sun Jan 4 21:14:52 2009 From: janderson at fedoraproject.org (John Anderson) Date: Sun, 4 Jan 2009 21:14:52 +0000 (UTC) Subject: rpms/mumbles/F-10 import.log,1.1,1.2 mumbles.spec,1.2,1.3 Message-ID: <20090104211452.BAC297013C@cvs1.fedora.phx.redhat.com> Author: janderson Update of /cvs/pkgs/rpms/mumbles/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14470/F-10 Modified Files: import.log mumbles.spec Log Message: Adding desktop file changes per comment 20 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mumbles/F-10/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Jan 2009 21:05:51 -0000 1.1 +++ import.log 4 Jan 2009 21:14:22 -0000 1.2 @@ -1 +1,2 @@ mumbles-0_4-7_fc10:F-10:mumbles-0.4-7.fc10.src.rpm:1231103124 +mumbles-0_4-8_fc10:F-10:mumbles-0.4-8.fc10.src.rpm:1231103616 Index: mumbles.spec =================================================================== RCS file: /cvs/pkgs/rpms/mumbles/F-10/mumbles.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mumbles.spec 4 Jan 2009 21:10:05 -0000 1.2 +++ mumbles.spec 4 Jan 2009 21:14:22 -0000 1.3 @@ -3,7 +3,7 @@ Name: mumbles Version: 0.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A plugin driven DBus based notification system for the Gnome desktop Group: User Interface/Desktops @@ -90,6 +90,9 @@ %changelog +* Sun Jan 4 2009 John Anderson - 0.4-8 +- Added GNOME and GTK categories to desktop file + * Sat Jan 3 2009 John Anderson - 0.4-7 - Added desktop-file-install back From janderson at fedoraproject.org Sun Jan 4 21:16:17 2009 From: janderson at fedoraproject.org (John Anderson) Date: Sun, 4 Jan 2009 21:16:17 +0000 (UTC) Subject: rpms/mumbles/devel import.log,1.1,1.2 mumbles.spec,1.1,1.2 Message-ID: <20090104211617.87B617013F@cvs1.fedora.phx.redhat.com> Author: janderson Update of /cvs/pkgs/rpms/mumbles/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15343/devel Modified Files: import.log mumbles.spec Log Message: Desktop file category change per comment 20 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mumbles/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 4 Jan 2009 21:03:55 -0000 1.1 +++ import.log 4 Jan 2009 21:15:47 -0000 1.2 @@ -1 +1,2 @@ mumbles-0_4-7_fc10:HEAD:mumbles-0.4-7.fc10.src.rpm:1231102993 +mumbles-0_4-8_fc10:HEAD:mumbles-0.4-8.fc10.src.rpm:1231103707 Index: mumbles.spec =================================================================== RCS file: /cvs/pkgs/rpms/mumbles/devel/mumbles.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mumbles.spec 4 Jan 2009 21:03:56 -0000 1.1 +++ mumbles.spec 4 Jan 2009 21:15:47 -0000 1.2 @@ -3,7 +3,7 @@ Name: mumbles Version: 0.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A plugin driven DBus based notification system for the Gnome desktop Group: User Interface/Desktops @@ -47,6 +47,7 @@ --copy-name-to-generic-name \ --delete-original \ --remove-category=Application \ + --add-category="GNOME;GTK;" \ %{buildroot}%{_datadir}/applications/%{name}.desktop desktop-file-install \ @@ -89,6 +90,9 @@ %changelog +* Sun Jan 4 2009 John Anderson - 0.4-8 +- Added GNOME and GTK categories to desktop file + * Sat Jan 3 2009 John Anderson - 0.4-7 - Added desktop-file-install back From rdieter at fedoraproject.org Sun Jan 4 21:19:42 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 4 Jan 2009 21:19:42 +0000 (UTC) Subject: rpms/cmake/devel cmake.spec,1.49,1.50 Message-ID: <20090104211942.3239970130@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/cmake/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17635 Modified Files: cmake.spec Log Message: happy new year Index: cmake.spec =================================================================== RCS file: /cvs/pkgs/rpms/cmake/devel/cmake.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- cmake.spec 4 Jan 2009 21:10:22 -0000 1.49 +++ cmake.spec 4 Jan 2009 21:19:11 -0000 1.50 @@ -125,7 +125,7 @@ %changelog -* Sun Jan 04 2008 Rex Dieter - 2.6.3-0.2.rc5 +* Sun Jan 04 2009 Rex Dieter - 2.6.3-0.2.rc5 - macros.cmake: add -DCMAKE_SKIP_RPATH:BOOL=ON - fix Release tag From erikos at fedoraproject.org Sun Jan 4 21:23:57 2009 From: erikos at fedoraproject.org (Simon Schampijer) Date: Sun, 4 Jan 2009 21:23:57 +0000 (UTC) Subject: rpms/sugar/devel .cvsignore, 1.22, 1.23 sources, 1.24, 1.25 sugar.spec, 1.39, 1.40 desktop.patch, 1.1, NONE Message-ID: <20090104212357.9EBD870130@cvs1.fedora.phx.redhat.com> Author: erikos Update of /cvs/pkgs/rpms/sugar/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19047 Modified Files: .cvsignore sources sugar.spec Removed Files: desktop.patch Log Message: * Sun Jan 04 2009 Simon Schampijer - 0.83.4-1 - New download url - Fix language parsing on Gentoo and ALTLinux #81 (alsroot) - Change the FRAME_POSITION_RELATIVE to follow eben's spec - exec sugar-session - Add wired device icon for the frame - Only show wireless device in the frame when connecting/connected - Use jabber.sugarlabs.org by default - Only create a keydialog for the activating connection - CanvasPulsingIcon: Don't begin pulse loop on resume if not pulsing - Use g_timeout_add_seconds() for power efficiency - Add the journal button to the volumes toolbar in the journal - Remove jarabe/model/volume.py and use gio instead - First try at restoring removable devices support in the journal - make the image viewer activity the default one for iamges Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/sugar/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 6 Nov 2008 00:07:21 -0000 1.22 +++ .cvsignore 4 Jan 2009 21:23:26 -0000 1.23 @@ -1 +1 @@ -sugar-0.83.2.tar.bz2 +sugar-0.83.4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/sugar/devel/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- sources 28 Nov 2008 01:44:13 -0000 1.24 +++ sources 4 Jan 2009 21:23:26 -0000 1.25 @@ -1 +1 @@ -96ffdd4392bce3d4958a5ea871cb1f64 sugar-0.83.3.tar.bz2 +6b981c63bb5d8b23b43831ece79884e6 sugar-0.83.4.tar.bz2 Index: sugar.spec =================================================================== RCS file: /cvs/pkgs/rpms/sugar/devel/sugar.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- sugar.spec 21 Dec 2008 07:20:03 -0000 1.39 +++ sugar.spec 4 Jan 2009 21:23:27 -0000 1.40 @@ -5,16 +5,14 @@ Summary: Constructionist learning platform Name: sugar -Version: 0.83.3 -Release: 6%{?dist} +Version: 0.83.4 +Release: 1%{?dist} URL: http://sugarlabs.org/ -Source0: http://dev.laptop.org/pub/sugar/sources/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2 License: GPLv2+ Group: User Interface/Desktops Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch1: desktop.patch - BuildRequires: pkgconfig BuildRequires: perl-XML-Parser BuildRequires: gettext @@ -37,7 +35,7 @@ %description -Sugar provides a simple yet powerful means of engaging young +Sugar provides simple yet powerful means of engaging young children in the world of learning that is opened up by computers and the Internet. With Sugar, even the youngest learner will quickly become proficient in using the computer as a tool to engage in @@ -64,8 +62,6 @@ %prep %setup -q -%patch1 -p0 -b .desktop - %build %configure make @@ -134,6 +130,22 @@ %{_bindir}/sugar-emulator %changelog +* Sun Jan 04 2009 Simon Schampijer - 0.83.4-1 +- New download url +- Fix language parsing on Gentoo and ALTLinux #81 (alsroot) +- Change the FRAME_POSITION_RELATIVE to follow eben's spec +- exec sugar-session +- Add wired device icon for the frame +- Only show wireless device in the frame when connecting/connected +- Use jabber.sugarlabs.org by default +- Only create a keydialog for the activating connection +- CanvasPulsingIcon: Don't begin pulse loop on resume if not pulsing +- Use g_timeout_add_seconds() for power efficiency +- Add the journal button to the volumes toolbar in the journal +- Remove jarabe/model/volume.py and use gio instead +- First try at restoring removable devices support in the journal +- make the image viewer activity the default one for iamges + * Wed Dec 21 2008 Bernie Innocenti - 0.83.3-6 - Add missing dependencies on xorg-x11-utils, dbus-x11 and openssh --- desktop.patch DELETED --- From rdieter at fedoraproject.org Sun Jan 4 21:25:55 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 4 Jan 2009 21:25:55 +0000 (UTC) Subject: rpms/akonadi/devel .cvsignore, 1.7, 1.8 akonadi.spec, 1.19, 1.20 sources, 1.7, 1.8 Message-ID: <20090104212555.6A36570130@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/akonadi/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19953 Modified Files: .cvsignore akonadi.spec sources Log Message: * Sun Jan 04 2009 Rex Dieter - 1.1.0-1 - 1.1.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/akonadi/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 16 Dec 2008 19:18:12 -0000 1.7 +++ .cvsignore 4 Jan 2009 21:25:24 -0000 1.8 @@ -1 +1 @@ -akonadi-1.0.81.tar.bz2 +akonadi-1.1.0.tar.bz2 Index: akonadi.spec =================================================================== RCS file: /cvs/pkgs/rpms/akonadi/devel/akonadi.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- akonadi.spec 16 Dec 2008 19:18:12 -0000 1.19 +++ akonadi.spec 4 Jan 2009 21:25:24 -0000 1.20 @@ -1,6 +1,6 @@ Summary: PIM Storage Service Name: akonadi -Version: 1.0.81 +Version: 1.1.0 Release: 1%{?dist} Group: System Environment/Libraries @@ -53,7 +53,9 @@ mkdir -p %{_target_platform} pushd %{_target_platform} +# added CMAKE_SKIP_RPATH ... at least until universally in %cmake macro -- Rex %{cmake} \ + -DCMAKE_SKIP_RPATH:BOOL=ON \ -DCONFIG_INSTALL_DIR=%{_sysconfdir} \ .. popd @@ -88,7 +90,7 @@ %{_bindir}/akonadi_control %{_bindir}/akonadictl %{_bindir}/akonadiserver -%{_libdir}/libakonadi*.so.* +%{_libdir}/libakonadi*.so.1* %{_datadir}/dbus-1/interfaces/ %{_datadir}/dbus-1/services/org.freedesktop.Akonadi.Control.service %{_datadir}/mime/packages/akonadi-mime.xml @@ -103,6 +105,9 @@ %changelog +* Sun Jan 04 2009 Rex Dieter - 1.1.0-1 +- 1.1.0 + * Tue Dec 16 2008 Rex Dieter - 1.0.81-1 - 1.0.81 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/akonadi/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 16 Dec 2008 19:18:12 -0000 1.7 +++ sources 4 Jan 2009 21:25:24 -0000 1.8 @@ -1 +1 @@ -6a42c9e8fdfb47fde0a8c6a3bc01a101 akonadi-1.0.81.tar.bz2 +de54155bdc4f15d30e889a6245779a2c akonadi-1.1.0.tar.bz2 From lkundrak at fedoraproject.org Sun Jan 4 21:26:23 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Sun, 4 Jan 2009 21:26:23 +0000 (UTC) Subject: rpms/pnglite/devel pnglite-0.1.17-zlib.patch, NONE, 1.1 pnglite.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104212623.264F370130@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/pnglite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20149 Modified Files: .cvsignore sources Added Files: pnglite-0.1.17-zlib.patch pnglite.spec Log Message: Initial import pnglite-0.1.17-zlib.patch: --- NEW FILE pnglite-0.1.17-zlib.patch --- diff -up pnglite-0.1.17/pnglite.c.zlib pnglite-0.1.17/pnglite.c --- pnglite-0.1.17/pnglite.c.zlib 2008-12-31 16:54:41.000000000 +0100 +++ pnglite-0.1.17/pnglite.c 2008-12-31 16:54:49.000000000 +0100 @@ -5,7 +5,7 @@ #define USE_ZLIB 1 #if USE_ZLIB -#include "../zlib/zlib.h" +#include #else #include "zlite.h" #endif --- NEW FILE pnglite.spec --- # Upstream doesn't use a SONAME and nobody knows how stable the interface is # Please take extra care when updating this package -- bump the following # and rebuild dependencies (shouldn't be many) if you suspect an ABI change: %define abi_major 0 %define abi_minor 1 Name: pnglite Version: 0.1.17 Release: %{abi_minor}%{?dist} Summary: A lightweight C library for loading PNG images Group: Development/Libraries License: zlib URL: http://www.karlings.com/~danne/pnglite/ Source0: http://downloads.sourceforge.net/pnglite/%{name}-%{version}.zip Patch0: pnglite-0.1.17-zlib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel %description pnglite is a C library for loading PNG images. It was created as a substitute for libpng in situations when libpng is more than enough. It currently requires zlib for inflate and crc checking and it can read the most common types of PNG images. The library has a small and simple to use interface. %package devel Summary: Files needed to build and link programs with pnglite Group: Development/Libraries Requires: pnglite = %{version} %description devel This contains a header file and a link to library for the linker to link against pnglite. %prep %setup -q -c %patch0 -p1 -b .zlib sed 's/\r//' -i pnglite.h %build gcc %{optflags} -shared -fPIC -Wl,--soname,libpnglite.so.%{abi_major} \ -o libpnglite.so.%{abi_major}.%{abi_minor} pnglite.c %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_libdir} install -d $RPM_BUILD_ROOT%{_includedir} install -pm 0644 pnglite.h $RPM_BUILD_ROOT%{_includedir} install libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir} ln -s libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir}/libpnglite.so.%{abi_major} ln -s libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir}/libpnglite.so %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/*.so.* # No documentation. License text is in the header file in -devel though. %files devel %defattr(-,root,root,-) %{_libdir}/*.so %{_includedir}/*.h %changelog * Wed Dec 31 2008 Lubomir Rintel - 0.1.17-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pnglite/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:47:54 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:25:52 -0000 1.2 @@ -0,0 +1 @@ +pnglite-0.1.17.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pnglite/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:47:54 -0000 1.1 +++ sources 4 Jan 2009 21:25:52 -0000 1.2 @@ -0,0 +1 @@ +37b1cecc92c53b05dd4c8dcb00fc4196 pnglite-0.1.17.zip From kevin at fedoraproject.org Sun Jan 4 21:27:06 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 21:27:06 +0000 (UTC) Subject: rpms/sion/devel import.log, NONE, 1.1 sion.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104212706.D1A1870130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/sion/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20176/devel Modified Files: .cvsignore sources Added Files: import.log sion.spec Log Message: Initial import into fedora --- NEW FILE import.log --- sion-0_1_0-2_fc11:HEAD:sion-0.1.0-2.fc11.src.rpm:1231104278 --- NEW FILE sion.spec --- Name: sion Version: 0.1.0 Release: 2%{?dist} Summary: GIO/GVFS management application Group: User Interface/Desktops License: GPLv2 URL: http://goodies.xfce.org/projects/applications/sion/ Source0: http://goodies.xfce.org/releases/sion/sion-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python BuildRequires: gettext BuildRequires: intltool BuildRequires: gtk2-devel BuildRequires: desktop-file-utils Requires: %{_bindir}/gvfs-open Requires: %{_bindir}/fusermount %description A frontend to easily manage connections to remote filesystems using GIO/GVFS. It allows you to quickly connect/mount a remote filesystem and manage bookmarks of such. %prep %setup -q %build ./waf configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} --infodir=%{_infodir} --enable-debug ./waf build %install rm -rf $RPM_BUILD_ROOT DESTDIR=$RPM_BUILD_ROOT ./waf install # remove docs that waf installs in the wrong place rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/sion rm -f $RPM_BUILD_ROOT/%{_datadir}/applications/sion.desktop desktop-file-install --vendor="fedora" \ --dir=%{buildroot}%{_datadir}/applications \ _build_/default/%{name}.desktop %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README README.I18N TODO %{_bindir}/sion %{_datadir}/applications/fedora-sion.desktop %{_mandir}/man1/sion.1.gz %changelog * Sun Jan 04 2009 Kevin Fenzi - 0.1.0-2 - Fix License tag - Add Requires for needed binaries * Fri Jan 02 2009 Kevin Fenzi - 0.1.0-1 - Initial version for Fedora Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sion/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:20:36 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:26:36 -0000 1.2 @@ -0,0 +1 @@ +sion-0.1.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sion/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:20:36 -0000 1.1 +++ sources 4 Jan 2009 21:26:36 -0000 1.2 @@ -0,0 +1 @@ +d38ba0f6468793f1860bbc6a5797916d sion-0.1.0.tar.bz2 From lkundrak at fedoraproject.org Sun Jan 4 21:27:47 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Sun, 4 Jan 2009 21:27:47 +0000 (UTC) Subject: rpms/pnglite/F-10 pnglite-0.1.17-zlib.patch, NONE, 1.1 pnglite.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104212747.023AB70130@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/pnglite/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20682/F-10 Modified Files: .cvsignore sources Added Files: pnglite-0.1.17-zlib.patch pnglite.spec Log Message: Import to branches pnglite-0.1.17-zlib.patch: --- NEW FILE pnglite-0.1.17-zlib.patch --- diff -up pnglite-0.1.17/pnglite.c.zlib pnglite-0.1.17/pnglite.c --- pnglite-0.1.17/pnglite.c.zlib 2008-12-31 16:54:41.000000000 +0100 +++ pnglite-0.1.17/pnglite.c 2008-12-31 16:54:49.000000000 +0100 @@ -5,7 +5,7 @@ #define USE_ZLIB 1 #if USE_ZLIB -#include "../zlib/zlib.h" +#include #else #include "zlite.h" #endif --- NEW FILE pnglite.spec --- # Upstream doesn't use a SONAME and nobody knows how stable the interface is # Please take extra care when updating this package -- bump the following # and rebuild dependencies (shouldn't be many) if you suspect an ABI change: %define abi_major 0 %define abi_minor 1 Name: pnglite Version: 0.1.17 Release: %{abi_minor}%{?dist} Summary: A lightweight C library for loading PNG images Group: Development/Libraries License: zlib URL: http://www.karlings.com/~danne/pnglite/ Source0: http://downloads.sourceforge.net/pnglite/%{name}-%{version}.zip Patch0: pnglite-0.1.17-zlib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel %description pnglite is a C library for loading PNG images. It was created as a substitute for libpng in situations when libpng is more than enough. It currently requires zlib for inflate and crc checking and it can read the most common types of PNG images. The library has a small and simple to use interface. %package devel Summary: Files needed to build and link programs with pnglite Group: Development/Libraries Requires: pnglite = %{version} %description devel This contains a header file and a link to library for the linker to link against pnglite. %prep %setup -q -c %patch0 -p1 -b .zlib sed 's/\r//' -i pnglite.h %build gcc %{optflags} -shared -fPIC -Wl,--soname,libpnglite.so.%{abi_major} \ -o libpnglite.so.%{abi_major}.%{abi_minor} pnglite.c %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_libdir} install -d $RPM_BUILD_ROOT%{_includedir} install -pm 0644 pnglite.h $RPM_BUILD_ROOT%{_includedir} install libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir} ln -s libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir}/libpnglite.so.%{abi_major} ln -s libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir}/libpnglite.so %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/*.so.* # No documentation. License text is in the header file in -devel though. %files devel %defattr(-,root,root,-) %{_libdir}/*.so %{_includedir}/*.h %changelog * Wed Dec 31 2008 Lubomir Rintel - 0.1.17-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pnglite/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:47:54 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:27:16 -0000 1.2 @@ -0,0 +1 @@ +pnglite-0.1.17.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pnglite/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:47:54 -0000 1.1 +++ sources 4 Jan 2009 21:27:16 -0000 1.2 @@ -0,0 +1 @@ +37b1cecc92c53b05dd4c8dcb00fc4196 pnglite-0.1.17.zip From lkundrak at fedoraproject.org Sun Jan 4 21:27:47 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Sun, 4 Jan 2009 21:27:47 +0000 (UTC) Subject: rpms/pnglite/F-9 pnglite-0.1.17-zlib.patch, NONE, 1.1 pnglite.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104212747.6442D70130@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/pnglite/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20682/F-9 Modified Files: .cvsignore sources Added Files: pnglite-0.1.17-zlib.patch pnglite.spec Log Message: Import to branches pnglite-0.1.17-zlib.patch: --- NEW FILE pnglite-0.1.17-zlib.patch --- diff -up pnglite-0.1.17/pnglite.c.zlib pnglite-0.1.17/pnglite.c --- pnglite-0.1.17/pnglite.c.zlib 2008-12-31 16:54:41.000000000 +0100 +++ pnglite-0.1.17/pnglite.c 2008-12-31 16:54:49.000000000 +0100 @@ -5,7 +5,7 @@ #define USE_ZLIB 1 #if USE_ZLIB -#include "../zlib/zlib.h" +#include #else #include "zlite.h" #endif --- NEW FILE pnglite.spec --- # Upstream doesn't use a SONAME and nobody knows how stable the interface is # Please take extra care when updating this package -- bump the following # and rebuild dependencies (shouldn't be many) if you suspect an ABI change: %define abi_major 0 %define abi_minor 1 Name: pnglite Version: 0.1.17 Release: %{abi_minor}%{?dist} Summary: A lightweight C library for loading PNG images Group: Development/Libraries License: zlib URL: http://www.karlings.com/~danne/pnglite/ Source0: http://downloads.sourceforge.net/pnglite/%{name}-%{version}.zip Patch0: pnglite-0.1.17-zlib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel %description pnglite is a C library for loading PNG images. It was created as a substitute for libpng in situations when libpng is more than enough. It currently requires zlib for inflate and crc checking and it can read the most common types of PNG images. The library has a small and simple to use interface. %package devel Summary: Files needed to build and link programs with pnglite Group: Development/Libraries Requires: pnglite = %{version} %description devel This contains a header file and a link to library for the linker to link against pnglite. %prep %setup -q -c %patch0 -p1 -b .zlib sed 's/\r//' -i pnglite.h %build gcc %{optflags} -shared -fPIC -Wl,--soname,libpnglite.so.%{abi_major} \ -o libpnglite.so.%{abi_major}.%{abi_minor} pnglite.c %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_libdir} install -d $RPM_BUILD_ROOT%{_includedir} install -pm 0644 pnglite.h $RPM_BUILD_ROOT%{_includedir} install libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir} ln -s libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir}/libpnglite.so.%{abi_major} ln -s libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir}/libpnglite.so %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/*.so.* # No documentation. License text is in the header file in -devel though. %files devel %defattr(-,root,root,-) %{_libdir}/*.so %{_includedir}/*.h %changelog * Wed Dec 31 2008 Lubomir Rintel - 0.1.17-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pnglite/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:47:54 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:27:17 -0000 1.2 @@ -0,0 +1 @@ +pnglite-0.1.17.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pnglite/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:47:54 -0000 1.1 +++ sources 4 Jan 2009 21:27:17 -0000 1.2 @@ -0,0 +1 @@ +37b1cecc92c53b05dd4c8dcb00fc4196 pnglite-0.1.17.zip From lkundrak at fedoraproject.org Sun Jan 4 21:28:56 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Sun, 4 Jan 2009 21:28:56 +0000 (UTC) Subject: rpms/pnglite/EL-5 pnglite-0.1.17-zlib.patch, NONE, 1.1 pnglite.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104212856.4E8C970130@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/pnglite/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21328/EL-5 Modified Files: .cvsignore sources Added Files: pnglite-0.1.17-zlib.patch pnglite.spec Log Message: Import to epel pnglite-0.1.17-zlib.patch: --- NEW FILE pnglite-0.1.17-zlib.patch --- diff -up pnglite-0.1.17/pnglite.c.zlib pnglite-0.1.17/pnglite.c --- pnglite-0.1.17/pnglite.c.zlib 2008-12-31 16:54:41.000000000 +0100 +++ pnglite-0.1.17/pnglite.c 2008-12-31 16:54:49.000000000 +0100 @@ -5,7 +5,7 @@ #define USE_ZLIB 1 #if USE_ZLIB -#include "../zlib/zlib.h" +#include #else #include "zlite.h" #endif --- NEW FILE pnglite.spec --- # Upstream doesn't use a SONAME and nobody knows how stable the interface is # Please take extra care when updating this package -- bump the following # and rebuild dependencies (shouldn't be many) if you suspect an ABI change: %define abi_major 0 %define abi_minor 1 Name: pnglite Version: 0.1.17 Release: %{abi_minor}%{?dist} Summary: A lightweight C library for loading PNG images Group: Development/Libraries License: zlib URL: http://www.karlings.com/~danne/pnglite/ Source0: http://downloads.sourceforge.net/pnglite/%{name}-%{version}.zip Patch0: pnglite-0.1.17-zlib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel %description pnglite is a C library for loading PNG images. It was created as a substitute for libpng in situations when libpng is more than enough. It currently requires zlib for inflate and crc checking and it can read the most common types of PNG images. The library has a small and simple to use interface. %package devel Summary: Files needed to build and link programs with pnglite Group: Development/Libraries Requires: pnglite = %{version} %description devel This contains a header file and a link to library for the linker to link against pnglite. %prep %setup -q -c %patch0 -p1 -b .zlib sed 's/\r//' -i pnglite.h %build gcc %{optflags} -shared -fPIC -Wl,--soname,libpnglite.so.%{abi_major} \ -o libpnglite.so.%{abi_major}.%{abi_minor} pnglite.c %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_libdir} install -d $RPM_BUILD_ROOT%{_includedir} install -pm 0644 pnglite.h $RPM_BUILD_ROOT%{_includedir} install libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir} ln -s libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir}/libpnglite.so.%{abi_major} ln -s libpnglite.so.%{abi_major}.%{abi_minor} $RPM_BUILD_ROOT%{_libdir}/libpnglite.so %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/*.so.* # No documentation. License text is in the header file in -devel though. %files devel %defattr(-,root,root,-) %{_libdir}/*.so %{_includedir}/*.h %changelog * Wed Dec 31 2008 Lubomir Rintel - 0.1.17-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pnglite/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:47:54 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:28:25 -0000 1.2 @@ -0,0 +1 @@ +pnglite-0.1.17.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pnglite/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:47:54 -0000 1.1 +++ sources 4 Jan 2009 21:28:25 -0000 1.2 @@ -0,0 +1 @@ +37b1cecc92c53b05dd4c8dcb00fc4196 pnglite-0.1.17.zip From kevin at fedoraproject.org Sun Jan 4 21:44:47 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 21:44:47 +0000 (UTC) Subject: rpms/sion/F-10 sion.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104214447.0A7D970130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/sion/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26050 Modified Files: .cvsignore sources Added Files: sion.spec Log Message: initial fedora import --- NEW FILE sion.spec --- Name: sion Version: 0.1.0 Release: 2%{?dist} Summary: GIO/GVFS management application Group: User Interface/Desktops License: GPLv2 URL: http://goodies.xfce.org/projects/applications/sion/ Source0: http://goodies.xfce.org/releases/sion/sion-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python BuildRequires: gettext BuildRequires: intltool BuildRequires: gtk2-devel BuildRequires: desktop-file-utils Requires: %{_bindir}/gvfs-open Requires: %{_bindir}/fusermount %description A frontend to easily manage connections to remote filesystems using GIO/GVFS. It allows you to quickly connect/mount a remote filesystem and manage bookmarks of such. %prep %setup -q %build ./waf configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} --infodir=%{_infodir} --enable-debug ./waf build %install rm -rf $RPM_BUILD_ROOT DESTDIR=$RPM_BUILD_ROOT ./waf install # remove docs that waf installs in the wrong place rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/sion rm -f $RPM_BUILD_ROOT/%{_datadir}/applications/sion.desktop desktop-file-install --vendor="fedora" \ --dir=%{buildroot}%{_datadir}/applications \ _build_/default/%{name}.desktop %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README README.I18N TODO %{_bindir}/sion %{_datadir}/applications/fedora-sion.desktop %{_mandir}/man1/sion.1.gz %changelog * Sun Jan 04 2009 Kevin Fenzi - 0.1.0-2 - Fix License tag - Add Requires for needed binaries * Fri Jan 02 2009 Kevin Fenzi - 0.1.0-1 - Initial version for Fedora Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sion/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:20:36 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:44:16 -0000 1.2 @@ -0,0 +1 @@ +sion-0.1.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sion/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:20:36 -0000 1.1 +++ sources 4 Jan 2009 21:44:16 -0000 1.2 @@ -0,0 +1 @@ +d38ba0f6468793f1860bbc6a5797916d sion-0.1.0.tar.bz2 From dwayne at fedoraproject.org Sun Jan 4 21:46:22 2009 From: dwayne at fedoraproject.org (Dwayne Bailey) Date: Sun, 4 Jan 2009 21:46:22 +0000 (UTC) Subject: rpms/virtaal/devel import.log, NONE, 1.1 virtaal-0.2-setup_drop_MO_generation.patch, NONE, 1.1 virtaal.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104214622.B388470130@cvs1.fedora.phx.redhat.com> Author: dwayne Update of /cvs/pkgs/rpms/virtaal/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26396/devel Modified Files: .cvsignore sources Added Files: import.log virtaal-0.2-setup_drop_MO_generation.patch virtaal.spec Log Message: Import Virtaal 0.2 to Fedora --- NEW FILE import.log --- virtaal-0_2-2_fc9:HEAD:virtaal-0.2-2.fc9.src.rpm:1231105357 virtaal-0.2-setup_drop_MO_generation.patch: --- NEW FILE virtaal-0.2-setup_drop_MO_generation.patch --- diff -ur virtaal-0.2.old/setup.py virtaal-0.2/setup.py --- virtaal-0.2.old/setup.py 2008-10-16 15:11:04.000000000 +0200 +++ virtaal-0.2/setup.py 2008-11-15 20:11:10.000000000 +0200 @@ -60,23 +60,6 @@ ] #TODO: add Natural Language classifiers -# Compile .mo files from available .po files -from translate.tools.pocompile import convertmo -mo_files = [] - -for po_filename in glob.glob(path.join('po', '*.po')): - lang = path.split(po_filename[:-3])[1] # Chop off '.po' - mo_filename = path.join('mo', lang, 'virtaal.mo') - - if not path.exists(path.join('mo', lang)): - os.makedirs(path.join('mo', lang)) - - convertmo(open(po_filename), open(mo_filename, 'w'), None) - - mo_files.append( - ( path.join(TARGET_DATA_DIR, 'locale', lang, 'LC_MESSAGES'), [mo_filename]) - ) - # Some of these depend on some files to be built externally before running # setup.py, like the .xml and .desktop files options = { @@ -84,7 +67,7 @@ (path.join(TARGET_DATA_DIR, "virtaal"), glob.glob(path.join(SOURCE_DATA_DIR, "virtaal", "*.*"))), (path.join(TARGET_DATA_DIR, "virtaal", "autocorr"), glob.glob(path.join(SOURCE_DATA_DIR, "virtaal", "autocorr", "*"))), (path.join(TARGET_DATA_DIR, "icons"), glob.glob(path.join(SOURCE_DATA_DIR, "icons", "*.*"))), - ] + mo_files, + ], 'scripts': [ "bin/virtaal" ], --- NEW FILE virtaal.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: virtaal Version: 0.2 Release: 2%{?dist} Summary: Localization and translation editor Group: Development/Tools License: GPLv2+ URL: http://translate.sourceforge.net/wiki/virtaal/index Source0: http://downloads.sourceforge.net/translate/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: virtaal-0.2-setup_drop_MO_generation.patch BuildArch: noarch BuildRequires: python BuildRequires: python-devel BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: intltool Requires: translate-toolkit >= 1.2 Requires: pygtk2 Requires: pygtk2-libglade Requires: python-lxml Requires: gnome-python2-gtkspell Requires: xdg-utils %description A program for Computer Aided Translation (CAT) built on the Translate Toolkit. Virtaal includes features that allow a localizer to work effectively including: syntax highlighting, autocomplete and autocorrect. Showing only the data that is needed through its simple and effective user interface it ensures that you can focus on the translation task straight away. By building on the Translate Toolkit, Virtaal is able to edit any of the following formats: XLIFF, Gettext PO and .mo, Qt .ts, .qph and .qm, Wordfast TM, TMX, TBX. By using the Translate Toolkit converters a translator can edit: OpenOffice.org SDF, Java (and Mozilla) .properties and Mozilla DTD. %prep %setup -q -n %{name}-%{version} %patch0 -p1 %build %{__python} setup.py build ./maketranslations %{name} pushd po for po in $(ls *.po | egrep -v de_DE) do mkdir -p locale/$(basename $po .po)/LC_MESSAGES/ msgfmt $po --output-file=locale/$(basename $po .po)/LC_MESSAGES/%{name}.mo done popd %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --install-data=/usr --root %{buildroot} desktop-file-install \ --delete-original \ --dir=%{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/%{name}.desktop cp -rp po/locale %{buildroot}%{_datadir}/ %find_lang %{name} %post update-desktop-database &> /dev/null || : update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun update-desktop-database &> /dev/null || : update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc README LICENSE po/*.pot %{_bindir}/* %{_datadir}/applications/* %{_datadir}/mime/packages/* %{_datadir}/virtaal %{_datadir}/icons/* %{python_sitelib}/* %changelog * Sat Dec 6 2008 Dwayne Bailey - 0.2-2 - Cleanups from package review * Thu Oct 16 2008 Dwayne Bailey - 0.2-1 - Build for final 0.2 release - Add pygtk2-libglade dependency * Thu Oct 2 2008 Dwayne Bailey - 0.2-0.3.rc1 - Rebuild after tarball restructuring * Wed Oct 1 2008 Dwayne Bailey - 0.2-0.2.rc1 - Fix file locations * Wed Oct 1 2008 Dwayne Bailey - 0.2-0.1.rc1 - Update to RC1 * Sat Sep 20 2008 Dwayne Bailey - 0.1-12 - Include LICENSE * Thu Sep 11 2008 Dwayne Bailey - 0.1-11 - Update for various file moves. - Package virtaal.pot and gtk+-lite.pot - Exclude the de_DE.mo debug translations * Sat Jul 26 2008 Dwayne Bailey - 0.1-10 - Package autocorrect files * Thu Jul 24 2008 Dwayne Bailey - 0.1-9 - Rebuild after upstream data location changes * Tue Jun 3 2008 Dwayne Bailey - 0.1-8 - Rebuild for fc9 * Fri May 9 2008 Dwayne Bailey - 0.1-8 - Add xdg-utils as a requirement as we are using xdg-open * Wed May 7 2008 Dwayne Bailey - 0.1-7 - Adjust to changes in source package * Wed Apr 30 2008 Dwayne Bailey - 0.1-6 - Adjust to changes in source package * Thu Apr 17 2008 Dwayne Bailey - 0.1-5 - Install icon * Thu Apr 17 2008 Dwayne Bailey - 0.1-4 - Build translatable files using intltool * Mon Apr 14 2008 Dwayne Bailey - 0.1-3 - Install translations * Sat Apr 12 2008 Dwayne Bailey - 0.1-2 - Executable s/run_virtaal.py/virtaal/ - Remove .glade movement, ./setup.py install it correctly now - Install .desktop, locale, mime files - Update desktop- and mime-database * Sat Apr 5 2008 Dwayne Bailey - 0.1-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/virtaal/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:16:29 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:45:51 -0000 1.2 @@ -0,0 +1 @@ +virtaal-0.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/virtaal/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:16:30 -0000 1.1 +++ sources 4 Jan 2009 21:45:52 -0000 1.2 @@ -0,0 +1 @@ +cd01398cc6c916317829a88c72af2253 virtaal-0.2.tar.bz2 From erikos at fedoraproject.org Sun Jan 4 21:47:00 2009 From: erikos at fedoraproject.org (Simon Schampijer) Date: Sun, 4 Jan 2009 21:47:00 +0000 (UTC) Subject: rpms/sugar/devel sugar.spec,1.40,1.41 Message-ID: <20090104214700.5B5DB70130@cvs1.fedora.phx.redhat.com> Author: erikos Update of /cvs/pkgs/rpms/sugar/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26716 Modified Files: sugar.spec Log Message: * Sun Jan 04 2009 Simon Schampijer - 0.83.4-2 - add intltool build require Index: sugar.spec =================================================================== RCS file: /cvs/pkgs/rpms/sugar/devel/sugar.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- sugar.spec 4 Jan 2009 21:23:27 -0000 1.40 +++ sugar.spec 4 Jan 2009 21:46:29 -0000 1.41 @@ -6,7 +6,7 @@ Summary: Constructionist learning platform Name: sugar Version: 0.83.4 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://sugarlabs.org/ Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2 License: GPLv2+ @@ -20,6 +20,7 @@ BuildRequires: pygtk2-devel BuildRequires: gtk2-devel BuildRequires: GConf2-devel +BuildRequires: intltool Requires: sugar-artwork Requires: sugar-toolkit @@ -130,6 +131,9 @@ %{_bindir}/sugar-emulator %changelog +* Sun Jan 04 2009 Simon Schampijer - 0.83.4-2 +- add intltool build require + * Sun Jan 04 2009 Simon Schampijer - 0.83.4-1 - New download url - Fix language parsing on Gentoo and ALTLinux #81 (alsroot) From kevin at fedoraproject.org Sun Jan 4 21:55:03 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sun, 4 Jan 2009 21:55:03 +0000 (UTC) Subject: rpms/sion/F-9 sion.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104215503.F1C0070130@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/sion/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31146 Modified Files: .cvsignore sources Added Files: sion.spec Log Message: Initial fedora version --- NEW FILE sion.spec --- Name: sion Version: 0.1.0 Release: 2%{?dist} Summary: GIO/GVFS management application Group: User Interface/Desktops License: GPLv2 URL: http://goodies.xfce.org/projects/applications/sion/ Source0: http://goodies.xfce.org/releases/sion/sion-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python BuildRequires: gettext BuildRequires: intltool BuildRequires: gtk2-devel BuildRequires: desktop-file-utils Requires: %{_bindir}/gvfs-open Requires: %{_bindir}/fusermount %description A frontend to easily manage connections to remote filesystems using GIO/GVFS. It allows you to quickly connect/mount a remote filesystem and manage bookmarks of such. %prep %setup -q %build ./waf configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} --infodir=%{_infodir} --enable-debug ./waf build %install rm -rf $RPM_BUILD_ROOT DESTDIR=$RPM_BUILD_ROOT ./waf install # remove docs that waf installs in the wrong place rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/sion rm -f $RPM_BUILD_ROOT/%{_datadir}/applications/sion.desktop desktop-file-install --vendor="fedora" \ --dir=%{buildroot}%{_datadir}/applications \ _build_/default/%{name}.desktop %find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README README.I18N TODO %{_bindir}/sion %{_datadir}/applications/fedora-sion.desktop %{_mandir}/man1/sion.1.gz %changelog * Sun Jan 04 2009 Kevin Fenzi - 0.1.0-2 - Fix License tag - Add Requires for needed binaries * Fri Jan 02 2009 Kevin Fenzi - 0.1.0-1 - Initial version for Fedora Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sion/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:20:36 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:54:33 -0000 1.2 @@ -0,0 +1 @@ +sion-0.1.0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sion/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:20:36 -0000 1.1 +++ sources 4 Jan 2009 21:54:33 -0000 1.2 @@ -0,0 +1 @@ +d38ba0f6468793f1860bbc6a5797916d sion-0.1.0.tar.bz2 From rdieter at fedoraproject.org Sun Jan 4 21:55:16 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 4 Jan 2009 21:55:16 +0000 (UTC) Subject: rpms/akonadi/devel akonadi.spec,1.20,1.21 Message-ID: <20090104215516.9EB5470130@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/akonadi/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31222 Modified Files: akonadi.spec Log Message: escape macro in comment Index: akonadi.spec =================================================================== RCS file: /cvs/pkgs/rpms/akonadi/devel/akonadi.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- akonadi.spec 4 Jan 2009 21:25:24 -0000 1.20 +++ akonadi.spec 4 Jan 2009 21:54:46 -0000 1.21 @@ -53,7 +53,7 @@ mkdir -p %{_target_platform} pushd %{_target_platform} -# added CMAKE_SKIP_RPATH ... at least until universally in %cmake macro -- Rex +# added CMAKE_SKIP_RPATH ... at least until universally in %%cmake macro -- Rex %{cmake} \ -DCMAKE_SKIP_RPATH:BOOL=ON \ -DCONFIG_INSTALL_DIR=%{_sysconfdir} \ From dwayne at fedoraproject.org Sun Jan 4 21:58:33 2009 From: dwayne at fedoraproject.org (Dwayne Bailey) Date: Sun, 4 Jan 2009 21:58:33 +0000 (UTC) Subject: rpms/virtaal/F-10 import.log, NONE, 1.1 virtaal-0.2-setup_drop_MO_generation.patch, NONE, 1.1 virtaal.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104215833.4D9B370130@cvs1.fedora.phx.redhat.com> Author: dwayne Update of /cvs/pkgs/rpms/virtaal/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32395/F-10 Modified Files: .cvsignore sources Added Files: import.log virtaal-0.2-setup_drop_MO_generation.patch virtaal.spec Log Message: Import Virtaal to F-10 --- NEW FILE import.log --- virtaal-0_2-2_fc9:F-10:virtaal-0.2-2.fc9.src.rpm:1231106229 virtaal-0.2-setup_drop_MO_generation.patch: --- NEW FILE virtaal-0.2-setup_drop_MO_generation.patch --- diff -ur virtaal-0.2.old/setup.py virtaal-0.2/setup.py --- virtaal-0.2.old/setup.py 2008-10-16 15:11:04.000000000 +0200 +++ virtaal-0.2/setup.py 2008-11-15 20:11:10.000000000 +0200 @@ -60,23 +60,6 @@ ] #TODO: add Natural Language classifiers -# Compile .mo files from available .po files -from translate.tools.pocompile import convertmo -mo_files = [] - -for po_filename in glob.glob(path.join('po', '*.po')): - lang = path.split(po_filename[:-3])[1] # Chop off '.po' - mo_filename = path.join('mo', lang, 'virtaal.mo') - - if not path.exists(path.join('mo', lang)): - os.makedirs(path.join('mo', lang)) - - convertmo(open(po_filename), open(mo_filename, 'w'), None) - - mo_files.append( - ( path.join(TARGET_DATA_DIR, 'locale', lang, 'LC_MESSAGES'), [mo_filename]) - ) - # Some of these depend on some files to be built externally before running # setup.py, like the .xml and .desktop files options = { @@ -84,7 +67,7 @@ (path.join(TARGET_DATA_DIR, "virtaal"), glob.glob(path.join(SOURCE_DATA_DIR, "virtaal", "*.*"))), (path.join(TARGET_DATA_DIR, "virtaal", "autocorr"), glob.glob(path.join(SOURCE_DATA_DIR, "virtaal", "autocorr", "*"))), (path.join(TARGET_DATA_DIR, "icons"), glob.glob(path.join(SOURCE_DATA_DIR, "icons", "*.*"))), - ] + mo_files, + ], 'scripts': [ "bin/virtaal" ], --- NEW FILE virtaal.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: virtaal Version: 0.2 Release: 2%{?dist} Summary: Localization and translation editor Group: Development/Tools License: GPLv2+ URL: http://translate.sourceforge.net/wiki/virtaal/index Source0: http://downloads.sourceforge.net/translate/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: virtaal-0.2-setup_drop_MO_generation.patch BuildArch: noarch BuildRequires: python BuildRequires: python-devel BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: intltool Requires: translate-toolkit >= 1.2 Requires: pygtk2 Requires: pygtk2-libglade Requires: python-lxml Requires: gnome-python2-gtkspell Requires: xdg-utils %description A program for Computer Aided Translation (CAT) built on the Translate Toolkit. Virtaal includes features that allow a localizer to work effectively including: syntax highlighting, autocomplete and autocorrect. Showing only the data that is needed through its simple and effective user interface it ensures that you can focus on the translation task straight away. By building on the Translate Toolkit, Virtaal is able to edit any of the following formats: XLIFF, Gettext PO and .mo, Qt .ts, .qph and .qm, Wordfast TM, TMX, TBX. By using the Translate Toolkit converters a translator can edit: OpenOffice.org SDF, Java (and Mozilla) .properties and Mozilla DTD. %prep %setup -q -n %{name}-%{version} %patch0 -p1 %build %{__python} setup.py build ./maketranslations %{name} pushd po for po in $(ls *.po | egrep -v de_DE) do mkdir -p locale/$(basename $po .po)/LC_MESSAGES/ msgfmt $po --output-file=locale/$(basename $po .po)/LC_MESSAGES/%{name}.mo done popd %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --install-data=/usr --root %{buildroot} desktop-file-install \ --delete-original \ --dir=%{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/%{name}.desktop cp -rp po/locale %{buildroot}%{_datadir}/ %find_lang %{name} %post update-desktop-database &> /dev/null || : update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun update-desktop-database &> /dev/null || : update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc README LICENSE po/*.pot %{_bindir}/* %{_datadir}/applications/* %{_datadir}/mime/packages/* %{_datadir}/virtaal %{_datadir}/icons/* %{python_sitelib}/* %changelog * Sat Dec 6 2008 Dwayne Bailey - 0.2-2 - Cleanups from package review * Thu Oct 16 2008 Dwayne Bailey - 0.2-1 - Build for final 0.2 release - Add pygtk2-libglade dependency * Thu Oct 2 2008 Dwayne Bailey - 0.2-0.3.rc1 - Rebuild after tarball restructuring * Wed Oct 1 2008 Dwayne Bailey - 0.2-0.2.rc1 - Fix file locations * Wed Oct 1 2008 Dwayne Bailey - 0.2-0.1.rc1 - Update to RC1 * Sat Sep 20 2008 Dwayne Bailey - 0.1-12 - Include LICENSE * Thu Sep 11 2008 Dwayne Bailey - 0.1-11 - Update for various file moves. - Package virtaal.pot and gtk+-lite.pot - Exclude the de_DE.mo debug translations * Sat Jul 26 2008 Dwayne Bailey - 0.1-10 - Package autocorrect files * Thu Jul 24 2008 Dwayne Bailey - 0.1-9 - Rebuild after upstream data location changes * Tue Jun 3 2008 Dwayne Bailey - 0.1-8 - Rebuild for fc9 * Fri May 9 2008 Dwayne Bailey - 0.1-8 - Add xdg-utils as a requirement as we are using xdg-open * Wed May 7 2008 Dwayne Bailey - 0.1-7 - Adjust to changes in source package * Wed Apr 30 2008 Dwayne Bailey - 0.1-6 - Adjust to changes in source package * Thu Apr 17 2008 Dwayne Bailey - 0.1-5 - Install icon * Thu Apr 17 2008 Dwayne Bailey - 0.1-4 - Build translatable files using intltool * Mon Apr 14 2008 Dwayne Bailey - 0.1-3 - Install translations * Sat Apr 12 2008 Dwayne Bailey - 0.1-2 - Executable s/run_virtaal.py/virtaal/ - Remove .glade movement, ./setup.py install it correctly now - Install .desktop, locale, mime files - Update desktop- and mime-database * Sat Apr 5 2008 Dwayne Bailey - 0.1-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/virtaal/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:16:29 -0000 1.1 +++ .cvsignore 4 Jan 2009 21:58:02 -0000 1.2 @@ -0,0 +1 @@ +virtaal-0.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/virtaal/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:16:30 -0000 1.1 +++ sources 4 Jan 2009 21:58:02 -0000 1.2 @@ -0,0 +1 @@ +cd01398cc6c916317829a88c72af2253 virtaal-0.2.tar.bz2 From dwayne at fedoraproject.org Sun Jan 4 22:02:07 2009 From: dwayne at fedoraproject.org (Dwayne Bailey) Date: Sun, 4 Jan 2009 22:02:07 +0000 (UTC) Subject: rpms/virtaal/F-9 import.log, NONE, 1.1 virtaal-0.2-setup_drop_MO_generation.patch, NONE, 1.1 virtaal.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104220207.1D63A70130@cvs1.fedora.phx.redhat.com> Author: dwayne Update of /cvs/pkgs/rpms/virtaal/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1270/F-9 Modified Files: .cvsignore sources Added Files: import.log virtaal-0.2-setup_drop_MO_generation.patch virtaal.spec Log Message: Import Virtaal 0.2 to F-9 --- NEW FILE import.log --- virtaal-0_2-2_fc9:F-9:virtaal-0.2-2.fc9.src.rpm:1231106415 virtaal-0.2-setup_drop_MO_generation.patch: --- NEW FILE virtaal-0.2-setup_drop_MO_generation.patch --- diff -ur virtaal-0.2.old/setup.py virtaal-0.2/setup.py --- virtaal-0.2.old/setup.py 2008-10-16 15:11:04.000000000 +0200 +++ virtaal-0.2/setup.py 2008-11-15 20:11:10.000000000 +0200 @@ -60,23 +60,6 @@ ] #TODO: add Natural Language classifiers -# Compile .mo files from available .po files -from translate.tools.pocompile import convertmo -mo_files = [] - -for po_filename in glob.glob(path.join('po', '*.po')): - lang = path.split(po_filename[:-3])[1] # Chop off '.po' - mo_filename = path.join('mo', lang, 'virtaal.mo') - - if not path.exists(path.join('mo', lang)): - os.makedirs(path.join('mo', lang)) - - convertmo(open(po_filename), open(mo_filename, 'w'), None) - - mo_files.append( - ( path.join(TARGET_DATA_DIR, 'locale', lang, 'LC_MESSAGES'), [mo_filename]) - ) - # Some of these depend on some files to be built externally before running # setup.py, like the .xml and .desktop files options = { @@ -84,7 +67,7 @@ (path.join(TARGET_DATA_DIR, "virtaal"), glob.glob(path.join(SOURCE_DATA_DIR, "virtaal", "*.*"))), (path.join(TARGET_DATA_DIR, "virtaal", "autocorr"), glob.glob(path.join(SOURCE_DATA_DIR, "virtaal", "autocorr", "*"))), (path.join(TARGET_DATA_DIR, "icons"), glob.glob(path.join(SOURCE_DATA_DIR, "icons", "*.*"))), - ] + mo_files, + ], 'scripts': [ "bin/virtaal" ], --- NEW FILE virtaal.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: virtaal Version: 0.2 Release: 2%{?dist} Summary: Localization and translation editor Group: Development/Tools License: GPLv2+ URL: http://translate.sourceforge.net/wiki/virtaal/index Source0: http://downloads.sourceforge.net/translate/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: virtaal-0.2-setup_drop_MO_generation.patch BuildArch: noarch BuildRequires: python BuildRequires: python-devel BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: intltool Requires: translate-toolkit >= 1.2 Requires: pygtk2 Requires: pygtk2-libglade Requires: python-lxml Requires: gnome-python2-gtkspell Requires: xdg-utils %description A program for Computer Aided Translation (CAT) built on the Translate Toolkit. Virtaal includes features that allow a localizer to work effectively including: syntax highlighting, autocomplete and autocorrect. Showing only the data that is needed through its simple and effective user interface it ensures that you can focus on the translation task straight away. By building on the Translate Toolkit, Virtaal is able to edit any of the following formats: XLIFF, Gettext PO and .mo, Qt .ts, .qph and .qm, Wordfast TM, TMX, TBX. By using the Translate Toolkit converters a translator can edit: OpenOffice.org SDF, Java (and Mozilla) .properties and Mozilla DTD. %prep %setup -q -n %{name}-%{version} %patch0 -p1 %build %{__python} setup.py build ./maketranslations %{name} pushd po for po in $(ls *.po | egrep -v de_DE) do mkdir -p locale/$(basename $po .po)/LC_MESSAGES/ msgfmt $po --output-file=locale/$(basename $po .po)/LC_MESSAGES/%{name}.mo done popd %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --install-data=/usr --root %{buildroot} desktop-file-install \ --delete-original \ --dir=%{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/%{name}.desktop cp -rp po/locale %{buildroot}%{_datadir}/ %find_lang %{name} %post update-desktop-database &> /dev/null || : update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun update-desktop-database &> /dev/null || : update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor if [ -x %{_bindir}/gtk-update-icon-cache ]; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc README LICENSE po/*.pot %{_bindir}/* %{_datadir}/applications/* %{_datadir}/mime/packages/* %{_datadir}/virtaal %{_datadir}/icons/* %{python_sitelib}/* %changelog * Sat Dec 6 2008 Dwayne Bailey - 0.2-2 - Cleanups from package review * Thu Oct 16 2008 Dwayne Bailey - 0.2-1 - Build for final 0.2 release - Add pygtk2-libglade dependency * Thu Oct 2 2008 Dwayne Bailey - 0.2-0.3.rc1 - Rebuild after tarball restructuring * Wed Oct 1 2008 Dwayne Bailey - 0.2-0.2.rc1 - Fix file locations * Wed Oct 1 2008 Dwayne Bailey - 0.2-0.1.rc1 - Update to RC1 * Sat Sep 20 2008 Dwayne Bailey - 0.1-12 - Include LICENSE * Thu Sep 11 2008 Dwayne Bailey - 0.1-11 - Update for various file moves. - Package virtaal.pot and gtk+-lite.pot - Exclude the de_DE.mo debug translations * Sat Jul 26 2008 Dwayne Bailey - 0.1-10 - Package autocorrect files * Thu Jul 24 2008 Dwayne Bailey - 0.1-9 - Rebuild after upstream data location changes * Tue Jun 3 2008 Dwayne Bailey - 0.1-8 - Rebuild for fc9 * Fri May 9 2008 Dwayne Bailey - 0.1-8 - Add xdg-utils as a requirement as we are using xdg-open * Wed May 7 2008 Dwayne Bailey - 0.1-7 - Adjust to changes in source package * Wed Apr 30 2008 Dwayne Bailey - 0.1-6 - Adjust to changes in source package * Thu Apr 17 2008 Dwayne Bailey - 0.1-5 - Install icon * Thu Apr 17 2008 Dwayne Bailey - 0.1-4 - Build translatable files using intltool * Mon Apr 14 2008 Dwayne Bailey - 0.1-3 - Install translations * Sat Apr 12 2008 Dwayne Bailey - 0.1-2 - Executable s/run_virtaal.py/virtaal/ - Remove .glade movement, ./setup.py install it correctly now - Install .desktop, locale, mime files - Update desktop- and mime-database * Sat Apr 5 2008 Dwayne Bailey - 0.1-1 - Initial packaging Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/virtaal/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:16:29 -0000 1.1 +++ .cvsignore 4 Jan 2009 22:01:36 -0000 1.2 @@ -0,0 +1 @@ +virtaal-0.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/virtaal/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:16:30 -0000 1.1 +++ sources 4 Jan 2009 22:01:36 -0000 1.2 @@ -0,0 +1 @@ +cd01398cc6c916317829a88c72af2253 virtaal-0.2.tar.bz2 From erikos at fedoraproject.org Sun Jan 4 22:09:03 2009 From: erikos at fedoraproject.org (Simon Schampijer) Date: Sun, 4 Jan 2009 22:09:03 +0000 (UTC) Subject: rpms/sugar-toolkit/devel .cvsignore, 1.19, 1.20 sources, 1.23, 1.24 sugar-toolkit.spec, 1.32, 1.33 session.patch, 1.1, NONE Message-ID: <20090104220903.3325070130@cvs1.fedora.phx.redhat.com> Author: erikos Update of /cvs/pkgs/rpms/sugar-toolkit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3593 Modified Files: .cvsignore sources sugar-toolkit.spec Removed Files: session.patch Log Message: * Sun Jan 04 2009 Simon Schampijer - 0.83.3-1 - remove session shutdown patch - add intltool as build requires - new download url - Fix palette highlighting on tray icons. Patch by benzea, style tweaks by marcopg - Rework palette state logic. Fix #42 - Use g_timeout_add_seconds() for power efficiency - Add colors to icons in menu items - Add accelerator support to menu items - Simplify activity bundle installation - Dont pop down the palette when a submenu opens Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/sugar-toolkit/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 4 Nov 2008 10:29:07 -0000 1.19 +++ .cvsignore 4 Jan 2009 22:08:32 -0000 1.20 @@ -1 +1 @@ -sugar-toolkit-0.83.1.tar.bz2 +sugar-toolkit-0.83.3.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/sugar-toolkit/devel/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 28 Nov 2008 01:52:50 -0000 1.23 +++ sources 4 Jan 2009 22:08:32 -0000 1.24 @@ -1 +1 @@ -099a21f0063018a77c7fa548c76e96d6 sugar-toolkit-0.83.2.tar.bz2 +f6882ee56ed327c6680738133e911bf3 sugar-toolkit-0.83.3.tar.bz2 Index: sugar-toolkit.spec =================================================================== RCS file: /cvs/pkgs/rpms/sugar-toolkit/devel/sugar-toolkit.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- sugar-toolkit.spec 8 Dec 2008 16:18:17 -0000 1.32 +++ sugar-toolkit.spec 4 Jan 2009 22:08:32 -0000 1.33 @@ -2,17 +2,15 @@ Summary: Sugar toolkit Name: sugar-toolkit -Version: 0.83.2 -Release: 4%{?dist} -URL: http://wiki.laptop.org/go/Sugar -Source0: http://dev.laptop.org/pub/sugar/sources/%{name}/%{name}-%{version}.tar.bz2 +Version: 0.83.3 +Release: 1%{?dist} +URL: http://sugarlabs.org +Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2 Source1: macros.sugar License: LGPLv2 Group: System Environment/Libraries Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch1: session.patch - BuildRequires: pkgconfig BuildRequires: pygtk2-devel BuildRequires: gettext @@ -20,6 +18,7 @@ BuildRequires: perl-XML-Parser BuildRequires: libSM-devel BuildRequires: alsa-lib-devel +BuildRequires: intltool Requires: gnome-python2-rsvg Requires: dbus-python @@ -40,8 +39,6 @@ %prep %setup -q -%patch1 -p1 -b .session - %build %configure make @@ -64,6 +61,18 @@ %{_sysconfdir}/rpm/macros.sugar %changelog +* Sun Jan 04 2009 Simon Schampijer - 0.83.3-1 +- remove session shutdown patch +- add intltool as build requires +- new download url +- Fix palette highlighting on tray icons. Patch by benzea, style tweaks by marcopg +- Rework palette state logic. Fix #42 +- Use g_timeout_add_seconds() for power efficiency +- Add colors to icons in menu items +- Add accelerator support to menu items +- Simplify activity bundle installation +- Dont pop down the palette when a submenu opens + * Mon Dec 5 2008 Peter Robinson - 0.83.2-4 - Rebuild for python 2.6 --- session.patch DELETED --- From bpepple at fedoraproject.org Sun Jan 4 22:18:37 2009 From: bpepple at fedoraproject.org (Brian Pepple) Date: Sun, 4 Jan 2009 22:18:37 +0000 (UTC) Subject: rpms/libnice/devel import.log, NONE, 1.1 libnice.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104221837.2FDB870130@cvs1.fedora.phx.redhat.com> Author: bpepple Update of /cvs/pkgs/rpms/libnice/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5776/devel Modified Files: .cvsignore sources Added Files: import.log libnice.spec Log Message: Initial import. --- NEW FILE import.log --- libnice-0_0_4-1_fc10:HEAD:libnice-0.0.4-1.fc10.src.rpm:1231107495 --- NEW FILE libnice.spec --- Name: libnice Version: 0.0.4 Release: 1%{?dist} Summary: GLib ICE implementation Group: System Environment/Libraries License: LGPLv2 and MPLv1.1 URL: http://nice.freedesktop.org/wiki/ Source0: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel BuildRequires: gstreamer-devel BuildRequires: gstreamer-plugins-base-devel %description %{name} is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). ICE is useful for applications that want to establish peer-to-peer UDP data streams. It automates the process of traversing NATs and provides security against some attacks. Existing standards that use ICE include the Session Initiation Protocol (SIP) and Jingle, XMPP extension for audio/video calls. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: glib2-devel Requires: pkgconfig %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %setup -q -n nice-%{version} %build %configure --disable-static sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc NEWS README COPYING COPYING.LGPL COPYING.MPL %{_bindir}/stunbdc %{_bindir}/stund %{_libdir}/gstreamer-0.10/libgstnice.so %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/nice.pc %{_datadir}/gtk-doc/html/%{name}/ %changelog * Sat Dec 27 2008 Brian Pepple - 0.0.4-1 - Initial Fedora spec. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libnice/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:17:28 -0000 1.1 +++ .cvsignore 4 Jan 2009 22:18:05 -0000 1.2 @@ -0,0 +1 @@ +libnice-0.0.4.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libnice/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:17:28 -0000 1.1 +++ sources 4 Jan 2009 22:18:05 -0000 1.2 @@ -0,0 +1 @@ +3a5a68cbc58a2f2d53d00e8c2cbb1f7a libnice-0.0.4.tar.gz From timj at fedoraproject.org Sun Jan 4 22:21:36 2009 From: timj at fedoraproject.org (Tim Jackson) Date: Sun, 4 Jan 2009 22:21:36 +0000 (UTC) Subject: rpms/php-pecl-apc/EL-4 php-pecl-apc.spec,1.8,1.9 sources,1.4,1.5 Message-ID: <20090104222136.DBE5B70130@cvs1.fedora.phx.redhat.com> Author: timj Update of /cvs/pkgs/rpms/php-pecl-apc/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6484 Modified Files: php-pecl-apc.spec sources Log Message: Update to 3.0.19 Fix PHP Zend API/ABI dependencies to work on EL-4/5 Fix "License" tag Fix encoding of "NOTICE" file Add registration via PECL Index: php-pecl-apc.spec =================================================================== RCS file: /cvs/pkgs/rpms/php-pecl-apc/EL-4/php-pecl-apc.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- php-pecl-apc.spec 18 Feb 2008 22:30:49 -0000 1.8 +++ php-pecl-apc.spec 4 Jan 2009 22:21:06 -0000 1.9 @@ -1,31 +1,54 @@ +%{!?__pecl: %{expand: %%global __pecl %{_bindir}/pecl}} %define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4) +%global php_zendabiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP Extension => //p') | tail -1) +%global php_version %((echo 0; php-config --version 2>/dev/null) | tail -1) + +# This is not defined by the php-pear package on EL-4 +%define pecl_xmldir %{_datadir}/pear/.pkgxml + +%define pecl_name APC + Summary: APC caches and optimizes PHP intermediate code Name: php-pecl-apc -Version: 3.0.14 -Release: 3%{?dist} -License: PHP License +Version: 3.0.19 +Release: 1%{?dist} +License: PHP Group: Development/Languages URL: http://pecl.php.net/package/APC Source: http://pecl.php.net/get/APC-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Conflicts: php-mmcache php-eaccelerator -BuildRequires: php-devel httpd-devel -Obsoletes: php-apc +BuildRequires: php-devel httpd-devel php-pear + +# Should be automatically pulled in by php-devel, but it isn't - see bug #453028 +BuildRequires: autoconf automake + +BuildRequires: libtool + %if %{?php_zend_api}0 -Requires: php(zend-abi) = %{php_zend_api} -Requires: php(api) = %{php_core_api} +# Require clean ABI/API versions if available (Fedora) +Requires: php(zend-abi) = %{php_zend_api} +Requires: php(api) = %{php_core_api} +%else +%if "%{rhel}" == "5" +# RHEL5 where we have php-common providing the Zend ABI the "old way" +Requires: php-zend-abi = %{php_zendabiver} %else -Requires: php-api = %{php_apiver} +# RHEL4 where we have no php-common and nothing providing the Zend ABI... +Requires: php = %{php_version} %endif -Provides: php-apc = %{version}-%{release} -Provides: php-pecl(apc) +%endif +Provides: php-pecl(%{pecl_name}) = %{version} + +Requires(post): %{__pecl} +Requires(postun): %{__pecl} %description -APC is a free, open, and robust framework for -caching and optimizing PHP intermediate code. +APC is a free, open, and robust framework for caching and optimizing PHP +intermediate code. %prep -%setup -q -n APC-%{version} +%setup -q -n %{pecl_name}-%{version} %build %{_bindir}/phpize @@ -36,6 +59,10 @@ %{__rm} -rf %{buildroot} %{__make} install INSTALL_ROOT=%{buildroot} +# Install the package XML file +%{__mkdir_p} %{buildroot}%{pecl_xmldir} +%{__install} -m 644 ../package.xml %{buildroot}%{pecl_xmldir}/%{pecl_name}.xml + # Drop in the bit of configuration %{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d %{__cat} > %{buildroot}%{_sysconfdir}/php.d/apc.ini << 'EOF' @@ -54,6 +81,19 @@ apc.cache_by_default=1 EOF +# Fix the charset of NOTICE +iconv -f iso-8859-1 -t utf8 NOTICE >NOTICE.utf8 +mv NOTICE.utf8 NOTICE + +%post +%{__pecl} install --nodeps --soft --force --register-only --nobuild %{pecl_xmldir}/%{pecl_name}.xml >/dev/null || : + + +%postun +if [ $1 -eq 0 ] ; then +%{__pecl} uninstall --nodeps --ignore-errors --register-only %{pecl_name} >/dev/null || : +fi + %clean %{__rm} -rf %{buildroot} @@ -62,8 +102,16 @@ %doc TECHNOTES.txt CHANGELOG LICENSE NOTICE TODO INSTALL apc.php %config(noreplace) %{_sysconfdir}/php.d/apc.ini %{php_extdir}/apc.so +%{pecl_xmldir}/%{pecl_name}.xml %changelog +* Wed Jun 25 2008 Tim Jackson - 3.0.19-1 +- Update to 3.0.19 +- Fix PHP Zend API/ABI dependencies to work on EL-4/5 +- Fix "License" tag +- Fix encoding of "NOTICE" file +- Add registration via PECL + * Mon Feb 18 2008 Fedora Release Engineering - 3.0.14-3 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/php-pecl-apc/EL-4/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 28 Jun 2007 13:41:58 -0000 1.4 +++ sources 4 Jan 2009 22:21:06 -0000 1.5 @@ -1 +1 @@ -0f452f936239b6107d3e2e5cda4f4bda APC-3.0.14.tgz +951f43d2873e3572f5d5ae71a9b66f90 APC-3.0.19.tgz From dwayne at fedoraproject.org Sun Jan 4 22:22:30 2009 From: dwayne at fedoraproject.org (Dwayne Bailey) Date: Sun, 4 Jan 2009 22:22:30 +0000 (UTC) Subject: comps comps-f10.xml.in, 1.200, 1.201 comps-f11.xml.in, 1.47, 1.48 comps-f9.xml.in, 1.429, 1.430 Message-ID: <20090104222230.D179E70130@cvs1.fedora.phx.redhat.com> Author: dwayne Update of /cvs/pkgs/comps In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6646 Modified Files: comps-f10.xml.in comps-f11.xml.in comps-f9.xml.in Log Message: Add: virtaal Index: comps-f10.xml.in =================================================================== RCS file: /cvs/pkgs/comps/comps-f10.xml.in,v retrieving revision 1.200 retrieving revision 1.201 diff -u -r1.200 -r1.201 --- comps-f10.xml.in 1 Jan 2009 05:10:06 -0000 1.200 +++ comps-f10.xml.in 4 Jan 2009 22:21:59 -0000 1.201 @@ -1102,6 +1102,7 @@ scribes scribes-templates vim-X11 + virtaal xemacs xemacs-ess xemacs-muse Index: comps-f11.xml.in =================================================================== RCS file: /cvs/pkgs/comps/comps-f11.xml.in,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- comps-f11.xml.in 1 Jan 2009 05:10:06 -0000 1.47 +++ comps-f11.xml.in 4 Jan 2009 22:22:00 -0000 1.48 @@ -1116,6 +1116,7 @@ scribes scribes-templates vim-X11 + virtaal xemacs xemacs-ess xemacs-muse Index: comps-f9.xml.in =================================================================== RCS file: /cvs/pkgs/comps/comps-f9.xml.in,v retrieving revision 1.429 retrieving revision 1.430 diff -u -r1.429 -r1.430 --- comps-f9.xml.in 1 Jan 2009 05:10:06 -0000 1.429 +++ comps-f9.xml.in 4 Jan 2009 22:22:00 -0000 1.430 @@ -1063,6 +1063,7 @@ scribes scribes-templates vim-X11 + virtaal xemacs xemacs-ess xemacs-muse From erikos at fedoraproject.org Sun Jan 4 22:28:31 2009 From: erikos at fedoraproject.org (Simon Schampijer) Date: Sun, 4 Jan 2009 22:28:31 +0000 (UTC) Subject: rpms/sugar-base/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 sugar-base.spec, 1.10, 1.11 Message-ID: <20090104222831.50BFE70140@cvs1.fedora.phx.redhat.com> Author: erikos Update of /cvs/pkgs/rpms/sugar-base/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9395 Modified Files: .cvsignore sources sugar-base.spec Log Message: * Sun Jan 04 2009 Simon Schampijer - 0.83.2-1 - add intltool as build dep - new download url - Adding language he, bi, hu, sw, cs, sv, sk, wa - Updated translations Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/sugar-base/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 4 Nov 2008 10:13:02 -0000 1.7 +++ .cvsignore 4 Jan 2009 22:28:00 -0000 1.8 @@ -1 +1 @@ -sugar-base-0.83.1.tar.bz2 +sugar-base-0.83.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/sugar-base/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 4 Nov 2008 10:13:02 -0000 1.7 +++ sources 4 Jan 2009 22:28:00 -0000 1.8 @@ -1 +1 @@ -d1b9b9b32f14592d5a071af7f5787fb3 sugar-base-0.83.1.tar.bz2 +0f05d95eaf0f8e3174a3b3e3b0afe995 sugar-base-0.83.2.tar.bz2 Index: sugar-base.spec =================================================================== RCS file: /cvs/pkgs/rpms/sugar-base/devel/sugar-base.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sugar-base.spec 29 Nov 2008 17:21:15 -0000 1.10 +++ sugar-base.spec 4 Jan 2009 22:28:00 -0000 1.11 @@ -2,11 +2,11 @@ Summary: Base Sugar library Name: sugar-base -Version: 0.83.1 -Release: 2%{?dist} +Version: 0.83.2 +Release: 1%{?dist} #Release: 2.%{alphatag}%{?dist} -URL: http://dev.laptop.org/ -Source0: http://dev.laptop.org/pub/sugar/sources/%{name}/%{name}-%{version}.tar.bz2 +URL: http://sugarlabs.org/ +Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2 License: LGPLv2 Group: System Environment/Libraries Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -16,6 +16,7 @@ BuildRequires: pygtk2-codegen BuildRequires: gettext BuildRequires: perl-XML-Parser +BuildRequires: intltool %description @@ -44,6 +45,12 @@ %{python_sitelib}/* %changelog +* Sun Jan 04 2009 Simon Schampijer - 0.83.2-1 +- add intltool as build dep +- new download url +- Adding language he, bi, hu, sw, cs, sv, sk, wa +- Updated translations + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.83.1-2 - Rebuild for Python 2.6 From pkgdb at fedoraproject.org Sun Jan 4 22:34:10 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 22:34:10 +0000 Subject: [pkgdb] php-pecl-apc: timj has requested watchbugzilla Message-ID: <20090104223410.A68F1208D2B@bastion.fedora.phx.redhat.com> timj has requested the watchbugzilla acl on php-pecl-apc (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-pecl-apc From pkgdb at fedoraproject.org Sun Jan 4 22:34:17 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 22:34:17 +0000 Subject: [pkgdb] php-pecl-apc: timj has requested watchcommits Message-ID: <20090104223417.927CF208D4F@bastion.fedora.phx.redhat.com> timj has requested the watchcommits acl on php-pecl-apc (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-pecl-apc From pkgdb at fedoraproject.org Sun Jan 4 22:34:36 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 22:34:36 +0000 Subject: [pkgdb] php-pecl-apc ownership updated Message-ID: <20090104223437.00EDB2084B6@bastion.fedora.phx.redhat.com> Package php-pecl-apc in Fedora EPEL 4 was orphaned by timj To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-pecl-apc From cwickert at fedoraproject.org Sun Jan 4 22:35:10 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 22:35:10 +0000 (UTC) Subject: rpms/xfce4-screenshooter/devel import.log, NONE, 1.1 xfce4-screenshooter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104223510.080F470130@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/pkgs/rpms/xfce4-screenshooter/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12162/devel Modified Files: .cvsignore sources Added Files: import.log xfce4-screenshooter.spec Log Message: Initial import. Review at https://bugzilla.redhat.com/show_bug.cgi?id=478659 --- NEW FILE import.log --- xfce4-screenshooter-1_4_90_0-1_fc11:HEAD:xfce4-screenshooter-1.4.90.0-1.fc11.src.rpm:1231108387 --- NEW FILE xfce4-screenshooter.spec --- # Review at # Successor of the xfce4-screenshooter-plugin, which was reviewed at # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179202 Name: xfce4-screenshooter Version: 1.4.90.0 Release: 1%{?dist} Summary: Screenshot utility for the Xfce desktop Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/applications/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxfcegui4-devel >= 4.4.0 BuildRequires: perl(XML::Parser) gettext intltool desktop-file-utils %description The Xfce Screenshooter utility allows you to capture the entire screen, the active window or a selected region. You can set the delay that elapses before the screenshot is taken and the action that will be done with the screenshot: save it to a PNG file, copy it to the clipboard, or open it using another application. %package plugin Summary: Screenshot utility for the Xfce panel Group: User Interface/Desktops BuildRequires: xfce4-panel-devel >= 4.4.0 Requires: %{name} = %{version}-%{release} Requires: xfce4-panel >= 4.4.0 %description plugin The Xfce Screenshooter plugin allows you to take screenshots from the Xfce panel. %prep %setup -q %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} desktop-file-install --vendor "" \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --add-only-show-in=XFCE \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ] ; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ] ; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README %{_bindir}/xfce4-screenshooter %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/applets-screenshooter.png %{_datadir}/icons/hicolor/scalable/apps/applets-screenshooter.svg %{_datadir}/xfce4/doc/*/images/%{name}-dialog.png %{_datadir}/xfce4/doc/*/%{name}.html %{_mandir}/man1/*.1.gz %files plugin %defattr(-,root,root,-) %{_libexecdir}/xfce4/panel-plugins/%{name}-plugin %{_datadir}/xfce4/panel-plugins/*.desktop %changelog * Fri Jan 02 2009 Christoph Wickert - 1.4.90.0-1 - Update to 1.4.90.0 - Split package into standalone app and panel plugin * Thu Nov 27 2008 Christoph Wickert - 1.4.0-1 - Update to 1.4.0 * Wed Aug 27 2008 Christoph Wickert - 1.3.2-1 - Update to 1.3.2 * Wed Aug 27 2008 Christoph Wickert - 1.3.2-1 - Update to 1.3.2 * Fri Jul 18 2008 Christoph Wickert - 1.3.1-1 - Update to 1.3.1 * Wed Jul 16 2008 Christoph Wickert - 1.3.0-1 - Update to 1.3.0 * Thu Jul 03 2008 Christoph Wickert - 1.2.0-1 - Update to 1.2.0 - Include new xfce4-screenshooter manpage * Sat Jun 22 2008 Christoph Wickert - 1.1.0-1 - Update to 1.1.0 - BR gettext * Mon Feb 18 2008 Fedora Release Engineering - 1.0.0-7 - Autorebuild for GCC 4.3 * Sat Aug 25 2007 Christoph Wickert - 1.0.0-6 - Change license tag to GPLv2+ * Sat Apr 28 2007 Christoph Wickert - 1.0.0-5 - Rebuild for Xfce 4.4.1 * Sun Jan 28 2007 Christoph Wickert - 1.0.0-4 - Rebuild for XFCE 4.4. * Thu Oct 05 2006 Christoph Wickert - 1.0.0-3 - Bump release for devel checkin. * Wed Sep 13 2006 Christoph Wickert - 1.0.0-2 - Rebuild for XFCE 4.3.99.1. - BR perl(XML::Parser). * Mon Sep 04 2006 Christoph Wickert - 1.0.0-1 - Update to 1.0.0 on XFCE 4.3.90.2. * Mon Sep 04 2006 Christoph Wickert - 0.0.8-4 - Mass rebuild for Fedora Core 6. * Tue Apr 11 2006 Christoph Wickert - 0.0.8-3 - Require xfce4-panel. * Thu Feb 16 2006 Christoph Wickert - 0.0.8-2 - Rebuild for Fedora Extras 5. * Sat Jan 21 2006 Christoph Wickert - 0.0.8-1 - Initial Fedora Extras version. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/xfce4-screenshooter/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:30:02 -0000 1.1 +++ .cvsignore 4 Jan 2009 22:34:39 -0000 1.2 @@ -0,0 +1 @@ +xfce4-screenshooter-1.4.90.0.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/xfce4-screenshooter/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:30:02 -0000 1.1 +++ sources 4 Jan 2009 22:34:39 -0000 1.2 @@ -0,0 +1 @@ +1bcd5d2e7428c7ced039be87dfa30d74 xfce4-screenshooter-1.4.90.0.tar.gz From cwickert at fedoraproject.org Sun Jan 4 22:46:10 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 22:46:10 +0000 (UTC) Subject: rpms/xfce4-screenshooter/devel xfce4-screenshooter.spec,1.1,1.2 Message-ID: <20090104224610.98E5270130@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/pkgs/rpms/xfce4-screenshooter/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15558 Modified Files: xfce4-screenshooter.spec Log Message: final fixes as propsed in the review Index: xfce4-screenshooter.spec =================================================================== RCS file: /cvs/pkgs/rpms/xfce4-screenshooter/devel/xfce4-screenshooter.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xfce4-screenshooter.spec 4 Jan 2009 22:34:39 -0000 1.1 +++ xfce4-screenshooter.spec 4 Jan 2009 22:45:40 -0000 1.2 @@ -1,4 +1,4 @@ -# Review at +# Review at https://bugzilla.redhat.com/show_bug.cgi?id=478659 # Successor of the xfce4-screenshooter-plugin, which was reviewed at # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179202 @@ -37,7 +37,8 @@ %prep %setup -q - +# KDE and GNOME have their own screenshot utilis +echo "NotShowIn=KDE;GNOME;" >> src/xfce4-screenshooter.desktop.in.in %build %configure --disable-static @@ -50,7 +51,6 @@ %find_lang %{name} desktop-file-install --vendor "" \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ - --add-only-show-in=XFCE \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop From erikos at fedoraproject.org Sun Jan 4 22:46:15 2009 From: erikos at fedoraproject.org (Simon Schampijer) Date: Sun, 4 Jan 2009 22:46:15 +0000 (UTC) Subject: rpms/sugar-artwork/devel .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 sugar-artwork.spec, 1.13, 1.14 Message-ID: <20090104224615.3D74370130@cvs1.fedora.phx.redhat.com> Author: erikos Update of /cvs/pkgs/rpms/sugar-artwork/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15540 Modified Files: .cvsignore sources sugar-artwork.spec Log Message: * Sun Jan 04 2009 Simon Schampijer - 0.83.2-1 - New icon for the wired network Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/sugar-artwork/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 4 Nov 2008 10:10:50 -0000 1.10 +++ .cvsignore 4 Jan 2009 22:45:44 -0000 1.11 @@ -1 +1 @@ -sugar-artwork-0.83.1.tar.bz2 +sugar-artwork-0.83.2.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/sugar-artwork/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 4 Nov 2008 10:10:50 -0000 1.10 +++ sources 4 Jan 2009 22:45:44 -0000 1.11 @@ -1 +1 @@ -358c00077cb5ce5d6e9a2378a1d73679 sugar-artwork-0.83.1.tar.bz2 +89219be4549bc6cb6a59062d06bec1e4 sugar-artwork-0.83.2.tar.bz2 Index: sugar-artwork.spec =================================================================== RCS file: /cvs/pkgs/rpms/sugar-artwork/devel/sugar-artwork.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sugar-artwork.spec 4 Nov 2008 10:10:50 -0000 1.13 +++ sugar-artwork.spec 4 Jan 2009 22:45:44 -0000 1.14 @@ -3,15 +3,15 @@ Summary: Artwork for Sugar look-and-feel Name: sugar-artwork -Version: 0.83.1 +Version: 0.83.2 Release: 1%{?dist} #Release: 2.%{alphatag}%{?dist} -URL: http://dev.laptop.org +URL: http://sugarlabs.org # git clone git://dev.laptop.org/artwork # cd sugar # git-checkout %{commitid} #Source0: %{name}-%{version}-git%{commitid}.tar.bz2 -Source0: http://dev.laptop.org/pub/sugar/sources/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2 Group: User Interface/Desktops License: LGPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,6 +64,9 @@ %{_libdir}/gtk-2.0/*/engines/*.so %changelog +* Sun Jan 04 2009 Simon Schampijer - 0.83.2-1 +- New icon for the wired network + * Tue Nov 4 2008 Marco Pesenti Gritti - 0.83.1-1 - Update to 0.83.1 From pfj at fedoraproject.org Sun Jan 4 22:54:08 2009 From: pfj at fedoraproject.org (Paul F. Johnson) Date: Sun, 4 Jan 2009 22:54:08 +0000 (UTC) Subject: rpms/libgdiplus/devel .cvsignore, 1.20, 1.21 import.log, 1.7, 1.8 libgdiplus.spec, 1.36, 1.37 sources, 1.23, 1.24 Message-ID: <20090104225408.C5ADE70130@cvs1.fedora.phx.redhat.com> Author: pfj Update of /cvs/pkgs/rpms/libgdiplus/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17897/devel Modified Files: .cvsignore import.log libgdiplus.spec sources Log Message: Update from svn Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libgdiplus/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 24 Dec 2008 22:37:09 -0000 1.20 +++ .cvsignore 4 Jan 2009 22:53:38 -0000 1.21 @@ -1 +1 @@ -libgdiplus-122059.tar.bz2 +libgdiplus-122354.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/libgdiplus/devel/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 24 Dec 2008 22:37:09 -0000 1.7 +++ import.log 4 Jan 2009 22:53:38 -0000 1.8 @@ -5,3 +5,4 @@ libgdiplus-2_2-1_pre1_fc10:HEAD:libgdiplus-2.2-1.pre1.fc10.src.rpm:1227618032 libgdiplus-2_2-3_pre2_20081210svn118228_fc11:HEAD:libgdiplus-2.2-3.pre2.20081210svn118228.fc11.src.rpm:1229339579 libgdiplus-2_2-4_RC1_20081224svn122059_fc11:HEAD:libgdiplus-2.2-4.RC1.20081224svn122059.fc11.src.rpm:1230158179 +libgdiplus-2_2-4_RC1_20090104svn122354_fc11:HEAD:libgdiplus-2.2-4.RC1.20090104svn122354.fc11.src.rpm:1231109575 Index: libgdiplus.spec =================================================================== RCS file: /cvs/pkgs/rpms/libgdiplus/devel/libgdiplus.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- libgdiplus.spec 24 Dec 2008 22:37:09 -0000 1.36 +++ libgdiplus.spec 4 Jan 2009 22:53:38 -0000 1.37 @@ -1,8 +1,8 @@ -%define svnver 122059 +%define svnver 122354 Name: libgdiplus Version: 2.2 -Release: 4.RC1.20081224svn%{svnver}%{?dist} +Release: 4.RC1.20090104svn%{svnver}%{?dist} Summary: libgdiplus: An Open Source implementation of the GDI+ API Group: System Environment/Libraries @@ -61,6 +61,9 @@ %{_libdir}/lib*.so %changelog +* Sun Jan 04 2009 Paul F. Johnson 2.2-4.RC1.20090104svn122354 +- Update to svn + * Wed Dec 24 2008 Paul F. Johnson 2.2-4.RC1.20081224svn122059 - Bump to RC1 branched svn Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libgdiplus/devel/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 24 Dec 2008 22:37:09 -0000 1.23 +++ sources 4 Jan 2009 22:53:38 -0000 1.24 @@ -1 +1 @@ -0ee844a701f813868a7af3ab08201a1c libgdiplus-122059.tar.bz2 +f0c21613efbedfbe0dd7f0fdfc702dc0 libgdiplus-122354.tar.bz2 From cweyl at fedoraproject.org Sun Jan 4 22:59:56 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 4 Jan 2009 22:59:56 +0000 (UTC) Subject: rpms/perl-Directory-Scratch-Structured/devel import.log, NONE, 1.1 perl-Directory-Scratch-Structured.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104225956.DFBEB7013C@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Directory-Scratch-Structured/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20271/devel Modified Files: .cvsignore sources Added Files: import.log perl-Directory-Scratch-Structured.spec Log Message: initial import --- NEW FILE import.log --- perl-Directory-Scratch-Structured-0_04-1_fc10:HEAD:perl-Directory-Scratch-Structured-0.04-1.fc10.src.rpm:1231109951 --- NEW FILE perl-Directory-Scratch-Structured.spec --- Name: perl-Directory-Scratch-Structured Version: 0.04 Release: 1%{?dist} # see lib/Directory/Scratch/Structured.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Creates temporary files and directories from a structured description Source: http://search.cpan.org/CPAN/authors/id/N/NK/NKH/Directory-Scratch-Structured-%{version}.tar.gz Url: http://search.cpan.org/dist/Directory-Scratch-Structured BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Data::TreeDumper) BuildRequires: perl(Directory::Scratch) BuildRequires: perl(Readonly) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Block) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Strict) BuildRequires: perl(Test::Warn) %description This module adds a _create_structured_tree_ subroutine to Directory::Scratch. This method is useful to create a directory structure needed for temporary purposes, e.g. for testing. %prep %setup -q -n Directory-Scratch-Structured-%{version} find . -type f -exec chmod -c -x {} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Dec 30 2008 Chris Weyl 0.04-1 - remove author test br's (removed from t/) * Sat Nov 29 2008 Chris Weyl 0.03-1 - update for submission * Sat Nov 29 2008 Chris Weyl 0.03-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Directory-Scratch-Structured/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:31:55 -0000 1.1 +++ .cvsignore 4 Jan 2009 22:59:26 -0000 1.2 @@ -0,0 +1 @@ +Directory-Scratch-Structured-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Directory-Scratch-Structured/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:31:55 -0000 1.1 +++ sources 4 Jan 2009 22:59:26 -0000 1.2 @@ -0,0 +1 @@ +ef6155cc8a9723e0e9614508aa1c592d Directory-Scratch-Structured-0.04.tar.gz From erikos at fedoraproject.org Sun Jan 4 22:59:55 2009 From: erikos at fedoraproject.org (Simon Schampijer) Date: Sun, 4 Jan 2009 22:59:55 +0000 (UTC) Subject: rpms/sugar-datastore/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 sugar-datastore.spec, 1.9, 1.10 Message-ID: <20090104225955.D1F6A7013C@cvs1.fedora.phx.redhat.com> Author: erikos Update of /cvs/pkgs/rpms/sugar-datastore/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20032 Modified Files: .cvsignore sources sugar-datastore.spec Log Message: * Sun Jan 04 2009 Simon Schampijer - 0.83.1-1 - contains a bunch of stability and robustness improvements Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/sugar-datastore/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 4 Nov 2008 10:20:12 -0000 1.7 +++ .cvsignore 4 Jan 2009 22:59:24 -0000 1.8 @@ -1 +1 @@ -sugar-datastore-0.83.0.tar.bz2 +sugar-datastore-0.83.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/sugar-datastore/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 4 Nov 2008 10:20:12 -0000 1.7 +++ sources 4 Jan 2009 22:59:24 -0000 1.8 @@ -1 +1 @@ -9b8d9f6111f43004f32a61fd3fc98414 sugar-datastore-0.83.0.tar.bz2 +31f1b45406d42207ffcec8f3829dc12b sugar-datastore-0.83.1.tar.bz2 Index: sugar-datastore.spec =================================================================== RCS file: /cvs/pkgs/rpms/sugar-datastore/devel/sugar-datastore.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sugar-datastore.spec 29 Nov 2008 17:21:15 -0000 1.9 +++ sugar-datastore.spec 4 Jan 2009 22:59:24 -0000 1.10 @@ -1,14 +1,14 @@ %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") Name: sugar-datastore -Version: 0.83.0 -Release: 2%{?dist} +Version: 0.83.1 +Release: 1%{?dist} Summary: Sugar Datastore Group: Development/Libraries License: GPLv2+ -URL: http://dev.laptop.org/ -Source0: http://dev.laptop.org/pub/sugar/sources/%{name}/%{name}-%{version}.tar.bz2 +URL: http://sugarlabs.org/ +Source0: http://download.sugarlabs.org/sources/sucrose/glucose/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel @@ -46,6 +46,9 @@ %{_datadir}/dbus-1/services/*.service %changelog +* Sun Jan 04 2009 Simon Schampijer - 0.83.1-1 +- contains a bunch of stability and robustness improvements + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.83.0-2 - Rebuild for Python 2.6 From cweyl at fedoraproject.org Sun Jan 4 23:01:42 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 4 Jan 2009 23:01:42 +0000 (UTC) Subject: rpms/perl-Directory-Scratch-Structured/F-10 import.log, NONE, 1.1 perl-Directory-Scratch-Structured.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104230142.D1B9A7013C@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Directory-Scratch-Structured/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21580/F-10 Modified Files: .cvsignore sources Added Files: import.log perl-Directory-Scratch-Structured.spec Log Message: initial import --- NEW FILE import.log --- perl-Directory-Scratch-Structured-0_04-1_fc10:F-10:perl-Directory-Scratch-Structured-0.04-1.fc10.src.rpm:1231110047 --- NEW FILE perl-Directory-Scratch-Structured.spec --- Name: perl-Directory-Scratch-Structured Version: 0.04 Release: 1%{?dist} # see lib/Directory/Scratch/Structured.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Creates temporary files and directories from a structured description Source: http://search.cpan.org/CPAN/authors/id/N/NK/NKH/Directory-Scratch-Structured-%{version}.tar.gz Url: http://search.cpan.org/dist/Directory-Scratch-Structured BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Data::TreeDumper) BuildRequires: perl(Directory::Scratch) BuildRequires: perl(Readonly) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Block) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Strict) BuildRequires: perl(Test::Warn) %description This module adds a _create_structured_tree_ subroutine to Directory::Scratch. This method is useful to create a directory structure needed for temporary purposes, e.g. for testing. %prep %setup -q -n Directory-Scratch-Structured-%{version} find . -type f -exec chmod -c -x {} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Dec 30 2008 Chris Weyl 0.04-1 - remove author test br's (removed from t/) * Sat Nov 29 2008 Chris Weyl 0.03-1 - update for submission * Sat Nov 29 2008 Chris Weyl 0.03-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Directory-Scratch-Structured/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:31:55 -0000 1.1 +++ .cvsignore 4 Jan 2009 23:01:11 -0000 1.2 @@ -0,0 +1 @@ +Directory-Scratch-Structured-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Directory-Scratch-Structured/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:31:55 -0000 1.1 +++ sources 4 Jan 2009 23:01:12 -0000 1.2 @@ -0,0 +1 @@ +ef6155cc8a9723e0e9614508aa1c592d Directory-Scratch-Structured-0.04.tar.gz From cweyl at fedoraproject.org Sun Jan 4 23:03:03 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Sun, 4 Jan 2009 23:03:03 +0000 (UTC) Subject: rpms/perl-Directory-Scratch-Structured/F-9 import.log, NONE, 1.1 perl-Directory-Scratch-Structured.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104230303.5EAF07013F@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Directory-Scratch-Structured/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22705/F-9 Modified Files: .cvsignore sources Added Files: import.log perl-Directory-Scratch-Structured.spec Log Message: initial import --- NEW FILE import.log --- perl-Directory-Scratch-Structured-0_04-1_fc10:F-9:perl-Directory-Scratch-Structured-0.04-1.fc10.src.rpm:1231110140 --- NEW FILE perl-Directory-Scratch-Structured.spec --- Name: perl-Directory-Scratch-Structured Version: 0.04 Release: 1%{?dist} # see lib/Directory/Scratch/Structured.pm License: GPL+ or Artistic Group: Development/Libraries Summary: Creates temporary files and directories from a structured description Source: http://search.cpan.org/CPAN/authors/id/N/NK/NKH/Directory-Scratch-Structured-%{version}.tar.gz Url: http://search.cpan.org/dist/Directory-Scratch-Structured BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Module::Build::Compat) BuildRequires: perl(Data::TreeDumper) BuildRequires: perl(Directory::Scratch) BuildRequires: perl(Readonly) BuildRequires: perl(Sub::Exporter) BuildRequires: perl(Sub::Install) BuildRequires: perl(Test::More) BuildRequires: perl(Test::Block) BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::NoWarnings) BuildRequires: perl(Test::Strict) BuildRequires: perl(Test::Warn) %description This module adds a _create_structured_tree_ subroutine to Directory::Scratch. This method is useful to create a directory structure needed for temporary purposes, e.g. for testing. %prep %setup -q -n Directory-Scratch-Structured-%{version} find . -type f -exec chmod -c -x {} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %{_fixperms} %{buildroot}/* %check make test %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README Changes %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog * Tue Dec 30 2008 Chris Weyl 0.04-1 - remove author test br's (removed from t/) * Sat Nov 29 2008 Chris Weyl 0.03-1 - update for submission * Sat Nov 29 2008 Chris Weyl 0.03-0.1 - initial RPM packaging - generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.5) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Directory-Scratch-Structured/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:31:55 -0000 1.1 +++ .cvsignore 4 Jan 2009 23:02:32 -0000 1.2 @@ -0,0 +1 @@ +Directory-Scratch-Structured-0.04.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Directory-Scratch-Structured/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:31:55 -0000 1.1 +++ sources 4 Jan 2009 23:02:33 -0000 1.2 @@ -0,0 +1 @@ +ef6155cc8a9723e0e9614508aa1c592d Directory-Scratch-Structured-0.04.tar.gz From cwickert at fedoraproject.org Sun Jan 4 23:03:23 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 23:03:23 +0000 (UTC) Subject: rpms/xfce4-screenshooter-plugin/devel dead.package, NONE, 1.1 .cvsignore, 1.7, NONE Makefile, 1.1, NONE sources, 1.7, NONE xfce4-screenshooter-plugin.spec, 1.15, NONE Message-ID: <20090104230323.D0D677013F@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/pkgs/rpms/xfce4-screenshooter-plugin/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23087/devel Added Files: dead.package Removed Files: .cvsignore Makefile sources xfce4-screenshooter-plugin.spec Log Message: obsolte package in F10 and devel because it has been superseded by xfce4-screenshooter --- NEW FILE dead.package --- xfce4-screenshooter-plugin is a subpackage of xfce4-screenshooter now (changed with 1.4.90.0). --- .cvsignore DELETED --- --- Makefile DELETED --- --- sources DELETED --- --- xfce4-screenshooter-plugin.spec DELETED --- From cwickert at fedoraproject.org Sun Jan 4 23:03:24 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 23:03:24 +0000 (UTC) Subject: rpms/xfce4-screenshooter-plugin/F-10 dead.package, NONE, 1.1 .cvsignore, 1.7, NONE Makefile, 1.1, NONE sources, 1.7, NONE xfce4-screenshooter-plugin.spec, 1.15, NONE Message-ID: <20090104230324.B4FEA7013F@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/pkgs/rpms/xfce4-screenshooter-plugin/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23087/F-10 Added Files: dead.package Removed Files: .cvsignore Makefile sources xfce4-screenshooter-plugin.spec Log Message: obsolte package in F10 and devel because it has been superseded by xfce4-screenshooter --- NEW FILE dead.package --- xfce4-screenshooter-plugin is a subpackage of xfce4-screenshooter now (changed with 1.4.90.0). --- .cvsignore DELETED --- --- Makefile DELETED --- --- sources DELETED --- --- xfce4-screenshooter-plugin.spec DELETED --- From cwickert at fedoraproject.org Sun Jan 4 23:06:20 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 23:06:20 +0000 (UTC) Subject: rpms/xfce4-screenshooter/F-10 xfce4-screenshooter.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090104230620.29D6D70130@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/pkgs/rpms/xfce4-screenshooter/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25199 Modified Files: .cvsignore sources Added Files: xfce4-screenshooter.spec Log Message: * Fri Jan 02 2009 Christoph Wickert - 1.4.90.0-1 - Update to 1.4.90.0 - Split package into standalone app and panel plugin --- NEW FILE xfce4-screenshooter.spec --- # Review at https://bugzilla.redhat.com/show_bug.cgi?id=478659 # Successor of the xfce4-screenshooter-plugin, which was reviewed at # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179202 Name: xfce4-screenshooter Version: 1.4.90.0 Release: 1%{?dist} Summary: Screenshot utility for the Xfce desktop Group: User Interface/Desktops License: GPLv2+ URL: http://goodies.xfce.org/projects/applications/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxfcegui4-devel >= 4.4.0 BuildRequires: perl(XML::Parser) gettext intltool desktop-file-utils %description The Xfce Screenshooter utility allows you to capture the entire screen, the active window or a selected region. You can set the delay that elapses before the screenshot is taken and the action that will be done with the screenshot: save it to a PNG file, copy it to the clipboard, or open it using another application. %package plugin Summary: Screenshot utility for the Xfce panel Group: User Interface/Desktops BuildRequires: xfce4-panel-devel >= 4.4.0 Requires: %{name} = %{version}-%{release} Requires: xfce4-panel >= 4.4.0 %description plugin The Xfce Screenshooter plugin allows you to take screenshots from the Xfce panel. %prep %setup -q # KDE and GNOME have their own screenshot utilis echo "NotShowIn=KDE;GNOME;" >> src/xfce4-screenshooter.desktop.in.in %build %configure --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} desktop-file-install --vendor "" \ --dir ${RPM_BUILD_ROOT}%{_datadir}/applications \ --delete-original \ ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %post touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ] ; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %postun touch --no-create %{_datadir}/icons/hicolor || : if [ -x %{_bindir}/gtk-update-icon-cache ] ; then %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : fi %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README %{_bindir}/xfce4-screenshooter %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/applets-screenshooter.png %{_datadir}/icons/hicolor/scalable/apps/applets-screenshooter.svg %{_datadir}/xfce4/doc/*/images/%{name}-dialog.png %{_datadir}/xfce4/doc/*/%{name}.html %{_mandir}/man1/*.1.gz %files plugin %defattr(-,root,root,-) %{_libexecdir}/xfce4/panel-plugins/%{name}-plugin %{_datadir}/xfce4/panel-plugins/*.desktop %changelog * Fri Jan 02 2009 Christoph Wickert - 1.4.90.0-1 - Update to 1.4.90.0 - Split package into standalone app and panel plugin * Thu Nov 27 2008 Christoph Wickert - 1.4.0-1 - Update to 1.4.0 * Wed Aug 27 2008 Christoph Wickert - 1.3.2-1 - Update to 1.3.2 * Wed Aug 27 2008 Christoph Wickert - 1.3.2-1 - Update to 1.3.2 * Fri Jul 18 2008 Christoph Wickert - 1.3.1-1 - Update to 1.3.1 * Wed Jul 16 2008 Christoph Wickert - 1.3.0-1 - Update to 1.3.0 * Thu Jul 03 2008 Christoph Wickert - 1.2.0-1 - Update to 1.2.0 - Include new xfce4-screenshooter manpage * Sat Jun 22 2008 Christoph Wickert - 1.1.0-1 - Update to 1.1.0 - BR gettext * Mon Feb 18 2008 Fedora Release Engineering - 1.0.0-7 - Autorebuild for GCC 4.3 * Sat Aug 25 2007 Christoph Wickert - 1.0.0-6 - Change license tag to GPLv2+ * Sat Apr 28 2007 Christoph Wickert - 1.0.0-5 - Rebuild for Xfce 4.4.1 * Sun Jan 28 2007 Christoph Wickert - 1.0.0-4 - Rebuild for XFCE 4.4. * Thu Oct 05 2006 Christoph Wickert - 1.0.0-3 - Bump release for devel checkin. * Wed Sep 13 2006 Christoph Wickert - 1.0.0-2 - Rebuild for XFCE 4.3.99.1. - BR perl(XML::Parser). * Mon Sep 04 2006 Christoph Wickert - 1.0.0-1 - Update to 1.0.0 on XFCE 4.3.90.2. * Mon Sep 04 2006 Christoph Wickert - 0.0.8-4 - Mass rebuild for Fedora Core 6. * Tue Apr 11 2006 Christoph Wickert - 0.0.8-3 - Require xfce4-panel. * Thu Feb 16 2006 Christoph Wickert - 0.0.8-2 - Rebuild for Fedora Extras 5. * Sat Jan 21 2006 Christoph Wickert - 0.0.8-1 - Initial Fedora Extras version. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/xfce4-screenshooter/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:30:02 -0000 1.1 +++ .cvsignore 4 Jan 2009 23:05:49 -0000 1.2 @@ -0,0 +1 @@ +xfce4-screenshooter-1.4.90.0.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/xfce4-screenshooter/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:30:02 -0000 1.1 +++ sources 4 Jan 2009 23:05:49 -0000 1.2 @@ -0,0 +1 @@ +1bcd5d2e7428c7ced039be87dfa30d74 xfce4-screenshooter-1.4.90.0.tar.gz From whot at fedoraproject.org Sun Jan 4 23:08:53 2009 From: whot at fedoraproject.org (Peter Hutterer) Date: Sun, 4 Jan 2009 23:08:53 +0000 (UTC) Subject: rpms/xkeyboard-config/devel xkeyboard-config-1.4-abnt2.patch, NONE, 1.1 xkeyboard-config.spec, 1.29, 1.30 Message-ID: <20090104230853.35A8670130@cvs1.fedora.phx.redhat.com> Author: whot Update of /cvs/pkgs/rpms/xkeyboard-config/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25809 Modified Files: xkeyboard-config.spec Added Files: xkeyboard-config-1.4-abnt2.patch Log Message: * Mon Jan 05 2009 Peter Hutterer - 1.4-8 - xkeyboard-config-1.4-abnt2.patch: fix , and . mixup in abnt2 (#470153) xkeyboard-config-1.4-abnt2.patch: --- NEW FILE xkeyboard-config-1.4-abnt2.patch --- >From b67326a9b271332c5bef23115d9c4ac7e7b2e6d9 Mon Sep 17 00:00:00 2001 From: Sergey V. Udaltsov Date: Wed, 26 Nov 2008 23:19:41 +0000 Subject: [PATCH] fixed abnt2 keycodes, b.fd.o#18712 --- ChangeLog | 5 +++++ keycodes/evdev | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/keycodes/evdev b/keycodes/evdev index 760e2d0..9da2cd5 100644 --- a/keycodes/evdev +++ b/keycodes/evdev @@ -311,6 +311,7 @@ xkb_keycodes "jp106" { // For brazilian ABNT2 keyboard. xkb_keycodes "abnt2" { include "evdev(evdev)" + = 129; }; // PC98 -- 1.6.0.6 Index: xkeyboard-config.spec =================================================================== RCS file: /cvs/pkgs/rpms/xkeyboard-config/devel/xkeyboard-config.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- xkeyboard-config.spec 24 Nov 2008 03:56:27 -0000 1.29 +++ xkeyboard-config.spec 4 Jan 2009 23:08:22 -0000 1.30 @@ -4,7 +4,7 @@ Summary: X Keyboard Extension configuration data Name: xkeyboard-config Version: 1.4 -Release: 7%{?dist} +Release: 8%{?dist} License: MIT Group: User Interface/X URL: http://www.freedesktop.org/wiki/Software/XKeyboardConfig @@ -19,6 +19,8 @@ Patch4: xkeyboard-config-1.4-battery.patch # Sent to svu Patch5: xkeyboard-config-1.4-jp-tilde.patch +# RH 470153, FDO Bug 18712 (fixed), taken from git +Patch6: xkeyboard-config-1.4-abnt2.patch BuildArch: noarch @@ -100,6 +102,9 @@ %{_datadir}/X11/xkb/rules/xorg.xml %changelog +* Mon Jan 05 2009 Peter Hutterer - 1.4-8 +- xkeyboard-config-1.4-abnt2.patch: fix , and . mixup in abnt2 (#470153) + * Mon Nov 24 2008 Peter Hutterer - 1.4-7 - Switch to using git patches, modelled after xorg-x11-server. - CVS remove unused patches. From pfj at fedoraproject.org Sun Jan 4 23:11:01 2009 From: pfj at fedoraproject.org (Paul F. Johnson) Date: Sun, 4 Jan 2009 23:11:01 +0000 (UTC) Subject: rpms/mono/devel .cvsignore, 1.31, 1.32 import.log, 1.30, 1.31 mono.spec, 1.103, 1.104 sources, 1.37, 1.38 Message-ID: <20090104231101.9133570130@cvs1.fedora.phx.redhat.com> Author: pfj Update of /cvs/pkgs/rpms/mono/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26381/devel Modified Files: .cvsignore import.log mono.spec sources Log Message: Update from svn Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mono/devel/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- .cvsignore 31 Dec 2008 17:12:55 -0000 1.31 +++ .cvsignore 4 Jan 2009 23:10:30 -0000 1.32 @@ -1 +1 @@ -mono-122288.tar.bz2 +mono-122388.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mono/devel/import.log,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- import.log 31 Dec 2008 17:12:55 -0000 1.30 +++ import.log 4 Jan 2009 23:10:30 -0000 1.31 @@ -28,3 +28,4 @@ mono-2_2-14_RC1_20081223svn122032_fc11:HEAD:mono-2.2-14.RC1.20081223svn122032.fc11.src.rpm:1230112849 mono-2_2-15_RC1_20081229svn122181_fc11:HEAD:mono-2.2-15.RC1.20081229svn122181.fc11.src.rpm:1230645701 mono-2_2-15_RC1_20081231svn122288_fc11:HEAD:mono-2.2-15.RC1.20081231svn122288.fc11.src.rpm:1230743514 +mono-2_2-15_RC1_20090401svn122388_fc11:HEAD:mono-2.2-15.RC1.20090401svn122388.fc11.src.rpm:1231110581 Index: mono.spec =================================================================== RCS file: /cvs/pkgs/rpms/mono/devel/mono.spec,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- mono.spec 31 Dec 2008 17:12:55 -0000 1.103 +++ mono.spec 4 Jan 2009 23:10:30 -0000 1.104 @@ -1,8 +1,8 @@ -%define svnver 122288 +%define svnver 122388 Name: mono Version: 2.2 -Release: 15.RC1.20081231svn%{svnver}%{?dist} +Release: 15.RC1.20090401svn%{svnver}%{?dist} Summary: A .NET runtime environment Group: Development/Languages @@ -690,6 +690,9 @@ %{_libdir}/pkgconfig/monodoc.pc %changelog +* Sun Jan 04 2009 Paul F. Johnson 2.2-15.RC1.20090401svn122388 +- Updates from svn + * Wed Dec 31 2008 Paul F. Johnson 2.2-15.RC1.20081231svn122288 - Important updates from svn @@ -701,7 +704,6 @@ - Update from svn - Minor spec file cleanups - * Fri Dec 19 2008 Paul F. Johnson 2.2-14.pre3.20081219svn121833 - Get PPC to build itself, will be disabled from the next build Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mono/devel/sources,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- sources 31 Dec 2008 17:12:55 -0000 1.37 +++ sources 4 Jan 2009 23:10:30 -0000 1.38 @@ -1 +1 @@ -1ca6db93dccd3bbfc9d65b5a260af125 mono-122288.tar.bz2 +fa7ec2cb621a4f96745fcd68c9558c3f mono-122388.tar.bz2 From pfj at fedoraproject.org Sun Jan 4 23:15:26 2009 From: pfj at fedoraproject.org (Paul F. Johnson) Date: Sun, 4 Jan 2009 23:15:26 +0000 (UTC) Subject: rpms/mono-tools/devel .cvsignore, 1.8, 1.9 import.log, 1.17, 1.18 mono-tools.spec, 1.22, 1.23 sources, 1.9, 1.10 Message-ID: <20090104231526.3A5A770130@cvs1.fedora.phx.redhat.com> Author: pfj Update of /cvs/pkgs/rpms/mono-tools/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27585/devel Modified Files: .cvsignore import.log mono-tools.spec sources Log Message: Update from svn Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mono-tools/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 30 Dec 2008 14:28:55 -0000 1.8 +++ .cvsignore 4 Jan 2009 23:14:55 -0000 1.9 @@ -1 +1 @@ -mono-tools-122166.tar.bz2 +mono-tools-122377.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/mono-tools/devel/import.log,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- import.log 30 Dec 2008 14:28:55 -0000 1.17 +++ import.log 4 Jan 2009 23:14:55 -0000 1.18 @@ -15,3 +15,4 @@ mono-tools-2_2-7_pre3_20081217svn121681_fc11:HEAD:mono-tools-2.2-7.pre3.20081217svn121681.fc11.src.rpm:1229522027 mono-tools-2_2-9_RC1_20081224svn122098_fc11:HEAD:mono-tools-2.2-9.RC1.20081224svn122098.fc11.src.rpm:1230158733 mono-tools-2_2-9_RC1_20081230svn122166_fc11:HEAD:mono-tools-2.2-9.RC1.20081230svn122166.fc11.src.rpm:1230647227 +mono-tools-2_2-9_RC1_20090104svn122377_fc11:HEAD:mono-tools-2.2-9.RC1.20090104svn122377.fc11.src.rpm:1231110855 Index: mono-tools.spec =================================================================== RCS file: /cvs/pkgs/rpms/mono-tools/devel/mono-tools.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- mono-tools.spec 30 Dec 2008 14:28:55 -0000 1.22 +++ mono-tools.spec 4 Jan 2009 23:14:55 -0000 1.23 @@ -1,10 +1,10 @@ %define debug_package %{nil} -%define svnver 122166 +%define svnver 122377 Summary: A collection of tools for mono applications Name: mono-tools Version: 2.2 -Release: 9.RC1.20081230svn%{svnver}%{?dist} +Release: 9.RC1.20090104svn%{svnver}%{?dist} License: MIT Group: Development/Tools Source0: %{name}-%{svnver}.tar.bz2 @@ -133,6 +133,9 @@ %{_libdir}/monodoc/sources/Gendarme* %changelog +* Sun Jan 04 2009 Paul F. Johnson -.2.2-9.RC1.20090104svn122377 +- update from svn + * Tue Dec 30 2008 Paul F. Johnson -.2.2-9.RC1.20081230svn122166 - update from svn Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mono-tools/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 30 Dec 2008 14:28:55 -0000 1.9 +++ sources 4 Jan 2009 23:14:55 -0000 1.10 @@ -1 +1 @@ -277ecf8802fa9d259583f990cd8a4f00 mono-tools-122166.tar.bz2 +94609bbb5292a48c132f0a3bc660c9d4 mono-tools-122377.tar.bz2 From whot at fedoraproject.org Sun Jan 4 23:15:54 2009 From: whot at fedoraproject.org (Peter Hutterer) Date: Sun, 4 Jan 2009 23:15:54 +0000 (UTC) Subject: rpms/xkeyboard-config/F-10 xkeyboard-config-1.4-abnt2.patch, NONE, 1.1 xkeyboard-config.spec, 1.26, 1.27 Message-ID: <20090104231554.7243770130@cvs1.fedora.phx.redhat.com> Author: whot Update of /cvs/pkgs/rpms/xkeyboard-config/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27763 Modified Files: xkeyboard-config.spec Added Files: xkeyboard-config-1.4-abnt2.patch Log Message: * Mon Jan 05 2009 Peter Hutterer - 1.4-6 - xkeyboard-config-1.4-abnt2.patch: fix , and . mixup in abnt2 (#470153) xkeyboard-config-1.4-abnt2.patch: --- NEW FILE xkeyboard-config-1.4-abnt2.patch --- >From b67326a9b271332c5bef23115d9c4ac7e7b2e6d9 Mon Sep 17 00:00:00 2001 From: Sergey V. Udaltsov Date: Wed, 26 Nov 2008 23:19:41 +0000 Subject: [PATCH] fixed abnt2 keycodes, b.fd.o#18712 --- ChangeLog | 5 +++++ keycodes/evdev | 1 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/keycodes/evdev b/keycodes/evdev index 760e2d0..9da2cd5 100644 --- a/keycodes/evdev +++ b/keycodes/evdev @@ -311,6 +311,7 @@ xkb_keycodes "jp106" { // For brazilian ABNT2 keyboard. xkb_keycodes "abnt2" { include "evdev(evdev)" + = 129; }; // PC98 -- 1.6.0.6 Index: xkeyboard-config.spec =================================================================== RCS file: /cvs/pkgs/rpms/xkeyboard-config/F-10/xkeyboard-config.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- xkeyboard-config.spec 12 Nov 2008 23:33:43 -0000 1.26 +++ xkeyboard-config.spec 4 Jan 2009 23:15:24 -0000 1.27 @@ -4,7 +4,7 @@ Summary: xkeyboard-config alternative xkb data files Name: xkeyboard-config Version: 1.4 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT Group: User Interface/X URL: http://www.x.org @@ -19,6 +19,8 @@ Patch4: xkeyboard-config-1.4-battery.patch # Sent to svu Patch5: xkeyboard-config-1.4-jp-tilde.patch +# RH 470153, FDO Bug 18712 (fixed), taken from git +Patch6: xkeyboard-config-1.4-abnt2.patch BuildArch: noarch @@ -53,6 +55,7 @@ %patch3 -p1 -b .tj-variants %patch4 -p1 -b .battery %patch5 -p1 -b .jp-tilde +%patch6 -p1 -b .abnt2 %build %configure \ @@ -92,6 +95,9 @@ %{_datadir}/X11/xkb/rules/xorg.xml %changelog +* Mon Jan 05 2009 Peter Hutterer - 1.4-6 +- xkeyboard-config-1.4-abnt2.patch: fix , and . mixup in abnt2 (#470153) + * Tue Nov 13 2008 Peter Hutterer - 1.4-5 - xkeyboard-config-1.4-jp-tilde.patch: TLDE in jp is Zenkaku/Hankaku, and BKSL should be bracket right/brace right (#469537). From pfj at fedoraproject.org Sun Jan 4 23:20:37 2009 From: pfj at fedoraproject.org (Paul F. Johnson) Date: Sun, 4 Jan 2009 23:20:37 +0000 (UTC) Subject: rpms/monodevelop/devel .cvsignore, 1.14, 1.15 import.log, 1.12, 1.13 monodevelop-2.spec, 1.4, 1.5 sources, 1.14, 1.15 Message-ID: <20090104232037.DECC370130@cvs1.fedora.phx.redhat.com> Author: pfj Update of /cvs/pkgs/rpms/monodevelop/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29328/devel Modified Files: .cvsignore import.log monodevelop-2.spec sources Log Message: Update from svn Changed version number as 1.9.1 is in the wild.... Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/monodevelop/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 30 Dec 2008 14:35:32 -0000 1.14 +++ .cvsignore 4 Jan 2009 23:20:07 -0000 1.15 @@ -1 +1 @@ -monodevelop-122192.tar.bz2 +monodevelop-122336.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/monodevelop/devel/import.log,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- import.log 30 Dec 2008 14:35:32 -0000 1.12 +++ import.log 4 Jan 2009 23:20:07 -0000 1.13 @@ -10,3 +10,4 @@ monodevelop-1_9_1-6_pre1_20081218svn121699_fc11:HEAD:monodevelop-1.9.1-6.pre1.20081218svn121699.fc11.src.rpm:1229595136 monodevelop-1_9_1-6_pre1_20081224svn122090_fc11:HEAD:monodevelop-1.9.1-6.pre1.20081224svn122090.fc11.src.rpm:1230160103 monodevelop-1_9_1-6_pre1_20081230svn122192_fc11:HEAD:monodevelop-1.9.1-6.pre1.20081230svn122192.fc11.src.rpm:1230647557 +monodevelop-1_9_2-pre1_20090104svn122336_fc11:HEAD:monodevelop-1.9.2-pre1.20090104svn122336.fc11.src.rpm:1231111150 Index: monodevelop-2.spec =================================================================== RCS file: /cvs/pkgs/rpms/monodevelop/devel/monodevelop-2.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- monodevelop-2.spec 30 Dec 2008 14:35:32 -0000 1.4 +++ monodevelop-2.spec 4 Jan 2009 23:20:07 -0000 1.5 @@ -8,12 +8,12 @@ #%(gacutil -l nunit.core | tail -n 2 | grep nunit.core | cut -d "=" -f 2 | cut -d "," -f 1) %define nunitver 2.2.10.0 -%define svnver 122192 +%define svnver 122336 Name: monodevelop -Version: 1.9.1 -Release: 6.pre1.20081230svn%{svnver}%{?dist} +Version: 1.9.2 +Release: pre1.20090104svn%{svnver}%{?dist} Summary: A full-featured IDE for Mono and Gtk# Group: Development/Tools @@ -160,6 +160,10 @@ %{_libdir}/pkgconfig/monodevelop*.pc %changelog +* Sun Jan 04 2009 Paul F. Johnson 1.9.2-pre1.200900104svn122336 +- Update from svn +- Reversioned as 1.9.1 is out there already + * Tue Dec 30 2008 Paul F. Johnson 1.9.1-7.pre1.20081230svn122192 - Update from svn Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/monodevelop/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 30 Dec 2008 14:35:32 -0000 1.14 +++ sources 4 Jan 2009 23:20:07 -0000 1.15 @@ -1 +1 @@ -bb5ddda224ed81b2e829b38235efd70a monodevelop-122192.tar.bz2 +b248d3f8e8f6d2c954b64cc0dee24bb8 monodevelop-122336.tar.bz2 From rdieter at fedoraproject.org Sun Jan 4 23:24:27 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 4 Jan 2009 23:24:27 +0000 (UTC) Subject: rpms/eigen2/devel .cvsignore, 1.4, 1.5 eigen2.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <20090104232427.AA91D70130@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/eigen2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30689 Modified Files: .cvsignore eigen2.spec sources Log Message: * Sun Jan 04 2009 Rex Dieter 2.0-0.6.beta4 - eigen-2.0-beta4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 8 Dec 2008 14:53:18 -0000 1.4 +++ .cvsignore 4 Jan 2009 23:23:57 -0000 1.5 @@ -1 +1 @@ -eigen-2.0-beta2.tar.bz2 +eigen-2.0-beta4.tar.bz2 Index: eigen2.spec =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/devel/eigen2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- eigen2.spec 8 Dec 2008 14:53:18 -0000 1.3 +++ eigen2.spec 4 Jan 2009 23:23:57 -0000 1.4 @@ -3,16 +3,16 @@ # http://bugzilla.redhat.com/459705 %define _with_check -DBUILD_TESTS=ON -%define pre beta2 +%define pre beta4 Name: eigen2 Summary: A lightweight C++ template library for vector and matrix math Version: 2.0 -Release: 0.5.%{pre}%{?dist} +Release: 0.6.%{pre}%{?dist} Group: System Environment/Libraries License: GPLv2+ or LGPLv3+ URL: http://eigen.tuxfamily.org/ -Source0: http://download.tuxfamily.org/eigen/eigen-%{version}-%{pre}.tar.bz2 +Source0: http://eigen.tuxfamily.org/eigen-%{version}-%{pre}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -82,6 +82,9 @@ %changelog +* Sun Jan 04 2009 Rex Dieter 2.0-0.6.beta4 +- eigen-2.0-beta4 + * Mon Dec 08 2008 Rex Dieter 2.0-0.5.beta2 - eigen-2.0-beta2 - (re)enable buildtime test Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 8 Dec 2008 14:53:18 -0000 1.4 +++ sources 4 Jan 2009 23:23:57 -0000 1.5 @@ -1 +1 @@ -22b55e388a602e0fa7e2098124f39f71 eigen-2.0-beta2.tar.bz2 +2a83362c251da812be16963da0186ad5 eigen-2.0-beta4.tar.bz2 From twaugh at fedoraproject.org Sun Jan 4 23:26:29 2009 From: twaugh at fedoraproject.org (Tim Waugh) Date: Sun, 4 Jan 2009 23:26:29 +0000 (UTC) Subject: rpms/expendable/devel expendable-0.0.8.tar.bz2.sig, NONE, 1.1 .cvsignore, 1.7, 1.8 expendable.spec, 1.15, 1.16 sources, 1.7, 1.8 expendable-0.0.7.tar.bz2.sig, 1.1, NONE Message-ID: <20090104232629.5280870130@cvs1.fedora.phx.redhat.com> Author: twaugh Update of /cvs/pkgs/rpms/expendable/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31195 Modified Files: .cvsignore expendable.spec sources Added Files: expendable-0.0.8.tar.bz2.sig Removed Files: expendable-0.0.7.tar.bz2.sig Log Message: * Sun Jan 4 2009 Tim Waugh 0.0.8-1 - 0.0.8. --- NEW FILE expendable-0.0.8.tar.bz2.sig --- ?? Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/expendable/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 11 Nov 2008 10:08:59 -0000 1.7 +++ .cvsignore 4 Jan 2009 23:25:58 -0000 1.8 @@ -4,3 +4,4 @@ expendable-0.0.5.tar.bz2 expendable-0.0.6.tar.bz2 expendable-0.0.7.tar.bz2 +expendable-0.0.8.tar.bz2 Index: expendable.spec =================================================================== RCS file: /cvs/pkgs/rpms/expendable/devel/expendable.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- expendable.spec 1 Dec 2008 15:00:23 -0000 1.15 +++ expendable.spec 4 Jan 2009 23:25:58 -0000 1.16 @@ -1,7 +1,7 @@ Summary: Home finances modeling program Name: expendable -Version: 0.0.7 -Release: 2%{?dist} +Version: 0.0.8 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Productivity URL: https://fedorahosted.org/expendable/ @@ -83,6 +83,9 @@ %{_datadir}/applications/*.desktop %changelog +* Sun Jan 4 2009 Tim Waugh 0.0.8-1 +- 0.0.8. + * Mon Dec 01 2008 Ignacio Vazquez-Abrams - 0.0.7-2 - Rebuild for Python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/expendable/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 11 Nov 2008 10:08:59 -0000 1.7 +++ sources 4 Jan 2009 23:25:58 -0000 1.8 @@ -1 +1 @@ -e14f73b0aedfb9cee9bf196a38e9991c expendable-0.0.7.tar.bz2 +b261185e32c8966837435607fbb455bc expendable-0.0.8.tar.bz2 --- expendable-0.0.7.tar.bz2.sig DELETED --- From whot at fedoraproject.org Sun Jan 4 23:41:19 2009 From: whot at fedoraproject.org (Peter Hutterer) Date: Sun, 4 Jan 2009 23:41:19 +0000 (UTC) Subject: rpms/xorg-x11-drv-synaptics/devel 10-synaptics.fdi, 1.4, 1.5 xorg-x11-drv-synaptics.spec, 1.16, 1.17 Message-ID: <20090104234119.480F570130@cvs1.fedora.phx.redhat.com> Author: whot Update of /cvs/pkgs/rpms/xorg-x11-drv-synaptics/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5268 Modified Files: 10-synaptics.fdi xorg-x11-drv-synaptics.spec Log Message: * Mon Jan 05 2009 Peter Hutterer 0.99.3-3 - Require xorg-x11-server-sdk 1.6 to build - Update fdi file with comments on how to merge your own keys. Index: 10-synaptics.fdi =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-synaptics/devel/10-synaptics.fdi,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 10-synaptics.fdi 3 Dec 2008 23:39:58 -0000 1.4 +++ 10-synaptics.fdi 4 Jan 2009 23:40:48 -0000 1.5 @@ -2,6 +2,20 @@ + synaptics Index: xorg-x11-drv-synaptics.spec =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-synaptics/devel/xorg-x11-drv-synaptics.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- xorg-x11-drv-synaptics.spec 22 Dec 2008 01:49:17 -0000 1.16 +++ xorg-x11-drv-synaptics.spec 4 Jan 2009 23:40:48 -0000 1.17 @@ -7,7 +7,7 @@ Name: xorg-x11-drv-synaptics Summary: Xorg X11 Synaptics touchpad input driver Version: 0.99.3 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X Hardware Support @@ -21,10 +21,10 @@ ExcludeArch: s390 s390x BuildRequires: libtool pkgconfig -BuildRequires: xorg-x11-server-sdk >= 1.3.0.0-6 +BuildRequires: xorg-x11-server-sdk >= 1.5.99.3-1 BuildRequires: libX11-devel -Requires: xorg-x11-server-Xorg >= 1.3.0.0-6 +Requires: xorg-x11-server-Xorg >= 1.5.99.3-1 Requires: hal Provides: synaptics = %{version}-%{release} @@ -121,6 +121,10 @@ %changelog +* Mon Jan 05 2009 Peter Hutterer 0.99.3-3 +- Require xorg-x11-server-sdk 1.6 to build +- Update fdi file with comments on how to merge your own keys. + * Mon Dec 22 2008 Peter Hutterer 0.99.3-2 - Rebuild for server 1.6 From twaugh at fedoraproject.org Sun Jan 4 23:41:35 2009 From: twaugh at fedoraproject.org (Tim Waugh) Date: Sun, 4 Jan 2009 23:41:35 +0000 (UTC) Subject: rpms/expendable/F-10 expendable-0.0.8.tar.bz2.sig, NONE, 1.1 .cvsignore, 1.7, 1.8 expendable.spec, 1.14, 1.15 sources, 1.7, 1.8 expendable-0.0.7.tar.bz2.sig, 1.1, NONE Message-ID: <20090104234135.2C23170130@cvs1.fedora.phx.redhat.com> Author: twaugh Update of /cvs/pkgs/rpms/expendable/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5731 Modified Files: .cvsignore expendable.spec sources Added Files: expendable-0.0.8.tar.bz2.sig Removed Files: expendable-0.0.7.tar.bz2.sig Log Message: * Sun Jan 4 2009 Tim Waugh 0.0.8-1 - 0.0.8. --- NEW FILE expendable-0.0.8.tar.bz2.sig --- ?? Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/expendable/F-10/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 11 Nov 2008 10:11:29 -0000 1.7 +++ .cvsignore 4 Jan 2009 23:41:04 -0000 1.8 @@ -4,3 +4,4 @@ expendable-0.0.5.tar.bz2 expendable-0.0.6.tar.bz2 expendable-0.0.7.tar.bz2 +expendable-0.0.8.tar.bz2 Index: expendable.spec =================================================================== RCS file: /cvs/pkgs/rpms/expendable/F-10/expendable.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- expendable.spec 11 Nov 2008 10:11:29 -0000 1.14 +++ expendable.spec 4 Jan 2009 23:41:04 -0000 1.15 @@ -1,6 +1,6 @@ Summary: Home finances modeling program Name: expendable -Version: 0.0.7 +Version: 0.0.8 Release: 1%{?dist} License: GPLv2+ Group: Applications/Productivity @@ -83,6 +83,12 @@ %{_datadir}/applications/*.desktop %changelog +* Sun Jan 4 2009 Tim Waugh 0.0.8-1 +- 0.0.8. + +* Mon Dec 01 2008 Ignacio Vazquez-Abrams - 0.0.7-2 +- Rebuild for Python 2.6 + * Tue Nov 11 2008 Tim Waugh 0.0.7-1 - 0.0.7. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/expendable/F-10/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 11 Nov 2008 10:11:29 -0000 1.7 +++ sources 4 Jan 2009 23:41:04 -0000 1.8 @@ -1 +1 @@ -e14f73b0aedfb9cee9bf196a38e9991c expendable-0.0.7.tar.bz2 +b261185e32c8966837435607fbb455bc expendable-0.0.8.tar.bz2 --- expendable-0.0.7.tar.bz2.sig DELETED --- From pkgdb at fedoraproject.org Sun Jan 4 23:49:45 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 23:49:45 +0000 Subject: [pkgdb] rkhunter: wolfy has requested watchcommits Message-ID: <20090104234945.BB9E7208D4F@bastion.fedora.phx.redhat.com> wolfy has requested the watchcommits acl on rkhunter (Fedora EPEL 4) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rkhunter From pkgdb at fedoraproject.org Sun Jan 4 23:49:44 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 23:49:44 +0000 Subject: [pkgdb] rkhunter: wolfy has requested commit Message-ID: <20090104234944.6484620873E@bastion.fedora.phx.redhat.com> wolfy has requested the commit acl on rkhunter (Fedora EPEL 4) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rkhunter From pkgdb at fedoraproject.org Sun Jan 4 23:49:45 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 23:49:45 +0000 Subject: [pkgdb] rkhunter: wolfy has requested watchbugzilla Message-ID: <20090104234946.01ED7208D52@bastion.fedora.phx.redhat.com> wolfy has requested the watchbugzilla acl on rkhunter (Fedora EPEL 4) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rkhunter From pkgdb at fedoraproject.org Sun Jan 4 23:49:50 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 23:49:50 +0000 Subject: [pkgdb] rkhunter: wolfy has requested watchbugzilla Message-ID: <20090104234950.8CD9D208D57@bastion.fedora.phx.redhat.com> wolfy has requested the watchbugzilla acl on rkhunter (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rkhunter From pkgdb at fedoraproject.org Sun Jan 4 23:49:53 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 23:49:53 +0000 Subject: [pkgdb] rkhunter: wolfy has requested watchcommits Message-ID: <20090104234953.8ED75208D5A@bastion.fedora.phx.redhat.com> wolfy has requested the watchcommits acl on rkhunter (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rkhunter From pkgdb at fedoraproject.org Sun Jan 4 23:49:53 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 23:49:53 +0000 Subject: [pkgdb] rkhunter: wolfy has requested commit Message-ID: <20090104234953.AA4D5208D6A@bastion.fedora.phx.redhat.com> wolfy has requested the commit acl on rkhunter (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rkhunter From whot at fedoraproject.org Sun Jan 4 23:51:40 2009 From: whot at fedoraproject.org (Peter Hutterer) Date: Sun, 4 Jan 2009 23:51:40 +0000 (UTC) Subject: rpms/xorg-x11-drv-synaptics/F-10 10-synaptics.fdi, 1.3, 1.4 xorg-x11-drv-synaptics.spec, 1.9, 1.10 Message-ID: <20090104235141.1F84770130@cvs1.fedora.phx.redhat.com> Author: whot Update of /cvs/pkgs/rpms/xorg-x11-drv-synaptics/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7216 Modified Files: 10-synaptics.fdi xorg-x11-drv-synaptics.spec Log Message: * Mon Jan 05 2009 Peter Hutterer 0.15.2-2 - Update fdi file with comments on how to merge your own keys. Index: 10-synaptics.fdi =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-synaptics/F-10/10-synaptics.fdi,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 10-synaptics.fdi 8 Sep 2008 20:02:37 -0000 1.3 +++ 10-synaptics.fdi 4 Jan 2009 23:51:10 -0000 1.4 @@ -3,6 +3,22 @@ + synaptics Index: xorg-x11-drv-synaptics.spec =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-synaptics/F-10/xorg-x11-drv-synaptics.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- xorg-x11-drv-synaptics.spec 24 Nov 2008 00:06:37 -0000 1.9 +++ xorg-x11-drv-synaptics.spec 4 Jan 2009 23:51:10 -0000 1.10 @@ -5,7 +5,7 @@ Name: xorg-x11-drv-synaptics Summary: Xorg X11 Synaptics touchpad input driver Version: 0.15.2 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.x.org License: MIT Group: User Interface/X Hardware Support @@ -102,6 +102,9 @@ %doc COPYING README %changelog +* Mon Jan 05 2009 Peter Hutterer 0.15.2-2 +- Update fdi file with comments on how to merge your own keys. + * Mon Nov 24 2008 Peter Hutterer - Fix up summary and description, provide list of supported models. From pkgdb at fedoraproject.org Sun Jan 4 23:52:23 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 23:52:23 +0000 Subject: [pkgdb] rkhunter had acl change status Message-ID: <20090104235223.B62AD208D4E@bastion.fedora.phx.redhat.com> kevin has set the watchbugzilla acl on rkhunter (Fedora EPEL 4) to Approved for wolfy To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rkhunter From pkgdb at fedoraproject.org Sun Jan 4 23:52:27 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 23:52:27 +0000 Subject: [pkgdb] rkhunter had acl change status Message-ID: <20090104235227.270A5208D52@bastion.fedora.phx.redhat.com> kevin has set the commit acl on rkhunter (Fedora EPEL 4) to Approved for wolfy To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rkhunter From pkgdb at fedoraproject.org Sun Jan 4 23:52:25 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 23:52:25 +0000 Subject: [pkgdb] rkhunter had acl change status Message-ID: <20090104235225.49659208D51@bastion.fedora.phx.redhat.com> kevin has set the watchcommits acl on rkhunter (Fedora EPEL 4) to Approved for wolfy To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rkhunter From pkgdb at fedoraproject.org Sun Jan 4 23:52:31 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 23:52:31 +0000 Subject: [pkgdb] rkhunter had acl change status Message-ID: <20090104235231.BB66B208D57@bastion.fedora.phx.redhat.com> kevin has set the watchbugzilla acl on rkhunter (Fedora EPEL 5) to Approved for wolfy To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rkhunter From pkgdb at fedoraproject.org Sun Jan 4 23:52:34 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 23:52:34 +0000 Subject: [pkgdb] rkhunter had acl change status Message-ID: <20090104235234.1E4AE208D60@bastion.fedora.phx.redhat.com> kevin has set the watchcommits acl on rkhunter (Fedora EPEL 5) to Approved for wolfy To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rkhunter From pkgdb at fedoraproject.org Sun Jan 4 23:52:36 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 04 Jan 2009 23:52:36 +0000 Subject: [pkgdb] rkhunter had acl change status Message-ID: <20090104235236.CC674208D6A@bastion.fedora.phx.redhat.com> kevin has set the commit acl on rkhunter (Fedora EPEL 5) to Approved for wolfy To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rkhunter From twaugh at fedoraproject.org Mon Jan 5 00:00:29 2009 From: twaugh at fedoraproject.org (Tim Waugh) Date: Mon, 5 Jan 2009 00:00:29 +0000 (UTC) Subject: rpms/expendable/F-9 expendable-0.0.8.tar.bz2.sig, NONE, 1.1 .cvsignore, 1.6, 1.7 expendable.spec, 1.10, 1.11 sources, 1.7, 1.8 expendable-0.0.7.tar.bz2.sig, 1.1, NONE Message-ID: <20090105000030.053C970108@cvs1.fedora.phx.redhat.com> Author: twaugh Update of /cvs/pkgs/rpms/expendable/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8189 Modified Files: .cvsignore expendable.spec sources Added Files: expendable-0.0.8.tar.bz2.sig Removed Files: expendable-0.0.7.tar.bz2.sig Log Message: * Sun Jan 4 2009 Tim Waugh 0.0.8-1 - 0.0.8. --- NEW FILE expendable-0.0.8.tar.bz2.sig --- ?? Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/expendable/F-9/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 11 Nov 2008 10:15:20 -0000 1.6 +++ .cvsignore 4 Jan 2009 23:59:57 -0000 1.7 @@ -4,3 +4,4 @@ expendable-0.0.5.tar.bz2 expendable-0.0.6.tar.bz2 expendable-0.0.7.tar.bz2 +expendable-0.0.8.tar.bz2 Index: expendable.spec =================================================================== RCS file: /cvs/pkgs/rpms/expendable/F-9/expendable.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- expendable.spec 11 Nov 2008 10:15:20 -0000 1.10 +++ expendable.spec 4 Jan 2009 23:59:57 -0000 1.11 @@ -1,6 +1,6 @@ Summary: Home finances modeling program Name: expendable -Version: 0.0.7 +Version: 0.0.8 Release: 1%{?dist} License: GPLv2+ Group: Applications/Productivity @@ -83,6 +83,12 @@ %{_datadir}/applications/*.desktop %changelog +* Sun Jan 4 2009 Tim Waugh 0.0.8-1 +- 0.0.8. + +* Mon Dec 01 2008 Ignacio Vazquez-Abrams - 0.0.7-2 +- Rebuild for Python 2.6 + * Tue Nov 11 2008 Tim Waugh 0.0.7-1 - 0.0.7. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/expendable/F-9/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 11 Nov 2008 10:15:20 -0000 1.7 +++ sources 4 Jan 2009 23:59:57 -0000 1.8 @@ -1,2 +1 @@ -430a4f19616fb10f51614e009e00e630 expendable-0.0.6.tar.bz2 -e14f73b0aedfb9cee9bf196a38e9991c expendable-0.0.7.tar.bz2 +b261185e32c8966837435607fbb455bc expendable-0.0.8.tar.bz2 --- expendable-0.0.7.tar.bz2.sig DELETED --- From cwickert at fedoraproject.org Sun Jan 4 23:33:50 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sun, 4 Jan 2009 23:33:50 +0000 (UTC) Subject: comps comps-f10.xml.in,1.201,1.202 comps-f11.xml.in,1.48,1.49 Message-ID: <20090104233350.5D92A70130@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/pkgs/comps In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv898 Modified Files: comps-f10.xml.in comps-f11.xml.in Log Message: add xfce4-screenshooter Index: comps-f10.xml.in =================================================================== RCS file: /cvs/pkgs/comps/comps-f10.xml.in,v retrieving revision 1.201 retrieving revision 1.202 diff -u -r1.201 -r1.202 --- comps-f10.xml.in 4 Jan 2009 22:21:59 -0000 1.201 +++ comps-f10.xml.in 4 Jan 2009 23:33:19 -0000 1.202 @@ -5004,6 +5004,7 @@ xfce4-notes-plugin xfce4-places-plugin xfce4-quicklauncher-plugin + xfce4-screenshooter xfce4-screenshooter-plugin xfce4-sensors-plugin xfce4-smartbookmark-plugin Index: comps-f11.xml.in =================================================================== RCS file: /cvs/pkgs/comps/comps-f11.xml.in,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- comps-f11.xml.in 4 Jan 2009 22:22:00 -0000 1.48 +++ comps-f11.xml.in 4 Jan 2009 23:33:19 -0000 1.49 @@ -5133,6 +5133,7 @@ xfce4-notes-plugin xfce4-places-plugin xfce4-quicklauncher-plugin + xfce4-screenshooter xfce4-screenshooter-plugin xfce4-sensors-plugin xfce4-smartbookmark-plugin From cweyl at fedoraproject.org Mon Jan 5 00:09:36 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 5 Jan 2009 00:09:36 +0000 (UTC) Subject: rpms/perl-Class-MOP/devel .cvsignore, 1.22, 1.23 perl-Class-MOP.spec, 1.26, 1.27 sources, 1.22, 1.23 Message-ID: <20090105000936.D189670108@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-MOP/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9439 Modified Files: .cvsignore perl-Class-MOP.spec sources Log Message: * Sun Jan 04 2009 Chris Weyl 0.75-1 - update to 0.75 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 28 Dec 2008 16:15:15 -0000 1.22 +++ .cvsignore 5 Jan 2009 00:09:05 -0000 1.23 @@ -1 +1 @@ -Class-MOP-0.74.tar.gz +Class-MOP-0.75.tar.gz Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/perl-Class-MOP.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- perl-Class-MOP.spec 28 Dec 2008 16:15:15 -0000 1.26 +++ perl-Class-MOP.spec 5 Jan 2009 00:09:05 -0000 1.27 @@ -1,5 +1,5 @@ Name: perl-Class-MOP -Version: 0.74 +Version: 0.75 Release: 1%{?dist} Summary: Metaobject programming model for Perl License: GPL+ or Artistic @@ -87,6 +87,9 @@ %{_mandir}/man3/* %changelog +* Sun Jan 04 2009 Chris Weyl 0.75-1 +- update to 0.75 + * Sun Dec 28 2008 Chris Weyl 0.74-1 - update to 0.74 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 28 Dec 2008 16:15:15 -0000 1.22 +++ sources 5 Jan 2009 00:09:05 -0000 1.23 @@ -1 +1 @@ -c87613c1054496d64c196920f619b6df Class-MOP-0.74.tar.gz +b82bbb168eec776ec02795bb218c9f23 Class-MOP-0.75.tar.gz From cweyl at fedoraproject.org Mon Jan 5 00:12:26 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 5 Jan 2009 00:12:26 +0000 (UTC) Subject: rpms/perl-Class-MOP/F-10 perl-Class-MOP.spec, 1.21, 1.22 sources, 1.18, 1.19 Message-ID: <20090105001226.D26107013F@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-MOP/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10310 Modified Files: perl-Class-MOP.spec sources Log Message: * Sun Jan 04 2009 Chris Weyl 0.75-1 - update to 0.75 Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/F-10/perl-Class-MOP.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- perl-Class-MOP.spec 31 Dec 2008 03:08:26 -0000 1.21 +++ perl-Class-MOP.spec 5 Jan 2009 00:11:55 -0000 1.22 @@ -1,5 +1,5 @@ Name: perl-Class-MOP -Version: 0.74 +Version: 0.75 Release: 1%{?dist} Summary: Metaobject programming model for Perl License: GPL+ or Artistic @@ -87,6 +87,9 @@ %{_mandir}/man3/* %changelog +* Sun Jan 04 2009 Chris Weyl 0.75-1 +- update to 0.75 + * Sun Dec 28 2008 Chris Weyl 0.74-1 - update to 0.74 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/F-10/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 31 Dec 2008 03:08:26 -0000 1.18 +++ sources 5 Jan 2009 00:11:55 -0000 1.19 @@ -1 +1 @@ -c87613c1054496d64c196920f619b6df Class-MOP-0.74.tar.gz +b82bbb168eec776ec02795bb218c9f23 Class-MOP-0.75.tar.gz From cweyl at fedoraproject.org Mon Jan 5 00:12:35 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 5 Jan 2009 00:12:35 +0000 (UTC) Subject: rpms/perl-Class-MOP/F-9 perl-Class-MOP.spec, 1.17, 1.18 sources, 1.15, 1.16 Message-ID: <20090105001235.EE12E7013F@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Class-MOP/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10420 Modified Files: perl-Class-MOP.spec sources Log Message: * Sun Jan 04 2009 Chris Weyl 0.75-1 - update to 0.75 Index: perl-Class-MOP.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/F-9/perl-Class-MOP.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Class-MOP.spec 31 Dec 2008 03:17:04 -0000 1.17 +++ perl-Class-MOP.spec 5 Jan 2009 00:12:05 -0000 1.18 @@ -1,5 +1,5 @@ Name: perl-Class-MOP -Version: 0.74 +Version: 0.75 Release: 1%{?dist} Summary: Metaobject programming model for Perl License: GPL+ or Artistic @@ -87,6 +87,9 @@ %{_mandir}/man3/* %changelog +* Sun Jan 04 2009 Chris Weyl 0.75-1 +- update to 0.75 + * Sun Dec 28 2008 Chris Weyl 0.74-1 - update to 0.74 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Class-MOP/F-9/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 31 Dec 2008 03:17:04 -0000 1.15 +++ sources 5 Jan 2009 00:12:05 -0000 1.16 @@ -1 +1 @@ -c87613c1054496d64c196920f619b6df Class-MOP-0.74.tar.gz +b82bbb168eec776ec02795bb218c9f23 Class-MOP-0.75.tar.gz From jcollie at fedoraproject.org Mon Jan 5 00:12:40 2009 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Mon, 5 Jan 2009 00:12:40 +0000 (UTC) Subject: rpms/dahdi-tools/devel .cvsignore, 1.2, 1.3 dahdi-tools.spec, 1.4, 1.5 sources, 1.2, 1.3 dahdi-tools-2.0.0-init-status.patch, 1.1, NONE Message-ID: <20090105001240.D7B0B7013F@cvs1.fedora.phx.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/dahdi-tools/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10501 Modified Files: .cvsignore dahdi-tools.spec sources Removed Files: dahdi-tools-2.0.0-init-status.patch Log Message: * Sun Jan 4 2009 Jeffrey C. Ollie - 2.1.0.2-4 - Update to latest. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/dahdi-tools/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 10 Oct 2008 12:31:18 -0000 1.2 +++ .cvsignore 5 Jan 2009 00:12:10 -0000 1.3 @@ -1,2 +1,2 @@ -dahdi-linux-2.0.0.tar.gz -dahdi-tools-2.0.0.tar.gz +dahdi-linux-2.1.0.3.tar.gz +dahdi-tools-2.1.0.2.tar.gz Index: dahdi-tools.spec =================================================================== RCS file: /cvs/pkgs/rpms/dahdi-tools/devel/dahdi-tools.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- dahdi-tools.spec 20 Nov 2008 15:01:06 -0000 1.4 +++ dahdi-tools.spec 5 Jan 2009 00:12:10 -0000 1.5 @@ -1,5 +1,5 @@ -%define tools_version 2.0.0 -%define linux_version 2.0.0 +%define tools_version 2.1.0.2 +%define linux_version 2.1.0.3 Name: dahdi-tools Version: %{tools_version} @@ -13,7 +13,6 @@ Source0: http://downloads.digium.com/pub/telephony/dahdi-tools/releases/dahdi-tools-%{tools_version}.tar.gz Source1: http://downloads.digium.com/pub/telephony/dahdi-linux/releases/dahdi-linux-%{linux_version}.tar.gz # pulled from upstream SVN, revs 5072 and 5074 -Patch0: dahdi-tools-2.0.0-init-status.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -54,7 +53,6 @@ %prep %setup0 -q -n dahdi-tools-%{tools_version} -a 1 -%patch0 -p1 ln -s dahdi-linux-%{linux_version}/include include %{__perl} -pi -e 's/chkconfig:\s([0-9]+)\s([0-9]+)\s([0-9]+)/chkconfig: - \2 \3/' dahdi.init @@ -130,6 +128,7 @@ %{_sbindir}/xpp_sync %dir %{_datadir}/dahdi %{_datadir}/dahdi/xpp_fxloader +%{_datadir}/dahdi/waitfor_xpds %{_mandir}/man8/dahdi_cfg.8.gz %{_mandir}/man8/dahdi_genconf.8.gz %{_mandir}/man8/dahdi_hardware.8.gz @@ -158,6 +157,9 @@ %{_libdir}/*.so %changelog +* Sun Jan 4 2009 Jeffrey C. Ollie - 2.1.0.2-4 +- Update to latest. + * Thu Nov 20 2008 Jeffrey C. Ollie - 2.0.0-4 - Fix zaptel-lib(s) conflicts Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/dahdi-tools/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 10 Oct 2008 12:31:18 -0000 1.2 +++ sources 5 Jan 2009 00:12:10 -0000 1.3 @@ -1,2 +1,2 @@ -c09f880e67305bf5561c8030958b9fb9 dahdi-linux-2.0.0.tar.gz -31e48ed37e43662b0f8fbf146e192b66 dahdi-tools-2.0.0.tar.gz +4e2a294073a1375b8b3d33bbf4f607fe dahdi-linux-2.1.0.3.tar.gz +2e0c2866112932e54aacf3dc62f548ca dahdi-tools-2.1.0.2.tar.gz --- dahdi-tools-2.0.0-init-status.patch DELETED --- From dchen at fedoraproject.org Mon Jan 5 01:43:44 2009 From: dchen at fedoraproject.org (Ding-Yi Chen) Date: Mon, 5 Jan 2009 01:43:44 +0000 (UTC) Subject: rpms/fbterm/devel fbterm-1.3-setcap.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 fbterm.spec, 1.5, 1.6 import.log, 1.4, 1.5 sources, 1.3, 1.4 fbterm-1.2-kernel-header.patch, 1.1, NONE Message-ID: <20090105014344.8994C7011F@cvs1.fedora.phx.redhat.com> Author: dchen Update of /cvs/pkgs/rpms/fbterm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31981/devel Modified Files: .cvsignore fbterm.spec import.log sources Added Files: fbterm-1.3-setcap.patch Removed Files: fbterm-1.2-kernel-header.patch Log Message: Upstream update fbterm-1.3-setcap.patch: --- NEW FILE fbterm-1.3-setcap.patch --- diff -up ./src/Makefile.in.setcap ./src/Makefile.in --- ./src/Makefile.in.setcap 2009-01-05 10:23:56.000000000 +1000 +++ ./src/Makefile.in 2009-01-05 10:28:14.000000000 +1000 @@ -729,7 +729,7 @@ uninstall-am: uninstall-binPROGRAMS install-exec-hook: - at HAVE_FS_CAPABILITY_TRUE@ setcap 'cap_sys_tty_config+ep' $(DESTDIR)$(bindir)/fbterm$(EXEEXT) +#@HAVE_FS_CAPABILITY_TRUE@ setcap 'cap_sys_tty_config+ep' $(DESTDIR)$(bindir)/fbterm$(EXEEXT) @HAVE_FS_CAPABILITY_FALSE@ chmod u+s $(DESTDIR)$(bindir)/fbterm$(EXEEXT) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Nov 2008 07:00:34 -0000 1.3 +++ .cvsignore 5 Jan 2009 01:43:12 -0000 1.4 @@ -1 +1 @@ -fbterm-1.2.tar.gz +fbterm-1.3.tar.gz Index: fbterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/devel/fbterm.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fbterm.spec 11 Dec 2008 01:46:49 -0000 1.5 +++ fbterm.spec 5 Jan 2009 01:43:12 -0000 1.6 @@ -1,11 +1,12 @@ Name: fbterm -Version: 1.2 -Release: 2%{?dist} +Version: 1.3 +Release: 0%{?dist} License: GPLv2+ Group: Applications/System URL: http://code.google.com/p/fbterm/ Source0: http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz -Patch0: %{name}-1.2-kernel-header.patch +#Patch0: %{name}-1.2-kernel-header.patch +Patch1: %{name}-%{version}-setcap.patch Summary: A frame buffer terminal emulator Summary(zh_CN): ?????????????????????????????????????????? Summary(zh_TW): ?????????Framebuffer???????????????????????? @@ -35,7 +36,8 @@ %prep %setup -q -%patch0 -p0 -b .kernel-header +#%patch0 -p0 -b .kernel-header +%patch1 -p0 -b .signalfd %build %configure --disable-static --disable-rpath @@ -46,9 +48,13 @@ make DESTDIR=${RPM_BUILD_ROOT} install chmod 755 $RPM_BUILD_ROOT/%{_bindir}/%{name} + %clean rm -rf $RPM_BUILD_ROOT +%post +setcap 'cap_sys_tty_config+ep' %{_bindir}/%{name} + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README @@ -57,6 +63,22 @@ %changelog +* Mon Jan 05 2009 Ding-Yi Chen - 1.3-0 +- Upstream update: + 1. added command line arguments to change option values + 2. added client-server based input method framework + 3. added screen rotation support + 4. added support for visual type DIRECTCOLOR used by ATI cards + (thanks for Witek's patch) + 5. fixed a bug that user can't input some unicode characters + 6. fixed a bug of maybe not restore original console state after + FbTerm exited + 7. fixed several trivial bugs + 8. added using filesystem capability attributes offered by kernel + 2.6.27, instead of setting set-user-ID bit on FbTerm + 9. decreased memory usage of every shell instance by changing size + of the struct saving every charater's attribute from 4 to 2 bytes + * Thu Dec 11 2008 Ding-Yi Chen - 1.2-2 - Summary simplified. Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/devel/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 11 Dec 2008 01:46:49 -0000 1.4 +++ import.log 5 Jan 2009 01:43:12 -0000 1.5 @@ -2,3 +2,4 @@ fbterm-1_2-0_fc9:HEAD:fbterm-1.2-0.fc9.src.rpm:1227250796 fbterm-1_2-1_fc9:HEAD:fbterm-1.2-1.fc9.src.rpm:1227251011 fbterm-1_2-2_fc10:HEAD:fbterm-1.2-2.fc10.src.rpm:1228959810 +fbterm-1_3-0_fc10:HEAD:fbterm-1.3-0.fc10.src.rpm:1231119727 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Nov 2008 07:00:34 -0000 1.3 +++ sources 5 Jan 2009 01:43:12 -0000 1.4 @@ -1 +1 @@ -92cc48ff42f6059722f72c62130ee97b fbterm-1.2.tar.gz +12f52f60390576866ce9f7696779050d fbterm-1.3.tar.gz --- fbterm-1.2-kernel-header.patch DELETED --- From dchen at fedoraproject.org Mon Jan 5 01:45:27 2009 From: dchen at fedoraproject.org (Ding-Yi Chen) Date: Mon, 5 Jan 2009 01:45:27 +0000 (UTC) Subject: rpms/fbterm/F-10 fbterm-1.3-setcap.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 fbterm.spec, 1.3, 1.4 import.log, 1.3, 1.4 sources, 1.3, 1.4 fbterm-1.2-kernel-header.patch, 1.1, NONE Message-ID: <20090105014527.C17C07011F@cvs1.fedora.phx.redhat.com> Author: dchen Update of /cvs/pkgs/rpms/fbterm/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32505/F-10 Modified Files: .cvsignore fbterm.spec import.log sources Added Files: fbterm-1.3-setcap.patch Removed Files: fbterm-1.2-kernel-header.patch Log Message: Upstream update fbterm-1.3-setcap.patch: --- NEW FILE fbterm-1.3-setcap.patch --- diff -up ./src/Makefile.in.setcap ./src/Makefile.in --- ./src/Makefile.in.setcap 2009-01-05 10:23:56.000000000 +1000 +++ ./src/Makefile.in 2009-01-05 10:28:14.000000000 +1000 @@ -729,7 +729,7 @@ uninstall-am: uninstall-binPROGRAMS install-exec-hook: - at HAVE_FS_CAPABILITY_TRUE@ setcap 'cap_sys_tty_config+ep' $(DESTDIR)$(bindir)/fbterm$(EXEEXT) +#@HAVE_FS_CAPABILITY_TRUE@ setcap 'cap_sys_tty_config+ep' $(DESTDIR)$(bindir)/fbterm$(EXEEXT) @HAVE_FS_CAPABILITY_FALSE@ chmod u+s $(DESTDIR)$(bindir)/fbterm$(EXEEXT) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Nov 2008 07:19:07 -0000 1.3 +++ .cvsignore 5 Jan 2009 01:44:57 -0000 1.4 @@ -1 +1 @@ -fbterm-1.2.tar.gz +fbterm-1.3.tar.gz Index: fbterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/F-10/fbterm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fbterm.spec 11 Dec 2008 01:52:08 -0000 1.3 +++ fbterm.spec 5 Jan 2009 01:44:57 -0000 1.4 @@ -1,11 +1,12 @@ Name: fbterm -Version: 1.2 -Release: 2%{?dist} +Version: 1.3 +Release: 0%{?dist} License: GPLv2+ Group: Applications/System URL: http://code.google.com/p/fbterm/ Source0: http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz -Patch0: %{name}-1.2-kernel-header.patch +#Patch0: %{name}-1.2-kernel-header.patch +Patch1: %{name}-%{version}-setcap.patch Summary: A frame buffer terminal emulator Summary(zh_CN): ?????????????????????????????????????????? Summary(zh_TW): ?????????Framebuffer???????????????????????? @@ -35,7 +36,8 @@ %prep %setup -q -%patch0 -p0 -b .kernel-header +#%patch0 -p0 -b .kernel-header +%patch1 -p0 -b .signalfd %build %configure --disable-static --disable-rpath @@ -46,9 +48,13 @@ make DESTDIR=${RPM_BUILD_ROOT} install chmod 755 $RPM_BUILD_ROOT/%{_bindir}/%{name} + %clean rm -rf $RPM_BUILD_ROOT +%post +setcap 'cap_sys_tty_config+ep' %{_bindir}/%{name} + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README @@ -57,6 +63,22 @@ %changelog +* Mon Jan 05 2009 Ding-Yi Chen - 1.3-0 +- Upstream update: + 1. added command line arguments to change option values + 2. added client-server based input method framework + 3. added screen rotation support + 4. added support for visual type DIRECTCOLOR used by ATI cards + (thanks for Witek's patch) + 5. fixed a bug that user can't input some unicode characters + 6. fixed a bug of maybe not restore original console state after + FbTerm exited + 7. fixed several trivial bugs + 8. added using filesystem capability attributes offered by kernel + 2.6.27, instead of setting set-user-ID bit on FbTerm + 9. decreased memory usage of every shell instance by changing size + of the struct saving every charater's attribute from 4 to 2 bytes + * Thu Dec 11 2008 Ding-Yi Chen - 1.2-2 - Summary simplified. Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/F-10/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 11 Dec 2008 01:52:09 -0000 1.3 +++ import.log 5 Jan 2009 01:44:57 -0000 1.4 @@ -1,3 +1,4 @@ fbterm-1_1-3_fc9:F-10:fbterm-1.1-3.fc9.src.rpm:1224459860 fbterm-1_2-1_fc9:F-10:fbterm-1.2-1.fc9.src.rpm:1227251433 fbterm-1_2-2_fc10:F-10:fbterm-1.2-2.fc10.src.rpm:1228960163 +fbterm-1_3-0_fc10:F-10:fbterm-1.3-0.fc10.src.rpm:1231119864 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Nov 2008 07:19:08 -0000 1.3 +++ sources 5 Jan 2009 01:44:57 -0000 1.4 @@ -1 +1 @@ -92cc48ff42f6059722f72c62130ee97b fbterm-1.2.tar.gz +12f52f60390576866ce9f7696779050d fbterm-1.3.tar.gz --- fbterm-1.2-kernel-header.patch DELETED --- From dchen at fedoraproject.org Mon Jan 5 01:57:53 2009 From: dchen at fedoraproject.org (Ding-Yi Chen) Date: Mon, 5 Jan 2009 01:57:53 +0000 (UTC) Subject: rpms/fbterm/F-9 fbterm-1.3-setcap.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 fbterm.spec, 1.3, 1.4 import.log, 1.3, 1.4 sources, 1.3, 1.4 fbterm-1.2-kernel-header.patch, 1.1, NONE Message-ID: <20090105015753.ACC747011F@cvs1.fedora.phx.redhat.com> Author: dchen Update of /cvs/pkgs/rpms/fbterm/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4715/F-9 Modified Files: .cvsignore fbterm.spec import.log sources Added Files: fbterm-1.3-setcap.patch Removed Files: fbterm-1.2-kernel-header.patch Log Message: Upstream update fbterm-1.3-setcap.patch: --- NEW FILE fbterm-1.3-setcap.patch --- diff -up ./src/Makefile.in.setcap ./src/Makefile.in --- ./src/Makefile.in.setcap 2009-01-05 10:23:56.000000000 +1000 +++ ./src/Makefile.in 2009-01-05 10:28:14.000000000 +1000 @@ -729,7 +729,7 @@ uninstall-am: uninstall-binPROGRAMS install-exec-hook: - at HAVE_FS_CAPABILITY_TRUE@ setcap 'cap_sys_tty_config+ep' $(DESTDIR)$(bindir)/fbterm$(EXEEXT) +#@HAVE_FS_CAPABILITY_TRUE@ setcap 'cap_sys_tty_config+ep' $(DESTDIR)$(bindir)/fbterm$(EXEEXT) @HAVE_FS_CAPABILITY_FALSE@ chmod u+s $(DESTDIR)$(bindir)/fbterm$(EXEEXT) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/F-9/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Nov 2008 07:08:19 -0000 1.3 +++ .cvsignore 5 Jan 2009 01:57:23 -0000 1.4 @@ -1 +1 @@ -fbterm-1.2.tar.gz +fbterm-1.3.tar.gz Index: fbterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/F-9/fbterm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fbterm.spec 11 Dec 2008 02:01:04 -0000 1.3 +++ fbterm.spec 5 Jan 2009 01:57:23 -0000 1.4 @@ -1,11 +1,12 @@ Name: fbterm -Version: 1.2 -Release: 2%{?dist} +Version: 1.3 +Release: 0%{?dist} License: GPLv2+ Group: Applications/System URL: http://code.google.com/p/fbterm/ Source0: http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz -Patch0: %{name}-1.2-kernel-header.patch +#Patch0: %{name}-1.2-kernel-header.patch +Patch1: %{name}-%{version}-setcap.patch Summary: A frame buffer terminal emulator Summary(zh_CN): ?????????????????????????????????????????? Summary(zh_TW): ?????????Framebuffer???????????????????????? @@ -35,7 +36,8 @@ %prep %setup -q -%patch0 -p0 -b .kernel-header +#%patch0 -p0 -b .kernel-header +%patch1 -p0 -b .signalfd %build %configure --disable-static --disable-rpath @@ -46,9 +48,13 @@ make DESTDIR=${RPM_BUILD_ROOT} install chmod 755 $RPM_BUILD_ROOT/%{_bindir}/%{name} + %clean rm -rf $RPM_BUILD_ROOT +%post +setcap 'cap_sys_tty_config+ep' %{_bindir}/%{name} + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README @@ -57,6 +63,22 @@ %changelog +* Mon Jan 05 2009 Ding-Yi Chen - 1.3-0 +- Upstream update: + 1. added command line arguments to change option values + 2. added client-server based input method framework + 3. added screen rotation support + 4. added support for visual type DIRECTCOLOR used by ATI cards + (thanks for Witek's patch) + 5. fixed a bug that user can't input some unicode characters + 6. fixed a bug of maybe not restore original console state after + FbTerm exited + 7. fixed several trivial bugs + 8. added using filesystem capability attributes offered by kernel + 2.6.27, instead of setting set-user-ID bit on FbTerm + 9. decreased memory usage of every shell instance by changing size + of the struct saving every charater's attribute from 4 to 2 bytes + * Thu Dec 11 2008 Ding-Yi Chen - 1.2-2 - Summary simplified. Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/F-9/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 11 Dec 2008 02:01:04 -0000 1.3 +++ import.log 5 Jan 2009 01:57:23 -0000 1.4 @@ -1,3 +1,4 @@ fbterm-1_1-3_fc9:F-9:fbterm-1.1-3.fc9.src.rpm:1224459265 fbterm-1_2-1_fc9:F-9:fbterm-1.2-1.fc9.src.rpm:1227251111 fbterm-1_2-2_fc10:F-9:fbterm-1.2-2.fc10.src.rpm:1228960580 +fbterm-1_3-0_fc10:F-9:fbterm-1.3-0.fc10.src.rpm:1231120357 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Nov 2008 07:08:19 -0000 1.3 +++ sources 5 Jan 2009 01:57:23 -0000 1.4 @@ -1 +1 @@ -92cc48ff42f6059722f72c62130ee97b fbterm-1.2.tar.gz +12f52f60390576866ce9f7696779050d fbterm-1.3.tar.gz --- fbterm-1.2-kernel-header.patch DELETED --- From jcollie at fedoraproject.org Mon Jan 5 02:06:15 2009 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Mon, 5 Jan 2009 02:06:15 +0000 (UTC) Subject: rpms/asterisk/devel 0013-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch, NONE, 1.1 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch, 1.8, 1.9 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch, 1.8, 1.9 0003-Add-chan_mobile-from-asterisk-addons.patch, 1.4, 1.5 0004-Use-pkgconfig-to-check-for-Lua.patch, 1.4, 1.5 0005-Build-using-external-libedit.patch, 1.3, 1.4 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch, 1.3, 1.4 0007-Define-missing-variable-when-compiling-on-PPC.patch, 1.2, 1.3 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch, 1.2, 1.3 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch, 1.2, 1.3 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch, 1.2, 1.3 0011-Update-autoconf.patch, 1.2, 1.3 0012-Fix-up-some-paths.patch, 1.1, 1.2 asterisk.spec, 1.45, 1.46 Message-ID: <20090105020615.B28527011F@cvs1.fedora.phx.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/asterisk/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7341 Modified Files: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 0003-Add-chan_mobile-from-asterisk-addons.patch 0004-Use-pkgconfig-to-check-for-Lua.patch 0005-Build-using-external-libedit.patch 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 0007-Define-missing-variable-when-compiling-on-PPC.patch 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch 0011-Update-autoconf.patch 0012-Fix-up-some-paths.patch asterisk.spec Added Files: 0013-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch Log Message: * Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.1-0.10.beta4 - Fix up paths. BZ#477238 0013-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch: --- NEW FILE 0013-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch --- >From b3f7c393cf33589d4ae68639cc1adffe51879a95 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 4 Jan 2009 19:22:39 -0600 Subject: [PATCH 13/13] Add LDAP schema that is compatible with Fedora Directory Server. --- contrib/scripts/99asterisk.ldif | 489 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 489 insertions(+), 0 deletions(-) create mode 100644 contrib/scripts/99asterisk.ldif diff --git a/contrib/scripts/99asterisk.ldif b/contrib/scripts/99asterisk.ldif new file mode 100644 index 0000000..ef878a8 --- /dev/null +++ b/contrib/scripts/99asterisk.ldif @@ -0,0 +1,489 @@ +dn: cn=schema +# +attributeTypes: ( + + NAME 'AstContext' + DESC 'Asterisk Context' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstExtension' + DESC 'Asterisk Extension' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstPriority' + DESC 'Asterisk Priority' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstApplication' + DESC 'Asterisk Application' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstApplicationData' + DESC 'Asterisk Application Data' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountAMAFlags' + DESC 'Asterisk Account AMA Flags' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountCallerID' + DESC 'Asterisk Account CallerID' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountContext' + DESC 'Asterisk Account Context' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountMailbox' + DESC 'Asterisk Account Mailbox' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstMD5secret' + DESC 'Asterisk Account MD5 Secret' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountDeny' + DESC 'Asterisk Account Deny' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountPermit' + DESC 'Asterisk Account Permit' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountQualify' + DESC 'Asterisk Account Qualify' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountType' + DESC 'Asterisk Account Type' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountDisallowedCodec' + DESC 'Asterisk Account Disallowed Codec' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountExpirationTimestamp' + DESC 'Asterisk Account Allowed Codec' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRegistrationContext' + DESC 'Asterisk Account AMA Flags' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRegistrationExten' + DESC 'Asterisk Account AMA Flags' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountNoTransfer' + DESC 'Asterisk Account AMA Flags' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountCallGroup' + DESC 'Asterisk Account Call Group' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountCanReinvite' + DESC 'Asterisk Account Can Reinvite' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountDTMFMode' + DESC 'Asterisk Account DTMF Flags' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountFromUser' + DESC 'Asterisk Account From User' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountFromDomain' + DESC 'Asterisk Account From Domain' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountFullContact' + DESC 'Asterisk Account Full Contact' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountHost' + DESC 'Asterisk Account Host' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountInsecure' + DESC 'Asterisk Account Insecure' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountNAT' + DESC 'Asterisk Account NAT' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountPickupGroup' + DESC 'Asterisk Account PickupGroup' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountPort' + DESC 'Asterisk Account Port' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRestrictCID' + DESC 'Asterisk Restrict CallerID' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRTPTimeout' + DESC 'Asterisk RTP Timeout' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRTPHoldTimeout' + DESC 'Asterisk RTP Hold Timeout' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRealmedPassword' + DESC 'Asterisk RTP Hold Timeout' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountAllowedCodec' + DESC 'Asterisk Account Allowed Codec' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountMusicOnHold' + DESC 'Asterisk Account Allowed Codec' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountCanCallForward' + DESC 'Asterisk Can CAll Forward' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountSecret' + DESC 'Asterisk Can CAll Forward' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountName' + DESC 'Asterisk Account Username' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstConfigFilename' + DESC 'Asterisk LDAP Configuration Filename' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstConfigCategory' + DESC 'Asterisk LDAP Configuration Category' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstConfigCategoryMetric' + DESC 'Asterisk LDAP Configuration Category Metric' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstConfigVariableName' + DESC 'Asterisk LDAP Configuration Variable Name' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstConfigVariableValue' + DESC 'Asterisk LDAP Configuration Variable Value' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstConfigCommented' + DESC 'Asterisk LDAP Configuration Commented' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountIPAddress' + DESC 'Asterisk Account IP Address' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountDefaultUser' + DESC 'Asterisk Account Default User' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRegistrationServer' + DESC 'Asterisk Account Registration Server' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +objectClasses: ( + + NAME 'AsteriskExtension' + DESC 'PBX Extension Information for Asterisk' + SUP top + AUXILIARY + MUST cn + MAY ( AstContext $ AstExtension $ AstPriority $ AstApplication + $ AstApplicationData ) + ) +# +objectClasses: ( + + NAME 'AsteriskIAXUser' + DESC 'IAX2 User information for Asterisk' + SUP AsteriskExtension + AUXILIARY + MUST cn + MAY ( AstAccountAMAFlags $ AstAccountCallerID $ AstAccountContext + $ AstAccountFullContact $ AstAccountHost $ AstAccountMailbox $ AstMD5secret + $ AstAccountDeny $ AstAccountPermit $ AstAccountPort $ AstAccountQualify + $ AstAccountType $ AstAccountDisallowedCodec $ AstAccountExpirationTimestamp + $ AstAccountRegistrationContext$ AstAccountRegistrationExten + $ AstAccountNoTransfer $ AstAccountName ) + ) +# +objectClasses: ( + + NAME 'AsteriskSIPUser' + DESC 'SIP User information for Asterisk' + SUP AsteriskExtension + AUXILIARY + MUST cn + MAY ( AstAccountAMAFlags $ AstAccountCallGroup $ AstAccountCallerID + $ AstAccountCanReinvite $ AstAccountContext $ AstAccountDefaultUser + $ AstAccountDTMFMode $ AstAccountFromUser $ AstAccountFromDomain + $ AstAccountFullContact $ AstAccountHost $ AstAccountInsecure + $ AstAccountIPAddress $ AstAccountMailbox $ AstAccountRealmedPassword + $ AstAccountNAT $ AstAccountDeny $ AstAccountPermit $ AstAccountPickupGroup + $ AstAccountPort $ AstAccountQualify $ AstAccountRestrictCID + $ AstAccountRTPTimeout $ AstAccountRTPHoldTimeout $ AstAccountType + $ AstAccountDisallowedCodec $ AstAccountAllowedCodec $ AstAccountMusicOnHold + $ AstAccountExpirationTimestamp $ AstAccountRegistrationContext + $ AstAccountRegistrationExten $ AstAccountRegistrationServer + $ AstAccountCanCallForward $ AstAccountSecret $ AstAccountName ) + ) +# +objectClasses: ( + + NAME 'AsteriskConfig' + DESC 'Asterisk configuration Information' + SUP top + AUXILIARY + MUST cn + MAY ( AstConfigFilename $ AstConfigCategory $ AstConfigCategoryMetric + $ AstConfigVariableName $ AstConfigVariableValue $ AstConfigCommented ) + ) -- 1.6.1 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch: Index: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0001-Modify-init-scripts-for-better-Fedora-compatibility.patch,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 4 Jan 2009 19:19:14 -0000 1.8 +++ 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 5 Jan 2009 02:06:10 -0000 1.9 @@ -1,7 +1,7 @@ From d397bc03e86335ed571121fa501dfefdc2ddbd4c Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 18 Nov 2007 21:47:59 -0600 -Subject: [PATCH 01/12] Modify init scripts for better Fedora compatibility. +Subject: [PATCH 01/13] Modify init scripts for better Fedora compatibility. --- contrib/init.d/rc.redhat.asterisk | 61 +++++++++++++++++------------------- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch: Index: 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 4 Jan 2009 19:19:14 -0000 1.8 +++ 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 5 Jan 2009 02:06:10 -0000 1.9 @@ -1,7 +1,7 @@ From e5d3f951bfa543e5d8b8cf85535f80b1d1143e09 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 8 Nov 2007 15:52:36 -0600 -Subject: [PATCH 02/12] Modify modules.conf so that different voicemail modules can be loaded. +Subject: [PATCH 02/13] Modify modules.conf so that different voicemail modules can be loaded. --- configs/modules.conf.sample | 26 ++++++++++++++++++++++++++ 0003-Add-chan_mobile-from-asterisk-addons.patch: Index: 0003-Add-chan_mobile-from-asterisk-addons.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0003-Add-chan_mobile-from-asterisk-addons.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 0003-Add-chan_mobile-from-asterisk-addons.patch 4 Jan 2009 19:19:14 -0000 1.4 +++ 0003-Add-chan_mobile-from-asterisk-addons.patch 5 Jan 2009 02:06:10 -0000 1.5 @@ -1,7 +1,7 @@ From aeb688bc0889a4b035fd1590ba8df85af6e0a38c Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 16 Oct 2008 16:12:01 -0500 -Subject: [PATCH 03/12] Add chan_mobile from asterisk-addons. +Subject: [PATCH 03/13] Add chan_mobile from asterisk-addons. --- build_tools/menuselect-deps.in | 1 + 0004-Use-pkgconfig-to-check-for-Lua.patch: Index: 0004-Use-pkgconfig-to-check-for-Lua.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0004-Use-pkgconfig-to-check-for-Lua.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 0004-Use-pkgconfig-to-check-for-Lua.patch 4 Jan 2009 19:19:15 -0000 1.4 +++ 0004-Use-pkgconfig-to-check-for-Lua.patch 5 Jan 2009 02:06:11 -0000 1.5 @@ -1,7 +1,7 @@ From 24b4e78b81a06375e233ccc7745d5d3bc5b1cc7e Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 25 Feb 2008 13:14:23 -0600 -Subject: [PATCH 04/12] Use pkgconfig to check for Lua. +Subject: [PATCH 04/13] Use pkgconfig to check for Lua. --- configure.ac | 9 ++++++++- 0005-Build-using-external-libedit.patch: Index: 0005-Build-using-external-libedit.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0005-Build-using-external-libedit.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0005-Build-using-external-libedit.patch 4 Jan 2009 19:19:15 -0000 1.3 +++ 0005-Build-using-external-libedit.patch 5 Jan 2009 02:06:11 -0000 1.4 @@ -1,7 +1,7 @@ From 1fc4e0fd9d7d24fd087a1c0d6f4dff5a1fec010f Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Tue, 25 Mar 2008 00:50:27 -0500 -Subject: [PATCH 05/12] Build using external libedit. +Subject: [PATCH 05/13] Build using external libedit. --- build_tools/menuselect-deps.in | 1 + 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch: Index: 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 4 Jan 2009 19:19:15 -0000 1.3 +++ 0006-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 5 Jan 2009 02:06:11 -0000 1.4 @@ -1,7 +1,7 @@ From eb9cc1a836086024bb619948468a80c4ff75bed9 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 10 Oct 2008 11:54:10 -0500 -Subject: [PATCH 06/12] Revert changes to pbx_lua from rev 126363 that cause some problems. +Subject: [PATCH 06/13] Revert changes to pbx_lua from rev 126363 that cause some problems. --- pbx/pbx_lua.c | 6 +++--- 0007-Define-missing-variable-when-compiling-on-PPC.patch: Index: 0007-Define-missing-variable-when-compiling-on-PPC.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0007-Define-missing-variable-when-compiling-on-PPC.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0007-Define-missing-variable-when-compiling-on-PPC.patch 4 Jan 2009 19:19:15 -0000 1.2 +++ 0007-Define-missing-variable-when-compiling-on-PPC.patch 5 Jan 2009 02:06:11 -0000 1.3 @@ -1,7 +1,7 @@ From 06b01dff16e335004e107352fb9a87d56ab5dc57 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 7 Nov 2008 14:43:16 -0600 -Subject: [PATCH 07/12] Define missing variable when compiling on PPC. +Subject: [PATCH 07/13] Define missing variable when compiling on PPC. --- apps/app_festival.c | 1 + 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch: Index: 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 4 Jan 2009 19:19:15 -0000 1.2 +++ 0008-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 5 Jan 2009 02:06:11 -0000 1.3 @@ -1,7 +1,7 @@ From 15ba569e990035b085d2d983d3c22681ad82be89 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:06:18 -0600 -Subject: [PATCH 08/12] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config +Subject: [PATCH 08/13] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config --- configure.ac | 12 +++++++++++- 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch: Index: 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 4 Jan 2009 19:19:15 -0000 1.2 +++ 0009-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 5 Jan 2009 02:06:11 -0000 1.3 @@ -1,7 +1,7 @@ From fc4a4f6207cb8454b6d3ec673dba10f8daf57050 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:12:18 -0600 -Subject: [PATCH 09/12] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail +Subject: [PATCH 09/13] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail Need to regenerate configure from configure.ac after patch one with ./bootsrap.sh, so fix the broken .m4 in the autoconfig dir. (alternatively 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch: Index: 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch 4 Jan 2009 19:19:15 -0000 1.2 +++ 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch 5 Jan 2009 02:06:11 -0000 1.3 @@ -1,7 +1,7 @@ From b7ccdf7e246f75f67529126fb309efd2e6793446 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:15:12 -0600 -Subject: [PATCH 10/12] my guess as replacements for the missing/broken stuff against the new gmime api +Subject: [PATCH 10/13] my guess as replacements for the missing/broken stuff against the new gmime api --- res/res_http_post.c | 12 ++++-------- 0011-Update-autoconf.patch: Index: 0011-Update-autoconf.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0011-Update-autoconf.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0011-Update-autoconf.patch 4 Jan 2009 19:19:15 -0000 1.2 +++ 0011-Update-autoconf.patch 5 Jan 2009 02:06:11 -0000 1.3 @@ -1,7 +1,7 @@ From acb8f9151b2cf455374f877ce3ae81ffceb5d5dd Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sat, 3 Jan 2009 22:26:11 -0600 -Subject: [PATCH 11/12] Update autoconf. +Subject: [PATCH 11/13] Update autoconf. --- configure |23473 ++++++++++++++++++++------------------ 0012-Fix-up-some-paths.patch: Index: 0012-Fix-up-some-paths.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/0012-Fix-up-some-paths.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0012-Fix-up-some-paths.patch 4 Jan 2009 19:19:15 -0000 1.1 +++ 0012-Fix-up-some-paths.patch 5 Jan 2009 02:06:11 -0000 1.2 @@ -1,7 +1,7 @@ From 561e2656fc6f73d256419aaa025ce391e67a96e6 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 4 Jan 2009 12:51:05 -0600 -Subject: [PATCH 12/12] Fix up some paths. +Subject: [PATCH 12/13] Fix up some paths. --- UPGRADE-1.4.txt | 2 +- Index: asterisk.spec =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/asterisk.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- asterisk.spec 4 Jan 2009 19:19:15 -0000 1.45 +++ asterisk.spec 5 Jan 2009 02:06:11 -0000 1.46 @@ -3,7 +3,7 @@ Summary: The Open Source PBX Name: asterisk Version: 1.6.1 -Release: 0.10%{?beta:beta%{beta}}%{?dist} +Release: 0.11%{?beta:beta%{beta}}%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.asterisk.org/ @@ -45,6 +45,7 @@ Patch10: 0010-my-guess-as-replacements-for-the-missing-broken-stuf.patch Patch11: 0011-Update-autoconf.patch Patch12: 0012-Fix-up-some-paths.patch +Patch13: 0013-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -245,6 +246,16 @@ %description ldap LDAP resources for Asterisk. +%package ldap-fds +Summary: LDAP resources for Asterisk and the Fedora Directory Server +Group: Applications/Internet +Requires: asterisk = %{version}-%{release} +Requires: asterisk-ldap = %{version}-%{release} +Requires: fedora-ds-base + +%description ldap-fds +LDAP resources for Asterisk and the Fedora Directory Server. + %package misdn Summary: mISDN channel for Asterisk Group: Applications/Internet @@ -433,6 +444,7 @@ %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 cp %{SOURCE2} menuselect.makedeps cp %{SOURCE3} menuselect.makeopts @@ -515,6 +527,7 @@ install -D -p -m 0755 contrib/init.d/rc.redhat.asterisk %{buildroot}%{_initrddir}/asterisk install -D -p -m 0644 contrib/sysconfig/asterisk %{buildroot}%{_sysconfdir}/sysconfig/asterisk +install -D -p -m 0644 contrib/scripts/99asterisk.ldif %{buildroot}%{_sysconfdir}/dirsrv/schema/99asterisk.ldif install -D -p -m 0644 %{S:1} %{buildroot}%{_sysconfdir}/logrotate.d/asterisk install -D -p -m 0644 doc/asterisk-mib.txt %{buildroot}%{_datadir}/snmp/mibs/ASTERISK-MIB.txt install -D -p -m 0644 doc/digium-mib.txt %{buildroot}%{_datadir}/snmp/mibs/DIGIUM-MIB.txt @@ -954,6 +967,10 @@ %config(noreplace) %{_sysconfdir}/asterisk/res_ldap.conf %{_libdir}/asterisk/modules/res_config_ldap.so +%files ldap-fds +%defattr(-,root,root,-) +%{_sysconfdir}/dirsrv/schema/99asterisk.ldif + %files minivm %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/asterisk/extensions_minivm.conf From jcollie at fedoraproject.org Mon Jan 5 02:26:49 2009 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Mon, 5 Jan 2009 02:26:49 +0000 (UTC) Subject: rpms/asterisk/devel asterisk.spec,1.46,1.47 Message-ID: <20090105022650.1E74B7011F@cvs1.fedora.phx.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/asterisk/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10597 Modified Files: asterisk.spec Log Message: * Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.1-0.12.beta4 - Fedora Directory Server compatibility patch/subpackage. Index: asterisk.spec =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/devel/asterisk.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- asterisk.spec 5 Jan 2009 02:06:11 -0000 1.46 +++ asterisk.spec 5 Jan 2009 02:26:17 -0000 1.47 @@ -3,7 +3,7 @@ Summary: The Open Source PBX Name: asterisk Version: 1.6.1 -Release: 0.11%{?beta:beta%{beta}}%{?dist} +Release: 0.12.%{?beta:beta%{beta}}%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.asterisk.org/ @@ -1080,6 +1080,9 @@ %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.1-0.12.beta4 +- Fedora Directory Server compatibility patch/subpackage. + * Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.1-0.10.beta4 - Fix up paths. BZ#477238 From dchen at fedoraproject.org Mon Jan 5 02:42:20 2009 From: dchen at fedoraproject.org (Ding-Yi Chen) Date: Mon, 5 Jan 2009 02:42:20 +0000 (UTC) Subject: rpms/fbterm/EL-5 fbterm-1.3-setcap.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 fbterm.spec, 1.2, 1.3 import.log, 1.2, 1.3 sources, 1.3, 1.4 fbterm-1.2-kernel-header.patch, 1.1, NONE Message-ID: <20090105024220.4E2387013F@cvs1.fedora.phx.redhat.com> Author: dchen Update of /cvs/pkgs/rpms/fbterm/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16166/EL-5 Modified Files: .cvsignore fbterm.spec import.log sources Added Files: fbterm-1.3-setcap.patch Removed Files: fbterm-1.2-kernel-header.patch Log Message: Upstream update fbterm-1.3-setcap.patch: --- NEW FILE fbterm-1.3-setcap.patch --- diff -up ./src/Makefile.in.setcap ./src/Makefile.in --- ./src/Makefile.in.setcap 2009-01-05 10:23:56.000000000 +1000 +++ ./src/Makefile.in 2009-01-05 10:28:14.000000000 +1000 @@ -729,7 +729,7 @@ uninstall-am: uninstall-binPROGRAMS install-exec-hook: - at HAVE_FS_CAPABILITY_TRUE@ setcap 'cap_sys_tty_config+ep' $(DESTDIR)$(bindir)/fbterm$(EXEEXT) +#@HAVE_FS_CAPABILITY_TRUE@ setcap 'cap_sys_tty_config+ep' $(DESTDIR)$(bindir)/fbterm$(EXEEXT) @HAVE_FS_CAPABILITY_FALSE@ chmod u+s $(DESTDIR)$(bindir)/fbterm$(EXEEXT) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/EL-5/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Nov 2008 07:23:33 -0000 1.3 +++ .cvsignore 5 Jan 2009 02:41:45 -0000 1.4 @@ -1 +1 @@ -fbterm-1.2.tar.gz +fbterm-1.3.tar.gz Index: fbterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/EL-5/fbterm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fbterm.spec 21 Nov 2008 07:23:34 -0000 1.2 +++ fbterm.spec 5 Jan 2009 02:41:45 -0000 1.3 @@ -1,14 +1,15 @@ Name: fbterm -Version: 1.2 -Release: 1%{?dist} +Version: 1.3 +Release: 0%{?dist} License: GPLv2+ Group: Applications/System URL: http://code.google.com/p/fbterm/ Source0: http://fbterm.googlecode.com/files/%{name}-%{version}.tar.gz -Patch0: %{name}-1.2-kernel-header.patch -Summary: FbTerm is a fast terminal emulator for linux with frame buffer device -Summary(zh_CN): FbTerm ??????????????????????????????????????????????????? Linux ???????????????(framebuffer)????????? -Summary(zh_TW): FbTerm ??????????????????????????????????????????????????? Linux ?????? framebuffer????????? +#Patch0: %{name}-1.2-kernel-header.patch +Patch1: %{name}-%{version}-setcap.patch +Summary: A frame buffer terminal emulator +Summary(zh_CN): ?????????????????????????????????????????? +Summary(zh_TW): ?????????Framebuffer???????????????????????? BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -35,7 +36,8 @@ %prep %setup -q -%patch0 -p0 -b .kernel-header +#%patch0 -p0 -b .kernel-header +%patch1 -p0 -b .signalfd %build %configure --disable-static --disable-rpath @@ -46,9 +48,13 @@ make DESTDIR=${RPM_BUILD_ROOT} install chmod 755 $RPM_BUILD_ROOT/%{_bindir}/%{name} + %clean rm -rf $RPM_BUILD_ROOT +%post +setcap 'cap_sys_tty_config+ep' %{_bindir}/%{name} + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README @@ -57,7 +63,26 @@ %changelog -* Fri Nov 21 2008 Ding-Yi Chen - 1.2-1 +* Mon Jan 05 2009 Ding-Yi Chen - 1.3-0 +- Upstream update: + 1. added command line arguments to change option values + 2. added client-server based input method framework + 3. added screen rotation support + 4. added support for visual type DIRECTCOLOR used by ATI cards + (thanks for Witek's patch) + 5. fixed a bug that user can't input some unicode characters + 6. fixed a bug of maybe not restore original console state after + FbTerm exited + 7. fixed several trivial bugs + 8. added using filesystem capability attributes offered by kernel + 2.6.27, instead of setting set-user-ID bit on FbTerm + 9. decreased memory usage of every shell instance by changing size + of the struct saving every charater's attribute from 4 to 2 bytes + +* Thu Dec 11 2008 Ding-Yi Chen - 1.2-2 +- Summary simplified. + +* Fri Nov 21 2008 Ding-Yi Chen - 1.2-2 - Upstream update, see http://code.google.com/p/fbterm/ for details. Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/EL-5/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 21 Nov 2008 07:23:34 -0000 1.2 +++ import.log 5 Jan 2009 02:41:45 -0000 1.3 @@ -1,2 +1,3 @@ fbterm-1_1-3_fc9:EL-5:fbterm-1.1-3.fc9.src.rpm:1224460854 fbterm-1_2-1_fc9:EL-5:fbterm-1.2-1.fc9.src.rpm:1227252152 +fbterm-1_3-0_fc10:EL-5:fbterm-1.3-0.fc10.src.rpm:1231120976 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/EL-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Nov 2008 07:23:34 -0000 1.3 +++ sources 5 Jan 2009 02:41:45 -0000 1.4 @@ -1 +1 @@ -92cc48ff42f6059722f72c62130ee97b fbterm-1.2.tar.gz +12f52f60390576866ce9f7696779050d fbterm-1.3.tar.gz --- fbterm-1.2-kernel-header.patch DELETED --- From mbarnes at fedoraproject.org Mon Jan 5 02:44:56 2009 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Mon, 5 Jan 2009 02:44:56 +0000 (UTC) Subject: rpms/pygobject2/devel .cvsignore, 1.18, 1.19 pygobject2.spec, 1.44, 1.45 sources, 1.18, 1.19 pygobject-2.15.2-threads-init.patch, 1.3, NONE pygobject-gio-load-contents.patch, 1.2, NONE Message-ID: <20090105024456.67E6E7013F@cvs1.fedora.phx.redhat.com> Author: mbarnes Update of /cvs/pkgs/rpms/pygobject2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16769 Modified Files: .cvsignore pygobject2.spec sources Removed Files: pygobject-2.15.2-threads-init.patch pygobject-gio-load-contents.patch Log Message: * Sun Jan 4 2009 - Matthew Barnes - 2.16.0-1.fc11 - Update to 2.16.0 - Remove patch for RH bug #457502 (fixed upstream). - Remove patch for GNOME bug #551059 and #551212 (fixed upstream). Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pygobject2/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 3 Sep 2008 11:17:42 -0000 1.18 +++ .cvsignore 5 Jan 2009 02:44:25 -0000 1.19 @@ -1 +1 @@ -pygobject-2.15.4.tar.bz2 +pygobject-2.16.0.tar.bz2 Index: pygobject2.spec =================================================================== RCS file: /cvs/pkgs/rpms/pygobject2/devel/pygobject2.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- pygobject2.spec 29 Nov 2008 06:01:29 -0000 1.44 +++ pygobject2.spec 5 Jan 2009 02:44:25 -0000 1.45 @@ -1,14 +1,14 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -# Last updated for version 2.15.1 +# Last updated for version 2.16.0 %define glib2_version 2.16.0 %define python2_version 2.3.5 ### Abstract ### Name: pygobject2 -Version: 2.15.4 -Release: 4%{?dist} +Version: 2.16.0 +Release: 1%{?dist} License: LGPLv2+ Group: Development/Languages Summary: Python bindings for GObject @@ -18,12 +18,6 @@ ### Patches ### -# RH bug #544946 -Patch0: pygobject-2.15.2-threads-init.patch -# http://bugzilla.gnome.org/show_bug.cgi?id=551059 -# http://bugzilla.gnome.org/show_bug.cgi?id=551212 -Patch1: pygobject-gio-load-contents.patch - ### Build Dependencies ### BuildRequires: automake @@ -64,8 +58,6 @@ %prep %setup -q -n pygobject-%{version} -%patch0 -p1 -b .threads-init -%patch1 -p0 -b .load-contents %build %configure --enable-thread @@ -120,6 +112,11 @@ %{_datadir}/pygobject/xsl %changelog +* Sun Jan 4 2009 - Matthew Barnes - 2.16.0-1.fc11 +- Update to 2.16.0 +- Remove patch for RH bug #457502 (fixed upstream). +- Remove patch for GNOME bug #551059 and #551212 (fixed upstream). + * Sat Nov 29 2008 - Ignacio Vazquez-Abrams - 2.15.4-4 - Rebuild for Python 2.6 @@ -139,7 +136,7 @@ - Modify thread initialization patch to fix RH bug #458522. * Thu Aug 07 2008 Matthew Barnes - 2.15.2-2.fc10 -- Add patch for RH bug #544946 (error on gtk.gdk.threads_init). +- Add patch for RH bug #457502 (error on gtk.gdk.threads_init). * Sat Jul 26 2008 Matthew Barnes - 2.15.2-1.fc10 - Update to 2.15.2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pygobject2/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 3 Sep 2008 11:17:42 -0000 1.18 +++ sources 5 Jan 2009 02:44:25 -0000 1.19 @@ -1 +1 @@ -df59affe5b8fd7148506c3473d479868 pygobject-2.15.4.tar.bz2 +431e7d4632163b93d1ee43cd071a389c pygobject-2.16.0.tar.bz2 --- pygobject-2.15.2-threads-init.patch DELETED --- --- pygobject-gio-load-contents.patch DELETED --- From huzaifas at fedoraproject.org Mon Jan 5 02:51:01 2009 From: huzaifas at fedoraproject.org (Huzaifa Sidhpurwala) Date: Mon, 5 Jan 2009 02:51:01 +0000 (UTC) Subject: rpms/stun/EL-5 import.log,NONE,1.1 .cvsignore,1.1,1.2 Message-ID: <20090105025101.9D6777013F@cvs1.fedora.phx.redhat.com> Author: huzaifas Update of /cvs/pkgs/rpms/stun/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18390/EL-5 Modified Files: .cvsignore Added Files: import.log Log Message: initial import --- NEW FILE import.log --- stun-0_96-2_fc11:EL-5:stun-0.96-2.fc11.src.rpm:1231123872 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/stun/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 30 Sep 2008 04:33:00 -0000 1.1 +++ .cvsignore 5 Jan 2009 02:50:31 -0000 1.2 @@ -0,0 +1 @@ +stund_0.96_Aug13.tgz From ianweller at fedoraproject.org Mon Jan 5 02:58:16 2009 From: ianweller at fedoraproject.org (Ian Weller) Date: Mon, 5 Jan 2009 02:58:16 +0000 (UTC) Subject: rpms/python-transitfeed/devel import.log, NONE, 1.1 python-transitfeed.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105025816.0D32C7013F@cvs1.fedora.phx.redhat.com> Author: ianweller Update of /cvs/pkgs/rpms/python-transitfeed/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20060/devel Modified Files: .cvsignore sources Added Files: import.log python-transitfeed.spec Log Message: importing python-transitfeed-1.1.9-4 in devel --- NEW FILE import.log --- python-transitfeed-1_1_9-4_fc10:HEAD:python-transitfeed-1.1.9-4.fc10.src.rpm:1231124207 --- NEW FILE python-transitfeed.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-transitfeed Version: 1.1.9 Release: 4%{?dist} Summary: Google Transit Feed Specification library and tools Group: Development/Languages License: ASL 2.0 URL: http://code.google.com/p/googletransitdatafeed/ Source0: http://googletransitdatafeed.googlecode.com/files/transitfeed-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel Requires: pytz %description This module provides a library for reading, writing and validating Google Transit Feed Specification files. It includes some scripts that validate a feed, display it using the Google Maps API and the start of a KML importer and exporter. %prep %setup -q -n transitfeed-%{version} %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT rename '.py' '' %{buildroot}%{_bindir}/*.py for exec in $(ls %{buildroot}%{_bindir}); do mv %{buildroot}%{_bindir}/$exec %{buildroot}%{_bindir}/gtfs-$exec; done chmod a+x %{buildroot}%{_bindir}/* sed -i '/#! \?\/usr\/bin\/.*/d' %{buildroot}%{python_sitelib}/*.py %{buildroot}%{python_sitelib}/gtfsscheduleviewer/*.py %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README %{python_sitelib}/* %{_bindir}/* %changelog * Sun Jan 04 2009 Ian Weller 1.1.9-4 - Whoops, that should be "gtfs-" * Sat Jan 03 2009 Ian Weller 1.1.9-3 - Add a "gfts-" prefix to everything in /usr/bin to get rid of naming conflicts * Thu Jan 01 2009 Ian Weller 1.1.9-2 - Remove shebangs on a couple of files in python_sitelib * Sun Dec 21 2008 Ian Weller 1.1.9-1 - Initial package build. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-transitfeed/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:21:51 -0000 1.1 +++ .cvsignore 5 Jan 2009 02:57:45 -0000 1.2 @@ -0,0 +1 @@ +transitfeed-1.1.9.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-transitfeed/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:21:51 -0000 1.1 +++ sources 5 Jan 2009 02:57:45 -0000 1.2 @@ -0,0 +1 @@ +709ab37eaaa3b56e7ff5f874091aa390 transitfeed-1.1.9.tar.gz From ianweller at fedoraproject.org Mon Jan 5 02:59:40 2009 From: ianweller at fedoraproject.org (Ian Weller) Date: Mon, 5 Jan 2009 02:59:40 +0000 (UTC) Subject: rpms/python-transitfeed/F-10 import.log, NONE, 1.1 python-transitfeed.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105025940.6B9227013F@cvs1.fedora.phx.redhat.com> Author: ianweller Update of /cvs/pkgs/rpms/python-transitfeed/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20519/F-10 Modified Files: .cvsignore sources Added Files: import.log python-transitfeed.spec Log Message: importing python-transitfeed-1.1.9-4 in F-10 --- NEW FILE import.log --- python-transitfeed-1_1_9-4_fc10:F-10:python-transitfeed-1.1.9-4.fc10.src.rpm:1231124315 --- NEW FILE python-transitfeed.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-transitfeed Version: 1.1.9 Release: 4%{?dist} Summary: Google Transit Feed Specification library and tools Group: Development/Languages License: ASL 2.0 URL: http://code.google.com/p/googletransitdatafeed/ Source0: http://googletransitdatafeed.googlecode.com/files/transitfeed-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel Requires: pytz %description This module provides a library for reading, writing and validating Google Transit Feed Specification files. It includes some scripts that validate a feed, display it using the Google Maps API and the start of a KML importer and exporter. %prep %setup -q -n transitfeed-%{version} %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT rename '.py' '' %{buildroot}%{_bindir}/*.py for exec in $(ls %{buildroot}%{_bindir}); do mv %{buildroot}%{_bindir}/$exec %{buildroot}%{_bindir}/gtfs-$exec; done chmod a+x %{buildroot}%{_bindir}/* sed -i '/#! \?\/usr\/bin\/.*/d' %{buildroot}%{python_sitelib}/*.py %{buildroot}%{python_sitelib}/gtfsscheduleviewer/*.py %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README %{python_sitelib}/* %{_bindir}/* %changelog * Sun Jan 04 2009 Ian Weller 1.1.9-4 - Whoops, that should be "gtfs-" * Sat Jan 03 2009 Ian Weller 1.1.9-3 - Add a "gfts-" prefix to everything in /usr/bin to get rid of naming conflicts * Thu Jan 01 2009 Ian Weller 1.1.9-2 - Remove shebangs on a couple of files in python_sitelib * Sun Dec 21 2008 Ian Weller 1.1.9-1 - Initial package build. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-transitfeed/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:21:51 -0000 1.1 +++ .cvsignore 5 Jan 2009 02:59:09 -0000 1.2 @@ -0,0 +1 @@ +transitfeed-1.1.9.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-transitfeed/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:21:51 -0000 1.1 +++ sources 5 Jan 2009 02:59:10 -0000 1.2 @@ -0,0 +1 @@ +709ab37eaaa3b56e7ff5f874091aa390 transitfeed-1.1.9.tar.gz From ianweller at fedoraproject.org Mon Jan 5 03:06:27 2009 From: ianweller at fedoraproject.org (Ian Weller) Date: Mon, 5 Jan 2009 03:06:27 +0000 (UTC) Subject: rpms/python-transitfeed/F-9 import.log, NONE, 1.1 python-transitfeed.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105030627.C5E487013C@cvs1.fedora.phx.redhat.com> Author: ianweller Update of /cvs/pkgs/rpms/python-transitfeed/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22841/F-9 Modified Files: .cvsignore sources Added Files: import.log python-transitfeed.spec Log Message: importing python-transitfeed-1.1.9-4 in F-9 --- NEW FILE import.log --- python-transitfeed-1_1_9-4_fc10:F-9:python-transitfeed-1.1.9-4.fc10.src.rpm:1231124400 --- NEW FILE python-transitfeed.spec --- %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-transitfeed Version: 1.1.9 Release: 4%{?dist} Summary: Google Transit Feed Specification library and tools Group: Development/Languages License: ASL 2.0 URL: http://code.google.com/p/googletransitdatafeed/ Source0: http://googletransitdatafeed.googlecode.com/files/transitfeed-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-devel Requires: pytz %description This module provides a library for reading, writing and validating Google Transit Feed Specification files. It includes some scripts that validate a feed, display it using the Google Maps API and the start of a KML importer and exporter. %prep %setup -q -n transitfeed-%{version} %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT rename '.py' '' %{buildroot}%{_bindir}/*.py for exec in $(ls %{buildroot}%{_bindir}); do mv %{buildroot}%{_bindir}/$exec %{buildroot}%{_bindir}/gtfs-$exec; done chmod a+x %{buildroot}%{_bindir}/* sed -i '/#! \?\/usr\/bin\/.*/d' %{buildroot}%{python_sitelib}/*.py %{buildroot}%{python_sitelib}/gtfsscheduleviewer/*.py %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README %{python_sitelib}/* %{_bindir}/* %changelog * Sun Jan 04 2009 Ian Weller 1.1.9-4 - Whoops, that should be "gtfs-" * Sat Jan 03 2009 Ian Weller 1.1.9-3 - Add a "gfts-" prefix to everything in /usr/bin to get rid of naming conflicts * Thu Jan 01 2009 Ian Weller 1.1.9-2 - Remove shebangs on a couple of files in python_sitelib * Sun Dec 21 2008 Ian Weller 1.1.9-1 - Initial package build. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-transitfeed/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:21:51 -0000 1.1 +++ .cvsignore 5 Jan 2009 03:05:57 -0000 1.2 @@ -0,0 +1 @@ +transitfeed-1.1.9.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-transitfeed/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:21:51 -0000 1.1 +++ sources 5 Jan 2009 03:05:57 -0000 1.2 @@ -0,0 +1 @@ +709ab37eaaa3b56e7ff5f874091aa390 transitfeed-1.1.9.tar.gz From jcollie at fedoraproject.org Mon Jan 5 03:10:31 2009 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Mon, 5 Jan 2009 03:10:31 +0000 (UTC) Subject: rpms/asterisk/F-10 0015-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch, NONE, 1.1 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch, 1.7, 1.8 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch, 1.7, 1.8 0003-Allow-alternate-extensions-to-be-specified-in-users.patch, 1.6, 1.7 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch, 1.6, 1.7 0005-Add-chan_mobile-from-asterisk-addons.patch, 1.6, 1.7 0006-Use-pkgconfig-to-check-for-Lua.patch, 1.6, 1.7 0007-Build-using-external-libedit.patch, 1.6, 1.7 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch, 1.3, 1.4 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch, 1.3, 1.4 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch, 1.3, 1.4 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch, 1.3, 1.4 0012-Merged-revisions-162275-via-svnmerge-from.patch, 1.2, 1.3 0013-Update-autoconf.patch, 1.2, 1.3 0014-Fix-up-some-paths.patch, 1.1, 1.2 asterisk.spec, 1.40, 1.41 Message-ID: <20090105031031.6EC7A70108@cvs1.fedora.phx.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/asterisk/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25007 Modified Files: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 0003-Allow-alternate-extensions-to-be-specified-in-users.patch 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch 0005-Add-chan_mobile-from-asterisk-addons.patch 0006-Use-pkgconfig-to-check-for-Lua.patch 0007-Build-using-external-libedit.patch 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch 0012-Merged-revisions-162275-via-svnmerge-from.patch 0013-Update-autoconf.patch 0014-Fix-up-some-paths.patch asterisk.spec Added Files: 0015-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch Log Message: * Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.0.2-4 - Fedora Directory Server compatibility patch/subpackage. BZ#452176 0015-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch: --- NEW FILE 0015-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch --- >From f8a1e831086e6022b69773826f75f8bb759a40b5 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 4 Jan 2009 19:22:39 -0600 Subject: [PATCH 15/15] Add LDAP schema that is compatible with Fedora Directory Server. --- contrib/scripts/99asterisk.ldif | 489 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 489 insertions(+), 0 deletions(-) create mode 100644 contrib/scripts/99asterisk.ldif diff --git a/contrib/scripts/99asterisk.ldif b/contrib/scripts/99asterisk.ldif new file mode 100644 index 0000000..ef878a8 --- /dev/null +++ b/contrib/scripts/99asterisk.ldif @@ -0,0 +1,489 @@ +dn: cn=schema +# +attributeTypes: ( + + NAME 'AstContext' + DESC 'Asterisk Context' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstExtension' + DESC 'Asterisk Extension' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstPriority' + DESC 'Asterisk Priority' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstApplication' + DESC 'Asterisk Application' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstApplicationData' + DESC 'Asterisk Application Data' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountAMAFlags' + DESC 'Asterisk Account AMA Flags' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountCallerID' + DESC 'Asterisk Account CallerID' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountContext' + DESC 'Asterisk Account Context' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountMailbox' + DESC 'Asterisk Account Mailbox' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstMD5secret' + DESC 'Asterisk Account MD5 Secret' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountDeny' + DESC 'Asterisk Account Deny' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountPermit' + DESC 'Asterisk Account Permit' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountQualify' + DESC 'Asterisk Account Qualify' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountType' + DESC 'Asterisk Account Type' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountDisallowedCodec' + DESC 'Asterisk Account Disallowed Codec' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountExpirationTimestamp' + DESC 'Asterisk Account Allowed Codec' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRegistrationContext' + DESC 'Asterisk Account AMA Flags' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRegistrationExten' + DESC 'Asterisk Account AMA Flags' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountNoTransfer' + DESC 'Asterisk Account AMA Flags' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountCallGroup' + DESC 'Asterisk Account Call Group' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountCanReinvite' + DESC 'Asterisk Account Can Reinvite' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountDTMFMode' + DESC 'Asterisk Account DTMF Flags' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountFromUser' + DESC 'Asterisk Account From User' + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountFromDomain' + DESC 'Asterisk Account From Domain' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountFullContact' + DESC 'Asterisk Account Full Contact' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountHost' + DESC 'Asterisk Account Host' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountInsecure' + DESC 'Asterisk Account Insecure' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountNAT' + DESC 'Asterisk Account NAT' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountPickupGroup' + DESC 'Asterisk Account PickupGroup' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountPort' + DESC 'Asterisk Account Port' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRestrictCID' + DESC 'Asterisk Restrict CallerID' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRTPTimeout' + DESC 'Asterisk RTP Timeout' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRTPHoldTimeout' + DESC 'Asterisk RTP Hold Timeout' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRealmedPassword' + DESC 'Asterisk RTP Hold Timeout' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountAllowedCodec' + DESC 'Asterisk Account Allowed Codec' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountMusicOnHold' + DESC 'Asterisk Account Allowed Codec' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountCanCallForward' + DESC 'Asterisk Can CAll Forward' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountSecret' + DESC 'Asterisk Can CAll Forward' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountName' + DESC 'Asterisk Account Username' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstConfigFilename' + DESC 'Asterisk LDAP Configuration Filename' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstConfigCategory' + DESC 'Asterisk LDAP Configuration Category' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstConfigCategoryMetric' + DESC 'Asterisk LDAP Configuration Category Metric' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstConfigVariableName' + DESC 'Asterisk LDAP Configuration Variable Name' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstConfigVariableValue' + DESC 'Asterisk LDAP Configuration Variable Value' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstConfigCommented' + DESC 'Asterisk LDAP Configuration Commented' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountIPAddress' + DESC 'Asterisk Account IP Address' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountDefaultUser' + DESC 'Asterisk Account Default User' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +attributeTypes: ( + + NAME 'AstAccountRegistrationServer' + DESC 'Asterisk Account Registration Server' + EQUALITY caseIgnoreMatch + SUBSTR caseIgnoreSubstringsMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 + ) +# +objectClasses: ( + + NAME 'AsteriskExtension' + DESC 'PBX Extension Information for Asterisk' + SUP top + AUXILIARY + MUST cn + MAY ( AstContext $ AstExtension $ AstPriority $ AstApplication + $ AstApplicationData ) + ) +# +objectClasses: ( + + NAME 'AsteriskIAXUser' + DESC 'IAX2 User information for Asterisk' + SUP AsteriskExtension + AUXILIARY + MUST cn + MAY ( AstAccountAMAFlags $ AstAccountCallerID $ AstAccountContext + $ AstAccountFullContact $ AstAccountHost $ AstAccountMailbox $ AstMD5secret + $ AstAccountDeny $ AstAccountPermit $ AstAccountPort $ AstAccountQualify + $ AstAccountType $ AstAccountDisallowedCodec $ AstAccountExpirationTimestamp + $ AstAccountRegistrationContext$ AstAccountRegistrationExten + $ AstAccountNoTransfer $ AstAccountName ) + ) +# +objectClasses: ( + + NAME 'AsteriskSIPUser' + DESC 'SIP User information for Asterisk' + SUP AsteriskExtension + AUXILIARY + MUST cn + MAY ( AstAccountAMAFlags $ AstAccountCallGroup $ AstAccountCallerID + $ AstAccountCanReinvite $ AstAccountContext $ AstAccountDefaultUser + $ AstAccountDTMFMode $ AstAccountFromUser $ AstAccountFromDomain + $ AstAccountFullContact $ AstAccountHost $ AstAccountInsecure + $ AstAccountIPAddress $ AstAccountMailbox $ AstAccountRealmedPassword + $ AstAccountNAT $ AstAccountDeny $ AstAccountPermit $ AstAccountPickupGroup + $ AstAccountPort $ AstAccountQualify $ AstAccountRestrictCID + $ AstAccountRTPTimeout $ AstAccountRTPHoldTimeout $ AstAccountType + $ AstAccountDisallowedCodec $ AstAccountAllowedCodec $ AstAccountMusicOnHold + $ AstAccountExpirationTimestamp $ AstAccountRegistrationContext + $ AstAccountRegistrationExten $ AstAccountRegistrationServer + $ AstAccountCanCallForward $ AstAccountSecret $ AstAccountName ) + ) +# +objectClasses: ( + + NAME 'AsteriskConfig' + DESC 'Asterisk configuration Information' + SUP top + AUXILIARY + MUST cn + MAY ( AstConfigFilename $ AstConfigCategory $ AstConfigCategoryMetric + $ AstConfigVariableName $ AstConfigVariableValue $ AstConfigCommented ) + ) -- 1.6.1 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch: Index: 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0001-Modify-init-scripts-for-better-Fedora-compatibility.patch,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 4 Jan 2009 18:58:38 -0000 1.7 +++ 0001-Modify-init-scripts-for-better-Fedora-compatibility.patch 5 Jan 2009 03:10:28 -0000 1.8 @@ -1,7 +1,7 @@ From 0040bd97782e9db8c341af9ffe171749644e35f1 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 18 Nov 2007 21:47:59 -0600 -Subject: [PATCH 01/14] Modify init scripts for better Fedora compatibility. +Subject: [PATCH 01/15] Modify init scripts for better Fedora compatibility. --- contrib/init.d/rc.redhat.asterisk | 61 +++++++++++++++++------------------- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch: Index: 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0002-Modify-modules.conf-so-that-different-voicemail-modu.patch,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 4 Jan 2009 18:58:38 -0000 1.7 +++ 0002-Modify-modules.conf-so-that-different-voicemail-modu.patch 5 Jan 2009 03:10:28 -0000 1.8 @@ -1,7 +1,7 @@ From 42cd072beba88049783a7bedb029760a5952706e Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 8 Nov 2007 15:52:36 -0600 -Subject: [PATCH 02/14] Modify modules.conf so that different voicemail modules can be loaded. +Subject: [PATCH 02/15] Modify modules.conf so that different voicemail modules can be loaded. --- configs/modules.conf.sample | 27 +++++++++++++++++++++++++++ 0003-Allow-alternate-extensions-to-be-specified-in-users.patch: Index: 0003-Allow-alternate-extensions-to-be-specified-in-users.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0003-Allow-alternate-extensions-to-be-specified-in-users.patch,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- 0003-Allow-alternate-extensions-to-be-specified-in-users.patch 4 Jan 2009 18:58:38 -0000 1.6 +++ 0003-Allow-alternate-extensions-to-be-specified-in-users.patch 5 Jan 2009 03:10:28 -0000 1.7 @@ -1,7 +1,7 @@ From a9d27e3b5f93ff8658fa06a0c454140f27244363 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Thu, 8 Nov 2007 16:32:56 -0600 -Subject: [PATCH 03/14] Allow alternate extensions to be specified in users.conf +Subject: [PATCH 03/15] Allow alternate extensions to be specified in users.conf --- pbx/pbx_config.c | 14 ++++++++++++++ 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch: Index: 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch 4 Jan 2009 18:58:38 -0000 1.6 +++ 0004-Minor-changes-to-reduce-packaging-changes-made-by-th.patch 5 Jan 2009 03:10:28 -0000 1.7 @@ -1,7 +1,7 @@ From 42991016984f9e7930686527706ab0f36baa41d1 Mon Sep 17 00:00:00 2001 From: tilghman Date: Tue, 29 Jul 2008 23:00:45 +0000 -Subject: [PATCH 04/14] Minor changes to reduce packaging changes made by the Fedora maintainer. +Subject: [PATCH 04/15] Minor changes to reduce packaging changes made by the Fedora maintainer. (closes issue #12974) Reported by: jcollie Patches: 0005-Add-chan_mobile-from-asterisk-addons.patch: Index: 0005-Add-chan_mobile-from-asterisk-addons.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0005-Add-chan_mobile-from-asterisk-addons.patch,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- 0005-Add-chan_mobile-from-asterisk-addons.patch 4 Jan 2009 18:58:38 -0000 1.6 +++ 0005-Add-chan_mobile-from-asterisk-addons.patch 5 Jan 2009 03:10:28 -0000 1.7 @@ -1,7 +1,7 @@ From 8cc8002094fe880d374a727aa0be389ca68b0342 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 25 Feb 2008 09:23:28 -0600 -Subject: [PATCH 05/14] Add chan_mobile from asterisk-addons. +Subject: [PATCH 05/15] Add chan_mobile from asterisk-addons. --- build_tools/menuselect-deps.in | 1 + 0006-Use-pkgconfig-to-check-for-Lua.patch: Index: 0006-Use-pkgconfig-to-check-for-Lua.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0006-Use-pkgconfig-to-check-for-Lua.patch,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- 0006-Use-pkgconfig-to-check-for-Lua.patch 4 Jan 2009 18:58:38 -0000 1.6 +++ 0006-Use-pkgconfig-to-check-for-Lua.patch 5 Jan 2009 03:10:28 -0000 1.7 @@ -1,7 +1,7 @@ From d633181f75ea7dc879e8ac9d014cf1fc0fe364ef Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Mon, 25 Feb 2008 13:14:23 -0600 -Subject: [PATCH 06/14] Use pkgconfig to check for Lua. +Subject: [PATCH 06/15] Use pkgconfig to check for Lua. --- configure.ac | 9 ++++++++- 0007-Build-using-external-libedit.patch: Index: 0007-Build-using-external-libedit.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0007-Build-using-external-libedit.patch,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- 0007-Build-using-external-libedit.patch 4 Jan 2009 18:58:38 -0000 1.6 +++ 0007-Build-using-external-libedit.patch 5 Jan 2009 03:10:28 -0000 1.7 @@ -1,7 +1,7 @@ From a50090dc47540b5c3df28c9846fe753f5476c4fc Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Tue, 25 Mar 2008 00:50:27 -0500 -Subject: [PATCH 07/14] Build using external libedit. +Subject: [PATCH 07/15] Build using external libedit. --- build_tools/menuselect-deps.in | 1 + 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch: Index: 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 4 Jan 2009 18:58:38 -0000 1.3 +++ 0008-Revert-changes-to-pbx_lua-from-rev-126363-that-cause.patch 5 Jan 2009 03:10:28 -0000 1.4 @@ -1,7 +1,7 @@ From a092080315b7bfa9b7d174b6114cb957ac1590d8 Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Fri, 10 Oct 2008 11:54:10 -0500 -Subject: [PATCH 08/14] Revert changes to pbx_lua from rev 126363 that cause some problems. +Subject: [PATCH 08/15] Revert changes to pbx_lua from rev 126363 that cause some problems. --- pbx/pbx_lua.c | 6 +++--- 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch: Index: 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 4 Jan 2009 18:58:38 -0000 1.3 +++ 0009-change-configure.ac-to-look-for-pkg-config-gmime-2.4.patch 5 Jan 2009 03:10:28 -0000 1.4 @@ -1,7 +1,7 @@ From 7719af5a016f40f573c90aae17910f7f77b9b4e6 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:06:18 -0600 -Subject: [PATCH 09/14] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config +Subject: [PATCH 09/15] change configure.ac to look for pkg-config gmime-2.4 instead of gmime-2.4 gmime-config --- configure.ac | 12 +++++++++++- 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch: Index: 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 4 Jan 2009 18:58:38 -0000 1.3 +++ 0010-fix-the-AST_PROG_SED-problem-that-makes-.-bootstrap.patch 5 Jan 2009 03:10:28 -0000 1.4 @@ -1,7 +1,7 @@ From 9a6c4641b2aa353c9076df9794d72fba5acdafb0 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Sat, 3 Jan 2009 19:12:18 -0600 -Subject: [PATCH 10/14] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail +Subject: [PATCH 10/15] fix the AST_PROG_SED problem that makes ./bootstrap.sh fail Need to regenerate configure from configure.ac after patch one with ./bootsrap.sh, so fix the broken .m4 in the autoconfig dir. (alternatively 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch: Index: 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0011-Merged-revisions-160170-160172-via-svnmerge-from.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch 4 Jan 2009 18:58:38 -0000 1.3 +++ 0011-Merged-revisions-160170-160172-via-svnmerge-from.patch 5 Jan 2009 03:10:29 -0000 1.4 @@ -1,7 +1,7 @@ From c38fa4eb3cf989c110a737058c46a916ebab19c8 Mon Sep 17 00:00:00 2001 From: seanbright Date: Mon, 1 Dec 2008 23:41:16 +0000 -Subject: [PATCH 11/14] Merged revisions 160170-160172 via svnmerge from +Subject: [PATCH 11/15] Merged revisions 160170-160172 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ 0012-Merged-revisions-162275-via-svnmerge-from.patch: Index: 0012-Merged-revisions-162275-via-svnmerge-from.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0012-Merged-revisions-162275-via-svnmerge-from.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0012-Merged-revisions-162275-via-svnmerge-from.patch 4 Jan 2009 18:58:38 -0000 1.2 +++ 0012-Merged-revisions-162275-via-svnmerge-from.patch 5 Jan 2009 03:10:29 -0000 1.3 @@ -1,7 +1,7 @@ From 986c677766137383378252947eafb3eb8c86718a Mon Sep 17 00:00:00 2001 From: file Date: Tue, 9 Dec 2008 20:47:11 +0000 -Subject: [PATCH 12/14] Merged revisions 162275 via svnmerge from +Subject: [PATCH 12/15] Merged revisions 162275 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ 0013-Update-autoconf.patch: Index: 0013-Update-autoconf.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0013-Update-autoconf.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- 0013-Update-autoconf.patch 4 Jan 2009 18:58:38 -0000 1.2 +++ 0013-Update-autoconf.patch 5 Jan 2009 03:10:29 -0000 1.3 @@ -1,7 +1,7 @@ From 249cd4bd1b4b9a0b99a07d44359e098c10dacbdb Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 4 Jan 2009 00:37:02 -0600 -Subject: [PATCH 13/14] Update autoconf. +Subject: [PATCH 13/15] Update autoconf. --- configure |23025 ++++++++++++++++++++------------------ 0014-Fix-up-some-paths.patch: Index: 0014-Fix-up-some-paths.patch =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/0014-Fix-up-some-paths.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- 0014-Fix-up-some-paths.patch 4 Jan 2009 18:58:38 -0000 1.1 +++ 0014-Fix-up-some-paths.patch 5 Jan 2009 03:10:29 -0000 1.2 @@ -1,7 +1,7 @@ From 57e9e58cb5d501da652d227eb8c07b2593d333ff Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Sun, 4 Jan 2009 12:51:05 -0600 -Subject: [PATCH 14/14] Fix up some paths. +Subject: [PATCH 14/15] Fix up some paths. --- UPGRADE-1.4.txt | 2 +- Index: asterisk.spec =================================================================== RCS file: /cvs/pkgs/rpms/asterisk/F-10/asterisk.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- asterisk.spec 4 Jan 2009 18:58:38 -0000 1.40 +++ asterisk.spec 5 Jan 2009 03:10:29 -0000 1.41 @@ -3,7 +3,7 @@ Summary: The Open Source PBX Name: asterisk Version: 1.6.0.2 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Group: Applications/Internet URL: http://www.asterisk.org/ @@ -47,6 +47,7 @@ Patch12: 0012-Merged-revisions-162275-via-svnmerge-from.patch Patch13: 0013-Update-autoconf.patch Patch14: 0014-Fix-up-some-paths.patch +Patch15: 0015-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) @@ -235,6 +236,16 @@ %description ldap LDAP resources for Asterisk. +%package ldap-fds +Summary: LDAP resources for Asterisk and the Fedora Directory Server +Group: Applications/Internet +Requires: asterisk = %{version}-%{release} +Requires: asterisk-ldap = %{version}-%{release} +Requires: fedora-ds-base + +%description ldap-fds +LDAP resources for Asterisk and the Fedora Directory Server. + %package misdn Summary: mISDN channel for Asterisk Group: Applications/Internet @@ -425,6 +436,7 @@ %patch12 -p1 %patch13 -p1 %patch14 -p1 +%patch15 -p1 cp %{SOURCE2} menuselect.makedeps cp %{SOURCE3} menuselect.makeopts @@ -505,6 +517,7 @@ install -D -p -m 0755 contrib/init.d/rc.redhat.asterisk %{buildroot}%{_initrddir}/asterisk install -D -p -m 0644 contrib/sysconfig/asterisk %{buildroot}%{_sysconfdir}/sysconfig/asterisk +install -D -p -m 0644 contrib/scripts/99asterisk.ldif %{buildroot}%{_sysconfdir}/dirsrv/schema/99asterisk.ldif install -D -p -m 0644 %{S:1} %{buildroot}%{_sysconfdir}/logrotate.d/asterisk install -D -p -m 0644 doc/asterisk-mib.txt %{buildroot}%{_datadir}/snmp/mibs/ASTERISK-MIB.txt install -D -p -m 0644 doc/digium-mib.txt %{buildroot}%{_datadir}/snmp/mibs/DIGIUM-MIB.txt @@ -928,6 +941,10 @@ %config(noreplace) %{_sysconfdir}/asterisk/res_ldap.conf %{_libdir}/asterisk/modules/res_config_ldap.so +%files ldap-fds +%defattr(-,root,root,-) +%{_sysconfdir}/dirsrv/schema/99asterisk.ldif + %files minivm %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/asterisk/extensions_minivm.conf @@ -1037,6 +1054,9 @@ %{_libdir}/asterisk/modules/app_voicemail_plain.so %changelog +* Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.0.2-4 +- Fedora Directory Server compatibility patch/subpackage. BZ#452176 + * Sun Jan 4 2009 Jeffrey C. Ollie - 1.6.0.2-3 - Don't package func_curl in the main package. BZ#475910 - Fix up paths. BZ#477238 From cweyl at fedoraproject.org Mon Jan 5 04:18:07 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 5 Jan 2009 04:18:07 +0000 (UTC) Subject: rpms/perl-Moose/devel .cvsignore, 1.23, 1.24 perl-Moose.spec, 1.32, 1.33 sources, 1.23, 1.24 Message-ID: <20090105041807.D507C7011F@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11018 Modified Files: .cvsignore perl-Moose.spec sources Log Message: * Sun Jan 04 2009 Chris Weyl 0.64-1 - update to 0.64 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 29 Dec 2008 00:36:07 -0000 1.23 +++ .cvsignore 5 Jan 2009 04:17:35 -0000 1.24 @@ -1,5 +1 @@ -Moose-0.63.tar.gz -*.rpm -*.gz -*.tar -*.log +Moose-0.64.tar.gz Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/perl-Moose.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- perl-Moose.spec 29 Dec 2008 00:36:07 -0000 1.32 +++ perl-Moose.spec 5 Jan 2009 04:17:35 -0000 1.33 @@ -1,5 +1,5 @@ Name: perl-Moose -Version: 0.63 +Version: 0.64 Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic @@ -15,7 +15,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Class::MOP) >= 0.72 +BuildRequires: perl(Class::MOP) >= 0.75 BuildRequires: perl(Filter::Simple) BuildRequires: perl(List::MoreUtils) >= 0.12 BuildRequires: perl(Scalar::Util) >= 1.19 @@ -111,6 +111,9 @@ %{_mandir}/man3/* %changelog +* Sun Jan 04 2009 Chris Weyl 0.64-1 +- update to 0.64 + * Sun Dec 28 2008 Chris Weyl 0.63-1 - update to 0.63 - bump br versions on Moose, List::MoreUtils Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/devel/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 29 Dec 2008 00:36:07 -0000 1.23 +++ sources 5 Jan 2009 04:17:35 -0000 1.24 @@ -1 +1 @@ -1f8b7d335ac0edd9532167636df4002d Moose-0.63.tar.gz +1f1dfa4312926b272e05e3a9b89dca5b Moose-0.64.tar.gz From lutter at fedoraproject.org Mon Jan 5 04:22:18 2009 From: lutter at fedoraproject.org (David Lutterkort) Date: Mon, 5 Jan 2009 04:22:18 +0000 (UTC) Subject: rpms/augeas/EL-4 datadir.patch,NONE,1.1 augeas.spec,1.11,1.12 Message-ID: <20090105042218.10D147011F@cvs1.fedora.phx.redhat.com> Author: lutter Update of /cvs/pkgs/rpms/augeas/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12050 Modified Files: augeas.spec Added Files: datadir.patch Log Message: Fix bz 478619 datadir.patch: --- NEW FILE datadir.patch --- diff -urN augeas-0.3.5.orig/src/Makefile.am augeas-0.3.5/src/Makefile.am --- augeas-0.3.5.orig/src/Makefile.am 2008-12-24 02:21:25.000000000 +0100 +++ augeas-0.3.5/src/Makefile.am 2009-01-04 16:53:36.000000000 +0100 @@ -45,7 +45,7 @@ internal.h: datadir.h FORCE-datadir.h: Makefile - echo '#define DATADIR "$(abspath $(datadir))"' > datadir.h1 + echo '#define DATADIR "$(datadir)"' > datadir.h1 $(top_srcdir)/build/aux/move-if-change datadir.h1 datadir.h datadir.h: FORCE-datadir.h diff -urN augeas-0.3.5.orig/src/Makefile.in augeas-0.3.5/src/Makefile.in --- augeas-0.3.5.orig/src/Makefile.in 2008-12-24 07:05:51.000000000 +0100 +++ augeas-0.3.5/src/Makefile.in 2009-01-04 16:53:49.000000000 +0100 @@ -898,7 +898,7 @@ internal.h: datadir.h FORCE-datadir.h: Makefile - echo '#define DATADIR "$(abspath $(datadir))"' > datadir.h1 + echo '#define DATADIR "$(datadir)"' > datadir.h1 $(top_srcdir)/build/aux/move-if-change datadir.h1 datadir.h datadir.h: FORCE-datadir.h Index: augeas.spec =================================================================== RCS file: /cvs/pkgs/rpms/augeas/EL-4/augeas.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- augeas.spec 24 Dec 2008 06:24:01 -0000 1.11 +++ augeas.spec 5 Jan 2009 04:21:47 -0000 1.12 @@ -1,12 +1,13 @@ Name: augeas Version: 0.3.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for changing configuration files Group: System Environment/Libraries License: LGPLv2+ URL: http://augeas.net/ Source0: http://augeas.net/download/%{name}-%{version}.tar.gz +Patch0: datadir.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel @@ -43,6 +44,7 @@ %prep %setup -q +%patch0 -p1 %build %configure --disable-static @@ -80,6 +82,9 @@ %{_libdir}/pkgconfig/augeas.pc %changelog +* Sun Jan 4 2009 David Lutterkort - 0.3.5-2 +- Add patch to fix bz478619 + * Tue Dec 23 2008 David Lutterkort - 0.3.5-1 - New version From kevin at fedoraproject.org Mon Jan 5 05:04:23 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 5 Jan 2009 05:04:23 +0000 (UTC) Subject: rpms/munin/devel munin.spec,1.17,1.18 Message-ID: <20090105050424.24E0B7011F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/munin/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23517 Modified Files: munin.spec Log Message: Require bitstream-vera-fonts-sans-mono for Font (fixes #477428) Index: munin.spec =================================================================== RCS file: /cvs/extras/rpms/munin/devel/munin.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- munin.spec 12 Aug 2008 03:02:19 -0000 1.17 +++ munin.spec 5 Jan 2009 05:03:50 -0000 1.18 @@ -1,6 +1,6 @@ Name: munin Version: 1.2.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Network-wide graphing framework (grapher/gatherer) License: GPLv2 and Bitstream Vera Group: System Environment/Daemons @@ -25,6 +25,7 @@ Requires: logrotate Requires(pre): shadow-utils Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: bitstream-vera-fonts-sans-mono %description Munin is a highly flexible and powerful solution used to create graphs of @@ -147,6 +148,10 @@ sed -i -e 's/\$MUNIN_LIBDIR/\/usr\/share\/munin\//' %{buildroot}%{_datadir}/munin/plugins/multips sed -i -e 's/\$MUNIN_LIBDIR/\/usr\/share\/munin\//' %{buildroot}%{_datadir}/munin/plugins/df_abs +# Use font from bitstream-vera-fonts-sans-mono +rm -f $RPM_BUILD_ROOT/%{_datadir}/munin/VeraMono.ttf +ln -s /usr/share/fonts/bitstream-vera/VeraMono.ttf $RPM_BUILD_ROOT/%{_datadir}/munin/VeraMono.ttf + %clean rm -rf $RPM_BUILD_ROOT @@ -241,6 +246,9 @@ %doc %{_mandir}/man5/munin-node* %changelog +* Sun Jan 04 2009 Kevin Fenzi - 1.2.6-4 +- Require bitstream-vera-fonts-sans-mono for Font (fixes #477428) + * Mon Aug 11 2008 Kevin Fenzi - 1.2.6-3 - Move Munin/Plugin.pm to the node subpackage (fixes #457403) From pbrobinson at fedoraproject.org Mon Jan 5 05:11:18 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Mon, 5 Jan 2009 05:11:18 +0000 (UTC) Subject: rpms/libiphone/F-9 libiphone.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <20090105051118.ED5F27011F@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/libiphone/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25654 Modified Files: libiphone.spec sources Log Message: - new git snapshot Index: libiphone.spec =================================================================== RCS file: /cvs/pkgs/rpms/libiphone/F-9/libiphone.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libiphone.spec 4 Dec 2008 13:57:46 -0000 1.1 +++ libiphone.spec 5 Jan 2009 05:10:48 -0000 1.2 @@ -2,21 +2,21 @@ # git clone http://git.matt.colyer.name/2008/libiphone/ # git-archive --format=tar --prefix=libiphone-0.1.0/ %{git_version} | bzip2 > libiphone-0.1.0-20081201.tar.bz2 -%define gitdate 20081201 -%define git_version 8c3a01e +%define gitdate 20090103 +%define git_version 5cde554 %define tarfile %{name}-%{version}-%{gitdate}.tar.bz2 %define snapshot %{gitdate}git%{git_version} Name: libiphone Version: 0.1.0 -Release: 3.%{snapshot}%{?dist} +Release: 4.%{snapshot}%{?dist} Summary: Library for connecting to Apple iPhone and iPod touch Group: System Environment/Libraries License: LGPLv2+ URL: http://matt.colyer.name/projects/iphone-linux/ -Source0: %{tarfile} +Source0: %{tarfile} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libxml2-devel @@ -77,6 +77,9 @@ %{_includedir}/libiphone %changelog +* Mon Jan 5 2009 Peter Robinson 0.1.0-4.git5cde554 +- Update to latest git snapshot + * Tue Dec 2 2008 Peter Robinson 0.1.0-3.git8c3a01e - Fix git file generation Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libiphone/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Dec 2008 13:57:46 -0000 1.2 +++ sources 5 Jan 2009 05:10:48 -0000 1.3 @@ -1 +1 @@ -c360e277e5a361667245561d010c4a76 libiphone-0.1.0-20081201.tar.bz2 +1c6950b2ddf6cf2ed103b616cde0b13a libiphone-0.1.0-20090103.tar.bz2 From kevin at fedoraproject.org Mon Jan 5 05:17:07 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 5 Jan 2009 05:17:07 +0000 (UTC) Subject: rpms/rkhunter/F-10 sources, 1.9, 1.10 .cvsignore, 1.8, 1.9 rkhunter.spec, 1.17, 1.18 Message-ID: <20090105051707.217BF7011F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/rkhunter/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27640 Modified Files: sources .cvsignore rkhunter.spec Log Message: Update to 1.3.4 Use libdir as tmp dir - bug #456340 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rkhunter/F-10/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 29 Feb 2008 03:33:37 -0000 1.9 +++ sources 5 Jan 2009 05:16:36 -0000 1.10 @@ -1 +1 @@ -a00ff64d7076d6ff47ef0c9f0b6202f2 rkhunter-1.3.2.tar.gz +31eaacc4d01ad138d1a4283f105088e6 rkhunter-1.3.4.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rkhunter/F-10/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 29 Feb 2008 03:33:37 -0000 1.8 +++ .cvsignore 5 Jan 2009 05:16:36 -0000 1.9 @@ -1 +1 @@ -rkhunter-1.3.2.tar.gz +rkhunter-1.3.4.tar.gz Index: rkhunter.spec =================================================================== RCS file: /cvs/extras/rpms/rkhunter/F-10/rkhunter.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- rkhunter.spec 15 Sep 2008 21:55:21 -0000 1.17 +++ rkhunter.spec 5 Jan 2009 05:16:36 -0000 1.18 @@ -1,16 +1,15 @@ Name: rkhunter -Version: 1.3.2 -Release: 5%{?dist} +Version: 1.3.4 +Release: 1%{?dist} Summary: A host-based tool to scan for rootkits, backdoors and local exploits Group: Applications/System License: GPLv2+ URL: http://rkhunter.sourceforge.net/ -Source0: http://downloads.sourceforge.net/rkhunter/rkhunter-1.3.2.tar.gz -Source1: http://downloads.sourceforge.net/rkhunter/rkhunter-1.3.2.tar.gz.sha1.txt +Source0: http://downloads.sourceforge.net/rkhunter/rkhunter-%{version}.tar.gz +Source1: http://downloads.sourceforge.net/rkhunter/rkhunter-%{version}.tar.gz.sha1.txt Source2: 01-rkhunter Source3: rkhunter.sysconfig -Patch0: rkhunter-1.3.2-debugtmp.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -29,7 +28,7 @@ %{__perl} -pi.0001 -e ' s|^#(MAIL-ON-WARNING=).+$|$1root\@localhost|; - s|^#(TMPDIR=).+$|$1%{_var}/run/%{name}|; + s|^#(TMPDIR=).+$|$1%{_var}/lib/%{name}|; s|^#(DBDIR=).+$|$1%{_var}/lib/%{name}/db|; s|^#(SCRIPTDIR=).+$|$1%{_datadir}/%{name}/scripts|; s|^#(PKGMGR=).+$|$1RPM|; @@ -70,8 +69,6 @@ } EOF -%patch0 -p1 - %build # Nothing to be built @@ -139,6 +136,14 @@ %{_mandir}/man8/* %changelog +* Fri Jan 02 2009 Kevin Fenzi - 1.3.4-1 +- Update to 1.3.4 +- Use libdir as tmp dir - bug #456340 + +* Sat Dec 13 2008 Kevin Fenzi - 1.3.2-6 +- Fix cron job sending as attachment - bug #472679 +- Fix cron job trying to send with colors - bug #475916 + * Wed Sep 03 2008 Kevin Fenzi - 1.3.2-5 - Patch debug tmp file issue - bug #460628 From kevin at fedoraproject.org Mon Jan 5 05:18:53 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 5 Jan 2009 05:18:53 +0000 (UTC) Subject: rpms/rkhunter/F-10 01-rkhunter,1.4,1.5 Message-ID: <20090105051853.2B2857011F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/rkhunter/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27976 Modified Files: 01-rkhunter Log Message: commit cron file as well Index: 01-rkhunter =================================================================== RCS file: /cvs/extras/rpms/rkhunter/F-10/01-rkhunter,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 01-rkhunter 17 Jun 2008 18:48:04 -0000 1.4 +++ 01-rkhunter 5 Jan 2009 05:18:22 -0000 1.5 @@ -22,7 +22,7 @@ if [ "$DIAG_SCAN" == "yes" ]; then RKHUNTER_FLAGS="--checkall --skip-keypress --nocolors --quiet --appendlog --display-logfile" else - RKHUNTER_FLAGS="--cronjob --report-warnings-only" + RKHUNTER_FLAGS="--cronjob --nocolors --report-warnings-only" fi # Set a few critical parameters @@ -33,7 +33,7 @@ if [ -x $RKHUNTER ]; then /bin/echo -e "\n--------------------- Start Rootkit Hunter Update ---------------------" \ > $TMPFILE1 - /bin/nice -n 10 $RKHUNTER --update 2>&1 >> $TMPFILE1 + /bin/nice -n 10 $RKHUNTER --update --nocolors 2>&1 >> $TMPFILE1 /bin/echo -e "\n---------------------- Start Rootkit Hunter Scan ----------------------" \ >> $TMPFILE1 /bin/nice -n 10 $RKHUNTER $RKHUNTER_FLAGS 2>&1 >> $TMPFILE1 From kevin at fedoraproject.org Mon Jan 5 05:24:22 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 5 Jan 2009 05:24:22 +0000 (UTC) Subject: rpms/rkhunter/F-10 rkhunter-1.3.2-debugtmp.patch, 1.1, NONE rkhunter-1.3.2.tar.gz.sha1.txt, 1.1, NONE Message-ID: <20090105052422.7A9647013C@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/rkhunter/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29924 Removed Files: rkhunter-1.3.2-debugtmp.patch rkhunter-1.3.2.tar.gz.sha1.txt Log Message: Remove old patches and sha1 --- rkhunter-1.3.2-debugtmp.patch DELETED --- --- rkhunter-1.3.2.tar.gz.sha1.txt DELETED --- From kevin at fedoraproject.org Mon Jan 5 05:24:39 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 5 Jan 2009 05:24:39 +0000 (UTC) Subject: rpms/rkhunter/F-10 rkhunter-1.3.4.tar.gz.sha1.txt,NONE,1.1 Message-ID: <20090105052439.42DA27013C@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/rkhunter/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30532 Added Files: rkhunter-1.3.4.tar.gz.sha1.txt Log Message: Add new sha1 file --- NEW FILE rkhunter-1.3.4.tar.gz.sha1.txt --- 73a42c94be2fb1fd3284d8dc60d22ff0fc8407f4 rkhunter-1.3.4/files/WISHLIST c82074175e72642dd74322ce29281f0f2fe2798c rkhunter-1.3.4/files/programs_bad.dat 443431d6c4dde5ff474fc9521561c6858478ad81 rkhunter-1.3.4/files/rkhunter 59de768a09a4cd13599653df85ecc2362e416ab3 rkhunter-1.3.4/files/defaulthashes.dat 9203f315cf8ea90724f70595c0b8facd61169b4a rkhunter-1.3.4/files/i18n/cn 736fd9ea453f34c023a9ebed97fa0cea7461aeb8 rkhunter-1.3.4/files/i18n/zh.utf8 3aa3999bd924382f2a7b7e52ad0c3f7834d2285c rkhunter-1.3.4/files/i18n/zh a81ea7ee1677bb2f09c68ef55cac4819d102dfc0 rkhunter-1.3.4/files/i18n/en ff10891d252f3859abe63054eb64f0e9eae2d781 rkhunter-1.3.4/files/tools/README 90876286c511986474144a5a1fc21afa0f5f29c5 rkhunter-1.3.4/files/tools/update_client.sh e3ba269e33d5d385230d0a4457d87cf6e3acece8 rkhunter-1.3.4/files/tools/update_server.sh 98e225b334e319edaff76c079a3a241289ffa9c7 rkhunter-1.3.4/files/README ebc05604eb51b10478d35ac3750699cefecd5ae3 rkhunter-1.3.4/files/filehashmd5.pl d5bff919ce44a345a193824ea16b0404008d7823 rkhunter-1.3.4/files/programs_good.dat beed9c4b594c5be28ca4837fdcd2ac367e2946ee rkhunter-1.3.4/files/contrib/run_rkhunter.sh 225cc53f9691ad39f10bd2aaac478355ce4dc411 rkhunter-1.3.4/files/contrib/README.txt 285155f63cfa7a6a73ec0352dccaaa2221989b94 rkhunter-1.3.4/files/contrib/rkhunter_remote_howto.txt 56bf42d4fe669412b84eb307d5e314af4501dc9a rkhunter-1.3.4/files/testing/stringscanner.sh 361ada5406c7e57e62e840caf3d3bce5e8436fc1 rkhunter-1.3.4/files/testing/rootkitinfo.txt 73e76916a3f65dde2317fff6c932e1d77760fdf7 rkhunter-1.3.4/files/testing/rkhunter.conf 1878119b6045eeab6a5afaebad7b523e86c3a935 rkhunter-1.3.4/files/filehashsha1.pl a656a91b37a83a2325843f0ccedb5eb7866506ac rkhunter-1.3.4/files/mirrors.dat 9ddeec64999f4c0e6f9aa5992cd25c503311b764 rkhunter-1.3.4/files/backdoorports.dat a0badd192cc4f33fbf38f446eae3c858ba81c88f rkhunter-1.3.4/files/check_modules.pl 82c8c3881d59d228de3ce74a4b7b68eac07940f1 rkhunter-1.3.4/files/md5blacklist.dat 4510d2228e144f80d75caef01c172095b2b4c24b rkhunter-1.3.4/files/rkhunter.conf 5c4319fe3f9acc552b7a9e973b7d081f7cb31642 rkhunter-1.3.4/files/check_port.pl f50ab02e29a0f4eba0ebe698f2c750a3b0298009 rkhunter-1.3.4/files/CHANGELOG 951b498f71fc4a126ca435f7bce96ed8b821efb6 rkhunter-1.3.4/files/os.dat 996a29dee608374e601ecf0253e445e16506c672 rkhunter-1.3.4/files/check_update.sh 2e971f1c9f355d2172db3c5a33601b7037853ac1 rkhunter-1.3.4/files/FAQ 7fa41ed0dc8c95b48b04dab42f1eaf8031c6ce7c rkhunter-1.3.4/files/ACKNOWLEDGMENTS 5dfa5246dc1c87b05f44f9f444466ce3d0d6edec rkhunter-1.3.4/files/stat.pl 345ab306455525cf5626caadda22b5dcbf732bc1 rkhunter-1.3.4/files/LICENSE 5fc098260380362a515d32376e8d5522f1ccf716 rkhunter-1.3.4/files/readlink.sh e158163bfe6cb414d839e91880af37611f8b5cc0 rkhunter-1.3.4/files/development/createfilehashes.pl 0c613880f3447af695ca9f9f93e158b34c2a10c3 rkhunter-1.3.4/files/development/osinformation.sh 7378fb7e91b1f7e789508e4e8d00e1e3a70ee6ff rkhunter-1.3.4/files/development/search_dead_sysmlinks.sh d09ab61a3563122b8cd6415e3083dfe1ef285a2b rkhunter-1.3.4/files/development/i18nchk cb4903c649ad50b79230f5a5250da82c1d9ccb0f rkhunter-1.3.4/files/development/createhashes.sh 4f4dfb87e758236cadc5ac5af67bbb35f4f63eb1 rkhunter-1.3.4/files/development/rpmprelinkhashes.sh 6b2f032d6143ed3b6ba3eae19d7921e154e69e47 rkhunter-1.3.4/files/development/createhashesall.sh 614a5d3999055a8faeecc393c5695d628e5a7675 rkhunter-1.3.4/files/development/rpmhashes.sh ec4d60774decbb354f7aafcc2b65b1f87e000c97 rkhunter-1.3.4/files/suspscan.dat 0b0c2b2b1e6342ada9b1df48cda550e5120f0cdf rkhunter-1.3.4/files/rkhunter.8 43bca835d9c64ab2f8cf7f1a5a078bb1b7da9306 rkhunter-1.3.4/files/showfiles.pl 21d8c152e81061d37d122e3a82283448cd267e73 rkhunter-1.3.4/files/rkhunter.spec 0093470e31268c538ecacc803969819faf742dde rkhunter-1.3.4/installer.sh From kevin at fedoraproject.org Mon Jan 5 05:36:10 2009 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Mon, 5 Jan 2009 05:36:10 +0000 (UTC) Subject: rpms/rkhunter/F-9 rkhunter-1.3.4.tar.gz.sha1.txt, NONE, 1.1 rkhunter.spec, 1.17, 1.18 01-rkhunter, 1.4, 1.5 sources, 1.9, 1.10 .cvsignore, 1.8, 1.9 rkhunter-1.3.2-debugtmp.patch, 1.1, NONE rkhunter-1.3.2.tar.gz.sha1.txt, 1.1, NONE Message-ID: <20090105053610.CF6A37011F@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/rkhunter/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv684 Modified Files: rkhunter.spec 01-rkhunter sources .cvsignore Added Files: rkhunter-1.3.4.tar.gz.sha1.txt Removed Files: rkhunter-1.3.2-debugtmp.patch rkhunter-1.3.2.tar.gz.sha1.txt Log Message: Update to 1.3.4 Use libdir as tmp dir - bug #456340 Fix cron job sending as attachment - bug #472679 Fix cron job trying to send with colors - bug #475916 --- NEW FILE rkhunter-1.3.4.tar.gz.sha1.txt --- 73a42c94be2fb1fd3284d8dc60d22ff0fc8407f4 rkhunter-1.3.4/files/WISHLIST c82074175e72642dd74322ce29281f0f2fe2798c rkhunter-1.3.4/files/programs_bad.dat 443431d6c4dde5ff474fc9521561c6858478ad81 rkhunter-1.3.4/files/rkhunter 59de768a09a4cd13599653df85ecc2362e416ab3 rkhunter-1.3.4/files/defaulthashes.dat 9203f315cf8ea90724f70595c0b8facd61169b4a rkhunter-1.3.4/files/i18n/cn 736fd9ea453f34c023a9ebed97fa0cea7461aeb8 rkhunter-1.3.4/files/i18n/zh.utf8 3aa3999bd924382f2a7b7e52ad0c3f7834d2285c rkhunter-1.3.4/files/i18n/zh a81ea7ee1677bb2f09c68ef55cac4819d102dfc0 rkhunter-1.3.4/files/i18n/en ff10891d252f3859abe63054eb64f0e9eae2d781 rkhunter-1.3.4/files/tools/README 90876286c511986474144a5a1fc21afa0f5f29c5 rkhunter-1.3.4/files/tools/update_client.sh e3ba269e33d5d385230d0a4457d87cf6e3acece8 rkhunter-1.3.4/files/tools/update_server.sh 98e225b334e319edaff76c079a3a241289ffa9c7 rkhunter-1.3.4/files/README ebc05604eb51b10478d35ac3750699cefecd5ae3 rkhunter-1.3.4/files/filehashmd5.pl d5bff919ce44a345a193824ea16b0404008d7823 rkhunter-1.3.4/files/programs_good.dat beed9c4b594c5be28ca4837fdcd2ac367e2946ee rkhunter-1.3.4/files/contrib/run_rkhunter.sh 225cc53f9691ad39f10bd2aaac478355ce4dc411 rkhunter-1.3.4/files/contrib/README.txt 285155f63cfa7a6a73ec0352dccaaa2221989b94 rkhunter-1.3.4/files/contrib/rkhunter_remote_howto.txt 56bf42d4fe669412b84eb307d5e314af4501dc9a rkhunter-1.3.4/files/testing/stringscanner.sh 361ada5406c7e57e62e840caf3d3bce5e8436fc1 rkhunter-1.3.4/files/testing/rootkitinfo.txt 73e76916a3f65dde2317fff6c932e1d77760fdf7 rkhunter-1.3.4/files/testing/rkhunter.conf 1878119b6045eeab6a5afaebad7b523e86c3a935 rkhunter-1.3.4/files/filehashsha1.pl a656a91b37a83a2325843f0ccedb5eb7866506ac rkhunter-1.3.4/files/mirrors.dat 9ddeec64999f4c0e6f9aa5992cd25c503311b764 rkhunter-1.3.4/files/backdoorports.dat a0badd192cc4f33fbf38f446eae3c858ba81c88f rkhunter-1.3.4/files/check_modules.pl 82c8c3881d59d228de3ce74a4b7b68eac07940f1 rkhunter-1.3.4/files/md5blacklist.dat 4510d2228e144f80d75caef01c172095b2b4c24b rkhunter-1.3.4/files/rkhunter.conf 5c4319fe3f9acc552b7a9e973b7d081f7cb31642 rkhunter-1.3.4/files/check_port.pl f50ab02e29a0f4eba0ebe698f2c750a3b0298009 rkhunter-1.3.4/files/CHANGELOG 951b498f71fc4a126ca435f7bce96ed8b821efb6 rkhunter-1.3.4/files/os.dat 996a29dee608374e601ecf0253e445e16506c672 rkhunter-1.3.4/files/check_update.sh 2e971f1c9f355d2172db3c5a33601b7037853ac1 rkhunter-1.3.4/files/FAQ 7fa41ed0dc8c95b48b04dab42f1eaf8031c6ce7c rkhunter-1.3.4/files/ACKNOWLEDGMENTS 5dfa5246dc1c87b05f44f9f444466ce3d0d6edec rkhunter-1.3.4/files/stat.pl 345ab306455525cf5626caadda22b5dcbf732bc1 rkhunter-1.3.4/files/LICENSE 5fc098260380362a515d32376e8d5522f1ccf716 rkhunter-1.3.4/files/readlink.sh e158163bfe6cb414d839e91880af37611f8b5cc0 rkhunter-1.3.4/files/development/createfilehashes.pl 0c613880f3447af695ca9f9f93e158b34c2a10c3 rkhunter-1.3.4/files/development/osinformation.sh 7378fb7e91b1f7e789508e4e8d00e1e3a70ee6ff rkhunter-1.3.4/files/development/search_dead_sysmlinks.sh d09ab61a3563122b8cd6415e3083dfe1ef285a2b rkhunter-1.3.4/files/development/i18nchk cb4903c649ad50b79230f5a5250da82c1d9ccb0f rkhunter-1.3.4/files/development/createhashes.sh 4f4dfb87e758236cadc5ac5af67bbb35f4f63eb1 rkhunter-1.3.4/files/development/rpmprelinkhashes.sh 6b2f032d6143ed3b6ba3eae19d7921e154e69e47 rkhunter-1.3.4/files/development/createhashesall.sh 614a5d3999055a8faeecc393c5695d628e5a7675 rkhunter-1.3.4/files/development/rpmhashes.sh ec4d60774decbb354f7aafcc2b65b1f87e000c97 rkhunter-1.3.4/files/suspscan.dat 0b0c2b2b1e6342ada9b1df48cda550e5120f0cdf rkhunter-1.3.4/files/rkhunter.8 43bca835d9c64ab2f8cf7f1a5a078bb1b7da9306 rkhunter-1.3.4/files/showfiles.pl 21d8c152e81061d37d122e3a82283448cd267e73 rkhunter-1.3.4/files/rkhunter.spec 0093470e31268c538ecacc803969819faf742dde rkhunter-1.3.4/installer.sh Index: rkhunter.spec =================================================================== RCS file: /cvs/extras/rpms/rkhunter/F-9/rkhunter.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- rkhunter.spec 15 Sep 2008 22:02:37 -0000 1.17 +++ rkhunter.spec 5 Jan 2009 05:35:40 -0000 1.18 @@ -1,16 +1,15 @@ Name: rkhunter -Version: 1.3.2 -Release: 5%{?dist} +Version: 1.3.4 +Release: 1%{?dist} Summary: A host-based tool to scan for rootkits, backdoors and local exploits Group: Applications/System License: GPLv2+ URL: http://rkhunter.sourceforge.net/ -Source0: http://downloads.sourceforge.net/rkhunter/rkhunter-1.3.2.tar.gz -Source1: http://downloads.sourceforge.net/rkhunter/rkhunter-1.3.2.tar.gz.sha1.txt +Source0: http://downloads.sourceforge.net/rkhunter/rkhunter-%{version}.tar.gz +Source1: http://downloads.sourceforge.net/rkhunter/rkhunter-%{version}.tar.gz.sha1.txt Source2: 01-rkhunter Source3: rkhunter.sysconfig -Patch0: rkhunter-1.3.2-debugtmp.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -29,7 +28,7 @@ %{__perl} -pi.0001 -e ' s|^#(MAIL-ON-WARNING=).+$|$1root\@localhost|; - s|^#(TMPDIR=).+$|$1%{_var}/run/%{name}|; + s|^#(TMPDIR=).+$|$1%{_var}/lib/%{name}|; s|^#(DBDIR=).+$|$1%{_var}/lib/%{name}/db|; s|^#(SCRIPTDIR=).+$|$1%{_datadir}/%{name}/scripts|; s|^#(PKGMGR=).+$|$1RPM|; @@ -70,8 +69,6 @@ } EOF -%patch0 -p1 - %build # Nothing to be built @@ -139,6 +136,14 @@ %{_mandir}/man8/* %changelog +* Fri Jan 02 2009 Kevin Fenzi - 1.3.4-1 +- Update to 1.3.4 +- Use libdir as tmp dir - bug #456340 + +* Sat Dec 13 2008 Kevin Fenzi - 1.3.2-6 +- Fix cron job sending as attachment - bug #472679 +- Fix cron job trying to send with colors - bug #475916 + * Wed Sep 03 2008 Kevin Fenzi - 1.3.2-5 - Patch debug tmp file issue - bug #460628 Index: 01-rkhunter =================================================================== RCS file: /cvs/extras/rpms/rkhunter/F-9/01-rkhunter,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- 01-rkhunter 17 Jun 2008 18:55:09 -0000 1.4 +++ 01-rkhunter 5 Jan 2009 05:35:40 -0000 1.5 @@ -22,7 +22,7 @@ if [ "$DIAG_SCAN" == "yes" ]; then RKHUNTER_FLAGS="--checkall --skip-keypress --nocolors --quiet --appendlog --display-logfile" else - RKHUNTER_FLAGS="--cronjob --report-warnings-only" + RKHUNTER_FLAGS="--cronjob --nocolors --report-warnings-only" fi # Set a few critical parameters @@ -33,7 +33,7 @@ if [ -x $RKHUNTER ]; then /bin/echo -e "\n--------------------- Start Rootkit Hunter Update ---------------------" \ > $TMPFILE1 - /bin/nice -n 10 $RKHUNTER --update 2>&1 >> $TMPFILE1 + /bin/nice -n 10 $RKHUNTER --update --nocolors 2>&1 >> $TMPFILE1 /bin/echo -e "\n---------------------- Start Rootkit Hunter Scan ----------------------" \ >> $TMPFILE1 /bin/nice -n 10 $RKHUNTER $RKHUNTER_FLAGS 2>&1 >> $TMPFILE1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/rkhunter/F-9/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sources 29 Feb 2008 03:33:37 -0000 1.9 +++ sources 5 Jan 2009 05:35:40 -0000 1.10 @@ -1 +1 @@ -a00ff64d7076d6ff47ef0c9f0b6202f2 rkhunter-1.3.2.tar.gz +31eaacc4d01ad138d1a4283f105088e6 rkhunter-1.3.4.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/rkhunter/F-9/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 29 Feb 2008 03:33:37 -0000 1.8 +++ .cvsignore 5 Jan 2009 05:35:40 -0000 1.9 @@ -1 +1 @@ -rkhunter-1.3.2.tar.gz +rkhunter-1.3.4.tar.gz --- rkhunter-1.3.2-debugtmp.patch DELETED --- --- rkhunter-1.3.2.tar.gz.sha1.txt DELETED --- From rezso at fedoraproject.org Mon Jan 5 07:10:42 2009 From: rezso at fedoraproject.org (Balint Cristian) Date: Mon, 5 Jan 2009 07:10:42 +0000 (UTC) Subject: rpms/tinyows/devel import.log, NONE, 1.1 no_date_footer.html, NONE, 1.1 tinyows.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105071042.6277A7011F@cvs1.fedora.phx.redhat.com> Author: rezso Update of /cvs/pkgs/rpms/tinyows/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26464/devel Modified Files: .cvsignore sources Added Files: import.log no_date_footer.html tinyows.spec Log Message: - initial import --- NEW FILE import.log --- tinyows-0_6_0-3_fc11:HEAD:tinyows-0.6.0-3.fc11.src.rpm:1231139376 --- NEW FILE no_date_footer.html ---
Generated for $projectname by doxygen $doxygenversion
--- NEW FILE tinyows.spec --- Name: tinyows Version: 0.6.0 Release: 3%{?dist} Summary: WFS-T and FE implementation server Group: Applications/Publishing License: MIT URL: http://www.tinyows.org Source0: http://tinyows.org/tracdocs/release/%{name}_0-6-0.tar.bz2 Source1: no_date_footer.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: httpd BuildRequires: ctags indent doxygen valgrind BuildRequires: libxml2-devel postgresql-devel %description TinyOWS server implements latest WFS-T standard versions, as well as related standards such as Filter Encoding (FE). %prep %setup -q -n %{name} # clean SVN find . -type d -name .svn -exec rm -rf '{}' + %build %configure --enable-api # fix datadir lookup path sed -i -e 's|/usr/tinyows/|%{_datadir}/%{name}/|' src/ows_define.h # WARNING # disable %{?_smp_mflags} # it breaks compile make # disable timestamp inside docs sed -i -e 's|HTML_FOOTER|HTML_FOOTER=no_date_footer.html\n\#|g' doc/Doxyfile make doxygen %install rm -rf %{buildroot} install -d %{buildroot}%{_bindir} install -p -m 0755 tinyows %{buildroot}%{_bindir}/ install -d %{buildroot}%{_datadir}/%{name} cp -pR schema %{buildroot}%{_datadir}/%{name}/ install -d %{buildroot}%{_sysconfdir}/%{name} install -p -m 0644 config.xml %{buildroot}%{_sysconfdir}/%{name} pushd %{buildroot}%{_datadir}/%{name}/ ln -s ../../../%{_sysconfdir}/%{name}/config.xml config.xml popd %clean rm -rf %{buildroot} %check make %{?_smp_mflags} valgrind || true %files %defattr(-,root,root,-) %doc LICENSE README VERSION %doc doc/doxygen %{_bindir}/%{name} %dir %{_sysconfdir}/%{name} %attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/config.xml %{_datadir}/%{name} %changelog * Mon Jan 05 2009 Balint Cristian - 0.6.0-3 - initial import * Thu Sep 25 2008 Balint Cristian - 0.6.0-2 - shorter summary description * Thu Sep 25 2008 Balint Cristian - 0.6.0-1 - initial package for fedora Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/tinyows/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:11:50 -0000 1.1 +++ .cvsignore 5 Jan 2009 07:10:11 -0000 1.2 @@ -0,0 +1 @@ +tinyows_0-6-0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/tinyows/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:11:51 -0000 1.1 +++ sources 5 Jan 2009 07:10:11 -0000 1.2 @@ -0,0 +1 @@ +ad36de642d087e9881dadef585f9e440 tinyows_0-6-0.tar.bz2 From rezso at fedoraproject.org Mon Jan 5 07:13:56 2009 From: rezso at fedoraproject.org (Balint Cristian) Date: Mon, 5 Jan 2009 07:13:56 +0000 (UTC) Subject: rpms/tinyows/F-10 import.log, NONE, 1.1 no_date_footer.html, NONE, 1.1 tinyows.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105071356.7A3197011F@cvs1.fedora.phx.redhat.com> Author: rezso Update of /cvs/pkgs/rpms/tinyows/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27219/F-10 Modified Files: .cvsignore sources Added Files: import.log no_date_footer.html tinyows.spec Log Message: - initial import --- NEW FILE import.log --- tinyows-0_6_0-3_fc11:F-10:tinyows-0.6.0-3.fc11.src.rpm:1231139527 --- NEW FILE no_date_footer.html ---
Generated for $projectname by doxygen $doxygenversion
--- NEW FILE tinyows.spec --- Name: tinyows Version: 0.6.0 Release: 3%{?dist} Summary: WFS-T and FE implementation server Group: Applications/Publishing License: MIT URL: http://www.tinyows.org Source0: http://tinyows.org/tracdocs/release/%{name}_0-6-0.tar.bz2 Source1: no_date_footer.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: httpd BuildRequires: ctags indent doxygen valgrind BuildRequires: libxml2-devel postgresql-devel %description TinyOWS server implements latest WFS-T standard versions, as well as related standards such as Filter Encoding (FE). %prep %setup -q -n %{name} # clean SVN find . -type d -name .svn -exec rm -rf '{}' + %build %configure --enable-api # fix datadir lookup path sed -i -e 's|/usr/tinyows/|%{_datadir}/%{name}/|' src/ows_define.h # WARNING # disable %{?_smp_mflags} # it breaks compile make # disable timestamp inside docs sed -i -e 's|HTML_FOOTER|HTML_FOOTER=no_date_footer.html\n\#|g' doc/Doxyfile make doxygen %install rm -rf %{buildroot} install -d %{buildroot}%{_bindir} install -p -m 0755 tinyows %{buildroot}%{_bindir}/ install -d %{buildroot}%{_datadir}/%{name} cp -pR schema %{buildroot}%{_datadir}/%{name}/ install -d %{buildroot}%{_sysconfdir}/%{name} install -p -m 0644 config.xml %{buildroot}%{_sysconfdir}/%{name} pushd %{buildroot}%{_datadir}/%{name}/ ln -s ../../../%{_sysconfdir}/%{name}/config.xml config.xml popd %clean rm -rf %{buildroot} %check make %{?_smp_mflags} valgrind || true %files %defattr(-,root,root,-) %doc LICENSE README VERSION %doc doc/doxygen %{_bindir}/%{name} %dir %{_sysconfdir}/%{name} %attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/config.xml %{_datadir}/%{name} %changelog * Mon Jan 05 2009 Balint Cristian - 0.6.0-3 - initial import * Thu Sep 25 2008 Balint Cristian - 0.6.0-2 - shorter summary description * Thu Sep 25 2008 Balint Cristian - 0.6.0-1 - initial package for fedora Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/tinyows/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:11:50 -0000 1.1 +++ .cvsignore 5 Jan 2009 07:13:25 -0000 1.2 @@ -0,0 +1 @@ +tinyows_0-6-0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/tinyows/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:11:51 -0000 1.1 +++ sources 5 Jan 2009 07:13:26 -0000 1.2 @@ -0,0 +1 @@ +ad36de642d087e9881dadef585f9e440 tinyows_0-6-0.tar.bz2 From rezso at fedoraproject.org Mon Jan 5 07:16:33 2009 From: rezso at fedoraproject.org (Balint Cristian) Date: Mon, 5 Jan 2009 07:16:33 +0000 (UTC) Subject: rpms/tinyows/F-9 import.log, NONE, 1.1 no_date_footer.html, NONE, 1.1 tinyows.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105071633.96C4D7011F@cvs1.fedora.phx.redhat.com> Author: rezso Update of /cvs/pkgs/rpms/tinyows/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27792/F-9 Modified Files: .cvsignore sources Added Files: import.log no_date_footer.html tinyows.spec Log Message: - initial import --- NEW FILE import.log --- tinyows-0_6_0-3_fc11:F-9:tinyows-0.6.0-3.fc11.src.rpm:1231139726 --- NEW FILE no_date_footer.html ---
Generated for $projectname by doxygen $doxygenversion
--- NEW FILE tinyows.spec --- Name: tinyows Version: 0.6.0 Release: 3%{?dist} Summary: WFS-T and FE implementation server Group: Applications/Publishing License: MIT URL: http://www.tinyows.org Source0: http://tinyows.org/tracdocs/release/%{name}_0-6-0.tar.bz2 Source1: no_date_footer.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: httpd BuildRequires: ctags indent doxygen valgrind BuildRequires: libxml2-devel postgresql-devel %description TinyOWS server implements latest WFS-T standard versions, as well as related standards such as Filter Encoding (FE). %prep %setup -q -n %{name} # clean SVN find . -type d -name .svn -exec rm -rf '{}' + %build %configure --enable-api # fix datadir lookup path sed -i -e 's|/usr/tinyows/|%{_datadir}/%{name}/|' src/ows_define.h # WARNING # disable %{?_smp_mflags} # it breaks compile make # disable timestamp inside docs sed -i -e 's|HTML_FOOTER|HTML_FOOTER=no_date_footer.html\n\#|g' doc/Doxyfile make doxygen %install rm -rf %{buildroot} install -d %{buildroot}%{_bindir} install -p -m 0755 tinyows %{buildroot}%{_bindir}/ install -d %{buildroot}%{_datadir}/%{name} cp -pR schema %{buildroot}%{_datadir}/%{name}/ install -d %{buildroot}%{_sysconfdir}/%{name} install -p -m 0644 config.xml %{buildroot}%{_sysconfdir}/%{name} pushd %{buildroot}%{_datadir}/%{name}/ ln -s ../../../%{_sysconfdir}/%{name}/config.xml config.xml popd %clean rm -rf %{buildroot} %check make %{?_smp_mflags} valgrind || true %files %defattr(-,root,root,-) %doc LICENSE README VERSION %doc doc/doxygen %{_bindir}/%{name} %dir %{_sysconfdir}/%{name} %attr(644,root,root) %config(noreplace) %{_sysconfdir}/%{name}/config.xml %{_datadir}/%{name} %changelog * Mon Jan 05 2009 Balint Cristian - 0.6.0-3 - initial import * Thu Sep 25 2008 Balint Cristian - 0.6.0-2 - shorter summary description * Thu Sep 25 2008 Balint Cristian - 0.6.0-1 - initial package for fedora Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/tinyows/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:11:50 -0000 1.1 +++ .cvsignore 5 Jan 2009 07:16:02 -0000 1.2 @@ -0,0 +1 @@ +tinyows_0-6-0.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/tinyows/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:11:51 -0000 1.1 +++ sources 5 Jan 2009 07:16:03 -0000 1.2 @@ -0,0 +1 @@ +ad36de642d087e9881dadef585f9e440 tinyows_0-6-0.tar.bz2 From rezso at fedoraproject.org Mon Jan 5 07:24:38 2009 From: rezso at fedoraproject.org (Balint Cristian) Date: Mon, 5 Jan 2009 07:24:38 +0000 (UTC) Subject: rpms/mapbender/devel README.fedora, NONE, 1.1 import.log, NONE, 1.1 mapbender.conf, NONE, 1.1 mapbender.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105072438.3AEB67011F@cvs1.fedora.phx.redhat.com> Author: rezso Update of /cvs/pkgs/rpms/mapbender/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29797/devel Modified Files: .cvsignore sources Added Files: README.fedora import.log mapbender.conf mapbender.spec Log Message: - initial import --- NEW FILE README.fedora --- Please follow these two mandatory steps: - Dont forget to install mandatory SQL schema and data from your docdir/resources. for MySQL: mysqladmin -p create mapbender mysql -p mapbender < /usr/share/doc/mapbender-*/resources/db/mysql/mysql_schema.sql mysql -p mapbender < /usr/share/doc/mapbender-*/resources/db/mysql/utf8/mysql_data.sql for PgSQL: createdb mapbender psql -f /usr/share/doc/mapbender-*/resources/db/postgresql/pgsql_schema.sql mapbender psql -f /usr/share/doc/mapbender-*/resources/db/postgresql/utf8/pgsql_data.sql mapbender psql -f /usr/share/doc/mapbender-*/resources/db/postgresql/pgsql_serial_set_sequences.sql mapbender - Edit your /etc/mapbender/mapbender.conf file acordingly, follow Install.txt from docdir. * adjust mandatory HOST,USER,PASSWORD,DATABASE and SQL type in your config. * reload your apache. - You should olso check your setup: http://localhost/bendertools - You can access portal on alias: http://localhost/mapbender - Your initial portal User/Password is root/root - You should adjust localhost restriction: /etc/httpd/conf.d/mapbender.conf --- NEW FILE import.log --- mapbender-2_5-1_fc11:HEAD:mapbender-2.5-1.fc11.src.rpm:1231140137 --- NEW FILE mapbender.conf --- # # MapBender geospatial portal written in PHP. # # default restrictions Options -Indexes Order Deny,Allow Deny from all Allow from localhost # mandatory aliases Alias /mapbender /usr/share/mapbender/http Alias /bendertools /usr/share/mapbender/http/tools Alias /owsproxy /usr/share/mapbender/owsproxy --- NEW FILE mapbender.spec --- Name: mapbender Version: 2.5 Release: 1%{?dist} Summary: Geospatial portal for OGC OWS architectures Group: Applications/Internet License: GPLv2 URL: http://www.mapbender.org/ Source0: http://www.mapbender.org/download/%{name}_%{version}.zip Source1: mapbender.conf Source2: README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %define contentdir /var/www Requires: httpd, php Requires: php-mbstring, php-gd Requires: php-mysql, php-pgsql %description Mapbender is the geospatial portal site management software for OGC OWS architectures.Mapbender comes with a data model to manage interfaces for displaying, navigating and querying OGC compliant web map and feature services (WMS and transactional WFS). Authentication and authorization are used by the OWS Security Proxy and management interfaces for multi client capable user, group and service administration. The embedded metadata component follows ISO 19119 specification. %prep %setup -q -n %{name}_%{version} set +x for f in `find . -type f` ; do if file $f | grep -q ISO-8859 ; then set -x iconv -f ISO-8859-1 -t UTF-8 $f > ${f}.tmp && \ mv -f ${f}.tmp $f set +x fi if file $f | grep -q CRLF ; then set -x sed -i -e 's|\r||g' $f set +x fi done set -x # fix spurious flags for f in `find . -name Mapbender.po -type f` ; do chmod -x $f done %build %install rm -rf %{buildroot} mkdir -p -m0755 %{buildroot}%{_sysconfdir}/%{name} mkdir -p -m0755 %{buildroot}%{_datadir}/%{name} mkdir -p -m0755 %{buildroot}%{contentdir}/html # install the config files mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d install -m 644 %{SOURCE1} \ %{buildroot}%{_sysconfdir}/httpd/conf.d/ mkdir -p %{buildroot}%{_datadir}/%{name}/conf pushd %{buildroot}%{_datadir}/%{name}/conf for file in {digitize_default,gazetteerSQL,mapbender,poi,session,wfs_default}; do ln -s ../../../../%{_sysconfdir}/%{name}/$file.conf $file.conf done popd sed -i 's|\r||g' conf/* install -p -m 644 conf/*.conf %{buildroot}%{_sysconfdir}/%{name} install -p -m 644 conf/%{name}.conf-dist \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf install -p -m 644 conf/*.conf-dist %{buildroot}%{_datadir}/%{name}/conf # adjust config file sed -i 's|\"CHECK\"\, false|\"CHECK\"\, true|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's|\"PORTAL\"\, false|\"PORTAL\"\, true|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's|"TMPDIR", "../tmp"|"TMPDIR", "/var/tmp"|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's|/owsproxy|localhost/owsproxy|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's||localhost|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's||mapbender|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's||root|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf # instal mapbender cp -pr http %{buildroot}%{_datadir}/%{name}/ cp -pr core %{buildroot}%{_datadir}/%{name}/ cp -pr lib %{buildroot}%{_datadir}/%{name}/ cp -pr tools %{buildroot}%{_datadir}/%{name}/http/ cp -pr documents %{buildroot}%{_datadir}/%{name}/ cp -pr owsproxy %{buildroot}%{_datadir}/%{name}/ cp -pr resources %{buildroot}%{_datadir}/%{name}/ # install fedora doc install -p -m644 %{SOURCE2} . # install index.php wrapper for tools setup-check page pushd %{buildroot}%{_datadir}/%{name}/http/tools/ ln -s mapbender_setup.php index.php popd %clean rm -rf %{buildroot} %files %defattr(-,root,root) %config %dir %{_sysconfdir}/%{name} %attr(640,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/*.conf %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %doc Changes.txt Install.txt Readme.txt README.fedora %doc license resources %dir %{_datadir}/%{name} %{_datadir}/%{name}/conf %{_datadir}/%{name}/http %{_datadir}/%{name}/core %{_datadir}/%{name}/lib %{_datadir}/%{name}/documents %{_datadir}/%{name}/owsproxy %{_datadir}/%{name}/resources %changelog * Tue Dec 09 2008 Balint Cristian - 2.5-1 - new release * Sat Jul 05 2008 Balint Cristian - 2.4.5-2 - allow connections only from localhost by defult - create README.fedora doc * Fri Jun 13 2008 Balint Cristian - 2.4.5-1 - initial package, upstream stable 2.4.5 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mapbender/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:07:09 -0000 1.1 +++ .cvsignore 5 Jan 2009 07:24:07 -0000 1.2 @@ -0,0 +1 @@ +mapbender_2.5.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mapbender/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:07:09 -0000 1.1 +++ sources 5 Jan 2009 07:24:07 -0000 1.2 @@ -0,0 +1 @@ +b9161c1349cab9078db6fa62d26e80af mapbender_2.5.zip From rezso at fedoraproject.org Mon Jan 5 07:27:21 2009 From: rezso at fedoraproject.org (Balint Cristian) Date: Mon, 5 Jan 2009 07:27:21 +0000 (UTC) Subject: rpms/mapbender/F-10 README.fedora, NONE, 1.1 import.log, NONE, 1.1 mapbender.conf, NONE, 1.1 mapbender.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105072721.EFE367011F@cvs1.fedora.phx.redhat.com> Author: rezso Update of /cvs/pkgs/rpms/mapbender/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30700/F-10 Modified Files: .cvsignore sources Added Files: README.fedora import.log mapbender.conf mapbender.spec Log Message: - initial import --- NEW FILE README.fedora --- Please follow these two mandatory steps: - Dont forget to install mandatory SQL schema and data from your docdir/resources. for MySQL: mysqladmin -p create mapbender mysql -p mapbender < /usr/share/doc/mapbender-*/resources/db/mysql/mysql_schema.sql mysql -p mapbender < /usr/share/doc/mapbender-*/resources/db/mysql/utf8/mysql_data.sql for PgSQL: createdb mapbender psql -f /usr/share/doc/mapbender-*/resources/db/postgresql/pgsql_schema.sql mapbender psql -f /usr/share/doc/mapbender-*/resources/db/postgresql/utf8/pgsql_data.sql mapbender psql -f /usr/share/doc/mapbender-*/resources/db/postgresql/pgsql_serial_set_sequences.sql mapbender - Edit your /etc/mapbender/mapbender.conf file acordingly, follow Install.txt from docdir. * adjust mandatory HOST,USER,PASSWORD,DATABASE and SQL type in your config. * reload your apache. - You should olso check your setup: http://localhost/bendertools - You can access portal on alias: http://localhost/mapbender - Your initial portal User/Password is root/root - You should adjust localhost restriction: /etc/httpd/conf.d/mapbender.conf --- NEW FILE import.log --- mapbender-2_5-1_fc11:F-10:mapbender-2.5-1.fc11.src.rpm:1231140370 --- NEW FILE mapbender.conf --- # # MapBender geospatial portal written in PHP. # # default restrictions Options -Indexes Order Deny,Allow Deny from all Allow from localhost # mandatory aliases Alias /mapbender /usr/share/mapbender/http Alias /bendertools /usr/share/mapbender/http/tools Alias /owsproxy /usr/share/mapbender/owsproxy --- NEW FILE mapbender.spec --- Name: mapbender Version: 2.5 Release: 1%{?dist} Summary: Geospatial portal for OGC OWS architectures Group: Applications/Internet License: GPLv2 URL: http://www.mapbender.org/ Source0: http://www.mapbender.org/download/%{name}_%{version}.zip Source1: mapbender.conf Source2: README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %define contentdir /var/www Requires: httpd, php Requires: php-mbstring, php-gd Requires: php-mysql, php-pgsql %description Mapbender is the geospatial portal site management software for OGC OWS architectures.Mapbender comes with a data model to manage interfaces for displaying, navigating and querying OGC compliant web map and feature services (WMS and transactional WFS). Authentication and authorization are used by the OWS Security Proxy and management interfaces for multi client capable user, group and service administration. The embedded metadata component follows ISO 19119 specification. %prep %setup -q -n %{name}_%{version} set +x for f in `find . -type f` ; do if file $f | grep -q ISO-8859 ; then set -x iconv -f ISO-8859-1 -t UTF-8 $f > ${f}.tmp && \ mv -f ${f}.tmp $f set +x fi if file $f | grep -q CRLF ; then set -x sed -i -e 's|\r||g' $f set +x fi done set -x # fix spurious flags for f in `find . -name Mapbender.po -type f` ; do chmod -x $f done %build %install rm -rf %{buildroot} mkdir -p -m0755 %{buildroot}%{_sysconfdir}/%{name} mkdir -p -m0755 %{buildroot}%{_datadir}/%{name} mkdir -p -m0755 %{buildroot}%{contentdir}/html # install the config files mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d install -m 644 %{SOURCE1} \ %{buildroot}%{_sysconfdir}/httpd/conf.d/ mkdir -p %{buildroot}%{_datadir}/%{name}/conf pushd %{buildroot}%{_datadir}/%{name}/conf for file in {digitize_default,gazetteerSQL,mapbender,poi,session,wfs_default}; do ln -s ../../../../%{_sysconfdir}/%{name}/$file.conf $file.conf done popd sed -i 's|\r||g' conf/* install -p -m 644 conf/*.conf %{buildroot}%{_sysconfdir}/%{name} install -p -m 644 conf/%{name}.conf-dist \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf install -p -m 644 conf/*.conf-dist %{buildroot}%{_datadir}/%{name}/conf # adjust config file sed -i 's|\"CHECK\"\, false|\"CHECK\"\, true|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's|\"PORTAL\"\, false|\"PORTAL\"\, true|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's|"TMPDIR", "../tmp"|"TMPDIR", "/var/tmp"|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's|/owsproxy|localhost/owsproxy|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's||localhost|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's||mapbender|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's||root|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf # instal mapbender cp -pr http %{buildroot}%{_datadir}/%{name}/ cp -pr core %{buildroot}%{_datadir}/%{name}/ cp -pr lib %{buildroot}%{_datadir}/%{name}/ cp -pr tools %{buildroot}%{_datadir}/%{name}/http/ cp -pr documents %{buildroot}%{_datadir}/%{name}/ cp -pr owsproxy %{buildroot}%{_datadir}/%{name}/ cp -pr resources %{buildroot}%{_datadir}/%{name}/ # install fedora doc install -p -m644 %{SOURCE2} . # install index.php wrapper for tools setup-check page pushd %{buildroot}%{_datadir}/%{name}/http/tools/ ln -s mapbender_setup.php index.php popd %clean rm -rf %{buildroot} %files %defattr(-,root,root) %config %dir %{_sysconfdir}/%{name} %attr(640,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/*.conf %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %doc Changes.txt Install.txt Readme.txt README.fedora %doc license resources %dir %{_datadir}/%{name} %{_datadir}/%{name}/conf %{_datadir}/%{name}/http %{_datadir}/%{name}/core %{_datadir}/%{name}/lib %{_datadir}/%{name}/documents %{_datadir}/%{name}/owsproxy %{_datadir}/%{name}/resources %changelog * Tue Dec 09 2008 Balint Cristian - 2.5-1 - new release * Sat Jul 05 2008 Balint Cristian - 2.4.5-2 - allow connections only from localhost by defult - create README.fedora doc * Fri Jun 13 2008 Balint Cristian - 2.4.5-1 - initial package, upstream stable 2.4.5 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mapbender/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:07:09 -0000 1.1 +++ .cvsignore 5 Jan 2009 07:26:51 -0000 1.2 @@ -0,0 +1 @@ +mapbender_2.5.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mapbender/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:07:09 -0000 1.1 +++ sources 5 Jan 2009 07:26:51 -0000 1.2 @@ -0,0 +1 @@ +b9161c1349cab9078db6fa62d26e80af mapbender_2.5.zip From rezso at fedoraproject.org Mon Jan 5 07:30:56 2009 From: rezso at fedoraproject.org (Balint Cristian) Date: Mon, 5 Jan 2009 07:30:56 +0000 (UTC) Subject: rpms/mapbender/F-9 README.fedora, NONE, 1.1 import.log, NONE, 1.1 mapbender.conf, NONE, 1.1 mapbender.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105073056.69EE67011F@cvs1.fedora.phx.redhat.com> Author: rezso Update of /cvs/pkgs/rpms/mapbender/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31759/F-9 Modified Files: .cvsignore sources Added Files: README.fedora import.log mapbender.conf mapbender.spec Log Message: - initial import --- NEW FILE README.fedora --- Please follow these two mandatory steps: - Dont forget to install mandatory SQL schema and data from your docdir/resources. for MySQL: mysqladmin -p create mapbender mysql -p mapbender < /usr/share/doc/mapbender-*/resources/db/mysql/mysql_schema.sql mysql -p mapbender < /usr/share/doc/mapbender-*/resources/db/mysql/utf8/mysql_data.sql for PgSQL: createdb mapbender psql -f /usr/share/doc/mapbender-*/resources/db/postgresql/pgsql_schema.sql mapbender psql -f /usr/share/doc/mapbender-*/resources/db/postgresql/utf8/pgsql_data.sql mapbender psql -f /usr/share/doc/mapbender-*/resources/db/postgresql/pgsql_serial_set_sequences.sql mapbender - Edit your /etc/mapbender/mapbender.conf file acordingly, follow Install.txt from docdir. * adjust mandatory HOST,USER,PASSWORD,DATABASE and SQL type in your config. * reload your apache. - You should olso check your setup: http://localhost/bendertools - You can access portal on alias: http://localhost/mapbender - Your initial portal User/Password is root/root - You should adjust localhost restriction: /etc/httpd/conf.d/mapbender.conf --- NEW FILE import.log --- mapbender-2_5-1_fc11:F-9:mapbender-2.5-1.fc11.src.rpm:1231140587 --- NEW FILE mapbender.conf --- # # MapBender geospatial portal written in PHP. # # default restrictions Options -Indexes Order Deny,Allow Deny from all Allow from localhost # mandatory aliases Alias /mapbender /usr/share/mapbender/http Alias /bendertools /usr/share/mapbender/http/tools Alias /owsproxy /usr/share/mapbender/owsproxy --- NEW FILE mapbender.spec --- Name: mapbender Version: 2.5 Release: 1%{?dist} Summary: Geospatial portal for OGC OWS architectures Group: Applications/Internet License: GPLv2 URL: http://www.mapbender.org/ Source0: http://www.mapbender.org/download/%{name}_%{version}.zip Source1: mapbender.conf Source2: README.fedora BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %define contentdir /var/www Requires: httpd, php Requires: php-mbstring, php-gd Requires: php-mysql, php-pgsql %description Mapbender is the geospatial portal site management software for OGC OWS architectures.Mapbender comes with a data model to manage interfaces for displaying, navigating and querying OGC compliant web map and feature services (WMS and transactional WFS). Authentication and authorization are used by the OWS Security Proxy and management interfaces for multi client capable user, group and service administration. The embedded metadata component follows ISO 19119 specification. %prep %setup -q -n %{name}_%{version} set +x for f in `find . -type f` ; do if file $f | grep -q ISO-8859 ; then set -x iconv -f ISO-8859-1 -t UTF-8 $f > ${f}.tmp && \ mv -f ${f}.tmp $f set +x fi if file $f | grep -q CRLF ; then set -x sed -i -e 's|\r||g' $f set +x fi done set -x # fix spurious flags for f in `find . -name Mapbender.po -type f` ; do chmod -x $f done %build %install rm -rf %{buildroot} mkdir -p -m0755 %{buildroot}%{_sysconfdir}/%{name} mkdir -p -m0755 %{buildroot}%{_datadir}/%{name} mkdir -p -m0755 %{buildroot}%{contentdir}/html # install the config files mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d install -m 644 %{SOURCE1} \ %{buildroot}%{_sysconfdir}/httpd/conf.d/ mkdir -p %{buildroot}%{_datadir}/%{name}/conf pushd %{buildroot}%{_datadir}/%{name}/conf for file in {digitize_default,gazetteerSQL,mapbender,poi,session,wfs_default}; do ln -s ../../../../%{_sysconfdir}/%{name}/$file.conf $file.conf done popd sed -i 's|\r||g' conf/* install -p -m 644 conf/*.conf %{buildroot}%{_sysconfdir}/%{name} install -p -m 644 conf/%{name}.conf-dist \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf install -p -m 644 conf/*.conf-dist %{buildroot}%{_datadir}/%{name}/conf # adjust config file sed -i 's|\"CHECK\"\, false|\"CHECK\"\, true|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's|\"PORTAL\"\, false|\"PORTAL\"\, true|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's|"TMPDIR", "../tmp"|"TMPDIR", "/var/tmp"|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's|/owsproxy|localhost/owsproxy|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's||localhost|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's||mapbender|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf sed -i 's||root|g' \ %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf # instal mapbender cp -pr http %{buildroot}%{_datadir}/%{name}/ cp -pr core %{buildroot}%{_datadir}/%{name}/ cp -pr lib %{buildroot}%{_datadir}/%{name}/ cp -pr tools %{buildroot}%{_datadir}/%{name}/http/ cp -pr documents %{buildroot}%{_datadir}/%{name}/ cp -pr owsproxy %{buildroot}%{_datadir}/%{name}/ cp -pr resources %{buildroot}%{_datadir}/%{name}/ # install fedora doc install -p -m644 %{SOURCE2} . # install index.php wrapper for tools setup-check page pushd %{buildroot}%{_datadir}/%{name}/http/tools/ ln -s mapbender_setup.php index.php popd %clean rm -rf %{buildroot} %files %defattr(-,root,root) %config %dir %{_sysconfdir}/%{name} %attr(640,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/*.conf %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %doc Changes.txt Install.txt Readme.txt README.fedora %doc license resources %dir %{_datadir}/%{name} %{_datadir}/%{name}/conf %{_datadir}/%{name}/http %{_datadir}/%{name}/core %{_datadir}/%{name}/lib %{_datadir}/%{name}/documents %{_datadir}/%{name}/owsproxy %{_datadir}/%{name}/resources %changelog * Tue Dec 09 2008 Balint Cristian - 2.5-1 - new release * Sat Jul 05 2008 Balint Cristian - 2.4.5-2 - allow connections only from localhost by defult - create README.fedora doc * Fri Jun 13 2008 Balint Cristian - 2.4.5-1 - initial package, upstream stable 2.4.5 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mapbender/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:07:09 -0000 1.1 +++ .cvsignore 5 Jan 2009 07:30:25 -0000 1.2 @@ -0,0 +1 @@ +mapbender_2.5.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mapbender/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:07:09 -0000 1.1 +++ sources 5 Jan 2009 07:30:26 -0000 1.2 @@ -0,0 +1 @@ +b9161c1349cab9078db6fa62d26e80af mapbender_2.5.zip From alexlan at fedoraproject.org Mon Jan 5 07:52:28 2009 From: alexlan at fedoraproject.org (Alex Lancaster) Date: Mon, 5 Jan 2009 07:52:28 +0000 (UTC) Subject: rpms/octave-forge/devel octave-forge-image-1.0.8-build.patch, NONE, 1.1 octave-forge.spec, 1.63, 1.64 Message-ID: <20090105075228.826237011F@cvs1.fedora.phx.redhat.com> Author: alexlan Update of /cvs/pkgs/rpms/octave-forge/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6265 Modified Files: octave-forge.spec Added Files: octave-forge-image-1.0.8-build.patch Log Message: * Mon Jan 5 2009 Alex Lancaster - 20080831-4 - Patch to temporarily get image subpackage to build (#477577) octave-forge-image-1.0.8-build.patch: --- NEW FILE octave-forge-image-1.0.8-build.patch --- --- main/image-1.0.8/src/Makefile.orig 2009-01-05 00:27:11.000000000 -0700 +++ main/image-1.0.8/src/Makefile 2009-01-05 00:32:41.000000000 -0700 @@ -30,6 +30,6 @@ $(MKOCTFILE) $< -lpng __magick_read__.oct: __magick_read__.cc - $(MKOCTFILE) $< `Magick++-config --cppflags` `Magick++-config --ldflags` + $(MKOCTFILE) $< `for i in $$(Magick++-config --cppflags); do echo -Wp,$${i}; done` `for l in $$(Magick++-config --ldflags); do echo -Wl,$${l}; done` clean: ; -$(RM) *.o octave-core core *.oct *~ Index: octave-forge.spec =================================================================== RCS file: /cvs/pkgs/rpms/octave-forge/devel/octave-forge.spec,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- octave-forge.spec 3 Jan 2009 19:16:55 -0000 1.63 +++ octave-forge.spec 5 Jan 2009 07:51:57 -0000 1.64 @@ -2,7 +2,7 @@ Name: octave-forge Version: 20080831 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Contributed functions for octave Group: Applications/Engineering @@ -17,6 +17,7 @@ ## tar czf octave-forge-bundle-%{version}.patched.tar.gz octave-forge-bundle-%{version} ## rm -Rf octave-forge-bundle-%{version} Source0: %{name}-bundle-%{version}.patched.tar.gz +Patch0: %{name}-image-1.0.8-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: octave(api) = %{octave_api} ImageMagick @@ -131,6 +132,9 @@ cd .. done +#apply patch to build image-1.0.8 (bug #477577) +%patch0 -p0 + #Install with -nodeps sed -i -e "s/pkg('install',/pkg('install','-nodeps',/" */*/Makefile @@ -203,6 +207,9 @@ %changelog +* Mon Jan 5 2009 Alex Lancaster - 20080831-4 +- Patch to temporarily get image subpackage to build (#477577) + * Sun Jan 04 2009 Rakesh Pandit 20080831-3 - Fixed unowned directories (BZ 474675) From pkgdb at fedoraproject.org Mon Jan 5 08:05:20 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 08:05:20 +0000 Subject: [pkgdb] wireshark had acl change status Message-ID: <20090105080520.BC5CF20873E@bastion.fedora.phx.redhat.com> rvokal has set the watchbugzilla acl on wireshark (Fedora 8) to Approved for tunis1ano To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/wireshark From atkac at fedoraproject.org Mon Jan 5 08:18:16 2009 From: atkac at fedoraproject.org (Adam Tkac) Date: Mon, 5 Jan 2009 08:18:16 +0000 (UTC) Subject: rpms/bind/devel .cvsignore, 1.48, 1.49 bind.spec, 1.296, 1.297 sources, 1.57, 1.58 Message-ID: <20090105081816.CCB7D7011F@cvs1.fedora.phx.redhat.com> Author: atkac Update of /cvs/pkgs/rpms/bind/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15972 Modified Files: .cvsignore bind.spec sources Log Message: - Happy new year - 9.6.0 release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bind/devel/.cvsignore,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- .cvsignore 18 Dec 2008 13:34:51 -0000 1.48 +++ .cvsignore 5 Jan 2009 08:17:46 -0000 1.49 @@ -1,5 +1,5 @@ config-4.tar.bz2 libbind-man.tar.gz bind-chroot.tar.bz2 -bind-9.6.0rc2.tar.gz +bind-9.6.0.tar.gz libbind-9.5.1b2.tar.bz2 Index: bind.spec =================================================================== RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v retrieving revision 1.296 retrieving revision 1.297 diff -u -r1.296 -r1.297 --- bind.spec 18 Dec 2008 13:34:51 -0000 1.296 +++ bind.spec 5 Jan 2009 08:17:46 -0000 1.297 @@ -2,8 +2,9 @@ # Red Hat BIND package .spec file # -%define PREVER rc2 -%define VERSION %{version}%{PREVER} +#%define PREVER rc2 +#%define VERSION %{version}%{PREVER} +%define VERSION %{version} %{?!SDB: %define SDB 1} %{?!LIBBIND: %define LIBBIND 1} @@ -18,7 +19,7 @@ Name: bind License: ISC Version: 9.6.0 -Release: 0.7.%{PREVER}%{?dist} +Release: 1%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -599,6 +600,10 @@ %ghost %{chroot_prefix}/etc/localtime %changelog +* Mon Jan 05 2009 Adam Tkac 32:9.6.0-1 +- Happy new year +- 9.6.0 release + * Thu Dec 18 2008 Adam Tkac 32:9.6.0-0.7.rc2 - 9.6.0rc2 release - bind-96-rh475120.patch merged Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bind/devel/sources,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- sources 18 Dec 2008 13:34:51 -0000 1.57 +++ sources 5 Jan 2009 08:17:46 -0000 1.58 @@ -1,5 +1,5 @@ de68e10e91e05ab100be879b5bcaa6cb config-4.tar.bz2 13fef79f99fcefebb51d84b08805de51 libbind-man.tar.gz 4faa4395b955e5f8a3d50f308b9fabc8 bind-chroot.tar.bz2 -6a2cf98100ac5df8b7f70931456d73f5 bind-9.6.0rc2.tar.gz +287231d759ad83ed51f60f8a9f8176b9 bind-9.6.0.tar.gz 3d1dad3630ec3510c8ab0ac2217a3317 libbind-9.5.1b2.tar.bz2 From akurtakov at fedoraproject.org Mon Jan 5 08:28:06 2009 From: akurtakov at fedoraproject.org (Alexander Kurtakov) Date: Mon, 5 Jan 2009 08:28:06 +0000 (UTC) Subject: rpms/eclipse-pydev/devel .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 eclipse-pydev.spec, 1.19, 1.20 Message-ID: <20090105082806.577177011F@cvs1.fedora.phx.redhat.com> Author: akurtakov Update of /cvs/pkgs/rpms/eclipse-pydev/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17447/devel Modified Files: .cvsignore sources eclipse-pydev.spec Log Message: - Update to 1.4.0 - adds support for Python 2.6/3.0. - Use system jakarta-commons-logging and xmlrpc3. - Drop arch checks for mylyn - it is noarch now. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 27 Oct 2008 20:47:50 -0000 1.12 +++ .cvsignore 5 Jan 2009 08:27:35 -0000 1.13 @@ -3,3 +3,4 @@ org.python.pydev.feature-src-1_3_22.zip org.python.pydev.feature-src-1_3_23.zip org.python.pydev.feature-src-1_3_24.zip +org.python.pydev.feature-src-1_4_0.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 27 Oct 2008 20:47:50 -0000 1.12 +++ sources 5 Jan 2009 08:27:35 -0000 1.13 @@ -1,2 +1,2 @@ 3a42402df10a42af0a8d648711c36239 org.python.pydev.mylyn.feature-fetched-src-pydev_1_3_7.tar.bz2 -d1569c0e4264bbdfa34fe9339560baa5 org.python.pydev.feature-src-1_3_24.zip +bbc66c7501ef55179c331121239fa289 org.python.pydev.feature-src-1_4_0.zip Index: eclipse-pydev.spec =================================================================== RCS file: /cvs/pkgs/rpms/eclipse-pydev/devel/eclipse-pydev.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- eclipse-pydev.spec 15 Dec 2008 10:06:52 -0000 1.19 +++ eclipse-pydev.spec 5 Jan 2009 08:27:35 -0000 1.20 @@ -1,15 +1,15 @@ Epoch: 1 %define eclipse_base %{_libdir}/eclipse -%define install_loc %{_datadir}/eclipse/dropins +%define install_loc %{_libdir}/eclipse/dropins %define major 1 -%define minor 3 -%define maint 24 +%define minor 4 +%define maint 0 Summary: Eclipse Python development plug-in Name: eclipse-pydev Version: %{major}.%{minor}.%{maint} -Release: 4%{?dist} +Release: 1%{?dist} License: EPL URL: http://pydev.sourceforge.net Group: Development/Tools @@ -26,21 +26,26 @@ %ifarch %{ix86} Requires: python-psyco %endif -Requires: commons-codec >= 1.3 +Requires: jakarta-commons-codec >= 1.3 +Requires: jakarta-commons-logging +Requires: xmlrpc3-common +Requires: xmlrpc3-client +Requires: xmlrpc3-server Requires: junit >= 3.8.1 Requires: jython >= 2.2 BuildRequires: eclipse-pde -# no xmlrpc3 -> no mylyn on ppc64 due to: -# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123 -%ifnarch ppc64 BuildRequires: eclipse-mylyn -%endif BuildRequires: jpackage-utils >= 0:1.5 BuildRequires: junit >= 3.8.1 -BuildRequires: commons-codec >= 1.3 +BuildRequires: jakarta-commons-codec >= 1.3 +BuildRequires: jakarta-commons-logging +BuildRequires: ws-commons-util +BuildRequires: xmlrpc3-common +BuildRequires: xmlrpc3-client +BuildRequires: xmlrpc3-server BuildRequires: jython >= 2.2 -# This package can not be noarch due to mylyn and psyco issues on different platforms. +# This package can not be noarch because psyco is a x86 package. #BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -48,7 +53,6 @@ The eclipse-pydev package contains Eclipse plugins for Python development. -%ifnarch ppc64 %package mylyn Summary: Pydev Mylyn Focused UI Requires: eclipse-mylyn @@ -57,7 +61,6 @@ %description mylyn Mylyn Task-Focused UI extensions for Pydev. -%endif %prep %setup -q -c @@ -81,16 +84,36 @@ # link to system jars rm -f plugins/org.python.pydev.core/commons-codec.jar -ln -sf %{_datadir}/java/jakarta-commons-codec.jar \ +ln -sf %{_javadir}/jakarta-commons-codec.jar \ plugins/org.python.pydev.core/commons-codec.jar rm -f plugins/org.python.pydev.core/lib/junit.jar -ln -sf %{_datadir}/java/junit.jar \ +ln -sf %{_javadir}/junit.jar \ plugins/org.python.pydev.core/junit.jar rm -f plugins/org.python.pydev.jython/jython.jar -ln -sf %{_datadir}/java/jython.jar \ +ln -sf %{_javadir}/jython.jar \ plugins/org.python.pydev.jython/jython.jar + +rm -f plugins/org.python.pydev.debug/commons-logging-1.1.jar +ln -sf %{_javadir}/jakarta-commons-logging.jar \ + plugins/org.python.pydev.debug/commons-logging-1.1.jar + +rm -f plugins/org.python.pydev.debug/ws-commons-util-1.0.2.jar +ln -sf %{_javadir}/ws-commons-util.jar \ + plugins/org.python.pydev.debug/ws-commons-util-1.0.2.jar + +rm -f plugins/org.python.pydev.debug/xmlrpc-client-3.1.jar +ln -sf %{_javadir}/xmlrpc3-client.jar \ + plugins/org.python.pydev.debug/xmlrpc-client-3.1.jar + +rm -f plugins/org.python.pydev.debug/xmlrpc-common-3.1.jar +ln -sf %{_javadir}/xmlrpc3-common.jar \ + plugins/org.python.pydev.debug/xmlrpc-common-3.1.jar + +rm -f plugins/org.python.pydev.debug/xmlrpc-server-3.1.jar +ln -sf %{_javadir}/xmlrpc3-server.jar \ + plugins/org.python.pydev.debug/xmlrpc-server-3.1.jar rm -f plugins/org.python.pydev.refactoring/tests/lib/JFlex.jar # enable when tests are used @@ -114,14 +137,10 @@ -a "-DjavacSource=1.5 -DjavacTarget=1.5" \ -f org.python.pydev.feature -# no xmlrpc3 -> no mylyn on ppc64 due to: -# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123 -%ifnarch ppc64 %{eclipse_base}/buildscripts/pdebuild \ -a "-DjavacSource=1.5 -DjavacTarget=1.5" \ -d mylyn \ -f org.python.pydev.mylyn.feature -%endif %install rm -rf $RPM_BUILD_ROOT @@ -132,30 +151,46 @@ # pydev main feature unzip -q -d $installDir build/rpmBuild/org.python.pydev.feature.zip -# no xmlrpc3 -> no mylyn on ppc64 due to: -# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123 -%ifnarch ppc64 # pydev mylyn feature unzip -q -d ${installDir}-mylyn build/rpmBuild/org.python.pydev.mylyn.feature.zip -%endif # deal with linked deps pushd $installDir/eclipse/plugins rm -rf org.python.pydev.core_%{version}/commons-codec.jar -ln -sf %{_datadir}/java/jakarta-commons-codec.jar \ +ln -sf %{_javadir}/jakarta-commons-codec.jar \ org.python.pydev.core_%{version}/commons-codec.jar mkdir org.python.pydev.core_%{version}/lib -ln -sf %{_datadir}/java/junit.jar \ +ln -sf %{_javadir}/junit.jar \ org.python.pydev.core_%{version}/lib/junit.jar +rm -rf org.python.pydev.debug_%{version}/commons-logging-1.1.jar +ln -sf %{_javadir}/jakarta-commons-logging.jar \ + org.python.pydev.debug_%{version}/commons-logging-1.1.jar + +rm -rf org.python.pydev.debug_%{version}/ws-commons-util-1.0.2.jar +ln -sf %{_javadir}/ws-commons-util.jar \ + org.python.pydev.debug_%{version}/ws-commons-util-1.0.2.jar + +rm -f org.python.pydev.debug_%{version}/xmlrpc-client-3.1.jar +ln -sf %{_javadir}/xmlrpc3-client.jar \ + org.python.pydev.debug_%{version}/xmlrpc-client-3.1.jar + +rm -f org.python.pydev.debug_%{version}/xmlrpc-common-3.1.jar +ln -sf %{_javadir}/xmlrpc3-common.jar \ + org.python.pydev.debug_%{version}/xmlrpc-common-3.1.jar + +rm -f org.python.pydev.debug_%{version}/xmlrpc-server-3.1.jar +ln -sf %{_javadir}/xmlrpc3-server.jar \ + org.python.pydev.debug_%{version}/xmlrpc-server-3.1.jar + rm -rf org.python.pydev.jython_%{version}/jython.jar -ln -sf %{_datadir}/java/jython.jar \ +ln -sf %{_javadir}/jython.jar \ org.python.pydev.jython_%{version}/jython.jar popd # rename cgi.py's shebang from /usr/local/bin/python to /usr/bin/env python -sed -i 's/\/usr\/local\/bin\/python/\/usr\/bin\/env python/' ${RPM_BUILD_ROOT}%{_datadir}/eclipse/dropins/pydev/eclipse/plugins/org.python.pydev.jython_%{version}/Lib/cgi.py +sed -i 's/\/usr\/local\/bin\/python/\/usr\/bin\/env python/' ${RPM_BUILD_ROOT}%{install_loc}/pydev/eclipse/plugins/org.python.pydev.jython_%{version}/Lib/cgi.py # convert .py$ files from mode 0644 to mode 0755 chmod 0755 `find ${RPM_BUILD_ROOT} -name '*\.py' -perm 0644 | xargs` @@ -169,15 +204,16 @@ %files %defattr(-,root,root,-) %{install_loc}/pydev -# no xmlrpc3 -> no mylyn on ppc64 due to: -# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239123 -%ifnarch ppc64 %files mylyn %{install_loc}/pydev-mylyn -%endif %changelog +* Thu Dec 25 2008 Alexander Kurtakov 1:1.4.0-1 +- Update to 1.4.0 - adds support for Python 2.6/3.0. +- Use system jakarta-commons-logging and xmlrpc3. +- Drop arch checks for mylyn - it is noarch now. + * Mon Dec 15 2008 Alexander Kurtakov 1:1.3.24-4 - This package is not noarch due to python-psyco and mylyn issues on different platforms. From pwouters at fedoraproject.org Mon Jan 5 08:38:26 2009 From: pwouters at fedoraproject.org (Paul Wouters) Date: Mon, 5 Jan 2009 08:38:26 +0000 (UTC) Subject: rpms/unbound/devel unbound-1.1-scandir.patch,NONE,1.1 Message-ID: <20090105083826.4E5037011F@cvs1.fedora.phx.redhat.com> Author: pwouters Update of /cvs/extras/rpms/unbound/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19167 Added Files: unbound-1.1-scandir.patch Log Message: Added unbound patch to support scandir() to load multiple config files for the trusted-keys-file: statement used with loading dnssec keys. unbound-1.1-scandir.patch: --- NEW FILE unbound-1.1-scandir.patch --- Index: validator/val_anchor.c =================================================================== --- validator/val_anchor.c (revision 1404) +++ validator/val_anchor.c (working copy) @@ -47,6 +47,11 @@ #include "util/regional.h" #include "util/config_file.h" +#include +#include +#include + + int anchor_cmp(const void* k1, const void* k2) { @@ -627,9 +633,53 @@ FILE* in = fopen(fname, "r"); int rdlen = 0; if(!in) { - log_err("error opening file %s: %s", fname, strerror(errno)); - return 0; - } + if(strstr(fname,"*")!=NULL) { + struct dirent **namelist; + char *fnameb = strdup(fname); + char *fnamef = strdup(fname); + char *dbase, *globmatch; + dbase = dirname(fnameb); + globmatch = basename(fnamef); + int n; + verbose(VERB_QUERY, "wildcard found, processing directory"); + n = scandir(dbase,&namelist, 0, 0); + if (n<0) { + log_err("error opening wildcard in dir: %s:", dbase); + free(namelist); + free(dbase); + free(fnameb); + free(fnamef); + free(globmatch); + return 0; + } + else { + while(n--) { + if (namelist[n]->d_type != DT_DIR) { + if(!fnmatch(globmatch,namelist[n]->d_name,0)) { + // log_err( "file %s matched pattern %s - loading", namelist[n]->d_name, globmatch); + char *newname = malloc(strlen(namelist[n]->d_name) + strlen(dbase) + strlen("/") + 1); + strcpy(newname, dbase); + strcat(newname,"/"); + strcat(newname, namelist[n]->d_name); + if(!anchor_read_bind_file(anchors, buffer,newname)) { + log_err("error reading wildcard trusted-keys-file: %s", newname); + } + free(newname); + } else { + // log_err("file %s did not match pattern %s", namelist[n]->d_name, globmatch); + } + } + free(namelist[n]); + } + free(namelist); + free(dbase); + // causes segfault free(fnameb); + free(fnamef); + // causes segfault free(globmatch); + } + return 1; + } + } verbose(VERB_QUERY, "reading in bind-compat-mode: '%s'", fname); /* scan for trusted-keys keyword, ignore everything else */ ldns_buffer_clear(buffer); From caolanm at fedoraproject.org Mon Jan 5 08:43:28 2009 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Mon, 5 Jan 2009 08:43:28 +0000 (UTC) Subject: rpms/hyphen-fr/devel hyphen-fr.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105084328.C8BA57011F@cvs1.fedora.phx.redhat.com> Author: caolanm Update of /cvs/pkgs/rpms/hyphen-fr/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20651/devel Modified Files: .cvsignore sources Added Files: hyphen-fr.spec import.log Log Message: --- NEW FILE hyphen-fr.spec --- Name: hyphen-fr Summary: French hyphenation rules %define upstreamid 20080318 Version: 0.%{upstreamid} Release: 1%{?dist} Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_fr_FR_2-0.zip Group: Applications/Text URL: http://wiki.services.openoffice.org/wiki/Dictionaries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: LGPLv2+ BuildArch: noarch Requires: hyphen %description French hyphenation rules. %prep %setup -q -c %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/ fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU fr_MC" for lang in $fr_FR_aliases; do ln -s hyph_fr_FR.dic hyph_$lang.dic done popd %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README_hyph_fr_FR.txt %{_datadir}/hyphen/* %changelog * Wed Dec 31 2008 Caolan McNamara - 0.20080318-1 - initial version --- NEW FILE import.log --- hyphen-fr-0_20080318-1_fc10:HEAD:hyphen-fr-0.20080318-1.fc10.src.rpm:1231144941 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/hyphen-fr/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:40:34 -0000 1.1 +++ .cvsignore 5 Jan 2009 08:42:58 -0000 1.2 @@ -0,0 +1 @@ +hyph_fr_FR_2-0.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/hyphen-fr/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:40:34 -0000 1.1 +++ sources 5 Jan 2009 08:42:58 -0000 1.2 @@ -0,0 +1 @@ +f6d9bd51a939df943612c3f5ac2a511c hyph_fr_FR_2-0.zip From caolanm at fedoraproject.org Mon Jan 5 09:28:16 2009 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Mon, 5 Jan 2009 09:28:16 +0000 (UTC) Subject: rpms/openoffice.org/devel openoffice.org.spec,1.1739,1.1740 Message-ID: <20090105092816.E0BD57011F@cvs1.fedora.phx.redhat.com> Author: caolanm Update of /cvs/pkgs/rpms/openoffice.org/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3138 Modified Files: openoffice.org.spec Log Message: add hyphen-fr Index: openoffice.org.spec =================================================================== RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v retrieving revision 1.1739 retrieving revision 1.1740 diff -u -r1.1739 -r1.1740 --- openoffice.org.spec 25 Dec 2008 23:12:48 -0000 1.1739 +++ openoffice.org.spec 5 Jan 2009 09:27:46 -0000 1.1740 @@ -799,7 +799,7 @@ Summary: French language pack for %{name} Group: Applications/Productivity Requires: %{name}-core = %{epoch}:%{version}-%{release} -Requires: hunspell-fr +Requires: hunspell-fr, hyphen-fr Obsoletes: openoffice.org-i18n < 1.9.0 Obsoletes: openoffice.org2-langpack-fr < 1:3.0.0 From pkgdb at fedoraproject.org Mon Jan 5 09:41:17 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 09:41:17 +0000 Subject: [pkgdb] gamin had acl change status Message-ID: <20090105094117.89B90208CAB@bastion.fedora.phx.redhat.com> tbzatek has set the watchcommits acl on gamin (Fedora 10) to Approved for kedars To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gamin From pkgdb at fedoraproject.org Mon Jan 5 09:48:51 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 09:48:51 +0000 Subject: [pkgdb] php had acl change status Message-ID: <20090105094851.9626B20873E@bastion.fedora.phx.redhat.com> jorton has set the watchcommits acl on php (Fedora 9) to Approved for remi To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php From pkgdb at fedoraproject.org Mon Jan 5 09:48:52 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 09:48:52 +0000 Subject: [pkgdb] php had acl change status Message-ID: <20090105094853.280C6208D4F@bastion.fedora.phx.redhat.com> jorton has set the commit acl on php (Fedora 9) to Approved for remi To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php From pkgdb at fedoraproject.org Mon Jan 5 09:48:53 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 09:48:53 +0000 Subject: [pkgdb] php had acl change status Message-ID: <20090105094853.3E2F5208D52@bastion.fedora.phx.redhat.com> jorton has set the watchbugzilla acl on php (Fedora 9) to Approved for remi To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php From pkgdb at fedoraproject.org Mon Jan 5 10:10:38 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 10:10:38 +0000 Subject: [pkgdb] flac had acl change status Message-ID: <20090105101038.7905C20873E@bastion.fedora.phx.redhat.com> mlichvar has set the watchcommits acl on flac (Fedora 10) to Approved for saravanantcecse To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/flac From gilboa at fedoraproject.org Mon Jan 5 10:16:17 2009 From: gilboa at fedoraproject.org (Gilboa Davara) Date: Mon, 5 Jan 2009 10:16:17 +0000 (UTC) Subject: rpms/icewm/devel .cvsignore, 1.4, 1.5 icewm-keys.patch, 1.1, 1.2 icewm-menu.patch, 1.1, 1.2 icewm-toolbar.patch, 1.1, 1.2 icewm.spec, 1.13, 1.14 sources, 1.5, 1.6 Message-ID: <20090105101617.68DBB7011F@cvs1.fedora.phx.redhat.com> Author: gilboa Update of /cvs/pkgs/rpms/icewm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17501 Modified Files: .cvsignore icewm-keys.patch icewm-menu.patch icewm-toolbar.patch icewm.spec sources Log Message: Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/icewm/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 14 Jan 2008 17:17:23 -0000 1.4 +++ .cvsignore 5 Jan 2009 10:15:46 -0000 1.5 @@ -1 +1,2 @@ -icewm-1.2.35.tar.gz +icewm-1.2.36.tar.gz +clearlooks.tgz icewm-keys.patch: Index: icewm-keys.patch =================================================================== RCS file: /cvs/pkgs/rpms/icewm/devel/icewm-keys.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- icewm-keys.patch 15 Feb 2007 09:55:58 -0000 1.1 +++ icewm-keys.patch 5 Jan 2009 10:15:46 -0000 1.2 @@ -12,8 +12,8 @@ -key "Alt+Ctrl+b" netscape -noraise -remote openBookmarks -key "Alt+Ctrl+m" netscape -noraise -remote openURL(mailto:,new-window) +key "Alt+Ctrl+t" xterm -+key "Alt+Ctrl+b" htmlview -+key "Alt+Ctrl+s" htmlview http://www.google.com ++key "Alt+Ctrl+b" xdg-open about:blank ++key "Alt+Ctrl+s" xdg-open http://www.google.com -key "Alt+Ctrl+KP_Divide" aumix -v -5 # lower volume -key "Alt+Ctrl+KP_Multiply" aumix -v +5 # raise volume @@ -38,6 +38,6 @@ +key "XF86AudioLowerVolume" amixer sset PCM 5%- +key "XF86AudioRaiseVolume" amixer sset PCM 5%+ +key "XF86AudioMute" amixer sset PCM 0% -+key "XF86HomePage" htmlview -+key "XF86Search" htmlview http://www.google.com ++key "XF86HomePage" xdg-open about:blank ++key "XF86Search" xdg-open http://www.google.com +key "XF86Eject" eject icewm-menu.patch: Index: icewm-menu.patch =================================================================== RCS file: /cvs/pkgs/rpms/icewm/devel/icewm-menu.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- icewm-menu.patch 15 Feb 2007 09:55:58 -0000 1.1 +++ icewm-menu.patch 5 Jan 2009 10:15:46 -0000 1.2 @@ -12,7 +12,7 @@ -prog XChat xchat xchat -prog Gimp gimp gimp +prog xterm /usr/share/icons/Bluecurve/32x32/apps/gnome-terminal.png xterm -+prog "Web browser" /usr/share/icons/Bluecurve/32x32/apps/mozilla-icon.png htmlview ++prog "Web browser" /usr/share/icons/Bluecurve/32x32/apps/mozilla-icon.png xdg-open about:blank separator -menuprog Gnome folder icewm-menu-gnome1 --list @CONFIG_GNOME1_MENU_DIR@ -menuprog Gnome folder icewm-menu-gnome2 --list @CONFIG_GNOME2_MENU_DIR@ icewm-toolbar.patch: Index: icewm-toolbar.patch =================================================================== RCS file: /cvs/pkgs/rpms/icewm/devel/icewm-toolbar.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- icewm-toolbar.patch 15 Feb 2007 09:55:58 -0000 1.1 +++ icewm-toolbar.patch 5 Jan 2009 10:15:46 -0000 1.2 @@ -8,5 +8,5 @@ -prog FTE fte fte -prog Netscape netscape netscape +prog xterm /usr/share/icons/Bluecurve/32x32/apps/gnome-terminal.png xterm -+prog "Web browser" /usr/share/icons/Bluecurve/32x32/apps/mozilla-icon.png htmlview ++prog "Web browser" /usr/share/icons/Bluecurve/32x32/apps/mozilla-icon.png xdg-open about:blank + Index: icewm.spec =================================================================== RCS file: /cvs/pkgs/rpms/icewm/devel/icewm.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- icewm.spec 19 Feb 2008 04:02:09 -0000 1.13 +++ icewm.spec 5 Jan 2009 10:15:46 -0000 1.14 @@ -1,6 +1,6 @@ Name: icewm -Version: 1.2.35 -Release: 4%{?dist} +Version: 1.2.36 +Release: 1%{?dist} Summary: Light and configurable window manager Group: User Interface/Desktops @@ -9,7 +9,8 @@ Source0: http://heanet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Source1: http://lostclus.linux.kiev.ua/scripts/icewm-xdg-menu Source2: icewm.desktop -Source4: icewm-startup +Source3: icewm-startup +Source4: clearlooks.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if 0%{?fedora} >= 8 BuildRequires: popt-devel @@ -30,9 +31,11 @@ BuildRequires: gnome-desktop-devel %if 0%{?fedora} < 9 Requires: xorg-x11-fonts-truetype +Requires: htmlview +%else +Requires: xdg-utils %endif Requires: alsa-utils -Requires: htmlview Requires: xterm Patch0: icewm-configure.patch @@ -53,8 +56,6 @@ Requires: icewm = %{version}-%{release} - - %description gnome IceWM-gnome adds gnome-menu support for the IceWM window manager. @@ -72,6 +73,18 @@ user logs-in. +%package clearlooks +Summary: Clearlooks like theme for IceWM +Group: User Interface/Desktops +Requires: ImageMagick +Requires: icewm = %{version}-%{release} + + +%description clearlooks +An IceWM theme that mimics the GNOME ClearLooks theme used by +older Fedora releases and RHEL. + + %prep %setup -q %patch0 -p1 -b .configure @@ -100,11 +113,16 @@ %{__install} -p -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir} -%{__install} -p -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/icewm/startup +%{__install} -p -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/icewm/startup mkdir -p $RPM_BUILD_ROOT/%{_datadir}/xsessions/ %{__install} -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/xsessions/ +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icewm/themes +tar -C $RPM_BUILD_ROOT%{_datadir}/icewm/themes -xzf %{SOURCE4} + +echo "Theme=\"clearlooks/default.theme\"" > $RPM_BUILD_ROOT%{_datadir}/icewm/theme + %find_lang %{name} @@ -112,11 +130,42 @@ rm -rf $RPM_BUILD_ROOT +%post clearlooks +[ ! -z "$(cat /etc/issue | grep Fedora)" ] && \ + [ -d /usr/share/icewm/themes/clearlooks ] && [ -x /usr/bin/convert ] && \ + convert /usr/share/icons/hicolor/24x24/apps/fedora-logo-icon.png \ + /usr/share/icewm/themes/clearlooks/taskbar/icewm.xpm || echo -n +[ -z "$(cat /etc/issue | grep Fedora)" ] && \ + [ -d /usr/share/icewm/themes/clearlooks ] && [ -x /usr/bin/convert ] && \ + convert /usr/share/pixmaps/redhat/shadowman-transparent-22.png \ + /usr/share/icewm/themes/clearlooks/taskbar/icewm.xpm || echo -n + + %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS BUGS CHANGES COPYING README README.wm-session TODO doc/*.html %exclude %{_datadir}/icewm/startup -%{_datadir}/icewm/ +%{_datadir}/icewm/icons +%{_datadir}/icewm/keys +%{_datadir}/icewm/ledclock +%{_datadir}/icewm/mailbox +%{_datadir}/icewm/menu +%{_datadir}/icewm/preferences +%{_datadir}/icewm/startup +%{_datadir}/icewm/taskbar +%{_datadir}/icewm/themes/gtk2 +%{_datadir}/icewm/themes/icedesert +%{_datadir}/icewm/themes/Infadel2 +%{_datadir}/icewm/themes/metal2 +%{_datadir}/icewm/themes/motif +%{_datadir}/icewm/themes/nice +%{_datadir}/icewm/themes/nice2 +%{_datadir}/icewm/themes/warp3 +%{_datadir}/icewm/themes/warp4 +%{_datadir}/icewm/themes/win95 +%{_datadir}/icewm/themes/yellowmotif +%{_datadir}/icewm/toolbar +%{_datadir}/icewm/winoptions %{_datadir}/xsessions/icewm.desktop %{_mandir}/man1/icewm.1* %{_bindir}/icewmbg @@ -139,7 +188,18 @@ %{_datadir}/icewm/startup +%files clearlooks +%defattr(-,root,root,-) +%{_datadir}/icewm/themes/clearlooks +%{_datadir}/icewm/theme + + %changelog +* Sun Jan 4 2009 Gilboa Davara - 1.2.36-1 +- 1.2.36. +- Replace htmlview with xdg-utils. (Patch by Ville Skytta). +- New sub-package: Clearlook theme. + * Mon Feb 18 2008 Fedora Release Engineering - 1.2.35-4 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/icewm/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 14 Jan 2008 17:17:23 -0000 1.5 +++ sources 5 Jan 2009 10:15:46 -0000 1.6 @@ -1 +1,2 @@ -a2adc53ab4c0c7ca6daa1ca4c697ffe9 icewm-1.2.35.tar.gz +a9761dcde3633ca677b62e1f1abada3d icewm-1.2.36.tar.gz +933ab5875707f9918d92f63d391630b0 clearlooks.tgz From mmaslano at fedoraproject.org Mon Jan 5 10:30:02 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Mon, 5 Jan 2009 10:30:02 +0000 (UTC) Subject: rpms/anacron/F-8 .cvsignore, 1.3, 1.4 anacron-2.3-hourly.patch, 1.1, 1.2 anacron.init, 1.13, 1.14 anacron.spec, 1.44, 1.45 sources, 1.3, 1.4 Message-ID: <20090105103002.448CF7013C@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/anacron/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23434 Modified Files: .cvsignore anacron-2.3-hourly.patch anacron.init anacron.spec sources Log Message: * Mon Jan 5 2009 Marcela Ma??l????ov?? 2.3-59 - 472275 apply changes from pspencer, which should fix most of problems like running some jobs twice. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/anacron/F-8/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 6 Feb 2007 14:35:24 -0000 1.3 +++ .cvsignore 5 Jan 2009 10:29:31 -0000 1.4 @@ -1,2 +1,4 @@ anacron_2.3.orig.tar.gz anacron.init +anacron.cron +runanacron anacron-2.3-hourly.patch: Index: anacron-2.3-hourly.patch =================================================================== RCS file: /cvs/pkgs/rpms/anacron/F-8/anacron-2.3-hourly.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- anacron-2.3-hourly.patch 30 Oct 2008 13:49:03 -0000 1.1 +++ anacron-2.3-hourly.patch 5 Jan 2009 10:29:31 -0000 1.2 @@ -1,13 +1,18 @@ diff -urN anacron-2.3/fedora.mm/anacron.daily anacron-2.3/fedora/anacron.daily --- anacron-2.3/fedora.mm/anacron.daily 1970-01-01 01:00:00.000000000 +0100 +++ anacron-2.3/fedora/anacron.daily 2008-10-30 12:44:27.000000000 +0100 -@@ -0,0 +1,33 @@ +@@ -0,0 +1,38 @@ +#!/bin/bash +# wait for 3:02 when /etc/crontab runs cron.daily +if [ `date +%H` -le 4 ]; then + exit 0; +fi + ++day=`cat /var/spool/anacron/cron.daily` ++if [ `date +%Y%m%d` = $day ]; then ++ exit 0; ++fi ++ +#delay - more computers on one line don't receive updates at the same time +[ -f /etc/sysconfig/crontab ] && . /etc/sysconfig/crontab +if [ ! -z "$DELAY" ]; then Index: anacron.init =================================================================== RCS file: /cvs/pkgs/rpms/anacron/F-8/anacron.init,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- anacron.init 17 Aug 2007 10:38:46 -0000 1.13 +++ anacron.init 5 Jan 2009 10:29:31 -0000 1.14 @@ -34,6 +34,17 @@ exit 0 fi fi + +# If starting within 15 minutes of midnight or before 5 am, defer until +# the scheduled 5am anacron run -- this allows the regular cron jobs to +# run first, so that anacron doesn't repeat jobs that the regular cron +# job will pick up as well. + + if [ `date +%H -d "15 minutes"` -le 4 ] ; then + echo "deferred until after the regular morning cron job run" + exit 0 + fi + daemon +19 anacron -s RETVAL=$? if [ $RETVAL -ne 0 ]; then Index: anacron.spec =================================================================== RCS file: /cvs/pkgs/rpms/anacron/F-8/anacron.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- anacron.spec 30 Oct 2008 13:49:03 -0000 1.44 +++ anacron.spec 5 Jan 2009 10:29:31 -0000 1.45 @@ -2,20 +2,21 @@ Summary: A cron-like program that can run jobs lost during downtime Name: anacron Version: 2.3 -Release: 58%{?dist} +Release: 59%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://packages.debian.org/stable/source/anacron Source: http://ftp.debian.org/debian/pool/main/a/anacron/%{name}_%{version}.orig.tar.gz Source1: anacrontab Source2: anacron.init +Source3: runanacron +Source4: anacron.cron Patch0: anacron_2.3-13.patch Patch1: anacron-2.3-mail-content-type-77108.patch Patch2: anacron-2.3-fdclose.patch Patch3: anacron-2.3-pic.patch Patch4: anacron-2.3-memleaking.patch Patch5: anacron-2.3-spooldir.patch -Patch6: anacron-2.3-hourly.patch Requires: crontabs Requires: initscripts @@ -48,7 +49,6 @@ %patch3 -p1 -b .pic %patch4 -p1 -b .memleaking %patch5 -p1 -b .spool -%patch6 -p1 %build make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} @@ -67,16 +67,20 @@ mkdir -p $RPM_BUILD_ROOT/etc/$i/ done -#cp debian/0anacron.daily $RPM_BUILD_ROOT/etc/cron.daily/0anacron -#cp debian/0anacron.monthly $RPM_BUILD_ROOT/etc/cron.monthly/0anacron -#cp debian/0anacron.weekly $RPM_BUILD_ROOT/etc/cron.weekly/0anacron -install -m755 fedora/anacron.daily $RPM_BUILD_ROOT/etc/cron.daily/0anacron -ln -s ../cron.daily/0anacron $RPM_BUILD_ROOT/etc/cron.weekly/0anacron -ln -s ../cron.daily/0anacron $RPM_BUILD_ROOT/etc/cron.monthly/0anacron +cp debian/0anacron.daily $RPM_BUILD_ROOT/etc/cron.daily/0anacron +cp debian/0anacron.monthly $RPM_BUILD_ROOT/etc/cron.monthly/0anacron +cp debian/0anacron.weekly $RPM_BUILD_ROOT/etc/cron.weekly/0anacron +#install -m755 fedora/anacron.daily $RPM_BUILD_ROOT/etc/cron.daily/0anacron +#ln -s ../cron.daily/0anacron $RPM_BUILD_ROOT/etc/cron.weekly/0anacron +#ln -s ../cron.daily/0anacron $RPM_BUILD_ROOT/etc/cron.monthly/0anacron mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d/ install -c -m755 %SOURCE2 $RPM_BUILD_ROOT/etc/rc.d/init.d/anacron +install -c -m755 %SOURCE3 $RPM_BUILD_ROOT/usr/sbin/runanacron +mkdir -p $RPM_BUILD_ROOT/etc/cron.d +install -m644 %SOURCE4 $RPM_BUILD_ROOT/etc/cron.d/anacron + %clean rm -rf $RPM_BUILD_ROOT @@ -106,11 +110,17 @@ /%{_mandir}/man5/* /%{_mandir}/man8/* /usr/sbin/anacron +/usr/sbin/runanacron +/etc/cron.d/anacron %attr(755,root,root) %dir /etc/cron.daily/0anacron %attr(755,root,root) %dir /etc/cron.monthly/0anacron %attr(755,root,root) %dir /etc/cron.weekly/0anacron %changelog +* Mon Jan 5 2009 Marcela Ma??l????ov?? 2.3-59 +- 472275 apply changes from pspencer, which should fix most of + problems like running some jobs twice. + * Thu Oct 30 2008 Marcela Ma??l????ov?? 2.3-58 - same script for all cron.something should prevent double jobs - correct spooldir is logged Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/anacron/F-8/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 6 Feb 2007 14:35:24 -0000 1.3 +++ sources 5 Jan 2009 10:29:31 -0000 1.4 @@ -1,2 +1,4 @@ 9fdfc50f5741643332722a9145146278 anacron_2.3.orig.tar.gz 094af5e05723d2c4924d60f73d738509 anacron.init +312b5eed93765e26e9d21f23bccc72c9 anacron.cron +1e65b1fcb49c7929645a1bd0baffd7ef runanacron From dwmw2 at fedoraproject.org Mon Jan 5 10:41:36 2009 From: dwmw2 at fedoraproject.org (David Woodhouse) Date: Mon, 5 Jan 2009 10:41:36 +0000 (UTC) Subject: rpms/NetworkManager-openconnect/devel .cvsignore, 1.3, 1.4 NetworkManager-openconnect.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090105104136.8CDE37011F@cvs1.fedora.phx.redhat.com> Author: dwmw2 Update of /cvs/pkgs/rpms/NetworkManager-openconnect/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27408 Modified Files: .cvsignore NetworkManager-openconnect.spec sources Log Message: update translations Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openconnect/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Dec 2008 09:58:51 -0000 1.3 +++ .cvsignore 5 Jan 2009 10:41:06 -0000 1.4 @@ -1 +1 @@ -NetworkManager-openconnect-0.7.0.svn9.tar.gz +NetworkManager-openconnect-0.7.0.svn14.tar.gz Index: NetworkManager-openconnect.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openconnect/devel/NetworkManager-openconnect.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NetworkManager-openconnect.spec 22 Dec 2008 11:14:18 -0000 1.3 +++ NetworkManager-openconnect.spec 5 Jan 2009 10:41:06 -0000 1.4 @@ -3,20 +3,20 @@ %define gtk2_version 2.10.0 %define openconnect_version 0.99 -%define svn_snapshot svn9 +%define svn_snapshot svn14 Summary: NetworkManager VPN integration for openconnect Name: NetworkManager-openconnect Version: 0.7.0 -Release: 3.%{svn_snapshot}%{?dist} +Release: 4.%{svn_snapshot}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ # Created from the git mirror of GNOME SVN: # git-clone git://git.infradead.org/network-manager-openconnect.git # cd network-manager-openconnect -# git-archive --format=tar --prefix=NetworkManager-openconnect-0.7.0/ daf365e \ -# | gzip -9 > NetworkManager-openconnect-0.7.0.svn9.tar.gz +# git-archive --format=tar --prefix=NetworkManager-openconnect-0.7.0/ b94964eb \ +# | gzip -9 > NetworkManager-openconnect-0.7.0.svn14.tar.gz Source: %{name}-%{version}.%{svn_snapshot}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -102,6 +102,10 @@ %{_datadir}/gnome-vpn-properties/openconnect/nm-openconnect-dialog.glade %changelog +* Mon Jan 5 2009 David Woodhouse 0.7.0-4.svn14 +- Rebuild for updated NetworkManager +- Update translations from GNOME SVN + * Sun Dec 21 2008 David Woodhouse 0.7.0-3.svn9 - Update from GNOME SVN (translations, review feedback merged) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openconnect/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Dec 2008 09:58:52 -0000 1.3 +++ sources 5 Jan 2009 10:41:06 -0000 1.4 @@ -1 +1 @@ -e308cb5153019c03dd1837738845edc3 NetworkManager-openconnect-0.7.0.svn9.tar.gz +9a8f8d94958f104345a986c9b6aa1cea NetworkManager-openconnect-0.7.0.svn14.tar.gz From gilboa at fedoraproject.org Mon Jan 5 10:58:13 2009 From: gilboa at fedoraproject.org (Gilboa Davara) Date: Mon, 5 Jan 2009 10:58:13 +0000 (UTC) Subject: rpms/icewm/devel icewm.spec,1.14,1.15 Message-ID: <20090105105813.9024B7011F@cvs1.fedora.phx.redhat.com> Author: gilboa Update of /cvs/pkgs/rpms/icewm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32105 Modified Files: icewm.spec Log Message: Index: icewm.spec =================================================================== RCS file: /cvs/pkgs/rpms/icewm/devel/icewm.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- icewm.spec 5 Jan 2009 10:15:46 -0000 1.14 +++ icewm.spec 5 Jan 2009 10:57:43 -0000 1.15 @@ -1,6 +1,6 @@ Name: icewm Version: 1.2.36 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Light and configurable window manager Group: User Interface/Desktops @@ -29,6 +29,9 @@ BuildRequires: libICE-devel BuildRequires: gettext BuildRequires: gnome-desktop-devel +%if 0%{?fedora} > 10 +BuildRequires: libgnomeui-devel +%endif %if 0%{?fedora} < 9 Requires: xorg-x11-fonts-truetype Requires: htmlview @@ -195,13 +198,8 @@ %changelog -* Sun Jan 4 2009 Gilboa Davara - 1.2.36-1 -- 1.2.36. -- Replace htmlview with xdg-utils. (Patch by Ville Skytta). -- New sub-package: Clearlook theme. - -* Mon Feb 18 2008 Fedora Release Engineering - 1.2.35-4 -- Autorebuild for GCC 4.3 +* Mon Jan 5 2009 Gilboa Davara - 1.2.36-2 +- Missing BR libgnomeui-devel. * Thu Jan 24 2008 - 1.2.35-3 - Fix broken -devel BR (truetype). From caolanm at fedoraproject.org Mon Jan 5 10:58:48 2009 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Mon, 5 Jan 2009 10:58:48 +0000 (UTC) Subject: rpms/openoffice.org/devel openoffice.org-3.0.1.ooo97488.sw.ww8toc.patch, NONE, 1.1 openoffice.org.spec, 1.1740, 1.1741 Message-ID: <20090105105848.120507011F@cvs1.fedora.phx.redhat.com> Author: caolanm Update of /cvs/pkgs/rpms/openoffice.org/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32200 Modified Files: openoffice.org.spec Added Files: openoffice.org-3.0.1.ooo97488.sw.ww8toc.patch Log Message: Resolves: rhbz#476959 openoffice.org-3.0.1.ooo97488.sw.ww8toc.patch openoffice.org-3.0.1.ooo97488.sw.ww8toc.patch: --- NEW FILE openoffice.org-3.0.1.ooo97488.sw.ww8toc.patch --- Index: source/filter/ww8/ww8atr.cxx =================================================================== RCS file: /cvs/sw/sw/source/filter/ww8/ww8atr.cxx,v retrieving revision 1.113.44.3 diff -u -r1.113.44.3 ww8atr.cxx --- openoffice.org.orig/sw/source/filter/ww8/ww8atr.cxx 12 Dec 2008 11:12:04 -0000 1.113.44.3 +++ openoffice.org/sw/source/filter/ww8/ww8atr.cxx 5 Jan 2009 10:47:18 -0000 @@ -2112,57 +2112,72 @@ if( nsSwTOXElement::TOX_OUTLINELEVEL & pTOX->GetCreateType() ) { + // Take the TOC value of the max level to evaluate to as + // the starting point for the \o flag, but reduce it to the + // value of the highest outline level filled by a *standard* + // Heading 1 - 9 style because \o "Builds a table of + // contents from paragraphs formatted with built-in heading + // styles". And afterward fill in any outline styles left + // uncovered by that range to the \t flag + // + // i.e. for + // Heading 1 + // Heading 2 + // custom-style + // Heading 4 + // output + // \o 1-2 \tcustom-style,3,Heading 3,4 + // Search over all the outline styles used and figure out - // what is the minimum outline level we need to display - // (ignoring headline styles 1-9) - BYTE nLvl = 0, nMinLvl = 0; + // what is the minimum outline level (if any) filled by a + // non-standard style for that level, i.e. ignore headline + // styles 1-9 and find the lowest valid outline level + BYTE nPosOfLowestNonStandardLvl = MAXLEVEL; const SwTxtFmtColls& rColls = *pDoc->GetTxtFmtColls(); - const SwTxtFmtColl* pColl; for( n = rColls.Count(); n; ) { - pColl = rColls[ --n ]; - nLvl = pColl->GetOutlineLevel(); + const SwTxtFmtColl* pColl = rColls[ --n ]; + BYTE nTestLvl = pColl->GetOutlineLevel(); USHORT nPoolId = pColl->GetPoolFmtId(); - if( MAXLEVEL > nLvl && nMinLvl < nLvl && - ( RES_POOLCOLL_HEADLINE1 > nPoolId || - RES_POOLCOLL_HEADLINE9 < nPoolId )) - { - + if ( + (RES_POOLCOLL_HEADLINE1 > nPoolId || RES_POOLCOLL_HEADLINE9 < nPoolId) && //Is a Non-Standard Outline Style + (nTestLvl < MAXLEVEL) && //Has a valid outline level + (nTestLvl < nPosOfLowestNonStandardLvl) // Is less than the lowest known non-standard level + ) + { + nPosOfLowestNonStandardLvl = nTestLvl; + } + } - // If we are using the default heading styles then use nTOXLvl - if(!nMinLvl) - nLvl = static_cast< BYTE >(nTOXLvl); - else - nLvl = nMinLvl < nTOXLvl ? nMinLvl : (BYTE)nTOXLvl; - nMinLvl = nLvl; - } - } + BYTE nMaxMSAutoEvaluate = nPosOfLowestNonStandardLvl < nTOXLvl ? nPosOfLowestNonStandardLvl : (BYTE)nTOXLvl; - if( nLvl ) + //output \o 1-X where X is the highest normal outline style to be included in the toc + if( nMaxMSAutoEvaluate ) { - USHORT nTmpLvl = nLvl + 1; - if (nTmpLvl > WW8ListManager::nMaxLevel) - nTmpLvl = WW8ListManager::nMaxLevel; + if (nMaxMSAutoEvaluate > WW8ListManager::nMaxLevel) + nMaxMSAutoEvaluate = WW8ListManager::nMaxLevel; sStr.APPEND_CONST_ASC( "\\o \"1-" ); - sStr += String::CreateFromInt32( nTmpLvl ); + sStr += String::CreateFromInt32( nMaxMSAutoEvaluate ); sStr.AppendAscii(sEntryEnd); } - if( nLvl != nMinLvl ) + //collect up any other styles in the writer TOC which will + //not already appear in the MS TOC and place then into the + //\t option + if( nMaxMSAutoEvaluate < nTOXLvl ) { - // collect this templates into the \t otion for( n = rColls.Count(); n;) { - pColl = rColls[--n]; - nLvl = pColl->GetOutlineLevel(); - if (MAXLEVEL > nLvl && nMinLvl <= nLvl) + const SwTxtFmtColl* pColl = rColls[ --n ]; + BYTE nTestLvl = pColl->GetOutlineLevel(); + if (nTestLvl < nTOXLvl && nTestLvl >= nMaxMSAutoEvaluate) { if( sTOption.Len() ) - sTOption += ';'; - (( sTOption += pColl->GetName() ) += ';' ) - += String::CreateFromInt32( nLvl + 1 ); + sTOption += ','; + (( sTOption += pColl->GetName() ) += ',' ) + += String::CreateFromInt32( nTestLvl + 1 ); } } } @@ -2175,16 +2190,21 @@ if( rStyles.Len() ) { xub_StrLen nPos = 0; - String sLvl( ';' ); + String sLvl( ',' ); sLvl += String::CreateFromInt32( n + 1 ); do { String sStyle( rStyles.GetToken( 0, TOX_STYLE_DELIMITER, nPos )); if( sStyle.Len() ) { - if( sTOption.Len() ) - sTOption += ';'; - ( sTOption += sStyle ) += sLvl; + SwTxtFmtColl* pColl = pDoc->FindTxtFmtCollByName(sStyle); + BYTE nTestLvl = pColl ? pColl->GetOutlineLevel() : 0; + if ((nTestLvl < nTOXLvl) || (nTestLvl == NO_NUMBERING) || (nTestLvl == NO_NUM)) + { + if( sTOption.Len() ) + sTOption += ','; + ( sTOption += sStyle ) += sLvl; + } } } while( STRING_NOTFOUND != nPos ); } Index: source/filter/ww8/ww8par5.cxx =================================================================== RCS file: /cvs/sw/sw/source/filter/ww8/ww8par5.cxx,v retrieving revision 1.110.44.1 diff -u -r1.110.44.1 ww8par5.cxx --- openoffice.org.orig/sw/source/filter/ww8/ww8par5.cxx 19 Nov 2008 14:38:26 -0000 1.110.44.1 +++ openoffice.org/sw/source/filter/ww8/ww8par5.cxx 5 Jan 2009 10:47:18 -0000 @@ -2637,6 +2637,28 @@ return bExtras; } +static void EnsureMaxLevelForTemplates(SwTOXBase& rBase) +{ + //If the TOC contains Template entries at levels > the evaluation level + //that was initially taken from the max normal outline level of the word TOC + //then we cannot use that for the evaluation level because writer cuts off + //all styles above that level, while word just cuts off the "standard" + //outline styles, we have no option but to expand to the highest level + //Word included. + if ((rBase.GetLevel() != MAXLEVEL) && (nsSwTOXElement::TOX_TEMPLATE & rBase.GetCreateType())) + { + for (USHORT nI = MAXLEVEL; nI > 0; --nI) + { + String sStyles(rBase.GetStyleNames(nI-1)); + if (rBase.GetStyleNames(nI-1).Len()) + { + rBase.SetLevel(nI); + break; + } + } + } +} + void lcl_toxMatchTSwitch(SwWW8ImplReader& rReader, SwTOXBase& rBase, _ReadFieldParams& rParam) { @@ -2730,6 +2752,19 @@ return bRet; } +USHORT lcl_GetMaxValidWordTOCLevel(const SwForm &rForm) +{ + // GetFormMax() returns level + 1, hence the -1 + USHORT nRet = rForm.GetFormMax()-1; + + // If the max of this type of TOC is greater than the max of a word + // possible toc, then clip to the word max + if (nRet > WW8ListManager::nMaxLevel) + nRet = WW8ListManager::nMaxLevel; + + return nRet; +} + eF_ResT SwWW8ImplReader::Read_F_Tox( WW8FieldDesc* pF, String& rStr ) { if (pF->nLRes < 3) @@ -2886,8 +2922,8 @@ case 'o': { USHORT nVal; - if( !aReadParam.GetTokenSttFromTo(0, &nVal, MAXLEVEL) ) - nVal = aOrigForm.GetFormMax()-1; + if( !aReadParam.GetTokenSttFromTo(0, &nVal, WW8ListManager::nMaxLevel) ) + nVal = lcl_GetMaxValidWordTOCLevel(aOrigForm); if( nMaxLevel < nVal ) nMaxLevel = nVal; eCreateFrom |= nsSwTOXElement::TOX_OUTLINELEVEL; @@ -2899,7 +2935,7 @@ case 'l': { USHORT nVal; - if( aReadParam.GetTokenSttFromTo(0, &nVal, MAXLEVEL) ) + if( aReadParam.GetTokenSttFromTo(0, &nVal, WW8ListManager::nMaxLevel) ) { if( nMaxLevel < nVal ) nMaxLevel = nVal; @@ -2972,7 +3008,7 @@ // read START and END param USHORT nStart, nEnd; if( !aReadParam.GetTokenSttFromTo( &nStart, &nEnd, - MAXLEVEL ) ) + WW8ListManager::nMaxLevel ) ) { nStart = 1; nEnd = aOrigForm.GetFormMax()-1; @@ -3055,7 +3091,7 @@ } if (!nMaxLevel) - nMaxLevel = MAXLEVEL; + nMaxLevel = WW8ListManager::nMaxLevel; pBase->SetLevel(nMaxLevel); const TOXTypes eType = pBase->GetTOXType()->GetType(); @@ -3113,6 +3149,7 @@ if (eCreateFrom) pBase->SetCreate(eCreateFrom); + EnsureMaxLevelForTemplates(*pBase); } break; case TOX_ILLUSTRATIONS: Index: openoffice.org.spec =================================================================== RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v retrieving revision 1.1740 retrieving revision 1.1741 diff -u -r1.1740 -r1.1741 --- openoffice.org.spec 5 Jan 2009 09:27:46 -0000 1.1740 +++ openoffice.org.spec 5 Jan 2009 10:58:17 -0000 1.1741 @@ -1,6 +1,6 @@ %define oootag OOO300 %define ooomilestone 14 -%define rh_rpm_release 2 +%define rh_rpm_release 3 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF %define __jar_repack %{nil} @@ -3817,6 +3817,9 @@ unopkg list --shared > /dev/null 2>&1 || : %changelog +* Mon Jan 05 2009 Caol??n McNamara - 1:3.0.1-14.3 +- Resolves: rhbz#476959 openoffice.org-3.0.1.ooo97488.sw.ww8toc.patch + * Tue Dec 23 2008 Caol??n McNamara - 1:3.0.1-14.2 - Workaround: rhbz#477174 recover metacity workarounds without hanging in gdk_x11_get_server_time From gilboa at fedoraproject.org Mon Jan 5 11:00:11 2009 From: gilboa at fedoraproject.org (Gilboa Davara) Date: Mon, 5 Jan 2009 11:00:11 +0000 (UTC) Subject: rpms/icewm/devel icewm.spec,1.15,1.16 Message-ID: <20090105110011.573667011F@cvs1.fedora.phx.redhat.com> Author: gilboa Update of /cvs/pkgs/rpms/icewm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32474 Modified Files: icewm.spec Log Message: Index: icewm.spec =================================================================== RCS file: /cvs/pkgs/rpms/icewm/devel/icewm.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- icewm.spec 5 Jan 2009 10:57:43 -0000 1.15 +++ icewm.spec 5 Jan 2009 10:59:41 -0000 1.16 @@ -31,6 +31,7 @@ BuildRequires: gnome-desktop-devel %if 0%{?fedora} > 10 BuildRequires: libgnomeui-devel +BuildRequires: gnome-vfs2-devel %endif %if 0%{?fedora} < 9 Requires: xorg-x11-fonts-truetype From gilboa at fedoraproject.org Mon Jan 5 11:04:42 2009 From: gilboa at fedoraproject.org (Gilboa Davara) Date: Mon, 5 Jan 2009 11:04:42 +0000 (UTC) Subject: rpms/icewm/devel icewm.spec,1.16,1.17 Message-ID: <20090105110442.A34E07011F@cvs1.fedora.phx.redhat.com> Author: gilboa Update of /cvs/pkgs/rpms/icewm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2965 Modified Files: icewm.spec Log Message: Index: icewm.spec =================================================================== RCS file: /cvs/pkgs/rpms/icewm/devel/icewm.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- icewm.spec 5 Jan 2009 10:59:41 -0000 1.16 +++ icewm.spec 5 Jan 2009 11:04:10 -0000 1.17 @@ -200,7 +200,8 @@ %changelog * Mon Jan 5 2009 Gilboa Davara - 1.2.36-2 -- Missing BR libgnomeui-devel. +- Missing BR libgnomeui-devel. (devel) +- Missing BR gnome-vfs2-devel. (devel) * Thu Jan 24 2008 - 1.2.35-3 - Fix broken -devel BR (truetype). From terjeros at fedoraproject.org Mon Jan 5 11:24:46 2009 From: terjeros at fedoraproject.org (=?utf-8?q?Terje_R=C3=B8sten?=) Date: Mon, 5 Jan 2009 11:24:46 +0000 (UTC) Subject: rpms/mathomatic/devel mathomatic-14.2.8-build.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 mathomatic.spec, 1.2, 1.3 sources, 1.3, 1.4 mathomatic-14.1.4-build.patch, 1.1, NONE Message-ID: <20090105112446.651F27011F@cvs1.fedora.phx.redhat.com> Author: terjeros Update of /cvs/extras/rpms/mathomatic/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7118 Modified Files: .cvsignore mathomatic.spec sources Added Files: mathomatic-14.2.8-build.patch Removed Files: mathomatic-14.1.4-build.patch Log Message: * Mon Jan 5 2009 Terje Rosten - 14.2.8-1 - 14.2.8 mathomatic-14.2.8-build.patch: --- NEW FILE mathomatic-14.2.8-build.patch --- --- mathomatic-14.2.8/makefile~ 2009-01-03 13:01:27.000000000 +0100 +++ mathomatic-14.2.8/makefile 2009-01-05 12:18:10.000000000 +0100 @@ -2,7 +2,8 @@ # Currently uses gcc only options in CFLAGS, just remove them for other C compilers. VERSION = `cat VERSION` -CFLAGS += -O2 -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags +OPTFLAGS ?= -O2 +CFLAGS += $(OPTFLAGS) -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags #CFLAGS += -Wall # Copy cproto.h to proto.h to compile with -Wall with no complaints. CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\" # C compiler flags LDLIBS += -lm # libraries to link Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mathomatic/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Aug 2008 19:02:56 -0000 1.3 +++ .cvsignore 5 Jan 2009 11:24:14 -0000 1.4 @@ -1 +1 @@ -mathomatic-14.1.4.tar.bz2 +mathomatic-14.2.8.tar.bz2 Index: mathomatic.spec =================================================================== RCS file: /cvs/extras/rpms/mathomatic/devel/mathomatic.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mathomatic.spec 22 Aug 2008 19:02:56 -0000 1.2 +++ mathomatic.spec 5 Jan 2009 11:24:14 -0000 1.3 @@ -1,12 +1,12 @@ Summary: Small, portable symbolic math program Name: mathomatic -Version: 14.1.4 +Version: 14.2.8 Release: 1%{?dist} License: LGPLv2 Group: Applications/Engineering URL: http://www.mathomatic.org/ Source0: http://www.panix.com/~gesslein/%{name}-%{version}.tar.bz2 -Patch0: mathomatic-14.1.4-build.patch +Patch0: mathomatic-14.2.8-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils readline-devel @@ -71,6 +71,9 @@ %{_mandir}/man1/matho-sumsq.1* %changelog +* Mon Jan 5 2009 Terje Rosten - 14.2.8-1 +- 14.2.8 + * Fri Aug 22 2008 Terje Rosten - 14.1.4-1 - 14.1.4 - add build patch (add optflags, dont strip) Index: sources =================================================================== RCS file: /cvs/extras/rpms/mathomatic/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Aug 2008 19:02:56 -0000 1.3 +++ sources 5 Jan 2009 11:24:14 -0000 1.4 @@ -1 +1 @@ -85f5c734d4843fe41127366b07066e7e mathomatic-14.1.4.tar.bz2 +99decea11fb050167fff2e89d63d7503 mathomatic-14.2.8.tar.bz2 --- mathomatic-14.1.4-build.patch DELETED --- From terjeros at fedoraproject.org Mon Jan 5 11:31:44 2009 From: terjeros at fedoraproject.org (=?utf-8?q?Terje_R=C3=B8sten?=) Date: Mon, 5 Jan 2009 11:31:44 +0000 (UTC) Subject: rpms/bpython/devel .cvsignore, 1.4, 1.5 bpython.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090105113144.C08437011F@cvs1.fedora.phx.redhat.com> Author: terjeros Update of /cvs/extras/rpms/bpython/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8764 Modified Files: .cvsignore bpython.spec sources Log Message: * Mon Jan 5 2009 Terje Rosten - 0.7.1-1 - 0.7.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bpython/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 1 Sep 2008 20:25:45 -0000 1.4 +++ .cvsignore 5 Jan 2009 11:31:13 -0000 1.5 @@ -1 +1 @@ -bpython-0.7.0.tar.gz +bpython-0.7.1.tar.gz Index: bpython.spec =================================================================== RCS file: /cvs/extras/rpms/bpython/devel/bpython.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bpython.spec 29 Nov 2008 16:36:41 -0000 1.4 +++ bpython.spec 5 Jan 2009 11:31:14 -0000 1.5 @@ -2,8 +2,8 @@ Name: bpython Summary: Fancy curses interface to the Python interactive interpreter -Version: 0.7.0 -Release: 2%{?dist} +Version: 0.7.1 +Release: 1%{?dist} URL: http://www.noiseforfree.com/bpython/ Group: Development/Libraries License: MIT @@ -54,6 +54,9 @@ #{_datadir}/applications/%{name}.desktop %changelog +* Mon Jan 5 2009 Terje Rosten - 0.7.1-1 +- 0.7.1 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.7.0-2 - Rebuild for Python 2.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bpython/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 Sep 2008 20:25:45 -0000 1.4 +++ sources 5 Jan 2009 11:31:14 -0000 1.5 @@ -1 +1 @@ -5a992ada6f31cbea048d2dee07ec6bfe bpython-0.7.0.tar.gz +65554d3ebb9f9b5cab62e446424b8ab7 bpython-0.7.1.tar.gz From pwouters at fedoraproject.org Mon Jan 5 11:38:13 2009 From: pwouters at fedoraproject.org (Paul Wouters) Date: Mon, 5 Jan 2009 11:38:13 +0000 (UTC) Subject: rpms/unbound/devel unbound.spec,1.10,1.11 Message-ID: <20090105113813.88FC470140@cvs1.fedora.phx.redhat.com> Author: pwouters Update of /cvs/extras/rpms/unbound/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11407 Modified Files: unbound.spec Log Message: fix merge conflict Index: unbound.spec =================================================================== RCS file: /cvs/extras/rpms/unbound/devel/unbound.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- unbound.spec 8 Dec 2008 20:42:45 -0000 1.10 +++ unbound.spec 5 Jan 2009 11:37:42 -0000 1.11 @@ -1,13 +1,14 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.1.1 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz Source1: unbound.init Source2: unbound.conf Source3: unbound.munin +Patch0: unbound-1.1-scandir.patch Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex, openssl-devel, ldns-devel >= 1.4.0, libevent-devel @@ -61,6 +62,7 @@ %prep %setup -q +%patch -p0 %build %configure --with-ldns= --with-libevent --with-pthreads --with-ssl \ @@ -145,6 +147,10 @@ %postun libs -p /sbin/ldconfig %changelog +* Mon Jan 5 2009 Paul Wouters - 1.1.1-5 +- Added scandir patch for trusted-keys-file: option, which + is used to load multiple dnssec keys in bind file format + * Mon Dec 8 2008 Paul Wouters - 1.1.1-4 - Added Requires: for selinux-policy >= 3.5.13-33 for proper SElinux rules. From terjeros at fedoraproject.org Mon Jan 5 11:44:38 2009 From: terjeros at fedoraproject.org (=?utf-8?q?Terje_R=C3=B8sten?=) Date: Mon, 5 Jan 2009 11:44:38 +0000 (UTC) Subject: rpms/bpython/devel bpython.spec,1.5,1.6 Message-ID: <20090105114439.4AF9D7011F@cvs1.fedora.phx.redhat.com> Author: terjeros Update of /cvs/extras/rpms/bpython/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14736 Modified Files: bpython.spec Log Message: * Mon Jan 5 2009 Terje Rosten - 0.7.1-2 - Add setuptools to buildreq Index: bpython.spec =================================================================== RCS file: /cvs/extras/rpms/bpython/devel/bpython.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- bpython.spec 5 Jan 2009 11:31:14 -0000 1.5 +++ bpython.spec 5 Jan 2009 11:44:36 -0000 1.6 @@ -3,13 +3,13 @@ Name: bpython Summary: Fancy curses interface to the Python interactive interpreter Version: 0.7.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.noiseforfree.com/bpython/ Group: Development/Libraries License: MIT Source0: http://www.noiseforfree.com/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel desktop-file-utils +BuildRequires: python-devel python-setuptools desktop-file-utils Requires: python-pygments pyparsing BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -54,6 +54,9 @@ #{_datadir}/applications/%{name}.desktop %changelog +* Mon Jan 5 2009 Terje Rosten - 0.7.1-2 +- Add setuptools to buildreq + * Mon Jan 5 2009 Terje Rosten - 0.7.1-1 - 0.7.1 From pkgdb at fedoraproject.org Mon Jan 5 11:46:49 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 11:46:49 +0000 Subject: [pkgdb] ss5: itamarjp has requested watchcommits Message-ID: <20090105114649.ED1B820873C@bastion.fedora.phx.redhat.com> itamarjp has requested the watchcommits acl on ss5 (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ss5 From pkgdb at fedoraproject.org Mon Jan 5 11:46:51 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 11:46:51 +0000 Subject: [pkgdb] ss5: itamarjp has requested watchbugzilla Message-ID: <20090105114651.952B5208D2B@bastion.fedora.phx.redhat.com> itamarjp has requested the watchbugzilla acl on ss5 (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ss5 From pkgdb at fedoraproject.org Mon Jan 5 11:46:51 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 11:46:51 +0000 Subject: [pkgdb] ss5: itamarjp has requested commit Message-ID: <20090105114651.BFE17208D51@bastion.fedora.phx.redhat.com> itamarjp has requested the commit acl on ss5 (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ss5 From pkgdb at fedoraproject.org Mon Jan 5 11:46:51 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 11:46:51 +0000 Subject: [pkgdb] ss5: itamarjp has requested approveacls Message-ID: <20090105114651.D7CFA208D55@bastion.fedora.phx.redhat.com> itamarjp has requested the approveacls acl on ss5 (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ss5 From pkgdb at fedoraproject.org Mon Jan 5 11:47:00 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 11:47:00 +0000 Subject: [pkgdb] ss5: itamarjp has requested watchbugzilla Message-ID: <20090105114700.193F2208D59@bastion.fedora.phx.redhat.com> itamarjp has requested the watchbugzilla acl on ss5 (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ss5 From pkgdb at fedoraproject.org Mon Jan 5 11:47:00 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 11:47:00 +0000 Subject: [pkgdb] ss5: itamarjp has requested watchcommits Message-ID: <20090105114700.693A3208D60@bastion.fedora.phx.redhat.com> itamarjp has requested the watchcommits acl on ss5 (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ss5 From pkgdb at fedoraproject.org Mon Jan 5 11:47:03 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 11:47:03 +0000 Subject: [pkgdb] ss5: itamarjp has requested approveacls Message-ID: <20090105114703.67F5E20873C@bastion.fedora.phx.redhat.com> itamarjp has requested the approveacls acl on ss5 (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ss5 From pkgdb at fedoraproject.org Mon Jan 5 11:47:06 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 11:47:06 +0000 Subject: [pkgdb] ss5: itamarjp has requested commit Message-ID: <20090105114706.40734208D9B@bastion.fedora.phx.redhat.com> itamarjp has requested the commit acl on ss5 (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ss5 From pkgdb at fedoraproject.org Mon Jan 5 11:47:11 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 11:47:11 +0000 Subject: [pkgdb] ss5: itamarjp has requested watchbugzilla Message-ID: <20090105114711.190A0208DA7@bastion.fedora.phx.redhat.com> itamarjp has requested the watchbugzilla acl on ss5 (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ss5 From pkgdb at fedoraproject.org Mon Jan 5 11:47:11 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 11:47:11 +0000 Subject: [pkgdb] ss5: itamarjp has requested watchcommits Message-ID: <20090105114711.D194B208DAB@bastion.fedora.phx.redhat.com> itamarjp has requested the watchcommits acl on ss5 (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ss5 From pkgdb at fedoraproject.org Mon Jan 5 11:47:13 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 11:47:13 +0000 Subject: [pkgdb] ss5: itamarjp has requested commit Message-ID: <20090105114713.BF0C2208CAB@bastion.fedora.phx.redhat.com> itamarjp has requested the commit acl on ss5 (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ss5 From pkgdb at fedoraproject.org Mon Jan 5 11:47:14 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 11:47:14 +0000 Subject: [pkgdb] ss5: itamarjp has requested approveacls Message-ID: <20090105114714.82B26208D50@bastion.fedora.phx.redhat.com> itamarjp has requested the approveacls acl on ss5 (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ss5 From jgranado at fedoraproject.org Mon Jan 5 11:47:51 2009 From: jgranado at fedoraproject.org (Joel Andres Granados Moreno) Date: Mon, 5 Jan 2009 11:47:51 +0000 (UTC) Subject: rpms/firstaidkit/devel firstaidkit.spec,1.16,1.17 Message-ID: <20090105114752.04A9A7011F@cvs1.fedora.phx.redhat.com> Author: jgranado Update of /cvs/pkgs/rpms/firstaidkit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15380 Modified Files: firstaidkit.spec Log Message: The ppc and ppc64 arch do not handle grub as their bootloader. Index: firstaidkit.spec =================================================================== RCS file: /cvs/pkgs/rpms/firstaidkit/devel/firstaidkit.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- firstaidkit.spec 4 Dec 2008 17:54:59 -0000 1.16 +++ firstaidkit.spec 5 Jan 2009 11:47:21 -0000 1.17 @@ -4,7 +4,7 @@ Name: firstaidkit Version: 0.2.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: System Rescue Tool Group: Applications/System @@ -84,6 +84,7 @@ Requires: dbus-python Requires: grub Requires: pyparted +ExcludeArch: ppc ppc64 %description plugin-grub This FirstAidKit plugin automates the recovery from the GRUB bootloader problems. @@ -190,6 +191,9 @@ %dir %{_libdir}/firstaidkit/plugins/grub/* %changelog +* Mon Jan 05 2008 Joel Granados - 0.2.2-6 +- The ppc and ppc64 arch do not handle grub as their bootloader. + * Thu Dec 04 2008 Ignacio Vazquez-Abrams - 0.2.2-5 - Rebuild for Python 2.6 From pwouters at fedoraproject.org Mon Jan 5 11:49:45 2009 From: pwouters at fedoraproject.org (Paul Wouters) Date: Mon, 5 Jan 2009 11:49:45 +0000 (UTC) Subject: rpms/unbound/devel unbound.spec,1.11,1.12 Message-ID: <20090105114945.368627011F@cvs1.fedora.phx.redhat.com> Author: pwouters Update of /cvs/extras/rpms/unbound/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16214 Modified Files: unbound.spec Log Message: Fix patch command Index: unbound.spec =================================================================== RCS file: /cvs/extras/rpms/unbound/devel/unbound.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- unbound.spec 5 Jan 2009 11:37:42 -0000 1.11 +++ unbound.spec 5 Jan 2009 11:49:14 -0000 1.12 @@ -62,7 +62,7 @@ %prep %setup -q -%patch -p0 +%patch0 -p0 %build %configure --with-ldns= --with-libevent --with-pthreads --with-ssl \ From pwouters at fedoraproject.org Mon Jan 5 11:50:57 2009 From: pwouters at fedoraproject.org (Paul Wouters) Date: Mon, 5 Jan 2009 11:50:57 +0000 (UTC) Subject: rpms/unbound/devel unbound.spec,1.12,1.13 Message-ID: <20090105115057.58FBD7011F@cvs1.fedora.phx.redhat.com> Author: pwouters Update of /cvs/extras/rpms/unbound/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16371 Modified Files: unbound.spec Log Message: bump version Index: unbound.spec =================================================================== RCS file: /cvs/extras/rpms/unbound/devel/unbound.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- unbound.spec 5 Jan 2009 11:49:14 -0000 1.12 +++ unbound.spec 5 Jan 2009 11:50:27 -0000 1.13 @@ -1,7 +1,7 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.1.1 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz @@ -147,7 +147,7 @@ %postun libs -p /sbin/ldconfig %changelog -* Mon Jan 5 2009 Paul Wouters - 1.1.1-5 +* Mon Jan 5 2009 Paul Wouters - 1.1.1-6 - Added scandir patch for trusted-keys-file: option, which is used to load multiple dnssec keys in bind file format From jgranado at fedoraproject.org Mon Jan 5 11:52:47 2009 From: jgranado at fedoraproject.org (Joel Andres Granados Moreno) Date: Mon, 5 Jan 2009 11:52:47 +0000 (UTC) Subject: rpms/firstaidkit/devel firstaidkit.spec,1.17,1.18 Message-ID: <20090105115247.F0ABA7011F@cvs1.fedora.phx.redhat.com> Author: jgranado Update of /cvs/pkgs/rpms/firstaidkit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16691 Modified Files: firstaidkit.spec Log Message: Fix the changelog entry. Index: firstaidkit.spec =================================================================== RCS file: /cvs/pkgs/rpms/firstaidkit/devel/firstaidkit.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- firstaidkit.spec 5 Jan 2009 11:47:21 -0000 1.17 +++ firstaidkit.spec 5 Jan 2009 11:52:17 -0000 1.18 @@ -191,7 +191,7 @@ %dir %{_libdir}/firstaidkit/plugins/grub/* %changelog -* Mon Jan 05 2008 Joel Granados - 0.2.2-6 +* Mon Jan 05 2009 Joel Granados - 0.2.2-6 - The ppc and ppc64 arch do not handle grub as their bootloader. * Thu Dec 04 2008 Ignacio Vazquez-Abrams - 0.2.2-5 From mgrepl at fedoraproject.org Mon Jan 5 12:28:40 2009 From: mgrepl at fedoraproject.org (Miroslav Grepl) Date: Mon, 5 Jan 2009 12:28:40 +0000 (UTC) Subject: rpms/selinux-policy/F-9 policy-20071130.patch, 1.245, 1.246 selinux-policy.spec, 1.731, 1.732 Message-ID: <20090105122840.DC3317013C@cvs1.fedora.phx.redhat.com> Author: mgrepl Update of /cvs/extras/rpms/selinux-policy/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27207 Modified Files: policy-20071130.patch selinux-policy.spec Log Message: - Add label to /var/run/mod_.* - Add label to /var/turboprint(/.*)? - Add radvd net_admin capability - Add 4321 to whois ports policy-20071130.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.245 -r 1.246 policy-20071130.patch Index: policy-20071130.patch =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/F-9/policy-20071130.patch,v retrieving revision 1.245 retrieving revision 1.246 diff -u -r1.245 -r1.246 --- policy-20071130.patch 15 Dec 2008 15:22:45 -0000 1.245 +++ policy-20071130.patch 5 Jan 2009 12:28:36 -0000 1.246 @@ -1,12 +1,12 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/failsafe_context serefpolicy-3.3.1/config/appconfig-mcs/failsafe_context --- nsaserefpolicy/config/appconfig-mcs/failsafe_context 2008-02-26 14:23:12.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-mcs/failsafe_context 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-mcs/failsafe_context 2009-01-05 11:17:34.000000000 +0100 @@ -1 +1 @@ -sysadm_r:sysadm_t:s0 +system_r:unconfined_t:s0 diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/guest_u_default_contexts serefpolicy-3.3.1/config/appconfig-mcs/guest_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/guest_u_default_contexts 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-mcs/guest_u_default_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-mcs/guest_u_default_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,6 @@ +system_r:local_login_t:s0 guest_r:guest_t:s0 +system_r:remote_login_t:s0 guest_r:guest_t:s0 @@ -16,7 +16,7 @@ +guest_r:guest_t:s0 guest_r:guest_t:s0 diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/root_default_contexts serefpolicy-3.3.1/config/appconfig-mcs/root_default_contexts --- nsaserefpolicy/config/appconfig-mcs/root_default_contexts 2008-02-26 14:23:12.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-mcs/root_default_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-mcs/root_default_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -1,11 +1,7 @@ system_r:crond_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_crond_t:s0 staff_r:staff_crond_t:s0 user_r:user_crond_t:s0 system_r:local_login_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 @@ -32,7 +32,7 @@ +system_r:sshd_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/staff_u_default_contexts serefpolicy-3.3.1/config/appconfig-mcs/staff_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/staff_u_default_contexts 2008-02-26 14:23:12.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-mcs/staff_u_default_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-mcs/staff_u_default_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -5,6 +5,8 @@ system_r:xdm_t:s0 staff_r:staff_t:s0 staff_r:staff_su_t:s0 staff_r:staff_t:s0 @@ -44,7 +44,7 @@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/unconfined_u_default_contexts serefpolicy-3.3.1/config/appconfig-mcs/unconfined_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/unconfined_u_default_contexts 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-mcs/unconfined_u_default_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-mcs/unconfined_u_default_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,11 @@ +system_r:crond_t:s0 unconfined_r:unconfined_t:s0 +system_r:initrc_t:s0 unconfined_r:unconfined_t:s0 @@ -59,13 +59,13 @@ +system_r:xdm_t:s0 unconfined_r:unconfined_t:s0 diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/userhelper_context serefpolicy-3.3.1/config/appconfig-mcs/userhelper_context --- nsaserefpolicy/config/appconfig-mcs/userhelper_context 2008-02-26 14:23:12.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-mcs/userhelper_context 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-mcs/userhelper_context 2009-01-05 11:17:34.000000000 +0100 @@ -1 +1 @@ -system_u:sysadm_r:sysadm_t:s0 +system_u:system_r:unconfined_t:s0 diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/user_u_default_contexts serefpolicy-3.3.1/config/appconfig-mcs/user_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/user_u_default_contexts 2008-02-26 14:23:12.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-mcs/user_u_default_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-mcs/user_u_default_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -5,4 +5,5 @@ system_r:xdm_t:s0 user_r:user_t:s0 user_r:user_su_t:s0 user_r:user_t:s0 @@ -75,7 +75,7 @@ +user_r:user_t:s0 user_r:user_t:s0 diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/x_contexts serefpolicy-3.3.1/config/appconfig-mcs/x_contexts --- nsaserefpolicy/config/appconfig-mcs/x_contexts 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-mcs/x_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-mcs/x_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,188 @@ +# +# Config file for XSELinux extension @@ -267,7 +267,7 @@ +event * system_u:object_r:default_xevent_t:s0 diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/xguest_u_default_contexts serefpolicy-3.3.1/config/appconfig-mcs/xguest_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/xguest_u_default_contexts 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-mcs/xguest_u_default_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-mcs/xguest_u_default_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,7 @@ +system_r:local_login_t xguest_r:xguest_t:s0 +system_r:remote_login_t xguest_r:xguest_t:s0 @@ -278,7 +278,7 @@ +xguest_r:xguest_t:s0 xguest_r:xguest_t:s0 diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mls/guest_u_default_contexts serefpolicy-3.3.1/config/appconfig-mls/guest_u_default_contexts --- nsaserefpolicy/config/appconfig-mls/guest_u_default_contexts 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-mls/guest_u_default_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-mls/guest_u_default_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,4 @@ +system_r:local_login_t:s0 guest_r:guest_t:s0 +system_r:remote_login_t:s0 guest_r:guest_t:s0 @@ -286,7 +286,7 @@ +system_r:crond_t:s0 guest_r:guest_crond_t:s0 diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mls/x_contexts serefpolicy-3.3.1/config/appconfig-mls/x_contexts --- nsaserefpolicy/config/appconfig-mls/x_contexts 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-mls/x_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-mls/x_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,188 @@ +# +# Config file for XSELinux extension @@ -478,7 +478,7 @@ +event * system_u:object_r:default_xevent_t:s0 diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-standard/guest_u_default_contexts serefpolicy-3.3.1/config/appconfig-standard/guest_u_default_contexts --- nsaserefpolicy/config/appconfig-standard/guest_u_default_contexts 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-standard/guest_u_default_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-standard/guest_u_default_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,4 @@ +system_r:local_login_t guest_r:guest_t +system_r:remote_login_t guest_r:guest_t @@ -486,7 +486,7 @@ +system_r:crond_t guest_r:guest_crond_t diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-standard/root_default_contexts serefpolicy-3.3.1/config/appconfig-standard/root_default_contexts --- nsaserefpolicy/config/appconfig-standard/root_default_contexts 2008-02-26 14:23:12.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-standard/root_default_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-standard/root_default_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -1,11 +1,7 @@ system_r:crond_t unconfined_r:unconfined_t sysadm_r:sysadm_crond_t staff_r:staff_crond_t user_r:user_crond_t system_r:local_login_t unconfined_r:unconfined_t sysadm_r:sysadm_t staff_r:staff_t user_r:user_t @@ -502,7 +502,7 @@ +system_r:sshd_t unconfined_r:unconfined_t sysadm_r:sysadm_t staff_r:staff_t user_r:user_t diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-standard/x_contexts serefpolicy-3.3.1/config/appconfig-standard/x_contexts --- nsaserefpolicy/config/appconfig-standard/x_contexts 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-standard/x_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-standard/x_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,188 @@ +# +# Config file for XSELinux extension @@ -694,7 +694,7 @@ +event * system_u:object_r:default_xevent_t diff --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-standard/xguest_u_default_contexts serefpolicy-3.3.1/config/appconfig-standard/xguest_u_default_contexts --- nsaserefpolicy/config/appconfig-standard/xguest_u_default_contexts 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/config/appconfig-standard/xguest_u_default_contexts 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/config/appconfig-standard/xguest_u_default_contexts 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,5 @@ +system_r:local_login_t xguest_r:xguest_t +system_r:remote_login_t xguest_r:xguest_t @@ -703,7 +703,7 @@ +system_r:xdm_t xguest_r:xguest_t diff --exclude-from=exclude -N -u -r nsaserefpolicy/Makefile serefpolicy-3.3.1/Makefile --- nsaserefpolicy/Makefile 2008-02-26 14:23:09.000000000 +0100 -+++ serefpolicy-3.3.1/Makefile 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/Makefile 2009-01-05 11:17:34.000000000 +0100 @@ -235,7 +235,7 @@ appdir := $(contextpath) user_default_contexts := $(wildcard config/appconfig-$(TYPE)/*_default_contexts) @@ -759,7 +759,7 @@ $(verbose) $(INSTALL) -m 644 $< $@ diff --exclude-from=exclude -N -u -r nsaserefpolicy/man/man8/ftpd_selinux.8 serefpolicy-3.3.1/man/man8/ftpd_selinux.8 --- nsaserefpolicy/man/man8/ftpd_selinux.8 2008-02-26 14:23:12.000000000 +0100 -+++ serefpolicy-3.3.1/man/man8/ftpd_selinux.8 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/man/man8/ftpd_selinux.8 2009-01-05 11:17:34.000000000 +0100 @@ -1,52 +1,65 @@ -.TH "ftpd_selinux" "8" "17 Jan 2005" "dwalsh at redhat.com" "ftpd Selinux Policy documentation" +.TH "ftpd_selinux" "8" "17 Jan 2005" "dwalsh at redhat.com" "ftpd SELinux policy documentation" @@ -867,7 +867,7 @@ +selinux(8), ftpd(8), setsebool(8), semanage(8), restorecon(8) diff --exclude-from=exclude -N -u -r nsaserefpolicy/man/man8/httpd_selinux.8 serefpolicy-3.3.1/man/man8/httpd_selinux.8 --- nsaserefpolicy/man/man8/httpd_selinux.8 2008-02-26 14:23:12.000000000 +0100 -+++ serefpolicy-3.3.1/man/man8/httpd_selinux.8 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/man/man8/httpd_selinux.8 2009-01-05 11:17:34.000000000 +0100 @@ -22,23 +22,19 @@ .EX httpd_sys_content_t @@ -899,7 +899,7 @@ .EE diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/flask/access_vectors serefpolicy-3.3.1/policy/flask/access_vectors --- nsaserefpolicy/policy/flask/access_vectors 2008-02-26 14:23:09.000000000 +0100 -+++ serefpolicy-3.3.1/policy/flask/access_vectors 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/flask/access_vectors 2009-01-05 11:17:34.000000000 +0100 @@ -125,6 +125,7 @@ reparent search @@ -1186,7 +1186,7 @@ +} diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/flask/security_classes serefpolicy-3.3.1/policy/flask/security_classes --- nsaserefpolicy/policy/flask/security_classes 2008-02-26 14:23:09.000000000 +0100 -+++ serefpolicy-3.3.1/policy/flask/security_classes 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/flask/security_classes 2009-01-05 11:17:34.000000000 +0100 @@ -50,21 +50,19 @@ # passwd/chfn/chsh class passwd # userspace @@ -1235,7 +1235,7 @@ # FLASK diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/global_tunables serefpolicy-3.3.1/policy/global_tunables --- nsaserefpolicy/policy/global_tunables 2008-02-26 14:23:12.000000000 +0100 -+++ serefpolicy-3.3.1/policy/global_tunables 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/global_tunables 2009-01-05 11:17:34.000000000 +0100 @@ -34,7 +34,7 @@ ## @@ -1276,7 +1276,7 @@ + diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/mls serefpolicy-3.3.1/policy/mls --- nsaserefpolicy/policy/mls 2008-02-26 14:23:09.000000000 +0100 -+++ serefpolicy-3.3.1/policy/mls 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/mls 2009-01-05 11:17:34.000000000 +0100 @@ -371,78 +371,53 @@ [...4336 lines suppressed...] +policy_module(auditadm,1.0.1) +gen_require(` @@ -43797,17 +43807,17 @@ +') diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/guest.fc serefpolicy-3.3.1/policy/modules/users/guest.fc --- nsaserefpolicy/policy/modules/users/guest.fc 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/guest.fc 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/guest.fc 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +# No guest file contexts. diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/guest.if serefpolicy-3.3.1/policy/modules/users/guest.if --- nsaserefpolicy/policy/modules/users/guest.if 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/guest.if 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/guest.if 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +## Policy for guest user diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/guest.te serefpolicy-3.3.1/policy/modules/users/guest.te --- nsaserefpolicy/policy/modules/users/guest.te 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/guest.te 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/guest.te 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,33 @@ +policy_module(guest,1.0.1) +userdom_restricted_user_template(guest) @@ -43844,17 +43854,17 @@ +') diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/logadm.fc serefpolicy-3.3.1/policy/modules/users/logadm.fc --- nsaserefpolicy/policy/modules/users/logadm.fc 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/logadm.fc 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/logadm.fc 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +# No logadm file contexts. diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/logadm.if serefpolicy-3.3.1/policy/modules/users/logadm.if --- nsaserefpolicy/policy/modules/users/logadm.if 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/logadm.if 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/logadm.if 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +## Policy for logadm user diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/logadm.te serefpolicy-3.3.1/policy/modules/users/logadm.te --- nsaserefpolicy/policy/modules/users/logadm.te 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/logadm.te 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/logadm.te 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,11 @@ +policy_module(logadm,1.0.0) + @@ -43869,22 +43879,22 @@ +logging_admin(logadm_t, logadm_r, { logadm_devpts_t logadm_tty_device_t }) diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/metadata.xml serefpolicy-3.3.1/policy/modules/users/metadata.xml --- nsaserefpolicy/policy/modules/users/metadata.xml 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/metadata.xml 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/metadata.xml 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +Policy modules for users diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/secadm.fc serefpolicy-3.3.1/policy/modules/users/secadm.fc --- nsaserefpolicy/policy/modules/users/secadm.fc 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/secadm.fc 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/secadm.fc 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +# No secadm file contexts. diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/secadm.if serefpolicy-3.3.1/policy/modules/users/secadm.if --- nsaserefpolicy/policy/modules/users/secadm.if 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/secadm.if 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/secadm.if 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +## Policy for secadm user diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/secadm.te serefpolicy-3.3.1/policy/modules/users/secadm.te --- nsaserefpolicy/policy/modules/users/secadm.te 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/secadm.te 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/secadm.te 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,39 @@ +policy_module(secadm,1.0.1) +gen_require(` @@ -43927,17 +43937,17 @@ +') diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/staff.fc serefpolicy-3.3.1/policy/modules/users/staff.fc --- nsaserefpolicy/policy/modules/users/staff.fc 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/staff.fc 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/staff.fc 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +# No staff file contexts. diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/staff.if serefpolicy-3.3.1/policy/modules/users/staff.if --- nsaserefpolicy/policy/modules/users/staff.if 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/staff.if 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/staff.if 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +## Policy for staff user diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/staff.te serefpolicy-3.3.1/policy/modules/users/staff.te --- nsaserefpolicy/policy/modules/users/staff.te 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/staff.te 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/staff.te 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,30 @@ +policy_module(staff,1.0.1) +userdom_admin_login_user_template(staff) @@ -43971,17 +43981,17 @@ + diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/user.fc serefpolicy-3.3.1/policy/modules/users/user.fc --- nsaserefpolicy/policy/modules/users/user.fc 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/user.fc 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/user.fc 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +# No user file contexts. diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/user.if serefpolicy-3.3.1/policy/modules/users/user.if --- nsaserefpolicy/policy/modules/users/user.if 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/user.if 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/user.if 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +## Policy for user user diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/user.te serefpolicy-3.3.1/policy/modules/users/user.te --- nsaserefpolicy/policy/modules/users/user.te 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/user.te 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/user.te 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,18 @@ +policy_module(user,1.0.1) +userdom_unpriv_user_template(user) @@ -44003,17 +44013,17 @@ +') diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/webadm.fc serefpolicy-3.3.1/policy/modules/users/webadm.fc --- nsaserefpolicy/policy/modules/users/webadm.fc 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/webadm.fc 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/webadm.fc 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +# No webadm file contexts. diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/webadm.if serefpolicy-3.3.1/policy/modules/users/webadm.if --- nsaserefpolicy/policy/modules/users/webadm.if 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/webadm.if 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/webadm.if 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +## Policy for webadm user diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/webadm.te serefpolicy-3.3.1/policy/modules/users/webadm.te --- nsaserefpolicy/policy/modules/users/webadm.te 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/webadm.te 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/webadm.te 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,41 @@ +policy_module(webadm,1.0.0) + @@ -44058,17 +44068,17 @@ +userdom_role_change_template(staff, webadm) diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/xguest.fc serefpolicy-3.3.1/policy/modules/users/xguest.fc --- nsaserefpolicy/policy/modules/users/xguest.fc 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/xguest.fc 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/xguest.fc 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +# No xguest file contexts. diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/xguest.if serefpolicy-3.3.1/policy/modules/users/xguest.if --- nsaserefpolicy/policy/modules/users/xguest.if 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/xguest.if 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/xguest.if 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1 @@ +## Policy for xguest user diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/users/xguest.te serefpolicy-3.3.1/policy/modules/users/xguest.te --- nsaserefpolicy/policy/modules/users/xguest.te 1970-01-01 01:00:00.000000000 +0100 -+++ serefpolicy-3.3.1/policy/modules/users/xguest.te 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/modules/users/xguest.te 2009-01-05 11:17:34.000000000 +0100 @@ -0,0 +1,69 @@ +policy_module(xguest,1.0.1) + @@ -44141,7 +44151,7 @@ +') diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/support/file_patterns.spt serefpolicy-3.3.1/policy/support/file_patterns.spt --- nsaserefpolicy/policy/support/file_patterns.spt 2008-02-26 14:23:09.000000000 +0100 -+++ serefpolicy-3.3.1/policy/support/file_patterns.spt 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/support/file_patterns.spt 2009-01-05 11:17:34.000000000 +0100 @@ -537,3 +537,23 @@ allow $1 $2:dir rw_dir_perms; type_transition $1 $2:$4 $3; @@ -44168,7 +44178,7 @@ +') diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/support/obj_perm_sets.spt serefpolicy-3.3.1/policy/support/obj_perm_sets.spt --- nsaserefpolicy/policy/support/obj_perm_sets.spt 2008-02-26 14:23:09.000000000 +0100 -+++ serefpolicy-3.3.1/policy/support/obj_perm_sets.spt 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/support/obj_perm_sets.spt 2009-01-05 11:17:34.000000000 +0100 @@ -193,7 +193,7 @@ define(`create_dir_perms',`{ getattr create }') define(`rename_dir_perms',`{ getattr rename }') @@ -44248,7 +44258,7 @@ +define(`manage_key_perms', `{ create link read search setattr view write } ') diff --exclude-from=exclude -N -u -r nsaserefpolicy/policy/users serefpolicy-3.3.1/policy/users --- nsaserefpolicy/policy/users 2008-02-26 14:23:12.000000000 +0100 -+++ serefpolicy-3.3.1/policy/users 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/policy/users 2009-01-05 11:17:34.000000000 +0100 @@ -16,7 +16,7 @@ # and a user process should never be assigned the system user # identity. @@ -44284,7 +44294,7 @@ +gen_user(root, user, unconfined_r sysadm_r staff_r ifdef(`enable_mls',`secadm_r auditadm_r') system_r, s0, s0 - mls_systemhigh, mcs_allcats) diff --exclude-from=exclude -N -u -r nsaserefpolicy/Rules.modular serefpolicy-3.3.1/Rules.modular --- nsaserefpolicy/Rules.modular 2008-02-26 14:23:12.000000000 +0100 -+++ serefpolicy-3.3.1/Rules.modular 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/Rules.modular 2009-01-05 11:17:34.000000000 +0100 @@ -73,8 +73,8 @@ $(tmpdir)/%.mod: $(m4support) $(tmpdir)/generated_definitions.conf $(tmpdir)/all_interfaces.conf %.te @echo "Compliling $(NAME) $(@F) module" @@ -44316,7 +44326,7 @@ $(tmpdir)/all_te_files.conf: $(m4support) $(tmpdir)/generated_definitions.conf $(tmpdir)/all_interfaces.conf $(base_te_files) $(tmpdir)/rolemap.conf diff --exclude-from=exclude -N -u -r nsaserefpolicy/Rules.monolithic serefpolicy-3.3.1/Rules.monolithic --- nsaserefpolicy/Rules.monolithic 2008-02-26 14:23:13.000000000 +0100 -+++ serefpolicy-3.3.1/Rules.monolithic 2008-12-15 10:40:31.000000000 +0100 ++++ serefpolicy-3.3.1/Rules.monolithic 2009-01-05 11:17:34.000000000 +0100 @@ -96,7 +96,7 @@ # # Load the binary policy Index: selinux-policy.spec =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/F-9/selinux-policy.spec,v retrieving revision 1.731 retrieving revision 1.732 diff -u -r1.731 -r1.732 --- selinux-policy.spec 15 Dec 2008 15:22:48 -0000 1.731 +++ selinux-policy.spec 5 Jan 2009 12:28:38 -0000 1.732 @@ -20,7 +20,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.3.1 -Release: 116%{?dist} +Release: 117%{?dist} License: GPLv2+ Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -443,6 +443,12 @@ %endif %changelog +* Mon Jan 5 2009 Miroslav Grepl 3.3.1-117 +- Add label to /var/run/mod_.* +- Add label to /var/turboprint(/.*)? +- Add radvd net_admin capability +- Add 4321 to whois ports + * Mon Dec 15 2008 Miroslav Grepl 3.3.1-116 - Allow uux to read mail queue files - Allow hplip to manage cupsd_tmp_t files From pvrabec at fedoraproject.org Mon Jan 5 12:58:14 2009 From: pvrabec at fedoraproject.org (Peter Vrabec) Date: Mon, 5 Jan 2009 12:58:14 +0000 (UTC) Subject: rpms/shadow-utils/devel shadow-utils.spec,1.124,1.125 Message-ID: <20090105125814.759D070108@cvs1.fedora.phx.redhat.com> Author: pvrabec Update of /cvs/extras/rpms/shadow-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3495 Modified Files: shadow-utils.spec Log Message: Add policycoreutils as Requires, because of restorecon (#478494) Index: shadow-utils.spec =================================================================== RCS file: /cvs/extras/rpms/shadow-utils/devel/shadow-utils.spec,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- shadow-utils.spec 21 Dec 2008 16:54:46 -0000 1.124 +++ shadow-utils.spec 5 Jan 2009 12:57:44 -0000 1.125 @@ -5,7 +5,7 @@ Summary: Utilities for managing accounts and shadow password files Name: shadow-utils Version: 4.1.2 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 2 URL: http://pkg-shadow.alioth.debian.org/ Source0: ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-%{version}.tar.bz2 @@ -29,7 +29,7 @@ BuildRequires: audit-libs-devel >= 1.6.5 Requires: libselinux >= 1.25.2-1 Requires: audit-libs >= 1.6.5 -Requires: setup +Requires: setup policycoreutils Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -195,6 +195,9 @@ %{_mandir}/man8/vigr.8* %changelog +* Mon Jan 05 2009 Peter Vrabec 2:4.1.2-10 +- Add policycoreutils as Requires, because of restorecon (#478494) + * Sun Dec 21 2008 Jesse Keating - 2:4.1.2-9 - Add setup as a Requires. Perhaps this should be a files requires. (#477529) From pvrabec at fedoraproject.org Mon Jan 5 13:04:39 2009 From: pvrabec at fedoraproject.org (Peter Vrabec) Date: Mon, 5 Jan 2009 13:04:39 +0000 (UTC) Subject: rpms/shadow-utils/F-10 shadow-utils.spec,1.123,1.124 Message-ID: <20090105130439.BE22D70108@cvs1.fedora.phx.redhat.com> Author: pvrabec Update of /cvs/extras/rpms/shadow-utils/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4961 Modified Files: shadow-utils.spec Log Message: - Add policycoreutils as Requires, because of restorecon (#478494) - Add setup as a Requires. Perhaps this should be a files requires. (#477529) Index: shadow-utils.spec =================================================================== RCS file: /cvs/extras/rpms/shadow-utils/F-10/shadow-utils.spec,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- shadow-utils.spec 24 Sep 2008 13:26:18 -0000 1.123 +++ shadow-utils.spec 5 Jan 2009 13:04:09 -0000 1.124 @@ -5,7 +5,7 @@ Summary: Utilities for managing accounts and shadow password files Name: shadow-utils Version: 4.1.2 -Release: 8%{?dist} +Release: 9%{?dist} Epoch: 2 URL: http://pkg-shadow.alioth.debian.org/ Source0: ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-%{version}.tar.bz2 @@ -29,6 +29,7 @@ BuildRequires: audit-libs-devel >= 1.6.5 Requires: libselinux >= 1.25.2-1 Requires: audit-libs >= 1.6.5 +Requires: setup policycoreutils Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description @@ -194,6 +195,10 @@ %{_mandir}/man8/vigr.8* %changelog +* Mon Jan 05 2009 Peter Vrabec 2:4.1.2-9 +- Add policycoreutils as Requires, because of restorecon (#478494) +- Add setup as a Requires. Perhaps this should be a files requires. (#477529) + * Wed Sep 24 2008 Peter Vrabec 2:4.1.2-8 - groupmems: check username for valid character (#455603) - groupmems: don't segfault on nonexistent group (#456088) From pwouters at fedoraproject.org Mon Jan 5 13:19:33 2009 From: pwouters at fedoraproject.org (Paul Wouters) Date: Mon, 5 Jan 2009 13:19:33 +0000 (UTC) Subject: rpms/unbound/devel unbound-1.1-checkconf.patch, NONE, 1.1 unbound-1.1-scandir.patch, 1.1, 1.2 unbound.spec, 1.13, 1.14 Message-ID: <20090105131933.1F3437013C@cvs1.fedora.phx.redhat.com> Author: pwouters Update of /cvs/extras/rpms/unbound/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10379 Modified Files: unbound-1.1-scandir.patch unbound.spec Added Files: unbound-1.1-checkconf.patch Log Message: * Mon Jan 5 2009 Paul Wouters - 1.1.1-7 - Modified scandir patch to silently fail when wildcard matches nothing - Patch to allow unbound-checkconf to find empty wildcard matches unbound-1.1-checkconf.patch: --- NEW FILE unbound-1.1-checkconf.patch --- Index: smallapp/unbound-checkconf.c =================================================================== --- smallapp/unbound-checkconf.c (revision 1404) +++ smallapp/unbound-checkconf.c (working copy) @@ -258,7 +258,9 @@ { struct config_strlist* p; for(p=list; p; p=p->next) { - check_chroot_string(desc, &p->str, chrootdir, cfg); + /* skip wildcard checks, may fail */ + if(strstr(p->str,"*") == NULL) + check_chroot_string(desc, &p->str, chrootdir, cfg); } } unbound-1.1-scandir.patch: Index: unbound-1.1-scandir.patch =================================================================== RCS file: /cvs/extras/rpms/unbound/devel/unbound-1.1-scandir.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- unbound-1.1-scandir.patch 5 Jan 2009 08:38:26 -0000 1.1 +++ unbound-1.1-scandir.patch 5 Jan 2009 13:19:32 -0000 1.2 @@ -38,7 +38,7 @@ + free(fnameb); + free(fnamef); + free(globmatch); -+ return 0; ++ return 1; + } + else { + while(n--) { Index: unbound.spec =================================================================== RCS file: /cvs/extras/rpms/unbound/devel/unbound.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- unbound.spec 5 Jan 2009 11:50:27 -0000 1.13 +++ unbound.spec 5 Jan 2009 13:19:32 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound Version: 1.1.1 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz @@ -9,6 +9,7 @@ Source2: unbound.conf Source3: unbound.munin Patch0: unbound-1.1-scandir.patch +Patch1: unbound-1.1-checkconf.patch Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex, openssl-devel, ldns-devel >= 1.4.0, libevent-devel @@ -63,6 +64,7 @@ %prep %setup -q %patch0 -p0 +%patch1 -p0 %build %configure --with-ldns= --with-libevent --with-pthreads --with-ssl \ @@ -147,6 +149,10 @@ %postun libs -p /sbin/ldconfig %changelog +* Mon Jan 5 2009 Paul Wouters - 1.1.1-7 +- Modified scandir patch to silently fail when wildcard matches nothing +- Patch to allow unbound-checkconf to find empty wildcard matches + * Mon Jan 5 2009 Paul Wouters - 1.1.1-6 - Added scandir patch for trusted-keys-file: option, which is used to load multiple dnssec keys in bind file format From caolanm at fedoraproject.org Mon Jan 5 13:28:05 2009 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Mon, 5 Jan 2009 13:28:05 +0000 (UTC) Subject: rpms/mythes-sk/devel mythes-sk.spec,1.4,1.5 sources,1.5,1.6 Message-ID: <20090105132805.A38FD70108@cvs1.fedora.phx.redhat.com> Author: caolanm Update of /cvs/pkgs/rpms/mythes-sk/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13586 Modified Files: mythes-sk.spec sources Log Message: latest version Index: mythes-sk.spec =================================================================== RCS file: /cvs/pkgs/rpms/mythes-sk/devel/mythes-sk.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mythes-sk.spec 27 Nov 2008 13:06:32 -0000 1.4 +++ mythes-sk.spec 5 Jan 2009 13:27:35 -0000 1.5 @@ -1,6 +1,6 @@ Name: mythes-sk Summary: Slovak thesarus -%define upstreamid 20081121 +%define upstreamid 20090102 Version: 0.%{upstreamid} Release: 1%{?dist} Source: http://www.sk-spell.sk.cx/thesaurus/download/OOo-Thesaurus2-sk_SK.zip @@ -37,6 +37,9 @@ %{_datadir}/mythes/* %changelog +* Mon Jan 05 2009 Caolan McNamara - 0.20090102-1 +- latest version + * Thu Nov 27 2008 Caolan McNamara - 0.20081121-1 - latest version Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mythes-sk/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 27 Nov 2008 13:06:32 -0000 1.5 +++ sources 5 Jan 2009 13:27:35 -0000 1.6 @@ -1 +1 @@ -b08c6a26e748af65b96ff9b821a1e27d OOo-Thesaurus2-sk_SK.zip +07f5d7f14aa9478db8e8a25c31ac75b0 OOo-Thesaurus2-sk_SK.zip From caolanm at fedoraproject.org Mon Jan 5 13:39:50 2009 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Mon, 5 Jan 2009 13:39:50 +0000 (UTC) Subject: rpms/mythes-sk/devel mythes-sk.spec,1.5,1.6 Message-ID: <20090105133950.3240570108@cvs1.fedora.phx.redhat.com> Author: caolanm Update of /cvs/pkgs/rpms/mythes-sk/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15530 Modified Files: mythes-sk.spec Log Message: fixup Index: mythes-sk.spec =================================================================== RCS file: /cvs/pkgs/rpms/mythes-sk/devel/mythes-sk.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mythes-sk.spec 5 Jan 2009 13:27:35 -0000 1.5 +++ mythes-sk.spec 5 Jan 2009 13:39:19 -0000 1.6 @@ -18,21 +18,20 @@ %setup -q -c %build -tr -d '\r' < README_th_sk_SK.txt > README_th_sk_SK.txt.new -mv -f README_th_sk_SK.txt.new README_th_sk_SK.txt +tr -d '\r' < README_th_sk_SK_v2.txt > README_th_sk_SK_v2.txt.new +mv -f README_th_sk_SK_v2.txt.new README_th_sk_SK_v2.txt %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mythes -cp -p th_sk_SK.idx $RPM_BUILD_ROOT/%{_datadir}/mythes/th_sk_SK_v2.idx -cp -p th_sk_SK.dat $RPM_BUILD_ROOT/%{_datadir}/mythes/th_sk_SK_v2.dat +cp -p th_sk_SK_v2.* $RPM_BUILD_ROOT/%{_datadir}/mythes %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc README_th_sk_SK.txt +%doc README_th_sk_SK_v2.txt %dir %{_datadir}/mythes %{_datadir}/mythes/* From mzazrive at fedoraproject.org Mon Jan 5 13:49:03 2009 From: mzazrive at fedoraproject.org (Milan Zazrivec) Date: Mon, 5 Jan 2009 13:49:03 +0000 (UTC) Subject: rpms/xqilla/EL-5 mapm_mt.c, 1.2, 1.3 .cvsignore, 1.4, 1.5 import.log, 1.1, 1.2 sources, 1.4, 1.5 xqilla-xercesc-libdir.patch, 1.2, 1.3 xqilla.spec, 1.8, 1.9 Message-ID: <20090105134903.97D1770108@cvs1.fedora.phx.redhat.com> Author: mzazrive Update of /cvs/pkgs/rpms/xqilla/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18121/EL-5 Modified Files: .cvsignore import.log sources xqilla-xercesc-libdir.patch xqilla.spec Added Files: mapm_mt.c Log Message: imported xqilla-2.0.0-1.1 (from F-8 branch) Index: mapm_mt.c =================================================================== RCS file: mapm_mt.c diff -N mapm_mt.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ mapm_mt.c 5 Jan 2009 13:48:33 -0000 1.3 @@ -0,0 +1,664 @@ + +/* + * M_APM - mapm_mt.c + * + * Copyright (C) 2002 - 2007 + * Martin Pfingstl (Martin.Pfingstl at epost.de) + * Michael C. Ring + * + * Permission to use, copy, and distribute this software and its + * documentation for any purpose with or without fee is hereby granted, + * provided that the above copyright notice appear in all copies and + * that both that copyright notice and this permission notice appear + * in supporting documentation. + * + * Permission to modify the software is granted. Permission to distribute + * the modified code is granted. Modifications are to be distributed by + * using the file 'license.txt' as a template to modify the file header. + * 'license.txt' is available in the official MAPM distribution. + * + * This software is provided "as is" without express or implied warranty. + * + * THIS FILE HAS BEEN MODIFIED FROM THE OFFICIAL MAPM DISTRIBUTION BY + * Milan Zazrivec on 2008/10/01 + * THIS FILE IS ORIGINALLY FROM MAPM VERSION 4.9.5 + * + * Changes made by Milan Zazrivec: + * - imported changes from XQilla project into mapm_mt.c (needed to make it + * work with xqilla version 2.0.0) + */ + +/* + * $Id$ + * + * This file contains all wrapper functions for the library + * using semaphores + * + * $Log$ + * Revision 1.3 2009/01/05 13:48:33 mzazrive + * imported xqilla-2.0.0-1.1 (from F-8 branch) + * + * Revision 1.4 2007/12/03 02:24:27 mike + * update license + * + * Revision 1.3 2003/05/07 22:52:22 mike + * add 2 new version functions + * + * Revision 1.2 2002/11/10 22:42:44 mike + * add new integer_pow_nr function + * + * Revision 1.1 2002/06/13 20:39:09 mike + * Initial revision + */ + + +#include + +extern void m_apm_enter(void); +extern void m_apm_leave(void); + +#include +#include + +extern "C" +{ + +static XERCES_CPP_NAMESPACE_QUALIFIER XMLMutex* m_apm_semaphore=0; + +void m_apm_mt_initialize(void) +{ + if(m_apm_semaphore == 0) { + m_apm_semaphore = new XERCES_CPP_NAMESPACE_QUALIFIER XMLMutex; + } +} + +void m_apm_mt_terminate(void) +{ + delete m_apm_semaphore; + m_apm_semaphore = 0; +} + +void m_apm_enter(void) +{ + m_apm_semaphore->lock(); +} + +void m_apm_leave(void) +{ + m_apm_semaphore->unlock(); +} + +/****************************************************************************/ + +M_APM m_apm_init_mt(void) +{ +M_APM t; + +/* m_apm_enter(); */ + t=m_apm_init(); +/* m_apm_leave(); */ + return(t); +} + +/****************************************************************************/ + +void m_apm_free_mt(M_APM t) +{ +/* m_apm_enter(); */ + m_apm_free(t); +/* m_apm_leave(); */ +} + +/****************************************************************************/ + +void m_apm_free_all_mem_mt(void) +{ + m_apm_enter(); + m_apm_free_all_mem(); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_trim_mem_usage_mt(void) +{ + m_apm_enter(); + m_apm_trim_mem_usage(); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_set_string_mt(M_APM ctmp, char *s_in) +{ +/* m_apm_enter(); */ + m_apm_set_string(ctmp,s_in); +/* m_apm_leave(); */ +} + +/****************************************************************************/ + +void m_apm_set_double_mt(M_APM atmp,double dd) +{ +/* m_apm_enter(); */ + m_apm_set_double(atmp,dd); +/* m_apm_leave(); */ +} + +/****************************************************************************/ + +void m_apm_set_long_mt(M_APM atmp, long mm) +{ +/* m_apm_enter(); */ + m_apm_set_long(atmp,mm); +/* m_apm_leave(); */ +} + +/****************************************************************************/ + +void m_apm_to_string_mt(char *s, int places, M_APM mtmp) +{ +/* m_apm_enter(); */ + m_apm_to_string(s,places,mtmp); +/* m_apm_leave(); */ +} + +/****************************************************************************/ + +void m_apm_add_mt(M_APM r, M_APM a, M_APM b) +{ +/* m_apm_enter(); */ + m_apm_add(r,a,b); +/* m_apm_leave(); */ +} + +/****************************************************************************/ + +void m_apm_subtract_mt(M_APM r, M_APM a, M_APM b) +{ +/* m_apm_enter(); */ + m_apm_subtract(r,a,b); +/* m_apm_leave(); */ +} + +/****************************************************************************/ + +void m_apm_absolute_value_mt(M_APM d, M_APM s) +{ +/* m_apm_enter(); */ + m_apm_absolute_value(d,s); +/* m_apm_leave(); */ +} + +/****************************************************************************/ + +void m_apm_negate_mt(M_APM d, M_APM s) +{ +/* m_apm_enter(); */ + m_apm_negate(d,s); +/* m_apm_leave(); */ +} + +/****************************************************************************/ + +int m_apm_compare_mt(M_APM ltmp, M_APM rtmp) +{ +int ret; + +/* m_apm_enter(); */ + ret=m_apm_compare(ltmp,rtmp); +/* m_apm_leave(); */ + return(ret); +} + + +/****************************************************************************/ + +void m_apm_multiply_mt(M_APM r, M_APM a, M_APM b) +{ + m_apm_enter(); + m_apm_multiply(r,a,b); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_divide_mt(M_APM rr, int places, M_APM aa, M_APM bb) +{ + m_apm_enter(); + m_apm_divide(rr,places,aa,bb); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_cpp_precision_mt(int digits) +{ + m_apm_enter(); + m_apm_cpp_precision(digits); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_to_fixpt_string_mt(char *ss, int dplaces, M_APM mtmp) +{ + m_apm_enter(); + m_apm_to_fixpt_string(ss,dplaces,mtmp); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_round_mt(M_APM btmp, int places, M_APM atmp) +{ +/* m_apm_enter(); */ + m_apm_round(btmp,places,atmp); +/* m_apm_leave(); */ +} + +/****************************************************************************/ + +void m_apm_sqrt_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_sqrt(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_sin_mt(M_APM r, int places, M_APM a) +{ + m_apm_enter(); + m_apm_sin(r,places,a); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_arccos_mt(M_APM r, int places, M_APM x) +{ + m_apm_enter(); + m_apm_arccos(r,places,x); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_arctan2_mt(M_APM rr, int places, M_APM yy, M_APM xx) +{ + m_apm_enter(); + m_apm_arctan2(rr,places,yy,xx); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_copy_mt(M_APM dest, M_APM src) +{ +/* m_apm_enter(); */ + m_apm_copy(dest,src); +/* m_apm_leave(); */ +} + + +/****************************************************************************/ + +void m_apm_reciprocal_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_reciprocal(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_to_fixpt_stringex_mt(char *s, int dplaces, M_APM atmp, + char ch_radix, char ch_sep, int count_sep) +{ + m_apm_enter(); + m_apm_to_fixpt_stringex(s,dplaces,atmp,ch_radix,ch_sep,count_sep); + m_apm_leave(); +} + +/****************************************************************************/ + +char *m_apm_to_fixpt_stringexp_mt(int dplaces, M_APM atmp, char ch_radx, + char ch_sep, int ct_sep) +{ +char *s; + + m_apm_enter(); + s=m_apm_to_fixpt_stringexp(dplaces,atmp,ch_radx,ch_sep,ct_sep); + m_apm_leave(); + return(s); +} + +/****************************************************************************/ + +void m_apm_to_integer_string_mt(char *s, M_APM mtmp) +{ + m_apm_enter(); + m_apm_to_integer_string(s,mtmp); + m_apm_leave(); +} + +/****************************************************************************/ + +int m_apm_sign_mt(M_APM m) +{ +int i; + +/* m_apm_enter(); */ + i=m_apm_sign(m); +/* m_apm_leave(); */ + return(i); +} + +/****************************************************************************/ + +int m_apm_exponent_mt(M_APM m) +{ +int i; + +/* m_apm_enter(); */ + i=m_apm_exponent(m); +/* m_apm_leave(); */ + return(i); +} + +/****************************************************************************/ + +int m_apm_significant_digits_mt(M_APM m) +{ +int i; + +/* m_apm_enter(); */ + i=m_apm_significant_digits(m); +/* m_apm_leave(); */ + return(i); +} + +/****************************************************************************/ + +int m_apm_is_integer_mt(M_APM m) +{ +int i; + +/* m_apm_enter(); */ + i=m_apm_is_integer(m); +/* m_apm_leave(); */ + return(i); +} + +/****************************************************************************/ + +int m_apm_is_even_mt(M_APM m) +{ +int i; + +/* m_apm_enter(); */ + i=m_apm_is_even(m); +/* m_apm_leave(); */ + return(i); +} + +/****************************************************************************/ + +int m_apm_is_odd_mt(M_APM m) +{ +int i; + +/* m_apm_enter(); */ + i=m_apm_is_odd(m); +/* m_apm_leave(); */ + return(i); +} + +/****************************************************************************/ + +void m_apm_gcd_mt(M_APM r, M_APM u, M_APM v) +{ + m_apm_enter(); + m_apm_gcd(r,u,v); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_lcm_mt(M_APM r, M_APM u, M_APM v) +{ + m_apm_enter(); + m_apm_lcm(r,u,v); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_integer_divide_mt(M_APM rr, M_APM aa, M_APM bb) +{ + m_apm_enter(); + m_apm_integer_divide(rr,aa,bb); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_integer_div_rem_mt(M_APM qq, M_APM rr, M_APM aa, M_APM bb) +{ + m_apm_enter(); + m_apm_integer_div_rem(qq,rr,aa,bb); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_factorial_mt(M_APM moutput, M_APM minput) +{ + m_apm_enter(); + m_apm_factorial(moutput,minput); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_floor_mt(M_APM bb, M_APM aa) +{ + m_apm_enter(); + m_apm_floor(bb,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_ceil_mt(M_APM bb, M_APM aa) +{ + m_apm_enter(); + m_apm_ceil(bb,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_get_random_mt(M_APM m) +{ + m_apm_enter(); + m_apm_get_random(m); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_set_random_seed_mt(char *s) +{ + m_apm_enter(); + m_apm_set_random_seed(s); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_cbrt_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_cbrt(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_log_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_log(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_log10_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_log10(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_exp_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_exp(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_pow_mt(M_APM rr, int places, M_APM xx, M_APM yy) +{ + m_apm_enter(); + m_apm_pow(rr,places,xx,yy); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_integer_pow_mt(M_APM rr, int places, M_APM aa, int mexp) +{ + m_apm_enter(); + m_apm_integer_pow(rr,places,aa,mexp); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_integer_pow_nr_mt(M_APM rr, M_APM aa, int mexp) +{ + m_apm_enter(); + m_apm_integer_pow_nr(rr,aa,mexp); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_sin_cos_mt(M_APM sinv, M_APM cosv, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_sin_cos(sinv,cosv,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_cos_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_cos(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_tan_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_tan(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_arcsin_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_arcsin(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_arctan_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_arctan(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_sinh_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_sinh(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_cosh_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_cosh(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_tanh_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_tanh(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_arcsinh_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_arcsinh(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_arccosh_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_arccosh(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +void m_apm_arctanh_mt(M_APM rr, int places, M_APM aa) +{ + m_apm_enter(); + m_apm_arctanh(rr,places,aa); + m_apm_leave(); +} + +/****************************************************************************/ + +} Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/xqilla/EL-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 29 Aug 2008 12:23:06 -0000 1.4 +++ .cvsignore 5 Jan 2009 13:48:32 -0000 1.5 @@ -1,2 +1,2 @@ -xerces-c-src_2_8_0.tar.gz -XQilla-2.1.3.tar.gz +XQilla-2.0.0.tar.gz +xerces-c-src_2_7_0.tar.gz Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/xqilla/EL-5/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 29 Aug 2008 12:23:06 -0000 1.1 +++ import.log 5 Jan 2009 13:48:33 -0000 1.2 @@ -1 +1,2 @@ xqilla-2_1_3-0_1_fc10:HEAD:xqilla-2.1.3-0.1.fc10.src.rpm:1220012482 +xqilla-2_0_0-1_1_fc8:EL-5:xqilla-2.0.0-1.1.fc8.src.rpm:1231163163 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/xqilla/EL-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 29 Aug 2008 12:23:06 -0000 1.4 +++ sources 5 Jan 2009 13:48:33 -0000 1.5 @@ -1,2 +1,2 @@ -5daf514b73f3e0de9e3fce704387c0d2 xerces-c-src_2_8_0.tar.gz -95b46bb8b29674cd1ae56fb5080a5649 XQilla-2.1.3.tar.gz +d7aa51c18a164af2fb54282bb271f0e2 XQilla-2.0.0.tar.gz +04169609449a8846bc1e6891c04cadf4 xerces-c-src_2_7_0.tar.gz xqilla-xercesc-libdir.patch: Index: xqilla-xercesc-libdir.patch =================================================================== RCS file: /cvs/pkgs/rpms/xqilla/EL-5/xqilla-xercesc-libdir.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xqilla-xercesc-libdir.patch 29 Aug 2008 12:23:06 -0000 1.2 +++ xqilla-xercesc-libdir.patch 5 Jan 2009 13:48:33 -0000 1.3 @@ -1,18 +1,37 @@ ---- ./configure.in 2008-08-29 13:44:16.000000000 +0200 -+++ ./configure.in 2008-08-29 13:45:53.000000000 +0200 -@@ -71,11 +71,11 @@ AC_MSG_RESULT($with_xerces) +--- configure.in 2007-12-13 02:06:15.000000000 +0100 ++++ configure.in 2008-01-08 15:26:41.000000000 +0100 +@@ -69,18 +69,18 @@ if test "$with_xerces" = "no"; then with_xerces="/usr/local" fi -if test `ls $with_xerces/lib/libxerces-c.*2[[6-8]].* 2>/dev/null | wc -l` -gt 0 ; then -- AC_MSG_CHECKING([for Xerces C++ version from source tree]) -- xerces_version=`ls "$with_xerces"/lib/libxerces-c.*[[0-9]][[0-9]].* | tail -1 | sed 's/.*xerces-c.*\([[0-9]]\)\([[0-9]]\).*/\1.\2/'` +if test `ls $libdir/libxerces-c.*2[[6-8]].* 2>/dev/null | wc -l` -gt 0 ; then -+ AC_MSG_CHECKING([for Xerces C++ version from installed library]) + AC_MSG_CHECKING([for Xerces C++ version from source tree]) +- xerces_version=`ls "$with_xerces"/lib/libxerces-c.*[[0-9]][[0-9]].* | tail -1 | sed 's/.*xerces-c.*\([[0-9]]\)\([[0-9]]\).*/\1.\2/'` + xerces_version=`ls "$libdir"/libxerces-c.*[[0-9]][[0-9]].* | tail -1 | sed 's/.*xerces-c.*\([[0-9]]\)\([[0-9]]\).*/\1.\2/'` AC_MSG_RESULT([$xerces_version]) - xerces_lib="$with_xerces/lib" + xerces_lib="$libdir" - xerces_include_dir="$with_xerces/src" - xerces_include="-I$with_xerces/src" - elif test `ls $with_xerces/lib/libxerces-c*2[[6-8]].* 2>/dev/null | wc -l` -gt 0 ; then + xerces_include="$with_xerces/src" + xerces_library="xerces-c" +-elif test `ls $with_xerces/lib/libxerces-c*2[[6-8]].* 2>/dev/null | wc -l` -gt 0 ; then ++elif test `ls $libdir/libxerces-c*2[[6-8]].* 2>/dev/null | wc -l` -gt 0 ; then + AC_MSG_CHECKING([for Xerces C++ version from source tree]) +- xerces_version=`ls "$with_xerces"/lib/libxerces-c*[[0-9]][[0-9]].* | tail -1 | sed 's/.*xerces-c*\([[0-9]]\)\([[0-9]]\).*/\1.\2/'` ++ xerces_version=`ls "$libdir"/libxerces-c*[[0-9]][[0-9]].* | tail -1 | sed 's/.*xerces-c*\([[0-9]]\)\([[0-9]]\).*/\1.\2/'` + AC_MSG_RESULT([$xerces_version]) +- xerces_lib="$with_xerces/lib" ++ xerces_lib="$libdir" + xerces_include="$with_xerces/src" + xerces_library="xerces-c" + else +@@ -162,9 +162,7 @@ + fi + + # Checks for libraries. +-AC_CHECK_LIB(pthread,pthread_create) + AC_CHECK_LIB(socket,connect) +-AC_CHECK_LIB(nsl,gethostbyname) + + # Checks for header files. + AC_FUNC_ALLOCA Index: xqilla.spec =================================================================== RCS file: /cvs/pkgs/rpms/xqilla/EL-5/xqilla.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- xqilla.spec 2 Dec 2008 10:23:51 -0000 1.8 +++ xqilla.spec 5 Jan 2009 13:48:33 -0000 1.9 @@ -1,27 +1,33 @@ %define _unpackaged_files_terminate_build 1 %define _missing_doc_files_terminate_build 1 -%define xercesc_dir xerces-c-src_2_8_0 +%define xercesc_dir xerces-c-src_2_7_0 Name: xqilla Summary: XQilla is an XQuery and XPath 2.0 library, built on top of Xerces-C Group: System Environment/Libraries -Version: 2.1.3 -Release: 0.3%{?dist} +Version: 2.0.0 +Release: 1.1%{?dist} License: ASL 2.0 URL: http://xqilla.sourceforge.net/HomePage -Source0: http://downloads.sourceforge.net/xqilla/XQilla-%{version}.tar.gz -Source1: http://www.apache.org/dist/xerces/c/sources/xerces-c-src_2_8_0.tar.gz - -Requires: libstdc++ >= 4.1.1 xerces-c >= 2.8.0 +# Original upstream source: +# Source0: http://downloads.sourceforge.net/xqilla/XQilla-%{version}.tar.gz +# +# Original tarball with src/mapm/mapm_mt.cpp removed (licensing problems) +Source0: XQilla-%{version}.tar.gz +Source1: http://archive.apache.org/dist/xml/xerces-c/Xerces-C_2_7_0/source/xerces-c-src_2_7_0.tar.gz +# mapm_mt.c is wrapper for mapm library to be used in multithreaded apps. +# It was taken from MAPM library ver. 4.9.5 and modified to work with +# XQilla ver. 2.0.0. It's purpose is to replace the removed mapm_mt.cpp. +Source2: mapm_mt.c +Requires: libstdc++ >= 4.1.1 xerces-c >= 2.7.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build - -BuildRequires: xerces-c-devel >= 2.8.0 +BuildRequires: xerces-c-devel >= 2.7.0 BuildRequires: autoconf automake libtool BuildRequires: doxygen graphviz -Patch1: xqilla-xercesc-libdir.patch +Patch0: xqilla-xercesc-libdir.patch %define xercesc_build_root %{_builddir}/%{xercesc_dir} @@ -34,7 +40,7 @@ %package devel Group: Development/Libraries Summary: XQilla is an XQuery and XPath 2.0 library, built on top of Xerces-C -Requires: %{name} = %{version}-%{release} xerces-c-devel >= 2.7.0 +Requires: %{name} = %{version}-%{release} xerces-c-devel = 2.7.0 %description devel XQilla is an XQuery and XPath 2.0 implementation written in C++ and based @@ -50,8 +56,10 @@ simple-api and dom3-api documentation for XQilla. %prep -%setup -q -b 1 -n XQilla-%{version} -%patch1 +%setup -q -b 1 -n XQilla-2.0.0 +cp -p %{SOURCE2} src/mapm +ln -s mapm_mt.c src/mapm/mapm_mt.cpp +%patch0 %build rm -f aclocal.m4 @@ -102,32 +110,13 @@ %{_includedir}/xqilla %files doc -%defattr(-,root,root,-) -%dir %{_defaultdocdir}/%{name}-%{version} %{_defaultdocdir}/%{name}-%{version}/dom3-api %{_defaultdocdir}/%{name}-%{version}/simple-api %changelog -* Tue Dec 2 2008 Milan Zazrivec 2.1.3-0.2 -- Rebased XQilla to latest upstream version 2.1.3 -- Fixed files section in spec (documentation was included twice) - -* Fri Feb 29 2008 Milan Zazrivec 2.0.0-5 +* Thu Feb 28 2008 Milan Zazrivec 2.0.0-1.1 - Create xqilla-doc package for xqilla documentation -* Wed Feb 20 2008 Milan Zazrivec - 2.0.0-4 -- Fix Requires: value for xqilla-devel - -* Tue Feb 19 2008 Fedora Release Engineering - 2.0.0-3 -- Autorebuild for GCC 4.3 - -* Tue Feb 19 2008 Milan Zazrivec 2.0.0-2 -- Included Xerces-C 2.8.0 sources -- Add missing #include where needed (g++ 4.3 changes) - * Thu Jan 10 2008 Milan Zazrivec 2.0.0-1 - Removed src/mapm/mapm_mt.cpp - Added modified mapm_mt.c, taken from MAPM library ver. 4.9.5 From rrakus at fedoraproject.org Mon Jan 5 13:54:01 2009 From: rrakus at fedoraproject.org (Roman Rakus) Date: Mon, 5 Jan 2009 13:54:01 +0000 (UTC) Subject: rpms/dvd+rw-tools/F-10 dvd+rw-tools-7.0-dvddl.patch, NONE, 1.1 dvd+rw-tools.spec, 1.37, 1.38 Message-ID: <20090105135401.DF3A17013C@cvs1.fedora.phx.redhat.com> Author: rrakus Update of /cvs/extras/rpms/dvd+rw-tools/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20305 Modified Files: dvd+rw-tools.spec Added Files: dvd+rw-tools-7.0-dvddl.patch Log Message: allow burn small image on dual-layer DVD. Resolves: #476154 dvd+rw-tools-7.0-dvddl.patch: --- NEW FILE dvd+rw-tools-7.0-dvddl.patch --- --- ./growisofs_mmc.cpp.joe 2006-04-27 20:45:00.788446635 +0200 +++ ./growisofs_mmc.cpp 2006-04-27 20:46:01.666824300 +0200 @@ -1412,9 +1412,7 @@ blocks += 15, blocks &= ~15; if (blocks <= split) - fprintf (stderr,":-( more than 50%% of space will be *wasted*!\n" - " use single layer media for this recording\n"), - exit (FATAL_START(EMEDIUMTYPE)); + fprintf (stderr,":-? more than 50%% of space will be *wasted*!\n"); blocks /= 16; blocks += 1; Index: dvd+rw-tools.spec =================================================================== RCS file: /cvs/extras/rpms/dvd+rw-tools/F-10/dvd+rw-tools.spec,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- dvd+rw-tools.spec 15 Aug 2008 10:42:54 -0000 1.37 +++ dvd+rw-tools.spec 5 Jan 2009 13:53:31 -0000 1.38 @@ -1,7 +1,7 @@ Summary: Toolchain to master DVD+RW/+R media Name: dvd+rw-tools Version: 7.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Applications/Multimedia Source: http://fy.chalmers.se/~appro/linux/DVD+RW/tools/dvd+rw-tools-%{version}.tar.gz @@ -11,6 +11,7 @@ Patch3: dvd+rw-tools-7.0-glibc2.6.90.patch Patch4: dvd+rw-tools-7.0-reload.patch Patch5: dvd+rw-tools-7.0-wctomb.patch +Patch6: dvd+rw-tools-7.0-dvddl.patch URL: http://fy.chalmers.se/~appro/linux/DVD+RW/ Requires: mkisofs >= 2.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -27,6 +28,7 @@ %patch3 -p1 -b .glibc2.6.90 %patch4 -p1 -b .reload %patch5 -p0 -b .wctomb +%patch6 -p0 -b .dvddl install -m 644 %{SOURCE1} index.html %build @@ -49,6 +51,11 @@ %{_mandir}/man1/growisofs.1* %changelog +* Mon Jan 5 2009 Roman Rakus - 7.1-2 +- allow the burning of dual-layer DVD's from an image + of less than half the disc's capacity. + Resolves: #476154 + * Fri Aug 15 2008 Roman Rakus - 7.1-1 - new version 7.1 From gd at fedoraproject.org Mon Jan 5 14:13:35 2009 From: gd at fedoraproject.org (Guenther Deschner) Date: Mon, 5 Jan 2009 14:13:35 +0000 (UTC) Subject: rpms/samba/F-10 .cvsignore, 1.56, 1.57 samba.spec, 1.164, 1.165 sources, 1.60, 1.61 Message-ID: <20090105141335.98CEE70108@cvs1.fedora.phx.redhat.com> Author: gd Update of /cvs/pkgs/rpms/samba/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26965 Modified Files: .cvsignore samba.spec sources Log Message: Update to 3.2.7 (Security fix for CVE-2009-0022) Guenther Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/samba/F-10/.cvsignore,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- .cvsignore 10 Dec 2008 13:58:29 -0000 1.56 +++ .cvsignore 5 Jan 2009 14:13:05 -0000 1.57 @@ -1 +1 @@ -samba-3.2.6.tar.gz +samba-3.2.7.tar.gz Index: samba.spec =================================================================== RCS file: /cvs/pkgs/rpms/samba/F-10/samba.spec,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- samba.spec 10 Dec 2008 13:58:29 -0000 1.164 +++ samba.spec 5 Jan 2009 14:13:05 -0000 1.165 @@ -1,5 +1,5 @@ -%define main_release 24 -%define samba_version 3.2.6 +%define main_release 25 +%define samba_version 3.2.7 %define tdb_version 1.1.1 %define talloc_version 1.2.0 @@ -8,7 +8,7 @@ Summary: The Samba Suite of programs Name: samba Epoch: 0 -Version: 3.2.6 +Version: 3.2.7 Release: %{samba_release} License: GPLv3+ and LGPLv3+ Group: System Environment/Daemons @@ -824,6 +824,9 @@ %{_datadir}/pixmaps/samba/logo-small.png %changelog +* Mon Jan 5 2009 Guenther Deschner - 3.2.7-0.25 +- Update to 3.2.7 (Security fix for CVE-2009-0022) + * Wed Dec 10 2008 Guenther Deschner - 3.2.6-0.24 - Update to 3.2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/samba/F-10/sources,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- sources 10 Dec 2008 13:58:29 -0000 1.60 +++ sources 5 Jan 2009 14:13:05 -0000 1.61 @@ -1 +1 @@ -0cd27c7afbb8211616eea4010f32271c samba-3.2.6.tar.gz +528677f261f3ed4a58f9483ca25ba6b2 samba-3.2.7.tar.gz From stransky at fedoraproject.org Mon Jan 5 14:15:30 2009 From: stransky at fedoraproject.org (Martin Stransky) Date: Mon, 5 Jan 2009 14:15:30 +0000 (UTC) Subject: rpms/seamonkey/F-10 seamonkey-mozconfig, 1.4, 1.5 seamonkey.spec, 1.47, 1.48 Message-ID: <20090105141530.585B970108@cvs1.fedora.phx.redhat.com> Author: stransky Update of /cvs/pkgs/rpms/seamonkey/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27585 Modified Files: seamonkey-mozconfig seamonkey.spec Log Message: disabled -O2 optimalization for i386 as a workaround for #468415 Index: seamonkey-mozconfig =================================================================== RCS file: /cvs/pkgs/rpms/seamonkey/F-10/seamonkey-mozconfig,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- seamonkey-mozconfig 14 Feb 2008 22:09:41 -0000 1.4 +++ seamonkey-mozconfig 5 Jan 2009 14:14:59 -0000 1.5 @@ -7,7 +7,8 @@ ac_add_options --disable-tests ac_add_options --disable-debug ac_add_options --disable-installer -ac_add_options --enable-optimize="$RPM_OPT_FLAGS" +#Workaround for BZ468415 +#ac_add_options --enable-optimize="$RPM_OPT_FLAGS" ac_add_options --enable-xinerama ac_add_options --enable-default-toolkit=gtk2 ac_add_options --disable-xprint Index: seamonkey.spec =================================================================== RCS file: /cvs/pkgs/rpms/seamonkey/F-10/seamonkey.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- seamonkey.spec 18 Dec 2008 00:17:19 -0000 1.47 +++ seamonkey.spec 5 Jan 2009 14:14:59 -0000 1.48 @@ -12,7 +12,7 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor Version: 1.1.14 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPLv1.1 Group: Applications/Internet @@ -156,7 +156,12 @@ BUILD_OFFICIAL=1 MOZILLA_OFFICIAL=1 \ ./configure --prefix=%{_prefix} --libdir=%{_libdir} \ --with-default-mozilla-five-home=%{mozdir} \ ---mandir=%{_mandir} +--mandir=%{_mandir} \ +%ifarch i386 +--enable-optimize="$RPM_OPT_FLAGS"" -O0" \ +%else +--enable-optimize="$RPM_OPT_FLAGS" \ +%endif BUILD_OFFICIAL=1 MOZILLA_OFFICIAL=1 make export BUILD_OFFICIAL=1 MOZILLA_OFFICIAL=1 make %{?_smp_mflags} libs @@ -432,6 +437,8 @@ %changelog +* Mon Jan 5 2009 Martin Stransky 1.1.14-2 +- disabled -O2 optimalization for i386 as a workaround for #468415 * Wed Dec 17 2008 Kai Engert - 1.1.14-1 - Update to 1.1.14 * Wed Nov 12 2008 Christopher Aillon - 1.1.13-1 From buc at fedoraproject.org Mon Jan 5 14:19:17 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Mon, 5 Jan 2009 14:19:17 +0000 (UTC) Subject: rpms/newscache/F-10 newscache.spec,1.8,1.9 Message-ID: <20090105141917.F3CEE70108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28515 Modified Files: newscache.spec Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/F-10/newscache.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- newscache.spec 15 Feb 2008 14:56:32 -0000 1.8 +++ newscache.spec 5 Jan 2009 14:18:47 -0000 1.9 @@ -4,7 +4,7 @@ Name: newscache Summary: Free cache server for USENET News Version: 1.2 -Release: 0.6.rc6%{?dist} +Release: 0.7.rc6%{?dist} Group: System Environment/Daemons License: GPLv2+ URL: http://www.linuxhacker.at/newscache/ @@ -16,6 +16,7 @@ Patch2: newscache-1.2rc6-gcc43.patch BuildRequires: libtool, texinfo, pam-devel +Requires(pre): shadow-utils Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig, /sbin/service Requires(postun): /sbin/service @@ -100,6 +101,14 @@ popd +%pre + +getent group news >/dev/null || groupadd -r news +getent passwd news >/dev/null || \ + useradd -r -g news -d /etc/news -s /sbin/nologin -c 'News user' news +exit 0 + + %post /sbin/chkconfig --add %{name} @@ -137,6 +146,9 @@ %changelog +* Mon Jan 5 2009 Dmitry Butskoy - 1.2-0.7.rc6 +- Add news user and group (#478785) since Fedora 10 + * Fri Feb 15 2008 Dmitry Butskoy - 1.2-0.6.rc6 - change initscript to comply with the LSB standards From dhavalgiani at fedoraproject.org Mon Jan 5 14:20:01 2009 From: dhavalgiani at fedoraproject.org (Dhaval Giani) Date: Mon, 5 Jan 2009 14:20:01 +0000 (UTC) Subject: rpms/libcgroup/F-10 libcgroup.spec,1.6,1.7 Message-ID: <20090105142001.A176E70108@cvs1.fedora.phx.redhat.com> Author: dhavalgiani Update of /cvs/pkgs/rpms/libcgroup/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28697 Modified Files: libcgroup.spec Log Message: Add redhat-lsb dependency Index: libcgroup.spec =================================================================== RCS file: /cvs/pkgs/rpms/libcgroup/F-10/libcgroup.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libcgroup.spec 29 Dec 2008 14:09:35 -0000 1.6 +++ libcgroup.spec 5 Jan 2009 14:19:31 -0000 1.7 @@ -2,7 +2,7 @@ Summary: Tools and libraries to control and monitor control groups Group: Development/Libraries Version: 0.32.2 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ URL: http://libcg.sourceforge.net/ Source0: http://downloads.sourceforge.net/libcg/%{name}-%{version}.tar.bz2 @@ -16,6 +16,7 @@ Requires(post): initscripts Requires(preun): initscripts Requires(preun): chkconfig +Requires: redhat-lsb %description Control groups infrastructure. The tools and library help manipulate, control, @@ -88,6 +89,8 @@ %changelog +* Mon Jan 05 2009 Dhaval Giani 0.32.2-2 +- Fix dependency on redhat-lsb * Mon Dec 29 2008 Dhaval Giani 0.32.2-1 - Update to latest upstream * Thu Oct 23 2008 Dhaval Giani 0.32.1-1 From ovasik at fedoraproject.org Mon Jan 5 14:20:09 2009 From: ovasik at fedoraproject.org (Ondrej Vasik) Date: Mon, 5 Jan 2009 14:20:09 +0000 (UTC) Subject: rpms/tar/devel tar-1.21-testsuite.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 sources, 1.16, 1.17 tar.spec, 1.75, 1.76 tar-1.19-null-terminator.patch, 1.1, NONE Message-ID: <20090105142009.027ED70108@cvs1.fedora.phx.redhat.com> Author: ovasik Update of /cvs/extras/rpms/tar/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28929 Modified Files: .cvsignore sources tar.spec Added Files: tar-1.21-testsuite.patch Removed Files: tar-1.19-null-terminator.patch Log Message: new upstream release 1.21, fix testsuite failure, remove already applied patches tar-1.21-testsuite.patch: --- NEW FILE tar-1.21-testsuite.patch --- From: Sergey Poznyakoff Date: Mon, 29 Dec 2008 09:27:00 +0000 (+0000) Subject: Fix testsuite and bootstrap. Implement -I. X-Git-Url: http://git.savannah.gnu.org/gitweb/?p=tar.git;a=commitdiff_plain;h=7b68ef3d918603f3afb03e939ba72f5cad10edf4;hp=970f999818a52a107a89697666c54397403c09be Fix testsuite. Implement -I. * src/tar.c: Implement -I as a shorthand for --use-compress-program. * doc/tar.texi: Document -I. * tests/pipe.at, tests/shortrec.at: Account for eventual 'Record size' output. * tests/testsuite.at (AT_TAR_CHECK_HOOK): New define (AT_TAR_WITH_HOOK, TAR_IGNREC_HOOK): New macros. --- diff --git a/ChangeLog b/ChangeLog index 7dd05f8..68fe50a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-12-29 Sergey Poznyakoff + + * src/tar.c: Implement -I as a shorthand for --use-compress-program. + * doc/tar.texi: Document -I. + * tests/pipe.at, tests/shortrec.at: Account for eventual 'Record + size' output. + * tests/testsuite.at (AT_TAR_CHECK_HOOK): New define + (AT_TAR_WITH_HOOK, TAR_IGNREC_HOOK): New macros. + 2008-11-30 Sergey Poznyakoff * src/xheader.c: Remove duplicate inclusion of fnmatch.h. Reported diff --git a/doc/tar.texi b/doc/tar.texi index cb8bd19..210639e 100644 --- a/doc/tar.texi +++ b/doc/tar.texi @@ -3309,6 +3309,7 @@ name quoting}. @opsummary{use-compress-program} @item --use-compress-program=@var{prog} + at itemx -I=@var{prog} Instructs @command{tar} to access the archive through @var{prog}, which is presumed to be a compression program of some sort. @xref{gzip}. @@ -8570,6 +8571,7 @@ Filter the archive through @command{compress}. Otherwise like @option{--gzip}. @opindex use-compress-program @item --use-compress-program=@var{prog} + at itemx -I=@var{prog} Use external compression program @var{prog}. Use this option if you have a compression program that @GNUTAR{} does not support. There are two requirements to which @var{prog} should comply: @@ -8608,14 +8610,14 @@ Suppose you name it @file{gpgz} and save it somewhere in your archive signed with your private key: @smallexample -$ @kbd{tar -cf foo.tar.gpgz --use-compress=gpgz .} +$ @kbd{tar -cf foo.tar.gpgz -Igpgz .} @end smallexample @noindent -Likewise, the following command will list its contents: +Likewise, the command below will list its contents: @smallexample -$ @kbd{tar -tf foo.tar.gpgz --use-compress=gpgz .} +$ @kbd{tar -tf foo.tar.gpgz -Igpgz .} @end smallexample @ignore diff --git a/src/tar.c b/src/tar.c index ae0c739..8396ad5 100644 --- a/src/tar.c +++ b/src/tar.c @@ -323,7 +323,6 @@ enum TRANSFORM_OPTION, UNQUOTE_OPTION, USAGE_OPTION, - USE_COMPRESS_PROGRAM_OPTION, UTC_OPTION, VERSION_OPTION, VOLNO_FILE_OPTION, @@ -352,7 +351,7 @@ The version control may be set with --backup or VERSION_CONTROL, values are:\n\n /* NOTE: - Available option letters are DEIQY and eqy. Consider the following + Available option letters are DEQY and eqy. Consider the following assignments: [For Solaris tar compatibility =/= Is it important at all?] @@ -360,7 +359,6 @@ The version control may be set with --backup or VERSION_CONTROL, values are:\n\n E use extended headers (--format=posix) [q alias for --occurrence=1 =/= this would better be used for quiet?] - [I same as T =/= will harm star compatibility] y per-file gzip compression Y per-block gzip compression */ @@ -610,7 +608,7 @@ static struct argp_option options[] = { N_("filter the archive through lzma"), GRID+1 }, {"lzop", LZOP_OPTION, 0, 0, N_("filter the archive through lzop"), GRID+8 }, - {"use-compress-program", USE_COMPRESS_PROGRAM_OPTION, N_("PROG"), 0, + {"use-compress-program", 'I', N_("PROG"), 0, N_("filter through PROG (must accept -d)"), GRID+1 }, #undef GRID @@ -1364,12 +1362,6 @@ parse_opt (int key, char *arg, struct argp_state *state) ignore_zeros_option = true; break; - case 'I': - USAGE_ERROR ((0, 0, - _("Warning: the -I option is not supported;" - " perhaps you meant -j or -T?"))); - break; - case 'j': set_use_compress_program_option ("bzip2"); break; @@ -1905,7 +1897,7 @@ parse_opt (int key, char *arg, struct argp_state *state) set_transform_expr (arg); break; - case USE_COMPRESS_PROGRAM_OPTION: + case 'I': set_use_compress_program_option (arg); break; diff --git a/tests/pipe.at b/tests/pipe.at index efca65b..be99212 100644 --- a/tests/pipe.at +++ b/tests/pipe.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # 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 @@ -30,7 +30,8 @@ AT_SETUP([decompressing from stdin]) AT_KEYWORDS([pipe]) -AT_TAR_CHECK([ +AT_TAR_WITH_HOOK([TAR_IGNREC_HOOK], +[AT_TAR_CHECK([ AT_SORT_PREREQ mkdir directory @@ -49,6 +50,7 @@ directory/file1 directory/file2 separator separator -]) +], +[stderr])]) AT_CLEANUP diff --git a/tests/shortrec.at b/tests/shortrec.at index 3e009fd..179f365 100644 --- a/tests/shortrec.at +++ b/tests/shortrec.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2005, 2007 Free Software Foundation, Inc. +# Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. # 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 @@ -23,17 +23,22 @@ # used to create the archive. AT_SETUP([short records]) -AT_KEYWORDS([shortrec.at]) +AT_KEYWORDS([shortrec]) -AT_TAR_CHECK([ +AT_TAR_WITH_HOOK([TAR_IGNREC_HOOK], +[AT_TAR_CHECK([ mkdir directory (cd directory && touch a b c d e f g h i j k l m n o p q r) -tar -c -b 1 -f - directory | tar -t -f - >/dev/null +tar -c -b 1 -f - directory | tar -t -f - tar -c -b 1 -f archive directory -tar -t -f archive >/dev/null -tar -t -f - < archive >/dev/null +tar -t -f archive +tar -t -f - < archive rm -r directory +], +[0], +[ignore], +[stderr]) ]) AT_CLEANUP diff --git a/tests/testsuite.at b/tests/testsuite.at index 2fa5392..a12477d 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # Test suite for GNU tar. -# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. # 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 @@ -21,6 +21,7 @@ # We need a recent Autotest. m4_version_prereq([2.52g]) +m4_define([AT_TAR_CHECK_HOOK]) m4_define([AT_TAR_CHECK],[ AT_XFAIL_IF(test -f $[]XFAILFILE) m4_foreach([FMT], @@ -33,9 +34,20 @@ export TEST_TAR_FORMAT TAR_OPTIONS="-H FMT" export TAR_OPTIONS rm -rf * -$1)],$2,$3,$4,$5,$6)]) +$1)],$2,$3,$4,$5,$6) + AT_TAR_CHECK_HOOK]) ]) +m4_define([AT_TAR_WITH_HOOK],[ + m4_pushdef([AT_TAR_CHECK_HOOK],[$1]) + $2 + + m4_popdef([AT_TAR_CHECK_HOOK])]) + +m4_define([TAR_IGNREC_HOOK],[ + AT_CHECK([grep -v '^.*tar: Record size = ' stderr; exit 0]) +]) + m4_define([RE_CHECK],[ AT_DATA([$1.re],[$2]) awk '{print NR " " $[]0}' $1 > $[]$.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tar/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 26 May 2008 17:02:24 -0000 1.14 +++ .cvsignore 5 Jan 2009 14:19:38 -0000 1.15 @@ -1,2 +1,2 @@ -tar-1.20.tar.gz -tar-1.20.tar.gz.sig +tar-1.21.tar.gz +tar-1.21.tar.gz.sig Index: sources =================================================================== RCS file: /cvs/extras/rpms/tar/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 26 May 2008 17:02:24 -0000 1.16 +++ sources 5 Jan 2009 14:19:38 -0000 1.17 @@ -1,2 +1,2 @@ -c1a4ff43157ac60dd4b96dab09a3197c tar-1.20.tar.gz -0c5eaacc1805750d2701bda133c6f654 tar-1.20.tar.gz.sig +e7ae56b3bf924d5108b57b544b247c50 tar-1.21.tar.gz +cceab48ed4cdd0c5e2de825e59797820 tar-1.21.tar.gz.sig Index: tar.spec =================================================================== RCS file: /cvs/extras/rpms/tar/devel/tar.spec,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- tar.spec 11 Dec 2008 12:25:22 -0000 1.75 +++ tar.spec 5 Jan 2009 14:19:38 -0000 1.76 @@ -1,8 +1,8 @@ Summary: A GNU file archiving program Name: tar Epoch: 2 -Version: 1.20 -Release: 6%{?dist} +Version: 1.21 +Release: 1%{?dist} License: GPLv3+ Group: Applications/Archiving URL: http://www.gnu.org/software/tar/ @@ -14,8 +14,7 @@ Patch3: tar-1.19-xattrs.patch Patch4: tar-1.19-xattrs-conf.patch Patch5: tar-1.17-wildcards.patch -Patch6: tar-1.19-null-terminator.patch -Patch7: tar-1.16-multiVolLabels.patch +Patch6: tar-1.21-testsuite.patch Prereq: info BuildRequires: autoconf automake gzip texinfo gettext libacl-devel libselinux-devel gawk rsh Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -41,8 +40,7 @@ %patch3 -p1 -b .xattrs %patch4 -p1 -b .xattrs-conf %patch5 -p1 -b .wildcards -%patch6 -p1 -b .nullterm -%patch7 -p1 -b .multiVolLabels +%patch6 -p1 -b .testsuite %build %configure --bindir=/bin --libexecdir=/sbin @@ -93,6 +91,10 @@ %{_infodir}/tar.info* %changelog +* Mon Jan 05 2009 Ondrej Vasik 2:1.21-1 +- New upstream release 1.21, removed applied patches +- add support for -I option, fix testsuite failure + * Thu Dec 11 2008 Ondrej Vasik 2:1.20-6 - add BuildRequires for rsh (#475950) --- tar-1.19-null-terminator.patch DELETED --- From buc at fedoraproject.org Mon Jan 5 14:22:02 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Mon, 5 Jan 2009 14:22:02 +0000 (UTC) Subject: rpms/newscache/devel newscache.spec,1.8,1.9 Message-ID: <20090105142202.D00BE70108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29462 Modified Files: newscache.spec Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- newscache.spec 15 Feb 2008 14:56:32 -0000 1.8 +++ newscache.spec 5 Jan 2009 14:21:32 -0000 1.9 @@ -4,7 +4,7 @@ Name: newscache Summary: Free cache server for USENET News Version: 1.2 -Release: 0.6.rc6%{?dist} +Release: 0.7.rc6%{?dist} Group: System Environment/Daemons License: GPLv2+ URL: http://www.linuxhacker.at/newscache/ @@ -16,6 +16,7 @@ Patch2: newscache-1.2rc6-gcc43.patch BuildRequires: libtool, texinfo, pam-devel +Requires(pre): shadow-utils Requires(post): /sbin/chkconfig Requires(preun): /sbin/chkconfig, /sbin/service Requires(postun): /sbin/service @@ -100,6 +101,14 @@ popd +%pre + +getent group news >/dev/null || groupadd -r news +getent passwd news >/dev/null || \ + useradd -r -g news -d /etc/news -s /sbin/nologin -c 'News user' news +exit 0 + + %post /sbin/chkconfig --add %{name} @@ -137,6 +146,9 @@ %changelog +* Mon Jan 5 2009 Dmitry Butskoy - 1.2-0.7.rc6 +- Add news user and group (#478785) since Fedora 10 + * Fri Feb 15 2008 Dmitry Butskoy - 1.2-0.6.rc6 - change initscript to comply with the LSB standards From tbzatek at fedoraproject.org Mon Jan 5 14:22:32 2009 From: tbzatek at fedoraproject.org (Tomas Bzatek) Date: Mon, 5 Jan 2009 14:22:32 +0000 (UTC) Subject: rpms/gnome-keyring/devel .cvsignore, 1.52, 1.53 gnome-keyring.spec, 1.104, 1.105 sources, 1.52, 1.53 init-dbus-later.patch, 1.1, NONE Message-ID: <20090105142232.A31E670108@cvs1.fedora.phx.redhat.com> Author: tbzatek Update of /cvs/extras/rpms/gnome-keyring/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29632 Modified Files: .cvsignore gnome-keyring.spec sources Removed Files: init-dbus-later.patch Log Message: * Mon Jan 5 2009 Tomas Bzatek - 2.25.4-1 - Update to 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-keyring/devel/.cvsignore,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- .cvsignore 12 Dec 2008 05:32:34 -0000 1.52 +++ .cvsignore 5 Jan 2009 14:22:02 -0000 1.53 @@ -1 +1 @@ -gnome-keyring-2.25.2.tar.bz2 +gnome-keyring-2.25.4.tar.bz2 Index: gnome-keyring.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-keyring/devel/gnome-keyring.spec,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- gnome-keyring.spec 20 Dec 2008 19:49:16 -0000 1.104 +++ gnome-keyring.spec 5 Jan 2009 14:22:02 -0000 1.105 @@ -7,8 +7,8 @@ Summary: Framework for managing passwords and other secrets Name: gnome-keyring -Version: 2.25.2 -Release: 3%{?dist} +Version: 2.25.4 +Release: 1%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries Source: http://download.gnome.org/sources/gnome-keyring/2.24/gnome-keyring-%{version}.tar.bz2 @@ -30,10 +30,6 @@ Requires(preun): GConf2 Requires(post): GConf2 -# https://bugzilla.redhat.com/show_bug.cgi?id=476300 -# http://mail.gnome.org/archives/gnome-keyring-list/2008-December/msg00004.html -Patch0: init-dbus-later.patch - %description The gnome-keyring session daemon manages passwords and other types of secrets for the user, storing them encrypted with a main password. @@ -68,7 +64,6 @@ %prep %setup -q -n gnome-keyring-%{version} -%patch0 -p1 -b .init-dbus-later %build %configure --disable-gtk-doc --with-pam-dir=/%{_lib}/security --disable-acl-prompts @@ -83,6 +78,7 @@ rm $RPM_BUILD_ROOT/%{_lib}/security/*.la rm $RPM_BUILD_ROOT%{_libdir}/*.la rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/*.la +rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la %find_lang gnome-keyring @@ -115,6 +111,7 @@ %{_libdir}/lib*.so.* %dir %{_libdir}/gnome-keyring %{_libdir}/gnome-keyring/gnome-keyring-pkcs11.so +%{_libdir}/gnome-keyring/devel/*.so # GPL %{_bindir}/* %{_libexecdir}/* @@ -136,6 +133,9 @@ %changelog +* Mon Jan 5 2009 Tomas Bzatek - 2.25.4-1 +- Update to 2.25.4 + * Sat Dec 20 2008 Ray Strode - 2.25.2-3 - Init dbus later (fixes ssh-agent, patch from Yanko Kaneti, bug 476300) Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-keyring/devel/sources,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- sources 12 Dec 2008 05:32:34 -0000 1.52 +++ sources 5 Jan 2009 14:22:02 -0000 1.53 @@ -1 +1 @@ -8e0ec750d5af38d86f12491b48a9c390 gnome-keyring-2.25.2.tar.bz2 +801b581f3ca0a4554ceac774eaa60f1d gnome-keyring-2.25.4.tar.bz2 --- init-dbus-later.patch DELETED --- From rdieter at fedoraproject.org Mon Jan 5 14:37:48 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 5 Jan 2009 14:37:48 +0000 (UTC) Subject: rpms/digikam/devel .cvsignore, 1.28, 1.29 digikam.spec, 1.78, 1.79 sources, 1.28, 1.29 Message-ID: <20090105143748.A2A0670108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/digikam/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3598 Modified Files: .cvsignore digikam.spec sources Log Message: * Mon Jan 05 2009 Rex Dieter - 0.10.0-0.12.beta8 - digikam-0.10.0-beta8 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/digikam/devel/.cvsignore,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- .cvsignore 19 Dec 2008 17:09:54 -0000 1.28 +++ .cvsignore 5 Jan 2009 14:37:18 -0000 1.29 @@ -1 +1 @@ -digikam-0.10.0-beta7.tar.bz2 +digikam-0.10.0-beta8.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/pkgs/rpms/digikam/devel/digikam.spec,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- digikam.spec 22 Dec 2008 20:48:25 -0000 1.78 +++ digikam.spec 5 Jan 2009 14:37:18 -0000 1.79 @@ -1,8 +1,8 @@ -%define beta beta7 +%define beta beta8 Name: digikam Version: 0.10.0 -Release: 0.11.%{beta}%{?dist} +Release: 0.12.%{beta}%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -149,6 +149,9 @@ %changelog +* Mon Jan 05 2009 Rex Dieter - 0.10.0-0.12.beta8 +- digikam-0.10.0-beta8 + * Mon Dec 22 2008 Rex Dieter - 0.10.0-0.11.beta7 - BR: libkipi-devel >= 0.3.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/digikam/devel/sources,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- sources 19 Dec 2008 17:09:55 -0000 1.28 +++ sources 5 Jan 2009 14:37:18 -0000 1.29 @@ -1 +1 @@ -81b4ab94d9312d685e21796829aa31f9 digikam-0.10.0-beta7.tar.bz2 +1e256ed34d4d7d6b90def644b66f7fa9 digikam-0.10.0-beta8.tar.bz2 From rdieter at fedoraproject.org Mon Jan 5 14:38:07 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 5 Jan 2009 14:38:07 +0000 (UTC) Subject: rpms/kipi-plugins/devel .cvsignore, 1.23, 1.24 kipi-plugins.spec, 1.75, 1.76 sources, 1.23, 1.24 Message-ID: <20090105143807.2203970108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/kipi-plugins/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3731 Modified Files: .cvsignore kipi-plugins.spec sources Log Message: * Mon Jan 05 2009 Rex Dieter - 0.2.0-0.11.beta6 - kipi-plugins-0.2.0-beta6 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kipi-plugins/devel/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 16 Dec 2008 16:54:24 -0000 1.23 +++ .cvsignore 5 Jan 2009 14:37:36 -0000 1.24 @@ -1 +1 @@ -kipi-plugins-0.2.0-beta5.tar.bz2 +kipi-plugins-0.2.0-beta6.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/pkgs/rpms/kipi-plugins/devel/kipi-plugins.spec,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- kipi-plugins.spec 22 Dec 2008 20:52:51 -0000 1.75 +++ kipi-plugins.spec 5 Jan 2009 14:37:36 -0000 1.76 @@ -1,11 +1,11 @@ # Fedora review: http://bugzilla.redhat.com/171504 -%define beta beta5 +%define beta beta6 Name: kipi-plugins Summary: Plugins to use with Kipi Version: 0.2.0 -Release: 0.10.%{beta}%{?dist} +Release: 0.11.%{beta}%{?dist} License: GPLv2+ Group: Applications/Multimedia @@ -143,6 +143,9 @@ %changelog +* Mon Jan 05 2009 Rex Dieter - 0.2.0-0.11.beta6 +- kipi-plugins-0.2.0-beta6 + * Mon Dec 22 2008 Rex Dieter - 0.2.0-0.10.beta5 - tighten BR's (libkipi >= 0.3.0 mostly) @@ -150,7 +153,7 @@ - respin (exiv2) * Mon Dec 15 2008 Rex Dieter 0.2.0-0.8.beta5 -- kipi-plugins-0.0.2-beta5 +- kipi-plugins-0.2.0-beta5 - %%description: reorder (alphabetic), simplify * Thu Dec 04 2008 Kevin Kofler 0.2.0-0.7.beta4 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kipi-plugins/devel/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 16 Dec 2008 16:54:25 -0000 1.23 +++ sources 5 Jan 2009 14:37:36 -0000 1.24 @@ -1 +1 @@ -4a3b382fd20e8075830132b333ae44d1 kipi-plugins-0.2.0-beta5.tar.bz2 +0442a58f2f9a68163025c205d89269d0 kipi-plugins-0.2.0-beta6.tar.bz2 From dhavalgiani at fedoraproject.org Mon Jan 5 14:44:30 2009 From: dhavalgiani at fedoraproject.org (Dhaval Giani) Date: Mon, 5 Jan 2009 14:44:30 +0000 (UTC) Subject: rpms/libcgroup/devel libcgroup.spec,1.7,1.8 Message-ID: <20090105144430.1937070108@cvs1.fedora.phx.redhat.com> Author: dhavalgiani Update of /cvs/pkgs/rpms/libcgroup/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6025 Modified Files: libcgroup.spec Log Message: Fix runtime dependency on redhat-lsb Index: libcgroup.spec =================================================================== RCS file: /cvs/pkgs/rpms/libcgroup/devel/libcgroup.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libcgroup.spec 29 Dec 2008 13:51:46 -0000 1.7 +++ libcgroup.spec 5 Jan 2009 14:43:59 -0000 1.8 @@ -2,7 +2,7 @@ Summary: Tools and libraries to control and monitor control groups Group: Development/Libraries Version: 0.32.2 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ URL: http://libcg.sourceforge.net/ Source0: http://downloads.sourceforge.net/libcg/%{name}-%{version}.tar.bz2 @@ -16,6 +16,7 @@ Requires(post): initscripts Requires(preun): initscripts Requires(preun): chkconfig +Requires: redhat-lsb %description Control groups infrastructure. The tools and library help manipulate, control, @@ -88,6 +89,8 @@ %changelog +* Mon Jan 05 2009 Dhaval Giani 0.32.2-3 +- Fix redhat-lsb dependency * Mon Dec 29 2008 Dhaval Giani 0.32.2-2 - Fix build dependencies * Mon Dec 29 2008 Dhaval Giani 0.32.2-1 From rdieter at fedoraproject.org Mon Jan 5 14:56:05 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 5 Jan 2009 14:56:05 +0000 (UTC) Subject: rpms/digikam/devel digikam.spec,1.79,1.80 Message-ID: <20090105145605.4123670108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/digikam/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8678 Modified Files: digikam.spec Log Message: unpackaged files Index: digikam.spec =================================================================== RCS file: /cvs/pkgs/rpms/digikam/devel/digikam.spec,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- digikam.spec 5 Jan 2009 14:37:18 -0000 1.79 +++ digikam.spec 5 Jan 2009 14:55:34 -0000 1.80 @@ -130,6 +130,7 @@ %{_kde4_libdir}/kde4/*.so %{_kde4_appsdir}/digikam/ %{_kde4_appsdir}/showfoto/ +%{_kde4_appsdir}/solid/actions/*.desktop %{_kde4_datadir}/applications/kde4/*.desktop %{_kde4_iconsdir}/hicolor/*/*/* %{_kde4_iconsdir}/oxygen/*/*/* From vcrhonek at fedoraproject.org Mon Jan 5 14:56:17 2009 From: vcrhonek at fedoraproject.org (Vitezslav Crhonek) Date: Mon, 5 Jan 2009 14:56:17 +0000 (UTC) Subject: rpms/ypbind/devel nis.sh,NONE,1.1 ypbind.spec,1.55,1.56 Message-ID: <20090105145617.862A970108@cvs1.fedora.phx.redhat.com> Author: vcrhonek Update of /cvs/extras/rpms/ypbind/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8780 Modified Files: ypbind.spec Added Files: nis.sh Log Message: Ship helper script for dhclient --- NEW FILE nis.sh --- #!/bin/bash # # nis.sh: dhclient-script plugin for NIS settings, # place in /etc/dhcp/dhclient.d and 'chmod +x nis.sh' to enable # # Copyright (C) 2008 Red Hat, Inc. # # 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, see . # # Author(s): David Cantrell # CONF=/etc/yp.conf save_config_file() { origfile="${1}" savefile="${SAVEDIR}/${origfile##*/}.predhclient.${interface}" if [ ! -d ${SAVEDIR} ]; then mkdir -p ${SAVEDIR} fi if [ -e ${origfile} ]; then mv ${origfile} ${savefile} else echo > ${savefile} fi restorecon ${savefile} >/dev/null 2>&1 } nis_config() { if [ ! "${PEERNIS}" = "no" ]; then if [ -n "${new_nis_domain}" ]; then domainname "${new_nis_domain}" save_config_file ${CONF} let contents=0 echo '# generated by /sbin/dhclient-script' > ${CONF} if [ -n "${new_nis_servers}" ]; then for i in ${new_nis_servers} ; do echo "domain ${new_nis_domain} server ${i}" >> ${CONF} let contents=contents+1 done else echo "domain ${new_nis_domain} broadcast" >> ${CONF} let contents=contents+1 fi if [ ${contents} -gt 0 ]; then if [ -x /etc/rc.d/init.d/ypbind ] && [ -r /var/run/ypbind.pid ]; then service ypbind restart >/dev/null 2>&1 fi fi elif [ -n "${new_nis_servers}" ]; then save_config_file ${CONF} echo '# generated by /sbin/dhclient-script' > ${CONF} let contents=0 for i in ${new_nis_servers} ; do echo "ypserver ${i}" >> ${CONF} let contents=contents+1 done if [ $contents -gt 0 ]; then if [ -x /etc/rc.d/init.d/ypbind ] && [ -r /var/run/ypbind.pid ]; then service ypbind restart >/dev/null 2>&1 fi fi fi fi } nis_restore() { if [ ! "${PEERNIS}" = "no" ]; then if [ -f ${SAVEDIR}/${CONF}.predhclient.${interface} ]; then rm -f ${CONF} mv -f ${SAVEDIR}/${CONF}.predhclient.${interface} ${CONF} if [ -x /etc/rc.d/init.d/ypbind ] && [ -r /var/run/ypbind.pid ]; then service ypbind restart >/dev/null 2>&1 fi fi fi } Index: ypbind.spec =================================================================== RCS file: /cvs/extras/rpms/ypbind/devel/ypbind.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- ypbind.spec 3 Dec 2008 13:38:21 -0000 1.55 +++ ypbind.spec 5 Jan 2009 14:55:47 -0000 1.56 @@ -1,12 +1,13 @@ Summary: The NIS daemon which binds NIS clients to an NIS domain Name: ypbind Version: 1.20.4 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2 Group: System Environment/Daemons Source0: ftp://ftp.us.kernel.org/pub/linux/utils/net/NIS/ypbind-mt-%{version}.tar.bz2 Url: http://www.linux-nis.org/nis/ypbind-mt/index.html Source1: ypbind.init +Source2: nis.sh Patch1: ypbind-1.11-broadcast.patch Patch2: ypbind-1.11-gettextdomain.patch Patch3: ypbind-mt-1.19-port-leak.patch @@ -59,9 +60,10 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/%{_initrddir} $RPM_BUILD_ROOT/var/yp/binding +mkdir -p $RPM_BUILD_ROOT/%{_initrddir} $RPM_BUILD_ROOT/var/yp/binding $RPM_BUILD_ROOT/etc/dhcp/dhclient.d/ install -m 644 etc/yp.conf $RPM_BUILD_ROOT/etc/yp.conf install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_initrddir}/ypbind +install -m 755 %{SOURCE2} $RPM_BUILD_ROOT/etc/dhcp/dhclient.d/nis.sh %{find_lang} %{name} @@ -87,11 +89,15 @@ /sbin/ypbind %{_mandir}/*/* %{_initrddir}/* +/etc/dhcp/dhclient.d/* %config(noreplace) /etc/yp.conf %dir /var/yp/binding %doc README NEWS %changelog +* Mon Jan 5 2009 Vitezslav Crhonek - 3:1.20.4-12 +- Ship helper script for dhclient + * Wed Dec 3 2008 Vitezslav Crhonek - 3:1.20.4-11 - Fix verbose option man page entry - Add description of port option to man page From rdieter at fedoraproject.org Mon Jan 5 14:59:14 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 5 Jan 2009 14:59:14 +0000 (UTC) Subject: rpms/kipi-plugins/devel kipi-plugins.spec,1.76,1.77 Message-ID: <20090105145914.BB16B70108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/kipi-plugins/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9548 Modified Files: kipi-plugins.spec Log Message: +FbExport Index: kipi-plugins.spec =================================================================== RCS file: /cvs/pkgs/rpms/kipi-plugins/devel/kipi-plugins.spec,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- kipi-plugins.spec 5 Jan 2009 14:37:36 -0000 1.76 +++ kipi-plugins.spec 5 Jan 2009 14:58:44 -0000 1.77 @@ -44,8 +44,9 @@ Interface. Currently implemented plugins are: * AcquireImages : Acquire images interface * BatchProcessImages : Batch process images: rename, convert, borders, - filters, colors, effects, resize, recompress. + filters, colors, effects, resize, recompress * RawConverter : Raw image converter for digital cameras + * FbExport : Export images to a remote Facebook web service * FlickrExport : Export images to a remote Flickr web service * HTMLExport : Export images collections into HTML page * JpegLossLess : process JPEG images without losing quality @@ -115,6 +116,7 @@ %{_kde4_libdir}/kde4/kipiplugin_acquireimages.so %{_kde4_libdir}/kde4/kipiplugin_calendar.so %{_kde4_libdir}/kde4/kipiplugin_dngconverter.so +%{_kde4_libdir}/kde4/kipiplugin_fbexport.so %{_kde4_libdir}/kde4/kipiplugin_flickrexport.so %{_kde4_libdir}/kde4/kipiplugin_galleryexport.so %{_kde4_libdir}/kde4/kipiplugin_gpssync.so From hadess at fedoraproject.org Mon Jan 5 15:03:26 2009 From: hadess at fedoraproject.org (Bastien Nocera) Date: Mon, 5 Jan 2009 15:03:26 +0000 (UTC) Subject: rpms/gedit/devel gedit.spec,1.177,1.178 Message-ID: <20090105150326.9101D70140@cvs1.fedora.phx.redhat.com> Author: hadess Update of /cvs/pkgs/rpms/gedit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11139 Modified Files: gedit.spec Log Message: * Mon Jan 05 2009 - Bastien Nocera - 1:2.25.2-3 - Remove some unneeded dependencies Index: gedit.spec =================================================================== RCS file: /cvs/pkgs/rpms/gedit/devel/gedit.spec,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- gedit.spec 5 Dec 2008 01:44:09 -0000 1.177 +++ gedit.spec 5 Jan 2009 15:02:56 -0000 1.178 @@ -18,7 +18,7 @@ Summary: Text editor for the GNOME desktop Name: gedit Version: 2.25.2 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: GPLv2+ and GFDL Group: Applications/Editors @@ -46,8 +46,6 @@ BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pango-devel >= %{pango_version} BuildRequires: gtk2-devel >= %{gtk2_version} -BuildRequires: gnome-vfs2 >= %{gnome_vfs2_version} -BuildRequires: libgnomeui-devel >= %{libgnomeui_version} BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: enchant-devel >= %{enchant_version} BuildRequires: iso-codes-devel >= %{isocodes_version} @@ -59,7 +57,6 @@ BuildRequires: pygobject2-devel >= %{pygobject_version} BuildRequires: pygtksourceview-devel >= %{pygtksourceview_version} BuildRequires: python-devel -BuildRequires: gnome-python2-desktop >= %{gnome_python_desktop_version} BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version} BuildRequires: which BuildRequires: autoconf, automake, libtool @@ -222,6 +219,9 @@ %changelog +* Mon Jan 05 2009 - Bastien Nocera - 1:2.25.2-3 +- Remove some unneeded dependencies + * Thu Dec 4 2008 Matthias Clasen - Rebuild for Python 2.6 From rdieter at fedoraproject.org Mon Jan 5 15:07:28 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 5 Jan 2009 15:07:28 +0000 (UTC) Subject: rpms/eigen2/F-10 .cvsignore, 1.4, 1.5 eigen2.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <20090105150729.0213F70108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/eigen2/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13825 Modified Files: .cvsignore eigen2.spec sources Log Message: * Sun Jan 04 2009 Rex Dieter 2.0-0.6.beta4 - eigen-2.0-beta4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-10/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 4 Jan 2009 19:46:19 -0000 1.4 +++ .cvsignore 5 Jan 2009 15:06:58 -0000 1.5 @@ -1 +1 @@ -eigen-2.0-beta2.tar.bz2 +eigen-2.0-beta4.tar.bz2 Index: eigen2.spec =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-10/eigen2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- eigen2.spec 4 Jan 2009 19:46:20 -0000 1.3 +++ eigen2.spec 5 Jan 2009 15:06:58 -0000 1.4 @@ -3,16 +3,16 @@ # http://bugzilla.redhat.com/459705 %define _with_check -DBUILD_TESTS=ON -%define pre beta2 +%define pre beta4 Name: eigen2 Summary: A lightweight C++ template library for vector and matrix math Version: 2.0 -Release: 0.5.%{pre}%{?dist} +Release: 0.6.%{pre}%{?dist} Group: System Environment/Libraries License: GPLv2+ or LGPLv3+ URL: http://eigen.tuxfamily.org/ -Source0: http://download.tuxfamily.org/eigen/eigen-%{version}-%{pre}.tar.bz2 +Source0: http://eigen.tuxfamily.org/eigen-%{version}-%{pre}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -82,6 +82,9 @@ %changelog +* Sun Jan 04 2009 Rex Dieter 2.0-0.6.beta4 +- eigen-2.0-beta4 + * Mon Dec 08 2008 Rex Dieter 2.0-0.5.beta2 - eigen-2.0-beta2 - (re)enable buildtime test Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 4 Jan 2009 19:46:20 -0000 1.4 +++ sources 5 Jan 2009 15:06:58 -0000 1.5 @@ -1 +1 @@ -22b55e388a602e0fa7e2098124f39f71 eigen-2.0-beta2.tar.bz2 +2a83362c251da812be16963da0186ad5 eigen-2.0-beta4.tar.bz2 From rdieter at fedoraproject.org Mon Jan 5 15:07:49 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 5 Jan 2009 15:07:49 +0000 (UTC) Subject: rpms/eigen2/F-9 .cvsignore, 1.4, 1.5 eigen2.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <20090105150749.3E9BA70108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/eigen2/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13962 Modified Files: .cvsignore eigen2.spec sources Log Message: * Sun Jan 04 2009 Rex Dieter 2.0-0.6.beta4 - eigen-2.0-beta4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-9/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 4 Jan 2009 19:46:36 -0000 1.4 +++ .cvsignore 5 Jan 2009 15:07:18 -0000 1.5 @@ -1 +1 @@ -eigen-2.0-beta2.tar.bz2 +eigen-2.0-beta4.tar.bz2 Index: eigen2.spec =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-9/eigen2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- eigen2.spec 4 Jan 2009 19:46:37 -0000 1.3 +++ eigen2.spec 5 Jan 2009 15:07:18 -0000 1.4 @@ -3,16 +3,16 @@ # http://bugzilla.redhat.com/459705 %define _with_check -DBUILD_TESTS=ON -%define pre beta2 +%define pre beta4 Name: eigen2 Summary: A lightweight C++ template library for vector and matrix math Version: 2.0 -Release: 0.5.%{pre}%{?dist} +Release: 0.6.%{pre}%{?dist} Group: System Environment/Libraries License: GPLv2+ or LGPLv3+ URL: http://eigen.tuxfamily.org/ -Source0: http://download.tuxfamily.org/eigen/eigen-%{version}-%{pre}.tar.bz2 +Source0: http://eigen.tuxfamily.org/eigen-%{version}-%{pre}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -82,6 +82,9 @@ %changelog +* Sun Jan 04 2009 Rex Dieter 2.0-0.6.beta4 +- eigen-2.0-beta4 + * Mon Dec 08 2008 Rex Dieter 2.0-0.5.beta2 - eigen-2.0-beta2 - (re)enable buildtime test Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 4 Jan 2009 19:46:37 -0000 1.4 +++ sources 5 Jan 2009 15:07:18 -0000 1.5 @@ -1 +1 @@ -22b55e388a602e0fa7e2098124f39f71 eigen-2.0-beta2.tar.bz2 +2a83362c251da812be16963da0186ad5 eigen-2.0-beta4.tar.bz2 From hadess at fedoraproject.org Mon Jan 5 15:09:34 2009 From: hadess at fedoraproject.org (Bastien Nocera) Date: Mon, 5 Jan 2009 15:09:34 +0000 (UTC) Subject: rpms/gnome-media/devel gnome-media.spec,1.145,1.146 Message-ID: <20090105150934.5B3BD70108@cvs1.fedora.phx.redhat.com> Author: hadess Update of /cvs/pkgs/rpms/gnome-media/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14372 Modified Files: gnome-media.spec Log Message: * Mon Jan 05 2009 - Bastien Nocera - 2.25.1-2 - Split applications and the media profiles library - Remove some unneeded BuildRequires Index: gnome-media.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnome-media/devel/gnome-media.spec,v retrieving revision 1.145 retrieving revision 1.146 diff -u -r1.145 -r1.146 --- gnome-media.spec 17 Dec 2008 22:27:27 -0000 1.145 +++ gnome-media.spec 5 Jan 2009 15:09:03 -0000 1.146 @@ -14,7 +14,7 @@ Summary: GNOME media programs Name: gnome-media Version: 2.25.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and GFDL Group: Applications/Multimedia Source: http://download.gnome.org/sources/gnome-media/2.25/gnome-media-%{version}.tar.bz2 @@ -30,21 +30,15 @@ Requires(pre): GConf2 >= 2.14 Requires(preun): GConf2 >= 2.14 -BuildRequires: glib2-devel >= %{glib2_version} -BuildRequires: pango-devel >= %{pango_version} BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: libgnome-devel >= %{libgnome_version} BuildRequires: libgnomeui-devel >= %{libgnomeui_version} BuildRequires: libglade2-devel BuildRequires: GConf2-devel -BuildRequires: gnome-vfs2-devel -BuildRequires: esound-devel -BuildRequires: gail-devel >= %{gail_version} BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: gstreamer-devel >= %{gstreamer_version} BuildRequires: gstreamer-plugins-base-devel >= %{gstreamer_version} BuildRequires: gstreamer-plugins-good-devel -BuildRequires: nautilus-cd-burner-devel BuildRequires: dbus-glib-devel BuildRequires: libcanberra-devel BuildRequires: pulseaudio-libs-devel @@ -58,7 +52,7 @@ %package devel Summary: Development files for gnome-media Group: Development/Libraries -Requires: %{name} = %{version}-%{release} +Requires: %{name}-libs = %{version}-%{release} Requires: gtk2-devel >= %{gtk2_version} Requires: libgnome-devel >= %{libgnome_version} Requires: libgnomeui-devel >= %{libgnomeui_version} @@ -68,6 +62,18 @@ This package contains the libraries and header files necessary to develop GNOME media applications. +%package libs +Summary: Development files for gnome-media +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} +Requires: gtk2-devel >= %{gtk2_version} +Requires: libgnome-devel >= %{libgnome_version} +Requires: libgnomeui-devel >= %{libgnomeui_version} +Requires: pkgconfig + +%description libs +This package contains the libraries required for using encoding profiles +in GNOME media applications. %prep %setup -q @@ -139,10 +145,15 @@ scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule \ - %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas \ %{_sysconfdir}/gconf/schemas/gnome-sound-recorder.schemas \ %{_sysconfdir}/gconf/schemas/gnome-volume-control.schemas \ > /dev/null || : + +%post libs +export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` +gconftool-2 --makefile-install-rule \ + %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas \ + > /dev/null || : /sbin/ldconfig %pre @@ -160,11 +171,17 @@ > /dev/null || : fi gconftool-2 --makefile-uninstall-rule \ - %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas \ %{_sysconfdir}/gconf/schemas/gnome-volume-control.schemas \ > /dev/null || : fi +%pre libs +if [ "$1" -gt 1 ]; then + gconftool-2 --makefile-uninstall-rule \ + %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas \ + > /dev/null || : +fi + %preun if [ "$1" -eq 0 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` @@ -180,21 +197,30 @@ > /dev/null || : fi gconftool-2 --makefile-uninstall-rule \ - %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas \ %{_sysconfdir}/gconf/schemas/gnome-volume-control.schemas \ > /dev/null || : fi +%preun libs +if [ "$1" -eq 0 ]; then + if [ -f %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas ] ; then + gconftool-2 --makefile-uninstall-rule \ + %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas \ + > /dev/null || : + fi +fi + %postun scrollkeeper-update -q || : -/sbin/ldconfig +%postun libs +/sbin/ldconfig -%files -f %{gettext_package}.lang +%files %defattr(-, root, root) %doc AUTHORS COPYING NEWS README -%config %{_sysconfdir}/gconf/schemas/*.schemas +%config %{_sysconfdir}/gconf/schemas/gnome-sound-recorder.schemas %{_datadir}/gnome/autostart/gnome-volume-control-applet.desktop @@ -203,11 +229,13 @@ %{_datadir}/gnome-media %{_datadir}/gstreamer-properties %{_datadir}/gnome-sound-recorder +%{_bindir}/* +%files libs -f %{gettext_package}.lang +%defattr(-, root, root) +%config %{_sysconfdir}/gconf/schemas/gnome-audio-profiles.schemas %{_libdir}/*.so.* %{_libdir}/libglade/2.0/*.so -%{_bindir}/* - %files devel %defattr(-, root, root) @@ -216,6 +244,10 @@ %{_libdir}/pkgconfig/* %changelog +* Mon Jan 05 2009 - Bastien Nocera - 2.25.1-2 +- Split applications and the media profiles library +- Remove some unneeded BuildRequires + * Wed Dec 17 2008 Matthias Clasen 2.25.1-1 - Update to 2.25.1 From hadess at fedoraproject.org Mon Jan 5 15:11:26 2009 From: hadess at fedoraproject.org (Bastien Nocera) Date: Mon, 5 Jan 2009 15:11:26 +0000 (UTC) Subject: rpms/gedit/devel gedit.spec,1.178,1.179 Message-ID: <20090105151126.BF60570108@cvs1.fedora.phx.redhat.com> Author: hadess Update of /cvs/pkgs/rpms/gedit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14891 Modified Files: gedit.spec Log Message: Add missing GConf2-devel BR Index: gedit.spec =================================================================== RCS file: /cvs/pkgs/rpms/gedit/devel/gedit.spec,v retrieving revision 1.178 retrieving revision 1.179 diff -u -r1.178 -r1.179 --- gedit.spec 5 Jan 2009 15:02:56 -0000 1.178 +++ gedit.spec 5 Jan 2009 15:10:56 -0000 1.179 @@ -46,6 +46,7 @@ BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pango-devel >= %{pango_version} BuildRequires: gtk2-devel >= %{gtk2_version} +BuildRequires: GConf2-devel BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: enchant-devel >= %{enchant_version} BuildRequires: iso-codes-devel >= %{isocodes_version} From spot at fedoraproject.org Mon Jan 5 15:12:20 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 5 Jan 2009 15:12:20 +0000 (UTC) Subject: rpms/R/F-10 R.spec,1.51,1.52 Message-ID: <20090105151220.C00CC70108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/R/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15018/F-10 Modified Files: R.spec Log Message: Add pango-devel to BuildRequires, fix versioned dependency on libRmath Index: R.spec =================================================================== RCS file: /cvs/pkgs/rpms/R/F-10/R.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- R.spec 22 Dec 2008 16:27:49 -0000 1.51 +++ R.spec 5 Jan 2009 15:11:50 -0000 1.52 @@ -6,7 +6,7 @@ Name: R Version: 2.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz @@ -24,7 +24,7 @@ BuildRequires: java-1.5.0-gcj, lapack-devel BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel BuildRequires: bzip2-devel, libXmu-devel, cairo-devel, libtiff-devel -BuildRequires: gcc-objc +BuildRequires: gcc-objc, pango-devel # R-devel will pull in R-core Requires: R-devel = %{version}-%{release} # libRmath-devel will pull in libRmath @@ -122,7 +122,7 @@ %package -n libRmath-devel Summary: standalone math library from the R project Group: Development/Libraries -Requires: libRmath = %{version}, pkgconfig +Requires: libRmath = %{version}-%{release}, pkgconfig %description -n libRmath-devel A standalone library of mathematical and statistical functions derived @@ -330,6 +330,10 @@ /sbin/ldconfig %changelog +* Mon Jan 5 2009 Tom "spot" Callaway 2.8.1-2 +- add pango-devel to BuildRequires (thanks to Martyn Plummer and Peter Dalgaard) +- fix libRmath requires to need V-R (thanks to Martyn Plummer) + * Mon Dec 22 2008 Tom "spot" Callaway 2.8.1-1 - update javareconf call in %%post (bz 477076) - 2.8.1 From spot at fedoraproject.org Mon Jan 5 15:12:20 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 5 Jan 2009 15:12:20 +0000 (UTC) Subject: rpms/R/EL-5 R.spec,1.34,1.35 Message-ID: <20090105151220.476B870108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/R/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15018/EL-5 Modified Files: R.spec Log Message: Add pango-devel to BuildRequires, fix versioned dependency on libRmath Index: R.spec =================================================================== RCS file: /cvs/pkgs/rpms/R/EL-5/R.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- R.spec 22 Dec 2008 16:27:48 -0000 1.34 +++ R.spec 5 Jan 2009 15:11:49 -0000 1.35 @@ -6,7 +6,7 @@ Name: R Version: 2.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz @@ -24,7 +24,7 @@ BuildRequires: java-1.4.2-gcj-compat, lapack-devel BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel BuildRequires: bzip2-devel, libXmu-devel, cairo-devel, libtiff-devel -BuildRequires: gcc-objc +BuildRequires: gcc-objc, pango-devel # R-devel will pull in R-core Requires: R-devel = %{version}-%{release} # libRmath-devel will pull in libRmath @@ -122,7 +122,7 @@ %package -n libRmath-devel Summary: standalone math library from the R project Group: Development/Libraries -Requires: libRmath = %{version}, pkgconfig +Requires: libRmath = %{version}-%{release}, pkgconfig %description -n libRmath-devel A standalone library of mathematical and statistical functions derived @@ -330,6 +330,10 @@ /sbin/ldconfig %changelog +* Mon Jan 5 2009 Tom "spot" Callaway 2.8.1-2 +- add pango-devel to BuildRequires (thanks to Martyn Plummer and Peter Dalgaard) +- fix libRmath requires to need V-R (thanks to Martyn Plummer) + * Mon Dec 22 2008 Tom "spot" Callaway 2.8.1-1 - update javareconf call in %%post (bz 477076) - 2.8.1 From spot at fedoraproject.org Mon Jan 5 15:12:21 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 5 Jan 2009 15:12:21 +0000 (UTC) Subject: rpms/R/devel R.spec,1.51,1.52 Message-ID: <20090105151221.A4C4570108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/R/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15018/devel Modified Files: R.spec Log Message: Add pango-devel to BuildRequires, fix versioned dependency on libRmath Index: R.spec =================================================================== RCS file: /cvs/pkgs/rpms/R/devel/R.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- R.spec 22 Dec 2008 16:27:50 -0000 1.51 +++ R.spec 5 Jan 2009 15:11:51 -0000 1.52 @@ -6,7 +6,7 @@ Name: R Version: 2.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz @@ -24,7 +24,7 @@ BuildRequires: java-1.5.0-gcj, lapack-devel BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel BuildRequires: bzip2-devel, libXmu-devel, cairo-devel, libtiff-devel -BuildRequires: gcc-objc +BuildRequires: gcc-objc, pango-devel # R-devel will pull in R-core Requires: R-devel = %{version}-%{release} # libRmath-devel will pull in libRmath @@ -122,7 +122,7 @@ %package -n libRmath-devel Summary: standalone math library from the R project Group: Development/Libraries -Requires: libRmath = %{version}, pkgconfig +Requires: libRmath = %{version}-%{release}, pkgconfig %description -n libRmath-devel A standalone library of mathematical and statistical functions derived @@ -330,6 +330,10 @@ /sbin/ldconfig %changelog +* Mon Jan 5 2009 Tom "spot" Callaway 2.8.1-2 +- add pango-devel to BuildRequires (thanks to Martyn Plummer and Peter Dalgaard) +- fix libRmath requires to need V-R (thanks to Martyn Plummer) + * Mon Dec 22 2008 Tom "spot" Callaway 2.8.1-1 - update javareconf call in %%post (bz 477076) - 2.8.1 From spot at fedoraproject.org Mon Jan 5 15:12:21 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 5 Jan 2009 15:12:21 +0000 (UTC) Subject: rpms/R/F-9 R.spec,1.50,1.51 Message-ID: <20090105151221.3BF0F70108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/R/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15018/F-9 Modified Files: R.spec Log Message: Add pango-devel to BuildRequires, fix versioned dependency on libRmath Index: R.spec =================================================================== RCS file: /cvs/pkgs/rpms/R/F-9/R.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- R.spec 22 Dec 2008 16:27:49 -0000 1.50 +++ R.spec 5 Jan 2009 15:11:50 -0000 1.51 @@ -6,7 +6,7 @@ Name: R Version: 2.8.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A language for data analysis and graphics URL: http://www.r-project.org Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz @@ -24,7 +24,7 @@ BuildRequires: java-1.5.0-gcj, lapack-devel BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel BuildRequires: bzip2-devel, libXmu-devel, cairo-devel, libtiff-devel -BuildRequires: gcc-objc +BuildRequires: gcc-objc, pango-devel # R-devel will pull in R-core Requires: R-devel = %{version}-%{release} # libRmath-devel will pull in libRmath @@ -122,7 +122,7 @@ %package -n libRmath-devel Summary: standalone math library from the R project Group: Development/Libraries -Requires: libRmath = %{version}, pkgconfig +Requires: libRmath = %{version}-%{release}, pkgconfig %description -n libRmath-devel A standalone library of mathematical and statistical functions derived @@ -330,6 +330,10 @@ /sbin/ldconfig %changelog +* Mon Jan 5 2009 Tom "spot" Callaway 2.8.1-2 +- add pango-devel to BuildRequires (thanks to Martyn Plummer and Peter Dalgaard) +- fix libRmath requires to need V-R (thanks to Martyn Plummer) + * Mon Dec 22 2008 Tom "spot" Callaway 2.8.1-1 - update javareconf call in %%post (bz 477076) - 2.8.1 From pmachata at fedoraproject.org Mon Jan 5 15:15:55 2009 From: pmachata at fedoraproject.org (Petr Machata) Date: Mon, 5 Jan 2009 15:15:55 +0000 (UTC) Subject: rpms/boost/F-9 boost-gcc43.patch,1.5,1.6 boost.spec,1.49,1.50 Message-ID: <20090105151555.4BE0370108@cvs1.fedora.phx.redhat.com> Author: pmachata Update of /cvs/pkgs/rpms/boost/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16032 Modified Files: boost-gcc43.patch boost.spec Log Message: - Fix missing include in relaxed_heap.hpp - Resolves: #475587 boost-gcc43.patch: Index: boost-gcc43.patch =================================================================== RCS file: /cvs/pkgs/rpms/boost/F-9/boost-gcc43.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- boost-gcc43.patch 12 Jun 2008 11:09:13 -0000 1.5 +++ boost-gcc43.patch 5 Jan 2009 15:15:24 -0000 1.6 @@ -213,3 +213,14 @@ rules = boost::shared_ptr(parse_rules(result[START_DATE_RULE], +diff -urp boost/pending/relaxed_heap.hpp /usr/include/boost/pending/relaxed_heap.hpp +--- boost_1_34_1/boost/pending/relaxed_heap.hpp 2005-12-08 03:56:25.000000000 +0100 ++++ boost_1_34_1-pm/boost/pending/relaxed_heap.hpp 2009-01-05 13:49:23.000000000 +0100 +@@ -13,6 +13,7 @@ + #include + #include + #include ++#include + + #ifdef BOOST_RELAXED_HEAP_DEBUG + # include Index: boost.spec =================================================================== RCS file: /cvs/pkgs/rpms/boost/F-9/boost.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- boost.spec 12 Jun 2008 11:09:13 -0000 1.49 +++ boost.spec 5 Jan 2009 15:15:24 -0000 1.50 @@ -3,7 +3,7 @@ Name: boost Summary: The Boost C++ Libraries Version: 1.34.1 -Release: 15%{?dist} +Release: 16%{?dist} License: Boost Software License (GPL-Compatible, Free Software License) URL: http://www.boost.org/ Group: System Environment/Libraries @@ -198,6 +198,10 @@ %doc %{_docdir}/%{name}-%{version} %changelog +* Mon Jan 5 2009 Petr Machata - 1.34.1-16 +- Fix missing include in relaxed_heap.hpp +- Resolves: #475587 + * Thu Jun 12 2008 Petr Machata - 1.34.1-15 - Fix "changes meaning of keywords" in boost date_time - Resolves: #450718 From pvrabec at fedoraproject.org Mon Jan 5 15:18:03 2009 From: pvrabec at fedoraproject.org (Peter Vrabec) Date: Mon, 5 Jan 2009 15:18:03 +0000 (UTC) Subject: rpms/fwknop/devel fwknop.spec,1.5,1.6 Message-ID: <20090105151803.D887C70108@cvs1.fedora.phx.redhat.com> Author: pvrabec Update of /cvs/extras/rpms/fwknop/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16865 Modified Files: fwknop.spec Log Message: add /var/log/fwknop/errs directory (#469395) Index: fwknop.spec =================================================================== RCS file: /cvs/extras/rpms/fwknop/devel/fwknop.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fwknop.spec 17 Nov 2008 19:50:52 -0000 1.5 +++ fwknop.spec 5 Jan 2009 15:17:33 -0000 1.6 @@ -1,7 +1,7 @@ Summary: A Single Packet Authorization (SPA) implementation Name: fwknop Version: 1.9.9 -Release: 1 +Release: 2 License: GPLv2 Group: System Environment/Daemons Url: http://www.cipherdyne.org/fwknop/ @@ -62,6 +62,7 @@ $RPM_BUILD_ROOT%{_sbindir} \ $RPM_BUILD_ROOT%{_localstatedir}/lib/fwknop \ $RPM_BUILD_ROOT%{_localstatedir}/log/fwknop \ + $RPM_BUILD_ROOT%{_localstatedir}/log/fwknop/errs \ $RPM_BUILD_ROOT%{_localstatedir}/run/fwknop install -p -m 644 access.conf fwknop.conf pf.os $RPM_BUILD_ROOT%_sysconfdir/fwknop @@ -106,9 +107,13 @@ %{_mandir}/man8/* %dir %{_localstatedir}/lib/fwknop %dir %{_localstatedir}/log/fwknop +%dir %{_localstatedir}/log/fwknop/errs %dir %{_localstatedir}/run/fwknop %changelog +* Mon Jan 05 2009 Peter Vrabec 1.9.9-2 +- add /var/log/fwknop/errs directory (#469395) + * Mon Nov 17 2008 Miloslav Trma?? - 1.9.9-1 - Update to fwknop-1.9.9 From pmachata at fedoraproject.org Mon Jan 5 15:20:49 2009 From: pmachata at fedoraproject.org (Petr Machata) Date: Mon, 5 Jan 2009 15:20:49 +0000 (UTC) Subject: rpms/boost/F-10 boost-gcc43.patch,1.9,1.10 boost.spec,1.53,1.54 Message-ID: <20090105152049.B314370108@cvs1.fedora.phx.redhat.com> Author: pmachata Update of /cvs/pkgs/rpms/boost/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17758 Modified Files: boost-gcc43.patch boost.spec Log Message: - Fix missing include in relaxed_heap.hpp - Related: #475587 boost-gcc43.patch: Index: boost-gcc43.patch =================================================================== RCS file: /cvs/pkgs/rpms/boost/F-10/boost-gcc43.patch,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- boost-gcc43.patch 6 Oct 2008 13:59:54 -0000 1.9 +++ boost-gcc43.patch 5 Jan 2009 15:20:19 -0000 1.10 @@ -213,3 +213,14 @@ rules = boost::shared_ptr(parse_rules(result[START_DATE_RULE], +diff -urp boost/pending/relaxed_heap.hpp /usr/include/boost/pending/relaxed_heap.hpp +--- boost_1_34_1/boost/pending/relaxed_heap.hpp 2005-12-08 03:56:25.000000000 +0100 ++++ boost_1_34_1-pm/boost/pending/relaxed_heap.hpp 2009-01-05 13:49:23.000000000 +0100 +@@ -13,6 +13,7 @@ + #include + #include + #include ++#include + + #ifdef BOOST_RELAXED_HEAP_DEBUG + # include Index: boost.spec =================================================================== RCS file: /cvs/pkgs/rpms/boost/F-10/boost.spec,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- boost.spec 6 Oct 2008 13:59:55 -0000 1.53 +++ boost.spec 5 Jan 2009 15:20:19 -0000 1.54 @@ -3,7 +3,7 @@ Name: boost Summary: The Boost C++ Libraries Version: 1.34.1 -Release: 17%{?dist} +Release: 18%{?dist} License: Boost URL: http://www.boost.org/ Group: System Environment/Libraries @@ -198,6 +198,10 @@ %doc %{_docdir}/%{name}-%{version} %changelog +* Mon Jan 5 2009 Petr Machata - 1.34.1-18 +- Fix missing include in relaxed_heap.hpp +- Related: #475587 + * Mon Oct 6 2008 Petr Machata - 1.34.1-17 - Fix gcc43 patch to apply cleanly under --fuzz=0 - Resolves: #465003 From pvrabec at fedoraproject.org Mon Jan 5 15:24:34 2009 From: pvrabec at fedoraproject.org (Peter Vrabec) Date: Mon, 5 Jan 2009 15:24:34 +0000 (UTC) Subject: rpms/fwknop/F-10 fwknop.spec,1.3,1.4 Message-ID: <20090105152434.70BEC70108@cvs1.fedora.phx.redhat.com> Author: pvrabec Update of /cvs/extras/rpms/fwknop/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18892 Modified Files: fwknop.spec Log Message: - add /var/log/fwknop/errs directory (#469395) Index: fwknop.spec =================================================================== RCS file: /cvs/extras/rpms/fwknop/F-10/fwknop.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fwknop.spec 4 Oct 2008 15:17:01 -0000 1.3 +++ fwknop.spec 5 Jan 2009 15:24:03 -0000 1.4 @@ -1,7 +1,7 @@ Summary: A Single Packet Authorization (SPA) implementation Name: fwknop Version: 1.9.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Daemons Url: http://www.cipherdyne.org/fwknop/ @@ -62,6 +62,7 @@ $RPM_BUILD_ROOT%{_sbindir} \ $RPM_BUILD_ROOT%{_localstatedir}/lib/fwknop \ $RPM_BUILD_ROOT%{_localstatedir}/log/fwknop \ + $RPM_BUILD_ROOT%{_localstatedir}/log/fwknop/errs \ $RPM_BUILD_ROOT%{_localstatedir}/run/fwknop install -p -m 644 access.conf fwknop.conf pf.os $RPM_BUILD_ROOT%_sysconfdir/fwknop @@ -106,9 +107,13 @@ %{_mandir}/man8/* %dir %{_localstatedir}/lib/fwknop %dir %{_localstatedir}/log/fwknop +%dir %{_localstatedir}/log/fwknop/errs %dir %{_localstatedir}/run/fwknop %changelog +* Mon Jan 05 2009 Peter Vrabec 1.9.8-2 +- add /var/log/fwknop/errs directory (#469395) + * Sat Oct 4 2008 Miloslav Trma?? - 1.9.8-1 - Update to fwknop-1.9.8 - Add missing Requires: From hadess at fedoraproject.org Mon Jan 5 15:25:29 2009 From: hadess at fedoraproject.org (Bastien Nocera) Date: Mon, 5 Jan 2009 15:25:29 +0000 (UTC) Subject: rpms/gedit/devel gedit.spec,1.179,1.180 Message-ID: <20090105152529.750BE70108@cvs1.fedora.phx.redhat.com> Author: hadess Update of /cvs/pkgs/rpms/gedit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19279 Modified Files: gedit.spec Log Message: Add missing libSM dep Index: gedit.spec =================================================================== RCS file: /cvs/pkgs/rpms/gedit/devel/gedit.spec,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- gedit.spec 5 Jan 2009 15:10:56 -0000 1.179 +++ gedit.spec 5 Jan 2009 15:24:59 -0000 1.180 @@ -47,6 +47,7 @@ BuildRequires: pango-devel >= %{pango_version} BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: GConf2-devel +BuildRequires: libSM-devel BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: enchant-devel >= %{enchant_version} BuildRequires: iso-codes-devel >= %{isocodes_version} From buc at fedoraproject.org Mon Jan 5 15:38:12 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Mon, 5 Jan 2009 15:38:12 +0000 (UTC) Subject: rpms/newscache/devel newscache.spec,1.9,1.10 Message-ID: <20090105153812.BE19070108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25691 Modified Files: newscache.spec Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- newscache.spec 5 Jan 2009 14:21:32 -0000 1.9 +++ newscache.spec 5 Jan 2009 15:37:42 -0000 1.10 @@ -46,7 +46,12 @@ # to ship it separately. pushd socket++-%{socketver} -./autogen +#./autogen +libtoolize -v -f +aclocal +autoheader +automake --add-missing +autoconf %configure --enable-static --disable-shared make popd From hadess at fedoraproject.org Mon Jan 5 15:44:49 2009 From: hadess at fedoraproject.org (Bastien Nocera) Date: Mon, 5 Jan 2009 15:44:49 +0000 (UTC) Subject: rpms/gstreamer/devel gstreamer-fix-bison-check.patch, NONE, 1.1 gstreamer.spec, 1.90, 1.91 Message-ID: <20090105154449.2507D70108@cvs1.fedora.phx.redhat.com> Author: hadess Update of /cvs/pkgs/rpms/gstreamer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28067 Modified Files: gstreamer.spec Added Files: gstreamer-fix-bison-check.patch Log Message: * Mon Jan 05 2009 - Bastien Nocera - 0.10.21-4 - Fix build with newer version of bison gstreamer-fix-bison-check.patch: --- NEW FILE gstreamer-fix-bison-check.patch --- --- common/m4/gst-parser.m4.orig 2008-09-10 11:16:47.000000000 +0200 +++ common/m4/gst-parser.m4 2008-12-14 19:14:43.000000000 +0100 @@ -15,10 +15,7 @@ bison_version=`$BISON_PATH --version | head -n 1 | sed 's/^[[^0-9]]*//' | sed 's/[[^0-9]]*$//' | cut -d' ' -f1` AC_MSG_CHECKING([bison version $bison_version >= $bison_min_version]) - if perl -w < - 0.10.21-4 +- Fix build with newer version of bison + * Thu Jan 01 2009 Rex Dieter - 0.10.21-3 - rebuild for pkgconfig deps (#478576) From mhlavink at fedoraproject.org Mon Jan 5 15:46:21 2009 From: mhlavink at fedoraproject.org (Michal Hlavinka) Date: Mon, 5 Jan 2009 15:46:21 +0000 (UTC) Subject: rpms/nut/EL-5 nut-2.2.0-trippliteusb_476850.patch, NONE, 1.1 nut.spec, 1.51, 1.52 Message-ID: <20090105154621.7A33270108@cvs1.fedora.phx.redhat.com> Author: mhlavink Update of /cvs/extras/rpms/nut/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28565 Modified Files: nut.spec Added Files: nut-2.2.0-trippliteusb_476850.patch Log Message: fix #476850 - tripplite_usb driver segfaults when UPS on battery nut-2.2.0-trippliteusb_476850.patch: --- NEW FILE nut-2.2.0-trippliteusb_476850.patch --- diff -up nut-2.2.0/drivers/tripplite_usb.c.trippliteusb_476850 nut-2.2.0/drivers/tripplite_usb.c --- nut-2.2.0/drivers/tripplite_usb.c.trippliteusb_476850 2007-06-23 05:36:15.000000000 +0200 +++ nut-2.2.0/drivers/tripplite_usb.c 2009-01-05 16:41:02.050817936 +0100 @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define DRV_VERSION "0.11" +#define DRV_VERSION "0.11.1" /* % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % * @@ -355,8 +355,6 @@ static int reconnect_ups(void) upsdebugx(2, "= device has been disconnected, try to reconnect ="); upsdebugx(2, "=================================================="); - upsdrv_cleanup(); - if ((hd = HIDOpenDevice(&udev, &curDevice, reopen_matcher, MODE_REOPEN)) == NULL) { upslogx(LOG_INFO, "Reconnecting to UPS failed; will retry later..."); dstate_datastale(); @@ -509,12 +507,10 @@ void usb_comm_fail(int res, const char * case -EBUSY: upslogx(LOG_WARNING, "%s: Device claimed by another process", msg); fatalx(EXIT_FAILURE, "Terminating: EBUSY"); - upsdrv_cleanup(); break; default: upslogx(LOG_WARNING, "%s: Device detached? (error %d: %s)", msg, res, usb_strerror()); - upsdrv_cleanup(); upslogx(LOG_NOTICE, "Reconnect attempt #%d", ++try); hd = NULL; Index: nut.spec =================================================================== RCS file: /cvs/extras/rpms/nut/EL-5/nut.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- nut.spec 9 Sep 2008 15:07:22 -0000 1.51 +++ nut.spec 5 Jan 2009 15:45:51 -0000 1.52 @@ -9,7 +9,7 @@ Summary: Network UPS Tools Name: nut Version: 2.2.0 -Release: 5.2%{?dist} +Release: 6%{?dist} Group: Applications/System License: GPLv2+ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -23,6 +23,7 @@ #Patch2: nut-2.2.0-udevusb.patch Patch3: nut-2.2.0-glibcopen.patch Patch4: nut-2.2.0-wrongssl.patch +Patch5: nut-2.2.0-trippliteusb_476850.patch Requires: nut-client => 2.0.0 hal dbus-glib shadow-utils Requires(post): fileutils chkconfig /sbin/service @@ -90,6 +91,7 @@ #%patch2 -p1 -b .udevusb %patch3 -p1 -b .open %patch4 -p1 -b .wrongssl +%patch5 -p1 -b .trippliteusb_476850 %build %configure \ @@ -297,6 +299,9 @@ %{_libdir}/pkgconfig/libupsclient.pc %changelog +* Mon Jan 05 2009 Michal Hlavinka 2.2.0-6 +- fix #476850 - tripplite_usb driver segfaults when UPS on battery + * Tue Sep 08 2008 Tomas Smetana 2.2.0-5.2 - fix #461574 - add MODEL variable to sysconfig for initscripts compatibility From tbzatek at fedoraproject.org Mon Jan 5 15:51:56 2009 From: tbzatek at fedoraproject.org (Tomas Bzatek) Date: Mon, 5 Jan 2009 15:51:56 +0000 (UTC) Subject: rpms/gamin/devel gamin-0.1.10-gnueabi.patch, NONE, 1.1 gamin.spec, 1.70, 1.71 Message-ID: <20090105155156.EA3E270108@cvs1.fedora.phx.redhat.com> Author: tbzatek Update of /cvs/extras/rpms/gamin/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30021 Modified Files: gamin.spec Added Files: gamin-0.1.10-gnueabi.patch Log Message: * Mon Nov 24 2008 Tomas Bzatek - 0.1.10-1 - Update to 0.1.10 - Drop upstreamed patches gamin-0.1.10-gnueabi.patch: --- NEW FILE gamin-0.1.10-gnueabi.patch --- diff -up gamin-0.1.10/configure.in.old gamin-0.1.10/configure.in --- gamin-0.1.10/configure.in.old 2008-11-24 16:23:06.000000000 +0100 +++ gamin-0.1.10/configure.in 2009-01-05 16:20:41.740669149 +0100 @@ -158,6 +158,10 @@ AC_ARG_ENABLE(debug, if test x$debug = xyes ; then AC_DEFINE([GAMIN_DEBUG], [], [Enable debugging support]) fi +#AM_CONDITIONAL(HAVE_LINUX, test x$target_os = xlinux-gnueabi) +if test x$target_os = xlinux-gnueabi; then + AC_DEFINE([HAVE_LINUX],[],[Whether we are using linux or not]) +fi AM_CONDITIONAL(GAMIN_DEBUG, test x$debug = xyes) Index: gamin.spec =================================================================== RCS file: /cvs/extras/rpms/gamin/devel/gamin.spec,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- gamin.spec 29 Nov 2008 05:22:47 -0000 1.70 +++ gamin.spec 5 Jan 2009 15:51:26 -0000 1.71 @@ -1,7 +1,7 @@ Summary: Library providing the FAM File Alteration Monitor API Name: gamin Version: 0.1.10 -Release: 2%{?dist}%{?extra_release} +Release: 3%{?dist}%{?extra_release} License: LGPLv2 Group: Development/Libraries Source: gamin-%{version}.tar.bz2 @@ -13,6 +13,13 @@ BuildRequires: automake, libtool +# This fix addresses an issue with ARM, where the configuration triplet +# happens to be armv5tel-redhat-linux-gnueabi instead of armv5tel-redhat-linux-gnu. +# The patch declares HAVE_LINUX in case of linux-gnueabi as well. +# Patch by Kedar Sovani +Patch1: gamin-0.1.10-gnueabi.patch + + %description This C library provides an API and ABI compatible file alteration monitor mechanism compatible with FAM but not dependent on a system wide @@ -42,6 +49,7 @@ %prep %setup -q +%patch1 -p1 -b .gnueabi %build autoreconf --force --install @@ -90,6 +98,9 @@ %doc doc/python.html %changelog +* Mon Jan 5 2009 Tomas Bzatek - 0.1.10-3 +- Fix build on gnueabi (patch by Kedar Sovani) + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.1.10-2 - Rebuild for Python 2.6 From hadess at fedoraproject.org Mon Jan 5 15:54:26 2009 From: hadess at fedoraproject.org (Bastien Nocera) Date: Mon, 5 Jan 2009 15:54:26 +0000 (UTC) Subject: rpms/gstreamer/devel gstreamer.spec,1.91,1.92 Message-ID: <20090105155426.E54A770108@cvs1.fedora.phx.redhat.com> Author: hadess Update of /cvs/pkgs/rpms/gstreamer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30785 Modified Files: gstreamer.spec Log Message: Run libtoolize after autoreconf Index: gstreamer.spec =================================================================== RCS file: /cvs/pkgs/rpms/gstreamer/devel/gstreamer.spec,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- gstreamer.spec 5 Jan 2009 15:44:18 -0000 1.91 +++ gstreamer.spec 5 Jan 2009 15:53:56 -0000 1.92 @@ -113,6 +113,7 @@ %build autoreconf +libtoolize -f # 0.10.0: manuals do not build due to an openjade error; disable for now %configure \ --with-package-name='Fedora Core gstreamer package' \ From jbowes at fedoraproject.org Mon Jan 5 15:54:46 2009 From: jbowes at fedoraproject.org (James Bowes) Date: Mon, 5 Jan 2009 15:54:46 +0000 (UTC) Subject: rpms/python-vobject/devel .cvsignore, 1.13, 1.14 python-vobject.spec, 1.18, 1.19 sources, 1.13, 1.14 Message-ID: <20090105155446.8899370108@cvs1.fedora.phx.redhat.com> Author: jbowes Update of /cvs/pkgs/rpms/python-vobject/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31003 Modified Files: .cvsignore python-vobject.spec sources Log Message: Update to 0.8.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-vobject/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 3 Sep 2008 12:54:27 -0000 1.13 +++ .cvsignore 5 Jan 2009 15:54:15 -0000 1.14 @@ -1 +1 @@ -vobject-0.7.1.tar.gz +vobject-0.8.0.tar.gz Index: python-vobject.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-vobject/devel/python-vobject.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- python-vobject.spec 29 Nov 2008 16:02:00 -0000 1.18 +++ python-vobject.spec 5 Jan 2009 15:54:16 -0000 1.19 @@ -1,12 +1,12 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-vobject -Version: 0.7.1 -Release: 3%{?dist} +Version: 0.8.0 +Release: 1%{?dist} Summary: A python library for manipulating vCard and vCalendar files Group: Development/Languages -License: ASL 1.1 +License: ASL 2.0 URL: http://vobject.skyhouseconsulting.com/ Source0: http://vobject.skyhouseconsulting.com/vobject-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -43,7 +43,7 @@ %files %defattr(-,root,root,-) -%doc ACKNOWLEDGEMENTS.txt LICENSE.txt README.txt +%doc ACKNOWLEDGEMENTS.txt LICENSE-2.0.txt README.txt %{python_sitelib}/* @@ -52,6 +52,9 @@ %changelog +* Mon Jan 05 2009 James Bowes - 0.8.0-1 +- Update to 0.8.0 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.7.1-3 - Rebuild for Python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-vobject/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 3 Sep 2008 12:54:28 -0000 1.13 +++ sources 5 Jan 2009 15:54:16 -0000 1.14 @@ -1 +1 @@ -9f2c151ba6c08afcc47b8966ea862061 vobject-0.7.1.tar.gz +4c215d9f5008d2da01bcc49dc6491d6a vobject-0.8.0.tar.gz From buc at fedoraproject.org Mon Jan 5 15:55:57 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Mon, 5 Jan 2009 15:55:57 +0000 (UTC) Subject: rpms/newscache/devel newscache.spec,1.10,1.11 Message-ID: <20090105155557.1EF2E70108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31549 Modified Files: newscache.spec Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- newscache.spec 5 Jan 2009 15:37:42 -0000 1.10 +++ newscache.spec 5 Jan 2009 15:55:26 -0000 1.11 @@ -47,8 +47,8 @@ pushd socket++-%{socketver} #./autogen -libtoolize -v -f aclocal +libtoolize -v -f autoheader automake --add-missing autoconf From nsantos at fedoraproject.org Mon Jan 5 16:01:04 2009 From: nsantos at fedoraproject.org (Nuno Santos) Date: Mon, 5 Jan 2009 16:01:04 +0000 (UTC) Subject: rpms/rhm/F-10 rhm.spec,1.32,1.33 Message-ID: <20090105160104.AEA1C70108@cvs1.fedora.phx.redhat.com> Author: nsantos Update of /cvs/extras/rpms/rhm/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1083 Modified Files: rhm.spec Log Message: require specific version of qpidc/d Index: rhm.spec =================================================================== RCS file: /cvs/extras/rpms/rhm/F-10/rhm.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- rhm.spec 23 Dec 2008 21:04:48 -0000 1.32 +++ rhm.spec 5 Jan 2009 16:00:34 -0000 1.33 @@ -8,7 +8,7 @@ Name: rhm Version: 0.4.%{svnrev} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Red Hat persistence extension to the Qpid messaging system Group: System Environment/Libraries License: LGPLv2+ @@ -18,14 +18,14 @@ ExclusiveArch: i386 x86_64 -BuildRequires: qpidc-devel -BuildRequires: qpidd-devel +BuildRequires: qpidc-devel = 0.4.%{svnrev_qpid} +BuildRequires: qpidd-devel = 0.4.%{svnrev_qpid} BuildRequires: db4-devel BuildRequires: libaio-devel BuildRequires: python BuildRequires: libtool -Requires: qpidd >= 0.4.%{svnrev_qpid} +Requires: qpidd = 0.4.%{svnrev_qpid} Requires: db4 Requires: libaio From mhlavink at fedoraproject.org Mon Jan 5 16:06:02 2009 From: mhlavink at fedoraproject.org (Michal Hlavinka) Date: Mon, 5 Jan 2009 16:06:02 +0000 (UTC) Subject: rpms/nut/EL-4 nut-2.2.0-trippliteusb_476850.patch, NONE, 1.1 nut.spec, 1.51, 1.52 Message-ID: <20090105160602.E42EB70108@cvs1.fedora.phx.redhat.com> Author: mhlavink Update of /cvs/extras/rpms/nut/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2645 Modified Files: nut.spec Added Files: nut-2.2.0-trippliteusb_476850.patch Log Message: fix #476850 - tripplite_usb driver segfaults when UPS on battery nut-2.2.0-trippliteusb_476850.patch: --- NEW FILE nut-2.2.0-trippliteusb_476850.patch --- diff -up nut-2.2.0/drivers/tripplite_usb.c.trippliteusb_476850 nut-2.2.0/drivers/tripplite_usb.c --- nut-2.2.0/drivers/tripplite_usb.c.trippliteusb_476850 2007-06-23 05:36:15.000000000 +0200 +++ nut-2.2.0/drivers/tripplite_usb.c 2009-01-05 16:41:02.050817936 +0100 @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define DRV_VERSION "0.11" +#define DRV_VERSION "0.11.1" /* % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % * @@ -355,8 +355,6 @@ static int reconnect_ups(void) upsdebugx(2, "= device has been disconnected, try to reconnect ="); upsdebugx(2, "=================================================="); - upsdrv_cleanup(); - if ((hd = HIDOpenDevice(&udev, &curDevice, reopen_matcher, MODE_REOPEN)) == NULL) { upslogx(LOG_INFO, "Reconnecting to UPS failed; will retry later..."); dstate_datastale(); @@ -509,12 +507,10 @@ void usb_comm_fail(int res, const char * case -EBUSY: upslogx(LOG_WARNING, "%s: Device claimed by another process", msg); fatalx(EXIT_FAILURE, "Terminating: EBUSY"); - upsdrv_cleanup(); break; default: upslogx(LOG_WARNING, "%s: Device detached? (error %d: %s)", msg, res, usb_strerror()); - upsdrv_cleanup(); upslogx(LOG_NOTICE, "Reconnect attempt #%d", ++try); hd = NULL; Index: nut.spec =================================================================== RCS file: /cvs/extras/rpms/nut/EL-4/nut.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- nut.spec 10 Oct 2007 08:40:06 -0000 1.51 +++ nut.spec 5 Jan 2009 16:05:32 -0000 1.52 @@ -9,7 +9,7 @@ Summary: Network UPS Tools Name: nut Version: 2.2.0 -Release: 3.3%{?dist} +Release: 4%{?dist} Group: Applications/System License: GPLv2+ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -23,6 +23,7 @@ Patch2: nut-2.2.0-udevusb.patch Patch3: nut-2.2.0-glibcopen.patch Patch4: nut-2.2.0-wrongssl.patch +Patch5: nut-2.2.0-trippliteusb_476850.patch Requires: nut-client => 2.0.0 dbus-glib shadow-utils Requires(post): fileutils chkconfig /sbin/service @@ -87,6 +88,7 @@ %patch2 -p1 -b .udevusb %patch3 -p1 -b .open %patch4 -p1 -b .wrongssl +%patch5 -p1 -b .trippliteusb_476850 %build %configure \ @@ -295,6 +297,9 @@ %{_libdir}/pkgconfig/libupsclient.pc %changelog +* Mon Jan 05 2009 Michal Hlavinka 2.2.0-4 +- fix #476850 - tripplite_usb driver segfaults when UPS on battery + * Wed Oct 10 2007 Tomas Smetana 2.2.0-3.3 - fix #325331 - permission problem on /etc/hotplug/usb/libhidups From ovasik at fedoraproject.org Mon Jan 5 16:13:30 2009 From: ovasik at fedoraproject.org (Ondrej Vasik) Date: Mon, 5 Jan 2009 16:13:30 +0000 (UTC) Subject: rpms/tar/devel tar-1.19-xattrs-conf.patch, 1.3, 1.4 tar-1.19-xattrs.patch, 1.7, 1.8 Message-ID: <20090105161331.0441B70108@cvs1.fedora.phx.redhat.com> Author: ovasik Update of /cvs/extras/rpms/tar/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6232 Modified Files: tar-1.19-xattrs-conf.patch tar-1.19-xattrs.patch Log Message: fix fuzz in patches tar-1.19-xattrs-conf.patch: Index: tar-1.19-xattrs-conf.patch =================================================================== RCS file: /cvs/extras/rpms/tar/devel/tar-1.19-xattrs-conf.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tar-1.19-xattrs-conf.patch 29 Aug 2008 16:02:24 -0000 1.3 +++ tar-1.19-xattrs-conf.patch 5 Jan 2009 16:13:30 -0000 1.4 @@ -115,7 +115,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_GRP_H -@@ -444,12 +459,27 @@ +@@ -444,15 +459,30 @@ /* Define to 1 if you have the `lchown' function. */ #undef HAVE_LCHOWN @@ -125,9 +125,12 @@ +/* Define to 1 if you have the `acl' library (-lacl). */ +#undef HAVE_LIBACL + + /* Define to 1 if you have the header file. */ + #undef HAVE_LIBINTL_H ++ +/* Define to 1 if you have the `selinux' library (-lselinux). */ +#undef HAVE_LIBSELINUX -+ + /* Define to 1 if you have the header file. */ #undef HAVE_LINEWRAP_H tar-1.19-xattrs.patch: Index: tar-1.19-xattrs.patch =================================================================== RCS file: /cvs/extras/rpms/tar/devel/tar-1.19-xattrs.patch,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tar-1.19-xattrs.patch 21 Nov 2008 17:44:38 -0000 1.7 +++ tar-1.19-xattrs.patch 5 Jan 2009 16:13:30 -0000 1.8 @@ -722,8 +722,8 @@ NEWER_MTIME_OPTION, + NO_ACLS_OPTION, NO_ANCHORED_OPTION, + NO_AUTO_COMPRESS_OPTION, NO_CHECK_DEVICE_OPTION, - NO_DELAY_DIRECTORY_RESTORE_OPTION, @@ -280,9 +282,11 @@ enum NO_RECURSION_OPTION, NO_SAME_OWNER_OPTION, From nsantos at fedoraproject.org Mon Jan 5 16:16:34 2009 From: nsantos at fedoraproject.org (Nuno Santos) Date: Mon, 5 Jan 2009 16:16:34 +0000 (UTC) Subject: rpms/rhm/F-9 rhm.spec,1.27,1.28 Message-ID: <20090105161634.6633170108@cvs1.fedora.phx.redhat.com> Author: nsantos Update of /cvs/extras/rpms/rhm/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6822 Modified Files: rhm.spec Log Message: require specific version of qpidc/d Index: rhm.spec =================================================================== RCS file: /cvs/extras/rpms/rhm/F-9/rhm.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- rhm.spec 23 Dec 2008 21:42:18 -0000 1.27 +++ rhm.spec 5 Jan 2009 16:16:03 -0000 1.28 @@ -8,7 +8,7 @@ Name: rhm Version: 0.4.%{svnrev} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Red Hat persistence extension to the Qpid messaging system Group: System Environment/Libraries License: LGPLv2+ @@ -18,14 +18,14 @@ ExclusiveArch: i386 x86_64 -BuildRequires: qpidc-devel -BuildRequires: qpidd-devel +BuildRequires: qpidc-devel = 0.4.%{svnrev_qpid} +BuildRequires: qpidd-devel = 0.4.%{svnrev_qpid} BuildRequires: db4-devel BuildRequires: libaio-devel BuildRequires: python BuildRequires: libtool -Requires: qpidd >= 0.4.%{svnrev_qpid} +Requires: qpidd = 0.4.%{svnrev_qpid} Requires: db4 Requires: libaio From tbzatek at fedoraproject.org Mon Jan 5 16:16:55 2009 From: tbzatek at fedoraproject.org (Tomas Bzatek) Date: Mon, 5 Jan 2009 16:16:55 +0000 (UTC) Subject: rpms/gamin/F-10 gamin-0.1.10-gnueabi.patch, NONE, 1.1 gamin.spec, 1.68, 1.69 Message-ID: <20090105161655.65F9970108@cvs1.fedora.phx.redhat.com> Author: tbzatek Update of /cvs/extras/rpms/gamin/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6940 Modified Files: gamin.spec Added Files: gamin-0.1.10-gnueabi.patch Log Message: * Mon Jan 5 2009 Tomas Bzatek - 0.1.9-7 - Fix build on gnueabi (patch by Kedar Sovani) gamin-0.1.10-gnueabi.patch: --- NEW FILE gamin-0.1.10-gnueabi.patch --- diff -up gamin-0.1.10/configure.in.old gamin-0.1.10/configure.in --- gamin-0.1.10/configure.in.old 2008-11-24 16:23:06.000000000 +0100 +++ gamin-0.1.10/configure.in 2009-01-05 16:20:41.740669149 +0100 @@ -158,6 +158,10 @@ AC_ARG_ENABLE(debug, if test x$debug = xyes ; then AC_DEFINE([GAMIN_DEBUG], [], [Enable debugging support]) fi +#AM_CONDITIONAL(HAVE_LINUX, test x$target_os = xlinux-gnueabi) +if test x$target_os = xlinux-gnueabi; then + AC_DEFINE([HAVE_LINUX],[],[Whether we are using linux or not]) +fi AM_CONDITIONAL(GAMIN_DEBUG, test x$debug = xyes) Index: gamin.spec =================================================================== RCS file: /cvs/extras/rpms/gamin/F-10/gamin.spec,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- gamin.spec 21 Jul 2008 14:36:41 -0000 1.68 +++ gamin.spec 5 Jan 2009 16:16:25 -0000 1.69 @@ -1,7 +1,7 @@ Summary: Library providing the FAM File Alteration Monitor API Name: gamin Version: 0.1.9 -Release: 6%{?dist}%{?extra_release} +Release: 7%{?dist}%{?extra_release} License: LGPLv2 Group: Development/Libraries Source: gamin-%{version}.tar.gz @@ -19,6 +19,12 @@ # patching missing struct ucred in glibc headers # http://bugzilla.gnome.org/show_bug.cgi?id=525228 Patch2: gamin-0.1.9-ucred-headers.patch +# This fix addresses an issue with ARM, where the configuration triplet +# happens to be armv5tel-redhat-linux-gnueabi instead of armv5tel-redhat-linux-gnu. +# The patch declares HAVE_LINUX in case of linux-gnueabi as well. +# Patch by Kedar Sovani +Patch3: gamin-0.1.10-gnueabi.patch + %description This C library provides an API and ABI compatible file alteration @@ -52,6 +58,7 @@ %patch0 -p1 -b .poll-less %patch1 -p1 -b .filesystem-leak %patch2 -p1 -b .ucred +%patch3 -p1 -b .gnueabi %build autoreconf --force --install @@ -100,6 +107,9 @@ %doc doc/python.html %changelog +* Mon Jan 5 2009 Tomas Bzatek - 0.1.9-7 +- Fix build on gnueabi (patch by Kedar Sovani) + * Mon Jul 21 2008 Tom "spot" Callaway - 0.1.9-6 - fix license tag From buc at fedoraproject.org Mon Jan 5 16:18:12 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Mon, 5 Jan 2009 16:18:12 +0000 (UTC) Subject: rpms/newscache/devel newscache.spec,1.11,1.12 Message-ID: <20090105161812.6A91370108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7215 Modified Files: newscache.spec Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- newscache.spec 5 Jan 2009 15:55:26 -0000 1.11 +++ newscache.spec 5 Jan 2009 16:17:42 -0000 1.12 @@ -48,10 +48,10 @@ pushd socket++-%{socketver} #./autogen aclocal -libtoolize -v -f +autoconf autoheader +libtoolize -v -f automake --add-missing -autoconf %configure --enable-static --disable-shared make popd From pkgdb at fedoraproject.org Mon Jan 5 16:21:49 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 16:21:49 +0000 Subject: [pkgdb] cmake: rdieter has requested watchbugzilla Message-ID: <20090105162149.6D09420873E@bastion.fedora.phx.redhat.com> rdieter has requested the watchbugzilla acl on cmake (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From pkgdb at fedoraproject.org Mon Jan 5 16:21:51 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 16:21:51 +0000 Subject: [pkgdb] cmake: rdieter has requested watchcommits Message-ID: <20090105162151.5CF52208D2B@bastion.fedora.phx.redhat.com> rdieter has requested the watchcommits acl on cmake (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From pkgdb at fedoraproject.org Mon Jan 5 16:21:54 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 16:21:54 +0000 Subject: [pkgdb] cmake: rdieter has requested commit Message-ID: <20090105162154.20CCA208D57@bastion.fedora.phx.redhat.com> rdieter has requested the commit acl on cmake (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From nsantos at fedoraproject.org Mon Jan 5 16:32:16 2009 From: nsantos at fedoraproject.org (Nuno Santos) Date: Mon, 5 Jan 2009 16:32:16 +0000 (UTC) Subject: rpms/rhm/devel rhm.spec,1.31,1.32 Message-ID: <20090105163216.3568770108@cvs1.fedora.phx.redhat.com> Author: nsantos Update of /cvs/extras/rpms/rhm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10123 Modified Files: rhm.spec Log Message: require specific version of qpidc/d Index: rhm.spec =================================================================== RCS file: /cvs/extras/rpms/rhm/devel/rhm.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- rhm.spec 23 Dec 2008 21:43:52 -0000 1.31 +++ rhm.spec 5 Jan 2009 16:31:45 -0000 1.32 @@ -8,7 +8,7 @@ Name: rhm Version: 0.4.%{svnrev} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Red Hat persistence extension to the Qpid messaging system Group: System Environment/Libraries License: LGPLv2+ @@ -18,14 +18,14 @@ ExclusiveArch: i386 x86_64 -BuildRequires: qpidc-devel -BuildRequires: qpidd-devel +BuildRequires: qpidc-devel = 0.4.%{svnrev_qpid} +BuildRequires: qpidd-devel = 0.4.%{svnrev_qpid} BuildRequires: db4-devel BuildRequires: libaio-devel BuildRequires: python BuildRequires: libtool -Requires: qpidd >= 0.4.%{svnrev_qpid} +Requires: qpidd = 0.4.%{svnrev_qpid} Requires: db4 Requires: libaio From pkgdb at fedoraproject.org Mon Jan 5 16:32:47 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 16:32:47 +0000 Subject: [pkgdb] cmake: rdieter has requested watchbugzilla Message-ID: <20090105163247.E8E3920873B@bastion.fedora.phx.redhat.com> rdieter has requested the watchbugzilla acl on cmake (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From pkgdb at fedoraproject.org Mon Jan 5 16:32:49 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 16:32:49 +0000 Subject: [pkgdb] cmake: rdieter has requested watchcommits Message-ID: <20090105163249.4D00B208D50@bastion.fedora.phx.redhat.com> rdieter has requested the watchcommits acl on cmake (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From pkgdb at fedoraproject.org Mon Jan 5 16:32:49 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 16:32:49 +0000 Subject: [pkgdb] cmake: rdieter has requested commit Message-ID: <20090105163249.4BC63208D4F@bastion.fedora.phx.redhat.com> rdieter has requested the commit acl on cmake (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From pkgdb at fedoraproject.org Mon Jan 5 16:32:57 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 16:32:57 +0000 Subject: [pkgdb] cmake: rdieter has requested approveacls Message-ID: <20090105163258.01693208D57@bastion.fedora.phx.redhat.com> rdieter has requested the approveacls acl on cmake (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From pkgdb at fedoraproject.org Mon Jan 5 16:33:03 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 16:33:03 +0000 Subject: [pkgdb] cmake: rdieter has given up approveacls Message-ID: <20090105163303.5604A20873B@bastion.fedora.phx.redhat.com> rdieter has given up the approveacls acl on cmake (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From emaldonado at fedoraproject.org Mon Jan 5 16:36:05 2009 From: emaldonado at fedoraproject.org (Elio Maldonado) Date: Mon, 5 Jan 2009 16:36:05 +0000 (UTC) Subject: rpms/crypto-utils/devel genkey.pl,1.25,1.26 Message-ID: <20090105163605.0CC5070108@cvs1.fedora.phx.redhat.com> Author: emaldonado Update of /cvs/extras/rpms/crypto-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11118 Modified Files: genkey.pl Log Message: fix ca key file name Index: genkey.pl =================================================================== RCS file: /cvs/extras/rpms/crypto-utils/devel/genkey.pl,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- genkey.pl 29 Dec 2008 00:51:01 -0000 1.25 +++ genkey.pl 5 Jan 2009 16:35:34 -0000 1.26 @@ -154,7 +154,7 @@ $tmpPasswordFile = ''; # none has been created yet $keyfile = $ssltop."/private/".$servername.".key"; if ($ca_mode) { - $keyfile = $cadir."/private/".$servername; + $keyfile = $cadir."/private/".$servername."."key"; } ### State variables From pghmcfc at fedoraproject.org Mon Jan 5 16:44:51 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Mon, 5 Jan 2009 16:44:51 +0000 (UTC) Subject: rpms/perl-Test-Warn/F-10 .cvsignore, 1.4, 1.5 perl-Test-Warn.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <20090105164451.D130370140@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Test-Warn/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14974 Modified Files: .cvsignore perl-Test-Warn.spec sources Log Message: Resync with devel (#477298) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Warn/F-10/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 5 May 2007 13:57:17 -0000 1.4 +++ .cvsignore 5 Jan 2009 16:44:21 -0000 1.5 @@ -1 +1 @@ -Test-Warn-0.10.tar.gz +Test-Warn-0.11.tar.gz Index: perl-Test-Warn.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Warn/F-10/perl-Test-Warn.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Test-Warn.spec 2 Mar 2008 15:56:35 -0000 1.8 +++ perl-Test-Warn.spec 5 Jan 2009 16:44:21 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Test-Warn -Version: 0.10 -Release: 3%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: Perl extension to test methods for warnings Group: Development/Libraries @@ -10,14 +10,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(Array::Compare) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) BuildRequires: perl(Sub::Uplevel) >= 0.12 +BuildRequires: perl(Test::Builder) >= 0.13 +BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::Exception) -BuildRequires: perl(Array::Compare) -BuildRequires: perl(Tree::DAG_Node) +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) +BuildRequires: perl(Tree::DAG_Node) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Test::Builder) >= 0.13 +Requires: perl(Test::Builder::Tester) Requires: perl(Tree::DAG_Node) + %description This module provides a few convenience methods for testing warning based code. @@ -56,6 +64,12 @@ %changelog +* Sat Dec 20 2008 Paul Howarth - 0.11-1 +- Update to 0.11 (#477298) +- Buildreq ExtUtils::MakeMaker, File::Spec, Test::Builder, + Test::Builder::Tester, and Test::More (from upstream Makefile.PL) +- Add runtime dependencies on Test::Builder and Test::Builder::Tester + * Wed Feb 27 2008 Tom "spot" Callaway - 0.10-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Warn/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 May 2007 13:57:17 -0000 1.4 +++ sources 5 Jan 2009 16:44:21 -0000 1.5 @@ -1 +1 @@ -17557bbc8eefadf9f088ae4ab73e9976 Test-Warn-0.10.tar.gz +1000ef6d94b54ca9eb75fb994a7e8bec Test-Warn-0.11.tar.gz From bpepple at fedoraproject.org Mon Jan 5 16:45:48 2009 From: bpepple at fedoraproject.org (Brian Pepple) Date: Mon, 5 Jan 2009 16:45:48 +0000 (UTC) Subject: rpms/python-telepathy/devel .cvsignore, 1.14, 1.15 python-telepathy.spec, 1.24, 1.25 sources, 1.14, 1.15 Message-ID: <20090105164548.DF46070108@cvs1.fedora.phx.redhat.com> Author: bpepple Update of /cvs/pkgs/rpms/python-telepathy/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16163 Modified Files: .cvsignore python-telepathy.spec sources Log Message: * Mon Jan 5 2009 Brian Pepple - 0.15.4-1 - Update to 0.15.4. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-telepathy/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 21 Oct 2008 14:43:36 -0000 1.14 +++ .cvsignore 5 Jan 2009 16:45:18 -0000 1.15 @@ -1 +1 @@ -telepathy-python-0.15.3.tar.gz +telepathy-python-0.15.4.tar.gz Index: python-telepathy.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-telepathy/devel/python-telepathy.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- python-telepathy.spec 29 Nov 2008 16:01:47 -0000 1.24 +++ python-telepathy.spec 5 Jan 2009 16:45:18 -0000 1.25 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-telepathy -Version: 0.15.3 -Release: 2%{?dist} +Version: 0.15.4 +Release: 1%{?dist} Summary: Python libraries for Telepathy Group: Development/Languages @@ -49,6 +49,9 @@ %changelog +* Mon Jan 5 2009 Brian Pepple - 0.15.4-1 +- Update to 0.15.4. + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.15.3-2 - Rebuild for Python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-telepathy/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 21 Oct 2008 14:43:36 -0000 1.14 +++ sources 5 Jan 2009 16:45:18 -0000 1.15 @@ -1 +1 @@ -594a66a70764052e30df9428b5be52b2 telepathy-python-0.15.3.tar.gz +e5c7428c38359cf2db387ab1ffac2c84 telepathy-python-0.15.4.tar.gz From tanguy at fedoraproject.org Mon Jan 5 16:49:11 2009 From: tanguy at fedoraproject.org (Eric Tanguy) Date: Mon, 5 Jan 2009 16:49:11 +0000 (UTC) Subject: rpms/scidavis/devel scidavis-0.1.3-python26.patch, NONE, 1.1 scidavis.spec, 1.5, 1.6 Message-ID: <20090105164911.2CFD470108@cvs1.fedora.phx.redhat.com> Author: tanguy Update of /cvs/extras/rpms/scidavis/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17196 Modified Files: scidavis.spec Added Files: scidavis-0.1.3-python26.patch Log Message: scidavis-0.1.3-python26.patch: --- NEW FILE scidavis-0.1.3-python26.patch --- --- scidavis-0.1.3/scidavis/python.pri 2008-02-25 20:32:02.000000000 +0100 +++ scidavis-0.1.3/scidavis/python.pri.new 2009-01-05 17:42:39.000000000 +0100 @@ -15,8 +15,8 @@ SOURCES += src/PythonScript.cpp src/PythonScripting.cpp unix { - INCLUDEPATH += $$system(python python-includepath.py) - LIBS += $$system(python -c "\"from distutils import sysconfig; print '-lpython'+sysconfig.get_config_var('VERSION')\"") + INCLUDEPATH += /usr/include/python2.6 + LIBS += -lpython2.6 LIBS += -lm system(mkdir -p $${SIP_DIR}) system($$system(python python-sipcmd.py) -c $${SIP_DIR} src/scidavis.sip) Index: scidavis.spec =================================================================== RCS file: /cvs/extras/rpms/scidavis/devel/scidavis.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- scidavis.spec 1 Dec 2008 05:03:52 -0000 1.5 +++ scidavis.spec 5 Jan 2009 16:48:40 -0000 1.6 @@ -5,6 +5,7 @@ Source0: http://download.sourceforge.net/sourceforge/scidavis/%{name}-%{version}.tar.bz2 Source1: http://download.sourceforge.net/sourceforge/scidavis/scidavis-manual-0.1_2008-02-28.tar.bz2 Patch0: scidavis-0.1.3-pro.patch +Patch1: scidavis-0.1.3-pyton26.patch URL: http://scidavis.sourceforge.net/ License: GPLv2 Group: Applications/Engineering @@ -29,6 +30,7 @@ %prep %setup -q -a 1 %patch0 -p1 +%patch1 -p1 sed -i -e 's/x-sciprj/x-sciprj;/' scidavis/scidavis.desktop sed -i -e 's/50/100/' scidavis/scidavis.xml From pghmcfc at fedoraproject.org Mon Jan 5 16:50:12 2009 From: pghmcfc at fedoraproject.org (Paul Howarth) Date: Mon, 5 Jan 2009 16:50:12 +0000 (UTC) Subject: rpms/perl-Test-Warn/F-9 .cvsignore, 1.4, 1.5 perl-Test-Warn.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <20090105165012.547AC70108@cvs1.fedora.phx.redhat.com> Author: pghmcfc Update of /cvs/pkgs/rpms/perl-Test-Warn/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17672 Modified Files: .cvsignore perl-Test-Warn.spec sources Log Message: Resync with devel (#477298) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Warn/F-9/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 5 May 2007 13:57:17 -0000 1.4 +++ .cvsignore 5 Jan 2009 16:49:41 -0000 1.5 @@ -1 +1 @@ -Test-Warn-0.10.tar.gz +Test-Warn-0.11.tar.gz Index: perl-Test-Warn.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Warn/F-9/perl-Test-Warn.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Test-Warn.spec 2 Mar 2008 15:56:35 -0000 1.8 +++ perl-Test-Warn.spec 5 Jan 2009 16:49:42 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Test-Warn -Version: 0.10 -Release: 3%{?dist} +Version: 0.11 +Release: 1%{?dist} Summary: Perl extension to test methods for warnings Group: Development/Libraries @@ -10,14 +10,22 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(Array::Compare) +BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(File::Spec) BuildRequires: perl(Sub::Uplevel) >= 0.12 +BuildRequires: perl(Test::Builder) >= 0.13 +BuildRequires: perl(Test::Builder::Tester) BuildRequires: perl(Test::Exception) -BuildRequires: perl(Array::Compare) -BuildRequires: perl(Tree::DAG_Node) +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) +BuildRequires: perl(Tree::DAG_Node) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Test::Builder) >= 0.13 +Requires: perl(Test::Builder::Tester) Requires: perl(Tree::DAG_Node) + %description This module provides a few convenience methods for testing warning based code. @@ -56,6 +64,12 @@ %changelog +* Sat Dec 20 2008 Paul Howarth - 0.11-1 +- Update to 0.11 (#477298) +- Buildreq ExtUtils::MakeMaker, File::Spec, Test::Builder, + Test::Builder::Tester, and Test::More (from upstream Makefile.PL) +- Add runtime dependencies on Test::Builder and Test::Builder::Tester + * Wed Feb 27 2008 Tom "spot" Callaway - 0.10-3 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Test-Warn/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 May 2007 13:57:17 -0000 1.4 +++ sources 5 Jan 2009 16:49:42 -0000 1.5 @@ -1 +1 @@ -17557bbc8eefadf9f088ae4ab73e9976 Test-Warn-0.10.tar.gz +1000ef6d94b54ca9eb75fb994a7e8bec Test-Warn-0.11.tar.gz From hadess at fedoraproject.org Mon Jan 5 16:52:24 2009 From: hadess at fedoraproject.org (Bastien Nocera) Date: Mon, 5 Jan 2009 16:52:24 +0000 (UTC) Subject: rpms/rhythmbox/devel rhythmbox.spec, 1.219, 1.220 rhythmbox-iradio-initial.pls, 1.2, NONE Message-ID: <20090105165224.5CE3270108@cvs1.fedora.phx.redhat.com> Author: hadess Update of /cvs/pkgs/rpms/rhythmbox/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18612 Modified Files: rhythmbox.spec Removed Files: rhythmbox-iradio-initial.pls Log Message: * Mon Jan 05 2009 - Bastien Nocera - 0.11.6-20.r6096 - Don't ship our own iradio playlist, the changes are already upstream Index: rhythmbox.spec =================================================================== RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v retrieving revision 1.219 retrieving revision 1.220 diff -u -r1.219 -r1.220 --- rhythmbox.spec 9 Dec 2008 15:10:20 -0000 1.219 +++ rhythmbox.spec 5 Jan 2009 16:51:53 -0000 1.220 @@ -3,13 +3,12 @@ Name: rhythmbox Summary: Music Management Application Version: 0.11.6 -Release: 19.r6096%{?dist} +Release: 20.r6096%{?dist} License: GPLv2+ with exceptions and GFDL Group: Applications/Multimedia URL: http://projects.gnome.org/rhythmbox/ #Source: http://download.gnome.org/sources/rhythmbox/0.11/%{name}-%{version}.tar.bz2 Source: %{name}-%{version}-r6096.tar.gz -Source1: rhythmbox-iradio-initial.pls # http://bugzilla.gnome.org/show_bug.cgi?id=524079 Source2: rhythmbox.png BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -117,9 +116,6 @@ %find_lang %name --with-gnome -# Replace the default radios with Ogg Radios -cp -a %{SOURCE1} %{buildroot}%{_libdir}/rhythmbox/plugins/iradio/iradio-initial.pls - # Install a 24x24 icon install -m 0755 -d %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/ install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/icons/hicolor/24x24/apps/rhythmbox.png @@ -222,6 +218,9 @@ %{_libdir}/rhythmbox/plugins/upnp_coherence %changelog +* Mon Jan 05 2009 - Bastien Nocera - 0.11.6-20.r6096 +- Don't ship our own iradio playlist, the changes are already upstream + * Tue Dec 09 2008 - Bastien Nocera - 0.11.6-19.r6096 - Update to rev 6096 - Fixes some crashers during playback --- rhythmbox-iradio-initial.pls DELETED --- From cweyl at fedoraproject.org Mon Jan 5 16:53:48 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 5 Jan 2009 16:53:48 +0000 (UTC) Subject: rpms/perl-Moose/F-10 perl-Moose.spec,1.26,1.27 sources,1.20,1.21 Message-ID: <20090105165348.8157070108@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19306 Modified Files: perl-Moose.spec sources Log Message: * Sun Jan 04 2009 Chris Weyl 0.64-1 - update to 0.64 Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/F-10/perl-Moose.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- perl-Moose.spec 6 Sep 2008 22:21:34 -0000 1.26 +++ perl-Moose.spec 5 Jan 2009 16:53:18 -0000 1.27 @@ -1,11 +1,11 @@ Name: perl-Moose -Version: 0.57 -Release: 2%{?dist} +Version: 0.64 +Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Moose/ -# source tends to flip between these three authors +# source tends to flip between these four authors Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Moose-%{version}.tar.gz #Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Moose-%{version}.tar.gz #Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz @@ -14,16 +14,15 @@ BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# core -BuildRequires: perl(Test::More) >= 0.62 BuildRequires: perl(ExtUtils::MakeMaker) -# cpan -BuildRequires: perl(Class::MOP) >= 0.65 -BuildRequires: perl(Module::Build) +BuildRequires: perl(Class::MOP) >= 0.75 BuildRequires: perl(Filter::Simple) -BuildRequires: perl(List::MoreUtils) +BuildRequires: perl(List::MoreUtils) >= 0.12 +BuildRequires: perl(Scalar::Util) >= 1.19 BuildRequires: perl(Sub::Exporter) >= 0.954 BuildRequires: perl(Sub::Install) >= 0.92 +BuildRequires: perl(Task::Weaken) +BuildRequires: perl(Test::More) >= 0.77 BuildRequires: perl(Test::Exception) >= 0.21 BuildRequires: perl(Test::LongString) BuildRequires: perl(UNIVERSAL::require) >= 0.10 @@ -112,6 +111,30 @@ %{_mandir}/man3/* %changelog +* Sun Jan 04 2009 Chris Weyl 0.64-1 +- update to 0.64 + +* Sun Dec 28 2008 Chris Weyl 0.63-1 +- update to 0.63 +- bump br versions on Moose, List::MoreUtils + +* Sat Dec 06 2008 Chris Weyl 0.62-1 +- update to 0.62 +- new Task::Weaken and Class::MOP requirements + +* Sat Nov 08 2008 Chris Weyl 0.61-4 +- aaaand drop them again, as it was really perl-Class-MOP's issue. + +* Sat Nov 08 2008 Chris Weyl 0.61-3 +- same with Devel::GlobalDestruction (same RT as below) + +* Sat Nov 08 2008 Chris Weyl 0.61-2 +- add Sub::Name as a build dep (RT#40772) + +* Sat Nov 08 2008 Chris Weyl 0.61-1 +- update to 0.61 +- update BR's + * Sat Sep 06 2008 Chris Weyl 0.57-2 - add additional test BR's Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/F-10/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 6 Sep 2008 19:45:30 -0000 1.20 +++ sources 5 Jan 2009 16:53:18 -0000 1.21 @@ -1 +1 @@ -624b995525536edd1b3d4b39bdcafb77 Moose-0.57.tar.gz +1f1dfa4312926b272e05e3a9b89dca5b Moose-0.64.tar.gz From cweyl at fedoraproject.org Mon Jan 5 16:54:20 2009 From: cweyl at fedoraproject.org (Chris Weyl) Date: Mon, 5 Jan 2009 16:54:20 +0000 (UTC) Subject: rpms/perl-Moose/F-9 perl-Moose.spec,1.23,1.24 sources,1.18,1.19 Message-ID: <20090105165421.0018D70108@cvs1.fedora.phx.redhat.com> Author: cweyl Update of /cvs/extras/rpms/perl-Moose/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19451 Modified Files: perl-Moose.spec sources Log Message: * Sun Jan 04 2009 Chris Weyl 0.64-1 - update to 0.64 Index: perl-Moose.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/F-9/perl-Moose.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- perl-Moose.spec 22 Jul 2008 04:28:38 -0000 1.23 +++ perl-Moose.spec 5 Jan 2009 16:53:50 -0000 1.24 @@ -1,27 +1,28 @@ Name: perl-Moose -Version: 0.54 +Version: 0.64 Release: 1%{?dist} Summary: Complete modern object system for Perl 5 License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Moose/ -# source tends to flip between these three authors +# source tends to flip between these four authors +Source0: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Moose-%{version}.tar.gz #Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Moose-%{version}.tar.gz -Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz +#Source0: http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Moose-%{version}.tar.gz #Source0: http://search.cpan.org/CPAN/authors/id/G/GR/GRODITI/Moose-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -# core -BuildRequires: perl(Test::More) >= 0.62 BuildRequires: perl(ExtUtils::MakeMaker) -# cpan -BuildRequires: perl(Class::MOP) >= 0.55 -BuildRequires: perl(Module::Build) +BuildRequires: perl(Class::MOP) >= 0.75 BuildRequires: perl(Filter::Simple) +BuildRequires: perl(List::MoreUtils) >= 0.12 +BuildRequires: perl(Scalar::Util) >= 1.19 BuildRequires: perl(Sub::Exporter) >= 0.954 BuildRequires: perl(Sub::Install) >= 0.92 +BuildRequires: perl(Task::Weaken) +BuildRequires: perl(Test::More) >= 0.77 BuildRequires: perl(Test::Exception) >= 0.21 BuildRequires: perl(Test::LongString) BuildRequires: perl(UNIVERSAL::require) >= 0.10 @@ -43,6 +44,9 @@ BuildRequires: perl(Declare::Constraints::Simple) # optional test #8 (as of 0.20) BuildRequires: perl(Module::Refresh) +# optional tests #9 (as of 0.57) +BuildRequires: perl(Test::Warn) +BuildRequires: perl(Test::Output) %description @@ -107,6 +111,36 @@ %{_mandir}/man3/* %changelog +* Sun Jan 04 2009 Chris Weyl 0.64-1 +- update to 0.64 + +* Sun Dec 28 2008 Chris Weyl 0.63-1 +- update to 0.63 +- bump br versions on Moose, List::MoreUtils + +* Sat Dec 06 2008 Chris Weyl 0.62-1 +- update to 0.62 +- new Task::Weaken and Class::MOP requirements + +* Sat Nov 08 2008 Chris Weyl 0.61-4 +- aaaand drop them again, as it was really perl-Class-MOP's issue. + +* Sat Nov 08 2008 Chris Weyl 0.61-3 +- same with Devel::GlobalDestruction (same RT as below) + +* Sat Nov 08 2008 Chris Weyl 0.61-2 +- add Sub::Name as a build dep (RT#40772) + +* Sat Nov 08 2008 Chris Weyl 0.61-1 +- update to 0.61 +- update BR's + +* Sat Sep 06 2008 Chris Weyl 0.57-2 +- add additional test BR's + +* Sat Sep 06 2008 Chris Weyl 0.57-1 +- update to 0.57 + * Fri Jul 18 2008 Chris Weyl 0.54-1 - update to 0.54 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Moose/F-9/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 22 Jul 2008 04:28:38 -0000 1.18 +++ sources 5 Jan 2009 16:53:50 -0000 1.19 @@ -1 +1 @@ -53b5cddeb1e287b29f87966c9ad3e433 Moose-0.54.tar.gz +1f1dfa4312926b272e05e3a9b89dca5b Moose-0.64.tar.gz From dwmw2 at fedoraproject.org Mon Jan 5 16:57:49 2009 From: dwmw2 at fedoraproject.org (David Woodhouse) Date: Mon, 5 Jan 2009 16:57:49 +0000 (UTC) Subject: rpms/NetworkManager-openconnect/F-9 .cvsignore, 1.3, 1.4 NetworkManager-openconnect.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090105165749.C7F9370108@cvs1.fedora.phx.redhat.com> Author: dwmw2 Update of /cvs/pkgs/rpms/NetworkManager-openconnect/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20376 Modified Files: .cvsignore NetworkManager-openconnect.spec sources Log Message: update translations and rebuild Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openconnect/F-9/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Dec 2008 10:02:25 -0000 1.3 +++ .cvsignore 5 Jan 2009 16:57:19 -0000 1.4 @@ -1 +1 @@ -NetworkManager-openconnect-0.7.0.svn9.tar.gz +NetworkManager-openconnect-0.7.0.svn14.tar.gz Index: NetworkManager-openconnect.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openconnect/F-9/NetworkManager-openconnect.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NetworkManager-openconnect.spec 22 Dec 2008 11:15:21 -0000 1.3 +++ NetworkManager-openconnect.spec 5 Jan 2009 16:57:19 -0000 1.4 @@ -3,20 +3,20 @@ %define gtk2_version 2.10.0 %define openconnect_version 0.99 -%define svn_snapshot svn9 +%define svn_snapshot svn14 Summary: NetworkManager VPN integration for openconnect Name: NetworkManager-openconnect Version: 0.7.0 -Release: 3.%{svn_snapshot}%{?dist} +Release: 4.%{svn_snapshot}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ # Created from the git mirror of GNOME SVN: # git-clone git://git.infradead.org/network-manager-openconnect.git # cd network-manager-openconnect -# git-archive --format=tar --prefix=NetworkManager-openconnect-0.7.0/ daf365e \ -# | gzip -9 > NetworkManager-openconnect-0.7.0.svn9.tar.gz +# git-archive --format=tar --prefix=NetworkManager-openconnect-0.7.0/ b94964eb \ +# | gzip -9 > NetworkManager-openconnect-0.7.0.svn14.tar.gz Source: %{name}-%{version}.%{svn_snapshot}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -102,6 +102,10 @@ %{_datadir}/gnome-vpn-properties/openconnect/nm-openconnect-dialog.glade %changelog +* Mon Jan 5 2009 David Woodhouse 0.7.0-4.svn14 +- Rebuild for updated NetworkManager +- Update translations from GNOME SVN + * Sun Dec 21 2008 David Woodhouse 0.7.0-3.svn9 - Update from GNOME SVN (translations, review feedback merged) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openconnect/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Dec 2008 10:02:25 -0000 1.3 +++ sources 5 Jan 2009 16:57:19 -0000 1.4 @@ -1 +1 @@ -e308cb5153019c03dd1837738845edc3 NetworkManager-openconnect-0.7.0.svn9.tar.gz +9a8f8d94958f104345a986c9b6aa1cea NetworkManager-openconnect-0.7.0.svn14.tar.gz From tanguy at fedoraproject.org Mon Jan 5 16:58:06 2009 From: tanguy at fedoraproject.org (Eric Tanguy) Date: Mon, 5 Jan 2009 16:58:06 +0000 (UTC) Subject: rpms/scidavis/devel scidavis.spec,1.6,1.7 Message-ID: <20090105165806.3609B70108@cvs1.fedora.phx.redhat.com> Author: tanguy Update of /cvs/extras/rpms/scidavis/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20441 Modified Files: scidavis.spec Log Message: Index: scidavis.spec =================================================================== RCS file: /cvs/extras/rpms/scidavis/devel/scidavis.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scidavis.spec 5 Jan 2009 16:48:40 -0000 1.6 +++ scidavis.spec 5 Jan 2009 16:57:36 -0000 1.7 @@ -5,7 +5,7 @@ Source0: http://download.sourceforge.net/sourceforge/scidavis/%{name}-%{version}.tar.bz2 Source1: http://download.sourceforge.net/sourceforge/scidavis/scidavis-manual-0.1_2008-02-28.tar.bz2 Patch0: scidavis-0.1.3-pro.patch -Patch1: scidavis-0.1.3-pyton26.patch +Patch1: scidavis-0.1.3-python26.patch URL: http://scidavis.sourceforge.net/ License: GPLv2 Group: Applications/Engineering From dwmw2 at fedoraproject.org Mon Jan 5 16:58:47 2009 From: dwmw2 at fedoraproject.org (David Woodhouse) Date: Mon, 5 Jan 2009 16:58:47 +0000 (UTC) Subject: rpms/NetworkManager-openconnect/F-10 .cvsignore, 1.3, 1.4 NetworkManager-openconnect.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20090105165847.D03A670108@cvs1.fedora.phx.redhat.com> Author: dwmw2 Update of /cvs/pkgs/rpms/NetworkManager-openconnect/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20651 Modified Files: .cvsignore NetworkManager-openconnect.spec sources Log Message: update translations and rebuild Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openconnect/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Dec 2008 10:01:27 -0000 1.3 +++ .cvsignore 5 Jan 2009 16:58:17 -0000 1.4 @@ -1 +1 @@ -NetworkManager-openconnect-0.7.0.svn9.tar.gz +NetworkManager-openconnect-0.7.0.svn14.tar.gz Index: NetworkManager-openconnect.spec =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openconnect/F-10/NetworkManager-openconnect.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NetworkManager-openconnect.spec 22 Dec 2008 11:18:11 -0000 1.3 +++ NetworkManager-openconnect.spec 5 Jan 2009 16:58:17 -0000 1.4 @@ -3,20 +3,20 @@ %define gtk2_version 2.10.0 %define openconnect_version 0.99 -%define svn_snapshot svn9 +%define svn_snapshot svn14 Summary: NetworkManager VPN integration for openconnect Name: NetworkManager-openconnect Version: 0.7.0 -Release: 3.%{svn_snapshot}%{?dist} +Release: 4.%{svn_snapshot}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://www.gnome.org/projects/NetworkManager/ # Created from the git mirror of GNOME SVN: # git-clone git://git.infradead.org/network-manager-openconnect.git # cd network-manager-openconnect -# git-archive --format=tar --prefix=NetworkManager-openconnect-0.7.0/ daf365e \ -# | gzip -9 > NetworkManager-openconnect-0.7.0.svn9.tar.gz +# git-archive --format=tar --prefix=NetworkManager-openconnect-0.7.0/ b94964eb \ +# | gzip -9 > NetworkManager-openconnect-0.7.0.svn14.tar.gz Source: %{name}-%{version}.%{svn_snapshot}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -102,6 +102,10 @@ %{_datadir}/gnome-vpn-properties/openconnect/nm-openconnect-dialog.glade %changelog +* Mon Jan 5 2009 David Woodhouse 0.7.0-4.svn14 +- Rebuild for updated NetworkManager +- Update translations from GNOME SVN + * Sun Dec 21 2008 David Woodhouse 0.7.0-3.svn9 - Update from GNOME SVN (translations, review feedback merged) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/NetworkManager-openconnect/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Dec 2008 10:01:28 -0000 1.3 +++ sources 5 Jan 2009 16:58:17 -0000 1.4 @@ -1 +1 @@ -e308cb5153019c03dd1837738845edc3 NetworkManager-openconnect-0.7.0.svn9.tar.gz +9a8f8d94958f104345a986c9b6aa1cea NetworkManager-openconnect-0.7.0.svn14.tar.gz From ovasik at fedoraproject.org Mon Jan 5 17:02:03 2009 From: ovasik at fedoraproject.org (Ondrej Vasik) Date: Mon, 5 Jan 2009 17:02:03 +0000 (UTC) Subject: rpms/xmlto/devel xmlto-stringparam.patch, NONE, 1.1 xmlto.spec, 1.42, 1.43 Message-ID: <20090105170203.3F77270108@cvs1.fedora.phx.redhat.com> Author: ovasik Update of /cvs/extras/rpms/xmlto/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21317 Modified Files: xmlto.spec Added Files: xmlto-stringparam.patch Log Message: fix stringparam option functionality, clarify licenses xmlto-stringparam.patch: --- NEW FILE xmlto-stringparam.patch --- diff -urNp xmlto-0.0.21-orig/THANKS xmlto-0.0.21/THANKS --- xmlto-0.0.21-orig/THANKS 2008-02-25 15:24:59.000000000 +0100 +++ xmlto-0.0.21/THANKS 2009-01-05 17:55:58.000000000 +0100 @@ -11,3 +11,4 @@ Shlomi Fish Braden McDaniel Andreas Hoenen Graham Wilson +Joseph Parmelee diff -urNp xmlto-0.0.21-orig/xmlto.in xmlto-0.0.21/xmlto.in --- xmlto-0.0.21-orig/xmlto.in 2008-05-30 15:41:31.000000000 +0200 +++ xmlto-0.0.21/xmlto.in 2009-01-05 17:55:12.000000000 +0100 @@ -273,8 +273,8 @@ while [ "$#" -gt "0" ]; do ;; --stringparam) MYPARAM="$2" - XSLTPARAMS="XSLTPARAMS --stringparam ${MYPARAM%=*}" - XSLTPARAMS="XSLTPARAMS $MYPARAM#*=}" + XSLTPARAMS="$XSLTPARAMS --stringparam ${MYPARAM%=*}" + XSLTPARAMS="$XSLTPARAMS ${MYPARAM#*=}" shift 2 ;; --noclean) Index: xmlto.spec =================================================================== RCS file: /cvs/extras/rpms/xmlto/devel/xmlto.spec,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- xmlto.spec 16 Dec 2008 16:36:52 -0000 1.42 +++ xmlto.spec 5 Jan 2009 17:01:32 -0000 1.43 @@ -1,7 +1,8 @@ Summary: A tool for converting XML files to various formats Name: xmlto Version: 0.0.21 -Release: 4%{?dist} +Release: 5%{?dist} +#xmlto is released under GPLv2+ license, xmlif under GPL+ license License: GPLv2+ and GPL+ Group: Applications/System #Older versions up to xmlto-0.0.20 @@ -9,6 +10,7 @@ #Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2 URL: https://fedorahosted.org/xmlto/ Source0: https://fedorahosted.org/releases/x/m/%{name}/%{name}-%{version}.tar.bz2 +Patch0: xmlto-stringparam.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -42,6 +44,7 @@ %prep %setup -q +%patch0 -p1 -b .stringparam %build %configure @@ -74,6 +77,9 @@ %{_datadir}/xmlto/format/fo/pdf %changelog +* Mon Jan 05 2009 Ondrej Vasik - 0.0.21-5 +- fix stringparam option functionality + * Tue Dec 16 2008 Ondrej Vasik - 0.0.21-4 - merge review(#226568) correct doc filelist attributes, add License GPL+ for xmlif From rishi at fedoraproject.org Mon Jan 5 17:02:22 2009 From: rishi at fedoraproject.org (Debarshi Ray) Date: Mon, 5 Jan 2009 17:02:22 +0000 (UTC) Subject: rpms/anjuta/F-10 anjuta-2.24.2-webkit.patch, NONE, 1.1 .cvsignore, 1.13, 1.14 anjuta.spec, 1.55, 1.56 sources, 1.13, 1.14 anjuta-2.24.1-webkit.patch, 1.1, NONE Message-ID: <20090105170222.1DFD570108@cvs1.fedora.phx.redhat.com> Author: rishi Update of /cvs/pkgs/rpms/anjuta/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21372 Modified Files: .cvsignore anjuta.spec sources Added Files: anjuta-2.24.2-webkit.patch Removed Files: anjuta-2.24.1-webkit.patch Log Message: * Sun Jan 04 2009 Debarshi Ray - 1:2.24.2-1 - Version bump to 2.24.2. Closes Red Hat Bugzilla bug #478684. anjuta-2.24.2-webkit.patch: --- NEW FILE anjuta-2.24.2-webkit.patch --- diff -urNp anjuta-2.24.2.orig/configure anjuta-2.24.2/configure --- anjuta-2.24.2.orig/configure 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/configure 2009-01-04 15:27:51.000000000 +0530 @@ -2395,7 +2395,7 @@ VTE_REQUIRED=0.9.0 VTE_NEW_REQUIRED=0.13.1 LIBXML_REQUIRED=2.4.23 PANGO_REQUIRED=1.1.1 -LIBDEVHELP_REQUIRED=0.13 +LIBDEVHELP_REQUIRED=0.22 GDL_REQUIRED=0.7.3 GNOMEBUILD_REQUIRED=0.3.0 GLADEUI_REQUIRED=3.2.0 @@ -18753,12 +18753,12 @@ if test -n "$PKG_CONFIG"; then pkg_cv_PLUGIN_DEVHELP_CFLAGS="$PLUGIN_DEVHELP_CFLAGS" else if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED\"") >&5 - ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED webkit-1.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_PLUGIN_DEVHELP_CFLAGS=`$PKG_CONFIG --cflags "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED" 2>/dev/null` + pkg_cv_PLUGIN_DEVHELP_CFLAGS=`$PKG_CONFIG --cflags "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0" 2>/dev/null` else pkg_failed=yes fi @@ -18771,12 +18771,12 @@ if test -n "$PKG_CONFIG"; then pkg_cv_PLUGIN_DEVHELP_LIBS="$PLUGIN_DEVHELP_LIBS" else if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED\"") >&5 - ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED webkit-1.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_PLUGIN_DEVHELP_LIBS=`$PKG_CONFIG --libs "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED" 2>/dev/null` + pkg_cv_PLUGIN_DEVHELP_LIBS=`$PKG_CONFIG --libs "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0" 2>/dev/null` else pkg_failed=yes fi @@ -18795,9 +18795,9 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED"` + PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0"` else - PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED"` + PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0"` fi # Put the nasty error message in config.log where it belongs echo "$PLUGIN_DEVHELP_PKG_ERRORS" >&5 diff -urNp anjuta-2.24.2.orig/plugins/devhelp/anjuta-devhelp.ui anjuta-2.24.2/plugins/devhelp/anjuta-devhelp.ui --- anjuta-2.24.2.orig/plugins/devhelp/anjuta-devhelp.ui 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/plugins/devhelp/anjuta-devhelp.ui 2009-01-04 15:27:51.000000000 +0530 @@ -1,14 +1,6 @@ - - - - - - - - @@ -24,7 +16,5 @@ - - diff -urNp anjuta-2.24.2.orig/plugins/devhelp/htmlview.c anjuta-2.24.2/plugins/devhelp/htmlview.c --- anjuta-2.24.2.orig/plugins/devhelp/htmlview.c 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/plugins/devhelp/htmlview.c 1970-01-01 05:30:00.000000000 +0530 @@ -1,182 +0,0 @@ -/* - * 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 Library 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -#include "htmlview.h" - -#include -#include -#include -#include -#include - -static void html_view_class_init(HtmlViewClass *klass); -static void html_view_init(HtmlView *sp); -static void html_view_finalize(GObject *object); - -struct _HtmlViewPrivate { - DhHtml* html; - AnjutaDevhelp* devhelp; - gchar* uri; - guint idle_realize; -}; - -G_DEFINE_TYPE(HtmlView, html_view, GTK_TYPE_HBOX) - -static gboolean -devhelp_html_open_uri_cb (DhHtml *html, - const gchar *uri, - AnjutaDevhelp *widget) -{ -#ifdef HAVE_OLD_DEVHELP - dh_book_tree_show_uri (DH_BOOK_TREE (widget->book_tree), uri); -#else - dh_book_tree_select_uri (DH_BOOK_TREE (widget->book_tree), uri); -#endif - return FALSE; -} - -static void -devhelp_html_location_changed_cb (DhHtml *html, - const gchar *location, - AnjutaDevhelp *widget) -{ - anjuta_devhelp_check_history (widget); -} - -static gboolean -html_view_create_html(HtmlView* html_view) -{ - GtkWidget* view; - HtmlViewPrivate* priv = html_view->priv; - - priv->html = dh_html_new(); - - if (!priv->html || !DH_IS_HTML(priv->html)) - return TRUE; /* I think the idea is to wait until we get a widget? */ - - view = dh_html_get_widget(priv->html); - gtk_box_pack_start(GTK_BOX(html_view), dh_html_get_widget(priv->html), TRUE, TRUE, 1); - - g_signal_connect (priv->html, "open-uri", - G_CALLBACK (devhelp_html_open_uri_cb), - priv->devhelp); - g_signal_connect (priv->html, "location-changed", - G_CALLBACK (devhelp_html_location_changed_cb), - priv->devhelp); - - /* Hack to get GtkMozEmbed to work properly. */ - gtk_widget_realize (view); - - if (priv->uri) - dh_html_open_uri(priv->html, priv->uri); - else - dh_html_clear(priv->html); - - gtk_widget_show (view); - - return FALSE; -} - -static void -html_view_realize(GtkWidget* widget) -{ - HtmlView* html_view = HTML_VIEW(widget); - - if (html_view->priv->idle_realize == 0) - { - html_view->priv->idle_realize = - g_idle_add((GSourceFunc) html_view_create_html, html_view); - } - (* GTK_WIDGET_CLASS (html_view_parent_class)->realize)(widget); -} - -static void -html_view_unrealize(GtkWidget* widget) -{ - HtmlView* html_view = HTML_VIEW(widget); - - if (html_view->priv->idle_realize > 0) - { - g_source_remove (html_view->priv->idle_realize); - html_view->priv->idle_realize = 0; - } - - if (html_view->priv->html != NULL) - { - g_free(html_view->priv->uri); - html_view->priv->uri = dh_html_get_location(html_view->priv->html); - } - else - html_view->priv->uri = NULL; - - if (gtk_container_get_children(GTK_CONTAINER(html_view))) - { - gtk_container_remove(GTK_CONTAINER(widget), dh_html_get_widget(html_view->priv->html)); - html_view->priv->html = NULL; - } - - (* GTK_WIDGET_CLASS (html_view_parent_class)->unrealize)(widget); -} - -static void -html_view_class_init(HtmlViewClass *klass) -{ - GObjectClass *object_class = G_OBJECT_CLASS(klass); - GtkWidgetClass* widget_class = GTK_WIDGET_CLASS(klass); - - object_class->finalize = html_view_finalize; - - widget_class->realize = html_view_realize; - widget_class->unrealize = html_view_unrealize; -} - -static void -html_view_init(HtmlView *obj) -{ - obj->priv = g_new0(HtmlViewPrivate, 1); - gtk_widget_show(GTK_WIDGET(obj)); -} - -static void -html_view_finalize(GObject *object) -{ - HtmlView *cobj; - cobj = HTML_VIEW(object); - - /* Free private members, etc. */ - if (cobj->priv->html) - gtk_widget_destroy(dh_html_get_widget(cobj->priv->html)); - g_free (cobj->priv->uri); - g_free(cobj->priv); - G_OBJECT_CLASS(html_view_parent_class)->finalize(object); -} - -GtkWidget* -html_view_new(AnjutaDevhelp* devhelp) -{ - HtmlView *obj; - - obj = HTML_VIEW(g_object_new(HTML_TYPE_VIEW, NULL)); - - obj->priv->devhelp = devhelp; - - return GTK_WIDGET(obj); -} - -DhHtml* html_view_get_dh_html(HtmlView* view) -{ - return view->priv->html; -} diff -urNp anjuta-2.24.2.orig/plugins/devhelp/htmlview.h anjuta-2.24.2/plugins/devhelp/htmlview.h --- anjuta-2.24.2.orig/plugins/devhelp/htmlview.h 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/plugins/devhelp/htmlview.h 1970-01-01 05:30:00.000000000 +0530 @@ -1,57 +0,0 @@ -/* - * 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 Library 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -#ifndef HTMLVIEW_H -#define HTMLVIEW_H - -#include -#include -#include - -#include - -#include "plugin.h" - -G_BEGIN_DECLS - -#define HTML_TYPE_VIEW (html_view_get_type ()) -#define HTML_VIEW(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), HTML_TYPE_VIEW, HtmlView)) -#define HTML_VIEW_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), HTML_TYPE_VIEW, HtmlViewClass)) -#define HTML_IS_VIEW(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), HTML_TYPE_VIEW)) -#define HTML_IS_VIEW_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), HTML_TYPE_VIEW)) -#define HTML_VIEW_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), HTML_TYPE_VIEW, HtmlViewClass)) - -typedef struct _HtmlView HtmlView; -typedef struct _HtmlViewPrivate HtmlViewPrivate; -typedef struct _HtmlViewClass HtmlViewClass; - -struct _HtmlView { - GtkHBox parent; - HtmlViewPrivate *priv; -}; - -struct _HtmlViewClass { - GtkHBoxClass parent_class; -}; - -GType html_view_get_type(void); -GtkWidget *html_view_new(AnjutaDevhelp* devhelp); - -DhHtml* html_view_get_dh_html(HtmlView* html_view); - -G_END_DECLS - -#endif /* HTMLVIEW_H */ diff -urNp anjuta-2.24.2.orig/plugins/devhelp/Makefile.in anjuta-2.24.2/plugins/devhelp/Makefile.in --- anjuta-2.24.2.orig/plugins/devhelp/Makefile.in 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/plugins/devhelp/Makefile.in 2009-01-04 15:27:51.000000000 +0530 @@ -37,11 +37,7 @@ build_triplet = @build@ host_triplet = @host@ @HAVE_PLUGIN_DEVHELP_TRUE at am__append_1 = $(PLUGIN_DEVHELP_CFLAGS) @HAVE_PLUGIN_DEVHELP_FALSE at am__append_2 = -DDISABLE_EMBEDDED_DEVHELP - at HAVE_PLUGIN_DEVHELP_TRUE@am__append_3 = \ - at HAVE_PLUGIN_DEVHELP_TRUE@ htmlview.c \ - at HAVE_PLUGIN_DEVHELP_TRUE@ htmlview.h - - at HAVE_PLUGIN_DEVHELP_TRUE@am__append_4 = $(PLUGIN_DEVHELP_LIBS) + at HAVE_PLUGIN_DEVHELP_TRUE@am__append_3 = $(PLUGIN_DEVHELP_LIBS) subdir = plugins/devhelp DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -67,10 +63,7 @@ am__DEPENDENCIES_1 = @HAVE_PLUGIN_DEVHELP_TRUE at am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) libanjuta_devhelp_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) -am__libanjuta_devhelp_la_SOURCES_DIST = plugin.c plugin.h htmlview.c \ - htmlview.h - at HAVE_PLUGIN_DEVHELP_TRUE@am__objects_1 = htmlview.lo -am_libanjuta_devhelp_la_OBJECTS = plugin.lo $(am__objects_1) +am_libanjuta_devhelp_la_OBJECTS = plugin.lo libanjuta_devhelp_la_OBJECTS = $(am_libanjuta_devhelp_la_OBJECTS) libanjuta_devhelp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ @@ -88,7 +81,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLF --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libanjuta_devhelp_la_SOURCES) -DIST_SOURCES = $(am__libanjuta_devhelp_la_SOURCES_DIST) +DIST_SOURCES = $(libanjuta_devhelp_la_SOURCES) devhelp_pixmapsDATA_INSTALL = $(INSTALL_DATA) devhelp_pluginDATA_INSTALL = $(INSTALL_DATA) devhelp_uiDATA_INSTALL = $(INSTALL_DATA) @@ -389,6 +382,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @@ -424,11 +418,14 @@ plugin_LTLIBRARIES = libanjuta-devhelp.l libanjuta_devhelp_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) # Plugin sources -libanjuta_devhelp_la_SOURCES = plugin.c plugin.h $(am__append_3) +libanjuta_devhelp_la_SOURCES = \ + plugin.c \ + plugin.h + # Plugin dependencies libanjuta_devhelp_la_LIBADD = $(GTK_LIBS) $(LIBANJUTA_LIBS) \ - $(am__append_4) + $(am__append_3) EXTRA_DIST = \ $(plugin_in_files) \ $(devhelp_plugin_DATA) \ @@ -504,7 +501,6 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c - at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/htmlview.Plo at am__quote@ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/plugin.Plo at am__quote@ .c.o: diff -urNp anjuta-2.24.2.orig/plugins/devhelp/plugin.c anjuta-2.24.2/plugins/devhelp/plugin.c --- anjuta-2.24.2.orig/plugins/devhelp/plugin.c 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/plugins/devhelp/plugin.c 2009-01-04 15:27:51.000000000 +0530 @@ -34,11 +34,9 @@ #ifndef DISABLE_EMBEDDED_DEVHELP #include -#include -#include #include #include -#include "htmlview.h" +#include #define UI_FILE PACKAGE_DATA_DIR"/ui/anjuta-devhelp.ui" #else /* DISABLE_EMBEDDED_DEVHELP */ @@ -51,12 +49,8 @@ static gpointer parent_class; #ifndef DISABLE_EMBEDDED_DEVHELP -#define ANJUTA_PIXMAP_HELP_NEXT "anjuta-go-help-next-24.png" -#define ANJUTA_PIXMAP_HELP_PREV "anjuta-go-help-prev-24.png" #define ANJUTA_PIXMAP_DEVHELP "anjuta-devhelp-plugin-48.png" -#define ANJUTA_STOCK_HELP_NEXT "anjuta-help-next" -#define ANJUTA_STOCK_HELP_PREV "anjuta-help-prev" #define ANJUTA_STOCK_DEVHELP "anjuta-devhelp" static void @@ -74,76 +68,55 @@ register_stock_icons (AnjutaPlugin *plug /* Register stock icons */ ui = anjuta_shell_get_ui (plugin->shell, NULL); icon_factory = anjuta_ui_get_icon_factory (ui); - REGISTER_ICON (ANJUTA_PIXMAP_HELP_NEXT, ANJUTA_STOCK_HELP_NEXT); - REGISTER_ICON (ANJUTA_PIXMAP_HELP_PREV, ANJUTA_STOCK_HELP_PREV); REGISTER_ICON (ANJUTA_PIXMAP_DEVHELP, ANJUTA_STOCK_DEVHELP); } static void -devhelp_tree_link_selected_cb (GObject *ignored, - DhLink *link, - AnjutaDevhelp *widget) +devhelp_tree_link_selected_cb (GObject *ignored, DhLink *link, + AnjutaDevhelp *widget) { + gchar *uri; - DhHtml *html; + /*anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, + widget->view, NULL);*/ - anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, - widget->htmlview, NULL); - - html = html_view_get_dh_html(HTML_VIEW(widget->htmlview)); - - if (!DH_IS_HTML(html)) - return; + uri = dh_link_get_uri (link); + webkit_web_view_open (WEBKIT_WEB_VIEW (widget->view), uri); + g_free (uri); - dh_html_open_uri (html, link->uri); - anjuta_devhelp_check_history (widget); } static void -devhelp_search_link_selected_cb (GObject *ignored, - DhLink *link, - AnjutaDevhelp *widget) +devhelp_search_link_selected_cb (GObject *ignored, DhLink *link, + AnjutaDevhelp *widget) { - DhHtml *html; - - anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, - widget->htmlview, NULL); - - html = html_view_get_dh_html(HTML_VIEW(widget->htmlview)); - - if (!DH_IS_HTML(html)) - return; - - dh_html_open_uri (html, link->uri); + gchar *uri; + + /*anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, + widget->view, NULL);*/ + uri = dh_link_get_uri (link); + webkit_web_view_open (WEBKIT_WEB_VIEW (widget->view), uri); + g_free (uri); + anjuta_devhelp_check_history (widget); } static void -on_go_back_activate (GtkAction *action, AnjutaDevhelp *plugin) +on_go_back_clicked (GtkWidget *widget, AnjutaDevhelp *plugin) { - DhHtml* html; - - html = html_view_get_dh_html(HTML_VIEW(plugin->htmlview)); + webkit_web_view_go_back (WEBKIT_WEB_VIEW (plugin->view)); - if (!DH_IS_HTML(html)) - return; - - dh_html_go_back(html); + anjuta_devhelp_check_history (plugin); } static void -on_go_forward_activate (GtkAction *action, AnjutaDevhelp *plugin) +on_go_forward_clicked (GtkWidget *widget, AnjutaDevhelp *plugin) { - DhHtml* html; - - html = html_view_get_dh_html(HTML_VIEW(plugin->htmlview)); + webkit_web_view_go_forward (WEBKIT_WEB_VIEW (plugin->view)); - if (!DH_IS_HTML(html)) - return; - - dh_html_go_forward(html); + anjuta_devhelp_check_history (plugin); } static gboolean @@ -173,7 +146,7 @@ on_api_reference_activate (GtkAction *ac } static gboolean -context_idle(AnjutaDevhelp* plugin) +context_idle (AnjutaDevhelp* plugin) { IAnjutaEditor *editor; gchar *current_word; @@ -232,22 +205,6 @@ static GtkActionEntry actions[] = { NULL, NULL }, - { - "ActionDevhelpBack", - ANJUTA_STOCK_HELP_PREV, - N_("Previous Help"), - NULL, - N_("Go to previous help page"), - G_CALLBACK (on_go_back_activate) - }, - { - "ActionDevhelpForward", - ANJUTA_STOCK_HELP_NEXT, - N_("Next Help"), - NULL, - N_("Go to next help page"), - G_CALLBACK (on_go_forward_activate) - }, #endif /* DISABLE_EMBEDDED_DEVHELP */ { "ActionHelpApi", @@ -282,7 +239,7 @@ static GtkActionEntry actions[] = { /* Watches callbacks */ static void -value_added_current_editor (AnjutaPlugin *plugin, const char *name, +value_added_current_editor (AnjutaPlugin *plugin, const gchar *name, const GValue *value, gpointer data) { GtkAction *action; @@ -300,7 +257,7 @@ value_added_current_editor (AnjutaPlugin static void value_removed_current_editor (AnjutaPlugin *plugin, - const char *name, gpointer data) + const gchar *name, gpointer data) { GtkAction *action; AnjutaDevhelp* devhelp = ANJUTA_PLUGIN_DEVHELP (data); @@ -314,7 +271,6 @@ value_removed_current_editor (AnjutaPlug static gboolean devhelp_activate (AnjutaPlugin *plugin) { - AnjutaUI *ui; AnjutaDevhelp *devhelp; @@ -323,12 +279,15 @@ devhelp_activate (AnjutaPlugin *plugin) GNode *books; GList *keywords; GtkWidget* books_sw; + GtkWidget *scrolled_window; + GtkWidget *main_vbox; + GtkWidget *button_hbox; if (!init) { register_stock_icons (plugin); init = TRUE; - } + } #endif DEBUG_PRINT ("AnjutaDevhelp: Activating AnjutaDevhelp plugin ..."); @@ -346,47 +305,89 @@ devhelp_activate (AnjutaPlugin *plugin) devhelp->uiid = anjuta_ui_merge (ui, UI_FILE); #ifndef DISABLE_EMBEDDED_DEVHELP - + /* + * Forward/back buttons + */ + main_vbox = gtk_vbox_new (FALSE, 6); + gtk_widget_show (main_vbox); + button_hbox = gtk_hbox_new (FALSE, 0); + gtk_widget_show (button_hbox); + + devhelp->go_back = gtk_button_new_from_stock (GTK_STOCK_GO_BACK); + gtk_widget_show (devhelp->go_back); + gtk_box_pack_start (GTK_BOX (button_hbox), devhelp->go_back, FALSE, FALSE, 0); + gtk_widget_set_sensitive (devhelp->go_back, FALSE); + g_signal_connect (devhelp->go_back, "clicked", + G_CALLBACK (on_go_back_clicked), devhelp); + + devhelp->go_forward = gtk_button_new_from_stock (GTK_STOCK_GO_FORWARD); + gtk_widget_show (devhelp->go_forward); + gtk_box_pack_start (GTK_BOX (button_hbox), devhelp->go_forward, FALSE, FALSE, 0); + gtk_widget_set_sensitive (devhelp->go_forward, FALSE); + g_signal_connect (devhelp->go_forward, "clicked", + G_CALLBACK (on_go_forward_clicked), devhelp); + + gtk_box_pack_start (GTK_BOX (main_vbox), button_hbox, FALSE, FALSE, 0); + + /* + * Notebook + */ books = dh_base_get_book_tree (devhelp->base); keywords = dh_base_get_keywords (devhelp->base); - books_sw = gtk_scrolled_window_new(NULL, NULL); + books_sw = gtk_scrolled_window_new (NULL, NULL); gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (books_sw), - GTK_POLICY_NEVER, - GTK_POLICY_AUTOMATIC); + GTK_POLICY_NEVER, + GTK_POLICY_AUTOMATIC); gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (books_sw), - GTK_SHADOW_IN); + GTK_SHADOW_IN); gtk_container_set_border_width (GTK_CONTAINER (books_sw), 2); - devhelp->control_notebook = gtk_notebook_new(); - devhelp->book_tree = dh_book_tree_new(books); - devhelp->search = dh_search_new(keywords); + devhelp->control_notebook = gtk_notebook_new (); + gtk_box_pack_start (GTK_BOX (main_vbox), devhelp->control_notebook, TRUE, TRUE, 0); + devhelp->book_tree = dh_book_tree_new (books); + + devhelp->search = dh_search_new (keywords); + gtk_widget_set_size_request (devhelp->search, 0, 0); g_signal_connect (devhelp->book_tree, - "link-selected", - G_CALLBACK (devhelp_tree_link_selected_cb), - devhelp); + "link-selected", + G_CALLBACK (devhelp_tree_link_selected_cb), + devhelp); g_signal_connect (devhelp->search, - "link-selected", - G_CALLBACK (devhelp_search_link_selected_cb), - devhelp); - - gtk_container_add(GTK_CONTAINER(books_sw), devhelp->book_tree); - gtk_notebook_append_page(GTK_NOTEBOOK(devhelp->control_notebook), books_sw, - gtk_label_new(_("Books"))); - gtk_notebook_append_page(GTK_NOTEBOOK(devhelp->control_notebook), devhelp->search, - gtk_label_new(_("Search"))); - - devhelp->htmlview = html_view_new(devhelp); - - anjuta_shell_add_widget (plugin->shell, devhelp->control_notebook, - "AnjutaDevhelpIndex", _("Help"), ANJUTA_STOCK_DEVHELP, - ANJUTA_SHELL_PLACEMENT_LEFT, NULL); + "link-selected", + G_CALLBACK (devhelp_search_link_selected_cb), + devhelp); + + gtk_container_add (GTK_CONTAINER (books_sw), devhelp->book_tree); + gtk_notebook_append_page (GTK_NOTEBOOK (devhelp->control_notebook), books_sw, + gtk_label_new (_("Contents"))); + gtk_notebook_append_page (GTK_NOTEBOOK (devhelp->control_notebook), devhelp->search, + gtk_label_new (_("Search"))); + + gtk_widget_show_all (devhelp->control_notebook); + + /* View */ + devhelp->view = webkit_web_view_new (); + gtk_widget_show (devhelp->view); + + webkit_web_view_open (WEBKIT_WEB_VIEW (devhelp->view), "about:blank"); + + scrolled_window = gtk_scrolled_window_new (NULL, NULL); + gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled_window), + GTK_POLICY_AUTOMATIC, + GTK_POLICY_AUTOMATIC); + gtk_widget_show (scrolled_window); + gtk_container_add (GTK_CONTAINER (scrolled_window), devhelp->view); + + anjuta_shell_add_widget (plugin->shell, main_vbox, + "AnjutaDevhelpIndex", _("Help"), ANJUTA_STOCK_DEVHELP, + ANJUTA_SHELL_PLACEMENT_LEFT, NULL); /* This is the window that show the html help text */ - anjuta_shell_add_widget (plugin->shell, devhelp->htmlview, - "AnjutaDevhelpDisplay", _("Help display"), - ANJUTA_STOCK_DEVHELP, - ANJUTA_SHELL_PLACEMENT_CENTER, NULL); + anjuta_shell_add_widget (plugin->shell, scrolled_window, + "AnjutaDevhelpDisplay", _("Help display"), + ANJUTA_STOCK_DEVHELP, + ANJUTA_SHELL_PLACEMENT_CENTER, NULL); #endif /* DISABLE_EMBEDDED_DEVHELP */ @@ -415,7 +416,7 @@ devhelp_deactivate (AnjutaPlugin *plugin #ifndef DISABLE_EMBEDDED_DEVHELP /* Remove widgets */ - anjuta_shell_remove_widget(plugin->shell, devhelp->htmlview, NULL); + anjuta_shell_remove_widget(plugin->shell, devhelp->view, NULL); anjuta_shell_remove_widget(plugin->shell, devhelp->control_notebook, NULL); #endif /* DISABLE_EMBEDDED_DEVHELP */ @@ -431,32 +432,22 @@ devhelp_deactivate (AnjutaPlugin *plugin #ifndef DISABLE_EMBEDDED_DEVHELP -void anjuta_devhelp_check_history(AnjutaDevhelp* devhelp) +void +anjuta_devhelp_check_history (AnjutaDevhelp* devhelp) { - GtkAction* action_forward; - GtkAction* action_back; - DhHtml* html = html_view_get_dh_html(HTML_VIEW(devhelp->htmlview)); - - action_forward = gtk_action_group_get_action (devhelp->action_group, - "ActionDevhelpForward"); - action_back = gtk_action_group_get_action (devhelp->action_group, - "ActionDevhelpBack"); - if (html != NULL) - { - g_object_set (action_forward, "sensitive", dh_html_can_go_forward (html) , NULL); - g_object_set (action_back, "sensitive", dh_html_can_go_back (html) , NULL); - } + gtk_widget_set_sensitive (devhelp->go_forward, webkit_web_view_can_go_forward (WEBKIT_WEB_VIEW (devhelp->view))); + + gtk_widget_set_sensitive (devhelp->go_back, webkit_web_view_can_go_back (WEBKIT_WEB_VIEW (devhelp->view))); } #endif /* DISABLE_EMBEDDED_DEVHELP */ -#if 0 static void devhelp_finalize (GObject *obj) { + DEBUG_PRINT ("%s", "Finalising Devhelp plugin"); + /* Finalization codes here */ - AnjutaDevhelp *plugin = ANJUTA_PLUGIN_DEVHELP (obj); - G_OBJECT_CLASS (parent_class)->finalize (obj); } @@ -465,13 +456,17 @@ devhelp_dispose (GObject *obj) { AnjutaDevhelp* devhelp = ANJUTA_PLUGIN_DEVHELP (obj); - /* Destroy devhelp - seems not to work... */ - // g_object_unref(G_OBJECT(devhelp->base)); + DEBUG_PRINT ("%s", "Disposing Devhelp plugin"); + + if (devhelp->base) + { + g_object_unref(G_OBJECT(devhelp->base)); + devhelp->base = NULL; + } /* Disposition codes */ G_OBJECT_CLASS (parent_class)->dispose (obj); } -#endif static void devhelp_instance_init (GObject *obj) @@ -497,10 +492,9 @@ devhelp_class_init (GObjectClass *klass) plugin_class->activate = devhelp_activate; plugin_class->deactivate = devhelp_deactivate; -#if 0 + klass->finalize = devhelp_finalize; klass->dispose = devhelp_dispose; -#endif } #ifndef DISABLE_EMBEDDED_DEVHELP @@ -515,7 +509,7 @@ ihelp_search (IAnjutaHelp *help, const g anjuta_shell_present_widget (ANJUTA_PLUGIN (plugin)->shell, plugin->control_notebook, NULL); - dh_search_set_search_string (DH_SEARCH (plugin->search), query); + dh_search_set_search_string (DH_SEARCH (plugin->search), query, NULL); gtk_notebook_set_current_page (GTK_NOTEBOOK (plugin->control_notebook), 1); } @@ -524,34 +518,33 @@ ihelp_search (IAnjutaHelp *help, const g static void ihelp_search (IAnjutaHelp *help, const gchar *query, GError **err) { - AnjutaDevhelp *plugin; - - plugin = ANJUTA_PLUGIN_DEVHELP (help); + gchar *cmd[4]; if (!anjuta_util_prog_is_installed ("devhelp", TRUE)) { return; } - if(query && strlen (query) > 0) + cmd[0] = "devhelp"; + + if (query && strlen (query) > 0) { - fprintf(stderr, "Word is %s\n", query); - if(fork()==0) - { - execlp("devhelp", "devhelp", "-s", query, NULL); - g_warning (_("Cannot execute command: \"%s\""), "devhelp"); - _exit(1); - } + cmd[1] = "-s"; + cmd[2] = (gchar *)query; + cmd[3] = NULL; } else { - if(fork()==0) - { - execlp("devhelp", "devhelp", NULL); - g_warning (_("Cannot execute command: \"%s\""), "devhelp"); - _exit(1); - } + cmd[1] = NULL; } + + gdk_spawn_on_screen (gdk_screen_get_default (), + NULL, + cmd, + NULL, + G_SPAWN_SEARCH_PATH, + NULL, + NULL, NULL, NULL); } #endif /* DISABLE_EMBEDDED_DEVHELP */ diff -urNp anjuta-2.24.2.orig/plugins/devhelp/plugin.h anjuta-2.24.2/plugins/devhelp/plugin.h --- anjuta-2.24.2.orig/plugins/devhelp/plugin.h 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/plugins/devhelp/plugin.h 2009-01-04 15:27:51.000000000 +0530 @@ -49,10 +49,12 @@ struct _AnjutaDevhelp{ #ifndef DISABLE_EMBEDDED_DEVHELP DhBase *base; #endif /* DISABLE_EMBEDDED_DEVHELP */ - GtkWidget *htmlview; + GtkWidget *view; GtkWidget *control_notebook; GtkWidget *book_tree; GtkWidget *search; + GtkWidget *go_back; + GtkWidget *go_forward; IAnjutaEditor *editor; guint editor_watch_id; Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/anjuta/F-10/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 28 Oct 2008 19:22:13 -0000 1.13 +++ .cvsignore 5 Jan 2009 17:01:51 -0000 1.14 @@ -1 +1 @@ -anjuta-2.24.1.tar.gz +anjuta-2.24.2.tar.gz Index: anjuta.spec =================================================================== RCS file: /cvs/pkgs/rpms/anjuta/F-10/anjuta.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- anjuta.spec 2 Jan 2009 22:40:24 -0000 1.55 +++ anjuta.spec 5 Jan 2009 17:01:51 -0000 1.56 @@ -1,8 +1,8 @@ Summary: A GNOME development IDE for C/C++ Name: anjuta Epoch: 1 -Version: 2.24.1 -Release: 3%{?dist} +Version: 2.24.2 +Release: 1%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.anjuta.org/ @@ -221,6 +221,8 @@ %doc README %doc ROADMAP %doc THANKS +%doc %{_mandir}/man1/%{name}.1* +%doc %{_mandir}/man1/%{name}_launcher.1* %{_bindir}/%{name} %{_bindir}/%{name}_import.sh %{_bindir}/%{name}_launcher @@ -237,8 +239,6 @@ %{_libdir}/libanjuta.so.* # Symlink to libanjuta.so.*. %{_libdir}/libglade/2.0/libanjuta.so -%{_mandir}/man1/%{name}.1.gz -%{_mandir}/man1/%{name}_launcher.1.gz %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_sysconfdir}/gconf/schemas/%{name}-*.schemas @@ -259,7 +259,7 @@ %{_libdir}/pkgconfig/libanjuta-1.0.pc %dir %{_datadir}/gtk-doc/html/libanjuta -%{_datadir}/gtk-doc/html/libanjuta/* +%doc %{_datadir}/gtk-doc/html/libanjuta/* %dir %{_includedir}/libanjuta-1.0 %{_includedir}/libanjuta-1.0/libanjuta @@ -277,6 +277,9 @@ %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf %changelog +* Sun Jan 04 2009 Debarshi Ray - 1:2.24.2-1 +- Version bump to 2.24.2. Closes Red Hat Bugzilla bug #478684. + * Sat Jan 03 2009 Debarshi Ray - 1:2.24.1-3 - Added patch against the Devhelp plugin from GNOME to make it work with the new WebKit-based Devhelp >= 0.22. Closes GNOME Bugzilla bug #560311, and Red Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/anjuta/F-10/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 28 Oct 2008 19:22:13 -0000 1.13 +++ sources 5 Jan 2009 17:01:51 -0000 1.14 @@ -1 +1 @@ -57b820afc475a2fab69637fe5c51b76e anjuta-2.24.1.tar.gz +125275bebd01eb9345717d3712bd4ea5 anjuta-2.24.2.tar.gz --- anjuta-2.24.1-webkit.patch DELETED --- From bpepple at fedoraproject.org Mon Jan 5 17:06:44 2009 From: bpepple at fedoraproject.org (Brian Pepple) Date: Mon, 5 Jan 2009 17:06:44 +0000 (UTC) Subject: rpms/telepathy-salut/devel .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 telepathy-salut.spec, 1.22, 1.23 Message-ID: <20090105170644.957A170108@cvs1.fedora.phx.redhat.com> Author: bpepple Update of /cvs/pkgs/rpms/telepathy-salut/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22393 Modified Files: .cvsignore sources telepathy-salut.spec Log Message: * Mon Jan 5 2009 Brian Pepple - 0.3.7-1 - Update to 0.3.7. - Change BR to libsoup-devel, since they support it now. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/telepathy-salut/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 6 Dec 2008 15:57:05 -0000 1.16 +++ .cvsignore 5 Jan 2009 17:06:14 -0000 1.17 @@ -1 +1 @@ -telepathy-salut-0.3.6.tar.gz +telepathy-salut-0.3.7.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/telepathy-salut/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 6 Dec 2008 15:57:05 -0000 1.16 +++ sources 5 Jan 2009 17:06:14 -0000 1.17 @@ -1 +1 @@ -ccd02baafbbd708c11e4f770715065f4 telepathy-salut-0.3.6.tar.gz +0019eb92a06edf4e61b7a4cb8bc88d40 telepathy-salut-0.3.7.tar.gz Index: telepathy-salut.spec =================================================================== RCS file: /cvs/pkgs/rpms/telepathy-salut/devel/telepathy-salut.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- telepathy-salut.spec 8 Dec 2008 20:49:06 -0000 1.22 +++ telepathy-salut.spec 5 Jan 2009 17:06:14 -0000 1.23 @@ -1,6 +1,6 @@ Name: telepathy-salut -Version: 0.3.6 -Release: 2%{?dist} +Version: 0.3.7 +Release: 1%{?dist} Summary: Link-local XMPP telepathy connection manager Group: Applications/Communications @@ -18,7 +18,7 @@ BuildRequires: libxslt BuildRequires: libasyncns-devel >= 0.3 BuildRequires: telepathy-glib-devel >= 0.7.17 -BuildRequires: libsoup22-devel +BuildRequires: libsoup-devel BuildRequires: check-devel >= 0.9.4 Requires: telepathy-filesystem @@ -59,6 +59,10 @@ %{_mandir}/man8/%{name}.8.gz %changelog +* Mon Jan 5 2009 Brian Pepple - 0.3.7-1 +- Update to 0.3.7. +- Change BR to libsoup-devel, since they support it now. + * Mon Dec 8 2008 Brian Pepple - 0.3.6-2 - Enable OLPC support code. It is not used unless a client explicitely requests them. From rishi at fedoraproject.org Mon Jan 5 17:08:23 2009 From: rishi at fedoraproject.org (Debarshi Ray) Date: Mon, 5 Jan 2009 17:08:23 +0000 (UTC) Subject: rpms/anjuta/devel .cvsignore, 1.13, 1.14 anjuta.spec, 1.55, 1.56 sources, 1.13, 1.14 anjuta-2.24.1-webkit.patch, 1.1, NONE Message-ID: <20090105170823.ABA1270108@cvs1.fedora.phx.redhat.com> Author: rishi Update of /cvs/pkgs/rpms/anjuta/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22804 Modified Files: .cvsignore anjuta.spec sources Removed Files: anjuta-2.24.1-webkit.patch Log Message: * Sun Jan 04 2009 Debarshi Ray - 1:2.24.2-1 - Version bump to 2.24.2. Closes Red Hat Bugzilla bug #478684. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/anjuta/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 28 Oct 2008 19:22:13 -0000 1.13 +++ .cvsignore 5 Jan 2009 17:07:53 -0000 1.14 @@ -1 +1 @@ -anjuta-2.24.1.tar.gz +anjuta-2.24.2.tar.gz Index: anjuta.spec =================================================================== RCS file: /cvs/pkgs/rpms/anjuta/devel/anjuta.spec,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- anjuta.spec 2 Jan 2009 22:42:24 -0000 1.55 +++ anjuta.spec 5 Jan 2009 17:07:53 -0000 1.56 @@ -1,8 +1,8 @@ Summary: A GNOME development IDE for C/C++ Name: anjuta Epoch: 1 -Version: 2.24.1 -Release: 3%{?dist} +Version: 2.24.2 +Release: 1%{?dist} License: GPLv2+ Group: Development/Tools URL: http://www.anjuta.org/ @@ -221,6 +221,8 @@ %doc README %doc ROADMAP %doc THANKS +%doc %{_mandir}/man1/%{name}.1* +%doc %{_mandir}/man1/%{name}_launcher.1* %{_bindir}/%{name} %{_bindir}/%{name}_import.sh %{_bindir}/%{name}_launcher @@ -237,8 +239,6 @@ %{_libdir}/libanjuta.so.* # Symlink to libanjuta.so.*. %{_libdir}/libglade/2.0/libanjuta.so -%{_mandir}/man1/%{name}.1.gz -%{_mandir}/man1/%{name}_launcher.1.gz %{_sysconfdir}/gconf/schemas/%{name}.schemas %{_sysconfdir}/gconf/schemas/%{name}-*.schemas @@ -259,7 +259,7 @@ %{_libdir}/pkgconfig/libanjuta-1.0.pc %dir %{_datadir}/gtk-doc/html/libanjuta -%{_datadir}/gtk-doc/html/libanjuta/* +%doc %{_datadir}/gtk-doc/html/libanjuta/* %dir %{_includedir}/libanjuta-1.0 %{_includedir}/libanjuta-1.0/libanjuta @@ -277,6 +277,9 @@ %{_datadir}/omf/%{name}-manual/%{name}-manual-*.omf %changelog +* Sun Jan 04 2009 Debarshi Ray - 1:2.24.2-1 +- Version bump to 2.24.2. Closes Red Hat Bugzilla bug #478684. + * Sat Jan 03 2009 Debarshi Ray - 1:2.24.1-3 - Added patch against the Devhelp plugin from GNOME to make it work with the new WebKit-based Devhelp >= 0.22. Closes GNOME Bugzilla bug #560311, and Red Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/anjuta/devel/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 28 Oct 2008 19:22:13 -0000 1.13 +++ sources 5 Jan 2009 17:07:53 -0000 1.14 @@ -1 +1 @@ -57b820afc475a2fab69637fe5c51b76e anjuta-2.24.1.tar.gz +125275bebd01eb9345717d3712bd4ea5 anjuta-2.24.2.tar.gz --- anjuta-2.24.1-webkit.patch DELETED --- From rdieter at fedoraproject.org Mon Jan 5 17:14:01 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 5 Jan 2009 17:14:01 +0000 (UTC) Subject: rpms/digikam/F-10 .cvsignore, 1.28, 1.29 digikam.spec, 1.74, 1.75 sources, 1.28, 1.29 Message-ID: <20090105171401.CE8BC70108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/digikam/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23955 Modified Files: .cvsignore digikam.spec sources Log Message: * Mon Jan 05 2009 Rex Dieter - 0.10.0-0.12.beta8 - digikam-0.10.0-beta8 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/digikam/F-10/.cvsignore,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- .cvsignore 19 Dec 2008 17:30:12 -0000 1.28 +++ .cvsignore 5 Jan 2009 17:13:31 -0000 1.29 @@ -1 +1 @@ -digikam-0.10.0-beta7.tar.bz2 +digikam-0.10.0-beta8.tar.bz2 Index: digikam.spec =================================================================== RCS file: /cvs/pkgs/rpms/digikam/F-10/digikam.spec,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- digikam.spec 22 Dec 2008 20:48:25 -0000 1.74 +++ digikam.spec 5 Jan 2009 17:13:31 -0000 1.75 @@ -1,8 +1,8 @@ -%define beta beta7 +%define beta beta8 Name: digikam Version: 0.10.0 -Release: 0.11.%{beta}%{?dist} +Release: 0.12.%{beta}%{?dist} Summary: A digital camera accessing & photo management application Group: Applications/Multimedia @@ -130,6 +130,7 @@ %{_kde4_libdir}/kde4/*.so %{_kde4_appsdir}/digikam/ %{_kde4_appsdir}/showfoto/ +%{_kde4_appsdir}/solid/actions/*.desktop %{_kde4_datadir}/applications/kde4/*.desktop %{_kde4_iconsdir}/hicolor/*/*/* %{_kde4_iconsdir}/oxygen/*/*/* @@ -149,6 +150,9 @@ %changelog +* Mon Jan 05 2009 Rex Dieter - 0.10.0-0.12.beta8 +- digikam-0.10.0-beta8 + * Mon Dec 22 2008 Rex Dieter - 0.10.0-0.11.beta7 - BR: libkipi-devel >= 0.3.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/digikam/F-10/sources,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- sources 19 Dec 2008 17:30:13 -0000 1.28 +++ sources 5 Jan 2009 17:13:31 -0000 1.29 @@ -1 +1 @@ -81b4ab94d9312d685e21796829aa31f9 digikam-0.10.0-beta7.tar.bz2 +1e256ed34d4d7d6b90def644b66f7fa9 digikam-0.10.0-beta8.tar.bz2 From rdieter at fedoraproject.org Mon Jan 5 17:15:28 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 5 Jan 2009 17:15:28 +0000 (UTC) Subject: rpms/kipi-plugins/F-10 .cvsignore, 1.23, 1.24 kipi-plugins.spec, 1.70, 1.71 sources, 1.23, 1.24 Message-ID: <20090105171528.9E2987013F@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/kipi-plugins/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24365 Modified Files: .cvsignore kipi-plugins.spec sources Log Message: * Mon Jan 05 2009 Rex Dieter - 0.2.0-0.11.beta6 - kipi-plugins-0.2.0-beta6 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kipi-plugins/F-10/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- .cvsignore 17 Dec 2008 14:34:22 -0000 1.23 +++ .cvsignore 5 Jan 2009 17:14:58 -0000 1.24 @@ -1 +1 @@ -kipi-plugins-0.2.0-beta5.tar.bz2 +kipi-plugins-0.2.0-beta6.tar.bz2 Index: kipi-plugins.spec =================================================================== RCS file: /cvs/pkgs/rpms/kipi-plugins/F-10/kipi-plugins.spec,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- kipi-plugins.spec 22 Dec 2008 20:53:06 -0000 1.70 +++ kipi-plugins.spec 5 Jan 2009 17:14:58 -0000 1.71 @@ -1,11 +1,11 @@ # Fedora review: http://bugzilla.redhat.com/171504 -%define beta beta5 +%define beta beta6 Name: kipi-plugins Summary: Plugins to use with Kipi Version: 0.2.0 -Release: 0.10.%{beta}%{?dist} +Release: 0.11.%{beta}%{?dist} License: GPLv2+ Group: Applications/Multimedia @@ -44,8 +44,9 @@ Interface. Currently implemented plugins are: * AcquireImages : Acquire images interface * BatchProcessImages : Batch process images: rename, convert, borders, - filters, colors, effects, resize, recompress. + filters, colors, effects, resize, recompress * RawConverter : Raw image converter for digital cameras + * FbExport : Export images to a remote Facebook web service * FlickrExport : Export images to a remote Flickr web service * HTMLExport : Export images collections into HTML page * JpegLossLess : process JPEG images without losing quality @@ -115,6 +116,7 @@ %{_kde4_libdir}/kde4/kipiplugin_acquireimages.so %{_kde4_libdir}/kde4/kipiplugin_calendar.so %{_kde4_libdir}/kde4/kipiplugin_dngconverter.so +%{_kde4_libdir}/kde4/kipiplugin_fbexport.so %{_kde4_libdir}/kde4/kipiplugin_flickrexport.so %{_kde4_libdir}/kde4/kipiplugin_galleryexport.so %{_kde4_libdir}/kde4/kipiplugin_gpssync.so @@ -143,6 +145,9 @@ %changelog +* Mon Jan 05 2009 Rex Dieter - 0.2.0-0.11.beta6 +- kipi-plugins-0.2.0-beta6 + * Mon Dec 22 2008 Rex Dieter - 0.2.0-0.10.beta5 - tighten BR's (libkipi >= 0.3.0 mostly) @@ -150,7 +155,7 @@ - respin (exiv2) * Mon Dec 15 2008 Rex Dieter 0.2.0-0.8.beta5 -- kipi-plugins-0.0.2-beta5 +- kipi-plugins-0.2.0-beta5 - %%description: reorder (alphabetic), simplify * Thu Dec 04 2008 Kevin Kofler 0.2.0-0.7.beta4 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kipi-plugins/F-10/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- sources 17 Dec 2008 14:34:22 -0000 1.23 +++ sources 5 Jan 2009 17:14:58 -0000 1.24 @@ -1 +1 @@ -4a3b382fd20e8075830132b333ae44d1 kipi-plugins-0.2.0-beta5.tar.bz2 +0442a58f2f9a68163025c205d89269d0 kipi-plugins-0.2.0-beta6.tar.bz2 From rishi at fedoraproject.org Mon Jan 5 17:18:14 2009 From: rishi at fedoraproject.org (Debarshi Ray) Date: Mon, 5 Jan 2009 17:18:14 +0000 (UTC) Subject: rpms/anjuta/devel anjuta-2.24.2-webkit.patch,NONE,1.1 Message-ID: <20090105171814.CC4017013C@cvs1.fedora.phx.redhat.com> Author: rishi Update of /cvs/pkgs/rpms/anjuta/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26262 Added Files: anjuta-2.24.2-webkit.patch Log Message: * Sun Jan 04 2009 Debarshi Ray - 1:2.24.2-1 - Version bump to 2.24.2. Closes Red Hat Bugzilla bug #478684. anjuta-2.24.2-webkit.patch: --- NEW FILE anjuta-2.24.2-webkit.patch --- diff -urNp anjuta-2.24.2.orig/configure anjuta-2.24.2/configure --- anjuta-2.24.2.orig/configure 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/configure 2009-01-04 15:27:51.000000000 +0530 @@ -2395,7 +2395,7 @@ VTE_REQUIRED=0.9.0 VTE_NEW_REQUIRED=0.13.1 LIBXML_REQUIRED=2.4.23 PANGO_REQUIRED=1.1.1 -LIBDEVHELP_REQUIRED=0.13 +LIBDEVHELP_REQUIRED=0.22 GDL_REQUIRED=0.7.3 GNOMEBUILD_REQUIRED=0.3.0 GLADEUI_REQUIRED=3.2.0 @@ -18753,12 +18753,12 @@ if test -n "$PKG_CONFIG"; then pkg_cv_PLUGIN_DEVHELP_CFLAGS="$PLUGIN_DEVHELP_CFLAGS" else if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED\"") >&5 - ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED webkit-1.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_PLUGIN_DEVHELP_CFLAGS=`$PKG_CONFIG --cflags "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED" 2>/dev/null` + pkg_cv_PLUGIN_DEVHELP_CFLAGS=`$PKG_CONFIG --cflags "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0" 2>/dev/null` else pkg_failed=yes fi @@ -18771,12 +18771,12 @@ if test -n "$PKG_CONFIG"; then pkg_cv_PLUGIN_DEVHELP_LIBS="$PLUGIN_DEVHELP_LIBS" else if test -n "$PKG_CONFIG" && \ - { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED\"") >&5 - ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED") 2>&5 + { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libdevhelp-1.0 >= \$LIBDEVHELP_REQUIRED webkit-1.0\"") >&5 + ($PKG_CONFIG --exists --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0") 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then - pkg_cv_PLUGIN_DEVHELP_LIBS=`$PKG_CONFIG --libs "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED" 2>/dev/null` + pkg_cv_PLUGIN_DEVHELP_LIBS=`$PKG_CONFIG --libs "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0" 2>/dev/null` else pkg_failed=yes fi @@ -18795,9 +18795,9 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED"` + PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0"` else - PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED"` + PLUGIN_DEVHELP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libdevhelp-1.0 >= $LIBDEVHELP_REQUIRED webkit-1.0"` fi # Put the nasty error message in config.log where it belongs echo "$PLUGIN_DEVHELP_PKG_ERRORS" >&5 diff -urNp anjuta-2.24.2.orig/plugins/devhelp/anjuta-devhelp.ui anjuta-2.24.2/plugins/devhelp/anjuta-devhelp.ui --- anjuta-2.24.2.orig/plugins/devhelp/anjuta-devhelp.ui 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/plugins/devhelp/anjuta-devhelp.ui 2009-01-04 15:27:51.000000000 +0530 @@ -1,14 +1,6 @@ - - - - - - - - @@ -24,7 +16,5 @@ - - diff -urNp anjuta-2.24.2.orig/plugins/devhelp/htmlview.c anjuta-2.24.2/plugins/devhelp/htmlview.c --- anjuta-2.24.2.orig/plugins/devhelp/htmlview.c 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/plugins/devhelp/htmlview.c 1970-01-01 05:30:00.000000000 +0530 @@ -1,182 +0,0 @@ -/* - * 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 Library 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -#include "htmlview.h" - -#include -#include -#include -#include -#include - -static void html_view_class_init(HtmlViewClass *klass); -static void html_view_init(HtmlView *sp); -static void html_view_finalize(GObject *object); - -struct _HtmlViewPrivate { - DhHtml* html; - AnjutaDevhelp* devhelp; - gchar* uri; - guint idle_realize; -}; - -G_DEFINE_TYPE(HtmlView, html_view, GTK_TYPE_HBOX) - -static gboolean -devhelp_html_open_uri_cb (DhHtml *html, - const gchar *uri, - AnjutaDevhelp *widget) -{ -#ifdef HAVE_OLD_DEVHELP - dh_book_tree_show_uri (DH_BOOK_TREE (widget->book_tree), uri); -#else - dh_book_tree_select_uri (DH_BOOK_TREE (widget->book_tree), uri); -#endif - return FALSE; -} - -static void -devhelp_html_location_changed_cb (DhHtml *html, - const gchar *location, - AnjutaDevhelp *widget) -{ - anjuta_devhelp_check_history (widget); -} - -static gboolean -html_view_create_html(HtmlView* html_view) -{ - GtkWidget* view; - HtmlViewPrivate* priv = html_view->priv; - - priv->html = dh_html_new(); - - if (!priv->html || !DH_IS_HTML(priv->html)) - return TRUE; /* I think the idea is to wait until we get a widget? */ - - view = dh_html_get_widget(priv->html); - gtk_box_pack_start(GTK_BOX(html_view), dh_html_get_widget(priv->html), TRUE, TRUE, 1); - - g_signal_connect (priv->html, "open-uri", - G_CALLBACK (devhelp_html_open_uri_cb), - priv->devhelp); - g_signal_connect (priv->html, "location-changed", - G_CALLBACK (devhelp_html_location_changed_cb), - priv->devhelp); - - /* Hack to get GtkMozEmbed to work properly. */ - gtk_widget_realize (view); - - if (priv->uri) - dh_html_open_uri(priv->html, priv->uri); - else - dh_html_clear(priv->html); - - gtk_widget_show (view); - - return FALSE; -} - -static void -html_view_realize(GtkWidget* widget) -{ - HtmlView* html_view = HTML_VIEW(widget); - - if (html_view->priv->idle_realize == 0) - { - html_view->priv->idle_realize = - g_idle_add((GSourceFunc) html_view_create_html, html_view); - } - (* GTK_WIDGET_CLASS (html_view_parent_class)->realize)(widget); -} - -static void -html_view_unrealize(GtkWidget* widget) -{ - HtmlView* html_view = HTML_VIEW(widget); - - if (html_view->priv->idle_realize > 0) - { - g_source_remove (html_view->priv->idle_realize); - html_view->priv->idle_realize = 0; - } - - if (html_view->priv->html != NULL) - { - g_free(html_view->priv->uri); - html_view->priv->uri = dh_html_get_location(html_view->priv->html); - } - else - html_view->priv->uri = NULL; - - if (gtk_container_get_children(GTK_CONTAINER(html_view))) - { - gtk_container_remove(GTK_CONTAINER(widget), dh_html_get_widget(html_view->priv->html)); - html_view->priv->html = NULL; - } - - (* GTK_WIDGET_CLASS (html_view_parent_class)->unrealize)(widget); -} - -static void -html_view_class_init(HtmlViewClass *klass) -{ - GObjectClass *object_class = G_OBJECT_CLASS(klass); - GtkWidgetClass* widget_class = GTK_WIDGET_CLASS(klass); - - object_class->finalize = html_view_finalize; - - widget_class->realize = html_view_realize; - widget_class->unrealize = html_view_unrealize; -} - -static void -html_view_init(HtmlView *obj) -{ - obj->priv = g_new0(HtmlViewPrivate, 1); - gtk_widget_show(GTK_WIDGET(obj)); -} - -static void -html_view_finalize(GObject *object) -{ - HtmlView *cobj; - cobj = HTML_VIEW(object); - - /* Free private members, etc. */ - if (cobj->priv->html) - gtk_widget_destroy(dh_html_get_widget(cobj->priv->html)); - g_free (cobj->priv->uri); - g_free(cobj->priv); - G_OBJECT_CLASS(html_view_parent_class)->finalize(object); -} - -GtkWidget* -html_view_new(AnjutaDevhelp* devhelp) -{ - HtmlView *obj; - - obj = HTML_VIEW(g_object_new(HTML_TYPE_VIEW, NULL)); - - obj->priv->devhelp = devhelp; - - return GTK_WIDGET(obj); -} - -DhHtml* html_view_get_dh_html(HtmlView* view) -{ - return view->priv->html; -} diff -urNp anjuta-2.24.2.orig/plugins/devhelp/htmlview.h anjuta-2.24.2/plugins/devhelp/htmlview.h --- anjuta-2.24.2.orig/plugins/devhelp/htmlview.h 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/plugins/devhelp/htmlview.h 1970-01-01 05:30:00.000000000 +0530 @@ -1,57 +0,0 @@ -/* - * 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 Library 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -#ifndef HTMLVIEW_H -#define HTMLVIEW_H - -#include -#include -#include - -#include - -#include "plugin.h" - -G_BEGIN_DECLS - -#define HTML_TYPE_VIEW (html_view_get_type ()) -#define HTML_VIEW(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), HTML_TYPE_VIEW, HtmlView)) -#define HTML_VIEW_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), HTML_TYPE_VIEW, HtmlViewClass)) -#define HTML_IS_VIEW(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), HTML_TYPE_VIEW)) -#define HTML_IS_VIEW_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), HTML_TYPE_VIEW)) -#define HTML_VIEW_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), HTML_TYPE_VIEW, HtmlViewClass)) - -typedef struct _HtmlView HtmlView; -typedef struct _HtmlViewPrivate HtmlViewPrivate; -typedef struct _HtmlViewClass HtmlViewClass; - -struct _HtmlView { - GtkHBox parent; - HtmlViewPrivate *priv; -}; - -struct _HtmlViewClass { - GtkHBoxClass parent_class; -}; - -GType html_view_get_type(void); -GtkWidget *html_view_new(AnjutaDevhelp* devhelp); - -DhHtml* html_view_get_dh_html(HtmlView* html_view); - -G_END_DECLS - -#endif /* HTMLVIEW_H */ diff -urNp anjuta-2.24.2.orig/plugins/devhelp/Makefile.in anjuta-2.24.2/plugins/devhelp/Makefile.in --- anjuta-2.24.2.orig/plugins/devhelp/Makefile.in 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/plugins/devhelp/Makefile.in 2009-01-04 15:27:51.000000000 +0530 @@ -37,11 +37,7 @@ build_triplet = @build@ host_triplet = @host@ @HAVE_PLUGIN_DEVHELP_TRUE at am__append_1 = $(PLUGIN_DEVHELP_CFLAGS) @HAVE_PLUGIN_DEVHELP_FALSE at am__append_2 = -DDISABLE_EMBEDDED_DEVHELP - at HAVE_PLUGIN_DEVHELP_TRUE@am__append_3 = \ - at HAVE_PLUGIN_DEVHELP_TRUE@ htmlview.c \ - at HAVE_PLUGIN_DEVHELP_TRUE@ htmlview.h - - at HAVE_PLUGIN_DEVHELP_TRUE@am__append_4 = $(PLUGIN_DEVHELP_LIBS) + at HAVE_PLUGIN_DEVHELP_TRUE@am__append_3 = $(PLUGIN_DEVHELP_LIBS) subdir = plugins/devhelp DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -67,10 +63,7 @@ am__DEPENDENCIES_1 = @HAVE_PLUGIN_DEVHELP_TRUE at am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) libanjuta_devhelp_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) -am__libanjuta_devhelp_la_SOURCES_DIST = plugin.c plugin.h htmlview.c \ - htmlview.h - at HAVE_PLUGIN_DEVHELP_TRUE@am__objects_1 = htmlview.lo -am_libanjuta_devhelp_la_OBJECTS = plugin.lo $(am__objects_1) +am_libanjuta_devhelp_la_OBJECTS = plugin.lo libanjuta_devhelp_la_OBJECTS = $(am_libanjuta_devhelp_la_OBJECTS) libanjuta_devhelp_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ @@ -88,7 +81,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLF --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libanjuta_devhelp_la_SOURCES) -DIST_SOURCES = $(am__libanjuta_devhelp_la_SOURCES_DIST) +DIST_SOURCES = $(libanjuta_devhelp_la_SOURCES) devhelp_pixmapsDATA_INSTALL = $(INSTALL_DATA) devhelp_pluginDATA_INSTALL = $(INSTALL_DATA) devhelp_uiDATA_INSTALL = $(INSTALL_DATA) @@ -389,6 +382,7 @@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @@ -424,11 +418,14 @@ plugin_LTLIBRARIES = libanjuta-devhelp.l libanjuta_devhelp_la_LDFLAGS = $(ANJUTA_PLUGIN_LDFLAGS) # Plugin sources -libanjuta_devhelp_la_SOURCES = plugin.c plugin.h $(am__append_3) +libanjuta_devhelp_la_SOURCES = \ + plugin.c \ + plugin.h + # Plugin dependencies libanjuta_devhelp_la_LIBADD = $(GTK_LIBS) $(LIBANJUTA_LIBS) \ - $(am__append_4) + $(am__append_3) EXTRA_DIST = \ $(plugin_in_files) \ $(devhelp_plugin_DATA) \ @@ -504,7 +501,6 @@ mostlyclean-compile: distclean-compile: -rm -f *.tab.c - at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/htmlview.Plo at am__quote@ @AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/plugin.Plo at am__quote@ .c.o: diff -urNp anjuta-2.24.2.orig/plugins/devhelp/plugin.c anjuta-2.24.2/plugins/devhelp/plugin.c --- anjuta-2.24.2.orig/plugins/devhelp/plugin.c 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/plugins/devhelp/plugin.c 2009-01-04 15:27:51.000000000 +0530 @@ -34,11 +34,9 @@ #ifndef DISABLE_EMBEDDED_DEVHELP #include -#include -#include #include #include -#include "htmlview.h" +#include #define UI_FILE PACKAGE_DATA_DIR"/ui/anjuta-devhelp.ui" #else /* DISABLE_EMBEDDED_DEVHELP */ @@ -51,12 +49,8 @@ static gpointer parent_class; #ifndef DISABLE_EMBEDDED_DEVHELP -#define ANJUTA_PIXMAP_HELP_NEXT "anjuta-go-help-next-24.png" -#define ANJUTA_PIXMAP_HELP_PREV "anjuta-go-help-prev-24.png" #define ANJUTA_PIXMAP_DEVHELP "anjuta-devhelp-plugin-48.png" -#define ANJUTA_STOCK_HELP_NEXT "anjuta-help-next" -#define ANJUTA_STOCK_HELP_PREV "anjuta-help-prev" #define ANJUTA_STOCK_DEVHELP "anjuta-devhelp" static void @@ -74,76 +68,55 @@ register_stock_icons (AnjutaPlugin *plug /* Register stock icons */ ui = anjuta_shell_get_ui (plugin->shell, NULL); icon_factory = anjuta_ui_get_icon_factory (ui); - REGISTER_ICON (ANJUTA_PIXMAP_HELP_NEXT, ANJUTA_STOCK_HELP_NEXT); - REGISTER_ICON (ANJUTA_PIXMAP_HELP_PREV, ANJUTA_STOCK_HELP_PREV); REGISTER_ICON (ANJUTA_PIXMAP_DEVHELP, ANJUTA_STOCK_DEVHELP); } static void -devhelp_tree_link_selected_cb (GObject *ignored, - DhLink *link, - AnjutaDevhelp *widget) +devhelp_tree_link_selected_cb (GObject *ignored, DhLink *link, + AnjutaDevhelp *widget) { + gchar *uri; - DhHtml *html; + /*anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, + widget->view, NULL);*/ - anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, - widget->htmlview, NULL); - - html = html_view_get_dh_html(HTML_VIEW(widget->htmlview)); - - if (!DH_IS_HTML(html)) - return; + uri = dh_link_get_uri (link); + webkit_web_view_open (WEBKIT_WEB_VIEW (widget->view), uri); + g_free (uri); - dh_html_open_uri (html, link->uri); - anjuta_devhelp_check_history (widget); } static void -devhelp_search_link_selected_cb (GObject *ignored, - DhLink *link, - AnjutaDevhelp *widget) +devhelp_search_link_selected_cb (GObject *ignored, DhLink *link, + AnjutaDevhelp *widget) { - DhHtml *html; - - anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, - widget->htmlview, NULL); - - html = html_view_get_dh_html(HTML_VIEW(widget->htmlview)); - - if (!DH_IS_HTML(html)) - return; - - dh_html_open_uri (html, link->uri); + gchar *uri; + + /*anjuta_shell_present_widget (ANJUTA_PLUGIN (widget)->shell, + widget->view, NULL);*/ + uri = dh_link_get_uri (link); + webkit_web_view_open (WEBKIT_WEB_VIEW (widget->view), uri); + g_free (uri); + anjuta_devhelp_check_history (widget); } static void -on_go_back_activate (GtkAction *action, AnjutaDevhelp *plugin) +on_go_back_clicked (GtkWidget *widget, AnjutaDevhelp *plugin) { - DhHtml* html; - - html = html_view_get_dh_html(HTML_VIEW(plugin->htmlview)); + webkit_web_view_go_back (WEBKIT_WEB_VIEW (plugin->view)); - if (!DH_IS_HTML(html)) - return; - - dh_html_go_back(html); + anjuta_devhelp_check_history (plugin); } static void -on_go_forward_activate (GtkAction *action, AnjutaDevhelp *plugin) +on_go_forward_clicked (GtkWidget *widget, AnjutaDevhelp *plugin) { - DhHtml* html; - - html = html_view_get_dh_html(HTML_VIEW(plugin->htmlview)); + webkit_web_view_go_forward (WEBKIT_WEB_VIEW (plugin->view)); - if (!DH_IS_HTML(html)) - return; - - dh_html_go_forward(html); + anjuta_devhelp_check_history (plugin); } static gboolean @@ -173,7 +146,7 @@ on_api_reference_activate (GtkAction *ac } static gboolean -context_idle(AnjutaDevhelp* plugin) +context_idle (AnjutaDevhelp* plugin) { IAnjutaEditor *editor; gchar *current_word; @@ -232,22 +205,6 @@ static GtkActionEntry actions[] = { NULL, NULL }, - { - "ActionDevhelpBack", - ANJUTA_STOCK_HELP_PREV, - N_("Previous Help"), - NULL, - N_("Go to previous help page"), - G_CALLBACK (on_go_back_activate) - }, - { - "ActionDevhelpForward", - ANJUTA_STOCK_HELP_NEXT, - N_("Next Help"), - NULL, - N_("Go to next help page"), - G_CALLBACK (on_go_forward_activate) - }, #endif /* DISABLE_EMBEDDED_DEVHELP */ { "ActionHelpApi", @@ -282,7 +239,7 @@ static GtkActionEntry actions[] = { /* Watches callbacks */ static void -value_added_current_editor (AnjutaPlugin *plugin, const char *name, +value_added_current_editor (AnjutaPlugin *plugin, const gchar *name, const GValue *value, gpointer data) { GtkAction *action; @@ -300,7 +257,7 @@ value_added_current_editor (AnjutaPlugin static void value_removed_current_editor (AnjutaPlugin *plugin, - const char *name, gpointer data) + const gchar *name, gpointer data) { GtkAction *action; AnjutaDevhelp* devhelp = ANJUTA_PLUGIN_DEVHELP (data); @@ -314,7 +271,6 @@ value_removed_current_editor (AnjutaPlug static gboolean devhelp_activate (AnjutaPlugin *plugin) { - AnjutaUI *ui; AnjutaDevhelp *devhelp; @@ -323,12 +279,15 @@ devhelp_activate (AnjutaPlugin *plugin) GNode *books; GList *keywords; GtkWidget* books_sw; + GtkWidget *scrolled_window; + GtkWidget *main_vbox; + GtkWidget *button_hbox; if (!init) { register_stock_icons (plugin); init = TRUE; - } + } #endif DEBUG_PRINT ("AnjutaDevhelp: Activating AnjutaDevhelp plugin ..."); @@ -346,47 +305,89 @@ devhelp_activate (AnjutaPlugin *plugin) devhelp->uiid = anjuta_ui_merge (ui, UI_FILE); #ifndef DISABLE_EMBEDDED_DEVHELP - + /* + * Forward/back buttons + */ + main_vbox = gtk_vbox_new (FALSE, 6); + gtk_widget_show (main_vbox); + button_hbox = gtk_hbox_new (FALSE, 0); + gtk_widget_show (button_hbox); + + devhelp->go_back = gtk_button_new_from_stock (GTK_STOCK_GO_BACK); + gtk_widget_show (devhelp->go_back); + gtk_box_pack_start (GTK_BOX (button_hbox), devhelp->go_back, FALSE, FALSE, 0); + gtk_widget_set_sensitive (devhelp->go_back, FALSE); + g_signal_connect (devhelp->go_back, "clicked", + G_CALLBACK (on_go_back_clicked), devhelp); + + devhelp->go_forward = gtk_button_new_from_stock (GTK_STOCK_GO_FORWARD); + gtk_widget_show (devhelp->go_forward); + gtk_box_pack_start (GTK_BOX (button_hbox), devhelp->go_forward, FALSE, FALSE, 0); + gtk_widget_set_sensitive (devhelp->go_forward, FALSE); + g_signal_connect (devhelp->go_forward, "clicked", + G_CALLBACK (on_go_forward_clicked), devhelp); + + gtk_box_pack_start (GTK_BOX (main_vbox), button_hbox, FALSE, FALSE, 0); + + /* + * Notebook + */ books = dh_base_get_book_tree (devhelp->base); keywords = dh_base_get_keywords (devhelp->base); - books_sw = gtk_scrolled_window_new(NULL, NULL); + books_sw = gtk_scrolled_window_new (NULL, NULL); gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (books_sw), - GTK_POLICY_NEVER, - GTK_POLICY_AUTOMATIC); + GTK_POLICY_NEVER, + GTK_POLICY_AUTOMATIC); gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (books_sw), - GTK_SHADOW_IN); + GTK_SHADOW_IN); gtk_container_set_border_width (GTK_CONTAINER (books_sw), 2); - devhelp->control_notebook = gtk_notebook_new(); - devhelp->book_tree = dh_book_tree_new(books); - devhelp->search = dh_search_new(keywords); + devhelp->control_notebook = gtk_notebook_new (); + gtk_box_pack_start (GTK_BOX (main_vbox), devhelp->control_notebook, TRUE, TRUE, 0); + devhelp->book_tree = dh_book_tree_new (books); + + devhelp->search = dh_search_new (keywords); + gtk_widget_set_size_request (devhelp->search, 0, 0); g_signal_connect (devhelp->book_tree, - "link-selected", - G_CALLBACK (devhelp_tree_link_selected_cb), - devhelp); + "link-selected", + G_CALLBACK (devhelp_tree_link_selected_cb), + devhelp); g_signal_connect (devhelp->search, - "link-selected", - G_CALLBACK (devhelp_search_link_selected_cb), - devhelp); - - gtk_container_add(GTK_CONTAINER(books_sw), devhelp->book_tree); - gtk_notebook_append_page(GTK_NOTEBOOK(devhelp->control_notebook), books_sw, - gtk_label_new(_("Books"))); - gtk_notebook_append_page(GTK_NOTEBOOK(devhelp->control_notebook), devhelp->search, - gtk_label_new(_("Search"))); - - devhelp->htmlview = html_view_new(devhelp); - - anjuta_shell_add_widget (plugin->shell, devhelp->control_notebook, - "AnjutaDevhelpIndex", _("Help"), ANJUTA_STOCK_DEVHELP, - ANJUTA_SHELL_PLACEMENT_LEFT, NULL); + "link-selected", + G_CALLBACK (devhelp_search_link_selected_cb), + devhelp); + + gtk_container_add (GTK_CONTAINER (books_sw), devhelp->book_tree); + gtk_notebook_append_page (GTK_NOTEBOOK (devhelp->control_notebook), books_sw, + gtk_label_new (_("Contents"))); + gtk_notebook_append_page (GTK_NOTEBOOK (devhelp->control_notebook), devhelp->search, + gtk_label_new (_("Search"))); + + gtk_widget_show_all (devhelp->control_notebook); + + /* View */ + devhelp->view = webkit_web_view_new (); + gtk_widget_show (devhelp->view); + + webkit_web_view_open (WEBKIT_WEB_VIEW (devhelp->view), "about:blank"); + + scrolled_window = gtk_scrolled_window_new (NULL, NULL); + gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled_window), + GTK_POLICY_AUTOMATIC, + GTK_POLICY_AUTOMATIC); + gtk_widget_show (scrolled_window); + gtk_container_add (GTK_CONTAINER (scrolled_window), devhelp->view); + + anjuta_shell_add_widget (plugin->shell, main_vbox, + "AnjutaDevhelpIndex", _("Help"), ANJUTA_STOCK_DEVHELP, + ANJUTA_SHELL_PLACEMENT_LEFT, NULL); /* This is the window that show the html help text */ - anjuta_shell_add_widget (plugin->shell, devhelp->htmlview, - "AnjutaDevhelpDisplay", _("Help display"), - ANJUTA_STOCK_DEVHELP, - ANJUTA_SHELL_PLACEMENT_CENTER, NULL); + anjuta_shell_add_widget (plugin->shell, scrolled_window, + "AnjutaDevhelpDisplay", _("Help display"), + ANJUTA_STOCK_DEVHELP, + ANJUTA_SHELL_PLACEMENT_CENTER, NULL); #endif /* DISABLE_EMBEDDED_DEVHELP */ @@ -415,7 +416,7 @@ devhelp_deactivate (AnjutaPlugin *plugin #ifndef DISABLE_EMBEDDED_DEVHELP /* Remove widgets */ - anjuta_shell_remove_widget(plugin->shell, devhelp->htmlview, NULL); + anjuta_shell_remove_widget(plugin->shell, devhelp->view, NULL); anjuta_shell_remove_widget(plugin->shell, devhelp->control_notebook, NULL); #endif /* DISABLE_EMBEDDED_DEVHELP */ @@ -431,32 +432,22 @@ devhelp_deactivate (AnjutaPlugin *plugin #ifndef DISABLE_EMBEDDED_DEVHELP -void anjuta_devhelp_check_history(AnjutaDevhelp* devhelp) +void +anjuta_devhelp_check_history (AnjutaDevhelp* devhelp) { - GtkAction* action_forward; - GtkAction* action_back; - DhHtml* html = html_view_get_dh_html(HTML_VIEW(devhelp->htmlview)); - - action_forward = gtk_action_group_get_action (devhelp->action_group, - "ActionDevhelpForward"); - action_back = gtk_action_group_get_action (devhelp->action_group, - "ActionDevhelpBack"); - if (html != NULL) - { - g_object_set (action_forward, "sensitive", dh_html_can_go_forward (html) , NULL); - g_object_set (action_back, "sensitive", dh_html_can_go_back (html) , NULL); - } + gtk_widget_set_sensitive (devhelp->go_forward, webkit_web_view_can_go_forward (WEBKIT_WEB_VIEW (devhelp->view))); + + gtk_widget_set_sensitive (devhelp->go_back, webkit_web_view_can_go_back (WEBKIT_WEB_VIEW (devhelp->view))); } #endif /* DISABLE_EMBEDDED_DEVHELP */ -#if 0 static void devhelp_finalize (GObject *obj) { + DEBUG_PRINT ("%s", "Finalising Devhelp plugin"); + /* Finalization codes here */ - AnjutaDevhelp *plugin = ANJUTA_PLUGIN_DEVHELP (obj); - G_OBJECT_CLASS (parent_class)->finalize (obj); } @@ -465,13 +456,17 @@ devhelp_dispose (GObject *obj) { AnjutaDevhelp* devhelp = ANJUTA_PLUGIN_DEVHELP (obj); - /* Destroy devhelp - seems not to work... */ - // g_object_unref(G_OBJECT(devhelp->base)); + DEBUG_PRINT ("%s", "Disposing Devhelp plugin"); + + if (devhelp->base) + { + g_object_unref(G_OBJECT(devhelp->base)); + devhelp->base = NULL; + } /* Disposition codes */ G_OBJECT_CLASS (parent_class)->dispose (obj); } -#endif static void devhelp_instance_init (GObject *obj) @@ -497,10 +492,9 @@ devhelp_class_init (GObjectClass *klass) plugin_class->activate = devhelp_activate; plugin_class->deactivate = devhelp_deactivate; -#if 0 + klass->finalize = devhelp_finalize; klass->dispose = devhelp_dispose; -#endif } #ifndef DISABLE_EMBEDDED_DEVHELP @@ -515,7 +509,7 @@ ihelp_search (IAnjutaHelp *help, const g anjuta_shell_present_widget (ANJUTA_PLUGIN (plugin)->shell, plugin->control_notebook, NULL); - dh_search_set_search_string (DH_SEARCH (plugin->search), query); + dh_search_set_search_string (DH_SEARCH (plugin->search), query, NULL); gtk_notebook_set_current_page (GTK_NOTEBOOK (plugin->control_notebook), 1); } @@ -524,34 +518,33 @@ ihelp_search (IAnjutaHelp *help, const g static void ihelp_search (IAnjutaHelp *help, const gchar *query, GError **err) { - AnjutaDevhelp *plugin; - - plugin = ANJUTA_PLUGIN_DEVHELP (help); + gchar *cmd[4]; if (!anjuta_util_prog_is_installed ("devhelp", TRUE)) { return; } - if(query && strlen (query) > 0) + cmd[0] = "devhelp"; + + if (query && strlen (query) > 0) { - fprintf(stderr, "Word is %s\n", query); - if(fork()==0) - { - execlp("devhelp", "devhelp", "-s", query, NULL); - g_warning (_("Cannot execute command: \"%s\""), "devhelp"); - _exit(1); - } + cmd[1] = "-s"; + cmd[2] = (gchar *)query; + cmd[3] = NULL; } else { - if(fork()==0) - { - execlp("devhelp", "devhelp", NULL); - g_warning (_("Cannot execute command: \"%s\""), "devhelp"); - _exit(1); - } + cmd[1] = NULL; } + + gdk_spawn_on_screen (gdk_screen_get_default (), + NULL, + cmd, + NULL, + G_SPAWN_SEARCH_PATH, + NULL, + NULL, NULL, NULL); } #endif /* DISABLE_EMBEDDED_DEVHELP */ diff -urNp anjuta-2.24.2.orig/plugins/devhelp/plugin.h anjuta-2.24.2/plugins/devhelp/plugin.h --- anjuta-2.24.2.orig/plugins/devhelp/plugin.h 2009-01-04 15:27:36.000000000 +0530 +++ anjuta-2.24.2/plugins/devhelp/plugin.h 2009-01-04 15:27:51.000000000 +0530 @@ -49,10 +49,12 @@ struct _AnjutaDevhelp{ #ifndef DISABLE_EMBEDDED_DEVHELP DhBase *base; #endif /* DISABLE_EMBEDDED_DEVHELP */ - GtkWidget *htmlview; + GtkWidget *view; GtkWidget *control_notebook; GtkWidget *book_tree; GtkWidget *search; + GtkWidget *go_back; + GtkWidget *go_forward; IAnjutaEditor *editor; guint editor_watch_id; From buc at fedoraproject.org Mon Jan 5 17:26:48 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Mon, 5 Jan 2009 17:26:48 +0000 (UTC) Subject: rpms/newscache/devel newscache.spec,1.12,1.13 Message-ID: <20090105172648.8426270108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29048 Modified Files: newscache.spec Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- newscache.spec 5 Jan 2009 16:17:42 -0000 1.12 +++ newscache.spec 5 Jan 2009 17:26:18 -0000 1.13 @@ -46,12 +46,13 @@ # to ship it separately. pushd socket++-%{socketver} -#./autogen aclocal -autoconf -autoheader -libtoolize -v -f -automake --add-missing +./autogen +#aclocal +#autoconf +#autoheader +#libtoolize -v -f +#automake --add-missing %configure --enable-static --disable-shared make popd From musuruan at fedoraproject.org Mon Jan 5 17:31:11 2009 From: musuruan at fedoraproject.org (Andrea Musuruane) Date: Mon, 5 Jan 2009 17:31:11 +0000 (UTC) Subject: rpms/libicns/devel .cvsignore, 1.2, 1.3 libicns.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090105173111.ED02A70108@cvs1.fedora.phx.redhat.com> Author: musuruan Update of /cvs/pkgs/rpms/libicns/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30275 Modified Files: .cvsignore libicns.spec sources Log Message: * Mon Jan 05 2009 Andrea Musuruane - 0.6.1-1 - Updated to upstream 0.6.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libicns/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Dec 2008 13:51:36 -0000 1.2 +++ .cvsignore 5 Jan 2009 17:30:41 -0000 1.3 @@ -1 +1 @@ -libicns-0.6.0.tar.gz +libicns-0.6.1.tar.gz Index: libicns.spec =================================================================== RCS file: /cvs/pkgs/rpms/libicns/devel/libicns.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libicns.spec 21 Dec 2008 13:51:36 -0000 1.1 +++ libicns.spec 5 Jan 2009 17:30:41 -0000 1.2 @@ -1,6 +1,6 @@ Name: libicns -Version: 0.6.0 -Release: 2%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: Library for manipulating Macintosh icns files Group: System Environment/Libraries @@ -88,6 +88,9 @@ %changelog +* Mon Jan 05 2009 Andrea Musuruane - 0.6.1-1 +- Updated to upstream 0.6.1 + * Sat Dec 20 2008 Andrea Musuruane - 0.6.0-2 - Fixed Source0 URL - Added missing 'Requires: pkgconfig' to devel package Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libicns/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Dec 2008 13:51:36 -0000 1.2 +++ sources 5 Jan 2009 17:30:41 -0000 1.3 @@ -1 +1 @@ -f6ab74c2cfd4ab5b11d1cb9114743c90 libicns-0.6.0.tar.gz +ee7e417570becd638caf40c6d1bbfee2 libicns-0.6.1.tar.gz From buc at fedoraproject.org Mon Jan 5 17:38:11 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Mon, 5 Jan 2009 17:38:11 +0000 (UTC) Subject: rpms/newscache/devel socket++-1.12.12-libtool2.patch, NONE, 1.1 newscache.spec, 1.13, 1.14 Message-ID: <20090105173811.6694570108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31889 Modified Files: newscache.spec Added Files: socket++-1.12.12-libtool2.patch Log Message: socket++-1.12.12-libtool2.patch: --- NEW FILE socket++-1.12.12-libtool2.patch --- diff -Nrbu socket++-1.12.12/configure.in socket++-1.12.12-OK/configure.in --- socket++-1.12.12/configure.in 2004-09-30 17:00:14.000000000 +0400 +++ socket++-1.12.12-OK/configure.in 2009-01-05 20:34:24.000000000 +0300 @@ -32,7 +32,7 @@ AC_PROG_MAKE_SET AC_LANG_CPLUSPLUS AC_PROG_CXX -AM_PROG_LIBTOOL +LT_INIT AC_PROG_INSTALL AC_CHECK_PROG(MAKEDEPEND, makedepend, makedepend, :) dnl not a smiley :( Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- newscache.spec 5 Jan 2009 17:26:18 -0000 1.13 +++ newscache.spec 5 Jan 2009 17:37:40 -0000 1.14 @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: newscache-1.2rc6-config.patch Patch2: newscache-1.2rc6-gcc43.patch +Patch3: socket++-1.12.12-libtool2.patch BuildRequires: libtool, texinfo, pam-devel Requires(pre): shadow-utils @@ -38,6 +39,10 @@ %patch1 -p0 %patch2 -p1 +pushd socket++-%{socketver} +%patch3 -p1 +popd + %build @@ -46,13 +51,7 @@ # to ship it separately. pushd socket++-%{socketver} -aclocal ./autogen -#aclocal -#autoconf -#autoheader -#libtoolize -v -f -#automake --add-missing %configure --enable-static --disable-shared make popd From musuruan at fedoraproject.org Mon Jan 5 17:40:14 2009 From: musuruan at fedoraproject.org (Andrea Musuruane) Date: Mon, 5 Jan 2009 17:40:14 +0000 (UTC) Subject: rpms/libicns/F-10 .cvsignore, 1.2, 1.3 libicns.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090105174014.F1F2A70108@cvs1.fedora.phx.redhat.com> Author: musuruan Update of /cvs/pkgs/rpms/libicns/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32466 Modified Files: .cvsignore libicns.spec sources Log Message: * Mon Jan 05 2009 Andrea Musuruane - 0.6.1-1 - Updated to upstream 0.6.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libicns/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Dec 2008 13:53:37 -0000 1.2 +++ .cvsignore 5 Jan 2009 17:39:44 -0000 1.3 @@ -1 +1 @@ -libicns-0.6.0.tar.gz +libicns-0.6.1.tar.gz Index: libicns.spec =================================================================== RCS file: /cvs/pkgs/rpms/libicns/F-10/libicns.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libicns.spec 21 Dec 2008 13:53:38 -0000 1.1 +++ libicns.spec 5 Jan 2009 17:39:44 -0000 1.2 @@ -1,6 +1,6 @@ Name: libicns -Version: 0.6.0 -Release: 2%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: Library for manipulating Macintosh icns files Group: System Environment/Libraries @@ -88,6 +88,9 @@ %changelog +* Mon Jan 05 2009 Andrea Musuruane - 0.6.1-1 +- Updated to upstream 0.6.1 + * Sat Dec 20 2008 Andrea Musuruane - 0.6.0-2 - Fixed Source0 URL - Added missing 'Requires: pkgconfig' to devel package Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libicns/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Dec 2008 13:53:38 -0000 1.2 +++ sources 5 Jan 2009 17:39:44 -0000 1.3 @@ -1 +1 @@ -f6ab74c2cfd4ab5b11d1cb9114743c90 libicns-0.6.0.tar.gz +ee7e417570becd638caf40c6d1bbfee2 libicns-0.6.1.tar.gz From davej at fedoraproject.org Mon Jan 5 17:42:54 2009 From: davej at fedoraproject.org (Dave Jones) Date: Mon, 5 Jan 2009 17:42:54 +0000 (UTC) Subject: rpms/kernel/devel patch-2.6.28-git7.bz2.sign, NONE, 1.1 .cvsignore, 1.980, 1.981 kernel.spec, 1.1191, 1.1192 sources, 1.942, 1.943 upstream, 1.854, 1.855 patch-2.6.28-git6.bz2.sign, 1.1, NONE Message-ID: <20090105174254.10D4270108@cvs1.fedora.phx.redhat.com> Author: davej Update of /cvs/pkgs/rpms/kernel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv737 Modified Files: .cvsignore kernel.spec sources upstream Added Files: patch-2.6.28-git7.bz2.sign Removed Files: patch-2.6.28-git6.bz2.sign Log Message: 2.6.28-git7 --- NEW FILE patch-2.6.28-git7.bz2.sign --- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: See http://www.kernel.org/signature.html for info iD8DBQBJYfbKyGugalF9Dw4RAn48AKCEVf422VHdRnt8/HddIQvQfdlWSQCgjl+i 6ftl9Q8TDjBw+TBu0t7VerA= =oJGE -----END PGP SIGNATURE----- Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v retrieving revision 1.980 retrieving revision 1.981 diff -u -r1.980 -r1.981 --- .cvsignore 4 Jan 2009 01:50:32 -0000 1.980 +++ .cvsignore 5 Jan 2009 17:42:23 -0000 1.981 @@ -4,4 +4,4 @@ temp-* kernel-2.6.28 linux-2.6.28.tar.bz2 -patch-2.6.28-git6.bz2 +patch-2.6.28-git7.bz2 Index: kernel.spec =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v retrieving revision 1.1191 retrieving revision 1.1192 diff -u -r1.1191 -r1.1192 --- kernel.spec 4 Jan 2009 01:50:33 -0000 1.1191 +++ kernel.spec 5 Jan 2009 17:42:23 -0000 1.1192 @@ -57,7 +57,7 @@ # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 6 +%define gitrev 7 # Set rpm version accordingly %define rpmversion 2.6.%{upstream_sublevel} %endif @@ -1757,6 +1757,9 @@ %kernel_variant_files -k vmlinux %{with_kdump} kdump %changelog +* Mon Jan 05 2009 Dave Jones +- 2.6.28-git7 + * Sat Jan 03 2009 Dave Jones - 2.6.28-git6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v retrieving revision 1.942 retrieving revision 1.943 diff -u -r1.942 -r1.943 --- sources 4 Jan 2009 01:50:33 -0000 1.942 +++ sources 5 Jan 2009 17:42:23 -0000 1.943 @@ -1,2 +1,2 @@ d351e44709c9810b85e29b877f50968a linux-2.6.28.tar.bz2 -802d915efc572bc48210070bae26534c patch-2.6.28-git6.bz2 +425b1d05c16ce88ba1448bf337b5175a patch-2.6.28-git7.bz2 Index: upstream =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v retrieving revision 1.854 retrieving revision 1.855 diff -u -r1.854 -r1.855 --- upstream 4 Jan 2009 01:50:33 -0000 1.854 +++ upstream 5 Jan 2009 17:42:23 -0000 1.855 @@ -1,2 +1,2 @@ linux-2.6.28.tar.bz2 -patch-2.6.28-git6.bz2 +patch-2.6.28-git7.bz2 --- patch-2.6.28-git6.bz2.sign DELETED --- From caillon at fedoraproject.org Mon Jan 5 17:59:40 2009 From: caillon at fedoraproject.org (Christopher Aillon) Date: Mon, 5 Jan 2009 17:59:40 +0000 (UTC) Subject: rpms/thunderbird/F-10 .cvsignore, 1.22, 1.23 sources, 1.29, 1.30 thunderbird.spec, 1.120, 1.121 Message-ID: <20090105175940.6CE5670108@cvs1.fedora.phx.redhat.com> Author: caillon Update of /cvs/extras/rpms/thunderbird/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7910 Modified Files: .cvsignore sources thunderbird.spec Log Message: * Mon Jan 5 2009 Christopher Aillon 2.0.0.19-1 - Update to 2.0.0.19 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/thunderbird/F-10/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 20 Nov 2008 00:25:18 -0000 1.22 +++ .cvsignore 5 Jan 2009 17:59:09 -0000 1.23 @@ -1,2 +1,2 @@ -thunderbird-2.0.0.18-source.tar.bz2 -thunderbird-langpacks-2.0.0.18-20081119.tar.bz2 +thunderbird-2.0.0.19-source.tar.bz2 +thunderbird-langpacks-2.0.0.19-20090105.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/thunderbird/F-10/sources,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- sources 20 Nov 2008 00:25:18 -0000 1.29 +++ sources 5 Jan 2009 17:59:09 -0000 1.30 @@ -1,2 +1,2 @@ -1d131408b2338132a154700cc92a1d58 thunderbird-2.0.0.18-source.tar.bz2 -0391bb2456dd3c8cb633152802279f4b thunderbird-langpacks-2.0.0.18-20081119.tar.bz2 +546e81748f5f8bf06cacbcb8c358395f thunderbird-2.0.0.19-source.tar.bz2 +35c5bf378d8810ccec1d6c03f2e7d770 thunderbird-langpacks-2.0.0.19-20090105.tar.bz2 Index: thunderbird.spec =================================================================== RCS file: /cvs/extras/rpms/thunderbird/F-10/thunderbird.spec,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- thunderbird.spec 20 Nov 2008 00:25:18 -0000 1.120 +++ thunderbird.spec 5 Jan 2009 17:59:09 -0000 1.121 @@ -7,7 +7,7 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird -Version: 2.0.0.18 +Version: 2.0.0.19 Release: 1%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -18,7 +18,7 @@ %define tarball thunderbird-2.0.0.0rc1-source.tar.bz2 %endif Source0: %{tarball} -Source1: thunderbird-langpacks-%{version}-20081119.tar.bz2 +Source1: thunderbird-langpacks-%{version}-20090105.tar.bz2 Source10: thunderbird-mozconfig Source11: thunderbird-mozconfig-branded Source12: thunderbird-redhat-default-prefs.js @@ -329,6 +329,9 @@ #=============================================================================== %changelog +* Mon Jan 5 2009 Christopher Aillon 2.0.0.19-1 +- Update to 2.0.0.19 + * Wed Nov 19 2008 Christopher Aillon 2.0.0.18-1 - Update to 2.0.0.18 From musuruan at fedoraproject.org Mon Jan 5 18:00:23 2009 From: musuruan at fedoraproject.org (Andrea Musuruane) Date: Mon, 5 Jan 2009 18:00:23 +0000 (UTC) Subject: rpms/libicns/F-9 .cvsignore, 1.2, 1.3 libicns.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090105180023.09F7970108@cvs1.fedora.phx.redhat.com> Author: musuruan Update of /cvs/pkgs/rpms/libicns/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8262 Modified Files: .cvsignore libicns.spec sources Log Message: * Mon Jan 05 2009 Andrea Musuruane - 0.6.1-1 - Updated to upstream 0.6.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libicns/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Dec 2008 13:56:25 -0000 1.2 +++ .cvsignore 5 Jan 2009 17:59:52 -0000 1.3 @@ -1 +1 @@ -libicns-0.6.0.tar.gz +libicns-0.6.1.tar.gz Index: libicns.spec =================================================================== RCS file: /cvs/pkgs/rpms/libicns/F-9/libicns.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libicns.spec 21 Dec 2008 13:56:25 -0000 1.1 +++ libicns.spec 5 Jan 2009 17:59:52 -0000 1.2 @@ -1,6 +1,6 @@ Name: libicns -Version: 0.6.0 -Release: 2%{?dist} +Version: 0.6.1 +Release: 1%{?dist} Summary: Library for manipulating Macintosh icns files Group: System Environment/Libraries @@ -88,6 +88,9 @@ %changelog +* Mon Jan 05 2009 Andrea Musuruane - 0.6.1-1 +- Updated to upstream 0.6.1 + * Sat Dec 20 2008 Andrea Musuruane - 0.6.0-2 - Fixed Source0 URL - Added missing 'Requires: pkgconfig' to devel package Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libicns/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Dec 2008 13:56:25 -0000 1.2 +++ sources 5 Jan 2009 17:59:52 -0000 1.3 @@ -1 +1 @@ -f6ab74c2cfd4ab5b11d1cb9114743c90 libicns-0.6.0.tar.gz +ee7e417570becd638caf40c6d1bbfee2 libicns-0.6.1.tar.gz From steved at fedoraproject.org Mon Jan 5 18:04:07 2009 From: steved at fedoraproject.org (Steve Dickson) Date: Mon, 5 Jan 2009 18:04:07 +0000 (UTC) Subject: rpms/nfs-utils/devel nfs-utils-1.1.4-tcpwrap-warn.patch, NONE, 1.1 nfs-utils.spec, 1.202, 1.203 Message-ID: <20090105180407.7070970108@cvs1.fedora.phx.redhat.com> Author: steved Update of /cvs/pkgs/rpms/nfs-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9096 Modified Files: nfs-utils.spec Added Files: nfs-utils-1.1.4-tcpwrap-warn.patch Log Message: - Added warnings to tcp wrapper code when mounts are denied due to misconfigured DNS configurations. nfs-utils-1.1.4-tcpwrap-warn.patch: --- NEW FILE nfs-utils-1.1.4-tcpwrap-warn.patch --- commit 6e3f696e788a56f30b5b3f8250647fe4cd63c884 Author: Steve Dickson Date: Sat Jan 3 14:08:25 2009 -0500 Now that the TCP wrapper actually works, mounts will be denied with misconfigured DNS configurations. Warnings will be logged when these types of configurations are detected. Signed-off-by: Steve Dickson diff -up nfs-utils-1.1.4/support/misc/tcpwrapper.c.orig nfs-utils-1.1.4/support/misc/tcpwrapper.c --- nfs-utils-1.1.4/support/misc/tcpwrapper.c.orig 2009-01-03 13:02:15.000000000 -0500 +++ nfs-utils-1.1.4/support/misc/tcpwrapper.c 2009-01-03 14:05:42.000000000 -0500 @@ -48,6 +48,8 @@ #include #include +#include "xlog.h" + #ifdef SYSV40 #include #include @@ -179,17 +181,27 @@ struct sockaddr_in *addr; /* Now do the hostname lookup */ hp = gethostbyaddr ((const char *) &(addr->sin_addr), sizeof (addr->sin_addr), AF_INET); - if (!hp) + if (!hp) { + xlog(L_WARNING, + "Warning: Client IP address '%s' not found in host lookup", + inet_ntoa(addr->sin_addr)); return DENY; /* never heard of it. misconfigured DNS? */ + } /* Make sure the hostent is authorative. */ tmpname = strdup(hp->h_name); - if (!tmpname) + if (!tmpname) { + xlog(L_WARNING, "Warning: No memory for Host access check"); return DENY; + } hp = gethostbyname(tmpname); - free(tmpname); - if (!hp) + if (!hp) { + xlog(L_WARNING, + "Warning: Client hostname '%s' not found in host lookup", tmpname); + free(tmpname); return DENY; /* never heard of it. misconfigured DNS? */ + } + free(tmpname); /* Now make sure the address is on the list */ for (sp = hp->h_addr_list ; *sp ; sp++) { Index: nfs-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/nfs-utils/devel/nfs-utils.spec,v retrieving revision 1.202 retrieving revision 1.203 diff -u -r1.202 -r1.203 --- nfs-utils.spec 20 Dec 2008 12:16:35 -0000 1.202 +++ nfs-utils.spec 5 Jan 2009 18:03:37 -0000 1.203 @@ -2,7 +2,7 @@ Name: nfs-utils URL: http://sourceforge.net/projects/nfs Version: 1.1.4 -Release: 10%{?dist} +Release: 11%{?dist} Epoch: 1 # group all 32bit related archs @@ -39,6 +39,7 @@ Patch110: nfs-utils-1.1.4-sm-notify-freeaddrinfo.patch Patch111: nfs-utils-1.1.4-statd-xunlink.patch Patch112: nfs-utils-1.1.4-tcpwrapper-update.patch +Patch113: nfs-utils-1.1.4-tcpwrap-warn.patch %if %{enablefscache} Patch90: nfs-utils-1.1.0-mount-fsc.patch @@ -106,6 +107,7 @@ %patch110 -p1 %patch111 -p1 %patch112 -p1 +%patch113 -p1 %if %{enablefscache} %patch90 -p1 @@ -269,6 +271,10 @@ %attr(4755,root,root) /sbin/umount.nfs4 %changelog +* Sat Jan 3 2009 Steve Dickson 1.1.4-11 +- Added warnings to tcp wrapper code when mounts are + denied due to misconfigured DNS configurations. + * Fri Dec 19 2008 Steve Dickson 1.1.4-10 - Re-enabled and fixed/enhanced tcp wrappers. From caillon at fedoraproject.org Mon Jan 5 18:05:05 2009 From: caillon at fedoraproject.org (Christopher Aillon) Date: Mon, 5 Jan 2009 18:05:05 +0000 (UTC) Subject: rpms/thunderbird/F-9 .cvsignore, 1.22, 1.23 sources, 1.29, 1.30 thunderbird.spec, 1.122, 1.123 Message-ID: <20090105180505.DC50070108@cvs1.fedora.phx.redhat.com> Author: caillon Update of /cvs/extras/rpms/thunderbird/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9525 Modified Files: .cvsignore sources thunderbird.spec Log Message: * Mon Jan 5 2009 Christopher Aillon 2.0.0.19-1 - Update to 2.0.0.19 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/thunderbird/F-9/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 20 Nov 2008 00:30:55 -0000 1.22 +++ .cvsignore 5 Jan 2009 18:04:35 -0000 1.23 @@ -1,2 +1,2 @@ -thunderbird-2.0.0.18-source.tar.bz2 -thunderbird-langpacks-2.0.0.18-20081119.tar.bz2 +thunderbird-2.0.0.19-source.tar.bz2 +thunderbird-langpacks-2.0.0.19-20090105.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/thunderbird/F-9/sources,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- sources 20 Nov 2008 00:30:55 -0000 1.29 +++ sources 5 Jan 2009 18:04:35 -0000 1.30 @@ -1,2 +1,2 @@ -1d131408b2338132a154700cc92a1d58 thunderbird-2.0.0.18-source.tar.bz2 -0391bb2456dd3c8cb633152802279f4b thunderbird-langpacks-2.0.0.18-20081119.tar.bz2 +546e81748f5f8bf06cacbcb8c358395f thunderbird-2.0.0.19-source.tar.bz2 +35c5bf378d8810ccec1d6c03f2e7d770 thunderbird-langpacks-2.0.0.19-20090105.tar.bz2 Index: thunderbird.spec =================================================================== RCS file: /cvs/extras/rpms/thunderbird/F-9/thunderbird.spec,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- thunderbird.spec 20 Nov 2008 00:30:55 -0000 1.122 +++ thunderbird.spec 5 Jan 2009 18:04:35 -0000 1.123 @@ -7,7 +7,7 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird -Version: 2.0.0.18 +Version: 2.0.0.19 Release: 1%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -18,7 +18,7 @@ %define tarball thunderbird-2.0.0.0rc1-source.tar.bz2 %endif Source0: %{tarball} -Source1: thunderbird-langpacks-%{version}-20081119.tar.bz2 +Source1: thunderbird-langpacks-%{version}-20090105.tar.bz2 Source10: thunderbird-mozconfig Source11: thunderbird-mozconfig-branded Source12: thunderbird-redhat-default-prefs.js @@ -329,6 +329,9 @@ #=============================================================================== %changelog +* Mon Jan 5 2009 Christopher Aillon 2.0.0.19-1 +- Update to 2.0.0.19 + * Wed Nov 19 2008 Christopher Aillon 2.0.0.18-1 - Update to 2.0.0.18 From caillon at fedoraproject.org Mon Jan 5 18:07:45 2009 From: caillon at fedoraproject.org (Christopher Aillon) Date: Mon, 5 Jan 2009 18:07:45 +0000 (UTC) Subject: rpms/thunderbird/F-8 .cvsignore, 1.22, 1.23 sources, 1.29, 1.30 thunderbird.spec, 1.117, 1.118 Message-ID: <20090105180745.D7F8D70108@cvs1.fedora.phx.redhat.com> Author: caillon Update of /cvs/extras/rpms/thunderbird/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10550 Modified Files: .cvsignore sources thunderbird.spec Log Message: * Mon Jan 5 2009 Christopher Aillon 2.0.0.19-1 - Update to 2.0.0.19 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/thunderbird/F-8/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 20 Nov 2008 00:33:32 -0000 1.22 +++ .cvsignore 5 Jan 2009 18:07:15 -0000 1.23 @@ -1,2 +1,2 @@ -thunderbird-2.0.0.18-source.tar.bz2 -thunderbird-langpacks-2.0.0.18-20081119.tar.bz2 +thunderbird-2.0.0.19-source.tar.bz2 +thunderbird-langpacks-2.0.0.19-20090105.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/thunderbird/F-8/sources,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- sources 20 Nov 2008 00:33:32 -0000 1.29 +++ sources 5 Jan 2009 18:07:15 -0000 1.30 @@ -1,2 +1,2 @@ -1d131408b2338132a154700cc92a1d58 thunderbird-2.0.0.18-source.tar.bz2 -0391bb2456dd3c8cb633152802279f4b thunderbird-langpacks-2.0.0.18-20081119.tar.bz2 +546e81748f5f8bf06cacbcb8c358395f thunderbird-2.0.0.19-source.tar.bz2 +35c5bf378d8810ccec1d6c03f2e7d770 thunderbird-langpacks-2.0.0.19-20090105.tar.bz2 Index: thunderbird.spec =================================================================== RCS file: /cvs/extras/rpms/thunderbird/F-8/thunderbird.spec,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- thunderbird.spec 20 Nov 2008 00:33:32 -0000 1.117 +++ thunderbird.spec 5 Jan 2009 18:07:15 -0000 1.118 @@ -7,7 +7,7 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird -Version: 2.0.0.18 +Version: 2.0.0.19 Release: 1%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ @@ -18,7 +18,7 @@ %define tarball thunderbird-2.0.0.0rc1-source.tar.bz2 %endif Source0: %{tarball} -Source1: thunderbird-langpacks-%{version}-20081119.tar.bz2 +Source1: thunderbird-langpacks-%{version}-20090105.tar.bz2 Source10: thunderbird-mozconfig Source11: thunderbird-mozconfig-branded Source12: thunderbird-redhat-default-prefs.js @@ -309,6 +309,9 @@ #=============================================================================== %changelog +* Mon Jan 5 2009 Christopher Aillon 2.0.0.19-1 +- Update to 2.0.0.19 + * Wed Nov 19 2008 Christopher Aillon 2.0.0.18-1 - Update to 2.0.0.18 From steved at fedoraproject.org Mon Jan 5 18:14:20 2009 From: steved at fedoraproject.org (Steve Dickson) Date: Mon, 5 Jan 2009 18:14:20 +0000 (UTC) Subject: rpms/nfs-utils/F-10 nfs-utils-1.1.4-tcpwrap-warn.patch, NONE, 1.1 nfs-utils.spec, 1.196, 1.197 Message-ID: <20090105181420.87F2570108@cvs1.fedora.phx.redhat.com> Author: steved Update of /cvs/pkgs/rpms/nfs-utils/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12845 Modified Files: nfs-utils.spec Added Files: nfs-utils-1.1.4-tcpwrap-warn.patch Log Message: - Added warnings to tcp wrapper code when mounts are denied due to misconfigured DNS configurations. nfs-utils-1.1.4-tcpwrap-warn.patch: --- NEW FILE nfs-utils-1.1.4-tcpwrap-warn.patch --- commit 6e3f696e788a56f30b5b3f8250647fe4cd63c884 Author: Steve Dickson Date: Sat Jan 3 14:08:25 2009 -0500 Now that the TCP wrapper actually works, mounts will be denied with misconfigured DNS configurations. Warnings will be logged when these types of configurations are detected. Signed-off-by: Steve Dickson diff -up nfs-utils-1.1.4/support/misc/tcpwrapper.c.orig nfs-utils-1.1.4/support/misc/tcpwrapper.c --- nfs-utils-1.1.4/support/misc/tcpwrapper.c.orig 2009-01-03 13:02:15.000000000 -0500 +++ nfs-utils-1.1.4/support/misc/tcpwrapper.c 2009-01-03 14:05:42.000000000 -0500 @@ -48,6 +48,8 @@ #include #include +#include "xlog.h" + #ifdef SYSV40 #include #include @@ -179,17 +181,27 @@ struct sockaddr_in *addr; /* Now do the hostname lookup */ hp = gethostbyaddr ((const char *) &(addr->sin_addr), sizeof (addr->sin_addr), AF_INET); - if (!hp) + if (!hp) { + xlog(L_WARNING, + "Warning: Client IP address '%s' not found in host lookup", + inet_ntoa(addr->sin_addr)); return DENY; /* never heard of it. misconfigured DNS? */ + } /* Make sure the hostent is authorative. */ tmpname = strdup(hp->h_name); - if (!tmpname) + if (!tmpname) { + xlog(L_WARNING, "Warning: No memory for Host access check"); return DENY; + } hp = gethostbyname(tmpname); - free(tmpname); - if (!hp) + if (!hp) { + xlog(L_WARNING, + "Warning: Client hostname '%s' not found in host lookup", tmpname); + free(tmpname); return DENY; /* never heard of it. misconfigured DNS? */ + } + free(tmpname); /* Now make sure the address is on the list */ for (sp = hp->h_addr_list ; *sp ; sp++) { Index: nfs-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/nfs-utils/F-10/nfs-utils.spec,v retrieving revision 1.196 retrieving revision 1.197 diff -u -r1.196 -r1.197 --- nfs-utils.spec 20 Dec 2008 12:31:18 -0000 1.196 +++ nfs-utils.spec 5 Jan 2009 18:13:50 -0000 1.197 @@ -2,7 +2,7 @@ Name: nfs-utils URL: http://sourceforge.net/projects/nfs Version: 1.1.4 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 # group all 32bit related archs @@ -28,6 +28,7 @@ Patch03: nfs-utils-1.1.4-sm-notify-typo.patch Patch04: nfs-utils-1.1.4-statd-unlink.patch Patch05: nfs-utils-1.1.4-tcpwrapper-update.patch +Patch06: nfs-utils-1.1.4-tcpwrap-warn.patch %if %{enablefscache} Patch90: nfs-utils-1.1.0-mount-fsc.patch @@ -84,6 +85,7 @@ %patch03 -p1 %patch04 -p1 %patch05 -p1 +%patch06 -p1 %if %{enablefscache} %patch90 -p1 @@ -247,6 +249,10 @@ %attr(4755,root,root) /sbin/umount.nfs4 %changelog +* Mon Jan 5 2009 Steve Dickson 1.1.4-6 +- Added warnings to tcp wrapper code when mounts are + denied due to misconfigured DNS configurations. + * Sat Dec 20 2008 Steve Dickson 1.1.4-5 - Re-enabled and fixed/enhanced tcp wrappers. From steved at fedoraproject.org Mon Jan 5 18:27:26 2009 From: steved at fedoraproject.org (Steve Dickson) Date: Mon, 5 Jan 2009 18:27:26 +0000 (UTC) Subject: rpms/nfs-utils/F-9 nfs-utils-1.1.2-tcpwrap-warn.patch, NONE, 1.1 nfs-utils.spec, 1.177, 1.178 Message-ID: <20090105182726.DEC2770108@cvs1.fedora.phx.redhat.com> Author: steved Update of /cvs/pkgs/rpms/nfs-utils/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17443 Modified Files: nfs-utils.spec Added Files: nfs-utils-1.1.2-tcpwrap-warn.patch Log Message: - Added warnings to tcp wrapper code when mounts are denied due to misconfigured DNS configurations. nfs-utils-1.1.2-tcpwrap-warn.patch: --- NEW FILE nfs-utils-1.1.2-tcpwrap-warn.patch --- commit 6e3f696e788a56f30b5b3f8250647fe4cd63c884 Author: Steve Dickson Date: Sat Jan 3 14:08:25 2009 -0500 Now that the TCP wrapper actually works, mounts will be denied with misconfigured DNS configurations. Warnings will be logged when these types of configurations are detected. Signed-off-by: Steve Dickson diff -up nfs-utils-1.1.4/support/misc/tcpwrapper.c.orig nfs-utils-1.1.4/support/misc/tcpwrapper.c --- nfs-utils-1.1.4/support/misc/tcpwrapper.c.orig 2009-01-03 13:02:15.000000000 -0500 +++ nfs-utils-1.1.4/support/misc/tcpwrapper.c 2009-01-03 14:05:42.000000000 -0500 @@ -48,6 +48,8 @@ #include #include +#include "xlog.h" + #ifdef SYSV40 #include #include @@ -179,17 +181,27 @@ struct sockaddr_in *addr; /* Now do the hostname lookup */ hp = gethostbyaddr ((const char *) &(addr->sin_addr), sizeof (addr->sin_addr), AF_INET); - if (!hp) + if (!hp) { + xlog(L_WARNING, + "Warning: Client IP address '%s' not found in host lookup", + inet_ntoa(addr->sin_addr)); return DENY; /* never heard of it. misconfigured DNS? */ + } /* Make sure the hostent is authorative. */ tmpname = strdup(hp->h_name); - if (!tmpname) + if (!tmpname) { + xlog(L_WARNING, "Warning: No memory for Host access check"); return DENY; + } hp = gethostbyname(tmpname); - free(tmpname); - if (!hp) + if (!hp) { + xlog(L_WARNING, + "Warning: Client hostname '%s' not found in host lookup", tmpname); + free(tmpname); return DENY; /* never heard of it. misconfigured DNS? */ + } + free(tmpname); /* Now make sure the address is on the list */ for (sp = hp->h_addr_list ; *sp ; sp++) { Index: nfs-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/nfs-utils/F-9/nfs-utils.spec,v retrieving revision 1.177 retrieving revision 1.178 diff -u -r1.177 -r1.178 --- nfs-utils.spec 20 Dec 2008 13:04:14 -0000 1.177 +++ nfs-utils.spec 5 Jan 2009 18:26:56 -0000 1.178 @@ -2,7 +2,7 @@ Name: nfs-utils URL: http://sourceforge.net/projects/nfs Version: 1.1.2 -Release: 8%{?dist} +Release: 9%{?dist} Epoch: 1 # group all 32bit related archs @@ -34,6 +34,7 @@ Patch09: nfs-utils-1.1.2-rmtab-fqdn.patch Patch10: nfs-utils-1.1.0-smnotify-path.patch Patch11: nfs-utils-1.1.2-tcpwrapper-update.patch +Patch12: nfs-utils-1.1.2-tcpwrap-warn.patch %if %{enablefscache} Patch90: nfs-utils-1.1.0-mount-fsc.patch @@ -96,6 +97,7 @@ %patch09 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 %if %{enablefscache} %patch90 -p1 @@ -259,6 +261,10 @@ %attr(4755,root,root) /sbin/umount.nfs4 %changelog +* Mon Jan 5 2009 Steve Dickson 1.1.2-9 +- Added warnings to tcp wrapper code when mounts are + denied due to misconfigured DNS configurations. + * Sat Dec 20 2008 Steve Dickson 1.1.2-8 - Re-enabled and fixed/enhanced tcp wrappers. From mclasen at fedoraproject.org Mon Jan 5 18:39:15 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Mon, 5 Jan 2009 18:39:15 +0000 (UTC) Subject: rpms/glib2/devel .cvsignore, 1.100, 1.101 glib2.spec, 1.192, 1.193 sources, 1.102, 1.103 Message-ID: <20090105183915.B33D070108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/glib2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19694 Modified Files: .cvsignore glib2.spec sources Log Message: 2.19.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/glib2/devel/.cvsignore,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- .cvsignore 16 Dec 2008 01:49:48 -0000 1.100 +++ .cvsignore 5 Jan 2009 18:38:45 -0000 1.101 @@ -1 +1 @@ -glib-2.19.3.tar.bz2 +glib-2.19.4.tar.bz2 Index: glib2.spec =================================================================== RCS file: /cvs/pkgs/rpms/glib2/devel/glib2.spec,v retrieving revision 1.192 retrieving revision 1.193 diff -u -r1.192 -r1.193 --- glib2.spec 16 Dec 2008 01:49:48 -0000 1.192 +++ glib2.spec 5 Jan 2009 18:38:45 -0000 1.193 @@ -2,7 +2,7 @@ Summary: A library of handy utility functions Name: glib2 -Version: 2.19.3 +Version: 2.19.4 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -133,6 +133,9 @@ %{_libdir}/lib*.a %changelog +* Mon Jan 5 2009 Matthias Clasen - 2.19.4-1 +- Update to 2.19.4 + * Mon Dec 15 2008 Matthias Clasen - 2.19.3-1 - Update to 2.19.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/glib2/devel/sources,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- sources 16 Dec 2008 01:49:48 -0000 1.102 +++ sources 5 Jan 2009 18:38:45 -0000 1.103 @@ -1 +1 @@ -8c209e5ed7864cf38bd9f48db6631d1b glib-2.19.3.tar.bz2 +1eefaadb07e66df90418fe7cc775e9f7 glib-2.19.4.tar.bz2 From davej at fedoraproject.org Mon Jan 5 18:48:25 2009 From: davej at fedoraproject.org (Dave Jones) Date: Mon, 5 Jan 2009 18:48:25 +0000 (UTC) Subject: rpms/kernel/devel linux-2.6-compile-fixes.patch,1.184,1.185 Message-ID: <20090105184825.BBF9970108@cvs1.fedora.phx.redhat.com> Author: davej Update of /cvs/pkgs/rpms/kernel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21587 Modified Files: linux-2.6-compile-fixes.patch Log Message: compile fix linux-2.6-compile-fixes.patch: Index: linux-2.6-compile-fixes.patch =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v retrieving revision 1.184 retrieving revision 1.185 diff -u -r1.184 -r1.185 --- linux-2.6-compile-fixes.patch 29 Dec 2008 17:30:27 -0000 1.184 +++ linux-2.6-compile-fixes.patch 5 Jan 2009 18:48:25 -0000 1.185 @@ -5,3 +5,163 @@ # to do a compile to figure out what your diff is fixing. Thanks. # +From davej Sun Jan 4 17:00:52 2009 +Return-Path: linux-kernel-owner at vger.kernel.org +X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on + gelk.kernelslacker.org +X-Spam-Level: +X-Spam-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00, + RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham version=3.2.5 +Received: from mail.corp.redhat.com [10.5.5.53] + by gelk.kernelslacker.org with IMAP (fetchmail-6.3.8) + for (single-drop); Sun, 04 Jan 2009 17:00:52 -0500 (EST) +Received: from zmta02.collab.prod.int.phx2.redhat.com (LHLO + zmta02.collab.prod.int.phx2.redhat.com) (10.5.5.32) by + mail01.corp.redhat.com with LMTP; Sun, 4 Jan 2009 16:57:24 -0500 (EST) +Received: from localhost (localhost.localdomain [127.0.0.1]) + by zmta02.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id D37809C504; + Sun, 4 Jan 2009 16:57:24 -0500 (EST) +Received: from zmta02.collab.prod.int.phx2.redhat.com ([127.0.0.1]) + by localhost (zmta02.collab.prod.int.phx2.redhat.com [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id Zc+IlAojNlo9; Sun, 4 Jan 2009 16:57:24 -0500 (EST) +Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) + by zmta02.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 6E77C9C322; + Sun, 4 Jan 2009 16:57:24 -0500 (EST) +Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) + by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n04LvNfd004253; + Sun, 4 Jan 2009 16:57:23 -0500 +Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) + by mx3.redhat.com (8.13.8/8.13.8) with ESMTP id n04Lv8kf032280; + Sun, 4 Jan 2009 16:57:08 -0500 +Received: (majordomo at vger.kernel.org) by vger.kernel.org via listexpand + id S1757804AbZADV5H (ORCPT + 33 others); + Sun, 4 Jan 2009 16:57:07 -0500 +Received: (majordomo at vger.kernel.org) by vger.kernel.org id S1751921AbZADV44 + (ORCPT ); + Sun, 4 Jan 2009 16:56:56 -0500 +Received: from mx2.mail.elte.hu ([157.181.151.9]:58090 "EHLO mx2.mail.elte.hu" + rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP + id S1751332AbZADV4z (ORCPT ); + Sun, 4 Jan 2009 16:56:55 -0500 +Received: from elvis.elte.hu ([157.181.1.14]) + by mx2.mail.elte.hu with esmtp (Exim) + id 1LJaxm-0008Nh-7r + from ; Sun, 04 Jan 2009 22:56:52 +0100 +Received: by elvis.elte.hu (Postfix, from userid 1004) + id 11E833E21A7; Sun, 4 Jan 2009 22:56:43 +0100 (CET) +Date: Sun, 4 Jan 2009 22:56:45 +0100 +From: Ingo Molnar +To: Linus Torvalds +Cc: linux-kernel at vger.kernel.org, Andrew Morton +Subject: [git pull] core/iommu fixes +Message-ID: <20090104215645.GA22924 at elte.hu> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +User-Agent: Mutt/1.5.18 (2008-05-17) +Received-SPF: neutral (mx2: 157.181.1.14 is neither permitted nor denied by domain of elte.hu) client-ip=157.181.1.14; envelope-from=mingo at elte.hu; helo=elvis.elte.hu; +X-ELTE-VirusStatus: clean +X-ELTE-SpamScore: -1.5 +X-ELTE-SpamLevel: +X-ELTE-SpamCheck: no +X-ELTE-SpamVersion: ELTE 2.0 +X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 + -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% + [score: 0.0000] +Sender: linux-kernel-owner at vger.kernel.org +Precedence: bulk +List-ID: +X-Mailing-List: linux-kernel at vger.kernel.org +X-RedHat-Spam-Score: -3.454 +X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 +X-Scanned-By: MIMEDefang 2.63 on 172.16.48.32 +Status: RO +Content-Length: 2444 +Lines: 85 + +Linus, + +Please pull the latest core-fixes-for-linus git tree from: + + git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git core-fixes-for-linus + + Thanks, + + Ingo + +------------------> +Ingo Molnar (1): + intel-iommu: fix build error with INTR_REMAP=y and DMAR=n + +Jesper Juhl (1): + swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.c + +Roland Dreier (1): + swiotlb: add missing __init annotations + + + arch/x86/kernel/pci-swiotlb_64.c | 2 +- + include/linux/dma_remapping.h | 8 ++++++++ + lib/swiotlb.c | 3 +-- + 3 files changed, 10 insertions(+), 3 deletions(-) + +diff --git a/arch/x86/kernel/pci-swiotlb_64.c b/arch/x86/kernel/pci-swiotlb_64.c +index 242c344..8cba374 100644 +--- a/arch/x86/kernel/pci-swiotlb_64.c ++++ b/arch/x86/kernel/pci-swiotlb_64.c +@@ -13,7 +13,7 @@ + + int swiotlb __read_mostly; + +-void *swiotlb_alloc_boot(size_t size, unsigned long nslabs) ++void * __init swiotlb_alloc_boot(size_t size, unsigned long nslabs) + { + return alloc_bootmem_low_pages(size); + } +diff --git a/include/linux/dma_remapping.h b/include/linux/dma_remapping.h +index 136f170..af1dab4 100644 +--- a/include/linux/dma_remapping.h ++++ b/include/linux/dma_remapping.h +@@ -17,7 +17,15 @@ struct dmar_domain; + struct root_entry; + + extern void free_dmar_iommu(struct intel_iommu *iommu); ++ ++#ifdef CONFIG_DMAR + extern int iommu_calculate_agaw(struct intel_iommu *iommu); ++#else ++static inline int iommu_calculate_agaw(struct intel_iommu *iommu) ++{ ++ return 0; ++} ++#endif + + extern int dmar_disabled; + +diff --git a/lib/swiotlb.c b/lib/swiotlb.c +index fa2dc4e..7f5e21b 100644 +--- a/lib/swiotlb.c ++++ b/lib/swiotlb.c +@@ -23,7 +23,6 @@ + #include + #include + #include +-#include + #include + #include + #include +@@ -116,7 +115,7 @@ setup_io_tlb_npages(char *str) + __setup("swiotlb=", setup_io_tlb_npages); + /* make io_tlb_overflow tunable too? */ + +-void * __weak swiotlb_alloc_boot(size_t size, unsigned long nslabs) ++void * __weak __init swiotlb_alloc_boot(size_t size, unsigned long nslabs) + { + return alloc_bootmem_low_pages(size); + } +-- +To unsubscribe from this list: send the line "unsubscribe linux-kernel" in +the body of a message to majordomo at vger.kernel.org +More majordomo info at http://vger.kernel.org/majordomo-info.html +Please read the FAQ at http://www.tux.org/lkml/ + From langel at fedoraproject.org Mon Jan 5 19:09:15 2009 From: langel at fedoraproject.org (Lillian Angel) Date: Mon, 5 Jan 2009 19:09:15 +0000 (UTC) Subject: rpms/batik/devel .cvsignore, 1.6, 1.7 batik.spec, 1.8, 1.9 sources, 1.7, 1.8 Message-ID: <20090105190915.EB45E70108@cvs1.fedora.phx.redhat.com> Author: langel Update of /cvs/pkgs/rpms/batik/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28680 Modified Files: .cvsignore batik.spec sources Log Message: * Mon Jan 05 2009 Lillian Angel - 1.7-1 - Updated batik-repack.sh to remove font files from test resources. - Resolves: rhbz#477369 * Mon Jan 05 2009 Nicolas Chauvet - 1.7-1 - Fix release field - Repack the source (without included jar files) - Fix dual listed files in the demo subpackage - Fix BR subversion used in determine-svn-revision-svn-info - Fix BR that was previously bundled within the source archive - Resolves: rhbz#472736 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/batik/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 28 Nov 2008 15:49:33 -0000 1.6 +++ .cvsignore 5 Jan 2009 19:08:45 -0000 1.7 @@ -3,5 +3,6 @@ batik.squiggle.script batik.svgpp.script batik.ttf2svg.script -batik-src-1.7.zip batik.rasterizer.script +batik-repack.sh +batik-repack-1.7.zip Index: batik.spec =================================================================== RCS file: /cvs/pkgs/rpms/batik/devel/batik.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- batik.spec 28 Nov 2008 15:51:51 -0000 1.8 +++ batik.spec 5 Jan 2009 19:08:45 -0000 1.9 @@ -1,34 +1,45 @@ Name: batik Version: 1.7 -Release: 0.7 +Release: 1%{?dist} Summary: Scalable Vector Graphics for Java License: ASL 2.0 URL: http://xml.apache.org/batik/ Group: Applications/Multimedia -Source0: %{name}-src-%{version}.zip +#Source0: http://apache.crihan.fr/dist/xmlgraphics/batik/batik-src-%{version}.zip +Source0: %{name}-repack-%{version}.zip Source1: %{name}.squiggle.script Source2: %{name}.svgpp.script Source3: %{name}.ttf2svg.script Source4: %{name}.rasterizer.script Source5: %{name}.slideshow.script Source6: %{name}-squiggle.desktop +Source7: %{name}-repack.sh Patch0: %{name}-manifests.patch Patch1: %{name}-policy.patch Requires: rhino >= 1.5 -Requires: xml-commons-apis >= 1.3.04 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: java-1.6.0-openjdk-devel >= 1:1.6.0.0 +BuildRequires: jpackage-utils >= 1.5 BuildRequires: ant +BuildRequires: ant-trax +BuildRequires: subversion + +BuildRequires: jython BuildRequires: rhino >= 1.5 BuildRequires: jpackage-utils >= 1.5 BuildRequires: xerces-j2 -BuildRequires: jython +BuildRequires: xml-commons-apis >= 1.3.04 + BuildRequires: java-javadoc BuildRequires: rhino-javadoc -BuildRequires: %{__perl} -BuildRequires: java-1.7.0-icedtea >= 1.7.0.0 -BuildArch: noarch + +Requires: java >= 1:1.6.0.0 +Requires: rhino >= 1.5 +Requires: xml-commons-apis >= 1.3.04 + %description Batik is a Java(tm) technology based toolkit for applications that want @@ -115,17 +126,29 @@ %build -export CLASSPATH=$CLASSPATH:/usr/share/java/ant/ant-trax-1.7.0.jar +export CLASSPATH=$CLASSPATH:/usr/share/java/ant/ant-trax.jar export CLASSPATH=$CLASSPATH:/usr/share/java/xml-commons-apis.jar export CLASSPATH=$CLASSPATH:/usr/share/java/xml-commons-apis-ext.jar +export CLASSPATH=$CLASSPATH:/usr/share/java/js.jar +export CLASSPATH=$CLASSPATH:/usr/share/java/rhino.jar +export CLASSPATH=$CLASSPATH:/usr/share/java/xalan-j2.jar +export CLASSPATH=$CLASSPATH:/usr/share/java/xerces-j2.jar ant all-jar \ - javadoc \ + -Ddebug=on \ + -Dsun-codecs.present=false \ + -Dsun-codecs.disabled=true \ svg-pp-jar \ svg-slideshow-jar \ squiggle-jar \ rasterizer-jar \ ttf2svg-jar +for j in $(find batik-%{version} -name *.jar); do + export CLASSPATH=$CLASSPATH:${j} +done +ant javadoc + + %install rm -rf $RPM_BUILD_ROOT @@ -165,6 +188,10 @@ cp -pr contrib resources samples test-resources test-sources \ $RPM_BUILD_ROOT%{_datadir}/%{name} +#Fix perms +chmod +x $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib/rasterizertask/build.sh +chmod +x $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib/charts/convert.sh + %clean rm -rf $RPM_BUILD_ROOT @@ -208,11 +235,21 @@ %files demo %defattr(-,root,root,-) %{_datadir}/%{name} -%attr(0755,root,root) %{_datadir}/%{name}/contrib/rasterizertask/build.sh -%attr(0755,root,root) %{_datadir}/%{name}/contrib/charts/convert.sh %changelog +* Mon Jan 05 2009 Lillian Angel - 1.7-1 +- Updated batik-repack.sh to remove font files from test resources. +- Resolves: rhbz#477369 + +* Mon Jan 05 2009 Nicolas Chauvet - 1.7-1 +- Fix release field +- Repack the source (without included jar files) +- Fix dual listed files in the demo subpackage +- Fix BR subversion used in determine-svn-revision-svn-info +- Fix BR that was previously bundled within the source archive +- Resolves: rhbz#472736 + * Fri Nov 28 2008 Lillian Angel - 1.7-0.7 - Fixed BASE_JARS in batik.rasterizer.script. - Resolves: rhbz#455397 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/batik/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 28 Nov 2008 15:49:33 -0000 1.7 +++ sources 5 Jan 2009 19:08:45 -0000 1.8 @@ -2,6 +2,7 @@ c20cbde45a96e45bf6e657b50b4fa8e2 batik-squiggle.desktop 0e2b0bc15b89eef1b72306ebcce4075b batik.svgpp.script 96002f6d0e61453b72dc8183e0dce9c8 batik.ttf2svg.script -c117ca2241907f62a2b3031167ebf917 batik-src-1.7.zip 83bd841d2e11c265c930765d974480c4 batik.squiggle.script 41e4dcaacf99bb8e583ee3e7e04e662f batik.rasterizer.script +26100fd0b228e3466c4e1788589140b3 batik-repack.sh +207f23ed2d90e9b9982f739398834c4d batik-repack-1.7.zip From pkgdb at fedoraproject.org Mon Jan 5 19:14:10 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 19:14:10 +0000 Subject: [pkgdb] printoxx ownership updated Message-ID: <20090105191410.81D0B2084B6@bastion.fedora.phx.redhat.com> Package printoxx in Fedora devel is now owned by hubbitus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/printoxx From pkgdb at fedoraproject.org Mon Jan 5 19:14:15 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 19:14:15 +0000 Subject: [pkgdb] printoxx ownership updated Message-ID: <20090105191415.6BE6720873C@bastion.fedora.phx.redhat.com> Package printoxx in Fedora 9 is now owned by hubbitus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/printoxx From pkgdb at fedoraproject.org Mon Jan 5 19:14:19 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 19:14:19 +0000 Subject: [pkgdb] printoxx ownership updated Message-ID: <20090105191419.9F908208D2B@bastion.fedora.phx.redhat.com> Package printoxx in Fedora 10 is now owned by hubbitus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/printoxx From pkgdb at fedoraproject.org Mon Jan 5 19:14:58 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 19:14:58 +0000 Subject: [pkgdb] fotoxx ownership updated Message-ID: <20090105191458.4245E20873C@bastion.fedora.phx.redhat.com> Package fotoxx in Fedora devel is now owned by hubbitus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fotoxx From pkgdb at fedoraproject.org Mon Jan 5 19:14:59 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 19:14:59 +0000 Subject: [pkgdb] fotoxx ownership updated Message-ID: <20090105191459.2B839208D4F@bastion.fedora.phx.redhat.com> Package fotoxx in Fedora 9 is now owned by hubbitus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fotoxx From pkgdb at fedoraproject.org Mon Jan 5 19:15:03 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 19:15:03 +0000 Subject: [pkgdb] fotoxx ownership updated Message-ID: <20090105191503.44A4B208D51@bastion.fedora.phx.redhat.com> Package fotoxx in Fedora 10 is now owned by hubbitus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fotoxx From mclasen at fedoraproject.org Mon Jan 5 19:27:38 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Mon, 5 Jan 2009 19:27:38 +0000 (UTC) Subject: rpms/metacity/devel .cvsignore, 1.82, 1.83 metacity.spec, 1.179, 1.180 sources, 1.82, 1.83 Message-ID: <20090105192738.492D370108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/metacity/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1347 Modified Files: .cvsignore metacity.spec sources Log Message: 2.25.89 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/metacity/devel/.cvsignore,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- .cvsignore 17 Dec 2008 04:27:40 -0000 1.82 +++ .cvsignore 5 Jan 2009 19:27:07 -0000 1.83 @@ -1 +1 @@ -metacity-2.25.55.tar.bz2 +metacity-2.25.89.tar.bz2 Index: metacity.spec =================================================================== RCS file: /cvs/pkgs/rpms/metacity/devel/metacity.spec,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- metacity.spec 17 Dec 2008 04:27:40 -0000 1.179 +++ metacity.spec 5 Jan 2009 19:27:07 -0000 1.180 @@ -1,12 +1,10 @@ Summary: Unobtrusive window manager Name: metacity -Version: 2.25.55 +Version: 2.25.89 Release: 1%{?dist} URL: http://download.gnome.org/sources/metacity/ Source0: http://download.gnome.org/sources/metacity/2.25/metacity-%{version}.tar.bz2 Patch0: default-theme.patch -# http://bugzilla.gnome.org/show_bug.cgi?id=482354 -Patch1: metacity-2.21.13-dont-move-windows.patch # http://bugzilla.gnome.org/show_bug.cgi?id=552303 Patch2: leaks.patch # http://bugzilla.gnome.org/show_bug.cgi?id=552307 @@ -73,7 +71,6 @@ %prep %setup -q %patch0 -p1 -b .default-theme -%patch1 -p0 -b .dont-move-windows %patch2 -p1 -b .leaks %patch3 -p1 -b .string-leak %patch4 -p1 -b .stop-spamming-xsession-errors @@ -180,6 +177,9 @@ %{_mandir}/man1/metacity-window-demo.1.gz %changelog +* Mon Jan 5 2009 Matthias Clasen - 2.25.89-1 +- Update to 2.25.89 + * Tue Dec 16 2008 Matthias Clasen - 2.25.55-1 - Update to 2.25.55 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/metacity/devel/sources,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- sources 17 Dec 2008 04:27:40 -0000 1.82 +++ sources 5 Jan 2009 19:27:07 -0000 1.83 @@ -1 +1 @@ -ab1f07d639351d6ed6386da9538b0ff4 metacity-2.25.55.tar.bz2 +1d083549efdcdc6aad4eaada1c3ff86a metacity-2.25.89.tar.bz2 From steved at fedoraproject.org Mon Jan 5 19:28:01 2009 From: steved at fedoraproject.org (Steve Dickson) Date: Mon, 5 Jan 2009 19:28:01 +0000 (UTC) Subject: rpms/nfs-utils/devel nfs-utils-1.1.4-gssd-verbosity.patch, NONE, 1.1 nfs-utils.spec, 1.203, 1.204 Message-ID: <20090105192801.71B4370108@cvs1.fedora.phx.redhat.com> Author: steved Update of /cvs/pkgs/rpms/nfs-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1505 Modified Files: nfs-utils.spec Added Files: nfs-utils-1.1.4-gssd-verbosity.patch Log Message: gssd: By default, don't spam syslog when users' credentials expire nfs-utils-1.1.4-gssd-verbosity.patch: --- NEW FILE nfs-utils-1.1.4-gssd-verbosity.patch --- commit 09c7ad1cd9c5ca2fc46631a0057d47309abc8706 Author: Kevin Coffman Date: Mon Jan 5 14:07:05 2009 -0500 gssd: By default, don't spam syslog when users' credentials expire Change the priority of "common" log messages so that syslog doesn't get slammed/spammed when users' credentials expire, or there is another common problem which would cause error messages for all context creation requests. Note that this will now require that gssd or svcgssd option "-v" is used to debug these common cases. Original patch from Andrew Pollock . Signed-off-by: Kevin Coffman Signed-off-by: Steve Dickson CC: Andrew Pollock diff --git a/utils/gssd/gss_util.c b/utils/gssd/gss_util.c index 8a7bcaa..2d66be9 100644 --- a/utils/gssd/gss_util.c +++ b/utils/gssd/gss_util.c @@ -216,7 +216,7 @@ gssd_acquire_cred(char *server_name) ignore_maj_stat = gss_display_name(&ignore_min_stat, target_name, &pbuf, NULL); if (ignore_maj_stat == GSS_S_COMPLETE) { - printerr(0, "Unable to obtain credentials for '%.*s'\n", + printerr(1, "Unable to obtain credentials for '%.*s'\n", pbuf.length, pbuf.value); ignore_maj_stat = gss_release_buffer(&ignore_min_stat, &pbuf); diff --git a/utils/gssd/gssd_proc.c b/utils/gssd/gssd_proc.c index cb14d45..91fc8d2 100644 --- a/utils/gssd/gssd_proc.c +++ b/utils/gssd/gssd_proc.c @@ -448,7 +448,7 @@ do_downcall(int k5_fd, uid_t uid, struct authgss_private_data *pd, return 0; out_err: if (buf) free(buf); - printerr(0, "Failed to write downcall!\n"); + printerr(1, "Failed to write downcall!\n"); return -1; } @@ -741,14 +741,14 @@ handle_krb5_upcall(struct clnt_info *clp) } gssd_free_krb5_machine_cred_list(credlist); if (!success) { - printerr(0, "WARNING: Failed to create krb5 context " + printerr(1, "WARNING: Failed to create krb5 context " "for user with uid %d with any " "credentials cache for server %s\n", uid, clp->servername); goto out_return_error; } } else { - printerr(0, "WARNING: Failed to create krb5 context " + printerr(1, "WARNING: Failed to create krb5 context " "for user with uid %d for server %s\n", uid, clp->servername); goto out_return_error; @@ -756,7 +756,7 @@ handle_krb5_upcall(struct clnt_info *clp) } if (!authgss_get_private_data(auth, &pd)) { - printerr(0, "WARNING: Failed to obtain authentication " + printerr(1, "WARNING: Failed to obtain authentication " "data for user with uid %d for server %s\n", uid, clp->servername); goto out_return_error; diff --git a/utils/gssd/krb5_util.c b/utils/gssd/krb5_util.c index 77814bc..d4ee631 100644 --- a/utils/gssd/krb5_util.c +++ b/utils/gssd/krb5_util.c @@ -399,7 +399,7 @@ gssd_get_single_krb5_cred(krb5_context context, goto out; } if (krb5_get_init_creds_opt_set_addressless(context, init_opts, 1)) - printerr(0, "WARNING: Unable to set option for addressless " + printerr(1, "WARNING: Unable to set option for addressless " "tickets. May have problems behind a NAT.\n"); #ifdef TEST_SHORT_LIFETIME /* set a short lifetime (for debugging only!) */ @@ -422,7 +422,7 @@ gssd_get_single_krb5_cred(krb5_context context, if ((code = krb5_get_init_creds_keytab(context, &my_creds, ple->princ, kt, 0, NULL, opts))) { - printerr(0, "WARNING: %s while getting initial ticket for " + printerr(1, "WARNING: %s while getting initial ticket for " "principal '%s' using keytab '%s'\n", gssd_k5_err_msg(context, code), pname ? pname : "", kt_name); @@ -632,7 +632,7 @@ get_full_hostname(const char *inhost, char *outhost, int outhostlen) /* Get full target hostname */ retval = getaddrinfo(inhost, NULL, &hints, &addrs); if (retval) { - printerr(0, "%s while getting full hostname for '%s'\n", + printerr(1, "%s while getting full hostname for '%s'\n", gai_strerror(retval), inhost); goto out; } diff --git a/utils/gssd/svcgssd_proc.c b/utils/gssd/svcgssd_proc.c index f162152..1d13532 100644 --- a/utils/gssd/svcgssd_proc.c +++ b/utils/gssd/svcgssd_proc.c @@ -108,7 +108,7 @@ do_svc_downcall(gss_buffer_desc *out_handle, struct svc_cred *cred, fclose(f); return err; out_err: - printerr(0, "WARNING: downcall failed\n"); + printerr(1, "WARNING: downcall failed\n"); return -1; } @@ -247,7 +247,7 @@ get_ids(gss_name_t client_name, gss_OID mech, struct svc_cred *cred) res = 0; goto out_free; } - printerr(0, "WARNING: get_ids: failed to map name '%s' " + printerr(1, "WARNING: get_ids: failed to map name '%s' " "to uid/gid: %s\n", sname, strerror(-res)); goto out_free; } @@ -380,7 +380,7 @@ handle_nullreq(FILE *f) { goto continue_needed; } else if (maj_stat != GSS_S_COMPLETE) { - printerr(0, "WARNING: gss_accept_sec_context failed\n"); + printerr(1, "WARNING: gss_accept_sec_context failed\n"); pgsserr("handle_nullreq: gss_accept_sec_context", maj_stat, min_stat, mech); goto out_err; Index: nfs-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/nfs-utils/devel/nfs-utils.spec,v retrieving revision 1.203 retrieving revision 1.204 diff -u -r1.203 -r1.204 --- nfs-utils.spec 5 Jan 2009 18:03:37 -0000 1.203 +++ nfs-utils.spec 5 Jan 2009 19:27:31 -0000 1.204 @@ -40,6 +40,7 @@ Patch111: nfs-utils-1.1.4-statd-xunlink.patch Patch112: nfs-utils-1.1.4-tcpwrapper-update.patch Patch113: nfs-utils-1.1.4-tcpwrap-warn.patch +Patch114: nfs-utils-1.1.4-gssd-verbosity.patch %if %{enablefscache} Patch90: nfs-utils-1.1.0-mount-fsc.patch @@ -108,6 +109,7 @@ %patch111 -p1 %patch112 -p1 %patch113 -p1 +%patch114 -p1 %if %{enablefscache} %patch90 -p1 @@ -274,6 +276,7 @@ * Sat Jan 3 2009 Steve Dickson 1.1.4-11 - Added warnings to tcp wrapper code when mounts are denied due to misconfigured DNS configurations. +- gssd: By default, don't spam syslog when users' credentials expire * Fri Dec 19 2008 Steve Dickson 1.1.4-10 - Re-enabled and fixed/enhanced tcp wrappers. From steved at fedoraproject.org Mon Jan 5 19:33:35 2009 From: steved at fedoraproject.org (Steve Dickson) Date: Mon, 5 Jan 2009 19:33:35 +0000 (UTC) Subject: rpms/nfs-utils/F-10 nfs-utils-1.1.4-gssd-verbosity.patch, NONE, 1.1 nfs-utils.spec, 1.197, 1.198 Message-ID: <20090105193335.25C4C7013F@cvs1.fedora.phx.redhat.com> Author: steved Update of /cvs/pkgs/rpms/nfs-utils/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3899 Modified Files: nfs-utils.spec Added Files: nfs-utils-1.1.4-gssd-verbosity.patch Log Message: - gssd: By default, don't spam syslog when users' credentials expire nfs-utils-1.1.4-gssd-verbosity.patch: --- NEW FILE nfs-utils-1.1.4-gssd-verbosity.patch --- commit 09c7ad1cd9c5ca2fc46631a0057d47309abc8706 Author: Kevin Coffman Date: Mon Jan 5 14:07:05 2009 -0500 gssd: By default, don't spam syslog when users' credentials expire Change the priority of "common" log messages so that syslog doesn't get slammed/spammed when users' credentials expire, or there is another common problem which would cause error messages for all context creation requests. Note that this will now require that gssd or svcgssd option "-v" is used to debug these common cases. Original patch from Andrew Pollock . Signed-off-by: Kevin Coffman Signed-off-by: Steve Dickson CC: Andrew Pollock diff --git a/utils/gssd/gss_util.c b/utils/gssd/gss_util.c index 8a7bcaa..2d66be9 100644 --- a/utils/gssd/gss_util.c +++ b/utils/gssd/gss_util.c @@ -216,7 +216,7 @@ gssd_acquire_cred(char *server_name) ignore_maj_stat = gss_display_name(&ignore_min_stat, target_name, &pbuf, NULL); if (ignore_maj_stat == GSS_S_COMPLETE) { - printerr(0, "Unable to obtain credentials for '%.*s'\n", + printerr(1, "Unable to obtain credentials for '%.*s'\n", pbuf.length, pbuf.value); ignore_maj_stat = gss_release_buffer(&ignore_min_stat, &pbuf); diff --git a/utils/gssd/gssd_proc.c b/utils/gssd/gssd_proc.c index cb14d45..91fc8d2 100644 --- a/utils/gssd/gssd_proc.c +++ b/utils/gssd/gssd_proc.c @@ -448,7 +448,7 @@ do_downcall(int k5_fd, uid_t uid, struct authgss_private_data *pd, return 0; out_err: if (buf) free(buf); - printerr(0, "Failed to write downcall!\n"); + printerr(1, "Failed to write downcall!\n"); return -1; } @@ -741,14 +741,14 @@ handle_krb5_upcall(struct clnt_info *clp) } gssd_free_krb5_machine_cred_list(credlist); if (!success) { - printerr(0, "WARNING: Failed to create krb5 context " + printerr(1, "WARNING: Failed to create krb5 context " "for user with uid %d with any " "credentials cache for server %s\n", uid, clp->servername); goto out_return_error; } } else { - printerr(0, "WARNING: Failed to create krb5 context " + printerr(1, "WARNING: Failed to create krb5 context " "for user with uid %d for server %s\n", uid, clp->servername); goto out_return_error; @@ -756,7 +756,7 @@ handle_krb5_upcall(struct clnt_info *clp) } if (!authgss_get_private_data(auth, &pd)) { - printerr(0, "WARNING: Failed to obtain authentication " + printerr(1, "WARNING: Failed to obtain authentication " "data for user with uid %d for server %s\n", uid, clp->servername); goto out_return_error; diff --git a/utils/gssd/krb5_util.c b/utils/gssd/krb5_util.c index 77814bc..d4ee631 100644 --- a/utils/gssd/krb5_util.c +++ b/utils/gssd/krb5_util.c @@ -399,7 +399,7 @@ gssd_get_single_krb5_cred(krb5_context context, goto out; } if (krb5_get_init_creds_opt_set_addressless(context, init_opts, 1)) - printerr(0, "WARNING: Unable to set option for addressless " + printerr(1, "WARNING: Unable to set option for addressless " "tickets. May have problems behind a NAT.\n"); #ifdef TEST_SHORT_LIFETIME /* set a short lifetime (for debugging only!) */ @@ -422,7 +422,7 @@ gssd_get_single_krb5_cred(krb5_context context, if ((code = krb5_get_init_creds_keytab(context, &my_creds, ple->princ, kt, 0, NULL, opts))) { - printerr(0, "WARNING: %s while getting initial ticket for " + printerr(1, "WARNING: %s while getting initial ticket for " "principal '%s' using keytab '%s'\n", gssd_k5_err_msg(context, code), pname ? pname : "", kt_name); @@ -632,7 +632,7 @@ get_full_hostname(const char *inhost, char *outhost, int outhostlen) /* Get full target hostname */ retval = getaddrinfo(inhost, NULL, &hints, &addrs); if (retval) { - printerr(0, "%s while getting full hostname for '%s'\n", + printerr(1, "%s while getting full hostname for '%s'\n", gai_strerror(retval), inhost); goto out; } diff --git a/utils/gssd/svcgssd_proc.c b/utils/gssd/svcgssd_proc.c index f162152..1d13532 100644 --- a/utils/gssd/svcgssd_proc.c +++ b/utils/gssd/svcgssd_proc.c @@ -108,7 +108,7 @@ do_svc_downcall(gss_buffer_desc *out_handle, struct svc_cred *cred, fclose(f); return err; out_err: - printerr(0, "WARNING: downcall failed\n"); + printerr(1, "WARNING: downcall failed\n"); return -1; } @@ -247,7 +247,7 @@ get_ids(gss_name_t client_name, gss_OID mech, struct svc_cred *cred) res = 0; goto out_free; } - printerr(0, "WARNING: get_ids: failed to map name '%s' " + printerr(1, "WARNING: get_ids: failed to map name '%s' " "to uid/gid: %s\n", sname, strerror(-res)); goto out_free; } @@ -380,7 +380,7 @@ handle_nullreq(FILE *f) { goto continue_needed; } else if (maj_stat != GSS_S_COMPLETE) { - printerr(0, "WARNING: gss_accept_sec_context failed\n"); + printerr(1, "WARNING: gss_accept_sec_context failed\n"); pgsserr("handle_nullreq: gss_accept_sec_context", maj_stat, min_stat, mech); goto out_err; Index: nfs-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/nfs-utils/F-10/nfs-utils.spec,v retrieving revision 1.197 retrieving revision 1.198 diff -u -r1.197 -r1.198 --- nfs-utils.spec 5 Jan 2009 18:13:50 -0000 1.197 +++ nfs-utils.spec 5 Jan 2009 19:33:04 -0000 1.198 @@ -29,6 +29,7 @@ Patch04: nfs-utils-1.1.4-statd-unlink.patch Patch05: nfs-utils-1.1.4-tcpwrapper-update.patch Patch06: nfs-utils-1.1.4-tcpwrap-warn.patch +Patch07: nfs-utils-1.1.4-gssd-verbosity.patch %if %{enablefscache} Patch90: nfs-utils-1.1.0-mount-fsc.patch @@ -86,6 +87,7 @@ %patch04 -p1 %patch05 -p1 %patch06 -p1 +%patch07 -p1 %if %{enablefscache} %patch90 -p1 @@ -252,6 +254,7 @@ * Mon Jan 5 2009 Steve Dickson 1.1.4-6 - Added warnings to tcp wrapper code when mounts are denied due to misconfigured DNS configurations. +- gssd: By default, don't spam syslog when users' credentials expire * Sat Dec 20 2008 Steve Dickson 1.1.4-5 - Re-enabled and fixed/enhanced tcp wrappers. From caillon at fedoraproject.org Mon Jan 5 19:36:56 2009 From: caillon at fedoraproject.org (Christopher Aillon) Date: Mon, 5 Jan 2009 19:36:56 +0000 (UTC) Subject: rpms/epiphany/F-10 epiphany.spec,1.218,1.219 Message-ID: <20090105193656.52D1F70108@cvs1.fedora.phx.redhat.com> Author: caillon Update of /cvs/extras/rpms/epiphany/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6442 Modified Files: epiphany.spec Log Message: * Mon Jan 5 2009 Christopher Aillon - 2.24.2.1-1 - Update to 2.24.2.1 Index: epiphany.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany/F-10/epiphany.spec,v retrieving revision 1.218 retrieving revision 1.219 diff -u -r1.218 -r1.219 --- epiphany.spec 18 Dec 2008 15:26:39 -0000 1.218 +++ epiphany.spec 5 Jan 2009 19:36:25 -0000 1.219 @@ -7,8 +7,8 @@ Summary: GNOME web browser based on the Mozilla rendering engine Name: epiphany -Version: 2.24.2 -Release: 5%{?dist} +Version: 2.24.2.1 +Release: 1%{?dist} License: GPLv2+ and GFDL Group: Applications/Internet URL: http://www.gnome.org/projects/epiphany/ @@ -55,7 +55,6 @@ Patch2: epiphany-2.18.1-default-bookmarks.patch # https://bugzilla.redhat.com/show_bug.cgi?id=334751 Patch3: epiphany-2.20.1-wrapped-plugins.patch -Patch4: python-paths.patch %description Epiphany is a simple GNOME web browser based on the Mozilla rendering @@ -98,7 +97,6 @@ %patch1 -p1 -b .use-pango %patch2 -p1 -b .default-bookmarks %patch3 -p1 -b .wrapped-plugins -%patch4 -p1 -b .python-paths # Fedora Epiphany version cat >> data/default-prefs-common.js << EOF pref("general.useragent.vendor", "Fedora"); @@ -254,6 +252,9 @@ %{_datadir}/pygtk/2.0/defs/epiphany.defs %changelog +* Mon Jan 5 2009 Christopher Aillon - 2.24.2.1-1 +- Update to 2.24.2.1 + * Thu Dec 18 2008 Martin Stransky - 2.24.2-5 - build fix to configure From caillon at fedoraproject.org Mon Jan 5 19:37:54 2009 From: caillon at fedoraproject.org (Christopher Aillon) Date: Mon, 5 Jan 2009 19:37:54 +0000 (UTC) Subject: rpms/epiphany/F-10 .cvsignore,1.76,1.77 sources,1.81,1.82 Message-ID: <20090105193754.BD5D370108@cvs1.fedora.phx.redhat.com> Author: caillon Update of /cvs/extras/rpms/epiphany/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6752 Modified Files: .cvsignore sources Log Message: * Mon Jan 5 2009 Christopher Aillon - 2.24.2.1-1 - Update to 2.24.2.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/epiphany/F-10/.cvsignore,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- .cvsignore 25 Nov 2008 16:30:13 -0000 1.76 +++ .cvsignore 5 Jan 2009 19:37:24 -0000 1.77 @@ -1 +1 @@ -epiphany-2.24.2.tar.bz2 +epiphany-2.24.2.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/epiphany/F-10/sources,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- sources 18 Dec 2008 01:29:59 -0000 1.81 +++ sources 5 Jan 2009 19:37:24 -0000 1.82 @@ -1 +1 @@ -7650df6cc08292cd6faf8bbcfbf9e901 epiphany-2.24.2.tar.bz2 +c4993233792e83b00df11feae950e201 epiphany-2.24.2.1.tar.bz2 From xavierb at fedoraproject.org Mon Jan 5 19:43:57 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Mon, 5 Jan 2009 19:43:57 +0000 (UTC) Subject: rpms/xorg-x11-drv-openchrome/devel openchrome-0.2.903-latest_snapshot.patch, 1.2, 1.3 xorg-x11-drv-openchrome.spec, 1.34, 1.35 Message-ID: <20090105194357.5D98E70108@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/xorg-x11-drv-openchrome/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8474 Modified Files: openchrome-0.2.903-latest_snapshot.patch xorg-x11-drv-openchrome.spec Log Message: trunk rev 711 openchrome-0.2.903-latest_snapshot.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.2 -r 1.3 openchrome-0.2.903-latest_snapshot.patch Index: openchrome-0.2.903-latest_snapshot.patch =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-openchrome/devel/openchrome-0.2.903-latest_snapshot.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openchrome-0.2.903-latest_snapshot.patch 30 Dec 2008 01:54:40 -0000 1.2 +++ openchrome-0.2.903-latest_snapshot.patch 5 Jan 2009 19:43:26 -0000 1.3 @@ -1,7 +1,7 @@ Index: configure.ac =================================================================== ---- configure.ac (.../tags/release_0_2_903) (revision 696) -+++ configure.ac (.../trunk) (revision 696) +--- configure.ac (.../tags/release_0_2_903) (revision 711) ++++ configure.ac (.../trunk) (revision 711) @@ -70,7 +70,7 @@ XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto) @@ -55,8 +55,8 @@ AC_DEFINE(XSERVER_LIBPCIACCESS,1,[Enable libpciaccess]) Index: libxvmc/Makefile.am =================================================================== ---- libxvmc/Makefile.am (.../tags/release_0_2_903) (revision 696) -+++ libxvmc/Makefile.am (.../trunk) (revision 696) +--- libxvmc/Makefile.am (.../tags/release_0_2_903) (revision 711) ++++ libxvmc/Makefile.am (.../trunk) (revision 711) @@ -24,13 +24,13 @@ xf86dristr.h \ vldXvMC.h @@ -77,8 +77,8 @@ driDrawable.c \ Index: libxvmc/viaLowLevelPro.c =================================================================== ---- libxvmc/viaLowLevelPro.c (.../tags/release_0_2_903) (revision 696) -+++ libxvmc/viaLowLevelPro.c (.../trunk) (revision 696) +--- libxvmc/viaLowLevelPro.c (.../tags/release_0_2_903) (revision 711) ++++ libxvmc/viaLowLevelPro.c (.../trunk) (revision 711) @@ -1460,13 +1460,13 @@ if (size != mem->size) { @@ -106,8 +106,8 @@ Index: libxvmc/viaXvMC.c =================================================================== ---- libxvmc/viaXvMC.c (.../tags/release_0_2_903) (revision 696) -+++ libxvmc/viaXvMC.c (.../trunk) (revision 696) +--- libxvmc/viaXvMC.c (.../tags/release_0_2_903) (revision 711) ++++ libxvmc/viaXvMC.c (.../trunk) (revision 711) @@ -248,7 +248,7 @@ return errType; } @@ -384,9 +384,92 @@ Index: ChangeLog =================================================================== ---- ChangeLog (.../tags/release_0_2_903) (revision 696) -+++ ChangeLog (.../trunk) (revision 696) -@@ -1,3 +1,149 @@ +--- ChangeLog (.../tags/release_0_2_903) (revision 711) ++++ ChangeLog (.../trunk) (revision 711) +@@ -1,3 +1,232 @@ ++2009-01-06 Jon Nettleton ++ ++ * src/via_mode.c: (ViaModesMonitorFixup), (ViaModesAttachHelper): ++ ++ Make sure that the monitor settings will handle our ++ internal Modes set for TV out and LCD Panels. ++ ++2009-01-05 Jon Nettleton ++ ++ * src/via_cursor.c: (viaHWCursorInit), (viaLoadCursorImage): ++ ++ A couple more tweaks to fix mono hardware cursor on older ++ chipsets. ++ ++2009-01-05 Jon Nettleton ++ ++ * src/via_cursor.c: (viaHWCursorInit), (viaUseHWCursorARGB), ++ (viaUseHWCursor): ++ * src/via_driver.c: (VIAScreenInit): ++ ++ Missed a couple of changes for the chipset specific ++ cursors. Moved chipset detection to HWInit. Removed ++ some extraneous debugging. ++ ++2009-01-04 Gabriel Mansi ++ ++ * src/via.h: ++ * src/via_accel.c: (viaInitialize2DEngine): ++ * src/via_crtc.c: (ViaFirstCRTCSetMode), (ViaSecondCRTCSetMode): ++ * src/via_driver.c: (ViaMMIOEnable), (ViaMMIODisable), ++ (VIAWriteMode): ++ * src/via_swov.c: (SetFIFO_V3), (Upd_Video): ++ * src/via_video.c: (DecideOverlaySupport): ++ ++ Initial XVideo support for VX800. ++ ++2009-01-04 Jon Nettleton ++ ++ * src/via_cursor.c: (viaHWCursorInit), (viaCursorSetFB), ++ (viaUseHWCursorARGB), (viaUseHWCursor), (viaLoadCursorImage), ++ (viaSetCursorColors), (viaLoadCursorARGB): ++ * src/via_driver.h: ++ ++ Okay I tried to cheat. We need to have some chipset ++ specific intelligence. I have added this back into ++ the initial test to check for HWCursor support. ++ ++2009-01-04 Jon Nettleton ++ ++ * src/via_accel.c: (viaInitXAA), (viaInitAccel): ++ * src/via_crtc.c: (ViaSecondCRTCSetStartingAddress): ++ * src/via_cursor.c: (viaHWCursorInit), (viaCursorSetFB), ++ (viaCursorStore), (viaCursorRestore), (viaShowCursor), ++ (viaHideCursor), (viaSetCursorPosition), (viaUseHWCursorARGB), ++ (viaUseHWCursor), (viaLoadCursorImage), (viaSetCursorColors), ++ (viaLoadCursorARGB): ++ * src/via_dga.c: (VIADGASetMode): ++ * src/via_driver.c: (VIAFreeRec), (VIASetupDefaultOptions), ++ (VIAPreInit), (VIAEnterVT), (VIALeaveVT), (VIAScreenInit), ++ (VIACloseScreen): ++ * src/via_driver.h: ++ * src/via_regs.h: ++ ++ This is a take at reworking HWCursor. It works off the ++ ttm_branch and the work done in the randr_branch. It only needs ++ marginal testing as HWCursor was already very broken. ++ ++2009-01-04 Jon Nettleton ++ ++ * src/via_driver.c: (VIAMapMMIO), (VIAMapFB): ++ ++ Moved pVia->FrameBufferBase setting to within ++ VIAMapFB where it was before being called without ++ being set. ++ ++2009-01-04 Jon Nettleton ++ ++ * src/via_driver.c: (VIAPreInit): ++ ++ Patch submitted by Robert Bridge to clean up compiler ++ warnings. Should close trac ticket #243. Thanks ++ RobbieAB. ++ +2008-12-29 Jon Nettleton + + * src/via_accel.c: (viaInitXAA): @@ -539,7 +622,7 @@ Index: src/via_panel.c =================================================================== --- src/via_panel.c (.../tags/release_0_2_903) (revision 0) -+++ src/via_panel.c (.../trunk) (revision 696) ++++ src/via_panel.c (.../trunk) (revision 711) @@ -0,0 +1,461 @@ +/* + * Copyright 2007 The Openchrome Project [openchrome.org] @@ -1004,8 +1087,8 @@ +} Index: src/via_id.h =================================================================== ---- src/via_id.h (.../tags/release_0_2_903) (revision 696) -+++ src/via_id.h (.../trunk) (revision 696) +--- src/via_id.h (.../tags/release_0_2_903) (revision 711) ++++ src/via_id.h (.../trunk) (revision 711) @@ -37,6 +37,7 @@ VIA_P4M900, VIA_CX700, @@ -1024,8 +1107,8 @@ * the CLE266, often labelled Ax and Cx. The dividing line seems to be Index: src/via_video.c =================================================================== ---- src/via_video.c (.../tags/release_0_2_903) (revision 696) -+++ src/via_video.c (.../trunk) (revision 696) +--- src/via_video.c (.../tags/release_0_2_903) (revision 711) ++++ src/via_video.c (.../trunk) (revision 711) @@ -112,11 +112,7 @@ static int viaSetPortAttribute(ScrnInfoPtr, Atom, INT32, pointer); static int viaPutImage(ScrnInfoPtr, short, short, short, short, short, short, @@ -1039,7 +1122,17 @@ static void nv12Blit(unsigned char *nv12Chroma, const unsigned char *uBuffer, const unsigned char *vBuffer, -@@ -370,14 +366,14 @@ +@@ -282,7 +278,8 @@ + pVia->ChipId != PCI_CHIP_VT3327 && + pVia->ChipId != PCI_CHIP_VT3336 && + pVia->ChipId != PCI_CHIP_VT3364 && +- pVia->ChipId != PCI_CHIP_VT3324) { ++ pVia->ChipId != PCI_CHIP_VT3324 && ++ pVia->ChipId != PCI_CHIP_VT3353) { + CARD32 bandwidth = (mode->HDisplay >> 4) * (mode->VDisplay >> 5) * + pScrn->bitsPerPixel * mode->VRefresh; + +@@ -370,14 +367,14 @@ if (pVia->pVbe) { refresh = 100; @@ -1058,7 +1151,7 @@ if ((width == 1400) && (height == 1050)) { width = 1280; [...2384 lines suppressed...] ++ *dst++ = 0; + } -+ viaCursorShow(pScrn); -+} + -+#endif ++ for (; y < pVia->CursorMaxHeight; y++) ++ for (x = 0; x < pVia->CursorMaxWidth; x++) ++ *dst++ = 0; + -+Bool -+viaCursorRecInit(ScrnInfoPtr pScrn) -+{ -+ VIAPtr pVia = VIAPTR(pScrn); -+ -+ if (!pVia->cursor) -+ pVia->cursor = -+ (ViaCursorInfoPtr) xnfcalloc(sizeof(ViaCursorInfoRec), 1); -+ -+ if (pVia->cursor) { -+ ViaCursorInfoPtr cursor = pVia->cursor; -+ -+ switch (pVia->Chipset) { -+ case VIA_CLE266: -+ case VIA_KM400: -+ case VIA_K8M800: -+ cursor->isARGBSupported = FALSE; -+ cursor->isARGBEnabled = FALSE; -+ cursor->maxWidth = 32; -+ cursor->maxHeight = 32; -+ cursor->size = ((cursor->maxWidth * cursor->maxHeight) / 8) * 2; -+ break; -+ default: -+ cursor->isARGBSupported = TRUE; -+ cursor->isARGBEnabled = TRUE; -+ cursor->maxWidth = 64; -+ cursor->maxHeight = 64; -+ cursor->size = cursor->maxWidth * cursor->maxHeight * 4; -+ break; -+ } -+ } -+ -+ return pVia->cursor != NULL; -+} -+ -+void -+viaCursorRecDestroy(ScrnInfoPtr pScrn) -+{ -+ VIAPtr pVia = VIAPTR(pScrn); -+ -+ if (pVia->cursor) -+ xfree(pVia->cursor); -+} -+ -+static Bool -+viaCursorHWUse(ScreenPtr pScreen, CursorPtr pCurs) -+{ -+ ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum]; -+ VIAPtr pVia = VIAPTR(pScrn); -+ -+ return (pVia->cursor->isHWCursorEnabled -+ /* Can't enable HW cursor on both CRTCs at the same time. */ -+ && !(pVia->pBIOSInfo->FirstCRTC->IsActive -+ && pVia->pBIOSInfo->SecondCRTC->IsActive) -+ && pCurs->bits->width <= pVia->cursor->maxWidth -+ && pCurs->bits->height <= pVia->cursor->maxHeight); -+} ++ VIASETREG(control, temp); + } Index: src/via_xvmc.c =================================================================== ---- src/via_xvmc.c (.../tags/release_0_2_903) (revision 696) -+++ src/via_xvmc.c (.../trunk) (revision 696) +--- src/via_xvmc.c (.../tags/release_0_2_903) (revision 711) ++++ src/via_xvmc.c (.../trunk) (revision 711) @@ -114,11 +114,7 @@ static int viaXvMCInterceptPutImage(ScrnInfoPtr, short, short, short, short, short, short, short, short, int, @@ -6366,8 +6578,8 @@ unsigned long Index: src/via_vt162x.h =================================================================== ---- src/via_vt162x.h (.../tags/release_0_2_903) (revision 696) -+++ src/via_vt162x.h (.../trunk) (revision 696) +--- src/via_vt162x.h (.../tags/release_0_2_903) (revision 711) ++++ src/via_vt162x.h (.../trunk) (revision 711) @@ -926,6 +926,23 @@ 0x0, 0x0, }, @@ -6392,10 +6604,44 @@ { "720x576", 720, 576, TVTYPE_PAL, 0, 0, /* 00 0F */ { 0x03, 0x00, 0x10, 0x1f, 0x03, 0x00, 0x00, 0xc9, 0x4c, 0x11, 0x7c, 0x00, 0x56, 0x57, 0x07, 0xbf, +Index: src/via.h +=================================================================== +--- src/via.h (.../tags/release_0_2_903) (revision 711) ++++ src/via.h (.../trunk) (revision 711) +@@ -561,9 +561,6 @@ + #define HQV_V_FILTER_DEFAULT 0x00420000 + #define HQV_H_FILTER_DEFAULT 0x00000040 + +- +- +- + /* HQV_MINI_CONTROL 0x3E8 */ + #define HQV_H_MINIFY_ENABLE 0x00000800 + #define HQV_H_MINIFY_DOWN 0x00001000 +@@ -572,6 +569,19 @@ + #define HQV_VDEBLOCK_FILTER 0x80000000 + #define HQV_HDEBLOCK_FILTER 0x00008000 + ++/* Add new HQV Registers for VT3353: */ ++#define HQV_SRC_DATA_OFFSET_CONTROL1 0x180 ++#define HQV_SRC_DATA_OFFSET_CONTROL2 0x184 ++#define HQV_SRC_DATA_OFFSET_CONTROL3 0x188 ++#define HQV_SRC_DATA_OFFSET_CONTROL4 0x18C ++#define HQV_HW_TUNING_PERFORMANCE 0x190 ++#define HQV_EXTENDED_CONTROL 0x194 ++#define HQV_STATIC_RECORD_FB_STARTADDR 0x198 ++#define HQV_STATIC_RECORD_FB_STRIDE 0x19C ++#define HQV_COLOR_ADJUSTMENT_CONTROL1 0x1A0 ++#define HQV_COLOR_ADJUSTMENT_CONTROL2 0x1A4 ++#define HQV_COLOR_ADJUSTMENT_CONTROL3 0x1A8 ++#define HQV_COLOR_ADJUSTMENT_CONTROL5 0x1AC + + #define CHROMA_KEY_LOW 0x00FFFFFF + #define CHROMA_KEY_HIGH 0x00FFFFFF Index: src/via_timing.c =================================================================== --- src/via_timing.c (.../tags/release_0_2_903) (revision 0) -+++ src/via_timing.c (.../trunk) (revision 696) ++++ src/via_timing.c (.../trunk) (revision 711) @@ -0,0 +1,398 @@ +/* + * Copyright 2007-2008 Gabriel Mansi. @@ -6797,8 +7043,8 @@ +} Index: src/Makefile.am =================================================================== ---- src/Makefile.am (.../tags/release_0_2_903) (revision 696) -+++ src/Makefile.am (.../trunk) (revision 696) +--- src/Makefile.am (.../tags/release_0_2_903) (revision 711) ++++ src/Makefile.am (.../trunk) (revision 711) @@ -43,23 +43,29 @@ via_ch7xxx.c \ via_ch7xxx.h \ @@ -6831,34 +7077,30 @@ via_vgahw.h \ Index: src/via_dga.c =================================================================== ---- src/via_dga.c (.../tags/release_0_2_903) (revision 696) -+++ src/via_dga.c (.../trunk) (revision 696) -@@ -247,8 +247,8 @@ - pScrn->depth = pVia->DGAOldDepth; +--- src/via_dga.c (.../tags/release_0_2_903) (revision 711) ++++ src/via_dga.c (.../trunk) (revision 711) +@@ -248,7 +248,7 @@ pScrn->SwitchMode(index, pScrn->currentMode, 0); -- if (pVia->hwcursor) + if (pVia->hwcursor) - VIAShowCursor(pScrn); -+ if (pVia->cursor->isHWCursorEnabled) -+ viaCursorShow(pScrn); ++ viaShowCursor(pScrn); pVia->DGAactive = FALSE; } -@@ -260,8 +260,8 @@ - pMode->bitsPerPixel, pMode->depth); +@@ -261,7 +261,7 @@ #endif -- if (pVia->hwcursor) + if (pVia->hwcursor) - VIAHideCursor(pScrn); -+ if (pVia->cursor->isHWCursorEnabled) -+ viaCursorHide(pScrn); ++ viaHideCursor(pScrn); if (!pVia->DGAactive) { /* save the old parameters */ pVia->DGAOldDisplayWidth = pScrn->displayWidth; Index: src/via_id.c =================================================================== ---- src/via_id.c (.../tags/release_0_2_903) (revision 696) -+++ src/via_id.c (.../trunk) (revision 696) +--- src/via_id.c (.../tags/release_0_2_903) (revision 711) ++++ src/via_id.c (.../trunk) (revision 711) @@ -87,6 +87,7 @@ {"Asustek K8V-MX", VIA_K8M800, 0x1043, 0x8129, VIA_DEVICE_CRT}, {"Mitac 8399", VIA_K8M800, 0x1071, 0x8399, VIA_DEVICE_CRT | VIA_DEVICE_LCD | VIA_DEVICE_TV}, /* aka "Pogolinux Konabook 3100" */ @@ -6918,7 +7160,7 @@ Index: src/via_timing.h =================================================================== --- src/via_timing.h (.../tags/release_0_2_903) (revision 0) -+++ src/via_timing.h (.../trunk) (revision 696) ++++ src/via_timing.h (.../trunk) (revision 711) @@ -0,0 +1,51 @@ +/* + * Copyright 2007-2008 Gabriel Mansi. Index: xorg-x11-drv-openchrome.spec =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-openchrome/devel/xorg-x11-drv-openchrome.spec,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- xorg-x11-drv-openchrome.spec 30 Dec 2008 18:58:21 -0000 1.34 +++ xorg-x11-drv-openchrome.spec 5 Jan 2009 19:43:26 -0000 1.35 @@ -10,7 +10,7 @@ Summary: Xorg X11 openchrome video driver Name: xorg-x11-drv-openchrome Version: 0.2.903 -Release: 4%{?dist} +Release: 5%{?dist} URL: http://www.openchrome.org License: MIT Group: User Interface/X Hardware Support @@ -123,6 +123,9 @@ %changelog +* Mon Jan 05 2008 Xavier Bachelot - 0.2.903-5 +- Update to latest snapshot (svn 711), fix hardware cursor and add VX800 Xv. + * Tue Dec 30 2008 Xavier Bachelot - 0.2.903-4 - Fix autoreconf call. From caillon at fedoraproject.org Mon Jan 5 19:45:31 2009 From: caillon at fedoraproject.org (Christopher Aillon) Date: Mon, 5 Jan 2009 19:45:31 +0000 (UTC) Subject: rpms/epiphany/F-10 python-paths.patch,1.2,NONE Message-ID: <20090105194531.2A48B70108@cvs1.fedora.phx.redhat.com> Author: caillon Update of /cvs/extras/rpms/epiphany/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9073 Removed Files: python-paths.patch Log Message: Unneeded patch in 2.24.2.1 --- python-paths.patch DELETED --- From xavierb at fedoraproject.org Mon Jan 5 19:46:42 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Mon, 5 Jan 2009 19:46:42 +0000 (UTC) Subject: rpms/xorg-x11-drv-openchrome/devel xorg-x11-drv-openchrome.spec, 1.35, 1.36 Message-ID: <20090105194642.73AC070108@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/xorg-x11-drv-openchrome/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9366 Modified Files: xorg-x11-drv-openchrome.spec Log Message: date typo in changelog Index: xorg-x11-drv-openchrome.spec =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-openchrome/devel/xorg-x11-drv-openchrome.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- xorg-x11-drv-openchrome.spec 5 Jan 2009 19:43:26 -0000 1.35 +++ xorg-x11-drv-openchrome.spec 5 Jan 2009 19:46:11 -0000 1.36 @@ -123,7 +123,7 @@ %changelog -* Mon Jan 05 2008 Xavier Bachelot - 0.2.903-5 +* Mon Jan 05 2009 Xavier Bachelot - 0.2.903-5 - Update to latest snapshot (svn 711), fix hardware cursor and add VX800 Xv. * Tue Dec 30 2008 Xavier Bachelot - 0.2.903-4 From steved at fedoraproject.org Mon Jan 5 19:49:20 2009 From: steved at fedoraproject.org (Steve Dickson) Date: Mon, 5 Jan 2009 19:49:20 +0000 (UTC) Subject: rpms/nfs-utils/F-9 nfs-utils-1.1.2-gssd-verbosity.patch, NONE, 1.1 nfs-utils.spec, 1.178, 1.179 Message-ID: <20090105194920.EFEA870108@cvs1.fedora.phx.redhat.com> Author: steved Update of /cvs/pkgs/rpms/nfs-utils/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10144 Modified Files: nfs-utils.spec Added Files: nfs-utils-1.1.2-gssd-verbosity.patch Log Message: gssd: By default, don't spam syslog when users' credentials expire nfs-utils-1.1.2-gssd-verbosity.patch: --- NEW FILE nfs-utils-1.1.2-gssd-verbosity.patch --- commit 09c7ad1cd9c5ca2fc46631a0057d47309abc8706 Author: Kevin Coffman Date: Mon Jan 5 14:07:05 2009 -0500 gssd: By default, don't spam syslog when users' credentials expire Change the priority of "common" log messages so that syslog doesn't get slammed/spammed when users' credentials expire, or there is another common problem which would cause error messages for all context creation requests. Note that this will now require that gssd or svcgssd option "-v" is used to debug these common cases. Original patch from Andrew Pollock . Signed-off-by: Kevin Coffman Signed-off-by: Steve Dickson CC: Andrew Pollock diff --git a/utils/gssd/gss_util.c b/utils/gssd/gss_util.c index 8a7bcaa..2d66be9 100644 --- a/utils/gssd/gss_util.c +++ b/utils/gssd/gss_util.c @@ -216,7 +216,7 @@ gssd_acquire_cred(char *server_name) ignore_maj_stat = gss_display_name(&ignore_min_stat, target_name, &pbuf, NULL); if (ignore_maj_stat == GSS_S_COMPLETE) { - printerr(0, "Unable to obtain credentials for '%.*s'\n", + printerr(1, "Unable to obtain credentials for '%.*s'\n", pbuf.length, pbuf.value); ignore_maj_stat = gss_release_buffer(&ignore_min_stat, &pbuf); diff --git a/utils/gssd/gssd_proc.c b/utils/gssd/gssd_proc.c index cb14d45..91fc8d2 100644 --- a/utils/gssd/gssd_proc.c +++ b/utils/gssd/gssd_proc.c @@ -448,7 +448,7 @@ do_downcall(int k5_fd, uid_t uid, struct authgss_private_data *pd, return 0; out_err: if (buf) free(buf); - printerr(0, "Failed to write downcall!\n"); + printerr(1, "Failed to write downcall!\n"); return -1; } @@ -741,14 +741,14 @@ handle_krb5_upcall(struct clnt_info *clp) } gssd_free_krb5_machine_cred_list(credlist); if (!success) { - printerr(0, "WARNING: Failed to create krb5 context " + printerr(1, "WARNING: Failed to create krb5 context " "for user with uid %d with any " "credentials cache for server %s\n", uid, clp->servername); goto out_return_error; } } else { - printerr(0, "WARNING: Failed to create krb5 context " + printerr(1, "WARNING: Failed to create krb5 context " "for user with uid %d for server %s\n", uid, clp->servername); goto out_return_error; @@ -756,7 +756,7 @@ handle_krb5_upcall(struct clnt_info *clp) } if (!authgss_get_private_data(auth, &pd)) { - printerr(0, "WARNING: Failed to obtain authentication " + printerr(1, "WARNING: Failed to obtain authentication " "data for user with uid %d for server %s\n", uid, clp->servername); goto out_return_error; diff --git a/utils/gssd/krb5_util.c b/utils/gssd/krb5_util.c index 77814bc..d4ee631 100644 --- a/utils/gssd/krb5_util.c +++ b/utils/gssd/krb5_util.c @@ -399,7 +399,7 @@ gssd_get_single_krb5_cred(krb5_context context, goto out; } if (krb5_get_init_creds_opt_set_addressless(context, init_opts, 1)) - printerr(0, "WARNING: Unable to set option for addressless " + printerr(1, "WARNING: Unable to set option for addressless " "tickets. May have problems behind a NAT.\n"); #ifdef TEST_SHORT_LIFETIME /* set a short lifetime (for debugging only!) */ @@ -422,7 +422,7 @@ gssd_get_single_krb5_cred(krb5_context context, if ((code = krb5_get_init_creds_keytab(context, &my_creds, ple->princ, kt, 0, NULL, opts))) { - printerr(0, "WARNING: %s while getting initial ticket for " + printerr(1, "WARNING: %s while getting initial ticket for " "principal '%s' using keytab '%s'\n", gssd_k5_err_msg(context, code), pname ? pname : "", kt_name); @@ -632,7 +632,7 @@ get_full_hostname(const char *inhost, char *outhost, int outhostlen) /* Get full target hostname */ retval = getaddrinfo(inhost, NULL, &hints, &addrs); if (retval) { - printerr(0, "%s while getting full hostname for '%s'\n", + printerr(1, "%s while getting full hostname for '%s'\n", gai_strerror(retval), inhost); goto out; } diff --git a/utils/gssd/svcgssd_proc.c b/utils/gssd/svcgssd_proc.c index f162152..1d13532 100644 --- a/utils/gssd/svcgssd_proc.c +++ b/utils/gssd/svcgssd_proc.c @@ -108,7 +108,7 @@ do_svc_downcall(gss_buffer_desc *out_handle, struct svc_cred *cred, fclose(f); return err; out_err: - printerr(0, "WARNING: downcall failed\n"); + printerr(1, "WARNING: downcall failed\n"); return -1; } @@ -247,7 +247,7 @@ get_ids(gss_name_t client_name, gss_OID mech, struct svc_cred *cred) res = 0; goto out_free; } - printerr(0, "WARNING: get_ids: failed to map name '%s' " + printerr(1, "WARNING: get_ids: failed to map name '%s' " "to uid/gid: %s\n", sname, strerror(-res)); goto out_free; } @@ -380,7 +380,7 @@ handle_nullreq(FILE *f) { goto continue_needed; } else if (maj_stat != GSS_S_COMPLETE) { - printerr(0, "WARNING: gss_accept_sec_context failed\n"); + printerr(1, "WARNING: gss_accept_sec_context failed\n"); pgsserr("handle_nullreq: gss_accept_sec_context", maj_stat, min_stat, mech); goto out_err; Index: nfs-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/nfs-utils/F-9/nfs-utils.spec,v retrieving revision 1.178 retrieving revision 1.179 diff -u -r1.178 -r1.179 --- nfs-utils.spec 5 Jan 2009 18:26:56 -0000 1.178 +++ nfs-utils.spec 5 Jan 2009 19:48:50 -0000 1.179 @@ -35,6 +35,7 @@ Patch10: nfs-utils-1.1.0-smnotify-path.patch Patch11: nfs-utils-1.1.2-tcpwrapper-update.patch Patch12: nfs-utils-1.1.2-tcpwrap-warn.patch +Patch13: nfs-utils-1.1.2-gssd-verbosity.patch %if %{enablefscache} Patch90: nfs-utils-1.1.0-mount-fsc.patch @@ -98,6 +99,7 @@ %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %if %{enablefscache} %patch90 -p1 @@ -264,6 +266,7 @@ * Mon Jan 5 2009 Steve Dickson 1.1.2-9 - Added warnings to tcp wrapper code when mounts are denied due to misconfigured DNS configurations. +- gssd: By default, don't spam syslog when users' credentials expire * Sat Dec 20 2008 Steve Dickson 1.1.2-8 - Re-enabled and fixed/enhanced tcp wrappers. From drepper at fedoraproject.org Mon Jan 5 19:51:32 2009 From: drepper at fedoraproject.org (Ulrich Drepper) Date: Mon, 5 Jan 2009 19:51:32 +0000 (UTC) Subject: rpms/pfstools/devel import.log, NONE, 1.1 pfstools-1.7.0-bf1.patch, NONE, 1.1 pfstools-mDATA.patch, NONE, 1.1 pfstools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105195132.A1A2F70108@cvs1.fedora.phx.redhat.com> Author: drepper Update of /cvs/pkgs/rpms/pfstools/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10970/devel Modified Files: .cvsignore sources Added Files: import.log pfstools-1.7.0-bf1.patch pfstools-mDATA.patch pfstools.spec Log Message: pfstools for F11, initial checkin. --- NEW FILE import.log --- pfstools-1_7_0-2_fc10:HEAD:pfstools-1.7.0-2.fc10.src.rpm:1231185011 pfstools-1.7.0-bf1.patch: --- NEW FILE pfstools-1.7.0-bf1.patch --- diff -up pfstools-1.7.0/src/fileformat/Makefile.am-old pfstools-1.7.0/src/fileformat/Makefile.am --- pfstools-1.7.0/src/fileformat/Makefile.am-old 2009-01-02 13:17:32.000000000 -0800 +++ pfstools-1.7.0/src/fileformat/Makefile.am 2009-01-02 13:18:14.000000000 -0800 @@ -96,6 +96,7 @@ endif if GDAL_SUPPORT pfsingdal_SOURCES = pfsingdal.cpp +pfsingdal_CXXFLAGS = $(shell /usr/bin/gdal-config --cflags) pfsingdal_LDADD = $(GDAL_LIBS) endif diff -up pfstools-1.7.0/src/fileformat/pfsingdal.cpp-old pfstools-1.7.0/src/fileformat/pfsingdal.cpp pfstools-mDATA.patch: --- NEW FILE pfstools-mDATA.patch --- --- pfstools-1.6.5/src/octave/Makefile.am-old 2008-10-12 09:57:46.000000000 -0700 +++ pfstools-1.6.5/src/octave/Makefile.am 2008-10-12 09:57:58.000000000 -0700 @@ -15,7 +15,7 @@ help_h_files = $(help_files:.help=_help.h) oct_SCRIPTS = $(linked_oct_files) -m_SCRIPTS = $(m_oct_files) +m_DATA = $(m_oct_files) bin_SCRIPTS = pfsoctavelum pfsoctavergb pfsstat man_MANS = pfsoctavelum.1 pfsoctavergb.1 pfsstat.1 --- NEW FILE pfstools.spec --- Name: pfstools Version: 1.7.0 Release: 2%{?dist} Summary: Programs for handling high-dynamic range images Group: Applications/Multimedia License: GPLv2+ URL: http://pfstools.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch1: pfstools-mDATA.patch Patch2: pfstools-1.7.0-bf1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake BuildRequires: libtool BuildRequires: libtiff-devel BuildRequires: openexr-devel BuildRequires: octave-devel BuildRequires: libGL-devel BuildRequires: ImageMagick-devel BuildRequires: freeglut-devel BuildRequires: ImageMagick-c++-devel BuildRequires: qt3-devel BuildRequires: libXi-devel BuildRequires: netpbm-devel BuildRequires: texlive-latex BuildRequires: gdal-devel Requires: pfstools-libs = %{version}-%{release} %description pfstools is a set of command line programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. All programs in the package exchange data using unix pipes and a simple generic HDR image format (pfs). The concept of the pfstools is similar to netpbm package for low-dynamic range images. %package libs Summary: Libraries for HDR processing Group: System Environment/Libraries License: LGPLv2+ %description libs The pfstools-libs package contains a runtime library of functions for handling HDR graphics files. %package qt Summary: Qt-based viewer for HDR files Group: Applications/Multimedia Requires: pfstools-libs = %{version}-%{release} %description qt The pfstools-qt package contains viewer programs based on qt3 for viewing HDR graphics files. %package glview Summary: GL-based viewer for HDR files Group: Applications/Multimedia Requires: pfstools-libs = %{version}-%{release} %description glview The pfstools-glview package contains viewer programs based on OpenGL for viewing HDR graphics files. %package exr Summary: EXR file import for PFS tools Group: Applications/Multimedia Requires: pfstools-libs = %{version}-%{release} %description exr The pfstools-exr package contains input and output filters for EXR files to and from the HDR graphics file format used in pfstools. %package imgmagick Summary: ImageMagick file import for PFS tools Group: Applications/Multimedia Requires: pfstools-libs = %{version}-%{release} %description imgmagick The pfstools-exr package contains input and output filters based in ImageMagick to and from the HDR graphics file format used in pfstools. %package octave Summary: Octave interaction with PFS tools Group: Applications/Multimedia %description octave The pfstools-octave package contains programs to process red, green and blue channels or luminance channels in pfs stream using Octave. %package gdal Summary: PFS Tools using the GDAL library to handle GIS information Group: Applications/Multimedia %description gdal The pfstools-gdal package contains programs which can handle GIS information using the GDAL library. %package devel Summary: Files for development with PFS tools Group: Development/Libraries Requires: pfstools-libs = %{version}-%{release} %description devel The netpbm-devel package contains the header files and link libraries, etc., for developing programs which can handle HDR graphics files. %prep %setup -q %patch1 -p1 -b .mDATA %patch2 -p1 -b .bf1 # Remove the following once the patch for the Makefile.am file # is not necessary anymore. aclocal automake libtoolize --automake %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT mkdir -p ${RPM_BUILD_ROOT}%{_prefix} make DESTDIR=$RPM_BUILD_ROOT "INSTALL=install -p" install # XXX Nuke unpackaged files { cd ${RPM_BUILD_ROOT} rm -f .%{_libdir}/libpfs-1.2.a rm -f .%{_libdir}/libpfs-1.2.la rm -f .%{_mandir}/man1/pfsinjpeghdr.1 rm -f .%{_mandir}/man1/pfsoutjpeghdr.1 } %clean rm -rf $RPM_BUILD_ROOT %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc README TODO doc/faq.txt %{_bindir}/pfsabsolute %{_bindir}/pfscat %{_bindir}/pfsclamp %{_bindir}/pfscut %{_bindir}/pfsextractchannels %{_bindir}/pfsdisplayfunction %{_bindir}/pfsflip %{_bindir}/pfsgamma %{_bindir}/pfsin %{_bindir}/pfsindcraw %{_bindir}/pfsinmulti %{_bindir}/pfsinpfm %{_bindir}/pfsinppm %{_bindir}/pfsinrgbe %{_bindir}/pfsintiff %{_bindir}/pfsout %{_bindir}/pfsoutffmpeg %{_bindir}/pfsoutpfm %{_bindir}/pfsoutppm %{_bindir}/pfsoutrgbe %{_bindir}/pfsouttiff %{_bindir}/pfspad %{_bindir}/pfspanoramic %{_bindir}/pfsrotate %{_bindir}/pfssize %{_bindir}/pfstag %{_mandir}/man1/pfsabsolute.1.gz %{_mandir}/man1/pfscat.1.gz %{_mandir}/man1/pfsclamp.1.gz %{_mandir}/man1/pfscut.1.gz %{_mandir}/man1/pfsdisplayfunction.1.gz %{_mandir}/man1/pfsextractchannels.1.gz %{_mandir}/man1/pfsflip.1.gz %{_mandir}/man1/pfsgamma.1.gz %{_mandir}/man1/pfsin.1.gz %{_mandir}/man1/pfsindcraw.1.gz %{_mandir}/man1/pfsinmulti.1.gz %{_mandir}/man1/pfsinpfm.1.gz %{_mandir}/man1/pfsinppm.1.gz %{_mandir}/man1/pfsinrgbe.1.gz %{_mandir}/man1/pfsintiff.1.gz %{_mandir}/man1/pfsout.1.gz %{_mandir}/man1/pfsoutffmpeg.1.gz %{_mandir}/man1/pfsoutpfm.1.gz %{_mandir}/man1/pfsoutppm.1.gz %{_mandir}/man1/pfsoutrgbe.1.gz %{_mandir}/man1/pfsouttiff.1.gz %{_mandir}/man1/pfspad.1.gz %{_mandir}/man1/pfspanoramic.1.gz %{_mandir}/man1/pfsrotate.1.gz %{_mandir}/man1/pfssize.1.gz %{_mandir}/man1/pfstag.1.gz %doc %files libs %defattr(-,root,root,-) %{_libdir}/libpfs-1.2.so.0 %{_libdir}/libpfs-1.2.so.0.0.0 %files qt %defattr(-,root,root,-) %{_bindir}/pfsv %{_bindir}/pfsview %{_mandir}/man1/pfsv.1.gz %{_mandir}/man1/pfsview.1.gz %files glview %defattr(-,root,root,-) %{_bindir}/pfsglview %{_mandir}/man1/pfsglview.1.gz %files exr %defattr(-,root,root,-) %{_bindir}/pfsinexr %{_bindir}/pfsoutexr %{_mandir}/man1/pfsinexr.1.gz %{_mandir}/man1/pfsoutexr.1.gz %files imgmagick %defattr(-,root,root,-) %{_bindir}/pfsinimgmagick %{_bindir}/pfsoutimgmagick %{_mandir}/man1/pfsinimgmagick.1.gz %{_mandir}/man1/pfsoutimgmagick.1.gz %files octave %defattr(-,root,root,-) %{_bindir}/pfsoctavelum %{_bindir}/pfsoctavergb %{_bindir}/pfsstat %{_libexecdir}/octave/*/site/oct/*/pfstools/ #%{_libexecdir}/octave/*/site/oct/*/pfstools/*.oct %{_datadir}/octave/*/site/m/pfstools/*.m %{_mandir}/man1/pfsoctavelum.1.gz %{_mandir}/man1/pfsoctavergb.1.gz %{_mandir}/man1/pfsstat.1.gz %files gdal %defattr(-,root,root,-) %{_bindir}/pfsingdal %{_mandir}/man1/pfsingdal.1.gz %files devel %defattr(-,root,root,-) %doc doc/pfs_format_spec.pdf %{_libdir}/libpfs-1.2.so %{_libdir}/pkgconfig/pfs.pc %{_includedir}/pfs-1.2/array2d.h %{_includedir}/pfs-1.2/pfs.h %changelog * Mon Jan 5 2009 Ulrich Drepper - 1.7.0-2 - Fix BuildRequires * Fri Jan 1 2009 Ulrich Drepper - 1.7.0-1 - update to most recent upstream release - new subpackage pfstools-gdal for GIS data handling - new program pfsdisplayfunction * Fri Jan 1 2009 Ulrich Drepper - 1.6.5-5 - add automake BuildRequires * Wed Nov 5 2008 Ulrich Drepper - 1.6.5-4 - ship more doc files * Sun Oct 12 2008 Ulrich Drepper - 1.6.5-3 - .spec file cleanups - install Octave files without execution permission * Wed Sep 03 2008 Manuel Wolfshant - 1.6.5-2 - fix missing BR, Source URL, double inclusion of several files - preserve timestamps * Tue Aug 19 2008 Ulrich Drepper - 1.6.5-1 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pfstools/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:36:52 -0000 1.1 +++ .cvsignore 5 Jan 2009 19:51:02 -0000 1.2 @@ -0,0 +1 @@ +pfstools-1.7.0.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pfstools/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:36:52 -0000 1.1 +++ sources 5 Jan 2009 19:51:02 -0000 1.2 @@ -0,0 +1 @@ +baf058fcdc6ac040c210dc5a4a607d1d pfstools-1.7.0.tar.gz From caillon at fedoraproject.org Mon Jan 5 19:52:00 2009 From: caillon at fedoraproject.org (Christopher Aillon) Date: Mon, 5 Jan 2009 19:52:00 +0000 (UTC) Subject: rpms/iso-codes/devel .cvsignore, 1.21, 1.22 iso-codes.spec, 1.27, 1.28 sources, 1.22, 1.23 Message-ID: <20090105195200.6665D70108@cvs1.fedora.phx.redhat.com> Author: caillon Update of /cvs/extras/rpms/iso-codes/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11228 Modified Files: .cvsignore iso-codes.spec sources Log Message: * Mon Jan 5 2009 Christopher Aillon - 3.5.1-1 - Update to 3.5.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/iso-codes/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- .cvsignore 9 Dec 2008 21:46:28 -0000 1.21 +++ .cvsignore 5 Jan 2009 19:51:30 -0000 1.22 @@ -1 +1 @@ -iso-codes-3.5.tar.bz2 +iso-codes-3.5.1.tar.bz2 Index: iso-codes.spec =================================================================== RCS file: /cvs/extras/rpms/iso-codes/devel/iso-codes.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- iso-codes.spec 9 Dec 2008 21:46:28 -0000 1.27 +++ iso-codes.spec 5 Jan 2009 19:51:30 -0000 1.28 @@ -1,7 +1,7 @@ Name: iso-codes Summary: ISO code lists and translations -Version: 3.5 +Version: 3.5.1 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Base @@ -59,6 +59,9 @@ %{_datadir}/pkgconfig/iso-codes.pc %changelog +* Mon Jan 5 2009 Christopher Aillon - 3.5.1-1 +- Update to 3.5.1 + * Tue Dec 9 2008 Christopher Aillon - 3.5-1 - Update to 3.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/iso-codes/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 9 Dec 2008 21:46:28 -0000 1.22 +++ sources 5 Jan 2009 19:51:30 -0000 1.23 @@ -1 +1 @@ -b11fe4878baf098cdbf28c417796d87e iso-codes-3.5.tar.bz2 +16d01d84888c0343304e84fc251bc07c iso-codes-3.5.1.tar.bz2 From drepper at fedoraproject.org Mon Jan 5 19:53:34 2009 From: drepper at fedoraproject.org (Ulrich Drepper) Date: Mon, 5 Jan 2009 19:53:34 +0000 (UTC) Subject: rpms/pfstools/F-9 import.log, NONE, 1.1 pfstools-1.7.0-bf1.patch, NONE, 1.1 pfstools-mDATA.patch, NONE, 1.1 pfstools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105195334.B711870108@cvs1.fedora.phx.redhat.com> Author: drepper Update of /cvs/pkgs/rpms/pfstools/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11858/F-9 Modified Files: .cvsignore sources Added Files: import.log pfstools-1.7.0-bf1.patch pfstools-mDATA.patch pfstools.spec Log Message: pfstools for F9, initial checkin. --- NEW FILE import.log --- pfstools-1_7_0-2_fc10:F-9:pfstools-1.7.0-2.fc10.src.rpm:1231185149 pfstools-1.7.0-bf1.patch: --- NEW FILE pfstools-1.7.0-bf1.patch --- diff -up pfstools-1.7.0/src/fileformat/Makefile.am-old pfstools-1.7.0/src/fileformat/Makefile.am --- pfstools-1.7.0/src/fileformat/Makefile.am-old 2009-01-02 13:17:32.000000000 -0800 +++ pfstools-1.7.0/src/fileformat/Makefile.am 2009-01-02 13:18:14.000000000 -0800 @@ -96,6 +96,7 @@ endif if GDAL_SUPPORT pfsingdal_SOURCES = pfsingdal.cpp +pfsingdal_CXXFLAGS = $(shell /usr/bin/gdal-config --cflags) pfsingdal_LDADD = $(GDAL_LIBS) endif diff -up pfstools-1.7.0/src/fileformat/pfsingdal.cpp-old pfstools-1.7.0/src/fileformat/pfsingdal.cpp pfstools-mDATA.patch: --- NEW FILE pfstools-mDATA.patch --- --- pfstools-1.6.5/src/octave/Makefile.am-old 2008-10-12 09:57:46.000000000 -0700 +++ pfstools-1.6.5/src/octave/Makefile.am 2008-10-12 09:57:58.000000000 -0700 @@ -15,7 +15,7 @@ help_h_files = $(help_files:.help=_help.h) oct_SCRIPTS = $(linked_oct_files) -m_SCRIPTS = $(m_oct_files) +m_DATA = $(m_oct_files) bin_SCRIPTS = pfsoctavelum pfsoctavergb pfsstat man_MANS = pfsoctavelum.1 pfsoctavergb.1 pfsstat.1 --- NEW FILE pfstools.spec --- Name: pfstools Version: 1.7.0 Release: 2%{?dist} Summary: Programs for handling high-dynamic range images Group: Applications/Multimedia License: GPLv2+ URL: http://pfstools.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch1: pfstools-mDATA.patch Patch2: pfstools-1.7.0-bf1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake BuildRequires: libtool BuildRequires: libtiff-devel BuildRequires: openexr-devel BuildRequires: octave-devel BuildRequires: libGL-devel BuildRequires: ImageMagick-devel BuildRequires: freeglut-devel BuildRequires: ImageMagick-c++-devel BuildRequires: qt3-devel BuildRequires: libXi-devel BuildRequires: netpbm-devel BuildRequires: texlive-latex BuildRequires: gdal-devel Requires: pfstools-libs = %{version}-%{release} %description pfstools is a set of command line programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. All programs in the package exchange data using unix pipes and a simple generic HDR image format (pfs). The concept of the pfstools is similar to netpbm package for low-dynamic range images. %package libs Summary: Libraries for HDR processing Group: System Environment/Libraries License: LGPLv2+ %description libs The pfstools-libs package contains a runtime library of functions for handling HDR graphics files. %package qt Summary: Qt-based viewer for HDR files Group: Applications/Multimedia Requires: pfstools-libs = %{version}-%{release} %description qt The pfstools-qt package contains viewer programs based on qt3 for viewing HDR graphics files. %package glview Summary: GL-based viewer for HDR files Group: Applications/Multimedia Requires: pfstools-libs = %{version}-%{release} %description glview The pfstools-glview package contains viewer programs based on OpenGL for viewing HDR graphics files. %package exr Summary: EXR file import for PFS tools Group: Applications/Multimedia Requires: pfstools-libs = %{version}-%{release} %description exr The pfstools-exr package contains input and output filters for EXR files to and from the HDR graphics file format used in pfstools. %package imgmagick Summary: ImageMagick file import for PFS tools Group: Applications/Multimedia Requires: pfstools-libs = %{version}-%{release} %description imgmagick The pfstools-exr package contains input and output filters based in ImageMagick to and from the HDR graphics file format used in pfstools. %package octave Summary: Octave interaction with PFS tools Group: Applications/Multimedia %description octave The pfstools-octave package contains programs to process red, green and blue channels or luminance channels in pfs stream using Octave. %package gdal Summary: PFS Tools using the GDAL library to handle GIS information Group: Applications/Multimedia %description gdal The pfstools-gdal package contains programs which can handle GIS information using the GDAL library. %package devel Summary: Files for development with PFS tools Group: Development/Libraries Requires: pfstools-libs = %{version}-%{release} %description devel The netpbm-devel package contains the header files and link libraries, etc., for developing programs which can handle HDR graphics files. %prep %setup -q %patch1 -p1 -b .mDATA %patch2 -p1 -b .bf1 # Remove the following once the patch for the Makefile.am file # is not necessary anymore. aclocal automake libtoolize --automake %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT mkdir -p ${RPM_BUILD_ROOT}%{_prefix} make DESTDIR=$RPM_BUILD_ROOT "INSTALL=install -p" install # XXX Nuke unpackaged files { cd ${RPM_BUILD_ROOT} rm -f .%{_libdir}/libpfs-1.2.a rm -f .%{_libdir}/libpfs-1.2.la rm -f .%{_mandir}/man1/pfsinjpeghdr.1 rm -f .%{_mandir}/man1/pfsoutjpeghdr.1 } %clean rm -rf $RPM_BUILD_ROOT %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc README TODO doc/faq.txt %{_bindir}/pfsabsolute %{_bindir}/pfscat %{_bindir}/pfsclamp %{_bindir}/pfscut %{_bindir}/pfsextractchannels %{_bindir}/pfsdisplayfunction %{_bindir}/pfsflip %{_bindir}/pfsgamma %{_bindir}/pfsin %{_bindir}/pfsindcraw %{_bindir}/pfsinmulti %{_bindir}/pfsinpfm %{_bindir}/pfsinppm %{_bindir}/pfsinrgbe %{_bindir}/pfsintiff %{_bindir}/pfsout %{_bindir}/pfsoutffmpeg %{_bindir}/pfsoutpfm %{_bindir}/pfsoutppm %{_bindir}/pfsoutrgbe %{_bindir}/pfsouttiff %{_bindir}/pfspad %{_bindir}/pfspanoramic %{_bindir}/pfsrotate %{_bindir}/pfssize %{_bindir}/pfstag %{_mandir}/man1/pfsabsolute.1.gz %{_mandir}/man1/pfscat.1.gz %{_mandir}/man1/pfsclamp.1.gz %{_mandir}/man1/pfscut.1.gz %{_mandir}/man1/pfsdisplayfunction.1.gz %{_mandir}/man1/pfsextractchannels.1.gz %{_mandir}/man1/pfsflip.1.gz %{_mandir}/man1/pfsgamma.1.gz %{_mandir}/man1/pfsin.1.gz %{_mandir}/man1/pfsindcraw.1.gz %{_mandir}/man1/pfsinmulti.1.gz %{_mandir}/man1/pfsinpfm.1.gz %{_mandir}/man1/pfsinppm.1.gz %{_mandir}/man1/pfsinrgbe.1.gz %{_mandir}/man1/pfsintiff.1.gz %{_mandir}/man1/pfsout.1.gz %{_mandir}/man1/pfsoutffmpeg.1.gz %{_mandir}/man1/pfsoutpfm.1.gz %{_mandir}/man1/pfsoutppm.1.gz %{_mandir}/man1/pfsoutrgbe.1.gz %{_mandir}/man1/pfsouttiff.1.gz %{_mandir}/man1/pfspad.1.gz %{_mandir}/man1/pfspanoramic.1.gz %{_mandir}/man1/pfsrotate.1.gz %{_mandir}/man1/pfssize.1.gz %{_mandir}/man1/pfstag.1.gz %doc %files libs %defattr(-,root,root,-) %{_libdir}/libpfs-1.2.so.0 %{_libdir}/libpfs-1.2.so.0.0.0 %files qt %defattr(-,root,root,-) %{_bindir}/pfsv %{_bindir}/pfsview %{_mandir}/man1/pfsv.1.gz %{_mandir}/man1/pfsview.1.gz %files glview %defattr(-,root,root,-) %{_bindir}/pfsglview %{_mandir}/man1/pfsglview.1.gz %files exr %defattr(-,root,root,-) %{_bindir}/pfsinexr %{_bindir}/pfsoutexr %{_mandir}/man1/pfsinexr.1.gz %{_mandir}/man1/pfsoutexr.1.gz %files imgmagick %defattr(-,root,root,-) %{_bindir}/pfsinimgmagick %{_bindir}/pfsoutimgmagick %{_mandir}/man1/pfsinimgmagick.1.gz %{_mandir}/man1/pfsoutimgmagick.1.gz %files octave %defattr(-,root,root,-) %{_bindir}/pfsoctavelum %{_bindir}/pfsoctavergb %{_bindir}/pfsstat %{_libexecdir}/octave/*/site/oct/*/pfstools/ #%{_libexecdir}/octave/*/site/oct/*/pfstools/*.oct %{_datadir}/octave/*/site/m/pfstools/*.m %{_mandir}/man1/pfsoctavelum.1.gz %{_mandir}/man1/pfsoctavergb.1.gz %{_mandir}/man1/pfsstat.1.gz %files gdal %defattr(-,root,root,-) %{_bindir}/pfsingdal %{_mandir}/man1/pfsingdal.1.gz %files devel %defattr(-,root,root,-) %doc doc/pfs_format_spec.pdf %{_libdir}/libpfs-1.2.so %{_libdir}/pkgconfig/pfs.pc %{_includedir}/pfs-1.2/array2d.h %{_includedir}/pfs-1.2/pfs.h %changelog * Mon Jan 5 2009 Ulrich Drepper - 1.7.0-2 - Fix BuildRequires * Fri Jan 1 2009 Ulrich Drepper - 1.7.0-1 - update to most recent upstream release - new subpackage pfstools-gdal for GIS data handling - new program pfsdisplayfunction * Fri Jan 1 2009 Ulrich Drepper - 1.6.5-5 - add automake BuildRequires * Wed Nov 5 2008 Ulrich Drepper - 1.6.5-4 - ship more doc files * Sun Oct 12 2008 Ulrich Drepper - 1.6.5-3 - .spec file cleanups - install Octave files without execution permission * Wed Sep 03 2008 Manuel Wolfshant - 1.6.5-2 - fix missing BR, Source URL, double inclusion of several files - preserve timestamps * Tue Aug 19 2008 Ulrich Drepper - 1.6.5-1 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pfstools/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:36:52 -0000 1.1 +++ .cvsignore 5 Jan 2009 19:53:04 -0000 1.2 @@ -0,0 +1 @@ +pfstools-1.7.0.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pfstools/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:36:52 -0000 1.1 +++ sources 5 Jan 2009 19:53:04 -0000 1.2 @@ -0,0 +1 @@ +baf058fcdc6ac040c210dc5a4a607d1d pfstools-1.7.0.tar.gz From drepper at fedoraproject.org Mon Jan 5 19:55:38 2009 From: drepper at fedoraproject.org (Ulrich Drepper) Date: Mon, 5 Jan 2009 19:55:38 +0000 (UTC) Subject: rpms/pfstools/F-10 import.log, NONE, 1.1 pfstools-1.7.0-bf1.patch, NONE, 1.1 pfstools-mDATA.patch, NONE, 1.1 pfstools.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105195538.9342870108@cvs1.fedora.phx.redhat.com> Author: drepper Update of /cvs/pkgs/rpms/pfstools/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12951/F-10 Modified Files: .cvsignore sources Added Files: import.log pfstools-1.7.0-bf1.patch pfstools-mDATA.patch pfstools.spec Log Message: pfstools for F10, initial checkin. --- NEW FILE import.log --- pfstools-1_7_0-2_fc10:F-10:pfstools-1.7.0-2.fc10.src.rpm:1231185247 pfstools-1.7.0-bf1.patch: --- NEW FILE pfstools-1.7.0-bf1.patch --- diff -up pfstools-1.7.0/src/fileformat/Makefile.am-old pfstools-1.7.0/src/fileformat/Makefile.am --- pfstools-1.7.0/src/fileformat/Makefile.am-old 2009-01-02 13:17:32.000000000 -0800 +++ pfstools-1.7.0/src/fileformat/Makefile.am 2009-01-02 13:18:14.000000000 -0800 @@ -96,6 +96,7 @@ endif if GDAL_SUPPORT pfsingdal_SOURCES = pfsingdal.cpp +pfsingdal_CXXFLAGS = $(shell /usr/bin/gdal-config --cflags) pfsingdal_LDADD = $(GDAL_LIBS) endif diff -up pfstools-1.7.0/src/fileformat/pfsingdal.cpp-old pfstools-1.7.0/src/fileformat/pfsingdal.cpp pfstools-mDATA.patch: --- NEW FILE pfstools-mDATA.patch --- --- pfstools-1.6.5/src/octave/Makefile.am-old 2008-10-12 09:57:46.000000000 -0700 +++ pfstools-1.6.5/src/octave/Makefile.am 2008-10-12 09:57:58.000000000 -0700 @@ -15,7 +15,7 @@ help_h_files = $(help_files:.help=_help.h) oct_SCRIPTS = $(linked_oct_files) -m_SCRIPTS = $(m_oct_files) +m_DATA = $(m_oct_files) bin_SCRIPTS = pfsoctavelum pfsoctavergb pfsstat man_MANS = pfsoctavelum.1 pfsoctavergb.1 pfsstat.1 --- NEW FILE pfstools.spec --- Name: pfstools Version: 1.7.0 Release: 2%{?dist} Summary: Programs for handling high-dynamic range images Group: Applications/Multimedia License: GPLv2+ URL: http://pfstools.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch1: pfstools-mDATA.patch Patch2: pfstools-1.7.0-bf1.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake BuildRequires: libtool BuildRequires: libtiff-devel BuildRequires: openexr-devel BuildRequires: octave-devel BuildRequires: libGL-devel BuildRequires: ImageMagick-devel BuildRequires: freeglut-devel BuildRequires: ImageMagick-c++-devel BuildRequires: qt3-devel BuildRequires: libXi-devel BuildRequires: netpbm-devel BuildRequires: texlive-latex BuildRequires: gdal-devel Requires: pfstools-libs = %{version}-%{release} %description pfstools is a set of command line programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. All programs in the package exchange data using unix pipes and a simple generic HDR image format (pfs). The concept of the pfstools is similar to netpbm package for low-dynamic range images. %package libs Summary: Libraries for HDR processing Group: System Environment/Libraries License: LGPLv2+ %description libs The pfstools-libs package contains a runtime library of functions for handling HDR graphics files. %package qt Summary: Qt-based viewer for HDR files Group: Applications/Multimedia Requires: pfstools-libs = %{version}-%{release} %description qt The pfstools-qt package contains viewer programs based on qt3 for viewing HDR graphics files. %package glview Summary: GL-based viewer for HDR files Group: Applications/Multimedia Requires: pfstools-libs = %{version}-%{release} %description glview The pfstools-glview package contains viewer programs based on OpenGL for viewing HDR graphics files. %package exr Summary: EXR file import for PFS tools Group: Applications/Multimedia Requires: pfstools-libs = %{version}-%{release} %description exr The pfstools-exr package contains input and output filters for EXR files to and from the HDR graphics file format used in pfstools. %package imgmagick Summary: ImageMagick file import for PFS tools Group: Applications/Multimedia Requires: pfstools-libs = %{version}-%{release} %description imgmagick The pfstools-exr package contains input and output filters based in ImageMagick to and from the HDR graphics file format used in pfstools. %package octave Summary: Octave interaction with PFS tools Group: Applications/Multimedia %description octave The pfstools-octave package contains programs to process red, green and blue channels or luminance channels in pfs stream using Octave. %package gdal Summary: PFS Tools using the GDAL library to handle GIS information Group: Applications/Multimedia %description gdal The pfstools-gdal package contains programs which can handle GIS information using the GDAL library. %package devel Summary: Files for development with PFS tools Group: Development/Libraries Requires: pfstools-libs = %{version}-%{release} %description devel The netpbm-devel package contains the header files and link libraries, etc., for developing programs which can handle HDR graphics files. %prep %setup -q %patch1 -p1 -b .mDATA %patch2 -p1 -b .bf1 # Remove the following once the patch for the Makefile.am file # is not necessary anymore. aclocal automake libtoolize --automake %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT mkdir -p ${RPM_BUILD_ROOT}%{_prefix} make DESTDIR=$RPM_BUILD_ROOT "INSTALL=install -p" install # XXX Nuke unpackaged files { cd ${RPM_BUILD_ROOT} rm -f .%{_libdir}/libpfs-1.2.a rm -f .%{_libdir}/libpfs-1.2.la rm -f .%{_mandir}/man1/pfsinjpeghdr.1 rm -f .%{_mandir}/man1/pfsoutjpeghdr.1 } %clean rm -rf $RPM_BUILD_ROOT %post libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc README TODO doc/faq.txt %{_bindir}/pfsabsolute %{_bindir}/pfscat %{_bindir}/pfsclamp %{_bindir}/pfscut %{_bindir}/pfsextractchannels %{_bindir}/pfsdisplayfunction %{_bindir}/pfsflip %{_bindir}/pfsgamma %{_bindir}/pfsin %{_bindir}/pfsindcraw %{_bindir}/pfsinmulti %{_bindir}/pfsinpfm %{_bindir}/pfsinppm %{_bindir}/pfsinrgbe %{_bindir}/pfsintiff %{_bindir}/pfsout %{_bindir}/pfsoutffmpeg %{_bindir}/pfsoutpfm %{_bindir}/pfsoutppm %{_bindir}/pfsoutrgbe %{_bindir}/pfsouttiff %{_bindir}/pfspad %{_bindir}/pfspanoramic %{_bindir}/pfsrotate %{_bindir}/pfssize %{_bindir}/pfstag %{_mandir}/man1/pfsabsolute.1.gz %{_mandir}/man1/pfscat.1.gz %{_mandir}/man1/pfsclamp.1.gz %{_mandir}/man1/pfscut.1.gz %{_mandir}/man1/pfsdisplayfunction.1.gz %{_mandir}/man1/pfsextractchannels.1.gz %{_mandir}/man1/pfsflip.1.gz %{_mandir}/man1/pfsgamma.1.gz %{_mandir}/man1/pfsin.1.gz %{_mandir}/man1/pfsindcraw.1.gz %{_mandir}/man1/pfsinmulti.1.gz %{_mandir}/man1/pfsinpfm.1.gz %{_mandir}/man1/pfsinppm.1.gz %{_mandir}/man1/pfsinrgbe.1.gz %{_mandir}/man1/pfsintiff.1.gz %{_mandir}/man1/pfsout.1.gz %{_mandir}/man1/pfsoutffmpeg.1.gz %{_mandir}/man1/pfsoutpfm.1.gz %{_mandir}/man1/pfsoutppm.1.gz %{_mandir}/man1/pfsoutrgbe.1.gz %{_mandir}/man1/pfsouttiff.1.gz %{_mandir}/man1/pfspad.1.gz %{_mandir}/man1/pfspanoramic.1.gz %{_mandir}/man1/pfsrotate.1.gz %{_mandir}/man1/pfssize.1.gz %{_mandir}/man1/pfstag.1.gz %doc %files libs %defattr(-,root,root,-) %{_libdir}/libpfs-1.2.so.0 %{_libdir}/libpfs-1.2.so.0.0.0 %files qt %defattr(-,root,root,-) %{_bindir}/pfsv %{_bindir}/pfsview %{_mandir}/man1/pfsv.1.gz %{_mandir}/man1/pfsview.1.gz %files glview %defattr(-,root,root,-) %{_bindir}/pfsglview %{_mandir}/man1/pfsglview.1.gz %files exr %defattr(-,root,root,-) %{_bindir}/pfsinexr %{_bindir}/pfsoutexr %{_mandir}/man1/pfsinexr.1.gz %{_mandir}/man1/pfsoutexr.1.gz %files imgmagick %defattr(-,root,root,-) %{_bindir}/pfsinimgmagick %{_bindir}/pfsoutimgmagick %{_mandir}/man1/pfsinimgmagick.1.gz %{_mandir}/man1/pfsoutimgmagick.1.gz %files octave %defattr(-,root,root,-) %{_bindir}/pfsoctavelum %{_bindir}/pfsoctavergb %{_bindir}/pfsstat %{_libexecdir}/octave/*/site/oct/*/pfstools/ #%{_libexecdir}/octave/*/site/oct/*/pfstools/*.oct %{_datadir}/octave/*/site/m/pfstools/*.m %{_mandir}/man1/pfsoctavelum.1.gz %{_mandir}/man1/pfsoctavergb.1.gz %{_mandir}/man1/pfsstat.1.gz %files gdal %defattr(-,root,root,-) %{_bindir}/pfsingdal %{_mandir}/man1/pfsingdal.1.gz %files devel %defattr(-,root,root,-) %doc doc/pfs_format_spec.pdf %{_libdir}/libpfs-1.2.so %{_libdir}/pkgconfig/pfs.pc %{_includedir}/pfs-1.2/array2d.h %{_includedir}/pfs-1.2/pfs.h %changelog * Mon Jan 5 2009 Ulrich Drepper - 1.7.0-2 - Fix BuildRequires * Fri Jan 1 2009 Ulrich Drepper - 1.7.0-1 - update to most recent upstream release - new subpackage pfstools-gdal for GIS data handling - new program pfsdisplayfunction * Fri Jan 1 2009 Ulrich Drepper - 1.6.5-5 - add automake BuildRequires * Wed Nov 5 2008 Ulrich Drepper - 1.6.5-4 - ship more doc files * Sun Oct 12 2008 Ulrich Drepper - 1.6.5-3 - .spec file cleanups - install Octave files without execution permission * Wed Sep 03 2008 Manuel Wolfshant - 1.6.5-2 - fix missing BR, Source URL, double inclusion of several files - preserve timestamps * Tue Aug 19 2008 Ulrich Drepper - 1.6.5-1 - Initial package. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pfstools/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:36:52 -0000 1.1 +++ .cvsignore 5 Jan 2009 19:55:08 -0000 1.2 @@ -0,0 +1 @@ +pfstools-1.7.0.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pfstools/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:36:52 -0000 1.1 +++ sources 5 Jan 2009 19:55:08 -0000 1.2 @@ -0,0 +1 @@ +baf058fcdc6ac040c210dc5a4a607d1d pfstools-1.7.0.tar.gz From mbarnes at fedoraproject.org Mon Jan 5 19:59:43 2009 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Mon, 5 Jan 2009 19:59:43 +0000 (UTC) Subject: rpms/gtkhtml3/devel gtkhtml-3.25.4-compiler-warnings.patch, NONE, 1.1 .cvsignore, 1.86, 1.87 gtkhtml3.spec, 1.137, 1.138 sources, 1.86, 1.87 Message-ID: <20090105195943.4BF8B70108@cvs1.fedora.phx.redhat.com> Author: mbarnes Update of /cvs/pkgs/rpms/gtkhtml3/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14171 Modified Files: .cvsignore gtkhtml3.spec sources Added Files: gtkhtml-3.25.4-compiler-warnings.patch Log Message: * Mon Jan 05 2009 Matthew Barnes - 3.25.4-1.fc11 - Update to 3.25.4 gtkhtml-3.25.4-compiler-warnings.patch: --- NEW FILE gtkhtml-3.25.4-compiler-warnings.patch --- diff -up gtkhtml-3.25.4/gtkhtml/htmltokenizer.c.compiler-warnings gtkhtml-3.25.4/gtkhtml/htmltokenizer.c --- gtkhtml-3.25.4/gtkhtml/htmltokenizer.c.compiler-warnings 2009-01-04 14:54:40.000000000 -0500 +++ gtkhtml-3.25.4/gtkhtml/htmltokenizer.c 2009-01-05 13:50:09.000000000 -0500 @@ -428,7 +428,7 @@ html_tokenizer_real_peek_token (HTMLToke /* test iconv for valid*/ gboolean -is_valid_g_iconv(const GIConv iconv_cd) +is_valid_g_iconv (const GIConv iconv_cd) { return iconv_cd != NULL && iconv_cd != (GIConv)-1; } @@ -438,95 +438,94 @@ gboolean is_need_convert (const gchar* token) { int i=strlen (token); - for(;i>=0;i--) - if(token[i]&128) + for (;i>=0;i--) + if (token[i]&128) return TRUE; return FALSE; } /*Convert entity values in already converted to right charset token*/ -char* html_tokenizer_convert_entity(char * token) -{ +gchar * +html_tokenizer_convert_entity (gchar *token) +{ + gchar *full_pos; + gchar *resulted; + gchar *write_pos; + gchar *read_pos; + if (token == NULL) return NULL; + /*stop pointer*/ - gchar* full_pos = token + strlen(token); - gchar* resulted = g_new(gchar, strlen (token) +1); - gchar* write_pos = resulted; - gchar* read_pos = token; - while ( read_pos < full_pos ) - { + full_pos = token + strlen (token); + resulted = g_new (gchar, strlen (token) + 1); + write_pos = resulted; + read_pos = token; + while (read_pos < full_pos) { size_t count_chars = strcspn (read_pos, "&"); - memcpy( write_pos, read_pos, count_chars); + memcpy (write_pos, read_pos, count_chars); write_pos += count_chars; read_pos += count_chars; /*may be end string?*/ if (read_pos < full_pos) - if(*read_pos == '&' ) - { + if (*read_pos == '&') { /*value to add*/ gunichar value = INVALID_CHARACTER_MARKER; /*skip not needed &*/ read_pos ++; - count_chars = strcspn(read_pos, ";"); - if(count_chars < 14 && count_chars > 1) - { + count_chars = strcspn (read_pos, ";"); + if (count_chars < 14 && count_chars > 1) { *(read_pos + count_chars)=0; /* &#******; */ - if (*read_pos == '#') - { + if (*read_pos == '#') { /* � */ - if(isdigit (*(read_pos + 1))) - { + if (isdigit (*(read_pos + 1))) { value=strtoull (read_pos + 1, NULL, 10); - } /* Ý */ - else if(*(read_pos + 1) == 'x') - { + } else if (*(read_pos + 1) == 'x') { value=strtoull (read_pos + 2, NULL, 16); } - } - else - { - value = html_entity_parse (read_pos, strlen(read_pos)); + } else { + value = html_entity_parse (read_pos, strlen (read_pos)); } read_pos += (count_chars + 1); - write_pos += g_unichar_to_utf8 ( value, write_pos); + write_pos += g_unichar_to_utf8 (value, write_pos); } } } - * write_pos = 0; - free(token); + *write_pos = 0; + free (token); + return resulted; } /*convert text to utf8 - allways alloc memmory*/ -gchar* -convert_text_encoding(const GIConv iconv_cd,const gchar * token) +gchar * +convert_text_encoding (const GIConv iconv_cd, + const gchar *token) { size_t currlength; - gchar * newbuffer; - gchar * returnbuffer; - const gchar * current; + gchar *newbuffer; + gchar *returnbuffer; + const gchar *current; size_t newlength; size_t oldlength; - if(token == NULL) + + if (token == NULL) return NULL; - if(is_valid_g_iconv (iconv_cd) && is_need_convert (token)) - { + + if (is_valid_g_iconv (iconv_cd) && is_need_convert (token)) { currlength = strlen (token); current = token; newlength = currlength*7+1; oldlength = newlength; newbuffer = g_new (gchar, newlength); returnbuffer = newbuffer; - g_assert (returnbuffer); - while(currlength > 0) - { + + while (currlength > 0) { /*function not change current, but g_iconv use not const source*/ g_iconv (iconv_cd, (gchar **)¤t, &currlength, &newbuffer, &newlength); - if(currlength > 0) - { + if (currlength > 0) { g_warning ("IconvError=%s", current); *newbuffer = INVALID_CHARACTER_MARKER; newbuffer ++; @@ -537,38 +536,40 @@ convert_text_encoding(const GIConv iconv } returnbuffer[oldlength - newlength] = '\0'; returnbuffer = g_realloc (returnbuffer, oldlength - newlength + 1); - g_assert (returnbuffer); return returnbuffer; } - return g_strdup(token); + return g_strdup (token); } static gchar * -html_tokenizer_converted_token(HTMLTokenizer *t, const gchar* token) +html_tokenizer_converted_token (HTMLTokenizer *t, + const gchar* token) { - if(token != NULL) - { + if (token != NULL) { struct _HTMLTokenizerPrivate *p = t->priv; return html_tokenizer_convert_entity (convert_text_encoding (p->iconv_cd, token)); } + return NULL; } static const gchar * -html_tokenizer_real_get_content_type(HTMLTokenizer *t) +html_tokenizer_real_get_content_type (HTMLTokenizer *t) { struct _HTMLTokenizerPrivate *p = t->priv; - if(p->content_type) + + if (p->content_type) return p->content_type; + return NULL; } static gboolean -html_tokenizer_real_get_engine_type(HTMLTokenizer *t) +html_tokenizer_real_get_engine_type (HTMLTokenizer *t) { struct _HTMLTokenizerPrivate *p = t->priv; + return p->enableconvert; - return FALSE; } static gchar * Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gtkhtml3/devel/.cvsignore,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- .cvsignore 15 Dec 2008 15:37:35 -0000 1.86 +++ .cvsignore 5 Jan 2009 19:59:12 -0000 1.87 @@ -1 +1 @@ -gtkhtml-3.25.3.tar.bz2 +gtkhtml-3.25.4.tar.bz2 Index: gtkhtml3.spec =================================================================== RCS file: /cvs/pkgs/rpms/gtkhtml3/devel/gtkhtml3.spec,v retrieving revision 1.137 retrieving revision 1.138 diff -u -r1.137 -r1.138 --- gtkhtml3.spec 15 Dec 2008 15:37:35 -0000 1.137 +++ gtkhtml3.spec 5 Jan 2009 19:59:12 -0000 1.138 @@ -9,7 +9,7 @@ ### Abstract ### Name: gtkhtml3 -Version: 3.25.3 +Version: 3.25.4 Release: 1%{?dist} License: LGPLv2+ and GPLv2 Group: System Environment/Libraries @@ -22,6 +22,9 @@ # Remove gnome-common macros from configure.in. Patch1: gtkhtml-3.13.1-no-gnome-common.patch +# Upstream carelessness. +Patch2: gtkhtml-3.25.4-compiler-warnings.patch + ### Dependencies ### Requires: gnome-icon-theme >= %{gnome_icon_theme_version} @@ -59,6 +62,7 @@ %prep %setup -q -n gtkhtml-%{version} %patch1 -p1 -b .no-gnome-common +%patch2 -p1 -b .compiler-warnings %build @@ -123,6 +127,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Mon Jan 05 2009 Matthew Barnes - 3.25.4-1.fc11 +- Update to 3.25.4 + * Mon Dec 15 2008 Matthew Barnes - 3.25.3-1.fc11 - Update to 3.25.3 - Bump gnome_icon_theme_version to 2.22.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gtkhtml3/devel/sources,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- sources 15 Dec 2008 15:37:35 -0000 1.86 +++ sources 5 Jan 2009 19:59:12 -0000 1.87 @@ -1 +1 @@ -f81263739361568cf50a626be282ffde gtkhtml-3.25.3.tar.bz2 +fc91d5dd7c64b268b97d040f6c4fa07c gtkhtml-3.25.4.tar.bz2 From frankb at fedoraproject.org Mon Jan 5 20:00:06 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Mon, 5 Jan 2009 20:00:06 +0000 (UTC) Subject: rpms/qwt-doc/devel .cvsignore, 1.2, 1.3 qwt-doc.spec, 1.1, 1.2 qwt-path.patch, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090105200006.0913F70108@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/qwt-doc/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14266 Modified Files: .cvsignore qwt-doc.spec qwt-path.patch sources Log Message: - update to 5.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/qwt-doc/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Sep 2007 19:06:32 -0000 1.2 +++ .cvsignore 5 Jan 2009 19:59:35 -0000 1.3 @@ -1,2 +1,2 @@ -qwt-5.0.2.pdf -qwt-5.0.2.tar.bz2 +qwt-5.1.1.tar.bz2 +qwt-5.1.1.pdf Index: qwt-doc.spec =================================================================== RCS file: /cvs/pkgs/rpms/qwt-doc/devel/qwt-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qwt-doc.spec 30 Sep 2007 19:06:32 -0000 1.1 +++ qwt-doc.spec 5 Jan 2009 19:59:35 -0000 1.2 @@ -1,17 +1,17 @@ Name: qwt-doc Summary: Documentation of qwt -Version: 5.0.2 -Release: 4%{?dist} +Version: 5.1.1 +Release: 1%{?dist} URL: http://qwt.sourceforge.net License: LGPLv2 with exceptions -Group: Documentation -Source0: http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2 +Group: Documentation +Source0: http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2 Source1: http://downloads.sourceforge.net/qwt/qwt-%{version}.pdf -Patch0: qwt-path.patch -Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: qt4-devel +Patch0: qwt-path.patch +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: qt4-devel Buildarch: noarch -Requires: qwt = %{version} +Requires: qwt = %{version} %if 0%{?rhel} > 4 %define epel5mode 1 @@ -58,6 +58,9 @@ mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3 mv $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3/ rm -rf $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man +#fix for #322191 +mv $RPM_BUILD_ROOT%{_mandir}/man3/deprecated.3.gz $RPM_BUILD_ROOT%{_mandir}/man3/qwt-deprecated.3.gz +mv $RPM_BUILD_ROOT%{_mandir}/man3/todo.3.gz $RPM_BUILD_ROOT%{_mandir}/man3/qwt-todo.3.gz %clean rm -rf $RPM_BUILD_ROOT @@ -67,6 +70,11 @@ %{_mandir}/man3/* %changelog +* Mon Jan 05 2009 Frank B??ttner dcbw has set the watchbugzilla acl on plague (Fedora devel) to Approved for mschwendt To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/plague From pkgdb at fedoraproject.org Mon Jan 5 20:00:25 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:00:25 +0000 Subject: [pkgdb] plague had acl change status Message-ID: <20090105200025.D797F208D4F@bastion.fedora.phx.redhat.com> dcbw has set the watchbugzilla acl on plague (Fedora devel) to Approved for smooge To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/plague From pkgdb at fedoraproject.org Mon Jan 5 20:00:28 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:00:28 +0000 Subject: [pkgdb] plague had acl change status Message-ID: <20090105200028.32800208D52@bastion.fedora.phx.redhat.com> dcbw has set the watchcommits acl on plague (Fedora devel) to Approved for mschwendt To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/plague From pkgdb at fedoraproject.org Mon Jan 5 20:00:30 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:00:30 +0000 Subject: [pkgdb] plague had acl change status Message-ID: <20090105200030.6D954208D57@bastion.fedora.phx.redhat.com> dcbw has set the watchcommits acl on plague (Fedora devel) to Approved for smooge To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/plague From buc at fedoraproject.org Mon Jan 5 20:14:57 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Mon, 5 Jan 2009 20:14:57 +0000 (UTC) Subject: rpms/newscache/devel socket++-1.12.12-autotools.patch, NONE, 1.1 newscache.spec, 1.14, 1.15 socket++-1.12.12-libtool2.patch, 1.1, NONE Message-ID: <20090105201457.49CE870108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20032 Modified Files: newscache.spec Added Files: socket++-1.12.12-autotools.patch Removed Files: socket++-1.12.12-libtool2.patch Log Message: socket++-1.12.12-autotools.patch: --- NEW FILE socket++-1.12.12-autotools.patch --- diff -Nrbu socket++-1.12.12/configure.in socket++-1.12.12-OK/configure.in --- socket++-1.12.12/configure.in 2009-01-05 22:59:07.000000000 +0300 +++ socket++-1.12.12-OK/configure.in 2009-01-05 23:02:47.000000000 +0300 @@ -137,17 +137,6 @@ # include # include - void sigh (int s, int c, void* p, void* a) {} - ], [ - typedef RETSIGTYPE (*funcptr) (...); - struct sigaction sa; - sa.sa_handler = funcptr (&sigh); - ], - socketxx_cv_sighnd_argtype=..., - AC_TRY_COMPILE([ -# include -# include - void sigh (int s, int c, void* p, void* a); ], [ typedef RETSIGTYPE (*funcptr) (int); @@ -155,7 +144,7 @@ sa.sa_handler = funcptr (&sigh); ], socketxx_cv_sighnd_argtype=int, - socketxx_cv_sighnd_argtype=void)) ]) + socketxx_cv_sighnd_argtype=void) ]) AC_LANG_RESTORE AC_DEFINE_UNQUOTED(SIGHND_ARGTYPE, $socketxx_cv_sighnd_argtype) AC_MSG_RESULT($socketxx_cv_sighnd_argtype) Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- newscache.spec 5 Jan 2009 17:37:40 -0000 1.14 +++ newscache.spec 5 Jan 2009 20:14:26 -0000 1.15 @@ -14,7 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch1: newscache-1.2rc6-config.patch Patch2: newscache-1.2rc6-gcc43.patch -Patch3: socket++-1.12.12-libtool2.patch +Patch3: socket++-1.12.12-autotools.patch BuildRequires: libtool, texinfo, pam-devel Requires(pre): shadow-utils @@ -51,6 +51,7 @@ # to ship it separately. pushd socket++-%{socketver} +autoupdate ./autogen %configure --enable-static --disable-shared make --- socket++-1.12.12-libtool2.patch DELETED --- From frankb at fedoraproject.org Mon Jan 5 20:16:54 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Mon, 5 Jan 2009 20:16:54 +0000 (UTC) Subject: rpms/qwt-doc/devel qwt-doc.spec,1.2,1.3 Message-ID: <20090105201654.B96D770108@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/qwt-doc/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20375 Modified Files: qwt-doc.spec Log Message: -fix wrong file name Index: qwt-doc.spec =================================================================== RCS file: /cvs/pkgs/rpms/qwt-doc/devel/qwt-doc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- qwt-doc.spec 5 Jan 2009 19:59:35 -0000 1.2 +++ qwt-doc.spec 5 Jan 2009 20:16:24 -0000 1.3 @@ -1,7 +1,7 @@ Name: qwt-doc Summary: Documentation of qwt Version: 5.1.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://qwt.sourceforge.net License: LGPLv2 with exceptions Group: Documentation @@ -59,8 +59,8 @@ mv $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3/ rm -rf $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man #fix for #322191 -mv $RPM_BUILD_ROOT%{_mandir}/man3/deprecated.3.gz $RPM_BUILD_ROOT%{_mandir}/man3/qwt-deprecated.3.gz -mv $RPM_BUILD_ROOT%{_mandir}/man3/todo.3.gz $RPM_BUILD_ROOT%{_mandir}/man3/qwt-todo.3.gz +mv $RPM_BUILD_ROOT%{_mandir}/man3/deprecated.3 $RPM_BUILD_ROOT%{_mandir}/man3/qwt-deprecated.3 +mv $RPM_BUILD_ROOT%{_mandir}/man3/todo.3 $RPM_BUILD_ROOT%{_mandir}/man3/qwt-todo.3 %clean rm -rf $RPM_BUILD_ROOT @@ -70,6 +70,8 @@ %{_mandir}/man3/* %changelog +* Mon Jan 05 2009 Frank B??ttner Author: remi Update of /cvs/extras/rpms/maniadrive/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22578 Modified Files: maniadrive.spec Log Message: rebuild against new php 5.2.8 Index: maniadrive.spec =================================================================== RCS file: /cvs/extras/rpms/maniadrive/F-9/maniadrive.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- maniadrive.spec 21 Jun 2008 11:24:58 -0000 1.8 +++ maniadrive.spec 5 Jan 2009 20:23:45 -0000 1.9 @@ -1,6 +1,6 @@ Name: maniadrive Version: 1.2 -Release: 9%{?dist} +Release: 11%{?dist} Summary: 3D stunt driving game Group: Amusements/Games License: GPLv2+ @@ -161,6 +161,12 @@ %changelog +* Wed Dec 17 2008 Hans de Goede 1.2-11 +- Rebuild for new php version + +* Mon Sep 15 2008 Hans de Goede 1.2-10 +- Rebuild for new ode + * Sat Jun 21 2008 Hans de Goede 1.2-9 - Rebuild for new php version From frankb at fedoraproject.org Mon Jan 5 20:27:14 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Mon, 5 Jan 2009 20:27:14 +0000 (UTC) Subject: rpms/qwt-doc/F-10 .cvsignore, 1.2, 1.3 qwt-doc.spec, 1.1, 1.2 qwt-path.patch, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090105202714.454AD70108@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/qwt-doc/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23575 Modified Files: .cvsignore qwt-doc.spec qwt-path.patch sources Log Message: -update to 5.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/qwt-doc/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Sep 2007 19:06:32 -0000 1.2 +++ .cvsignore 5 Jan 2009 20:26:43 -0000 1.3 @@ -1,2 +1,2 @@ -qwt-5.0.2.pdf -qwt-5.0.2.tar.bz2 +qwt-5.1.1.tar.bz2 +qwt-5.1.1.pdf Index: qwt-doc.spec =================================================================== RCS file: /cvs/pkgs/rpms/qwt-doc/F-10/qwt-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qwt-doc.spec 30 Sep 2007 19:06:32 -0000 1.1 +++ qwt-doc.spec 5 Jan 2009 20:26:43 -0000 1.2 @@ -1,17 +1,17 @@ Name: qwt-doc Summary: Documentation of qwt -Version: 5.0.2 -Release: 4%{?dist} +Version: 5.1.1 +Release: 2%{?dist} URL: http://qwt.sourceforge.net License: LGPLv2 with exceptions -Group: Documentation -Source0: http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2 +Group: Documentation +Source0: http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2 Source1: http://downloads.sourceforge.net/qwt/qwt-%{version}.pdf -Patch0: qwt-path.patch -Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: qt4-devel +Patch0: qwt-path.patch +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: qt4-devel Buildarch: noarch -Requires: qwt = %{version} +Requires: qwt = %{version} %if 0%{?rhel} > 4 %define epel5mode 1 @@ -58,6 +58,9 @@ mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3 mv $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3/ rm -rf $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man +#fix for #322191 +mv $RPM_BUILD_ROOT%{_mandir}/man3/deprecated.3 $RPM_BUILD_ROOT%{_mandir}/man3/qwt-deprecated.3 +mv $RPM_BUILD_ROOT%{_mandir}/man3/todo.3 $RPM_BUILD_ROOT%{_mandir}/man3/qwt-todo.3 %clean rm -rf $RPM_BUILD_ROOT @@ -67,6 +70,13 @@ %{_mandir}/man3/* %changelog +* Mon Jan 05 2009 Frank B??ttner Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24683 Modified Files: newscache.spec Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- newscache.spec 5 Jan 2009 20:14:26 -0000 1.15 +++ newscache.spec 5 Jan 2009 20:30:29 -0000 1.16 @@ -52,7 +52,15 @@ pushd socket++-%{socketver} autoupdate -./autogen +#./autogen +libtoolize -v --force +aclocal +autoheader +libtoolize -v --force +automake --add-missing +libtoolize -v --force +autoconf + %configure --enable-static --disable-shared make popd From pkgdb at fedoraproject.org Mon Jan 5 20:32:08 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:32:08 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203208.EBBF5208CAB@bastion.fedora.phx.redhat.com> ixs has set the watchcommits acl on bacula (Fedora devel) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:32:08 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:32:08 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203208.E36A82084BA@bastion.fedora.phx.redhat.com> ixs has set the watchbugzilla acl on bacula (Fedora devel) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:32:23 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:32:23 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203223.4479A20873E@bastion.fedora.phx.redhat.com> ixs has set the watchcommits acl on bacula (Fedora EPEL 4) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:32:23 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:32:23 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203223.5774E208D57@bastion.fedora.phx.redhat.com> ixs has set the watchbugzilla acl on bacula (Fedora EPEL 4) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:32:35 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:32:35 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203235.763CD208CAB@bastion.fedora.phx.redhat.com> ixs has set the watchcommits acl on bacula (Fedora EPEL 5) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:32:35 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:32:35 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203235.E0EC0208D6A@bastion.fedora.phx.redhat.com> ixs has set the watchbugzilla acl on bacula (Fedora EPEL 5) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:32:46 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:32:46 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203246.EE22120873E@bastion.fedora.phx.redhat.com> ixs has set the watchcommits acl on bacula (Fedora 8) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:32:48 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:32:48 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203248.31546208DA5@bastion.fedora.phx.redhat.com> ixs has set the watchbugzilla acl on bacula (Fedora 8) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:32:52 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:32:52 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203252.7F7BA208DAA@bastion.fedora.phx.redhat.com> ixs has set the watchcommits acl on bacula (Fedora 9) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:32:55 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:32:55 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203255.84E00208D57@bastion.fedora.phx.redhat.com> ixs has set the watchbugzilla acl on bacula (Fedora 9) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:32:58 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:32:58 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203258.141E5208D5A@bastion.fedora.phx.redhat.com> ixs has set the watchcommits acl on bacula (Fedora 10) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:33:01 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:33:01 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203301.465D6208DB2@bastion.fedora.phx.redhat.com> ixs has set the watchbugzilla acl on bacula (Fedora 10) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:33:03 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:33:03 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203303.C4B9C208DB7@bastion.fedora.phx.redhat.com> ixs has set the commit acl on bacula (Fedora 10) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:33:10 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:33:10 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203310.EC63E208D50@bastion.fedora.phx.redhat.com> ixs has set the commit acl on bacula (Fedora 9) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:33:25 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:33:25 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203326.1297F208D6A@bastion.fedora.phx.redhat.com> ixs has set the commit acl on bacula (Fedora devel) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:34:38 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:34:38 +0000 Subject: [pkgdb] bacula: fschwarz has requested commit Message-ID: <20090105203438.D5A2F208DA9@bastion.fedora.phx.redhat.com> fschwarz has requested the commit acl on bacula (Fedora EPEL 4) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:34:40 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:34:40 +0000 Subject: [pkgdb] bacula: fschwarz has requested approveacls Message-ID: <20090105203440.ADB8F208DAE@bastion.fedora.phx.redhat.com> fschwarz has requested the approveacls acl on bacula (Fedora EPEL 4) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:34:47 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:34:47 +0000 Subject: [pkgdb] bacula: fschwarz has requested commit Message-ID: <20090105203447.E1090208DB2@bastion.fedora.phx.redhat.com> fschwarz has requested the commit acl on bacula (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:34:48 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:34:48 +0000 Subject: [pkgdb] bacula: fschwarz has requested approveacls Message-ID: <20090105203448.ED5C4208DB5@bastion.fedora.phx.redhat.com> fschwarz has requested the approveacls acl on bacula (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:34:54 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:34:54 +0000 Subject: [pkgdb] bacula: fschwarz has requested commit Message-ID: <20090105203455.0B3A6208DB8@bastion.fedora.phx.redhat.com> fschwarz has requested the commit acl on bacula (Fedora 8) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:34:59 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:34:59 +0000 Subject: [pkgdb] bacula: fschwarz has requested approveacls Message-ID: <20090105203459.93FCA208D7D@bastion.fedora.phx.redhat.com> fschwarz has requested the approveacls acl on bacula (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:35:00 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:35:00 +0000 Subject: [pkgdb] bacula: fschwarz has requested approveacls Message-ID: <20090105203501.1AD40208DBD@bastion.fedora.phx.redhat.com> fschwarz has requested the approveacls acl on bacula (Fedora 8) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:35:04 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:35:04 +0000 Subject: [pkgdb] bacula: fschwarz has requested approveacls Message-ID: <20090105203505.65C8D208DC0@bastion.fedora.phx.redhat.com> fschwarz has requested the approveacls acl on bacula (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:36:29 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:36:29 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203629.BBE31208D53@bastion.fedora.phx.redhat.com> ixs has set the commit acl on bacula (Fedora EPEL 4) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From pkgdb at fedoraproject.org Mon Jan 5 20:36:30 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 20:36:30 +0000 Subject: [pkgdb] bacula had acl change status Message-ID: <20090105203630.51B3C208D5A@bastion.fedora.phx.redhat.com> ixs has set the commit acl on bacula (Fedora EPEL 5) to Approved for fschwarz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/bacula From frankb at fedoraproject.org Mon Jan 5 20:36:59 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Mon, 5 Jan 2009 20:36:59 +0000 (UTC) Subject: rpms/qwt-doc/F-9 .cvsignore, 1.2, 1.3 qwt-doc.spec, 1.1, 1.2 qwt-path.patch, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090105203659.0D59970108@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/qwt-doc/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26628 Modified Files: .cvsignore qwt-doc.spec qwt-path.patch sources Log Message: update to 5.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/qwt-doc/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Sep 2007 19:06:32 -0000 1.2 +++ .cvsignore 5 Jan 2009 20:36:28 -0000 1.3 @@ -1,2 +1,2 @@ -qwt-5.0.2.pdf -qwt-5.0.2.tar.bz2 +qwt-5.1.1.tar.bz2 +qwt-5.1.1.pdf Index: qwt-doc.spec =================================================================== RCS file: /cvs/pkgs/rpms/qwt-doc/F-9/qwt-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qwt-doc.spec 30 Sep 2007 19:06:32 -0000 1.1 +++ qwt-doc.spec 5 Jan 2009 20:36:28 -0000 1.2 @@ -1,17 +1,17 @@ Name: qwt-doc Summary: Documentation of qwt -Version: 5.0.2 -Release: 4%{?dist} +Version: 5.1.1 +Release: 2%{?dist} URL: http://qwt.sourceforge.net License: LGPLv2 with exceptions -Group: Documentation -Source0: http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2 +Group: Documentation +Source0: http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2 Source1: http://downloads.sourceforge.net/qwt/qwt-%{version}.pdf -Patch0: qwt-path.patch -Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: qt4-devel +Patch0: qwt-path.patch +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: qt4-devel Buildarch: noarch -Requires: qwt = %{version} +Requires: qwt = %{version} %if 0%{?rhel} > 4 %define epel5mode 1 @@ -58,6 +58,9 @@ mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3 mv $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3/ rm -rf $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man +#fix for #322191 +mv $RPM_BUILD_ROOT%{_mandir}/man3/deprecated.3 $RPM_BUILD_ROOT%{_mandir}/man3/qwt-deprecated.3 +mv $RPM_BUILD_ROOT%{_mandir}/man3/todo.3 $RPM_BUILD_ROOT%{_mandir}/man3/qwt-todo.3 %clean rm -rf $RPM_BUILD_ROOT @@ -67,6 +70,13 @@ %{_mandir}/man3/* %changelog +* Mon Jan 05 2009 Frank B??ttner Author: spot Update of /cvs/pkgs/rpms/gambas2/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28359/F-9 Modified Files: gambas2.spec sources Log Message: update to 2.10.2 Index: gambas2.spec =================================================================== RCS file: /cvs/pkgs/rpms/gambas2/F-9/gambas2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gambas2.spec 30 Oct 2008 18:20:35 -0000 1.6 +++ gambas2.spec 5 Jan 2009 20:40:08 -0000 1.7 @@ -1,6 +1,6 @@ Name: gambas2 Summary: IDE based on a basic interpreter with object extensions -Version: 2.9.0 +Version: 2.10.2 Release: 1%{?dist} License: GPL+ Group: Development/Tools @@ -1491,6 +1491,9 @@ %{_datadir}/%{name}/info/gb.xml.xslt.* %changelog +* Mon Jan 5 2008 Tom "spot" Callaway 2.10.2-1 +- update to 2.10.2 + * Thu Oct 30 2008 Tom "spot" Callaway 2.9.0-1 - Update to 2.9.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gambas2/F-9/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 30 Oct 2008 18:20:36 -0000 1.7 +++ sources 5 Jan 2009 20:40:08 -0000 1.8 @@ -1 +1 @@ -6e4d5dd7085583c6fab3ac16f52dc437 gambas2-2.9.0.tar.bz2 +65c4d39d31a3f63dede805bacbfdd104 gambas2-2.10.2.tar.bz2 From spot at fedoraproject.org Mon Jan 5 20:40:38 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 5 Jan 2009 20:40:38 +0000 (UTC) Subject: rpms/gambas2/F-10 gambas2.spec,1.7,1.8 sources,1.8,1.9 Message-ID: <20090105204038.B9D207013F@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/gambas2/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28359/F-10 Modified Files: gambas2.spec sources Log Message: update to 2.10.2 Index: gambas2.spec =================================================================== RCS file: /cvs/pkgs/rpms/gambas2/F-10/gambas2.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gambas2.spec 30 Oct 2008 18:20:36 -0000 1.7 +++ gambas2.spec 5 Jan 2009 20:40:07 -0000 1.8 @@ -1,6 +1,6 @@ Name: gambas2 Summary: IDE based on a basic interpreter with object extensions -Version: 2.9.0 +Version: 2.10.2 Release: 1%{?dist} License: GPL+ Group: Development/Tools @@ -1491,6 +1491,9 @@ %{_datadir}/%{name}/info/gb.xml.xslt.* %changelog +* Mon Jan 5 2008 Tom "spot" Callaway 2.10.2-1 +- update to 2.10.2 + * Thu Oct 30 2008 Tom "spot" Callaway 2.9.0-1 - Update to 2.9.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gambas2/F-10/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Oct 2008 18:20:36 -0000 1.8 +++ sources 5 Jan 2009 20:40:08 -0000 1.9 @@ -1 +1 @@ -6e4d5dd7085583c6fab3ac16f52dc437 gambas2-2.9.0.tar.bz2 +65c4d39d31a3f63dede805bacbfdd104 gambas2-2.10.2.tar.bz2 From spot at fedoraproject.org Mon Jan 5 20:40:39 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 5 Jan 2009 20:40:39 +0000 (UTC) Subject: rpms/gambas2/devel gambas2.spec,1.8,1.9 sources,1.8,1.9 Message-ID: <20090105204039.99B337013F@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/gambas2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28359/devel Modified Files: gambas2.spec sources Log Message: update to 2.10.2 Index: gambas2.spec =================================================================== RCS file: /cvs/pkgs/rpms/gambas2/devel/gambas2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gambas2.spec 29 Nov 2008 14:41:47 -0000 1.8 +++ gambas2.spec 5 Jan 2009 20:40:09 -0000 1.9 @@ -1,7 +1,7 @@ Name: gambas2 Summary: IDE based on a basic interpreter with object extensions -Version: 2.9.0 -Release: 2%{?dist} +Version: 2.10.2 +Release: 1%{?dist} License: GPL+ Group: Development/Tools URL: http://gambas.sourceforge.net/ @@ -1491,6 +1491,9 @@ %{_datadir}/%{name}/info/gb.xml.xslt.* %changelog +* Mon Jan 5 2008 Tom "spot" Callaway 2.10.2-1 +- update to 2.10.2 + * Sat Nov 29 2008 Caol??n McNamara 2.9.0-2 - rebuild for dependencies Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gambas2/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 30 Oct 2008 18:20:36 -0000 1.8 +++ sources 5 Jan 2009 20:40:09 -0000 1.9 @@ -1 +1 @@ -6e4d5dd7085583c6fab3ac16f52dc437 gambas2-2.9.0.tar.bz2 +65c4d39d31a3f63dede805bacbfdd104 gambas2-2.10.2.tar.bz2 From terjeros at fedoraproject.org Mon Jan 5 20:44:23 2009 From: terjeros at fedoraproject.org (=?utf-8?q?Terje_R=C3=B8sten?=) Date: Mon, 5 Jan 2009 20:44:23 +0000 (UTC) Subject: rpms/bpython/F-10 .cvsignore, 1.4, 1.5 bpython.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <20090105204423.A434270108@cvs1.fedora.phx.redhat.com> Author: terjeros Update of /cvs/extras/rpms/bpython/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31171/F-10 Modified Files: .cvsignore bpython.spec sources Log Message: Sync with rawhide. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bpython/F-10/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 1 Sep 2008 20:25:45 -0000 1.4 +++ .cvsignore 5 Jan 2009 20:43:53 -0000 1.5 @@ -1 +1 @@ -bpython-0.7.0.tar.gz +bpython-0.7.1.tar.gz Index: bpython.spec =================================================================== RCS file: /cvs/extras/rpms/bpython/F-10/bpython.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bpython.spec 1 Sep 2008 20:25:45 -0000 1.3 +++ bpython.spec 5 Jan 2009 20:43:53 -0000 1.4 @@ -2,14 +2,14 @@ Name: bpython Summary: Fancy curses interface to the Python interactive interpreter -Version: 0.7.0 -Release: 1%{?dist} +Version: 0.7.1 +Release: 2%{?dist} URL: http://www.noiseforfree.com/bpython/ Group: Development/Libraries License: MIT Source0: http://www.noiseforfree.com/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel desktop-file-utils +BuildRequires: python-devel python-setuptools desktop-file-utils Requires: python-pygments pyparsing BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -54,6 +54,15 @@ #{_datadir}/applications/%{name}.desktop %changelog +* Mon Jan 5 2009 Terje Rosten - 0.7.1-2 +- Add setuptools to buildreq + +* Mon Jan 5 2009 Terje Rosten - 0.7.1-1 +- 0.7.1 + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.7.0-2 +- Rebuild for Python 2.6 + * Mon Sep 1 2008 Terje Rosten - 0.7.0-1 - 0.7.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bpython/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 Sep 2008 20:25:45 -0000 1.4 +++ sources 5 Jan 2009 20:43:53 -0000 1.5 @@ -1 +1 @@ -5a992ada6f31cbea048d2dee07ec6bfe bpython-0.7.0.tar.gz +65554d3ebb9f9b5cab62e446424b8ab7 bpython-0.7.1.tar.gz From terjeros at fedoraproject.org Mon Jan 5 20:44:24 2009 From: terjeros at fedoraproject.org (=?utf-8?q?Terje_R=C3=B8sten?=) Date: Mon, 5 Jan 2009 20:44:24 +0000 (UTC) Subject: rpms/bpython/F-9 .cvsignore, 1.4, 1.5 bpython.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <20090105204424.0401670108@cvs1.fedora.phx.redhat.com> Author: terjeros Update of /cvs/extras/rpms/bpython/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31171/F-9 Modified Files: .cvsignore bpython.spec sources Log Message: Sync with rawhide. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/bpython/F-9/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 1 Sep 2008 20:40:03 -0000 1.4 +++ .cvsignore 5 Jan 2009 20:43:53 -0000 1.5 @@ -1 +1 @@ -bpython-0.7.0.tar.gz +bpython-0.7.1.tar.gz Index: bpython.spec =================================================================== RCS file: /cvs/extras/rpms/bpython/F-9/bpython.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bpython.spec 1 Sep 2008 20:40:03 -0000 1.3 +++ bpython.spec 5 Jan 2009 20:43:53 -0000 1.4 @@ -2,14 +2,14 @@ Name: bpython Summary: Fancy curses interface to the Python interactive interpreter -Version: 0.7.0 -Release: 1%{?dist} +Version: 0.7.1 +Release: 2%{?dist} URL: http://www.noiseforfree.com/bpython/ Group: Development/Libraries License: MIT Source0: http://www.noiseforfree.com/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel desktop-file-utils +BuildRequires: python-devel python-setuptools desktop-file-utils Requires: python-pygments pyparsing BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -54,6 +54,15 @@ #{_datadir}/applications/%{name}.desktop %changelog +* Mon Jan 5 2009 Terje Rosten - 0.7.1-2 +- Add setuptools to buildreq + +* Mon Jan 5 2009 Terje Rosten - 0.7.1-1 +- 0.7.1 + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.7.0-2 +- Rebuild for Python 2.6 + * Mon Sep 1 2008 Terje Rosten - 0.7.0-1 - 0.7.0 Index: sources =================================================================== RCS file: /cvs/extras/rpms/bpython/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 1 Sep 2008 20:40:03 -0000 1.4 +++ sources 5 Jan 2009 20:43:53 -0000 1.5 @@ -1 +1 @@ -5a992ada6f31cbea048d2dee07ec6bfe bpython-0.7.0.tar.gz +65554d3ebb9f9b5cab62e446424b8ab7 bpython-0.7.1.tar.gz From spot at fedoraproject.org Mon Jan 5 20:45:01 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 5 Jan 2009 20:45:01 +0000 (UTC) Subject: rpms/gambas2/F-10 gambas2.spec,1.8,1.9 Message-ID: <20090105204501.38E9C70108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/gambas2/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32078/F-10 Modified Files: gambas2.spec Log Message: hey, it is 2009! Index: gambas2.spec =================================================================== RCS file: /cvs/pkgs/rpms/gambas2/F-10/gambas2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gambas2.spec 5 Jan 2009 20:40:07 -0000 1.8 +++ gambas2.spec 5 Jan 2009 20:44:30 -0000 1.9 @@ -1491,7 +1491,7 @@ %{_datadir}/%{name}/info/gb.xml.xslt.* %changelog -* Mon Jan 5 2008 Tom "spot" Callaway 2.10.2-1 +* Mon Jan 5 2009 Tom "spot" Callaway 2.10.2-1 - update to 2.10.2 * Thu Oct 30 2008 Tom "spot" Callaway 2.9.0-1 From spot at fedoraproject.org Mon Jan 5 20:45:01 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 5 Jan 2009 20:45:01 +0000 (UTC) Subject: rpms/gambas2/F-9 gambas2.spec,1.7,1.8 Message-ID: <20090105204501.A2A2B70108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/gambas2/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32078/F-9 Modified Files: gambas2.spec Log Message: hey, it is 2009! Index: gambas2.spec =================================================================== RCS file: /cvs/pkgs/rpms/gambas2/F-9/gambas2.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gambas2.spec 5 Jan 2009 20:40:08 -0000 1.7 +++ gambas2.spec 5 Jan 2009 20:44:31 -0000 1.8 @@ -1491,7 +1491,7 @@ %{_datadir}/%{name}/info/gb.xml.xslt.* %changelog -* Mon Jan 5 2008 Tom "spot" Callaway 2.10.2-1 +* Mon Jan 5 2009 Tom "spot" Callaway 2.10.2-1 - update to 2.10.2 * Thu Oct 30 2008 Tom "spot" Callaway 2.9.0-1 From spot at fedoraproject.org Mon Jan 5 20:45:02 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 5 Jan 2009 20:45:02 +0000 (UTC) Subject: rpms/gambas2/devel gambas2.spec,1.9,1.10 Message-ID: <20090105204502.1B35F70108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/gambas2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32078/devel Modified Files: gambas2.spec Log Message: hey, it is 2009! Index: gambas2.spec =================================================================== RCS file: /cvs/pkgs/rpms/gambas2/devel/gambas2.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gambas2.spec 5 Jan 2009 20:40:09 -0000 1.9 +++ gambas2.spec 5 Jan 2009 20:44:31 -0000 1.10 @@ -1491,7 +1491,7 @@ %{_datadir}/%{name}/info/gb.xml.xslt.* %changelog -* Mon Jan 5 2008 Tom "spot" Callaway 2.10.2-1 +* Mon Jan 5 2009 Tom "spot" Callaway 2.10.2-1 - update to 2.10.2 * Sat Nov 29 2008 Caol??n McNamara 2.9.0-2 From frankb at fedoraproject.org Mon Jan 5 20:46:33 2009 From: frankb at fedoraproject.org (=?utf-8?q?Frank_B=C3=BCttner?=) Date: Mon, 5 Jan 2009 20:46:33 +0000 (UTC) Subject: rpms/qwt-doc/F-8 .cvsignore, 1.2, 1.3 qwt-doc.spec, 1.1, 1.2 qwt-path.patch, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090105204633.4DC9E70108@cvs1.fedora.phx.redhat.com> Author: frankb Update of /cvs/pkgs/rpms/qwt-doc/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32688 Modified Files: .cvsignore qwt-doc.spec qwt-path.patch sources Log Message: update to 5.1.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/qwt-doc/F-8/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 30 Sep 2007 19:06:32 -0000 1.2 +++ .cvsignore 5 Jan 2009 20:46:02 -0000 1.3 @@ -1,2 +1,2 @@ -qwt-5.0.2.pdf -qwt-5.0.2.tar.bz2 +qwt-5.1.1.tar.bz2 +qwt-5.1.1.pdf Index: qwt-doc.spec =================================================================== RCS file: /cvs/pkgs/rpms/qwt-doc/F-8/qwt-doc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- qwt-doc.spec 30 Sep 2007 19:06:32 -0000 1.1 +++ qwt-doc.spec 5 Jan 2009 20:46:02 -0000 1.2 @@ -1,17 +1,17 @@ Name: qwt-doc Summary: Documentation of qwt -Version: 5.0.2 -Release: 4%{?dist} +Version: 5.1.1 +Release: 2%{?dist} URL: http://qwt.sourceforge.net License: LGPLv2 with exceptions -Group: Documentation -Source0: http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2 +Group: Documentation +Source0: http://downloads.sourceforge.net/qwt/qwt-%{version}.tar.bz2 Source1: http://downloads.sourceforge.net/qwt/qwt-%{version}.pdf -Patch0: qwt-path.patch -Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: qt4-devel +Patch0: qwt-path.patch +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: qt4-devel Buildarch: noarch -Requires: qwt = %{version} +Requires: qwt = %{version} %if 0%{?rhel} > 4 %define epel5mode 1 @@ -58,6 +58,9 @@ mkdir -p $RPM_BUILD_ROOT%{_mandir}/man3 mv $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man/man3/* $RPM_BUILD_ROOT%{_mandir}/man3/ rm -rf $RPM_BUILD_ROOT%{_docdir}/qwt-%{version}/man +#fix for #322191 +mv $RPM_BUILD_ROOT%{_mandir}/man3/deprecated.3 $RPM_BUILD_ROOT%{_mandir}/man3/qwt-deprecated.3 +mv $RPM_BUILD_ROOT%{_mandir}/man3/todo.3 $RPM_BUILD_ROOT%{_mandir}/man3/qwt-todo.3 %clean rm -rf $RPM_BUILD_ROOT @@ -67,6 +70,13 @@ %{_mandir}/man3/* %changelog +* Mon Jan 05 2009 Frank B??ttner Author: terjeros Update of /cvs/extras/rpms/mathomatic/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1419/F-9 Modified Files: .cvsignore mathomatic.spec sources Added Files: mathomatic-14.2.8-build.patch Removed Files: mathomatic-14.1.4-build.patch Log Message: Sync with rawhide. mathomatic-14.2.8-build.patch: --- NEW FILE mathomatic-14.2.8-build.patch --- --- mathomatic-14.2.8/makefile~ 2009-01-03 13:01:27.000000000 +0100 +++ mathomatic-14.2.8/makefile 2009-01-05 12:18:10.000000000 +0100 @@ -2,7 +2,8 @@ # Currently uses gcc only options in CFLAGS, just remove them for other C compilers. VERSION = `cat VERSION` -CFLAGS += -O2 -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags +OPTFLAGS ?= -O2 +CFLAGS += $(OPTFLAGS) -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags #CFLAGS += -Wall # Copy cproto.h to proto.h to compile with -Wall with no complaints. CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\" # C compiler flags LDLIBS += -lm # libraries to link Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mathomatic/F-9/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Aug 2008 19:34:40 -0000 1.3 +++ .cvsignore 5 Jan 2009 20:50:14 -0000 1.4 @@ -1 +1 @@ -mathomatic-14.1.4.tar.bz2 +mathomatic-14.2.8.tar.bz2 Index: mathomatic.spec =================================================================== RCS file: /cvs/extras/rpms/mathomatic/F-9/mathomatic.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mathomatic.spec 22 Aug 2008 19:34:40 -0000 1.2 +++ mathomatic.spec 5 Jan 2009 20:50:14 -0000 1.3 @@ -1,12 +1,12 @@ Summary: Small, portable symbolic math program Name: mathomatic -Version: 14.1.4 +Version: 14.2.8 Release: 1%{?dist} License: LGPLv2 Group: Applications/Engineering URL: http://www.mathomatic.org/ Source0: http://www.panix.com/~gesslein/%{name}-%{version}.tar.bz2 -Patch0: mathomatic-14.1.4-build.patch +Patch0: mathomatic-14.2.8-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils readline-devel @@ -71,6 +71,9 @@ %{_mandir}/man1/matho-sumsq.1* %changelog +* Mon Jan 5 2009 Terje Rosten - 14.2.8-1 +- 14.2.8 + * Fri Aug 22 2008 Terje Rosten - 14.1.4-1 - 14.1.4 - add build patch (add optflags, dont strip) Index: sources =================================================================== RCS file: /cvs/extras/rpms/mathomatic/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Aug 2008 19:34:40 -0000 1.3 +++ sources 5 Jan 2009 20:50:14 -0000 1.4 @@ -1 +1 @@ -85f5c734d4843fe41127366b07066e7e mathomatic-14.1.4.tar.bz2 +99decea11fb050167fff2e89d63d7503 mathomatic-14.2.8.tar.bz2 --- mathomatic-14.1.4-build.patch DELETED --- From terjeros at fedoraproject.org Mon Jan 5 20:50:44 2009 From: terjeros at fedoraproject.org (=?utf-8?q?Terje_R=C3=B8sten?=) Date: Mon, 5 Jan 2009 20:50:44 +0000 (UTC) Subject: rpms/mathomatic/F-10 mathomatic-14.2.8-build.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 mathomatic.spec, 1.2, 1.3 sources, 1.3, 1.4 mathomatic-14.1.4-build.patch, 1.1, NONE Message-ID: <20090105205044.AD94870108@cvs1.fedora.phx.redhat.com> Author: terjeros Update of /cvs/extras/rpms/mathomatic/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1419/F-10 Modified Files: .cvsignore mathomatic.spec sources Added Files: mathomatic-14.2.8-build.patch Removed Files: mathomatic-14.1.4-build.patch Log Message: Sync with rawhide. mathomatic-14.2.8-build.patch: --- NEW FILE mathomatic-14.2.8-build.patch --- --- mathomatic-14.2.8/makefile~ 2009-01-03 13:01:27.000000000 +0100 +++ mathomatic-14.2.8/makefile 2009-01-05 12:18:10.000000000 +0100 @@ -2,7 +2,8 @@ # Currently uses gcc only options in CFLAGS, just remove them for other C compilers. VERSION = `cat VERSION` -CFLAGS += -O2 -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags +OPTFLAGS ?= -O2 +CFLAGS += $(OPTFLAGS) -Wuninitialized -Wunused -Wshadow -Wformat -Wparentheses -Wno-char-subscripts # gcc specific flags #CFLAGS += -Wall # Copy cproto.h to proto.h to compile with -Wall with no complaints. CFLAGS += -DUNIX -DVERSION=\"$(VERSION)\" # C compiler flags LDLIBS += -lm # libraries to link Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mathomatic/F-10/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 22 Aug 2008 19:02:56 -0000 1.3 +++ .cvsignore 5 Jan 2009 20:50:11 -0000 1.4 @@ -1 +1 @@ -mathomatic-14.1.4.tar.bz2 +mathomatic-14.2.8.tar.bz2 Index: mathomatic.spec =================================================================== RCS file: /cvs/extras/rpms/mathomatic/F-10/mathomatic.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mathomatic.spec 22 Aug 2008 19:02:56 -0000 1.2 +++ mathomatic.spec 5 Jan 2009 20:50:14 -0000 1.3 @@ -1,12 +1,12 @@ Summary: Small, portable symbolic math program Name: mathomatic -Version: 14.1.4 +Version: 14.2.8 Release: 1%{?dist} License: LGPLv2 Group: Applications/Engineering URL: http://www.mathomatic.org/ Source0: http://www.panix.com/~gesslein/%{name}-%{version}.tar.bz2 -Patch0: mathomatic-14.1.4-build.patch +Patch0: mathomatic-14.2.8-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils readline-devel @@ -71,6 +71,9 @@ %{_mandir}/man1/matho-sumsq.1* %changelog +* Mon Jan 5 2009 Terje Rosten - 14.2.8-1 +- 14.2.8 + * Fri Aug 22 2008 Terje Rosten - 14.1.4-1 - 14.1.4 - add build patch (add optflags, dont strip) Index: sources =================================================================== RCS file: /cvs/extras/rpms/mathomatic/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 22 Aug 2008 19:02:56 -0000 1.3 +++ sources 5 Jan 2009 20:50:14 -0000 1.4 @@ -1 +1 @@ -85f5c734d4843fe41127366b07066e7e mathomatic-14.1.4.tar.bz2 +99decea11fb050167fff2e89d63d7503 mathomatic-14.2.8.tar.bz2 --- mathomatic-14.1.4-build.patch DELETED --- From buc at fedoraproject.org Mon Jan 5 20:53:33 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Mon, 5 Jan 2009 20:53:33 +0000 (UTC) Subject: rpms/newscache/devel socket++-1.12.12-autotools.patch,1.1,1.2 Message-ID: <20090105205333.A56E970108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2241 Modified Files: socket++-1.12.12-autotools.patch Log Message: socket++-1.12.12-autotools.patch: Index: socket++-1.12.12-autotools.patch =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/socket++-1.12.12-autotools.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- socket++-1.12.12-autotools.patch 5 Jan 2009 20:14:26 -0000 1.1 +++ socket++-1.12.12-autotools.patch 5 Jan 2009 20:53:03 -0000 1.2 @@ -1,30 +1,12 @@ diff -Nrbu socket++-1.12.12/configure.in socket++-1.12.12-OK/configure.in ---- socket++-1.12.12/configure.in 2009-01-05 22:59:07.000000000 +0300 -+++ socket++-1.12.12-OK/configure.in 2009-01-05 23:02:47.000000000 +0300 -@@ -137,17 +137,6 @@ - # include - # include +--- socket++-1.12.12/configure.in 2004-09-30 17:00:14.000000000 +0400 ++++ socket++-1.12.12-OK/configure.in 2009-01-05 23:47:20.000000000 +0300 +@@ -28,6 +28,8 @@ + dnl Specify a configuration file + AM_CONFIG_HEADER(socket++/config.h) -- void sigh (int s, int c, void* p, void* a) {} -- ], [ -- typedef RETSIGTYPE (*funcptr) (...); -- struct sigaction sa; -- sa.sa_handler = funcptr (&sigh); -- ], -- socketxx_cv_sighnd_argtype=..., -- AC_TRY_COMPILE([ --# include --# include -- - void sigh (int s, int c, void* p, void* a); - ], [ - typedef RETSIGTYPE (*funcptr) (int); -@@ -155,7 +144,7 @@ - sa.sa_handler = funcptr (&sigh); - ], - socketxx_cv_sighnd_argtype=int, -- socketxx_cv_sighnd_argtype=void)) ]) -+ socketxx_cv_sighnd_argtype=void) ]) - AC_LANG_RESTORE - AC_DEFINE_UNQUOTED(SIGHND_ARGTYPE, $socketxx_cv_sighnd_argtype) - AC_MSG_RESULT($socketxx_cv_sighnd_argtype) ++AC_CONFIG_MACRO_DIR([m4]) ++ + dnl check for programs + AC_PROG_MAKE_SET + AC_LANG_CPLUSPLUS From buc at fedoraproject.org Mon Jan 5 21:03:18 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Mon, 5 Jan 2009 21:03:18 +0000 (UTC) Subject: rpms/newscache/devel newscache.spec,1.16,1.17 Message-ID: <20090105210318.E40B170108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4712 Modified Files: newscache.spec Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- newscache.spec 5 Jan 2009 20:30:29 -0000 1.16 +++ newscache.spec 5 Jan 2009 21:02:48 -0000 1.17 @@ -51,7 +51,6 @@ # to ship it separately. pushd socket++-%{socketver} -autoupdate #./autogen libtoolize -v --force aclocal From terjeros at fedoraproject.org Mon Jan 5 21:09:10 2009 From: terjeros at fedoraproject.org (=?utf-8?q?Terje_R=C3=B8sten?=) Date: Mon, 5 Jan 2009 21:09:10 +0000 (UTC) Subject: rpms/pssh/devel .cvsignore, 1.2, 1.3 pssh.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090105210910.D27B370108@cvs1.fedora.phx.redhat.com> Author: terjeros Update of /cvs/extras/rpms/pssh/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6819 Modified Files: .cvsignore pssh.spec sources Log Message: * Mon Jan 5 2009 Terje Rosten - 1.4.3-1 - 1.4.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pssh/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 25 Aug 2008 21:31:24 -0000 1.2 +++ .cvsignore 5 Jan 2009 21:08:40 -0000 1.3 @@ -1 +1 @@ -pssh-1.4.0.tar.gz +pssh-1.4.3.tar.gz Index: pssh.spec =================================================================== RCS file: /cvs/extras/rpms/pssh/devel/pssh.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pssh.spec 29 Nov 2008 17:56:30 -0000 1.2 +++ pssh.spec 5 Jan 2009 21:08:40 -0000 1.3 @@ -3,8 +3,8 @@ Summary: Parallel SSH tools Name: pssh -Version: 1.4.0 -Release: 2%{?dist} +Version: 1.4.3 +Release: 1%{?dist} License: BSD Url: http://www.theether.org/pssh/ Group: Applications/Productivity @@ -48,6 +48,9 @@ %{python_sitelib}/%{name}lib %changelog +* Mon Jan 5 2009 Terje Rosten - 1.4.3-1 +- 1.4.3 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.4.0-2 - Rebuild for Python 2.6 Index: sources =================================================================== RCS file: /cvs/extras/rpms/pssh/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 25 Aug 2008 21:31:24 -0000 1.2 +++ sources 5 Jan 2009 21:08:40 -0000 1.3 @@ -1 +1 @@ -6cf09d3660f837a82a9029731093b543 pssh-1.4.0.tar.gz +dcb8e1497fdd53dced9c3a5d33053757 pssh-1.4.3.tar.gz From buc at fedoraproject.org Mon Jan 5 21:24:03 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Mon, 5 Jan 2009 21:24:03 +0000 (UTC) Subject: rpms/newscache/devel newscache.spec,1.17,1.18 Message-ID: <20090105212403.BC4B970108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11702 Modified Files: newscache.spec Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- newscache.spec 5 Jan 2009 21:02:48 -0000 1.17 +++ newscache.spec 5 Jan 2009 21:23:33 -0000 1.18 @@ -53,11 +53,9 @@ pushd socket++-%{socketver} #./autogen libtoolize -v --force -aclocal +aclocal -I m4 autoheader -libtoolize -v --force automake --add-missing -libtoolize -v --force autoconf %configure --enable-static --disable-shared From terjeros at fedoraproject.org Mon Jan 5 21:24:14 2009 From: terjeros at fedoraproject.org (=?utf-8?q?Terje_R=C3=B8sten?=) Date: Mon, 5 Jan 2009 21:24:14 +0000 (UTC) Subject: rpms/pssh/F-10 .cvsignore, 1.2, 1.3 pssh.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20090105212414.6796170108@cvs1.fedora.phx.redhat.com> Author: terjeros Update of /cvs/extras/rpms/pssh/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11661/F-10 Modified Files: .cvsignore pssh.spec sources Log Message: Sync with rawhide. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pssh/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 25 Aug 2008 21:31:24 -0000 1.2 +++ .cvsignore 5 Jan 2009 21:23:44 -0000 1.3 @@ -1 +1 @@ -pssh-1.4.0.tar.gz +pssh-1.4.3.tar.gz Index: pssh.spec =================================================================== RCS file: /cvs/extras/rpms/pssh/F-10/pssh.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pssh.spec 25 Aug 2008 21:31:24 -0000 1.1 +++ pssh.spec 5 Jan 2009 21:23:44 -0000 1.2 @@ -3,7 +3,7 @@ Summary: Parallel SSH tools Name: pssh -Version: 1.4.0 +Version: 1.4.3 Release: 1%{?dist} License: BSD Url: http://www.theether.org/pssh/ @@ -48,5 +48,11 @@ %{python_sitelib}/%{name}lib %changelog +* Mon Jan 5 2009 Terje Rosten - 1.4.3-1 +- 1.4.3 + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.4.0-2 +- Rebuild for Python 2.6 + * Mon Aug 25 2008 Terje Rosten - 1.4.0-1 - initial build Index: sources =================================================================== RCS file: /cvs/extras/rpms/pssh/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 25 Aug 2008 21:31:24 -0000 1.2 +++ sources 5 Jan 2009 21:23:44 -0000 1.3 @@ -1 +1 @@ -6cf09d3660f837a82a9029731093b543 pssh-1.4.0.tar.gz +dcb8e1497fdd53dced9c3a5d33053757 pssh-1.4.3.tar.gz From terjeros at fedoraproject.org Mon Jan 5 21:24:14 2009 From: terjeros at fedoraproject.org (=?utf-8?q?Terje_R=C3=B8sten?=) Date: Mon, 5 Jan 2009 21:24:14 +0000 (UTC) Subject: rpms/pssh/F-9 .cvsignore,1.2,1.3 pssh.spec,1.1,1.2 sources,1.2,1.3 Message-ID: <20090105212414.A7E8A70108@cvs1.fedora.phx.redhat.com> Author: terjeros Update of /cvs/extras/rpms/pssh/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11661/F-9 Modified Files: .cvsignore pssh.spec sources Log Message: Sync with rawhide. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pssh/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 25 Aug 2008 21:33:51 -0000 1.2 +++ .cvsignore 5 Jan 2009 21:23:44 -0000 1.3 @@ -1 +1 @@ -pssh-1.4.0.tar.gz +pssh-1.4.3.tar.gz Index: pssh.spec =================================================================== RCS file: /cvs/extras/rpms/pssh/F-9/pssh.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pssh.spec 25 Aug 2008 21:33:51 -0000 1.1 +++ pssh.spec 5 Jan 2009 21:23:44 -0000 1.2 @@ -3,7 +3,7 @@ Summary: Parallel SSH tools Name: pssh -Version: 1.4.0 +Version: 1.4.3 Release: 1%{?dist} License: BSD Url: http://www.theether.org/pssh/ @@ -48,5 +48,11 @@ %{python_sitelib}/%{name}lib %changelog +* Mon Jan 5 2009 Terje Rosten - 1.4.3-1 +- 1.4.3 + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.4.0-2 +- Rebuild for Python 2.6 + * Mon Aug 25 2008 Terje Rosten - 1.4.0-1 - initial build Index: sources =================================================================== RCS file: /cvs/extras/rpms/pssh/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 25 Aug 2008 21:33:51 -0000 1.2 +++ sources 5 Jan 2009 21:23:44 -0000 1.3 @@ -1 +1 @@ -6cf09d3660f837a82a9029731093b543 pssh-1.4.0.tar.gz +dcb8e1497fdd53dced9c3a5d33053757 pssh-1.4.3.tar.gz From dcantrel at fedoraproject.org Mon Jan 5 21:24:32 2009 From: dcantrel at fedoraproject.org (David Cantrell) Date: Mon, 5 Jan 2009 21:24:32 +0000 (UTC) Subject: rpms/anaconda/F-10 .cvsignore, 1.594, 1.595 anaconda.spec, 1.736, 1.737 sources, 1.728, 1.729 Message-ID: <20090105212432.DB07570108@cvs1.fedora.phx.redhat.com> Author: dcantrel Update of /cvs/pkgs/rpms/anaconda/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11797 Modified Files: .cvsignore anaconda.spec sources Log Message: * Mon Jan 05 2009 David Cantrell - 11.4.1.63-1 - Require latest NetworkManager in F-10. (dcantrell) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/anaconda/F-10/.cvsignore,v retrieving revision 1.594 retrieving revision 1.595 diff -u -r1.594 -r1.595 --- .cvsignore 19 Nov 2008 16:29:35 -0000 1.594 +++ .cvsignore 5 Jan 2009 21:24:02 -0000 1.595 @@ -1 +1 @@ -anaconda-11.4.1.62.tar.bz2 +anaconda-11.4.1.63.tar.bz2 Index: anaconda.spec =================================================================== RCS file: /cvs/pkgs/rpms/anaconda/F-10/anaconda.spec,v retrieving revision 1.736 retrieving revision 1.737 diff -u -r1.736 -r1.737 --- anaconda.spec 19 Nov 2008 16:29:35 -0000 1.736 +++ anaconda.spec 5 Jan 2009 21:24:02 -0000 1.737 @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.62 +Version: 11.4.1.63 Release: 1 License: GPLv2+ Group: Applications/System @@ -31,7 +31,7 @@ %define libbdevidver 5.1.2-1 %define desktopfileutilsver 0.8 %define e2fsver 1.41.0 -%define nmver 0.7.0 +%define nmver 1:0.7.0-1.git20090102 %define dbusver 1.2.3 %define createrepover 0.4.7 %define yumutilsver 1.1.11-3 @@ -205,6 +205,9 @@ /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Mon Jan 05 2009 David Cantrell - 11.4.1.63-1 +- Require latest NetworkManager in F-10. (dcantrell) + * Wed Nov 19 2008 Jeremy Katz - 11.4.1.62-1 - Do not show disabled repos such as rawhide during the install. (jkeating) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/anaconda/F-10/sources,v retrieving revision 1.728 retrieving revision 1.729 diff -u -r1.728 -r1.729 --- sources 19 Nov 2008 16:29:35 -0000 1.728 +++ sources 5 Jan 2009 21:24:02 -0000 1.729 @@ -1 +1 @@ -fea687d2c75a3a16f7e4ceff3b1daa07 anaconda-11.4.1.62.tar.bz2 +3d142885809338a6a2c368dc1e490252 anaconda-11.4.1.63.tar.bz2 From rdieter at fedoraproject.org Mon Jan 5 21:32:58 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 5 Jan 2009 21:32:58 +0000 (UTC) Subject: rpms/kdeaddons/F-8 kdeaddons.spec,1.70,1.71 Message-ID: <20090105213258.EEE2970108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/kdeaddons/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13310 Modified Files: kdeaddons.spec Log Message: * Mon Jan 05 2009 Rex Dieter - 3.5.10-2 - omit bogus python-exif dep Index: kdeaddons.spec =================================================================== RCS file: /cvs/pkgs/rpms/kdeaddons/F-8/kdeaddons.spec,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- kdeaddons.spec 4 Sep 2008 15:26:38 -0000 1.70 +++ kdeaddons.spec 5 Jan 2009 21:32:28 -0000 1.71 @@ -2,7 +2,7 @@ Name: kdeaddons Summary: K Desktop Environment - Plugins Version: 3.5.10 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: User Interface/Desktops @@ -26,10 +26,6 @@ BuildRequires: xmms-devel Requires: kdebase3 >= %{version} -%if 0%{?fedora} -# used in jpegorient (#312641) -Requires: python-exif -%endif Requires: which Requires(post): /sbin/ldconfig @@ -208,6 +204,9 @@ %changelog +* Mon Jan 05 2009 Rex Dieter - 3.5.10-2 +- omit bogus python-exif dep + * Thu Sep 04 2008 Kevin Kofler - 3.5.10-1 - update to 3.5.10 From jlaska at fedoraproject.org Mon Jan 5 21:36:10 2009 From: jlaska at fedoraproject.org (James Laska) Date: Mon, 5 Jan 2009 21:36:10 +0000 (UTC) Subject: rpms/snake/devel .cvsignore, 1.9, 1.10 import.log, 1.4, 1.5 snake.spec, 1.17, 1.18 sources, 1.17, 1.18 Message-ID: <20090105213610.66CB170108@cvs1.fedora.phx.redhat.com> Author: jlaska Update of /cvs/pkgs/rpms/snake/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14063/devel Modified Files: .cvsignore import.log snake.spec sources Log Message: Update to snake-0.11-0.12 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/snake/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 18 Dec 2008 21:17:27 -0000 1.9 +++ .cvsignore 5 Jan 2009 21:35:39 -0000 1.10 @@ -1 +1 @@ -snake-0.11-0.11.tar.bz2 +snake-0.11-0.12.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/snake/devel/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 18 Dec 2008 21:17:27 -0000 1.4 +++ import.log 5 Jan 2009 21:35:39 -0000 1.5 @@ -2,3 +2,4 @@ snake-0_11-0_8_fc9:HEAD:snake-0.11-0.8.fc9.src.rpm:1217259365 snake-0_11-0_9_fc9:HEAD:snake-0.11-0.9.fc9.src.rpm:1217261529 snake-0_11-0_11_fc10:HEAD:snake-0.11-0.11.fc10.src.rpm:1229635008 +snake-0_11-0_12_fc10:HEAD:snake-0.11-0.12.fc10.src.rpm:1231191321 Index: snake.spec =================================================================== RCS file: /cvs/pkgs/rpms/snake/devel/snake.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- snake.spec 18 Dec 2008 21:17:27 -0000 1.17 +++ snake.spec 5 Jan 2009 21:35:39 -0000 1.18 @@ -4,7 +4,7 @@ Name: snake Summary: Smart Network Automated Kickstart Environment Version: 0.11 -%define rel 0.11 +%define rel 0.12 Release: %{rel}%{?dist} Source0: http://hosted.fedoraproject.org/projects/snake/SnakeReleases/%{name}-%{version}-%{rel}.tar.bz2 License: GPLv2+ @@ -78,7 +78,7 @@ %files %defattr(-,root,root,-) -%doc README LICENSE +%doc README LICENSE docs/DESIGN docs/cobbler.ks %{_sbindir}/snake-install %{_sbindir}/snake-install-tui %{_sbindir}/snake-tree @@ -111,7 +111,6 @@ %if %{build_server} %files server %defattr(-,root,root,-) -%doc docs/DESIGN docs/cobbler.ks %{_sbindir}/snake-server %dir %{_localstatedir}/lib/snake %dir %{_localstatedir}/lib/snake/kickstarts @@ -136,6 +135,9 @@ %changelog +* Mon Jan 5 2009 James Laska 0.11-0.12 +- Minor fix to cobbler template and move %doc into base package (jlaska) + * Thu Dec 18 2008 James Laska 0.11-0.11 - ticket#64 - only parse kickstarts when requested during snake-ks generate (jlaska) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/snake/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 18 Dec 2008 21:17:27 -0000 1.17 +++ sources 5 Jan 2009 21:35:39 -0000 1.18 @@ -1 +1 @@ -e189069dc7d629f1a9749f96129e0641 snake-0.11-0.11.tar.bz2 +0a763da58a7f8babeccae3a6d35abff6 snake-0.11-0.12.tar.bz2 From rdieter at fedoraproject.org Mon Jan 5 21:40:41 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 5 Jan 2009 21:40:41 +0000 (UTC) Subject: rpms/konq-plugins/devel konq-plugins-4.1.3-jpegorient.patch, NONE, 1.1 konq-plugins-4.1.3-tryexec.patch, NONE, 1.1 konq-plugins.spec, 1.15, 1.16 Message-ID: <20090105214041.2188970108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/konq-plugins/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15054 Modified Files: konq-plugins.spec Added Files: konq-plugins-4.1.3-jpegorient.patch konq-plugins-4.1.3-tryexec.patch Log Message: * Mon Jan 05 2009 Rex Dieter 4.1.3-4 - make install/fast - jpegorient is not installed (#478736, kdebug#178612) konq-plugins-4.1.3-jpegorient.patch: --- NEW FILE konq-plugins-4.1.3-jpegorient.patch --- diff -up konq-plugins-4.1.3/konq-plugins/imagerotation/CMakeLists.txt.fix konq-plugins-4.1.3/konq-plugins/imagerotation/CMakeLists.txt --- konq-plugins-4.1.3/konq-plugins/imagerotation/CMakeLists.txt.fix 2008-11-05 11:18:19.000000000 -0600 +++ konq-plugins-4.1.3/konq-plugins/imagerotation/CMakeLists.txt 2009-01-05 15:34:59.000000000 -0600 @@ -1,10 +1,9 @@ -if(NOT WIN32) - install( FILES jpegorient.desktop DESTINATION ${SERVICES_INSTALL_DIR}/ServiceMenus ) - install(PROGRAMS exif.py orient.py DESTINATION ${DATA_INSTALL_DIR}/imagerotation/) -endif(NOT WIN32) +#if(NOT WIN32) +# install( FILES jpegorient.desktop DESTINATION ${SERVICES_INSTALL_DIR}/ServiceMenus ) +# install( PROGRAMS exif.py jpegorient orient.py DESTINATION ${BIN_INSTALL_DIR} ) +#endif(NOT WIN32) install( FILES imageconverter.desktop DESTINATION ${SERVICES_INSTALL_DIR}/ServiceMenus ) -install(PROGRAMS exif.py orient.py DESTINATION ${DATA_INSTALL_DIR}/imagerotation/) konq-plugins-4.1.3-tryexec.patch: --- NEW FILE konq-plugins-4.1.3-tryexec.patch --- diff -up konq-plugins-4.1.3/konq-plugins/imagerotation/imageconverter.desktop.tryexec konq-plugins-4.1.3/konq-plugins/imagerotation/imageconverter.desktop --- konq-plugins-4.1.3/konq-plugins/imagerotation/imageconverter.desktop.tryexec 2008-11-05 11:18:19.000000000 -0600 +++ konq-plugins-4.1.3/konq-plugins/imagerotation/imageconverter.desktop 2009-01-05 13:05:53.000000000 -0600 @@ -1,6 +1,7 @@ [Desktop Entry] Encoding=UTF-8 ServiceTypes=KonqPopupMenu/Plugin,image/* +TryExec=convert Type=Service Actions=convToJPEG;convToPNG;convToGIF;convToTIF; X-KDE-Submenu=Convert To diff -up konq-plugins-4.1.3/konq-plugins/imagerotation/jpegorient.desktop.tryexec konq-plugins-4.1.3/konq-plugins/imagerotation/jpegorient.desktop --- konq-plugins-4.1.3/konq-plugins/imagerotation/jpegorient.desktop.tryexec 2008-11-05 11:18:19.000000000 -0600 +++ konq-plugins-4.1.3/konq-plugins/imagerotation/jpegorient.desktop 2009-01-05 13:06:03.000000000 -0600 @@ -1,5 +1,6 @@ [Desktop Entry] Encoding=UTF-8 +TryExec=jpegorient Type=Service ServiceTypes=KonqPopupMenu/Plugin,image/jpeg Actions=jpegRot90;jpegRot270;jpegFlipV;jpegFlipH; Index: konq-plugins.spec =================================================================== RCS file: /cvs/pkgs/rpms/konq-plugins/devel/konq-plugins.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- konq-plugins.spec 14 Dec 2008 06:22:46 -0000 1.15 +++ konq-plugins.spec 5 Jan 2009 21:40:10 -0000 1.16 @@ -2,16 +2,19 @@ Name: konq-plugins Version: 4.1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Additional plugins that interact with konqueror Group: Applications/Internet License: GPLv2+ and LGPLv2+ URL: http://extragear.kde.org Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/extragear/konq-plugins-%{version}.tar.bz2 - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# upstreamed +Patch100: konq-plugins-4.1.3-tryexec.patch +Patch101: konq-plugins-4.1.3-jpegorient.patch + BuildRequires: kdebase4-devel >= %{version} BuildRequires: cmake BuildRequires: gettext @@ -43,6 +46,8 @@ %prep %setup -q +%patch100 -p1 -b .tryexec +%patch101 -p1 -b .jpegorient %build @@ -56,7 +61,7 @@ %install rm -rf %{buildroot} -make install DESTDIR=%{buildroot} -C %{_target_platform} +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} # locale for locale in adblock akregator_konqplugin autorefresh babelfish crashesplugin \ @@ -94,7 +99,6 @@ %{_kde4_appsdir}/dolphinpart/kpartplugins/ %{_kde4_appsdir}/domtreeviewer/ %{_kde4_appsdir}/fsview/ -%{_kde4_appsdir}/imagerotation/ %{_kde4_appsdir}/khtml/kpartplugins/* %{_kde4_appsdir}/konqueror/icons/oxygen/*/actions/google.* %{_kde4_appsdir}/konqueror/kpartplugins/* @@ -114,6 +118,10 @@ %lang(uk) %{_kde4_docdir}/HTML/uk/konq-plugins %changelog +* Mon Jan 05 2009 Rex Dieter 4.1.3-4 +- make install/fast +- jpegorient is not installed (#478736, kdebug#178612) + * Sun Dec 14 2008 Kevin Kofler 4.1.3-3 - rebuild for Python 2.6 (contains Python bytecode despite no dependencies) From mbarnes at fedoraproject.org Mon Jan 5 21:53:01 2009 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Mon, 5 Jan 2009 21:53:01 +0000 (UTC) Subject: rpms/libsoup/devel .cvsignore, 1.43, 1.44 libsoup.spec, 1.81, 1.82 sources, 1.43, 1.44 Message-ID: <20090105215301.CAC5070108@cvs1.fedora.phx.redhat.com> Author: mbarnes Update of /cvs/pkgs/rpms/libsoup/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20323 Modified Files: .cvsignore libsoup.spec sources Log Message: * Mon Jan 05 2009 Matthew Barnes - 2.25.4-1 - Update to 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libsoup/devel/.cvsignore,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- .cvsignore 16 Dec 2008 10:18:05 -0000 1.43 +++ .cvsignore 5 Jan 2009 21:52:31 -0000 1.44 @@ -1 +1 @@ -libsoup-2.25.3.tar.bz2 +libsoup-2.25.4.tar.bz2 Index: libsoup.spec =================================================================== RCS file: /cvs/pkgs/rpms/libsoup/devel/libsoup.spec,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- libsoup.spec 16 Dec 2008 10:18:06 -0000 1.81 +++ libsoup.spec 5 Jan 2009 21:52:31 -0000 1.82 @@ -3,7 +3,7 @@ ### Abstract ### Name: libsoup -Version: 2.25.3 +Version: 2.25.4 Release: 1%{?dist} License: LGPLv2 Group: Development/Libraries @@ -83,6 +83,9 @@ %{_datadir}/gtk-doc/html/%{name}-2.4 %changelog +* Mon Jan 05 2009 Matthew Barnes - 2.25.4-1 +- Update to 2.25.4 + * Tue Dec 16 2008 Matthew Barnes - 2.25.3-1 - Update to 2.25.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libsoup/devel/sources,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- sources 16 Dec 2008 10:18:06 -0000 1.43 +++ sources 5 Jan 2009 21:52:31 -0000 1.44 @@ -1 +1 @@ -01db9efcbf5cf84a497ee9fc9c51d51b libsoup-2.25.3.tar.bz2 +280ab4388aaeef7594dd2e33f6d04e66 libsoup-2.25.4.tar.bz2 From jlaska at fedoraproject.org Mon Jan 5 21:55:36 2009 From: jlaska at fedoraproject.org (James Laska) Date: Mon, 5 Jan 2009 21:55:36 +0000 (UTC) Subject: rpms/snake/F-10 .cvsignore, 1.9, 1.10 import.log, 1.4, 1.5 snake.spec, 1.16, 1.17 sources, 1.17, 1.18 Message-ID: <20090105215536.5E6F270108@cvs1.fedora.phx.redhat.com> Author: jlaska Update of /cvs/pkgs/rpms/snake/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20908/F-10 Modified Files: .cvsignore import.log snake.spec sources Log Message: Update to snake-0.11-0.12 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/snake/F-10/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 18 Dec 2008 21:04:14 -0000 1.9 +++ .cvsignore 5 Jan 2009 21:55:05 -0000 1.10 @@ -1 +1 @@ -snake-0.11-0.11.tar.bz2 +snake-0.11-0.12.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/snake/F-10/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 18 Dec 2008 21:04:14 -0000 1.4 +++ import.log 5 Jan 2009 21:55:05 -0000 1.5 @@ -2,3 +2,4 @@ snake-0_11-0_8_fc9:HEAD:snake-0.11-0.8.fc9.src.rpm:1217259365 snake-0_11-0_9_fc9:HEAD:snake-0.11-0.9.fc9.src.rpm:1217261529 snake-0_11-0_11_fc10:F-10:snake-0.11-0.11.fc10.src.rpm:1229634107 +snake-0_11-0_12_fc10:F-10:snake-0.11-0.12.fc10.src.rpm:1231192478 Index: snake.spec =================================================================== RCS file: /cvs/pkgs/rpms/snake/F-10/snake.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- snake.spec 18 Dec 2008 21:04:14 -0000 1.16 +++ snake.spec 5 Jan 2009 21:55:05 -0000 1.17 @@ -4,7 +4,7 @@ Name: snake Summary: Smart Network Automated Kickstart Environment Version: 0.11 -%define rel 0.11 +%define rel 0.12 Release: %{rel}%{?dist} Source0: http://hosted.fedoraproject.org/projects/snake/SnakeReleases/%{name}-%{version}-%{rel}.tar.bz2 License: GPLv2+ @@ -78,7 +78,7 @@ %files %defattr(-,root,root,-) -%doc README LICENSE +%doc README LICENSE docs/DESIGN docs/cobbler.ks %{_sbindir}/snake-install %{_sbindir}/snake-install-tui %{_sbindir}/snake-tree @@ -111,7 +111,6 @@ %if %{build_server} %files server %defattr(-,root,root,-) -%doc docs/DESIGN docs/cobbler.ks %{_sbindir}/snake-server %dir %{_localstatedir}/lib/snake %dir %{_localstatedir}/lib/snake/kickstarts @@ -136,6 +135,9 @@ %changelog +* Mon Jan 5 2009 James Laska 0.11-0.12 +- Minor fix to cobbler template and move %doc into base package (jlaska) + * Thu Dec 18 2008 James Laska 0.11-0.11 - ticket#64 - only parse kickstarts when requested during snake-ks generate (jlaska) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/snake/F-10/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 18 Dec 2008 21:04:14 -0000 1.17 +++ sources 5 Jan 2009 21:55:05 -0000 1.18 @@ -1 +1 @@ -e189069dc7d629f1a9749f96129e0641 snake-0.11-0.11.tar.bz2 +0a763da58a7f8babeccae3a6d35abff6 snake-0.11-0.12.tar.bz2 From kwizart at fedoraproject.org Mon Jan 5 21:57:37 2009 From: kwizart at fedoraproject.org (Chauvet Nicolas) Date: Mon, 5 Jan 2009 21:57:37 +0000 (UTC) Subject: rpms/python-kaa-metadata/devel sources, 1.5, 1.6 .cvsignore, 1.5, 1.6 python-kaa-metadata.spec, 1.11, 1.12 Message-ID: <20090105215737.BEDFD70108@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/python-kaa-metadata/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21683 Modified Files: sources .cvsignore python-kaa-metadata.spec Log Message: Update to 0.7.5 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-kaa-metadata/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 25 Mar 2008 14:41:22 -0000 1.5 +++ sources 5 Jan 2009 21:57:07 -0000 1.6 @@ -1 +1 @@ -ce116b588e1ebbdcd0b8bf4aa4ba5ed4 kaa-metadata-0.7.3.tar.gz +012d1de5593d1a4e0e97cec52de7f1ac kaa-metadata-0.7.5.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-kaa-metadata/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 25 Mar 2008 14:41:22 -0000 1.5 +++ .cvsignore 5 Jan 2009 21:57:07 -0000 1.6 @@ -1 +1 @@ -kaa-metadata-0.7.3.tar.gz +kaa-metadata-0.7.5.tar.gz Index: python-kaa-metadata.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-kaa-metadata/devel/python-kaa-metadata.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- python-kaa-metadata.spec 29 Nov 2008 15:36:05 -0000 1.11 +++ python-kaa-metadata.spec 5 Jan 2009 21:57:07 -0000 1.12 @@ -1,8 +1,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-kaa-metadata -Version: 0.7.3 -Release: 2%{?dist} +Version: 0.7.5 +Release: 1%{?dist} Summary: The Kaa Media - metadata binding for python Group: Development/Languages @@ -70,6 +70,9 @@ %changelog +* Mon Jan 5 2009 kwizart < kwizart at gmail.com > - 0.7.5-1 +- Update to 0.7.5 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.7.3-2 - Rebuild for Python 2.6 From dwalsh at fedoraproject.org Mon Jan 5 22:14:42 2009 From: dwalsh at fedoraproject.org (Daniel J Walsh) Date: Mon, 5 Jan 2009 22:14:42 +0000 (UTC) Subject: rpms/selinux-policy/devel selinux-policy.spec,1.761,1.762 Message-ID: <20090105221442.7DCC770108@cvs1.fedora.phx.redhat.com> Author: dwalsh Update of /cvs/extras/rpms/selinux-policy/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25023 Modified Files: selinux-policy.spec Log Message: * Mon Jan 5 2009 Dan Walsh 3.6.2-1 - Update to upstream Index: selinux-policy.spec =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/devel/selinux-policy.spec,v retrieving revision 1.761 retrieving revision 1.762 diff -u -r1.761 -r1.762 --- selinux-policy.spec 4 Jan 2009 19:45:03 -0000 1.761 +++ selinux-policy.spec 5 Jan 2009 22:14:11 -0000 1.762 @@ -19,12 +19,12 @@ %define CHECKPOLICYVER 2.0.16-3 Summary: SELinux policy configuration Name: selinux-policy -Version: 3.6.1 -Release: 15%{?dist} +Version: 3.6.2 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base Source: serefpolicy-%{version}.tgz -patch: policy-20081111.patch +patch: policy-20090105.patch Source1: modules-targeted.conf Source2: booleans-targeted.conf Source3: Makefile.devel @@ -446,6 +446,9 @@ %endif %changelog +* Mon Jan 5 2009 Dan Walsh 3.6.2-1 +- Update to upstream + * Sun Jan 4 2009 Dan Walsh 3.6.1-15 - Allow hal_acl_t to getattr/setattr fixed_disk From clumens at fedoraproject.org Mon Jan 5 22:21:06 2009 From: clumens at fedoraproject.org (Christopher Edward Lumens) Date: Mon, 5 Jan 2009 22:21:06 +0000 (UTC) Subject: rpms/anaconda/devel .cvsignore, 1.593, 1.594 anaconda.spec, 1.736, 1.737 sources, 1.727, 1.728 Message-ID: <20090105222106.3A85C70108@cvs1.fedora.phx.redhat.com> Author: clumens Update of /cvs/pkgs/rpms/anaconda/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26161 Modified Files: .cvsignore anaconda.spec sources Log Message: New version. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v retrieving revision 1.593 retrieving revision 1.594 diff -u -r1.593 -r1.594 --- .cvsignore 24 Dec 2008 04:07:13 -0000 1.593 +++ .cvsignore 5 Jan 2009 22:20:35 -0000 1.594 @@ -1 +1,2 @@ anaconda-11.5.0.3.tar.bz2 +anaconda-11.5.0.4.tar.bz2 Index: anaconda.spec =================================================================== RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v retrieving revision 1.736 retrieving revision 1.737 diff -u -r1.736 -r1.737 --- anaconda.spec 24 Dec 2008 04:07:13 -0000 1.736 +++ anaconda.spec 5 Jan 2009 22:20:35 -0000 1.737 @@ -2,12 +2,16 @@ Summary: Graphical system installer Name: anaconda -Version: 11.5.0.3 +Version: 11.5.0.4 Release: 1 License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda +# To generate Source0 do: +# git clone http://git.fedorahosted.org/git/anaconda.git +# git checkout -b archive-branch anaconda-%{version}-%{release} +# make archive-no-tag Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -29,7 +33,6 @@ %define syscfgdatever 1.9.0 %define pythonpyblockver 0.24-1 %define libbdevidver 5.1.2-1 -%define desktopfileutilsver 0.8 %define e2fsver 1.41.0 %define nmver 0.7.0 %define dbusver 1.2.3 @@ -97,7 +100,6 @@ Requires: python-pyblock >= %{pythonpyblockver} Requires: libbdevid >= %{libbdevidver} Requires: libbdevid-python -Requires: audit-libs Requires: libuser-python Requires: newt-python Requires: authconfig @@ -116,8 +118,6 @@ %ifarch %livearches Requires: usermode Requires: zenity -Requires(post): desktop-file-utils >= %{desktopfileutilsver} -Requires(postun): desktop-file-utils >= %{desktopfileutilsver} %endif Requires: createrepo >= %{createrepover} Requires: squashfs-tools @@ -138,6 +138,7 @@ Requires: dhcpv6-client Requires: anaconda-yum-plugins Obsoletes: anaconda-images <= 10 +Provides: anaconda-images = %{version}-%{release} Obsoletes: anaconda-runtime < %{version}-%{release} Provides: anaconda-runtime = %{version}-%{release} @@ -167,12 +168,12 @@ %ifarch %livearches %post -/usr/bin/update-desktop-database %{_datadir}/applications +update-desktop-database &> /dev/null || : %endif %ifarch %livearches %postun -/usr/bin/update-desktop-database %{_datadir}/applications +update-desktop-database &> /dev/null || : %endif %files -f %{name}.lang @@ -196,16 +197,22 @@ %ifarch %livearches %{_bindir}/liveinst %{_sbindir}/liveinst -%{_sysconfdir}/pam.d/* +%config(noreplace) %{_sysconfdir}/pam.d/* +%config(noreplace) %{_sysconfdir}/security/console.apps/* %{_sysconfdir}/X11/xinit/xinitrc.d/* -%{_sysconfdir}/security/console.apps/* %{_datadir}/applications/*.desktop %endif -%triggerun -- anaconda < 8.0-1 -/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : - %changelog +* Mon Jan 05 2009 Chris Lumens - 11.5.0.4-1 +- Various packaging fixed from review (#225246) (hdegoede) +- Show the header in certain non-lowres cases (#478765, alsadi). +- Remove doMultiMount. (clumens) +- Use mount -t auto instead of passing a list of valid fstypes (#477328). + (clumens) +- Fix case sensitivity when searching for headers (kanarip) +- Fix a traceback in checking for network install (ricky). + * Tue Dec 23 2008 David Cantrell - 11.5.0.3-1 - Initialize domainname to None (#477831) (dcantrell) - Do not import unused modules. (dcantrell) @@ -903,7 +910,7 @@ - Remove extra ')' in install-buildrequires (dcantrell) * Mon Aug 11 2008 Chris Lumens - 11.4.1.27-1 -- Handle 'rescue' and %post in rescue mode (atodorov) +- Handle 'rescue' and %%post in rescue mode (atodorov) - Delay the duplicate label error until the label is actually used (#458505). (clumens) - Enable wireless modules again for now as a test (#443545). (clumens) @@ -1073,7 +1080,7 @@ - Don't strip too much off the NFS directory path. (clumens) - Log stage2 url better. (pjones) - Fix minor whitespace nits. (pjones) -- Use %m rather than strerror() where appropriate. (pjones) +- Use %%m rather than strerror() where appropriate. (pjones) - Make setupCdrom() actually return the path to the stage2 image it found. (pjones) - Don't unconditionally pass --lang for live installs (#454101) (katzj) @@ -1427,7 +1434,7 @@ * Wed Apr 02 2008 Chris Lumens - 11.4.0.65-1 - Only do verbose hal logging if loglevel=debug (katzj) - Avoid AttributeError in HardDriveDict (#432362) (pjones) -- Don't use %n with gettext to avoid segfaults (#439861) (katzj) +- Don't use %%n with gettext to avoid segfaults (#439861) (katzj) - Require live installs to be to an ext2 or ext3 filesystem (#397871) (katzj) - Don't allow migrations to ext4 for now (katzj) - Change ext4 parameter to ext4, not iamanext4developer (katzj) @@ -1809,7 +1816,7 @@ - remove yumcache (katzj) - Don't do fixmtimes anymore (katzj) - Don't compress translations (katzj) -- Don't manually duplicate things from package %post scripts (katzj) +- Don't manually duplicate things from package %%post scripts (katzj) - Remove some unused options (--discs and --buildinstdir) (katzj) - Keep /etc/nsswitch.conf and /etc/shells (katzj) - Stop forcing passive mode for FTP by patching urllib (katzj) @@ -2140,7 +2147,7 @@ - Add linear.ko to the modules available for rescue mode (#151742). - Update implantisomd5 usage to give correct option name (#364611). - Start removing unneeded install method code. -- Run %post scripts on upgrade (#392201). +- Run %%post scripts on upgrade (#392201). - Correct nicdelay patch (msivak, #349521). - Only run media check if we're installing off the CD (#362561). - Fix display of package names in non-English text installs (#376231). @@ -2620,7 +2627,7 @@ - Fix for mirror errors (dlehman) - Fix splittree (Joel Andres Granados, #233384) - Fix ppc32 netboot (pnasrat, #237988) -- Fix %packages for media installs (clumens, #231121, #235881) +- Fix %%packages for media installs (clumens, #231121, #235881) - Fix rescue mode networking (dcantrell, #238080) - Adjust for unbreaking the yum API - Fix rescue mode traceback (#238261) @@ -2832,7 +2839,7 @@ - BR newt-static * Thu Mar 01 2007 Chris Lumens - 11.2.0.28-1 -- Support multiple %ksappend lines (#222201). +- Support multiple %%ksappend lines (#222201). - Set the ksdata after setting the initial timezone values (#230472). - New progress screen interface that's easier on backends (katzj). - Handle KickstartError exns better than just dumping a backtrace. @@ -2956,7 +2963,7 @@ * Fri Jan 19 2007 Chris Lumens - 11.2.0.13-1 - Kickstart and upgrade are no longer installclasses. - Update x86_64 syslinux config (katzj). -- Support %packages --default (#221305). +- Support %%packages --default (#221305). - Fix early kickstart UI traceback. - Remove cruft in x86 images (katzj). - Fix error handling in loader netconfig screen (dcantrell). @@ -3066,7 +3073,7 @@ - Update kickstart documentation. - Don't always write out xconfig and monitor in anaconda-ks.cfg (#211977). - Follow drive order specified in kickstart file (#214881). -- Unmount source on image installs before %post is run (#214677). +- Unmount source on image installs before %%post is run (#214677). - Check return value of getBiosDisk (pjones, #214653). - splittree shouldn't fail with non-rpms in the directory (jkeating). - Order bind mounts correctly on upgrades (#212270). @@ -4540,7 +4547,7 @@ - Move repo setup and group selection earlier (pnasrat) * Tue Sep 20 2005 Jeremy Katz - 10.3.0.24-1 -- Some kickstart %packages fixes (clumens) +- Some kickstart %%packages fixes (clumens) - Don't copy null bytes into syslog (clumens) - New exception dialog (clumens) - Fix a traceback (pnasrat) @@ -4994,7 +5001,7 @@ * Sat Feb 12 2005 Jeremy Katz - 10.2.0.19-1 - fix x86_64 installs for bad urlgrabber import -- Fix traceback with no %post (clumens) +- Fix traceback with no %%post (clumens) - Put hostname in the text entry (clumens, #132826) * Tue Feb 8 2005 Jeremy Katz - 10.2.0.18-1 @@ -5003,7 +5010,7 @@ - Add needed requirements for rpm 4.4 - Fix segfault when rpm tries to write to non-existent fd during transaction ordering -- Support --erroronfail as an option for %pre/%post (clumens, #124386) +- Support --erroronfail as an option for %%pre/%%post (clumens, #124386) * Tue Feb 8 2005 Jeremy Katz - 10.2.0.17-1 - Use rhpl.archscore to fix iseries upgrades (pnasrat, #146915) @@ -5190,7 +5197,7 @@ - Update for new Indic font filenames * Mon Oct 18 2004 Jeremy Katz - 10.0.3.20-1 -- Fix traceback with %post logging (Gijs Hollestelle, #136154) +- Fix traceback with %%post logging (Gijs Hollestelle, #136154) - When using a local stage2.img for FTP/HTTP install, give an error earlier if you point at an invalid tree (#135603, #117155, #120101) - Add a trailing newline to /etc/sysconfig/kernel @@ -5201,7 +5208,7 @@ - Fix font size to fit on disk display better (#135731) - Write out part lines for autopart lvm correctly (#135714) - Remove empty row in drive order for boot loader (#135944) -- Replace % in URLs to avoid format string weirdness (#135929) +- Replace %% in URLs to avoid format string weirdness (#135929) - Bind mount /dev for rescue mode (#135860) - Fix Dutch and Danish keyboard defaults (#135839) - add s2io 10GbE driver @@ -5249,7 +5256,7 @@ * Mon Oct 4 2004 Jeremy Katz - 10.0.3.11-1 - Handle 32 raid devs (#134438) - Fix LCS PORTNAME (#134487) -- Add logging of kickstart scripts with --log to %post/%pre +- Add logging of kickstart scripts with --log to %%post/%%pre - Copy /tmp/anaconda.log and /tmp/syslog to /var/log/anaconda.log and /var/log/anaconda.syslog respectively (#124370) - Fix Polish (#134554) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v retrieving revision 1.727 retrieving revision 1.728 diff -u -r1.727 -r1.728 --- sources 24 Dec 2008 04:07:14 -0000 1.727 +++ sources 5 Jan 2009 22:20:35 -0000 1.728 @@ -1 +1 @@ -a088c2161488c25cac03d1909287e1f1 anaconda-11.5.0.3.tar.bz2 +00534cb4f6e168932ade7f9ca2324870 anaconda-11.5.0.4.tar.bz2 From chitlesh at fedoraproject.org Mon Jan 5 22:35:07 2009 From: chitlesh at fedoraproject.org (Chitlesh GOORAH) Date: Mon, 5 Jan 2009 22:35:07 +0000 (UTC) Subject: rpms/linsmith/F-9 import.log, NONE, 1.1 linsmith.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105223507.B2CDF7011F@cvs1.fedora.phx.redhat.com> Author: chitlesh Update of /cvs/pkgs/rpms/linsmith/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30974/F-9 Modified Files: .cvsignore sources Added Files: import.log linsmith.spec Log Message: new package --- NEW FILE import.log --- linsmith-0_99_11-2_fc10:F-9:linsmith-0.99.11-2.fc10.src.rpm:1231194728 --- NEW FILE linsmith.spec --- Name: linsmith Version: 0.99.11 Release: 2%{?dist} Summary: A Smith charting program Group: Applications/Engineering License: GPLv2 URL: http://jcoppens.com/soft/linsmith/index.en.php Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeprint22-devel BuildRequires: libgnomeui-devel BuildRequires: gettext BuildRequires: desktop-file-utils Requires: electronics-menu Requires: tcl %description linSmith is a Smith Charting program. It's main features are: * Definition of multiple load impedances * Addition of discrete and line components * A 'virtual' component switches from impedance to admittance to help explaining parallel components * The chart works in real impedances * Load and circuit configuration is stored separately, permitting several solutions without re-defining the other %prep %setup -q #remove unwanted file. %{__rm} -f pixmaps/Makefile.am~ %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} INSTALL="install -p" desktop-file-install \ --dir=%{buildroot}/%{_datadir}/applications \ --delete-original \ --remove-category GTK \ --remove-category GNOME \ --add-category "Electronics" \ %{_builddir}/%{name}-%{version}/%{name}.desktop # icon cp -p linsmith_icon.xpm %{buildroot}/%{_datadir}/pixmaps/%{name}/ # man file %{__mkdir} -p %{buildroot}/%{_datadir}/man/man1 cp -p doc/linsmith.1 %{buildroot}/%{_datadir}/man/man1 #examples mv %{buildroot}/%{_datadir}/%{name} examples/ %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README THANKS doc/manual.pdf %doc examples/ %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name} %{_datadir}/man/man1/%{name}.1.gz %changelog * Mon Dec 29 2008 Chitlesh Goorah - 0.99.11-2 - spec file updated as suggested in the #478368c2 * Mon Dec 29 2008 Chitlesh Goorah - 0.99.11-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/linsmith/F-9/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:33:18 -0000 1.1 +++ .cvsignore 5 Jan 2009 22:34:36 -0000 1.2 @@ -0,0 +1 @@ +linsmith-0.99.11.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/linsmith/F-9/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:33:18 -0000 1.1 +++ sources 5 Jan 2009 22:34:36 -0000 1.2 @@ -0,0 +1 @@ +33256af1c310309da6f03f2a2fe8a869 linsmith-0.99.11.tar.gz From dwalsh at fedoraproject.org Mon Jan 5 22:35:33 2009 From: dwalsh at fedoraproject.org (Daniel J Walsh) Date: Mon, 5 Jan 2009 22:35:33 +0000 (UTC) Subject: rpms/selinux-policy/devel policy-20090105.patch, NONE, 1.1 .cvsignore, 1.154, 1.155 sources, 1.172, 1.173 Message-ID: <20090105223533.64D917011F@cvs1.fedora.phx.redhat.com> Author: dwalsh Update of /cvs/extras/rpms/selinux-policy/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31356 Modified Files: .cvsignore sources Added Files: policy-20090105.patch Log Message: * Mon Jan 5 2009 Dan Walsh 3.6.2-1 - Update to upstream policy-20090105.patch: --- NEW FILE policy-20090105.patch --- diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/default_contexts serefpolicy-3.6.2/config/appconfig-mcs/default_contexts --- nsaserefpolicy/config/appconfig-mcs/default_contexts 2008-11-11 16:13:50.000000000 -0500 +++ serefpolicy-3.6.2/config/appconfig-mcs/default_contexts 2009-01-05 17:10:36.000000000 -0500 @@ -1,15 +1,6 @@ -system_r:crond_t:s0 user_r:cronjob_t:s0 staff_r:cronjob_t:s0 sysadm_r:cronjob_t:s0 system_r:cronjob_t:s0 unconfined_r:unconfined_cronjob_t:s0 -system_r:local_login_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 unconfined_r:unconfined_t:s0 -system_r:remote_login_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 unconfined_r:unconfined_t:s0 -system_r:sshd_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 unconfined_r:unconfined_t:s0 +system_r:crond_t:s0 system_r:system_cronjob_t:s0 +system_r:local_login_t:s0 user_r:user_t:s0 +system_r:remote_login_t:s0 user_r:user_t:s0 +system_r:sshd_t:s0 user_r:user_t:s0 system_r:sulogin_t:s0 sysadm_r:sysadm_t:s0 -system_r:xdm_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 unconfined_r:unconfined_t:s0 - -staff_r:staff_su_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 -staff_r:staff_sudo_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 - -sysadm_r:sysadm_su_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 -sysadm_r:sysadm_sudo_t:s0 sysadm_r:sysadm_t:s0 - -user_r:user_su_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 -user_r:user_sudo_t:s0 sysadm_r:sysadm_t:s0 user_r:user_t:s0 +system_r:xdm_t:s0 user_r:user_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/failsafe_context serefpolicy-3.6.2/config/appconfig-mcs/failsafe_context --- nsaserefpolicy/config/appconfig-mcs/failsafe_context 2008-08-07 11:15:14.000000000 -0400 +++ serefpolicy-3.6.2/config/appconfig-mcs/failsafe_context 2009-01-05 17:10:36.000000000 -0500 @@ -1 +1 @@ -sysadm_r:sysadm_t:s0 +system_r:unconfined_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/guest_u_default_contexts serefpolicy-3.6.2/config/appconfig-mcs/guest_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/guest_u_default_contexts 1969-12-31 19:00:00.000000000 -0500 +++ serefpolicy-3.6.2/config/appconfig-mcs/guest_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 @@ -0,0 +1,6 @@ +system_r:local_login_t:s0 guest_r:guest_t:s0 +system_r:remote_login_t:s0 guest_r:guest_t:s0 +system_r:sshd_t:s0 guest_r:guest_t:s0 +system_r:crond_t:s0 guest_r:guest_t:s0 +system_r:initrc_su_t:s0 guest_r:guest_t:s0 +guest_r:guest_t:s0 guest_r:guest_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/root_default_contexts serefpolicy-3.6.2/config/appconfig-mcs/root_default_contexts --- nsaserefpolicy/config/appconfig-mcs/root_default_contexts 2008-11-11 16:13:50.000000000 -0500 +++ serefpolicy-3.6.2/config/appconfig-mcs/root_default_contexts 2009-01-05 17:10:36.000000000 -0500 @@ -1,11 +1,7 @@ -system_r:crond_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:cronjob_t:s0 staff_r:cronjob_t:s0 user_r:cronjob_t:s0 +system_r:crond_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 system_r:local_login_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 -staff_r:staff_su_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 -sysadm_r:sysadm_su_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 -user_r:user_su_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 - # # Uncomment if you want to automatically login as sysadm_r # -#system_r:sshd_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 +system_r:sshd_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/seusers serefpolicy-3.6.2/config/appconfig-mcs/seusers --- nsaserefpolicy/config/appconfig-mcs/seusers 2008-08-07 11:15:14.000000000 -0400 +++ serefpolicy-3.6.2/config/appconfig-mcs/seusers 2009-01-05 17:10:36.000000000 -0500 @@ -1,3 +1,3 @@ system_u:system_u:s0-mcs_systemhigh -root:root:s0-mcs_systemhigh -__default__:user_u:s0 +root:unconfined_u:s0-mcs_systemhigh +__default__:unconfined_u:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/staff_u_default_contexts serefpolicy-3.6.2/config/appconfig-mcs/staff_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/staff_u_default_contexts 2008-11-11 16:13:50.000000000 -0500 +++ serefpolicy-3.6.2/config/appconfig-mcs/staff_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 @@ -1,10 +1,12 @@ system_r:local_login_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 system_r:remote_login_t:s0 staff_r:staff_t:s0 system_r:sshd_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 -system_r:crond_t:s0 staff_r:cronjob_t:s0 +system_r:crond_t:s0 staff_r:staff_t:s0 system_r:xdm_t:s0 staff_r:staff_t:s0 staff_r:staff_su_t:s0 staff_r:staff_t:s0 staff_r:staff_sudo_t:s0 staff_r:staff_t:s0 +system_r:initrc_su_t:s0 staff_r:staff_t:s0 +staff_r:staff_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_su_t:s0 sysadm_r:sysadm_t:s0 sysadm_r:sysadm_sudo_t:s0 sysadm_r:sysadm_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/unconfined_u_default_contexts serefpolicy-3.6.2/config/appconfig-mcs/unconfined_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/unconfined_u_default_contexts 2008-11-11 16:13:50.000000000 -0500 +++ serefpolicy-3.6.2/config/appconfig-mcs/unconfined_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 @@ -1,4 +1,4 @@ -system_r:crond_t:s0 unconfined_r:unconfined_t:s0 unconfined_r:unconfined_cronjob_t:s0 +system_r:crond_t:s0 unconfined_r:unconfined_t:s0 system_r:initrc_t:s0 unconfined_r:unconfined_t:s0 system_r:local_login_t:s0 unconfined_r:unconfined_t:s0 system_r:remote_login_t:s0 unconfined_r:unconfined_t:s0 @@ -6,4 +6,6 @@ system_r:sshd_t:s0 unconfined_r:unconfined_t:s0 system_r:sysadm_su_t:s0 unconfined_r:unconfined_t:s0 system_r:unconfined_t:s0 unconfined_r:unconfined_t:s0 +system_r:initrc_su_t:s0 unconfined_r:unconfined_t:s0 +unconfined_r:unconfined_t:s0 unconfined_r:unconfined_t:s0 system_r:xdm_t:s0 unconfined_r:unconfined_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/userhelper_context serefpolicy-3.6.2/config/appconfig-mcs/userhelper_context --- nsaserefpolicy/config/appconfig-mcs/userhelper_context 2008-08-07 11:15:14.000000000 -0400 +++ serefpolicy-3.6.2/config/appconfig-mcs/userhelper_context 2009-01-05 17:10:36.000000000 -0500 @@ -1 +1 @@ -system_u:sysadm_r:sysadm_t:s0 +system_u:system_r:unconfined_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/user_u_default_contexts serefpolicy-3.6.2/config/appconfig-mcs/user_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/user_u_default_contexts 2008-11-11 16:13:50.000000000 -0500 +++ serefpolicy-3.6.2/config/appconfig-mcs/user_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 @@ -1,8 +1,9 @@ system_r:local_login_t:s0 user_r:user_t:s0 system_r:remote_login_t:s0 user_r:user_t:s0 system_r:sshd_t:s0 user_r:user_t:s0 -system_r:crond_t:s0 user_r:cronjob_t:s0 +system_r:crond_t:s0 user_r:user_t:s0 system_r:xdm_t:s0 user_r:user_t:s0 user_r:user_su_t:s0 user_r:user_t:s0 user_r:user_sudo_t:s0 user_r:user_t:s0 - +system_r:initrc_su_t:s0 user_r:user_t:s0 +user_r:user_t:s0 user_r:user_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/xguest_u_default_contexts serefpolicy-3.6.2/config/appconfig-mcs/xguest_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/xguest_u_default_contexts 1969-12-31 19:00:00.000000000 -0500 +++ serefpolicy-3.6.2/config/appconfig-mcs/xguest_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 @@ -0,0 +1,7 @@ +system_r:local_login_t xguest_r:xguest_t:s0 +system_r:remote_login_t xguest_r:xguest_t:s0 +system_r:sshd_t xguest_r:xguest_t:s0 +system_r:crond_t xguest_r:xguest_t:s0 +system_r:xdm_t xguest_r:xguest_t:s0 +system_r:initrc_su_t:s0 xguest_r:xguest_t:s0 +xguest_r:xguest_t:s0 xguest_r:xguest_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mls/default_contexts serefpolicy-3.6.2/config/appconfig-mls/default_contexts --- nsaserefpolicy/config/appconfig-mls/default_contexts 2008-11-11 16:13:50.000000000 -0500 +++ serefpolicy-3.6.2/config/appconfig-mls/default_contexts 2009-01-05 17:10:36.000000000 -0500 @@ -1,15 +1,6 @@ -system_r:crond_t:s0 user_r:cronjob_t:s0 staff_r:cronjob_t:s0 sysadm_r:cronjob_t:s0 system_r:cronjob_t:s0 unconfined_r:unconfined_cronjob_t:s0 -system_r:local_login_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 unconfined_r:unconfined_t:s0 -system_r:remote_login_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 unconfined_r:unconfined_t:s0 -system_r:sshd_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 unconfined_r:unconfined_t:s0 +system_r:crond_t:s0 system_r:system_crond_t:s0 +system_r:local_login_t:s0 user_r:user_t:s0 +system_r:remote_login_t:s0 user_r:user_t:s0 +system_r:sshd_t:s0 user_r:user_t:s0 system_r:sulogin_t:s0 sysadm_r:sysadm_t:s0 -system_r:xdm_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 unconfined_r:unconfined_t:s0 - -staff_r:staff_su_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 -staff_r:staff_sudo_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 - -sysadm_r:sysadm_su_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 -sysadm_r:sysadm_sudo_t:s0 sysadm_r:sysadm_t:s0 - -user_r:user_su_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 -user_r:user_sudo_t:s0 sysadm_r:sysadm_t:s0 user_r:user_t:s0 +system_r:xdm_t:s0 user_r:user_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mls/guest_u_default_contexts serefpolicy-3.6.2/config/appconfig-mls/guest_u_default_contexts --- nsaserefpolicy/config/appconfig-mls/guest_u_default_contexts 1969-12-31 19:00:00.000000000 -0500 +++ serefpolicy-3.6.2/config/appconfig-mls/guest_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 @@ -0,0 +1,4 @@ +system_r:local_login_t:s0 guest_r:guest_t:s0 +system_r:remote_login_t:s0 guest_r:guest_t:s0 +system_r:sshd_t:s0 guest_r:guest_t:s0 +system_r:crond_t:s0 guest_r:guest_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mls/root_default_contexts serefpolicy-3.6.2/config/appconfig-mls/root_default_contexts --- nsaserefpolicy/config/appconfig-mls/root_default_contexts 2008-11-11 16:13:50.000000000 -0500 +++ serefpolicy-3.6.2/config/appconfig-mls/root_default_contexts 2009-01-05 17:10:36.000000000 -0500 @@ -1,11 +1,11 @@ -system_r:crond_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:cronjob_t:s0 staff_r:cronjob_t:s0 user_r:cronjob_t:s0 -system_r:local_login_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 +system_r:crond_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 +system_r:local_login_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 -staff_r:staff_su_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 -sysadm_r:sysadm_su_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 -user_r:user_su_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 +staff_r:staff_su_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 +sysadm_r:sysadm_su_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 +user_r:user_su_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 # # Uncomment if you want to automatically login as sysadm_r # -#system_r:sshd_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 +#system_r:sshd_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mls/xguest_u_default_contexts serefpolicy-3.6.2/config/appconfig-mls/xguest_u_default_contexts --- nsaserefpolicy/config/appconfig-mls/xguest_u_default_contexts 1969-12-31 19:00:00.000000000 -0500 +++ serefpolicy-3.6.2/config/appconfig-mls/xguest_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 @@ -0,0 +1,7 @@ +system_r:local_login_t xguest_r:xguest_t:s0 +system_r:remote_login_t xguest_r:xguest_t:s0 +system_r:sshd_t xguest_r:xguest_t:s0 +system_r:crond_t xguest_r:xguest_t:s0 +system_r:xdm_t xguest_r:xguest_t:s0 +system_r:initrc_su_t:s0 xguest_r:xguest_t:s0 +xguest_r:xguest_t:s0 xguest_r:xguest_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/Makefile serefpolicy-3.6.2/Makefile --- nsaserefpolicy/Makefile 2008-11-11 16:13:50.000000000 -0500 +++ serefpolicy-3.6.2/Makefile 2009-01-05 17:10:36.000000000 -0500 @@ -315,20 +315,22 @@ [...27521 lines suppressed...] +manage_files_pattern(xenstored_t, xenstored_tmp_t, xenstored_tmp_t) +manage_dirs_pattern(xenstored_t, xenstored_tmp_t, xenstored_tmp_t) +files_tmp_filetrans(xenstored_t, xenstored_tmp_t, { file dir }) + # pid file manage_files_pattern(xenstored_t,xenstored_var_run_t,xenstored_var_run_t) manage_sock_files_pattern(xenstored_t,xenstored_var_run_t,xenstored_var_run_t) files_pid_filetrans(xenstored_t,xenstored_var_run_t, { file sock_file }) +# log files +manage_dirs_pattern(xenstored_t, xenstored_var_log_t, xenstored_var_log_t) +manage_files_pattern(xenstored_t, xenstored_var_log_t, xenstored_var_log_t) +manage_sock_files_pattern(xenstored_t, xenstored_var_log_t, xenstored_var_log_t) +logging_log_filetrans(xenstored_t, xenstored_var_log_t, { sock_file file dir }) + # var/lib files for xenstored manage_dirs_pattern(xenstored_t,xenstored_var_lib_t,xenstored_var_lib_t) manage_files_pattern(xenstored_t,xenstored_var_lib_t,xenstored_var_lib_t) @@ -312,18 +343,21 @@ manage_files_pattern(xm_t,xend_var_lib_t,xend_var_lib_t) manage_fifo_files_pattern(xm_t,xend_var_lib_t,xend_var_lib_t) +manage_sock_files_pattern(xm_t, xend_var_lib_t, xend_var_lib_t) files_search_var_lib(xm_t) allow xm_t xen_image_t:dir rw_dir_perms; allow xm_t xen_image_t:file read_file_perms; allow xm_t xen_image_t:blk_file read_blk_file_perms; -kernel_read_system_state(xm_t) kernel_read_kernel_sysctls(xm_t) +kernel_read_sysctl(xm_t) +kernel_read_system_state(xm_t) kernel_read_xen_state(xm_t) kernel_write_xen_state(xm_t) corecmd_exec_bin(xm_t) +corecmd_exec_shell(xm_t) corenet_tcp_sendrecv_generic_if(xm_t) corenet_tcp_sendrecv_all_nodes(xm_t) @@ -339,15 +373,38 @@ storage_raw_read_fixed_disk(xm_t) +fs_getattr_all_fs(xm_t) + term_use_all_terms(xm_t) +init_stream_connect_script(xm_t) init_rw_script_stream_sockets(xm_t) init_use_fds(xm_t) miscfiles_read_localization(xm_t) -sysnet_read_config(xm_t) +sysnet_dns_name_resolve(xm_t) xen_append_log(xm_t) xen_stream_connect(xm_t) xen_stream_connect_xenstore(xm_t) + +optional_policy(` + virt_manage_images(xm_t) + virt_stream_connect(xm_t) +') + +#Should have a boolean wrapping these +fs_list_auto_mountpoints(xend_t) +files_search_mnt(xend_t) +fs_getattr_all_fs(xend_t) +fs_read_dos_files(xend_t) + +tunable_policy(`xen_use_nfs',` + fs_manage_nfs_files(xend_t) + fs_read_nfs_symlinks(xend_t) +') + +optional_policy(` + unconfined_domain(xend_t) +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/support/obj_perm_sets.spt serefpolicy-3.6.2/policy/support/obj_perm_sets.spt --- nsaserefpolicy/policy/support/obj_perm_sets.spt 2008-10-16 17:21:16.000000000 -0400 +++ serefpolicy-3.6.2/policy/support/obj_perm_sets.spt 2009-01-05 17:10:36.000000000 -0500 @@ -179,20 +179,20 @@ # # Directory (dir) # -define(`getattr_dir_perms',`{ getattr }') -define(`setattr_dir_perms',`{ setattr }') -define(`search_dir_perms',`{ getattr search }') +define(`getattr_dir_perms',`{ getattr open }') +define(`setattr_dir_perms',`{ setattr open }') +define(`search_dir_perms',`{ getattr search open }') define(`list_dir_perms',`{ getattr search open read lock ioctl }') define(`add_entry_dir_perms',`{ getattr search open lock ioctl write add_name }') define(`del_entry_dir_perms',`{ getattr search open lock ioctl write remove_name }') define(`rw_dir_perms', `{ open read getattr lock search ioctl add_name remove_name write }') -define(`create_dir_perms',`{ getattr create }') -define(`rename_dir_perms',`{ getattr rename }') -define(`delete_dir_perms',`{ getattr rmdir }') +define(`create_dir_perms',`{ getattr create open }') +define(`rename_dir_perms',`{ getattr rename open }') +define(`delete_dir_perms',`{ getattr rmdir open }') define(`manage_dir_perms',`{ create open getattr setattr read write link unlink rename search add_name remove_name reparent rmdir lock ioctl }') -define(`relabelfrom_dir_perms',`{ getattr relabelfrom }') -define(`relabelto_dir_perms',`{ getattr relabelto }') -define(`relabel_dir_perms',`{ getattr relabelfrom relabelto }') +define(`relabelfrom_dir_perms',`{ getattr open relabelfrom }') +define(`relabelto_dir_perms',`{ getattr open relabelto }') +define(`relabel_dir_perms',`{ getattr open relabelfrom relabelto }') # # Regular file (file) @@ -312,3 +312,13 @@ # define(`client_stream_socket_perms', `{ create ioctl read getattr write setattr append bind getopt setopt shutdown }') define(`server_stream_socket_perms', `{ client_stream_socket_perms listen accept }') + +define(`all_capabilities', `{ chown dac_override dac_read_search fowner fsetid kill setgid setuid setpcap linux_immutable net_bind_service net_broadcast net_admin net_raw ipc_lock ipc_owner sys_module sys_rawio sys_chroot sys_ptrace sys_pacct sys_admin sys_boot sys_nice sys_resource sys_time sys_tty_config mknod lease audit_write audit_control setfcap } +') + +define(`all_nscd_perms', `{ getserv getpwd getgrp gethost getstat admin shmempwd shmemgrp shmemhost shmemserv } ') +define(`all_dbus_perms', `{ acquire_svc send_msg } ') +define(`all_passwd_perms', `{ passwd chfn chsh rootok crontab } ') +define(`all_association_perms', `{ sendto recvfrom setcontext polmatch } ') + +define(`manage_key_perms', `{ create link read search setattr view write } ') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/users serefpolicy-3.6.2/policy/users --- nsaserefpolicy/policy/users 2008-08-07 11:15:13.000000000 -0400 +++ serefpolicy-3.6.2/policy/users 2009-01-05 17:10:36.000000000 -0500 @@ -25,11 +25,8 @@ # permit any access to such users, then remove this entry. # gen_user(user_u, user, user_r, s0, s0) -gen_user(staff_u, staff, staff_r sysadm_r ifdef(`enable_mls',`secadm_r auditadm_r'), s0, s0 - mls_systemhigh, mcs_allcats) -gen_user(sysadm_u, sysadm, sysadm_r, s0, s0 - mls_systemhigh, mcs_allcats) - -# Until order dependence is fixed for users: -gen_user(unconfined_u, unconfined, unconfined_r, s0, s0 - mls_systemhigh, mcs_allcats) +gen_user(staff_u, user, staff_r system_r sysadm_r ifdef(`enable_mls',`secadm_r auditadm_r'), s0, s0 - mls_systemhigh, mcs_allcats) +gen_user(sysadm_u, user, sysadm_r, s0, s0 - mls_systemhigh, mcs_allcats) # # The following users correspond to Unix identities. @@ -38,8 +35,4 @@ # role should use the staff_r role instead of the user_r role when # not in the sysadm_r. # -ifdef(`direct_sysadm_daemon',` - gen_user(root, sysadm, sysadm_r staff_r ifdef(`enable_mls',`secadm_r auditadm_r') system_r, s0, s0 - mls_systemhigh, mcs_allcats) -',` - gen_user(root, sysadm, sysadm_r staff_r ifdef(`enable_mls',`secadm_r auditadm_r'), s0, s0 - mls_systemhigh, mcs_allcats) -') +gen_user(root, user, unconfined_r sysadm_r staff_r ifdef(`enable_mls',`secadm_r auditadm_r') system_r, s0, s0 - mls_systemhigh, mcs_allcats) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/Rules.modular serefpolicy-3.6.2/Rules.modular --- nsaserefpolicy/Rules.modular 2008-11-11 16:13:50.000000000 -0500 +++ serefpolicy-3.6.2/Rules.modular 2009-01-05 17:10:36.000000000 -0500 @@ -73,8 +73,8 @@ $(tmpdir)/%.mod: $(m4support) $(tmpdir)/generated_definitions.conf $(tmpdir)/all_interfaces.conf %.te @echo "Compliling $(NAME) $(@F) module" @test -d $(tmpdir) || mkdir -p $(tmpdir) - $(call perrole-expansion,$(basename $(@F)),$@.role) - $(verbose) $(M4) $(M4PARAM) -s $^ $@.role > $(@:.mod=.tmp) +# $(call perrole-expansion,$(basename $(@F)),$@.role) + $(verbose) $(M4) $(M4PARAM) -s $^ > $(@:.mod=.tmp) $(verbose) $(CHECKMODULE) -m $(@:.mod=.tmp) -o $@ $(tmpdir)/%.mod.fc: $(m4support) %.fc @@ -129,7 +129,7 @@ @test -d $(tmpdir) || mkdir -p $(tmpdir) # define all available object classes $(verbose) $(genperm) $(avs) $(secclass) > $@ - $(verbose) $(call create-base-per-role-tmpl,$(patsubst %.te,%,$(base_mods)),$@) +# $(verbose) $(call create-base-per-role-tmpl,$(patsubst %.te,%,$(base_mods)),$@) $(verbose) test -f $(booleans) && $(setbools) $(booleans) >> $@ || true $(tmpdir)/global_bools.conf: M4PARAM += -D self_contained_policy @@ -146,7 +146,7 @@ $(tmpdir)/rolemap.conf: M4PARAM += -D self_contained_policy $(tmpdir)/rolemap.conf: $(rolemap) $(verbose) echo "" > $@ - $(call parse-rolemap,base,$@) +# $(call parse-rolemap,base,$@) $(tmpdir)/all_te_files.conf: M4PARAM += -D self_contained_policy $(tmpdir)/all_te_files.conf: $(m4support) $(tmpdir)/generated_definitions.conf $(tmpdir)/all_interfaces.conf $(base_te_files) $(tmpdir)/rolemap.conf diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/support/Makefile.devel serefpolicy-3.6.2/support/Makefile.devel --- nsaserefpolicy/support/Makefile.devel 2008-11-11 16:13:50.000000000 -0500 +++ serefpolicy-3.6.2/support/Makefile.devel 2009-01-05 17:10:36.000000000 -0500 @@ -185,8 +185,7 @@ tmp/%.mod: $(m4support) tmp/all_interfaces.conf %.te @$(EINFO) "Compiling $(NAME) $(basename $(@F)) module" @test -d $(@D) || mkdir -p $(@D) - $(call peruser-expansion,$(basename $(@F)),$@.role) - $(verbose) $(M4) $(M4PARAM) -s $^ $@.role > $(@:.mod=.tmp) + $(verbose) $(M4) $(M4PARAM) -s $^ > $(@:.mod=.tmp) $(verbose) $(CHECKMODULE) -m $(@:.mod=.tmp) -o $@ tmp/%.mod.fc: $(m4support) %.fc Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/devel/.cvsignore,v retrieving revision 1.154 retrieving revision 1.155 diff -u -r1.154 -r1.155 --- .cvsignore 25 Nov 2008 19:18:01 -0000 1.154 +++ .cvsignore 5 Jan 2009 22:35:32 -0000 1.155 @@ -156,3 +156,4 @@ serefpolicy-3.5.12.tgz serefpolicy-3.5.13.tgz serefpolicy-3.6.1.tgz +serefpolicy-3.6.2.tgz Index: sources =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/devel/sources,v retrieving revision 1.172 retrieving revision 1.173 diff -u -r1.172 -r1.173 --- sources 25 Nov 2008 21:08:25 -0000 1.172 +++ sources 5 Jan 2009 22:35:32 -0000 1.173 @@ -1 +1 @@ -2036125daa5665ffcd7d64174e5cf471 serefpolicy-3.6.1.tgz +5fdbc11560122f475411106da175db9a serefpolicy-3.6.2.tgz From dcantrel at fedoraproject.org Mon Jan 5 22:45:38 2009 From: dcantrel at fedoraproject.org (David Cantrell) Date: Mon, 5 Jan 2009 22:45:38 +0000 (UTC) Subject: rpms/dhcp/devel dhcp-4.0.0-paths.patch, 1.3, 1.4 dhcp.spec, 1.231, 1.232 Message-ID: <20090105224538.A9AAE7011F@cvs1.fedora.phx.redhat.com> Author: dcantrel Update of /cvs/pkgs/rpms/dhcp/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1143 Modified Files: dhcp-4.0.0-paths.patch dhcp.spec Log Message: * Thu Dec 18 2008 David Cantrell - 12:4.0.0-34 - Move /etc/dhclient.conf to /etc/dhcp/dhclient.conf - Move /etc/dhcpd.conf to /etc/dhcp/dhcpd.conf dhcp-4.0.0-paths.patch: Index: dhcp-4.0.0-paths.patch =================================================================== RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp-4.0.0-paths.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- dhcp-4.0.0-paths.patch 13 Jan 2008 21:02:47 -0000 1.3 +++ dhcp-4.0.0-paths.patch 5 Jan 2009 22:45:37 -0000 1.4 @@ -1,7 +1,12 @@ -diff -up dhcp-4.0.0/includes/dhcpd.h.paths dhcp-4.0.0/includes/dhcpd.h ---- dhcp-4.0.0/includes/dhcpd.h.paths 2008-01-01 15:09:21.000000000 -1000 -+++ dhcp-4.0.0/includes/dhcpd.h 2008-01-01 15:10:55.000000000 -1000 -@@ -1306,11 +1306,11 @@ typedef unsigned char option_mask [16]; +diff -up dhcp-4.0.0/includes/dhcpd.h.path dhcp-4.0.0/includes/dhcpd.h +--- dhcp-4.0.0/includes/dhcpd.h.path 2008-08-23 18:25:54.000000000 -1000 ++++ dhcp-4.0.0/includes/dhcpd.h 2008-08-23 18:26:21.000000000 -1000 +@@ -1302,15 +1302,15 @@ typedef unsigned char option_mask [16]; + #else /* !DEBUG */ + + #ifndef _PATH_DHCPD_CONF +-#define _PATH_DHCPD_CONF "/etc/dhcpd.conf" ++#define _PATH_DHCPD_CONF "/etc/dhcp/dhcpd.conf" #endif /* DEBUG */ #ifndef _PATH_DHCPD_DB @@ -15,6 +20,15 @@ #endif #ifndef _PATH_DHCPD_PID +@@ -1324,7 +1324,7 @@ typedef unsigned char option_mask [16]; + #endif /* DEBUG */ + + #ifndef _PATH_DHCLIENT_CONF +-#define _PATH_DHCLIENT_CONF "/etc/dhclient.conf" ++#define _PATH_DHCLIENT_CONF "/etc/dhcp/dhclient.conf" + #endif + + #ifndef _PATH_DHCLIENT_SCRIPT @@ -1340,11 +1340,11 @@ typedef unsigned char option_mask [16]; #endif Index: dhcp.spec =================================================================== RCS file: /cvs/pkgs/rpms/dhcp/devel/dhcp.spec,v retrieving revision 1.231 retrieving revision 1.232 diff -u -r1.231 -r1.232 --- dhcp.spec 18 Dec 2008 22:47:12 -0000 1.231 +++ dhcp.spec 5 Jan 2009 22:45:37 -0000 1.232 @@ -17,7 +17,7 @@ Summary: Dynamic host configuration protocol software Name: dhcp Version: 4.0.0 -Release: 33%{?dist} +Release: 34%{?dist} # NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to # dcantrell maintaining the package) made incorrect use of the epoch and # that's why it is at 12 now. It should have never been used, but it was. @@ -329,6 +329,9 @@ %{__mkdir} -p %{buildroot}%{_sysconfdir}/openldap/schema %{__install} -p -m 0644 -D %{SOURCE9} %{buildroot}%{_sysconfdir}/openldap/schema +# Install empty directory for dhclient.d scripts +%{__mkdir} -p %{buildroot}%{_sysconfdir}/dhcp/dhclient.d + %clean %{__rm} -rf %{buildroot} @@ -384,6 +387,7 @@ %files -n dhclient %defattr(-,root,root,-) %doc dhclient.conf.sample +%dir %{_sysconfdir}/dhcp/dhclient.d %dir %{_localstatedir}/lib/dhclient /sbin/dhclient /sbin/dhclient-script @@ -406,6 +410,10 @@ %attr(0644,root,root) %{_mandir}/man3/omapi.3.gz %changelog +* Thu Dec 18 2008 David Cantrell - 12:4.0.0-34 +- Move /etc/dhclient.conf to /etc/dhcp/dhclient.conf +- Move /etc/dhcpd.conf to /etc/dhcp/dhcpd.conf + * Thu Dec 18 2008 David Cantrell - 12:4.0.0-33 - Remove unnecessary success/failure lines in init scripts (#476846) From chitlesh at fedoraproject.org Mon Jan 5 22:46:43 2009 From: chitlesh at fedoraproject.org (Chitlesh GOORAH) Date: Mon, 5 Jan 2009 22:46:43 +0000 (UTC) Subject: rpms/linsmith/F-10 import.log, NONE, 1.1 linsmith.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105224643.0F2E07011F@cvs1.fedora.phx.redhat.com> Author: chitlesh Update of /cvs/pkgs/rpms/linsmith/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1335/F-10 Modified Files: .cvsignore sources Added Files: import.log linsmith.spec Log Message: new package --- NEW FILE import.log --- linsmith-0_99_11-2_fc10:F-10:linsmith-0.99.11-2.fc10.src.rpm:1231194926 --- NEW FILE linsmith.spec --- Name: linsmith Version: 0.99.11 Release: 2%{?dist} Summary: A Smith charting program Group: Applications/Engineering License: GPLv2 URL: http://jcoppens.com/soft/linsmith/index.en.php Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeprint22-devel BuildRequires: libgnomeui-devel BuildRequires: gettext BuildRequires: desktop-file-utils Requires: electronics-menu Requires: tcl %description linSmith is a Smith Charting program. It's main features are: * Definition of multiple load impedances * Addition of discrete and line components * A 'virtual' component switches from impedance to admittance to help explaining parallel components * The chart works in real impedances * Load and circuit configuration is stored separately, permitting several solutions without re-defining the other %prep %setup -q #remove unwanted file. %{__rm} -f pixmaps/Makefile.am~ %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} INSTALL="install -p" desktop-file-install \ --dir=%{buildroot}/%{_datadir}/applications \ --delete-original \ --remove-category GTK \ --remove-category GNOME \ --add-category "Electronics" \ %{_builddir}/%{name}-%{version}/%{name}.desktop # icon cp -p linsmith_icon.xpm %{buildroot}/%{_datadir}/pixmaps/%{name}/ # man file %{__mkdir} -p %{buildroot}/%{_datadir}/man/man1 cp -p doc/linsmith.1 %{buildroot}/%{_datadir}/man/man1 #examples mv %{buildroot}/%{_datadir}/%{name} examples/ %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README THANKS doc/manual.pdf %doc examples/ %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name} %{_datadir}/man/man1/%{name}.1.gz %changelog * Mon Dec 29 2008 Chitlesh Goorah - 0.99.11-2 - spec file updated as suggested in the #478368c2 * Mon Dec 29 2008 Chitlesh Goorah - 0.99.11-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/linsmith/F-10/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:33:18 -0000 1.1 +++ .cvsignore 5 Jan 2009 22:46:12 -0000 1.2 @@ -0,0 +1 @@ +linsmith-0.99.11.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/linsmith/F-10/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:33:18 -0000 1.1 +++ sources 5 Jan 2009 22:46:12 -0000 1.2 @@ -0,0 +1 @@ +33256af1c310309da6f03f2a2fe8a869 linsmith-0.99.11.tar.gz From dwalsh at fedoraproject.org Mon Jan 5 22:51:31 2009 From: dwalsh at fedoraproject.org (Daniel J Walsh) Date: Mon, 5 Jan 2009 22:51:31 +0000 (UTC) Subject: rpms/selinux-policy/devel policy-20090105.patch,1.1,1.2 Message-ID: <20090105225131.B6A2A7011F@cvs1.fedora.phx.redhat.com> Author: dwalsh Update of /cvs/extras/rpms/selinux-policy/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2381 Modified Files: policy-20090105.patch Log Message: * Mon Jan 5 2009 Dan Walsh 3.6.2-1 - Update to upstream policy-20090105.patch: Index: policy-20090105.patch =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/devel/policy-20090105.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- policy-20090105.patch 5 Jan 2009 22:35:32 -0000 1.1 +++ policy-20090105.patch 5 Jan 2009 22:51:01 -0000 1.2 @@ -17927,7 +17927,7 @@ + diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/razor.te serefpolicy-3.6.2/policy/modules/services/razor.te --- nsaserefpolicy/policy/modules/services/razor.te 2008-11-19 18:10:07.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/services/razor.te 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/services/razor.te 2009-01-05 17:43:13.000000000 -0500 @@ -6,6 +6,32 @@ # Declarations # @@ -17961,6 +17961,11 @@ type razor_exec_t; corecmd_executable_file(razor_exec_t) +@@ -61,3 +87,4 @@ + optional_policy(` + nscd_socket_use(razor_t) + ') ++') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/services/ricci.te serefpolicy-3.6.2/policy/modules/services/ricci.te --- nsaserefpolicy/policy/modules/services/ricci.te 2009-01-05 15:39:43.000000000 -0500 +++ serefpolicy-3.6.2/policy/modules/services/ricci.te 2009-01-05 17:10:36.000000000 -0500 From chitlesh at fedoraproject.org Mon Jan 5 22:53:27 2009 From: chitlesh at fedoraproject.org (Chitlesh GOORAH) Date: Mon, 5 Jan 2009 22:53:27 +0000 (UTC) Subject: rpms/linsmith/devel import.log, NONE, 1.1 linsmith.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105225327.18CD87011F@cvs1.fedora.phx.redhat.com> Author: chitlesh Update of /cvs/pkgs/rpms/linsmith/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2812/devel Modified Files: .cvsignore sources Added Files: import.log linsmith.spec Log Message: new package --- NEW FILE import.log --- linsmith-0_99_11-2_fc10:HEAD:linsmith-0.99.11-2.fc10.src.rpm:1231195751 --- NEW FILE linsmith.spec --- Name: linsmith Version: 0.99.11 Release: 2%{?dist} Summary: A Smith charting program Group: Applications/Engineering License: GPLv2 URL: http://jcoppens.com/soft/linsmith/index.en.php Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeprint22-devel BuildRequires: libgnomeui-devel BuildRequires: gettext BuildRequires: desktop-file-utils Requires: electronics-menu Requires: tcl %description linSmith is a Smith Charting program. It's main features are: * Definition of multiple load impedances * Addition of discrete and line components * A 'virtual' component switches from impedance to admittance to help explaining parallel components * The chart works in real impedances * Load and circuit configuration is stored separately, permitting several solutions without re-defining the other %prep %setup -q #remove unwanted file. %{__rm} -f pixmaps/Makefile.am~ %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} INSTALL="install -p" desktop-file-install \ --dir=%{buildroot}/%{_datadir}/applications \ --delete-original \ --remove-category GTK \ --remove-category GNOME \ --add-category "Electronics" \ %{_builddir}/%{name}-%{version}/%{name}.desktop # icon cp -p linsmith_icon.xpm %{buildroot}/%{_datadir}/pixmaps/%{name}/ # man file %{__mkdir} -p %{buildroot}/%{_datadir}/man/man1 cp -p doc/linsmith.1 %{buildroot}/%{_datadir}/man/man1 #examples mv %{buildroot}/%{_datadir}/%{name} examples/ %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README THANKS doc/manual.pdf %doc examples/ %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name} %{_datadir}/man/man1/%{name}.1.gz %changelog * Mon Dec 29 2008 Chitlesh Goorah - 0.99.11-2 - spec file updated as suggested in the #478368c2 * Mon Dec 29 2008 Chitlesh Goorah - 0.99.11-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/linsmith/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:33:18 -0000 1.1 +++ .cvsignore 5 Jan 2009 22:52:56 -0000 1.2 @@ -0,0 +1 @@ +linsmith-0.99.11.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/linsmith/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:33:18 -0000 1.1 +++ sources 5 Jan 2009 22:52:56 -0000 1.2 @@ -0,0 +1 @@ +33256af1c310309da6f03f2a2fe8a869 linsmith-0.99.11.tar.gz From dwalsh at fedoraproject.org Mon Jan 5 22:55:50 2009 From: dwalsh at fedoraproject.org (Daniel J Walsh) Date: Mon, 5 Jan 2009 22:55:50 +0000 (UTC) Subject: rpms/selinux-policy/devel sources,1.173,1.174 Message-ID: <20090105225550.A36087011F@cvs1.fedora.phx.redhat.com> Author: dwalsh Update of /cvs/extras/rpms/selinux-policy/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3483 Modified Files: sources Log Message: * Mon Jan 5 2009 Dan Walsh 3.6.2-1 - Update to upstream Index: sources =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/devel/sources,v retrieving revision 1.173 retrieving revision 1.174 diff -u -r1.173 -r1.174 --- sources 5 Jan 2009 22:35:32 -0000 1.173 +++ sources 5 Jan 2009 22:55:20 -0000 1.174 @@ -1 +1 @@ -5fdbc11560122f475411106da175db9a serefpolicy-3.6.2.tgz +44fa8cab20d73ab4beb07513931e01b6 serefpolicy-3.6.2.tgz From timn at fedoraproject.org Mon Jan 5 23:06:35 2009 From: timn at fedoraproject.org (Tim Niemueller) Date: Mon, 5 Jan 2009 23:06:35 +0000 (UTC) Subject: rpms/conexusmm/F-8 conexusmm.spec,1.8,1.9 Message-ID: <20090105230635.AC1D47011F@cvs1.fedora.phx.redhat.com> Author: timn Update of /cvs/pkgs/rpms/conexusmm/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8558/F-8 Modified Files: conexusmm.spec Log Message: - Rebuild for new papyrus 0.7.1-6 - Sync to F-10 version/release Tim Index: conexusmm.spec =================================================================== RCS file: /cvs/pkgs/rpms/conexusmm/F-8/conexusmm.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- conexusmm.spec 14 Mar 2007 06:24:00 -0000 1.8 +++ conexusmm.spec 5 Jan 2009 23:06:05 -0000 1.9 @@ -2,8 +2,8 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.5.0 -Release: 3%{?dist} -License: LGPL +Release: 6%{?dist} +License: LGPLv2 URL: http://conexus.sourceforge.net Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/%{name}-%{version}.tar.bz2 @@ -63,6 +63,16 @@ %{_datadir}/conexusmm-0.5.0/ %changelog +* Thu Jan 01 2009 Tim Niemueller - 0.5.0-6 +- Rebuild for new papyrus 0.7.1-6 +- Sync to F-10 version/release + +* Tue Jul 15 2008 Tom "spot" Callaway - 0.5.0-5 +- fix license tag + +* Tue Feb 19 2008 Fedora Release Engineering - 0.5.0-4 +- Autorebuild for GCC 4.3 + * Tue Mar 13 2007 Rick L Vinyard Jr - 0.5.0-3 - Bump release... didn't make new-sources From chitlesh at fedoraproject.org Mon Jan 5 23:08:11 2009 From: chitlesh at fedoraproject.org (Chitlesh GOORAH) Date: Mon, 5 Jan 2009 23:08:11 +0000 (UTC) Subject: rpms/linsmith/EL-5 import.log, NONE, 1.1 linsmith.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20090105230811.F1A217011F@cvs1.fedora.phx.redhat.com> Author: chitlesh Update of /cvs/pkgs/rpms/linsmith/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9205/EL-5 Modified Files: .cvsignore sources Added Files: import.log linsmith.spec Log Message: new package --- NEW FILE import.log --- linsmith-0_99_11-2_fc10:EL-5:linsmith-0.99.11-2.fc10.src.rpm:1231196351 --- NEW FILE linsmith.spec --- Name: linsmith Version: 0.99.11 Release: 2%{?dist} Summary: A Smith charting program Group: Applications/Engineering License: GPLv2 URL: http://jcoppens.com/soft/linsmith/index.en.php Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeprint22-devel BuildRequires: libgnomeui-devel BuildRequires: gettext BuildRequires: desktop-file-utils Requires: electronics-menu Requires: tcl %description linSmith is a Smith Charting program. It's main features are: * Definition of multiple load impedances * Addition of discrete and line components * A 'virtual' component switches from impedance to admittance to help explaining parallel components * The chart works in real impedances * Load and circuit configuration is stored separately, permitting several solutions without re-defining the other %prep %setup -q #remove unwanted file. %{__rm} -f pixmaps/Makefile.am~ %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} INSTALL="install -p" desktop-file-install \ --dir=%{buildroot}/%{_datadir}/applications \ --delete-original \ --remove-category GTK \ --remove-category GNOME \ --add-category "Electronics" \ %{_builddir}/%{name}-%{version}/%{name}.desktop # icon cp -p linsmith_icon.xpm %{buildroot}/%{_datadir}/pixmaps/%{name}/ # man file %{__mkdir} -p %{buildroot}/%{_datadir}/man/man1 cp -p doc/linsmith.1 %{buildroot}/%{_datadir}/man/man1 #examples mv %{buildroot}/%{_datadir}/%{name} examples/ %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README THANKS doc/manual.pdf %doc examples/ %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name} %{_datadir}/man/man1/%{name}.1.gz %changelog * Mon Dec 29 2008 Chitlesh Goorah - 0.99.11-2 - spec file updated as suggested in the #478368c2 * Mon Dec 29 2008 Chitlesh Goorah - 0.99.11-1 - Initial package Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/linsmith/EL-5/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 4 Jan 2009 20:33:18 -0000 1.1 +++ .cvsignore 5 Jan 2009 23:07:41 -0000 1.2 @@ -0,0 +1 @@ +linsmith-0.99.11.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/linsmith/EL-5/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 4 Jan 2009 20:33:18 -0000 1.1 +++ sources 5 Jan 2009 23:07:41 -0000 1.2 @@ -0,0 +1 @@ +33256af1c310309da6f03f2a2fe8a869 linsmith-0.99.11.tar.gz From pkgdb at fedoraproject.org Mon Jan 5 23:14:21 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 23:14:21 +0000 Subject: [pkgdb] papyrus: timn has requested watchbugzilla Message-ID: <20090105231421.6B66320873B@bastion.fedora.phx.redhat.com> timn has requested the watchbugzilla acl on papyrus (Fedora 8) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Mon Jan 5 23:14:23 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 23:14:23 +0000 Subject: [pkgdb] papyrus: timn has requested watchcommits Message-ID: <20090105231423.2FF89208D4F@bastion.fedora.phx.redhat.com> timn has requested the watchcommits acl on papyrus (Fedora 8) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Mon Jan 5 23:14:25 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 23:14:25 +0000 Subject: [pkgdb] papyrus: timn has requested commit Message-ID: <20090105231425.22C53208D52@bastion.fedora.phx.redhat.com> timn has requested the commit acl on papyrus (Fedora 8) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Mon Jan 5 23:14:30 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 23:14:30 +0000 Subject: [pkgdb] papyrus: timn has requested watchbugzilla Message-ID: <20090105231430.4BC22208D59@bastion.fedora.phx.redhat.com> timn has requested the watchbugzilla acl on papyrus (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Mon Jan 5 23:14:31 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 23:14:31 +0000 Subject: [pkgdb] papyrus: timn has requested watchcommits Message-ID: <20090105231431.9CB14208D60@bastion.fedora.phx.redhat.com> timn has requested the watchcommits acl on papyrus (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Mon Jan 5 23:14:32 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 23:14:32 +0000 Subject: [pkgdb] papyrus: timn has requested commit Message-ID: <20090105231432.BF3AE208D66@bastion.fedora.phx.redhat.com> timn has requested the commit acl on papyrus (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Mon Jan 5 23:14:37 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 23:14:37 +0000 Subject: [pkgdb] papyrus: timn has requested watchbugzilla Message-ID: <20090105231437.6163D208D9B@bastion.fedora.phx.redhat.com> timn has requested the watchbugzilla acl on papyrus (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Mon Jan 5 23:14:38 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 23:14:38 +0000 Subject: [pkgdb] papyrus: timn has requested watchcommits Message-ID: <20090105231438.A5DF3208DA5@bastion.fedora.phx.redhat.com> timn has requested the watchcommits acl on papyrus (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Mon Jan 5 23:14:40 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 23:14:40 +0000 Subject: [pkgdb] papyrus: timn has requested commit Message-ID: <20090105231440.30656208DA7@bastion.fedora.phx.redhat.com> timn has requested the commit acl on papyrus (Fedora 10) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Mon Jan 5 23:14:54 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 23:14:54 +0000 Subject: [pkgdb] papyrus: timn has requested watchbugzilla Message-ID: <20090105231454.B5BDB208D51@bastion.fedora.phx.redhat.com> timn has requested the watchbugzilla acl on papyrus (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Mon Jan 5 23:14:56 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 23:14:56 +0000 Subject: [pkgdb] papyrus: timn has requested watchcommits Message-ID: <20090105231456.817FB208D55@bastion.fedora.phx.redhat.com> timn has requested the watchcommits acl on papyrus (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Mon Jan 5 23:14:58 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 05 Jan 2009 23:14:58 +0000 Subject: [pkgdb] papyrus: timn has requested commit Message-ID: <20090105231458.43B8B208DAA@bastion.fedora.phx.redhat.com> timn has requested the commit acl on papyrus (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From hadess at fedoraproject.org Mon Jan 5 23:19:39 2009 From: hadess at fedoraproject.org (Bastien Nocera) Date: Mon, 5 Jan 2009 23:19:39 +0000 (UTC) Subject: rpms/totem/devel totem.spec,1.213,1.214 Message-ID: <20090105231939.8A55C7011F@cvs1.fedora.phx.redhat.com> Author: hadess Update of /cvs/pkgs/rpms/totem/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12279 Modified Files: totem.spec Log Message: * Mon Jan 05 2009 - Bastien Nocera - 2.25.3-6 - Remove compiled bits for the bug report scripts (#478889) Index: totem.spec =================================================================== RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v retrieving revision 1.213 retrieving revision 1.214 diff -u -r1.213 -r1.214 --- totem.spec 17 Dec 2008 15:07:40 -0000 1.213 +++ totem.spec 5 Jan 2009 23:19:07 -0000 1.214 @@ -10,7 +10,7 @@ Summary: Movie player for GNOME Name: totem Version: 2.25.3 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ with exceptions Group: Applications/Multimedia URL: http://projects.gnome.org/totem/ @@ -268,7 +268,8 @@ $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.{a,la} \ $RPM_BUILD_ROOT%{_libdir}/libbaconvideowidget*.{a,la} \ $RPM_BUILD_ROOT%{_libdir}/libbaconvideowidget.so \ - $RPM_BUILD_ROOT%{_libdir}/totem/plugins/bemused/ + $RPM_BUILD_ROOT%{_libdir}/totem/plugins/bemused/ \ + $RPM_BUILD_ROOT%{_libexecdir}/totem/totem-bugreport.py[co] %find_lang %{name} --with-gnome @@ -390,7 +391,7 @@ %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/ %dir %{_libexecdir}/totem -%{_libexecdir}/totem/totem-bugreport.py* +%{_libexecdir}/totem/totem-bugreport.py %{_libdir}/libbaconvideowidget.so* %dir %{_libdir}/totem/plugins %{_libdir}/totem/plugins/gromit @@ -457,6 +458,9 @@ %endif %changelog +* Mon Jan 05 2009 - Bastien Nocera - 2.25.3-6 +- Remove compiled bits for the bug report scripts (#478889) + * Wed Dec 17 2008 - Bastien Nocera - 2.25.3-5 - Whatever From timn at fedoraproject.org Mon Jan 5 23:36:42 2009 From: timn at fedoraproject.org (Tim Niemueller) Date: Mon, 5 Jan 2009 23:36:42 +0000 (UTC) Subject: rpms/conexusmm/F-9 conexusmm.spec,1.9,1.10 Message-ID: <20090105233642.70F057011F@cvs1.fedora.phx.redhat.com> Author: timn Update of /cvs/pkgs/rpms/conexusmm/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18283 Modified Files: conexusmm.spec Log Message: - Rebuild for new papyrus 0.7.1-6 - Sync to F-10 version/release Tim Index: conexusmm.spec =================================================================== RCS file: /cvs/pkgs/rpms/conexusmm/F-9/conexusmm.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- conexusmm.spec 19 Feb 2008 22:52:03 -0000 1.9 +++ conexusmm.spec 5 Jan 2009 23:36:11 -0000 1.10 @@ -2,8 +2,8 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.5.0 -Release: 4%{?dist} -License: LGPL +Release: 6%{?dist} +License: LGPLv2 URL: http://conexus.sourceforge.net Group: System Environment/Libraries Source: http://download.sourceforge.net/conexus/%{name}-%{version}.tar.bz2 @@ -63,6 +63,13 @@ %{_datadir}/conexusmm-0.5.0/ %changelog +* Thu Jan 01 2009 Tim Niemueller - 0.5.0-6 +- Rebuild for new papyrus 0.7.1-6 +- Sync to F-10 version/release + +* Tue Jul 15 2008 Tom "spot" Callaway - 0.5.0-5 +- fix license tag + * Tue Feb 19 2008 Fedora Release Engineering - 0.5.0-4 - Autorebuild for GCC 4.3 From dcantrel at fedoraproject.org Mon Jan 5 23:38:19 2009 From: dcantrel at fedoraproject.org (David Cantrell) Date: Mon, 5 Jan 2009 23:38:19 +0000 (UTC) Subject: rpms/anaconda/devel anaconda.spec,1.737,1.738 sources,1.728,1.729 Message-ID: <20090105233819.02C3C7011F@cvs1.fedora.phx.redhat.com> Author: dcantrel Update of /cvs/pkgs/rpms/anaconda/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18877 Modified Files: anaconda.spec sources Log Message: * Mon Jan 05 2009 David Cantrell - 11.5.0.4-1 - Workaround compile error due to (# 478663) (hdegoede) - Various packaging fixed from review (#225246) (hdegoede) - Show the header in certain non-lowres cases (#478765, alsadi AT ojuba.org). (clumens) - Remove doMultiMount. (clumens) - Use mount -t auto instead of passing a list of valid fstypes (#477328). (clumens) - Fix case sensitivity when searching for headers (kanarip) - Fix a traceback in checking for network install (ricky AT fedoraproject.org). (clumens) Index: anaconda.spec =================================================================== RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v retrieving revision 1.737 retrieving revision 1.738 diff -u -r1.737 -r1.738 --- anaconda.spec 5 Jan 2009 22:20:35 -0000 1.737 +++ anaconda.spec 5 Jan 2009 23:37:47 -0000 1.738 @@ -204,14 +204,17 @@ %endif %changelog -* Mon Jan 05 2009 Chris Lumens - 11.5.0.4-1 +* Mon Jan 05 2009 David Cantrell - 11.5.0.4-1 +- Workaround compile error due to (# 478663) (hdegoede) - Various packaging fixed from review (#225246) (hdegoede) -- Show the header in certain non-lowres cases (#478765, alsadi). +- Show the header in certain non-lowres cases (#478765, alsadi AT + ojuba.org). (clumens) - Remove doMultiMount. (clumens) - Use mount -t auto instead of passing a list of valid fstypes (#477328). (clumens) - Fix case sensitivity when searching for headers (kanarip) -- Fix a traceback in checking for network install (ricky). +- Fix a traceback in checking for network install (ricky AT + fedoraproject.org). (clumens) * Tue Dec 23 2008 David Cantrell - 11.5.0.3-1 - Initialize domainname to None (#477831) (dcantrell) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v retrieving revision 1.728 retrieving revision 1.729 diff -u -r1.728 -r1.729 --- sources 5 Jan 2009 22:20:35 -0000 1.728 +++ sources 5 Jan 2009 23:37:48 -0000 1.729 @@ -1 +1 @@ -00534cb4f6e168932ade7f9ca2324870 anaconda-11.5.0.4.tar.bz2 +5f32eee4e0d921598f538c0d208740a0 anaconda-11.5.0.4.tar.bz2 From timn at fedoraproject.org Mon Jan 5 23:39:04 2009 From: timn at fedoraproject.org (Tim Niemueller) Date: Mon, 5 Jan 2009 23:39:04 +0000 (UTC) Subject: rpms/conexusmm/F-10 conexusmm.spec,1.10,1.11 Message-ID: <20090105233904.386F97011F@cvs1.fedora.phx.redhat.com> Author: timn Update of /cvs/pkgs/rpms/conexusmm/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19110 Modified Files: conexusmm.spec Log Message: - Rebuild for new papyrus 0.7.1-6 Tim Index: conexusmm.spec =================================================================== RCS file: /cvs/pkgs/rpms/conexusmm/F-10/conexusmm.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- conexusmm.spec 15 Jul 2008 17:50:47 -0000 1.10 +++ conexusmm.spec 5 Jan 2009 23:38:33 -0000 1.11 @@ -2,7 +2,7 @@ Summary: Network and serial communication widgets for Gtkmm Name: conexusmm Version: 0.5.0 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2 URL: http://conexus.sourceforge.net Group: System Environment/Libraries @@ -63,6 +63,9 @@ %{_datadir}/conexusmm-0.5.0/ %changelog +* Thu Jan 01 2009 Tim Niemueller - 0.5.0-6 +- Rebuild for new papyrus 0.7.1-6 + * Tue Jul 15 2008 Tom "spot" Callaway - 0.5.0-5 - fix license tag From cwickert at fedoraproject.org Mon Jan 5 23:40:20 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Mon, 5 Jan 2009 23:40:20 +0000 (UTC) Subject: rpms/gnome-applet-timer/devel gnome-applet-timer.spec, 1.23, 1.24 timer-applet-2.0.1-stop-pulsing.patch, 1.1, 1.2 Message-ID: <20090105234020.9743E7011F@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19484/devel Modified Files: gnome-applet-timer.spec timer-applet-2.0.1-stop-pulsing.patch Log Message: * Mon Jan 05 2009 Christoph Wickert - 2.0.2-9 - Update patch as suggested by Michael Schwendt Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- gnome-applet-timer.spec 4 Jan 2009 20:11:10 -0000 1.23 +++ gnome-applet-timer.spec 5 Jan 2009 23:39:49 -0000 1.24 @@ -4,7 +4,7 @@ Name: gnome-applet-timer Version: 2.0.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A countdown timer applet for the GNOME panel Group: User Interface/Desktops @@ -100,11 +100,14 @@ %{python_sitelib}/timerapplet/ %changelog +* Mon Jan 05 2009 Christoph Wickert - 2.0.2-9 +- Update patch as suggested by Michael Schwendt + * Sun Jan 04 2009 Christoph Wickert - 2.0.2-8 -- Use Paul's patch instead of Michael's suggestion (#471465) +- Use Paul's patch to fix #471465 properly * Sun Jan 04 2009 Christoph Wickert - 2.0.2-7 -- Apply libnotify patch, thanks to Michael Schwendt and Paul Frields (#471465) +- Apply libnotify patch to fix #471465 * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 2.0.1-6 - Rebuild for Python 2.6 timer-applet-2.0.1-stop-pulsing.patch: Index: timer-applet-2.0.1-stop-pulsing.patch =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/timer-applet-2.0.1-stop-pulsing.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- timer-applet-2.0.1-stop-pulsing.patch 4 Jan 2009 20:09:28 -0000 1.1 +++ timer-applet-2.0.1-stop-pulsing.patch 5 Jan 2009 23:39:50 -0000 1.2 @@ -1,6 +1,14 @@ ---- timer-applet-2.0.1-orig/src/timerapplet/ui/Notifier.py 2007-04-27 21:31:03.000000000 -0400 -+++ timer-applet-2.0.1/src/timerapplet/ui/Notifier.py 2008-12-24 11:04:52.000000000 -0500 -@@ -25,12 +25,16 @@ +diff -Nur timer-applet-2.0.1-orig/src/timerapplet/ui/Notifier.py timer-applet-2.0.1/src/timerapplet/ui/Notifier.py +--- timer-applet-2.0.1-orig/src/timerapplet/ui/Notifier.py 2007-04-28 03:31:03.000000000 +0200 ++++ timer-applet-2.0.1/src/timerapplet/ui/Notifier.py 2009-01-05 16:38:54.000000000 +0100 +@@ -1,5 +1,6 @@ + import gobject + import pynotify ++import glib + + class Notifier(object): + _NOTIFICATION_REDISPLAY_INTERVAL_SECONDS = 60 +@@ -25,12 +26,16 @@ if self._timeout_id is not None: gobject.source_remove(self._timeout_id) self._timeout_id = None @@ -14,7 +22,7 @@ + try: + self._notify.close() + self._notify = None -+ except: ++ except glib.GError: + pass - def _on_notification_closed(self, notification, get_reminder_message_func): From cwickert at fedoraproject.org Mon Jan 5 23:40:21 2009 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Mon, 5 Jan 2009 23:40:21 +0000 (UTC) Subject: rpms/gnome-applet-timer/F-10 gnome-applet-timer.spec, 1.22, 1.23 timer-applet-2.0.1-stop-pulsing.patch, 1.1, 1.2 Message-ID: <20090105234021.217487011F@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/extras/rpms/gnome-applet-timer/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19484/F-10 Modified Files: gnome-applet-timer.spec timer-applet-2.0.1-stop-pulsing.patch Log Message: * Mon Jan 05 2009 Christoph Wickert - 2.0.2-9 - Update patch as suggested by Michael Schwendt Index: gnome-applet-timer.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/F-10/gnome-applet-timer.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- gnome-applet-timer.spec 4 Jan 2009 20:11:11 -0000 1.22 +++ gnome-applet-timer.spec 5 Jan 2009 23:39:50 -0000 1.23 @@ -4,7 +4,7 @@ Name: gnome-applet-timer Version: 2.0.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A countdown timer applet for the GNOME panel Group: User Interface/Desktops @@ -100,11 +100,14 @@ %{python_sitelib}/timerapplet/ %changelog +* Mon Jan 05 2009 Christoph Wickert - 2.0.2-9 +- Update patch as suggested by Michael Schwendt + * Sun Jan 04 2009 Christoph Wickert - 2.0.2-8 -- Use Paul's patch instead of Michael's suggestion (#471465) +- Use Paul's patch to fix #471465 properly * Sun Jan 04 2009 Christoph Wickert - 2.0.2-7 -- Apply libnotify patch, thanks to Michael Schwendt and Paul Frields (#471465) +- Apply libnotify patch to fix #471465 * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 2.0.1-6 - Rebuild for Python 2.6 timer-applet-2.0.1-stop-pulsing.patch: Index: timer-applet-2.0.1-stop-pulsing.patch =================================================================== RCS file: /cvs/extras/rpms/gnome-applet-timer/F-10/timer-applet-2.0.1-stop-pulsing.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- timer-applet-2.0.1-stop-pulsing.patch 4 Jan 2009 20:28:33 -0000 1.1 +++ timer-applet-2.0.1-stop-pulsing.patch 5 Jan 2009 23:39:50 -0000 1.2 @@ -1,6 +1,14 @@ ---- timer-applet-2.0.1-orig/src/timerapplet/ui/Notifier.py 2007-04-27 21:31:03.000000000 -0400 -+++ timer-applet-2.0.1/src/timerapplet/ui/Notifier.py 2008-12-24 11:04:52.000000000 -0500 -@@ -25,12 +25,16 @@ +diff -Nur timer-applet-2.0.1-orig/src/timerapplet/ui/Notifier.py timer-applet-2.0.1/src/timerapplet/ui/Notifier.py +--- timer-applet-2.0.1-orig/src/timerapplet/ui/Notifier.py 2007-04-28 03:31:03.000000000 +0200 ++++ timer-applet-2.0.1/src/timerapplet/ui/Notifier.py 2009-01-05 16:38:54.000000000 +0100 +@@ -1,5 +1,6 @@ + import gobject + import pynotify ++import glib + + class Notifier(object): + _NOTIFICATION_REDISPLAY_INTERVAL_SECONDS = 60 +@@ -25,12 +26,16 @@ if self._timeout_id is not None: gobject.source_remove(self._timeout_id) self._timeout_id = None @@ -14,7 +22,7 @@ + try: + self._notify.close() + self._notify = None -+ except: ++ except glib.GError: + pass - def _on_notification_closed(self, notification, get_reminder_message_func): From spot at fedoraproject.org Mon Jan 5 23:40:41 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 5 Jan 2009 23:40:41 +0000 (UTC) Subject: rpms/libmcrypt/F-10 libmcrypt.spec,1.11,1.12 Message-ID: <20090105234041.465F17011F@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/libmcrypt/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19558/F-10 Modified Files: libmcrypt.spec Log Message: fix multilib issue (bz 478879) Index: libmcrypt.spec =================================================================== RCS file: /cvs/extras/rpms/libmcrypt/F-10/libmcrypt.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libmcrypt.spec 26 Aug 2008 12:32:25 -0000 1.11 +++ libmcrypt.spec 5 Jan 2009 23:40:10 -0000 1.12 @@ -1,6 +1,6 @@ Name: libmcrypt Version: 2.5.8 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPLv2+ Group: System Environment/Libraries Summary: Encryption algorithms library @@ -45,6 +45,7 @@ find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} \; # Multilib fix +sed -i 's|-L%{_libdir}||g' $RPM_BUILD_ROOT%{_bindir}/libmcrypt-config touch -r NEWS $RPM_BUILD_ROOT%{_bindir}/libmcrypt-config %clean @@ -69,6 +70,9 @@ %{_datadir}/aclocal/libmcrypt.m4 %changelog +* Mon Jan 5 2009 Tom "spot" Callaway - 2.5.8-7 +- fix multilib conflict (bz 478879) + * Tue Aug 26 2008 Tom "spot" Callaway - 2.5.8-6 - apply minor cleanups from upstream From spot at fedoraproject.org Mon Jan 5 23:40:42 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 5 Jan 2009 23:40:42 +0000 (UTC) Subject: rpms/libmcrypt/devel libmcrypt.spec,1.11,1.12 Message-ID: <20090105234042.9C3877011F@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/libmcrypt/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19558/devel Modified Files: libmcrypt.spec Log Message: fix multilib issue (bz 478879) Index: libmcrypt.spec =================================================================== RCS file: /cvs/extras/rpms/libmcrypt/devel/libmcrypt.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libmcrypt.spec 26 Aug 2008 12:32:25 -0000 1.11 +++ libmcrypt.spec 5 Jan 2009 23:40:12 -0000 1.12 @@ -1,6 +1,6 @@ Name: libmcrypt Version: 2.5.8 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPLv2+ Group: System Environment/Libraries Summary: Encryption algorithms library @@ -45,6 +45,7 @@ find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} \; # Multilib fix +sed -i 's|-L%{_libdir}||g' $RPM_BUILD_ROOT%{_bindir}/libmcrypt-config touch -r NEWS $RPM_BUILD_ROOT%{_bindir}/libmcrypt-config %clean @@ -69,6 +70,9 @@ %{_datadir}/aclocal/libmcrypt.m4 %changelog +* Mon Jan 5 2009 Tom "spot" Callaway - 2.5.8-7 +- fix multilib conflict (bz 478879) + * Tue Aug 26 2008 Tom "spot" Callaway - 2.5.8-6 - apply minor cleanups from upstream From spot at fedoraproject.org Mon Jan 5 23:40:42 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Mon, 5 Jan 2009 23:40:42 +0000 (UTC) Subject: rpms/libmcrypt/F-9 libmcrypt.spec,1.11,1.12 Message-ID: <20090105234042.0C6417011F@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/libmcrypt/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19558/F-9 Modified Files: libmcrypt.spec Log Message: fix multilib issue (bz 478879) Index: libmcrypt.spec =================================================================== RCS file: /cvs/extras/rpms/libmcrypt/F-9/libmcrypt.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- libmcrypt.spec 26 Aug 2008 12:40:10 -0000 1.11 +++ libmcrypt.spec 5 Jan 2009 23:40:11 -0000 1.12 @@ -1,6 +1,6 @@ Name: libmcrypt Version: 2.5.8 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPLv2+ Group: System Environment/Libraries Summary: Encryption algorithms library @@ -45,6 +45,7 @@ find $RPM_BUILD_ROOT -type f -name '*.la' -exec rm -f {} \; # Multilib fix +sed -i 's|-L%{_libdir}||g' $RPM_BUILD_ROOT%{_bindir}/libmcrypt-config touch -r NEWS $RPM_BUILD_ROOT%{_bindir}/libmcrypt-config %clean @@ -69,6 +70,9 @@ %{_datadir}/aclocal/libmcrypt.m4 %changelog +* Mon Jan 5 2009 Tom "spot" Callaway - 2.5.8-7 +- fix multilib conflict (bz 478879) + * Tue Aug 26 2008 Tom "spot" Callaway - 2.5.8-6 - apply minor cleanups from upstream From lmacken at fedoraproject.org Mon Jan 5 23:53:00 2009 From: lmacken at fedoraproject.org (Luke Macken) Date: Mon, 5 Jan 2009 23:53:00 +0000 (UTC) Subject: rpms/bodhi/devel .cvsignore, 1.20, 1.21 bodhi.spec, 1.26, 1.27 sources, 1.22, 1.23 Message-ID: <20090105235300.E9EDE7011F@cvs1.fedora.phx.redhat.com> Author: lmacken Update of /cvs/pkgs/rpms/bodhi/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22317 Modified Files: .cvsignore bodhi.spec sources Log Message: * Mon Jan 05 2009 Luke Macken - 0.5.16-1 - Latest upstream bugfix release. * Mon Dec 22 2008 Luke Macken - 0.5.15-1 - Latest release, with more masher improvements. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bodhi/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 20 Dec 2008 01:45:22 -0000 1.20 +++ .cvsignore 5 Jan 2009 23:52:28 -0000 1.21 @@ -1 +1 @@ -bodhi-0.5.14.tar.bz2 +bodhi-0.5.16.tar.bz2 Index: bodhi.spec =================================================================== RCS file: /cvs/pkgs/rpms/bodhi/devel/bodhi.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- bodhi.spec 20 Dec 2008 01:45:22 -0000 1.26 +++ bodhi.spec 5 Jan 2009 23:52:29 -0000 1.27 @@ -2,7 +2,7 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: bodhi -Version: 0.5.14 +Version: 0.5.16 Release: 1%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet @@ -113,6 +113,12 @@ %changelog +* Mon Jan 05 2009 Luke Macken - 0.5.16-1 +- Latest upstream bugfix release. + +* Mon Dec 22 2008 Luke Macken - 0.5.15-1 +- Latest release, with more masher improvements. + * Fri Dec 19 2008 Luke Macken - 0.5.14-1 - Latest upstream release, containing some masher improvements. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bodhi/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 20 Dec 2008 01:45:22 -0000 1.22 +++ sources 5 Jan 2009 23:52:29 -0000 1.23 @@ -1 +1 @@ -4630ccd729d301044971e94675344252 bodhi-0.5.14.tar.bz2 +a76e28c05ab3349f538087046b3aac28 bodhi-0.5.16.tar.bz2 From emaldonado at fedoraproject.org Mon Jan 5 23:55:33 2009 From: emaldonado at fedoraproject.org (Elio Maldonado) Date: Mon, 5 Jan 2009 23:55:33 +0000 (UTC) Subject: rpms/crypto-utils/devel crypto-utils.spec,1.49,1.50 Message-ID: <20090105235533.AC310700DB@cvs1.fedora.phx.redhat.com> Author: emaldonado Update of /cvs/extras/rpms/crypto-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22967 Modified Files: crypto-utils.spec Log Message: fix ca server key name extension Index: crypto-utils.spec =================================================================== RCS file: /cvs/extras/rpms/crypto-utils/devel/crypto-utils.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- crypto-utils.spec 29 Dec 2008 00:54:13 -0000 1.49 +++ crypto-utils.spec 5 Jan 2009 23:55:03 -0000 1.50 @@ -4,7 +4,7 @@ Summary: SSL certificate and key management utilities Name: crypto-utils Version: 2.4.1 -Release: 5 +Release: 6 Source: crypto-rand-%{crver}.tar.gz Source1: genkey.pl Source2: certwatch.c @@ -131,6 +131,9 @@ %{perl_vendorarch}/auto/Crypt %changelog +* Mon Jan 05 2009 Elio Maldonado - 2.4.1-6 +- genkey: fix ca key name extension + * Wed Dec 28 2008 Elio Maldonado - 2.4.1-5 - genkey: fix server key name extension - certwatch: code cleanup From xavierb at fedoraproject.org Tue Jan 6 00:08:06 2009 From: xavierb at fedoraproject.org (Xavier Bachelot) Date: Tue, 6 Jan 2009 00:08:06 +0000 (UTC) Subject: rpms/xorg-x11-drv-openchrome/F-10 openchrome-0.2.903-latest_snapshot.patch, NONE, 1.1 openchrome.xinf, 1.1, 1.2 xorg-x11-drv-openchrome.spec, 1.32, 1.33 Message-ID: <20090106000806.3B67370140@cvs1.fedora.phx.redhat.com> Author: xavierb Update of /cvs/pkgs/rpms/xorg-x11-drv-openchrome/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26557 Modified Files: openchrome.xinf xorg-x11-drv-openchrome.spec Added Files: openchrome-0.2.903-latest_snapshot.patch Log Message: openchrome trunk rev 711 openchrome-0.2.903-latest_snapshot.patch: --- NEW FILE openchrome-0.2.903-latest_snapshot.patch --- Index: configure.ac =================================================================== --- configure.ac (.../tags/release_0_2_903) (revision 711) +++ configure.ac (.../trunk) (revision 711) @@ -70,7 +70,7 @@ XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto) # Checks for pkg-config packages -PKG_CHECK_MODULES(XORG, [xorg-server xproto xvmc fontsproto libdrm $REQUIRED_MODULES]) +PKG_CHECK_MODULES(XORG, [xorg-server xproto fontsproto libdrm $REQUIRED_MODULES]) sdkdir=$(pkg-config --variable=sdkdir xorg-server) # Checks for libraries. @@ -126,6 +126,7 @@ if test "x$XVMC" = xyes; then AC_CHECK_HEADERS(pthread.h sys/ioctl.h sys/time.h time.h,,[XVMC="no"; break],) + PKG_CHECK_MODULES(XVMC, [x11 xext xvmc]) fi AC_MSG_CHECKING([whether to build XvMC driver support]) @@ -133,33 +134,10 @@ AM_CONDITIONAL(XVMC, test x$XVMC = xyes) -AC_CHECK_FILE([${sdkdir}/xf86Module.h], - [have_xf86Module_h="yes"], [have_xf86Module_h="no"]) - # Check the ABI_VIDEODRV_VERSION SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $XORG_CFLAGS" -if test "x$have_xf86Module_h" = xyes; then -AC_MSG_CHECKING([whether to use old Xv ABI]) - AC_PREPROC_IFELSE([AC_LANG_PROGRAM([[ - ]])], - [OLD_XVABI=no], - [OLD_XVABI=yes]) -else - OLD_XVABI=yes - echo -n "xf86Module.h not found, " -fi - -CFLAGS="$SAVE_CFLAGS" - -if test "x$OLD_XVABI" = xyes; then - echo "yes." -else - echo "no." - AC_DEFINE(USE_NEW_XVABI, 1, [Use new Xv ABI (7.1RC1+)]) -fi - AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test x$XSERVER_LIBPCIACCESS = xyes) if test "$XSERVER_LIBPCIACCESS" = yes; then AC_DEFINE(XSERVER_LIBPCIACCESS,1,[Enable libpciaccess]) Index: libxvmc/Makefile.am =================================================================== --- libxvmc/Makefile.am (.../tags/release_0_2_903) (revision 711) +++ libxvmc/Makefile.am (.../trunk) (revision 711) @@ -24,13 +24,13 @@ xf86dristr.h \ vldXvMC.h -libchromeXvMC_la_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -I$(top_srcdir)/src -I$(top_srcdir)/libxvmc -DTRUE=1 -DFALSE=0 +libchromeXvMC_la_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ @XVMC_CFLAGS@ -I$(top_srcdir)/src -I$(top_srcdir)/libxvmc -DTRUE=1 -DFALSE=0 libchromeXvMC_la_LDFLAGS = -version-number 1:0:0 -libchromeXvMC_la_LIBADD = @DRI_LIBS@ +libchromeXvMC_la_LIBADD = @DRI_LIBS@ @XVMC_LIBS@ -libchromeXvMCPro_la_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ -I$(top_srcdir)/src -I$(top_srcdir)/libxvmc -DTRUE=1 -DFALSE=0 +libchromeXvMCPro_la_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ @XVMC_CFLAGS@ -I$(top_srcdir)/src -I$(top_srcdir)/libxvmc -DTRUE=1 -DFALSE=0 libchromeXvMCPro_la_LDFLAGS = -version-number 1:0:0 -libchromeXvMCPro_la_LIBADD = @DRI_LIBS@ +libchromeXvMCPro_la_LIBADD = @DRI_LIBS@ @XVMC_LIBS@ else EXTRA_DIST = \ driDrawable.c \ Index: libxvmc/viaLowLevelPro.c =================================================================== --- libxvmc/viaLowLevelPro.c (.../tags/release_0_2_903) (revision 711) +++ libxvmc/viaLowLevelPro.c (.../trunk) (revision 711) @@ -1460,13 +1460,13 @@ if (size != mem->size) { if (mem->size) - drmCommandWrite(xl->fd, DRM_VIA_FREEMEM, mem, sizeof(mem)); + drmCommandWrite(xl->fd, DRM_VIA_FREEMEM, mem, sizeof(*mem)); mem->context = *(xl->drmcontext); mem->size = size; mem->type = VIA_MEM_VIDEO; if (((ret = drmCommandWriteRead(xl->fd, DRM_VIA_ALLOCMEM, mem, - sizeof(mem))) < 0) || mem->size != size) { + sizeof(*mem))) < 0) || mem->size != size) { mem->size = 0; return -1; } @@ -1484,7 +1484,7 @@ drm_via_mem_t *mem = &buf->mem; if (mem->size) - drmCommandWrite(xl->fd, DRM_VIA_FREEMEM, mem, sizeof(mem)); + drmCommandWrite(xl->fd, DRM_VIA_FREEMEM, mem, sizeof(*mem)); mem->size = 0; } Index: libxvmc/viaXvMC.c =================================================================== --- libxvmc/viaXvMC.c (.../tags/release_0_2_903) (revision 711) +++ libxvmc/viaXvMC.c (.../trunk) (revision 711) @@ -248,7 +248,7 @@ return errType; } -Status +_X_EXPORT Status XvMCCreateContext(Display * display, XvPortID port, int surface_type_id, int width, int height, int flags, XvMCContext * context) @@ -572,7 +572,7 @@ return Success; } -Status +_X_EXPORT Status XvMCDestroyContext(Display * display, XvMCContext * context) { ViaXvMCContext *pViaXvMC; @@ -594,7 +594,7 @@ return releaseContextResources(display, context, 1, Success); } -Status +_X_EXPORT Status XvMCCreateSurface(Display * display, XvMCContext * context, XvMCSurface * surface) { @@ -661,7 +661,7 @@ return Success; } -Status +_X_EXPORT Status XvMCDestroySurface(Display * display, XvMCSurface * surface) { ViaXvMCSurface *pViaSurface; @@ -684,7 +684,7 @@ return Success; } -Status +_X_EXPORT Status XvMCPutSlice2(Display * display, XvMCContext * context, char *slice, int nBytes, int sliceCode) { @@ -711,7 +711,7 @@ return Success; } -Status +_X_EXPORT Status XvMCPutSlice(Display * display, XvMCContext * context, char *slice, int nBytes) { @@ -781,7 +781,7 @@ return Success; } -Status +_X_EXPORT Status XvMCPutSurface(Display * display, XvMCSurface * surface, Drawable draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, @@ -964,7 +964,7 @@ printf("flags: 0x%x\n", control->flags); } -Status +_X_EXPORT Status XvMCBeginSurface(Display * display, XvMCContext * context, XvMCSurface * target_surface, @@ -1062,7 +1062,7 @@ return Success; } -Status +_X_EXPORT Status XvMCSyncSurface(Display * display, XvMCSurface * surface) { ViaXvMCSurface *pViaSurface; @@ -1124,7 +1124,7 @@ return Success; } -Status +_X_EXPORT Status XvMCLoadQMatrix(Display * display, XvMCContext * context, const XvMCQMatrix * qmx) [...6816 lines suppressed...] + if (RED_BLANK_RQD) { + mode->Flags |= V_PHSYNC ; + mode->Flags |= V_NVSYNC ; + } else { + mode->Flags |= V_NHSYNC ; + mode->Flags |= V_PVSYNC ; + } + + if (!(mode->Flags & V_PHSYNC)) mode->Flags |= V_NHSYNC ; + if (!(mode->Flags & V_NHSYNC)) mode->Flags |= V_PHSYNC ; + if (!(mode->Flags & V_PVSYNC)) mode->Flags |= V_NVSYNC ; + if (!(mode->Flags & V_NVSYNC)) mode->Flags |= V_PVSYNC ; + + if (INT_RQD) mode->Flags |= V_INTERLACE ; + } else { + ret |= TIMING_ERR_BAD_ALLOC ; + } + + return ret ; +} + +int viaTimingCvt(DisplayModePtr mode, int width, int height, float refresh, Bool interlaced, Bool reducedBlanking) { + return timingGenerateMode( mode, FALSE, width, height, refresh, interlaced, reducedBlanking ) ; +} + +int viaTimingGtf(DisplayModePtr mode, int width, int height, float refresh, Bool interlaced) { + return timingGenerateMode( mode, TRUE, width, height, refresh, interlaced, FALSE ) ; +} Index: src/Makefile.am =================================================================== --- src/Makefile.am (.../tags/release_0_2_903) (revision 711) +++ src/Makefile.am (.../trunk) (revision 711) @@ -43,23 +43,29 @@ via_ch7xxx.c \ via_ch7xxx.h \ via_cursor.c \ + via_crtc.c \ via_dga.c \ + via_display.c \ via_dmabuffer.h \ via_driver.c \ via_driver.h \ via_i2c.c \ via_id.c \ via_id.h \ + via_lvds.c \ via_memcpy.c \ via_memcpy.h \ via_memory.c \ via_mode.c \ via_mode.h \ + via_panel.c \ via_priv.h \ via_regs.h \ via_shadow.c \ via_swov.c \ via_swov.h \ + via_timing.c \ + via_timing.h \ via_vbe.c \ via_vgahw.c \ via_vgahw.h \ Index: src/via_dga.c =================================================================== --- src/via_dga.c (.../tags/release_0_2_903) (revision 711) +++ src/via_dga.c (.../trunk) (revision 711) @@ -248,7 +248,7 @@ pScrn->SwitchMode(index, pScrn->currentMode, 0); if (pVia->hwcursor) - VIAShowCursor(pScrn); + viaShowCursor(pScrn); pVia->DGAactive = FALSE; } @@ -261,7 +261,7 @@ #endif if (pVia->hwcursor) - VIAHideCursor(pScrn); + viaHideCursor(pScrn); if (!pVia->DGAactive) { /* save the old parameters */ pVia->DGAOldDisplayWidth = pScrn->displayWidth; Index: src/via_id.c =================================================================== --- src/via_id.c (.../tags/release_0_2_903) (revision 711) +++ src/via_id.c (.../trunk) (revision 711) @@ -87,6 +87,7 @@ {"Asustek K8V-MX", VIA_K8M800, 0x1043, 0x8129, VIA_DEVICE_CRT}, {"Mitac 8399", VIA_K8M800, 0x1071, 0x8399, VIA_DEVICE_CRT | VIA_DEVICE_LCD | VIA_DEVICE_TV}, /* aka "Pogolinux Konabook 3100" */ {"Mitac 8889", VIA_K8M800, 0x1071, 0x8889, VIA_DEVICE_CRT | VIA_DEVICE_LCD | VIA_DEVICE_TV}, + {"MSI K8M Neo-V (broken pci id)", VIA_K8M800, 0x1106, 0x0204, VIA_DEVICE_CRT}, {"VIA VT3108 (K8M800)", VIA_K8M800, 0x1106, 0x3108, VIA_DEVICE_CRT}, /* borrowed by Asustek A8V-MX */ {"Shuttle FX21", VIA_K8M800, 0x1297, 0x3052, VIA_DEVICE_CRT}, {"Shuttle FX83", VIA_K8M800, 0x1297, 0xF683, VIA_DEVICE_CRT | VIA_DEVICE_TV}, @@ -113,6 +114,7 @@ {"Packard Bell Imedia 2097", VIA_K8M800, 0x1631, 0xD007, VIA_DEVICE_CRT}, {"Fujitsu-Siemens Amilo K7610", VIA_K8M800, 0x1734, 0x10B3, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, {"ASRock K8Upgrade-VM800", VIA_K8M800, 0x1849, 0x3108, VIA_DEVICE_CRT}, + {"Axper XP-M8VM800", VIA_K8M800, 0x1940, 0xD000, VIA_DEVICE_CRT}, /*** PM800, PM880, PN800, CN400 ***/ {"VIA VT3118 (PM800)", VIA_PM800, 0x1106, 0x3118, VIA_DEVICE_CRT}, /* borrowed by ECS PM800-M2 */ @@ -158,6 +160,7 @@ {"Asustek P5V800-MX", VIA_VM800, 0x3344, 0x1122, VIA_DEVICE_CRT}, /*** K8M890 ***/ + {"IBM AnyPlace Kiosk 3xx", VIA_K8M890, 0x1106, 0x3230, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, {"Asustek A8V-VM", VIA_K8M890, 0x1043, 0x81B5, VIA_DEVICE_CRT}, {"Asustek M2V-MX SE", VIA_K8M890, 0x1043, 0x8297, VIA_DEVICE_CRT}, {"Foxconn K8M890M2MA-RS2H", VIA_K8M890, 0x105B, 0x0C84, VIA_DEVICE_CRT}, @@ -190,12 +193,13 @@ {"ASRock P4VM900-SATA2", VIA_P4M900, 0x1849, 0x3371, VIA_DEVICE_CRT}, /*** CX700 ***/ - {"VIA VT8454B", VIA_CX700, 0x0908, 0x1975, VIA_DEVICE_CRT}, /* Evaluation board, reference possibly wrong */ + {"VIA VT8454B", VIA_CX700, 0x0908, 0x1975, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, /* Evaluation board, reference possibly wrong */ {"VIA VT3324 (CX700)", VIA_CX700, 0x1106, 0x3157, VIA_DEVICE_CRT}, {"MSI Fuzzy CX700/CX700D", VIA_CX700, 0x1462, 0x8020, VIA_DEVICE_CRT | VIA_DEVICE_LCD | VIA_DEVICE_TV}, {"Samsung Q1B", VIA_CX700, 0x144D, 0xC02C, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, {"FIC CE260", VIA_CX700, 0x1509, 0x2D30, VIA_DEVICE_LCD}, {"FIC CE261", VIA_CX700, 0x1509, 0x2F07, VIA_DEVICE_LCD}, + {"Gigabyte M704 / RoverPC A700GQ", VIA_CX700, 0x161F, 0x2060, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, {"Packard Bell EasyNote XS", VIA_CX700, 0x1631, 0xC201, VIA_DEVICE_LCD}, /* aka Everex Cloudbook CE1200V */ /*** P4M890, VN890 ***/ @@ -204,11 +208,16 @@ {"Asustek P5V-VM ULTRA", VIA_P4M890, 0x1043, 0x81B5, VIA_DEVICE_CRT}, {"Asustek P5V-VM DH", VIA_P4M890, 0x1043, 0x81CE, VIA_DEVICE_CRT}, {"Mitac 8615", VIA_P4M890, 0x1071, 0x8615, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, + {"Mitac 8624 (Joybook R41E)", VIA_P4M890, 0x1071, 0x8624, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, {"VIA VT3343 (P4M890)", VIA_P4M890, 0x1106, 0x3343, VIA_DEVICE_CRT}, {"MSI P4M890M-L/IL (MS-7255)", VIA_P4M890, 0x1462, 0x7255, VIA_DEVICE_CRT}, {"Biostar P4M890-M7 TE", VIA_P4M890, 0x1565, 0x1207, VIA_DEVICE_CRT}, {"ASRock P4VM890", VIA_P4M890, 0x1849, 0x3343, VIA_DEVICE_CRT}, + /*** VX800 ***/ + {"VIA Epia M700", VIA_VX800, 0x1106, 0x1122, VIA_DEVICE_CRT}, + {"Quanta DreamBook Light IL1", VIA_VX800, 0x152d, 0x0771, VIA_DEVICE_CRT | VIA_DEVICE_LCD}, + /* keep this */ {NULL, VIA_UNKNOWN, 0x0000, 0x0000, VIA_DEVICE_NONE} }; Index: src/via_timing.h =================================================================== --- src/via_timing.h (.../tags/release_0_2_903) (revision 0) +++ src/via_timing.h (.../trunk) (revision 711) @@ -0,0 +1,51 @@ +/* + * Copyright 2007-2008 Gabriel Mansi. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice (including the next + * paragraph) shall be included in all copies or substantial portions of the + * Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. + * + */ + +#ifndef _TIMING_H_ +#define _TIMING_H_ + +#include "xf86.h" + +/* Aspect ratio not CVT standard */ +#define TIMING_CVT_WARN_ASPECT_RATIO 1 << 0 + +/* Error allocating memory */ +#define TIMING_ERR_BAD_ALLOC 1 << 1 + +/* Refresh rate not CVT standard */ +#define TIMING_CVT_WARN_REFRESH_RATE 1 << 2 + +/* Refresh rate not valid for reducing blanking */ +#define TIMING_CVT_WARN_REFRESH_RATE_NOT_RB 1 << 3 + +/** + * Geneartes a CVT modeline + * mode must not be null, if mode->name is null a new char* will be allocated. + * + */ +int viaTimingCvt(DisplayModePtr mode, int width, int height, float refresh, Bool interlaced, Bool reducedBlanking); + +int viaTimingGtf(DisplayModePtr mode, int width, int height, float refresh, Bool interlaced) ; + +#endif /*_TIMING_H_*/ Index: openchrome.xinf =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-openchrome/F-10/openchrome.xinf,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- openchrome.xinf 2 Nov 2007 16:32:18 -0000 1.1 +++ openchrome.xinf 6 Jan 2009 00:07:34 -0000 1.2 @@ -28,3 +28,6 @@ # 1106:3371 - P4M900 (PCI_CHIP_VT3364) alias pcivideo:v00001106d00003371sv*sd*bc*sc*i* openchrome + +# 1106:1122 - VX800 (PCI_CHIP_VT3353) +alias pcivideo:v00001106d00001122sv*sd*bc*sc*i* openchrome Index: xorg-x11-drv-openchrome.spec =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-openchrome/F-10/xorg-x11-drv-openchrome.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- xorg-x11-drv-openchrome.spec 30 Dec 2008 01:40:12 -0000 1.32 +++ xorg-x11-drv-openchrome.spec 6 Jan 2009 00:07:34 -0000 1.33 @@ -9,7 +9,7 @@ Summary: Xorg X11 openchrome video driver Name: xorg-x11-drv-openchrome Version: 0.2.903 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.openchrome.org License: MIT Group: User Interface/X Hardware Support @@ -19,12 +19,13 @@ Source1: openchrome.xinf # Patches from upstream trunk : -Patch1: openchrome-0.2.903-sync_pciids.patch -Patch2: openchrome-0.2.903-fix_bltsize.patch +#Patch1: openchrome-0.2.903-sync_pciids.patch +#Patch2: openchrome-0.2.903-fix_bltsize.patch +Patch99: openchrome-0.2.903-latest_snapshot.patch # Fedora specific patches : -Patch100: openchrome-0.2.903-re_enable_AGPDMA.patch +#Patch100: openchrome-0.2.903-re_enable_AGPDMA.patch # Experimental patches (branch backport, etc...): -Patch200: openchrome-0.2.903-panel.patch +#Patch200: openchrome-0.2.903-panel.patch ExclusiveArch: %{ix86} x86_64 @@ -61,16 +62,19 @@ %prep %setup -q -n %{tarball}-%{version} -%patch1 -p0 -b .pciids -%patch2 -p0 -b .bltsize -%patch100 -p0 -b .agpdma -%patch200 -p0 -b .panel +#%patch1 -p0 -b .pciids +#%patch2 -p0 -b .bltsize +%patch99 -p0 -b .latest +#%patch100 -p0 -b .agpdma +#%patch200 -p0 -b .panel + %build -autoreconf +autoreconf -iv %configure --disable-static --enable-dri make + %install rm -rf $RPM_BUILD_ROOT @@ -83,14 +87,17 @@ # should be fixed in upstream Makefile.am or whatever. find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f -- + %clean rm -rf $RPM_BUILD_ROOT + %post if [ -e /etc/X11/xorg.conf ]; then sed -i "/Driver/s/via/openchrome/" /etc/X11/xorg.conf || : fi + %files %defattr(-,root,root,-) %doc COPYING NEWS README @@ -113,42 +120,49 @@ %changelog -* Mon Dec 29 2008 Xavier Bachelot - 0.2.903-2 +* Mon Jan 05 2009 Xavier Bachelot - 0.2.903-3 +- Sync spec file with Rawhide. +- Update to latest snapshot (svn 711) : + - ARGB hardware cursor. + - VX800 support. + - Assorted bug fixes and small enhancements. + +* Mon Dec 29 2008 Xavier Bachelot - 0.2.903-2 - Fix for RHBZ#446489. -* Wed Aug 20 2008 Xavier Bachelot - 0.2.903-1 +* Wed Aug 20 2008 Xavier Bachelot - 0.2.903-1 - Update to 0.2.903. -* Wed Aug 06 2008 Xavier Bachelot - 0.2.902-10 +* Wed Aug 06 2008 Xavier Bachelot - 0.2.902-10 - Disable argb cursor for K8M800. -* Sun Aug 03 2008 Xavier Bachelot - 0.2.902-9 +* Sun Aug 03 2008 Xavier Bachelot - 0.2.902-9 - New version of the panel and hw cursor patch. - Rawhide is now using patch --fuzz=0, fixes for induced issues. -* Mon Jun 23 2008 Xavier Bachelot - 0.2.902-8 +* Mon Jun 23 2008 Xavier Bachelot - 0.2.902-8 - New version of the panel and hw cursor patch. -* Sat May 31 2008 Xavier Bachelot - 0.2.902-7 +* Sat May 31 2008 Xavier Bachelot - 0.2.902-7 - New panel and hardware cursor code from randr branch. -* Sun May 31 2008 Xavier Bachelot - 0.2.902-6 +* Sun May 31 2008 Xavier Bachelot - 0.2.902-6 - Disable XvDMA for K8M890 and P4M890 (RHBZ #391621). -* Mon May 26 2008 Xavier Bachelot - 0.2.902-5 +* Mon May 26 2008 Xavier Bachelot - 0.2.902-5 - Add patch to fix Xv on LCD for CX700. -* Sun May 25 2008 Xavier Bachelot - 0.2.902-4 +* Sun May 25 2008 Xavier Bachelot - 0.2.902-4 - Unbreak ActiveDevice option. -* Thu Apr 17 2008 Xavier Bachelot - 0.2.902-3 +* Thu Apr 17 2008 Xavier Bachelot - 0.2.902-3 - Strip leading /trunk/ from patch #2 and #3. -* Sun Apr 13 2008 Xavier Bachelot - 0.2.902-2 +* Sun Apr 13 2008 Xavier Bachelot - 0.2.902-2 - Add patch to properly report driver version in the libpciaccess code path. - Add patch to properly report chipset revision in the libpciaccess code path. -* Wed Apr 09 2008 Xavier Bachelot - 0.2.902-1 +* Wed Apr 09 2008 Xavier Bachelot - 0.2.902-1 - New upstream release. - Re-enable AGPDMA for K8M800 and VM800, as the drm bug is fixed in kernel >= 2.6.25rc7 (Patch #1). @@ -156,56 +170,56 @@ * Mon Mar 17 2008 Jesse Keating - 0.2.901-16 - Remove dangerous unversioned obsoletes/provides. -* Sun Mar 16 2008 Xavier Bachelot - 0.2.901-15 +* Sun Mar 16 2008 Xavier Bachelot - 0.2.901-15 - Update to latest svn snapshot (Rev. 553). -* Sun Mar 09 2008 Xavier Bachelot - 0.2.901-14 +* Sun Mar 09 2008 Xavier Bachelot - 0.2.901-14 - Revert to last good version of the libpciaccess patch. -* Sun Mar 09 2008 Xavier Bachelot - 0.2.901-13 +* Sun Mar 09 2008 Xavier Bachelot - 0.2.901-13 - Temporarily revert to old memory detection method. We need something that works out of the box for F9 Beta. -* Sat Mar 08 2008 Xavier Bachelot - 0.2.901-12 +* Sat Mar 08 2008 Xavier Bachelot - 0.2.901-12 - Yet another revision of the libpciaccess patch. -* Fri Mar 07 2008 Xavier Bachelot - 0.2.901-11 +* Fri Mar 07 2008 Xavier Bachelot - 0.2.901-11 - Fix a typo in libpciaccess patch. * Fri Mar 07 2008 Adam Jackson 0.2.901-10 - Fix -devel subpackage to obsolete via-devel properly. -* Thu Mar 06 2008 Xavier Bachelot - 0.2.901-9 +* Thu Mar 06 2008 Xavier Bachelot - 0.2.901-9 - Fix libpciaccess patch. -* Thu Mar 06 2008 Xavier Bachelot - 0.2.901-8 +* Thu Mar 06 2008 Xavier Bachelot - 0.2.901-8 - Add patch to fix XV on LCD for VM800. - Improved libpciaccess patch. * Wed Feb 20 2008 Fedora Release Engineering - 0.2.901-7 - Autorebuild for GCC 4.3 -* Wed Jan 23 2008 Xavier Bachelot - 0.2.901-6 +* Wed Jan 23 2008 Xavier Bachelot - 0.2.901-6 - Add patch to properly set fifo on P4M900. -* Fri Jan 19 2008 Xavier Bachelot - 0.2.901-5 +* Fri Jan 19 2008 Xavier Bachelot - 0.2.901-5 - Add patch to replace xf86memcpy by plain memcpy. -* Thu Jan 10 2008 Xavier Bachelot - 0.2.901-4 +* Thu Jan 10 2008 Xavier Bachelot - 0.2.901-4 - Another try at fixing the libpciaccess patch. -* Mon Jan 07 2008 Xavier Bachelot - 0.2.901-3 +* Mon Jan 07 2008 Xavier Bachelot - 0.2.901-3 - And now fix patch filename... -* Mon Jan 07 2008 Xavier Bachelot - 0.2.901-2 +* Mon Jan 07 2008 Xavier Bachelot - 0.2.901-2 - Fix broken libpciaccess patch. -* Wed Jan 02 2008 Xavier Bachelot - 0.2.901-1 +* Wed Jan 02 2008 Xavier Bachelot - 0.2.901-1 - Update to 0.2.901. - Remove obsoleted patches. - Update libpciaccess patch. -* Fri Dec 08 2007 Xavier Bachelot - 0.2.900-9 +* Fri Dec 08 2007 Xavier Bachelot - 0.2.900-9 - Add patch for preliminary libpciaccess support. * Wed Nov 28 2007 Adam Jackson 0.2.900-8 @@ -213,31 +227,31 @@ - Munge xorg.conf in %%post to change from via to openchrome. - Drive-by spec cleanups. -* Fri Nov 02 2007 Xavier Bachelot - 0.2.900-7 +* Fri Nov 02 2007 Xavier Bachelot - 0.2.900-7 - Replace broken VT1625 NTSC patch. - Add patch to announce as release not as development build. - First official Fedora build. -* Thu Oct 18 2007 Xavier Bachelot - 0.2.900-6 +* Thu Oct 18 2007 Xavier Bachelot - 0.2.900-6 - Update to official 0.2.900 -* Wed Oct 10 2007 Xavier Bachelot - 0.2.900-5 +* Wed Oct 10 2007 Xavier Bachelot - 0.2.900-5 - Update to release_0_3_0 branch rev. 410 - Add VT1625 patch for 720x576 PAL -* Mon Sep 10 2007 Xavier Bachelot - 0.2.900-4 +* Mon Sep 10 2007 Xavier Bachelot - 0.2.900-4 - Update to release_0_3_0 branch rev. 384 plus all changes from experimental merged back - Remove upstream patch #2 -* Wed Aug 01 2007 Xavier Bachelot - 0.2.900-3 +* Wed Aug 01 2007 Xavier Bachelot - 0.2.900-3 - Update to release_0_3_0 branch rev. 380 (fix a bug with XvMC acceleration) - Add a patch to allow proper detection of DDR667 (patch #2) -* Mon Jul 16 2007 Xavier Bachelot - 0.2.900-2 +* Mon Jul 16 2007 Xavier Bachelot - 0.2.900-2 - Update to release_0_3_0 branch rev. 373 - Add release notes to %%doc -* Thu Jul 05 2007 Xavier Bachelot - 0.2.900-1 +* Thu Jul 05 2007 Xavier Bachelot - 0.2.900-1 - Initial build (release_0_3_0 branch rev. 365) - Add some NTSC modes for the VT1625 (patch #1) From whot at fedoraproject.org Tue Jan 6 01:02:41 2009 From: whot at fedoraproject.org (Peter Hutterer) Date: Tue, 6 Jan 2009 01:02:41 +0000 (UTC) Subject: rpms/linuxwacom/devel linuxwacom-0.8.0.3-nocrash-removal.patch, NONE, 1.1 linuxwacom.spec, 1.66, 1.67 Message-ID: <20090106010241.A332870125@cvs1.fedora.phx.redhat.com> Author: whot Update of /cvs/pkgs/rpms/linuxwacom/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11183 Modified Files: linuxwacom.spec Added Files: linuxwacom-0.8.0.3-nocrash-removal.patch Log Message: * Tue Jan 06 2009 Peter Hutterer 0.8.0.3-7 - linuxwacom-0.8.0.3-nocrash-removal.patch: don't free the device's private, it causes a SIGABRT on device removal and the server does it anyway. linuxwacom-0.8.0.3-nocrash-removal.patch: --- NEW FILE linuxwacom-0.8.0.3-nocrash-removal.patch --- >From 6d833162dd73d97511f7effa03f335b60749929b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 6 Jan 2009 10:41:55 +1000 Subject: [PATCH] xdrv: Don't explicitly free the driver private. The X server frees the private in the call to xf86DeleteInput, if we free it first we get a SIGABRT. --- src/xdrv/wcmConfig.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/xdrv/wcmConfig.c b/src/xdrv/wcmConfig.c index 5dc84b7..1610918 100644 --- a/src/xdrv/wcmConfig.c +++ b/src/xdrv/wcmConfig.c @@ -376,7 +376,6 @@ static void xf86WcmUninit(InputDriverPtr drv, LocalDevicePtr local, int flags) if (priv->pPressCurve) xfree(priv->pPressCurve); - xfree(priv); xf86DeleteInput(local, 0); } -- 1.6.0.6 Index: linuxwacom.spec =================================================================== RCS file: /cvs/pkgs/rpms/linuxwacom/devel/linuxwacom.spec,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- linuxwacom.spec 22 Dec 2008 06:37:09 -0000 1.66 +++ linuxwacom.spec 6 Jan 2009 01:02:10 -0000 1.67 @@ -3,7 +3,7 @@ # Upstream's versioning is goofy. Note the mapping from tarname to version. Name: linuxwacom Version: 0.8.0.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Wacom Drivers from Linux Wacom Project Group: User Interface/X Hardware Support @@ -17,6 +17,7 @@ Patch4: linuxwacom-0.7.9.7-fix_build.patch Patch5: linuxwacom-dont_call_devproc_again_in_uninit.patch Patch6: linuxwacom-0.8.0.3-build-fixes.patch +Patch7: linuxwacom-0.8.0.3-nocrash-removal.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} BuildRequires: libX11-devel libXi-devel ncurses-devel @@ -48,6 +49,7 @@ %patch4 -p1 %patch5 -p1 %patch6 -p1 -b .buildfixes +%patch7 -p1 -b .nocrash-removal %build @@ -109,6 +111,10 @@ %{_libdir}/libwacomcfg*.so %changelog +* Tue Jan 06 2009 Peter Hutterer 0.8.0.3-7 +- linuxwacom-0.8.0.3-nocrash-removal.patch: don't free the device's private, + it causes a SIGABRT on device removal and the server does it anyway. + * Mon Dec 22 2008 Peter Hutterer 0.8.0.3-6 - Rebuild for server 1.6 add build-fixes.patch: protect against XINPUT ABI 3, and other build From pkgdb at fedoraproject.org Tue Jan 6 01:05:01 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 01:05:01 +0000 Subject: [pkgdb] papyrus had acl change status Message-ID: <20090106010501.DA1CE20873E@bastion.fedora.phx.redhat.com> rvinyard has set the watchbugzilla acl on papyrus (Fedora devel) to Approved for timn To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Tue Jan 6 01:05:05 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 01:05:05 +0000 Subject: [pkgdb] papyrus had acl change status Message-ID: <20090106010505.65A8E208D2B@bastion.fedora.phx.redhat.com> rvinyard has set the watchcommits acl on papyrus (Fedora devel) to Approved for timn To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Tue Jan 6 01:05:22 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 01:05:22 +0000 Subject: [pkgdb] papyrus had acl change status Message-ID: <20090106010522.A3EEC208D52@bastion.fedora.phx.redhat.com> rvinyard has set the watchbugzilla acl on papyrus (Fedora 8) to Approved for timn To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Tue Jan 6 01:05:08 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 01:05:08 +0000 Subject: [pkgdb] papyrus had acl change status Message-ID: <20090106010508.C4792208D51@bastion.fedora.phx.redhat.com> rvinyard has set the commit acl on papyrus (Fedora devel) to Approved for timn To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Tue Jan 6 01:05:24 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 01:05:24 +0000 Subject: [pkgdb] papyrus had acl change status Message-ID: <20090106010524.A9121208D57@bastion.fedora.phx.redhat.com> rvinyard has set the watchcommits acl on papyrus (Fedora 8) to Approved for timn To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Tue Jan 6 01:05:27 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 01:05:27 +0000 Subject: [pkgdb] papyrus had acl change status Message-ID: <20090106010527.40D06208CAB@bastion.fedora.phx.redhat.com> rvinyard has set the commit acl on papyrus (Fedora 8) to Approved for timn To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Tue Jan 6 01:05:29 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 01:05:29 +0000 Subject: [pkgdb] papyrus had acl change status Message-ID: <20090106010529.87B9D208D58@bastion.fedora.phx.redhat.com> rvinyard has set the watchbugzilla acl on papyrus (Fedora 9) to Approved for timn To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Tue Jan 6 01:05:31 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 01:05:31 +0000 Subject: [pkgdb] papyrus had acl change status Message-ID: <20090106010531.5D9C1208D5C@bastion.fedora.phx.redhat.com> rvinyard has set the watchcommits acl on papyrus (Fedora 9) to Approved for timn To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Tue Jan 6 01:05:33 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 01:05:33 +0000 Subject: [pkgdb] papyrus had acl change status Message-ID: <20090106010533.4E2AD208D6A@bastion.fedora.phx.redhat.com> rvinyard has set the commit acl on papyrus (Fedora 9) to Approved for timn To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Tue Jan 6 01:05:35 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 01:05:35 +0000 Subject: [pkgdb] papyrus had acl change status Message-ID: <20090106010535.A3507208D9B@bastion.fedora.phx.redhat.com> rvinyard has set the watchbugzilla acl on papyrus (Fedora 10) to Approved for timn To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Tue Jan 6 01:05:37 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 01:05:37 +0000 Subject: [pkgdb] papyrus had acl change status Message-ID: <20090106010537.A7BB0208DA7@bastion.fedora.phx.redhat.com> rvinyard has set the watchcommits acl on papyrus (Fedora 10) to Approved for timn To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From pkgdb at fedoraproject.org Tue Jan 6 01:05:39 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 01:05:39 +0000 Subject: [pkgdb] papyrus had acl change status Message-ID: <20090106010539.26C6C208D51@bastion.fedora.phx.redhat.com> rvinyard has set the commit acl on papyrus (Fedora 10) to Approved for timn To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/papyrus From cchance at fedoraproject.org Tue Jan 6 01:22:00 2009 From: cchance at fedoraproject.org (Caius Chance) Date: Tue, 6 Jan 2009 01:22:00 +0000 (UTC) Subject: rpms/cjkunifonts/devel cjkunifonts.spec,1.22,1.23 Message-ID: <20090106012200.643A770125@cvs1.fedora.phx.redhat.com> Author: cchance Update of /cvs/pkgs/rpms/cjkunifonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17600 Modified Files: cjkunifonts.spec Log Message: * Tue Jan 06 2009 Caius Chance - 0.2.20080216.1-11.fc11 - Resolves: rhbz#477373 (Converted to new font packaging guidelines.) modified .spec file according to guidelines Index: cjkunifonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/cjkunifonts/devel/cjkunifonts.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- cjkunifonts.spec 7 Dec 2008 09:13:01 -0000 1.22 +++ cjkunifonts.spec 6 Jan 2009 01:21:29 -0000 1.23 @@ -1,3 +1,12 @@ +%define fontname cjkunifonts +%define fontconf <65>-%{fontname} +%define archivename %{name}-%{version} +%define common_desc \ +Chinese Unicode TrueType fonts derived from the original fonts generously made +available by Arphic Technology under the "Arphic Public License" and extended +by the CJK Unifonts project. + + %define umingfontdir %{_datadir}/fonts/%{name}-uming %define ukaifontdir %{_datadir}/fonts/%{name}-ukai %define fcdir %{_sysconfdir}/fonts/conf.d @@ -7,10 +16,9 @@ %define umingbuilddir ../%{name}-uming-%{version} %define ukaibuilddir ../%{name}-ukai-%{version} -Name: cjkunifonts +Name: %{fontname} Version: 0.2.20080216.1 -Release: 10.fc11 -#Release: 9.1%{?dist} +Release: 11%{?dist} Summary: Chinese TrueType Fonts -- Simplified and Traditional Chinese Ming and Kai Face License: Arphic Group: User Interface/X @@ -26,24 +34,25 @@ Source8: CIDFnmap.zh_CN Patch1: cjkunifonts-0.2.20080216.1-2.patch -BuildRequires: xorg-x11-font-utils, ttmkfdir +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: fontpackages-devel, xorg-x11-font-utils, ttmkfdir %description -Chinese Unicode TrueType fonts derived from the original fonts generously made -available by Arphic Technology under the "Arphic Public License" and extended -by the CJK Unifonts project. +%common_desc %package uming Summary: Chinese Uming style face TrueType Font License: Arphic Group: User Interface/X +Requires: fontpackages-filesystem Conflicts: fonts-chinese <= 3.03-9.fc8 Obsoletes: fonts-chinese < 3.03-13 Obsoletes: ttfonts-zh_CN <= 2.14-10, ttfonts-zh_TW <= 2.11-28 %description uming +%common_desc + Chinese Uming style face TrueType Font derived from the original fonts released by Arphic Technology and extended by the CJK Unifonts project. @@ -51,11 +60,14 @@ Summary: Chinese Ukai style face TrueType font License: Arphic Group: User Interface/X +Requires: fontpackages-filesystem Conflicts: fonts-chinese <= 3.03-9.fc8 Obsoletes: fonts-chinese < 3.03-13 Obsoletes: ttfonts-zh_CN <= 2.14-10, ttfonts-zh_TW <= 2.11-28 %description ukai +%common_desc + Chinese Ukai style face TrueType Font derived from the original fonts released by Arphic Technology and extended by the CJK Unifonts project. @@ -68,55 +80,59 @@ %{nil} %install -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} # dirs -install -d $RPM_BUILD_ROOT%{catalogue} -install -d $RPM_BUILD_ROOT%{umingfontdir} -install -d $RPM_BUILD_ROOT%{ukaifontdir} +install -d %{buildroot}%{catalogue} +install -d %{buildroot}%{umingfontdir} +install -d %{buildroot}%{ukaifontdir} # ttfs -install -m 0644 %{umingbuilddir}/uming.ttc $RPM_BUILD_ROOT%{umingfontdir}/ -install -m 0644 %{ukaibuilddir}/ukai.ttc $RPM_BUILD_ROOT%{ukaifontdir}/ +install -m 0644 %{umingbuilddir}/uming.ttc %{buildroot}%{umingfontdir}/ +install -m 0644 %{ukaibuilddir}/ukai.ttc %{buildroot}%{ukaifontdir}/ # fonts.{scale,dir} -%{_bindir}/ttmkfdir -d $RPM_BUILD_ROOT%{umingfontdir} -o $RPM_BUILD_ROOT%{umingfontdir}/fonts.scale -mkfontdir $RPM_BUILD_ROOT%{umingfontdir} -%{_bindir}/ttmkfdir -d $RPM_BUILD_ROOT%{ukaifontdir} -o $RPM_BUILD_ROOT%{ukaifontdir}/fonts.scale -mkfontdir $RPM_BUILD_ROOT%{ukaifontdir} +%{_bindir}/ttmkfdir -d %{buildroot}%{umingfontdir} -o %{buildroot}%{umingfontdir}/fonts.scale +mkfontdir %{buildroot}%{umingfontdir} +%{_bindir}/ttmkfdir -d %{buildroot}%{ukaifontdir} -o %{buildroot}%{ukaifontdir}/fonts.scale +mkfontdir %{buildroot}%{ukaifontdir} # fontconfig config files -install -d $RPM_BUILD_ROOT%{fcdir} -for conf in `ls %{umingbuilddir}/*-ttf-arphic-uming*.conf` +install -d %{buildroot}%{fcdir} +for fconf in `ls %{umingbuilddir}/*-ttf-arphic-uming*.conf` do - install -m 0644 $conf $RPM_BUILD_ROOT%{fcdir}/ + install -m 0644 $fconf %{buildroot}%{fcdir}/ + ln -s %{_fontconfig_templatedir}/$fconf \ + %{buildroot}%{_fontconfig_confdir}/$fconf done -for conf in `ls %{ukaibuilddir}/*-ttf-arphic-ukai*.conf` +for fconf in `ls %{ukaibuilddir}/*-ttf-arphic-ukai*.conf` do - install -m 0644 $conf $RPM_BUILD_ROOT%{fcdir}/ + install -m 0644 $fconf %{buildroot}%{fcdir}/ + ln -s %{_fontconfig_templatedir}/$fconf \ + %{buildroot}%{_fontconfig_confdir}/$fconf done # backward compat -install -d $RPM_BUILD_ROOT%{_datadir}/fonts/zh_CN/TrueType -install -d $RPM_BUILD_ROOT%{_datadir}/fonts/zh_TW/TrueType -%{__ln_s} ../../%{name}-uming/uming.ttc $RPM_BUILD_ROOT%{_datadir}/fonts/zh_CN/TrueType/zysong.ttf -%{__ln_s} ../../%{name}-uming/uming.ttc $RPM_BUILD_ROOT%{_datadir}/fonts/zh_TW/TrueType/bsmi00lp.ttf +install -d %{buildroot}%{_datadir}/fonts/zh_CN/TrueType +install -d %{buildroot}%{_datadir}/fonts/zh_TW/TrueType +%{__ln_s} ../../%{name}-uming/uming.ttc %{buildroot}%{_datadir}/fonts/zh_CN/TrueType/zysong.ttf +%{__ln_s} ../../%{name}-uming/uming.ttc %{buildroot}%{_datadir}/fonts/zh_TW/TrueType/bsmi00lp.ttf # catalogue -%{__ln_s} %{umingfontdir} $RPM_BUILD_ROOT%{catalogue}/%{name}-uming -%{__ln_s} %{ukaifontdir} $RPM_BUILD_ROOT%{catalogue}/%{name}-ukai +%{__ln_s} %{umingfontdir} %{buildroot}%{catalogue}/%{name}-uming +%{__ln_s} %{ukaifontdir} %{buildroot}%{catalogue}/%{name}-ukai # ghostscript -install -d $RPM_BUILD_ROOT%{cidmapdir} -install -m 0644 %{SOURCE3} $RPM_BUILD_ROOT%{cidmapdir}/ -install -m 0644 %{SOURCE4} $RPM_BUILD_ROOT%{cidmapdir}/ -install -m 0644 %{SOURCE5} $RPM_BUILD_ROOT%{cidmapdir}/ -install -m 0644 %{SOURCE6} $RPM_BUILD_ROOT%{cidmapdir}/ -install -m 0644 %{SOURCE7} $RPM_BUILD_ROOT%{cidmapdir}/ -install -m 0644 %{SOURCE8} $RPM_BUILD_ROOT%{cidmapdir}/ +install -d %{buildroot}%{cidmapdir} +install -m 0644 %{SOURCE3} %{buildroot}%{cidmapdir}/ +install -m 0644 %{SOURCE4} %{buildroot}%{cidmapdir}/ +install -m 0644 %{SOURCE5} %{buildroot}%{cidmapdir}/ +install -m 0644 %{SOURCE6} %{buildroot}%{cidmapdir}/ +install -m 0644 %{SOURCE7} %{buildroot}%{cidmapdir}/ +install -m 0644 %{SOURCE8} %{buildroot}%{cidmapdir}/ %clean -rm -rf $RPM_BUILD_ROOT +rm -fr ${buildroot} %post uming if [ -x %{_bindir}/fc-cache ]; then @@ -143,7 +159,7 @@ fi %files uming -%defattr(-,root,root,-) +%defattr(0644,root,root,0755) %doc %{umingbuilddir}/license %doc %{umingbuilddir}/CONTRIBUTERS %doc %{umingbuilddir}/Font_Comparison_ShanHeiSun_UMing.odt @@ -174,7 +190,7 @@ %{catalogue}/%{name}-uming %files ukai -%defattr(-,root,root,-) +%defattr(0644,root,root,0755) %doc %{ukaibuilddir}/license %doc %{ukaibuilddir}/CONTRIBUTERS %doc %{ukaibuilddir}/Font_Comparison_ZenKai_UKai.odt @@ -199,6 +215,9 @@ %{catalogue}/%{name}-ukai %changelog +* Tue Jan 06 2009 Caius Chance - 0.2.20080216.1-11.fc11 +- Resolves: rhbz#477373 (Converted to new font packaging guidelines.) + * Sun Dec 7 2008 Behdad Esfahbod - 0.2.20080216.1-10.fc11 - Don't umask before fc-cache. - Add -f to fc-cache. From pgordon at fedoraproject.org Tue Jan 6 01:25:59 2009 From: pgordon at fedoraproject.org (Peter Gordon) Date: Tue, 6 Jan 2009 01:25:59 +0000 (UTC) Subject: rpms/rb_libtorrent/devel rb_libtorrent-configure-dont-use-locate.patch, NONE, 1.1 rb_libtorrent-python26.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 rb_libtorrent.spec, 1.18, 1.19 sources, 1.5, 1.6 rb_libtorrent-python-setup.py, 1.1, NONE Message-ID: <20090106012559.5A84970125@cvs1.fedora.phx.redhat.com> Author: pgordon Update of /cvs/pkgs/rpms/rb_libtorrent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18970 Modified Files: .cvsignore rb_libtorrent.spec sources Added Files: rb_libtorrent-configure-dont-use-locate.patch rb_libtorrent-python26.patch Removed Files: rb_libtorrent-python-setup.py Log Message: * Mon Jan 05 2009 Peter Gordon - 0.14.1-1 - Update to new upstream release (0.14.1) - Add asio-devel as runtime dependency for the devel subpackage (#478589) - Add patch to build with Python 2.6: + python26.patch - Add patch to make the configure script use the proper python include directory instead of calling locate, as that can cause failures in a chroot with no db file (and is a bit silly in the first place): + configure-dont-use-locate.patch - Drop manual setup.py for building the python module (fixed upstream): - setup.py - Update Source0 URL back to SourceForge's hosting. - Reenable the examples, since the Makefiles are fixed. rb_libtorrent-configure-dont-use-locate.patch: --- NEW FILE rb_libtorrent-configure-dont-use-locate.patch --- When building in a chroot (such as Fedora's Mock tool), using locate to find where the Python include directory is causes build failures, since the db file used by (m)locate does not yet exist. However, instead of manually calling updatedb, there is no need to even use locate at all since we already know that the properly-versioned include directory is under the toplevel $includedir (defined earlier by autotools), and is simply the same as the versioned Python binary ($ax_python_bin), so we can simply substitute the locate call with a direct path that functions identically. diff -up ./m4/ax_python.m4.old ./m4/ax_python.m4 --- ./m4/ax_python.m4.old 2009-01-05 15:24:44.000000000 -0800 +++ ./m4/ax_python.m4 2009-01-05 15:25:31.000000000 -0800 @@ -64,7 +64,7 @@ ax_python_bin=$PYTHON_BIN if test x$ax_python_bin != x; then AC_CHECK_LIB($ax_python_bin, main, ax_python_lib=$ax_python_bin, ax_python_lib=no) AC_CHECK_HEADER([$ax_python_bin/Python.h], - [[ax_python_header=`locate $ax_python_bin/Python.h | sed -e s,/Python.h,,`]], + [[ax_python_header=$includedir/$ax_python_bin]], ax_python_header=no) if test $ax_python_lib != no; then if test $ax_python_header != no; then rb_libtorrent-python26.patch: --- NEW FILE rb_libtorrent-python26.patch --- With Python 2.6 (in Fedora rawhide), the current trunk (and 0.14.1) fail to build the python bindings . I looked into it a bit more deeply and it seems that AM_PATH_PYTHON is called in configure.in:329 (to check for the python stuff), and that in turn uses the binary name as the top-level include directory to search for when attempting to locate the Python headers. However, the m4 file that defines the macro doesn't find the python2.6 executable because it doesn't have that python2.6 name in its list (m4/ax_python.m4:61), and so when it finds the unversioned "python" binary, it uses that as the directory name and thus fails to properly find the Python headers (which *are* in a versioned directory, e.g. "$includedir/python2.6/Python.h" - and not "$includedir/python/Python.h" as it then tries to use). The attached patch simply adds python2.6 to to the list, which after recreating the build files with the already-included autotool.sh script, makes the configure script properly find the python headers and thus makes the build successful. diff -up ./m4/ax_python.m4.old ./m4/ax_python.m4 --- ./m4/ax_python.m4.old 2009-01-05 14:50:47.000000000 -0800 +++ ./m4/ax_python.m4 2009-01-05 14:51:02.000000000 -0800 @@ -58,7 +58,7 @@ AC_DEFUN([AX_PYTHON], [AC_MSG_CHECKING(for python build information) AC_MSG_RESULT([]) -for python in python2.5 python2.4 python2.3 python2.2 python2.1 python; do +for python in python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do AC_CHECK_PROGS(PYTHON_BIN, [$python]) ax_python_bin=$PYTHON_BIN if test x$ax_python_bin != x; then Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/rb_libtorrent/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 15 Jul 2008 02:56:14 -0000 1.5 +++ .cvsignore 6 Jan 2009 01:25:28 -0000 1.6 @@ -1 +1 @@ -libtorrent-rasterbar-0.13.1.tar.gz +libtorrent-rasterbar-0.14.1.tar.gz Index: rb_libtorrent.spec =================================================================== RCS file: /cvs/pkgs/rpms/rb_libtorrent/devel/rb_libtorrent.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- rb_libtorrent.spec 19 Dec 2008 12:28:09 -0000 1.18 +++ rb_libtorrent.spec 6 Jan 2009 01:25:28 -0000 1.19 @@ -2,24 +2,29 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: rb_libtorrent -Version: 0.13.1 -Release: 7%{?dist} +Version: 0.14.1 +Release: 1%{?dist} Summary: A C++ BitTorrent library aiming to be the best alternative Group: System Environment/Libraries License: BSD URL: http://www.rasterbar.com/products/libtorrent/ -## TODO: Source0 Should use SourceForge's file-mirroring URL upon update to -## version 0.14+. -Source0: http://mirror.thecodergeek.com/src/libtorrent-rasterbar-0.13.1.tar.gz +Source0: http://downloads.sourceforge.net/libtorrent/libtorrent-rasterbar-%{version}.tar.gz Source1: %{name}-README-renames.Fedora Source2: %{name}-COPYING.Boost Source3: %{name}-COPYING.zlib -## Sent upstream via the libtorrent-discuss ML. -## Message-Id: <1216701448.24546.11.camel at tuxhugs> -Source4: %{name}-python-setup.py -Patch1: rb_libtorrent-0.13.1-boost.patch + +## Patch the included m4 Python detection to properly find the binary and +## include directory for Python 2.6 support. +## Upstream bug: http://code.rasterbar.com/libtorrent/ticket/466 +Patch0: %{name}-python26.patch + +## Using locate when we already know where the file is, is a bit silly and +## fails miserably with chroot-based building, since the db file does not +## yet exist. +## Upstream bug: http://code.rasterbar.com/libtorrent/ticket/467 +Patch1: %{name}-configure-dont-use-locate.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -51,6 +56,7 @@ ## Same include directory. :( Conflicts: libtorrent-devel ## Needed for various headers used via #include directives... +Requires: asio-devel Requires: boost-devel Requires: openssl-devel @@ -65,17 +71,17 @@ a given source or header file is released under. -#package examples -#Summary: Example clients using %{name} -#Group: Applications/Internet -#License: BSD -#Requires: %{name} = %{version}-%{release} - -#description examples -#The %{name}-examples package contains example clients which intend to -#show how to make use of its various features. (Due to potential -#namespace conflicts, a couple of the examples had to be renamed. See the -#included documentation for more details.) +%package examples +Summary: Example clients using %{name} +Group: Applications/Internet +License: BSD +Requires: %{name} = %{version}-%{release} + +%description examples +The %{name}-examples package contains example clients which intend to +show how to make use of its various features. (Due to potential +namespace conflicts, a couple of the examples had to be renamed. See the +included documentation for more details.) %package python @@ -91,7 +97,10 @@ %prep %setup -q -n "libtorrent-rasterbar-%{version}" -%patch1 -p3 +%patch0 -b .python26 +%patch1 -b .dont-use-locate +## We need to recreate the build scripts now that the M4 sources are patched. +./autotool.sh ## The RST files are the sources used to create the final HTML files; and are ## not needed. rm -f docs/*.rst @@ -102,8 +111,6 @@ ## Finally, ensure that everything is UTF-8, as it should be. iconv -t UTF-8 -f ISO_8859-15 AUTHORS -o AUTHORS.iconv mv AUTHORS.iconv AUTHORS -## Install the necessary build script for the python bindings module... -install -p -m 0755 %{SOURCE4} bindings/python/setup.py %build @@ -111,21 +118,22 @@ ## the local include directory overrides that of the system. We don't like ## local copies of system code. :) rm -rf include/libtorrent/asio* -## FIXME: The examples currently fail to build (missing Makefile.in) -%configure --disable-static --with-zlib=system \ +%configure --disable-static \ + --enable-examples \ + --enable-python-binding \ + --with-asio=system \ --with-boost-date-time=mt \ - --with-boost-thread=mt \ - --with-boost-regex=mt \ - --with-boost-program_options=mt \ --with-boost-filesystem=mt \ + --with-boost-program_options=mt \ + --with-boost-python=mt \ + --with-boost-regex=mt \ --with-boost-system=mt \ - --with-asio=system + --with-boost-thread=mt \ + --with-zlib=system ## Use the system libtool to ensure that we don't get unnecessary RPATH ## hacks in our final build. make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool -## Finally, build the python module. pushd bindings/python - CFLAGS="%{optflags}" %{__python} setup.py build ## Fix the interpreter for the example clients sed -i -e 's:^#!/bin/python$:#!/usr/bin/python:' {simple_,}client.py popd @@ -141,8 +149,8 @@ export CPPROG="%{__cp} -p" make install DESTDIR=%{buildroot} INSTALL="%{__install} -c -p" ## Do the renaming due to the somewhat limited %%_bindir namespace. -#rename client torrent_client %{buildroot}%{_bindir}/* -#install -p -m 0644 %{SOURCE1} ./README-renames.Fedora +rename client torrent_client %{buildroot}%{_bindir}/* +install -p -m 0644 %{SOURCE1} ./README-renames.Fedora ## Install the python binding module. pushd bindings/python %{__python} setup.py install -O1 --skip-build --root %{buildroot} @@ -176,19 +184,33 @@ %{_includedir}/libtorrent/ %{_libdir}/libtorrent-rasterbar.so -## Build failures... -#files examples -#doc COPYING README-renames.Fedora -#{_bindir}/*torrent* +%files examples +%doc COPYING README-renames.Fedora +%{_bindir}/*torrent* +%{_bindir}/enum_if %files python %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING.Boost bindings/python/{simple_,}client.py -%{python_sitearch}/libtorrent-%{version}-py?.?.egg-info +%{python_sitearch}/python_libtorrent-%{version}-py?.?.egg-info %{python_sitearch}/libtorrent.so %changelog +* Mon Jan 05 2009 Peter Gordon - 0.14.1-1 +- Update to new upstream release (0.14.1) +- Add asio-devel as runtime dependency for the devel subpackage (#478589) +- Add patch to build with Python 2.6: + + python26.patch +- Add patch to make the configure script use the proper python include + directory instead of calling locate, as that can cause failures in a chroot + with no db file (and is a bit silly in the first place): + + configure-dont-use-locate.patch +- Drop manual setup.py for building the python module (fixed upstream): + - setup.py +- Update Source0 URL back to SourceForge's hosting. +- Reenable the examples, since the Makefiles are fixed. + * Fri Dec 19 2008 Petr Machata - 0.13.1-7 - Rebuild for boost-1.37.0. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rb_libtorrent/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 15 Jul 2008 02:56:14 -0000 1.5 +++ sources 6 Jan 2009 01:25:29 -0000 1.6 @@ -1 +1 @@ -9d6b112fedc5861402647ff72e95dba0 libtorrent-rasterbar-0.13.1.tar.gz +6aa0ed4da604b8b160bf12bcd41d5055 libtorrent-rasterbar-0.14.1.tar.gz --- rb_libtorrent-python-setup.py DELETED --- From cchance at fedoraproject.org Tue Jan 6 01:30:12 2009 From: cchance at fedoraproject.org (Caius Chance) Date: Tue, 6 Jan 2009 01:30:12 +0000 (UTC) Subject: rpms/cjkunifonts/devel cjkunifonts.spec,1.23,1.24 Message-ID: <20090106013012.582FE70125@cvs1.fedora.phx.redhat.com> Author: cchance Update of /cvs/pkgs/rpms/cjkunifonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19986 Modified Files: cjkunifonts.spec Log Message: revised from %{fcdir} to %{_fontconfig_templatedir} Index: cjkunifonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/cjkunifonts/devel/cjkunifonts.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- cjkunifonts.spec 6 Jan 2009 01:21:29 -0000 1.23 +++ cjkunifonts.spec 6 Jan 2009 01:29:42 -0000 1.24 @@ -9,7 +9,6 @@ %define umingfontdir %{_datadir}/fonts/%{name}-uming %define ukaifontdir %{_datadir}/fonts/%{name}-ukai -%define fcdir %{_sysconfdir}/fonts/conf.d %define cidmapdir %{_datadir}/ghostscript/conf.d %define catalogue %{_sysconfdir}/X11/fontpath.d @@ -83,9 +82,9 @@ rm -rf %{buildroot} # dirs -install -d %{buildroot}%{catalogue} -install -d %{buildroot}%{umingfontdir} -install -d %{buildroot}%{ukaifontdir} +install -m 0755 -d %{buildroot}%{catalogue} +install -m 0755 -d %{buildroot}%{umingfontdir} +install -m 0755 -d %{buildroot}%{ukaifontdir} # ttfs install -m 0644 %{umingbuilddir}/uming.ttc %{buildroot}%{umingfontdir}/ @@ -98,16 +97,17 @@ mkfontdir %{buildroot}%{ukaifontdir} # fontconfig config files -install -d %{buildroot}%{fcdir} +install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ + %{buildroot}%{_fontconfig_confdir} for fconf in `ls %{umingbuilddir}/*-ttf-arphic-uming*.conf` do - install -m 0644 $fconf %{buildroot}%{fcdir}/ + install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/ ln -s %{_fontconfig_templatedir}/$fconf \ %{buildroot}%{_fontconfig_confdir}/$fconf done for fconf in `ls %{ukaibuilddir}/*-ttf-arphic-ukai*.conf` do - install -m 0644 $fconf %{buildroot}%{fcdir}/ + install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/ ln -s %{_fontconfig_templatedir}/$fconf \ %{buildroot}%{_fontconfig_confdir}/$fconf done @@ -176,7 +176,7 @@ %dir %{_datadir}/fonts/zh_CN/TrueType %dir %{_datadir}/fonts/zh_TW/TrueType %{umingfontdir}/*.ttc -%{fcdir}/*-ttf-arphic-uming*.conf +%{_fontconfig_templatedir}/*-ttf-arphic-uming*.conf %{cidmapdir}/FAPIcidfmap.zh_TW %{cidmapdir}/FAPIcidfmap.zh_CN %{cidmapdir}/cidfmap.zh_TW @@ -203,7 +203,7 @@ %doc %{ukaibuilddir}/TODO %dir %{ukaifontdir} %{ukaifontdir}/*.ttc -%{fcdir}/*-ttf-arphic-ukai*.conf +%{_fontconfig_templatedir}/*-ttf-arphic-ukai*.conf %{cidmapdir}/FAPIcidfmap.zh_TW %{cidmapdir}/FAPIcidfmap.zh_CN %{cidmapdir}/cidfmap.zh_TW From mbarnes at fedoraproject.org Tue Jan 6 01:33:12 2009 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Tue, 6 Jan 2009 01:33:12 +0000 (UTC) Subject: rpms/libgweather/devel .cvsignore, 1.17, 1.18 libgweather.spec, 1.32, 1.33 sources, 1.17, 1.18 Message-ID: <20090106013312.8073D70125@cvs1.fedora.phx.redhat.com> Author: mbarnes Update of /cvs/pkgs/rpms/libgweather/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21112 Modified Files: .cvsignore libgweather.spec sources Log Message: * Mon Jan 05 2009 Matthew Barnes 2.25.4-1 - Update to 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libgweather/devel/.cvsignore,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .cvsignore 17 Dec 2008 02:59:51 -0000 1.17 +++ .cvsignore 6 Jan 2009 01:32:42 -0000 1.18 @@ -1 +1 @@ -libgweather-2.25.3.tar.bz2 +libgweather-2.25.4.tar.bz2 Index: libgweather.spec =================================================================== RCS file: /cvs/pkgs/rpms/libgweather/devel/libgweather.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- libgweather.spec 17 Dec 2008 03:45:13 -0000 1.32 +++ libgweather.spec 6 Jan 2009 01:32:42 -0000 1.33 @@ -1,6 +1,6 @@ Name: libgweather -Version: 2.25.3 -Release: 2%{?dist} +Version: 2.25.4 +Release: 1%{?dist} Summary: A library for weather information Group: System Environment/Libraries @@ -123,6 +123,9 @@ %changelog +* Mon Jan 05 2009 Matthew Barnes 2.25.4-1 +- Update to 2.25.4 + * Tue Dec 16 2008 Matthias Clasen 2.25.3-2 - Update to 2.25.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libgweather/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 17 Dec 2008 02:59:52 -0000 1.17 +++ sources 6 Jan 2009 01:32:42 -0000 1.18 @@ -1 +1 @@ -4a3948030ac9600b4466be64227a4239 libgweather-2.25.3.tar.bz2 +21caa3ec85fe270bf95a59303390244a libgweather-2.25.4.tar.bz2 From cchance at fedoraproject.org Tue Jan 6 01:35:16 2009 From: cchance at fedoraproject.org (Caius Chance) Date: Tue, 6 Jan 2009 01:35:16 +0000 (UTC) Subject: rpms/cjkunifonts/devel cjkunifonts.spec,1.24,1.25 Message-ID: <20090106013516.4C7D670125@cvs1.fedora.phx.redhat.com> Author: cchance Update of /cvs/pkgs/rpms/cjkunifonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21780 Modified Files: cjkunifonts.spec Log Message: fixed %comm_desc line break Index: cjkunifonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/cjkunifonts/devel/cjkunifonts.spec,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- cjkunifonts.spec 6 Jan 2009 01:29:42 -0000 1.24 +++ cjkunifonts.spec 6 Jan 2009 01:34:45 -0000 1.25 @@ -2,11 +2,9 @@ %define fontconf <65>-%{fontname} %define archivename %{name}-%{version} %define common_desc \ -Chinese Unicode TrueType fonts derived from the original fonts generously made -available by Arphic Technology under the "Arphic Public License" and extended +Chinese Unicode TrueType fonts derived from the original fonts generously made \available by Arphic Technology under the "Arphic Public License" and extended \ by the CJK Unifonts project. - %define umingfontdir %{_datadir}/fonts/%{name}-uming %define ukaifontdir %{_datadir}/fonts/%{name}-ukai %define cidmapdir %{_datadir}/ghostscript/conf.d From cchance at fedoraproject.org Tue Jan 6 01:49:12 2009 From: cchance at fedoraproject.org (Caius Chance) Date: Tue, 6 Jan 2009 01:49:12 +0000 (UTC) Subject: rpms/cjkunifonts/devel cjkunifonts.spec,1.25,1.26 Message-ID: <20090106014912.CB3D27013C@cvs1.fedora.phx.redhat.com> Author: cchance Update of /cvs/pkgs/rpms/cjkunifonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26317 Modified Files: cjkunifonts.spec Log Message: fixed .conf ln -s path mistake Index: cjkunifonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/cjkunifonts/devel/cjkunifonts.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- cjkunifonts.spec 6 Jan 2009 01:34:45 -0000 1.25 +++ cjkunifonts.spec 6 Jan 2009 01:48:42 -0000 1.26 @@ -100,13 +100,13 @@ for fconf in `ls %{umingbuilddir}/*-ttf-arphic-uming*.conf` do install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/ - ln -s %{_fontconfig_templatedir}/$fconf \ + ln -s %{buildroot}%{_fontconfig_templatedir}/$fconf \ %{buildroot}%{_fontconfig_confdir}/$fconf done for fconf in `ls %{ukaibuilddir}/*-ttf-arphic-ukai*.conf` do install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/ - ln -s %{_fontconfig_templatedir}/$fconf \ + ln -s %{buildroot}%{_fontconfig_templatedir}/$fconf \ %{buildroot}%{_fontconfig_confdir}/$fconf done From mbarnes at fedoraproject.org Tue Jan 6 01:54:04 2009 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Tue, 6 Jan 2009 01:54:04 +0000 (UTC) Subject: rpms/evolution-data-server/devel .cvsignore, 1.98, 1.99 evolution-data-server.spec, 1.242, 1.243 sources, 1.98, 1.99 evolution-data-server-2.25.3-implicit-function-declarations.patch, 1.1, NONE Message-ID: <20090106015404.3AF1A70125@cvs1.fedora.phx.redhat.com> Author: mbarnes Update of /cvs/pkgs/rpms/evolution-data-server/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29391 Modified Files: .cvsignore evolution-data-server.spec sources Removed Files: evolution-data-server-2.25.3-implicit-function-declarations.patch Log Message: * Mon Jan 05 2009 Matthew Barnes - 2.25.4-1.fc11 - Update to 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/.cvsignore,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- .cvsignore 15 Dec 2008 15:38:05 -0000 1.98 +++ .cvsignore 6 Jan 2009 01:53:33 -0000 1.99 @@ -1 +1 @@ -evolution-data-server-2.25.3.tar.bz2 +evolution-data-server-2.25.4.tar.bz2 Index: evolution-data-server.spec =================================================================== RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server.spec,v retrieving revision 1.242 retrieving revision 1.243 diff -u -r1.242 -r1.243 --- evolution-data-server.spec 15 Dec 2008 15:38:05 -0000 1.242 +++ evolution-data-server.spec 6 Jan 2009 01:53:33 -0000 1.243 @@ -9,7 +9,7 @@ %define gtk_doc_version 1.9 %define intltool_version 0.35.5 %define libbonobo_version 2.20.3 -%define libgweather_version 2.25.2 +%define libgweather_version 2.25.4 %define orbit2_version 2.9.8 %define soup_version 2.3.0 %define sqlite_version 3.5 @@ -29,7 +29,7 @@ ### Abstract ### Name: evolution-data-server -Version: 2.25.3 +Version: 2.25.4 Release: 1%{?dist} License: LGPLv2 Group: System Environment/Libraries @@ -55,8 +55,6 @@ # RH bug #243296 Patch13: evolution-data-server-1.11.5-fix-64bit-acinclude.patch -Patch14: evolution-data-server-2.25.3-implicit-function-declarations.patch - ### Build Dependencies ### BuildRequires: GConf2-devel @@ -137,7 +135,6 @@ %patch11 -p1 -b .fix-ldap-query %patch12 -p1 -b .camel-folder-summary-crash %patch13 -p1 -b .fix-64bit-acinclude -%patch14 -p1 -b .implicit-function-declarations mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -383,6 +380,9 @@ %{_datadir}/gtk-doc/html/libedataserverui %changelog +* Mon Jan 05 2009 Matthew Barnes - 2.25.4-1.fc11 +- Update to 2.25.4 + * Mon Dec 15 2008 Matthew Barnes - 2.25.3-1.fc11 - Update to 2.25.3 - New BR: libgweather-devel Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/sources,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- sources 15 Dec 2008 15:38:05 -0000 1.98 +++ sources 6 Jan 2009 01:53:33 -0000 1.99 @@ -1 +1 @@ -4dc7d405f18c58a3a8c74f96a88fe0f7 evolution-data-server-2.25.3.tar.bz2 +714baf1349f75b8a94b7dc0a8e594781 evolution-data-server-2.25.4.tar.bz2 --- evolution-data-server-2.25.3-implicit-function-declarations.patch DELETED --- From bpepple at fedoraproject.org Tue Jan 6 01:58:55 2009 From: bpepple at fedoraproject.org (Brian Pepple) Date: Tue, 6 Jan 2009 01:58:55 +0000 (UTC) Subject: rpms/farsight2/devel farsight2.spec,1.3,1.4 Message-ID: <20090106015855.592DF70125@cvs1.fedora.phx.redhat.com> Author: bpepple Update of /cvs/pkgs/rpms/farsight2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30414 Modified Files: farsight2.spec Log Message: * Mon Jan 5 2009 Brian Pepple - 0.0.6-4 - Add BR on libnice-devel and build libnice transmitter. - Set gstreamer package name & origin. Index: farsight2.spec =================================================================== RCS file: /cvs/pkgs/rpms/farsight2/devel/farsight2.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- farsight2.spec 2 Jan 2009 15:00:18 -0000 1.3 +++ farsight2.spec 6 Jan 2009 01:58:25 -0000 1.4 @@ -8,7 +8,7 @@ Name: farsight2 Version: 0.0.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Libraries for videoconferencing Group: System Environment/Libraries @@ -21,6 +21,7 @@ BuildRequires: gstreamer-devel >= %{gst_ver} BuildRequires: gstreamer-plugins-base-devel >= %{gst_plugins_base_ver} BuildRequires: gstreamer-python >= %{gst_python} +BuildRequires: libnice-devel BuildRequires: python-devel Requires: gstreamer-plugins-farsight >= %{gst_plugins_farsight} @@ -61,7 +62,11 @@ %build -%configure --disable-static +%configure \ + --with-package-name='Fedora farsight2 package' \ + --with-package-origin='http://download.fedora.redhat.com/fedora' \ + --disable-static + sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool make %{?_smp_mflags} @@ -90,6 +95,7 @@ %dir %{_libdir}/%{name}-0.0 %{_libdir}/%{name}-0.0/libmulticast-transmitter.so %{_libdir}/%{name}-0.0/librawudp-transmitter.so +%{_libdir}/%{name}-0.0/libnice-transmitter.so %{_libdir}/gstreamer-0.10/libfsfunnel.so %{_libdir}/gstreamer-0.10/libfsrtpconference.so %{_libdir}/gstreamer-0.10/libfsvideoanyrate.so @@ -110,6 +116,10 @@ %changelog +* Mon Jan 5 2009 Brian Pepple - 0.0.6-4 +- Add BR on libnice-devel and build libnice transmitter. +- Set gstreamer package name & origin. + * Fri Jan 02 2009 Brian Pepple - 0.0.6-3 - Rebuild. From pgordon at fedoraproject.org Tue Jan 6 02:07:14 2009 From: pgordon at fedoraproject.org (Peter Gordon) Date: Tue, 6 Jan 2009 02:07:14 +0000 (UTC) Subject: rpms/rb_libtorrent/F-10 rb_libtorrent.spec,1.14,1.15 Message-ID: <20090106020714.1222970125@cvs1.fedora.phx.redhat.com> Author: pgordon Update of /cvs/pkgs/rpms/rb_libtorrent/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv730/F-10 Modified Files: rb_libtorrent.spec Log Message: Add asio-devel as a runtime dependency for the devel subpackage. (#478589) Index: rb_libtorrent.spec =================================================================== RCS file: /cvs/pkgs/rpms/rb_libtorrent/F-10/rb_libtorrent.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- rb_libtorrent.spec 21 Nov 2008 02:00:12 -0000 1.14 +++ rb_libtorrent.spec 6 Jan 2009 02:06:43 -0000 1.15 @@ -3,7 +3,7 @@ Name: rb_libtorrent Version: 0.13.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A C++ BitTorrent library aiming to be the best alternative Group: System Environment/Libraries @@ -50,6 +50,7 @@ ## Same include directory. :( Conflicts: libtorrent-devel ## Needed for various headers used via #include directives... +Requires: asio-devel Requires: boost-devel Requires: openssl-devel @@ -181,11 +182,14 @@ %files python %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING.Boost bindings/python/{simple_,}client.py -%{python_sitearch}/libtorrent-%{version}-py2.5.egg-info +%{python_sitearch}/libtorrent-%{version}-py?.?.egg-info %{python_sitearch}/libtorrent.so %changelog +* Mon Jan 05 2009 Peter Gordon - 0.13.1-4 +- Add asio-devel as runtime dependency for the devel subpackage (#478589) + * Thu Nov 20 2008 Peter Gordon - Update Source0 URL, for now. From cchance at fedoraproject.org Tue Jan 6 02:08:40 2009 From: cchance at fedoraproject.org (Caius Chance) Date: Tue, 6 Jan 2009 02:08:40 +0000 (UTC) Subject: rpms/cjkunifonts/devel cjkunifonts.spec,1.26,1.27 Message-ID: <20090106020840.3E1A570125@cvs1.fedora.phx.redhat.com> Author: cchance Update of /cvs/pkgs/rpms/cjkunifonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv809 Modified Files: cjkunifonts.spec Log Message: retag Index: cjkunifonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/cjkunifonts/devel/cjkunifonts.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- cjkunifonts.spec 6 Jan 2009 01:48:42 -0000 1.26 +++ cjkunifonts.spec 6 Jan 2009 02:08:10 -0000 1.27 @@ -15,7 +15,7 @@ Name: %{fontname} Version: 0.2.20080216.1 -Release: 11%{?dist} +Release: 11.1%{?dist} Summary: Chinese TrueType Fonts -- Simplified and Traditional Chinese Ming and Kai Face License: Arphic Group: User Interface/X @@ -213,7 +213,7 @@ %{catalogue}/%{name}-ukai %changelog -* Tue Jan 06 2009 Caius Chance - 0.2.20080216.1-11.fc11 +* Tue Jan 06 2009 Caius Chance - 0.2.20080216.1-11.1.fc11 - Resolves: rhbz#477373 (Converted to new font packaging guidelines.) * Sun Dec 7 2008 Behdad Esfahbod - 0.2.20080216.1-10.fc11 From dchen at fedoraproject.org Tue Jan 6 02:19:30 2009 From: dchen at fedoraproject.org (Ding-Yi Chen) Date: Tue, 6 Jan 2009 02:19:30 +0000 (UTC) Subject: rpms/fbterm/devel fbterm.spec,1.6,1.7 import.log,1.5,1.6 Message-ID: <20090106021930.2767B70125@cvs1.fedora.phx.redhat.com> Author: dchen Update of /cvs/pkgs/rpms/fbterm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3982/devel Modified Files: fbterm.spec import.log Log Message: SUID fbterm for EL5 Index: fbterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/devel/fbterm.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fbterm.spec 5 Jan 2009 01:43:12 -0000 1.6 +++ fbterm.spec 6 Jan 2009 02:18:59 -0000 1.7 @@ -1,6 +1,6 @@ Name: fbterm Version: 1.3 -Release: 0%{?dist} +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://code.google.com/p/fbterm/ @@ -37,7 +37,7 @@ %prep %setup -q #%patch0 -p0 -b .kernel-header -%patch1 -p0 -b .signalfd +%patch1 -p0 -b .setcap %build %configure --disable-static --disable-rpath @@ -52,17 +52,27 @@ %clean rm -rf $RPM_BUILD_ROOT +%if 0%{?fedora} >= 9 %post setcap 'cap_sys_tty_config+ep' %{_bindir}/%{name} +%endif + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README +%if 0%{?fedora} >= 9 %{_bindir}/%{name} +%else +%attr(4755,root,root) %{_bindir}/%{name} +%endif %{_mandir}/man1/%{name}.1.gz %changelog +* Tue Jan 06 2009 Ding-Yi Chen - 1.3-1 +- SUID fbterm for el5, as it does not have libcap. + * Mon Jan 05 2009 Ding-Yi Chen - 1.3-0 - Upstream update: 1. added command line arguments to change option values Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/devel/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- import.log 5 Jan 2009 01:43:12 -0000 1.5 +++ import.log 6 Jan 2009 02:18:59 -0000 1.6 @@ -3,3 +3,4 @@ fbterm-1_2-1_fc9:HEAD:fbterm-1.2-1.fc9.src.rpm:1227251011 fbterm-1_2-2_fc10:HEAD:fbterm-1.2-2.fc10.src.rpm:1228959810 fbterm-1_3-0_fc10:HEAD:fbterm-1.3-0.fc10.src.rpm:1231119727 +fbterm-1_3-1_fc10:HEAD:fbterm-1.3-1.fc10.src.rpm:1231208300 From dchen at fedoraproject.org Tue Jan 6 02:23:09 2009 From: dchen at fedoraproject.org (Ding-Yi Chen) Date: Tue, 6 Jan 2009 02:23:09 +0000 (UTC) Subject: rpms/fbterm/F-10 fbterm.spec,1.4,1.5 import.log,1.4,1.5 Message-ID: <20090106022309.EE48E7013F@cvs1.fedora.phx.redhat.com> Author: dchen Update of /cvs/pkgs/rpms/fbterm/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5849/F-10 Modified Files: fbterm.spec import.log Log Message: SUID fbterm for EL5 Index: fbterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/F-10/fbterm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fbterm.spec 5 Jan 2009 01:44:57 -0000 1.4 +++ fbterm.spec 6 Jan 2009 02:22:39 -0000 1.5 @@ -1,6 +1,6 @@ Name: fbterm Version: 1.3 -Release: 0%{?dist} +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://code.google.com/p/fbterm/ @@ -37,7 +37,7 @@ %prep %setup -q #%patch0 -p0 -b .kernel-header -%patch1 -p0 -b .signalfd +%patch1 -p0 -b .setcap %build %configure --disable-static --disable-rpath @@ -52,17 +52,27 @@ %clean rm -rf $RPM_BUILD_ROOT +%if 0%{?fedora} >= 9 %post setcap 'cap_sys_tty_config+ep' %{_bindir}/%{name} +%endif + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README +%if 0%{?fedora} >= 9 %{_bindir}/%{name} +%else +%attr(4755,root,root) %{_bindir}/%{name} +%endif %{_mandir}/man1/%{name}.1.gz %changelog +* Tue Jan 06 2009 Ding-Yi Chen - 1.3-1 +- SUID fbterm for el5, as it does not have libcap. + * Mon Jan 05 2009 Ding-Yi Chen - 1.3-0 - Upstream update: 1. added command line arguments to change option values Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/F-10/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 5 Jan 2009 01:44:57 -0000 1.4 +++ import.log 6 Jan 2009 02:22:39 -0000 1.5 @@ -2,3 +2,4 @@ fbterm-1_2-1_fc9:F-10:fbterm-1.2-1.fc9.src.rpm:1227251433 fbterm-1_2-2_fc10:F-10:fbterm-1.2-2.fc10.src.rpm:1228960163 fbterm-1_3-0_fc10:F-10:fbterm-1.3-0.fc10.src.rpm:1231119864 +fbterm-1_3-1_fc10:F-10:fbterm-1.3-1.fc10.src.rpm:1231208373 From cchance at fedoraproject.org Tue Jan 6 02:25:04 2009 From: cchance at fedoraproject.org (Caius Chance) Date: Tue, 6 Jan 2009 02:25:04 +0000 (UTC) Subject: rpms/cjkunifonts/devel cjkunifonts.spec,1.27,1.28 Message-ID: <20090106022504.AC9D170141@cvs1.fedora.phx.redhat.com> Author: cchance Update of /cvs/pkgs/rpms/cjkunifonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7027 Modified Files: cjkunifonts.spec Log Message: fixed .conf ln -s path mistake Index: cjkunifonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/cjkunifonts/devel/cjkunifonts.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- cjkunifonts.spec 6 Jan 2009 02:08:10 -0000 1.27 +++ cjkunifonts.spec 6 Jan 2009 02:24:34 -0000 1.28 @@ -10,12 +10,9 @@ %define cidmapdir %{_datadir}/ghostscript/conf.d %define catalogue %{_sysconfdir}/X11/fontpath.d -%define umingbuilddir ../%{name}-uming-%{version} -%define ukaibuilddir ../%{name}-ukai-%{version} - Name: %{fontname} Version: 0.2.20080216.1 -Release: 11.1%{?dist} +Release: 11.2%{?dist} Summary: Chinese TrueType Fonts -- Simplified and Traditional Chinese Ming and Kai Face License: Arphic Group: User Interface/X @@ -97,18 +94,24 @@ # fontconfig config files install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ %{buildroot}%{_fontconfig_confdir} -for fconf in `ls %{umingbuilddir}/*-ttf-arphic-uming*.conf` + +cd %{name}-uming-%{version} +for fconf in `ls *-ttf-arphic-uming*.conf` do install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/ ln -s %{buildroot}%{_fontconfig_templatedir}/$fconf \ %{buildroot}%{_fontconfig_confdir}/$fconf done -for fconf in `ls %{ukaibuilddir}/*-ttf-arphic-ukai*.conf` +cd .. + +cd %{name}-ukai-%{version} +for fconf in `ls *-ttf-arphic-ukai*.conf` do install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/ ln -s %{buildroot}%{_fontconfig_templatedir}/$fconf \ %{buildroot}%{_fontconfig_confdir}/$fconf done +cd .. # backward compat install -d %{buildroot}%{_datadir}/fonts/zh_CN/TrueType @@ -213,7 +216,7 @@ %{catalogue}/%{name}-ukai %changelog -* Tue Jan 06 2009 Caius Chance - 0.2.20080216.1-11.1.fc11 +* Tue Jan 06 2009 Caius Chance - 0.2.20080216.1-11.2.fc11 - Resolves: rhbz#477373 (Converted to new font packaging guidelines.) * Sun Dec 7 2008 Behdad Esfahbod - 0.2.20080216.1-10.fc11 From dchen at fedoraproject.org Tue Jan 6 02:25:13 2009 From: dchen at fedoraproject.org (Ding-Yi Chen) Date: Tue, 6 Jan 2009 02:25:13 +0000 (UTC) Subject: rpms/fbterm/F-9 fbterm.spec,1.4,1.5 import.log,1.4,1.5 Message-ID: <20090106022513.AD06370125@cvs1.fedora.phx.redhat.com> Author: dchen Update of /cvs/pkgs/rpms/fbterm/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7792/F-9 Modified Files: fbterm.spec import.log Log Message: SUID fbterm for EL5 Index: fbterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/F-9/fbterm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fbterm.spec 5 Jan 2009 01:57:23 -0000 1.4 +++ fbterm.spec 6 Jan 2009 02:24:43 -0000 1.5 @@ -1,6 +1,6 @@ Name: fbterm Version: 1.3 -Release: 0%{?dist} +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://code.google.com/p/fbterm/ @@ -37,7 +37,7 @@ %prep %setup -q #%patch0 -p0 -b .kernel-header -%patch1 -p0 -b .signalfd +%patch1 -p0 -b .setcap %build %configure --disable-static --disable-rpath @@ -52,17 +52,27 @@ %clean rm -rf $RPM_BUILD_ROOT +%if 0%{?fedora} >= 9 %post setcap 'cap_sys_tty_config+ep' %{_bindir}/%{name} +%endif + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README +%if 0%{?fedora} >= 9 %{_bindir}/%{name} +%else +%attr(4755,root,root) %{_bindir}/%{name} +%endif %{_mandir}/man1/%{name}.1.gz %changelog +* Tue Jan 06 2009 Ding-Yi Chen - 1.3-1 +- SUID fbterm for el5, as it does not have libcap. + * Mon Jan 05 2009 Ding-Yi Chen - 1.3-0 - Upstream update: 1. added command line arguments to change option values Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/F-9/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 5 Jan 2009 01:57:23 -0000 1.4 +++ import.log 6 Jan 2009 02:24:43 -0000 1.5 @@ -2,3 +2,4 @@ fbterm-1_2-1_fc9:F-9:fbterm-1.2-1.fc9.src.rpm:1227251111 fbterm-1_2-2_fc10:F-9:fbterm-1.2-2.fc10.src.rpm:1228960580 fbterm-1_3-0_fc10:F-9:fbterm-1.3-0.fc10.src.rpm:1231120357 +fbterm-1_3-1_fc10:F-9:fbterm-1.3-1.fc10.src.rpm:1231208645 From dchen at fedoraproject.org Tue Jan 6 03:05:48 2009 From: dchen at fedoraproject.org (Ding-Yi Chen) Date: Tue, 6 Jan 2009 03:05:48 +0000 (UTC) Subject: rpms/fbterm/EL-5 fbterm.spec,1.3,1.4 import.log,1.3,1.4 Message-ID: <20090106030548.0BC6770125@cvs1.fedora.phx.redhat.com> Author: dchen Update of /cvs/pkgs/rpms/fbterm/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21839/EL-5 Modified Files: fbterm.spec import.log Log Message: SUID fbterm for EL5 Index: fbterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/EL-5/fbterm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fbterm.spec 5 Jan 2009 02:41:45 -0000 1.3 +++ fbterm.spec 6 Jan 2009 03:05:17 -0000 1.4 @@ -1,6 +1,6 @@ Name: fbterm Version: 1.3 -Release: 0%{?dist} +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: http://code.google.com/p/fbterm/ @@ -37,7 +37,7 @@ %prep %setup -q #%patch0 -p0 -b .kernel-header -%patch1 -p0 -b .signalfd +%patch1 -p0 -b .setcap %build %configure --disable-static --disable-rpath @@ -52,17 +52,27 @@ %clean rm -rf $RPM_BUILD_ROOT +%if 0%{?fedora} >= 9 %post setcap 'cap_sys_tty_config+ep' %{_bindir}/%{name} +%endif + %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README +%if 0%{?fedora} >= 9 %{_bindir}/%{name} +%else +%attr(4755,root,root) %{_bindir}/%{name} +%endif %{_mandir}/man1/%{name}.1.gz %changelog +* Tue Jan 06 2009 Ding-Yi Chen - 1.3-1 +- SUID fbterm for el5, as it does not have libcap. + * Mon Jan 05 2009 Ding-Yi Chen - 1.3-0 - Upstream update: 1. added command line arguments to change option values Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/fbterm/EL-5/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 5 Jan 2009 02:41:45 -0000 1.3 +++ import.log 6 Jan 2009 03:05:17 -0000 1.4 @@ -1,3 +1,4 @@ fbterm-1_1-3_fc9:EL-5:fbterm-1.1-3.fc9.src.rpm:1224460854 fbterm-1_2-1_fc9:EL-5:fbterm-1.2-1.fc9.src.rpm:1227252152 fbterm-1_3-0_fc10:EL-5:fbterm-1.3-0.fc10.src.rpm:1231120976 +fbterm-1_3-1_fc10:EL-5:fbterm-1.3-1.fc10.src.rpm:1231211081 From mtasaka at fedoraproject.org Tue Jan 6 05:43:05 2009 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Tue, 6 Jan 2009 05:43:05 +0000 (UTC) Subject: rpms/cairo-dock/devel .cvsignore, 1.92, 1.93 cairo-dock.spec, 1.123, 1.124 sources, 1.92, 1.93 Message-ID: <20090106054305.4116F7013F@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/cairo-dock/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28361 Modified Files: .cvsignore cairo-dock.spec sources Log Message: rev 1470 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/cairo-dock/devel/.cvsignore,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- .cvsignore 3 Jan 2009 17:00:32 -0000 1.92 +++ .cvsignore 6 Jan 2009 05:42:33 -0000 1.93 @@ -1 +1 @@ -cairo-dock-sources-svn1462_trunk.tar.bz2 +cairo-dock-sources-svn1470_trunk.tar.bz2 Index: cairo-dock.spec =================================================================== RCS file: /cvs/extras/rpms/cairo-dock/devel/cairo-dock.spec,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- cairo-dock.spec 3 Jan 2009 17:00:32 -0000 1.123 +++ cairo-dock.spec 6 Jan 2009 05:42:33 -0000 1.124 @@ -11,7 +11,7 @@ %undefine betaver %define build_webkit 1 %define build_xfce 1 -%define tarballver svn1462_trunk +%define tarballver svn1470_trunk %define fedora_main_rel 3 @@ -175,8 +175,6 @@ pushd . # A. main cd cairo-dock -# temporary fix -#%%{__sed} -i.inline -e 's|^inline ||' src/cairo-dock-icons.* # permission for dir in */ @@ -637,8 +635,8 @@ %{_libdir}/pkgconfig/*.pc %changelog -* Sun Jan 4 2009 Mamoru Tasaka -- rev 1462 +* Tue Jan 6 2009 Mamoru Tasaka +- rev 1470 * Thu Dec 25 2008 Mamoru Tasaka - rev 1451 Index: sources =================================================================== RCS file: /cvs/extras/rpms/cairo-dock/devel/sources,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- sources 3 Jan 2009 17:00:32 -0000 1.92 +++ sources 6 Jan 2009 05:42:33 -0000 1.93 @@ -1 +1 @@ -6468df6d5396345e24e79bb0369c1bcd cairo-dock-sources-svn1462_trunk.tar.bz2 +885e64b62b9cd5d446ca7a93dd08f101 cairo-dock-sources-svn1470_trunk.tar.bz2 From mtasaka at fedoraproject.org Tue Jan 6 05:48:34 2009 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Tue, 6 Jan 2009 05:48:34 +0000 (UTC) Subject: rpms/ochusha/devel .cvsignore, 1.67, 1.68 ochusha.spec, 1.91, 1.92 sources, 1.67, 1.68 Message-ID: <20090106054834.F1A7770108@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/ochusha/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32016 Modified Files: .cvsignore ochusha.spec sources Log Message: 2009-01-06 14:30 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/.cvsignore,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- .cvsignore 31 Dec 2008 16:37:40 -0000 1.67 +++ .cvsignore 6 Jan 2009 05:48:04 -0000 1.68 @@ -1 +1 @@ -ochusha-0.6.0.1-cvs20090101T0130.tar.bz2 +ochusha-0.6.0.1-cvs20090106T1430.tar.bz2 Index: ochusha.spec =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- ochusha.spec 31 Dec 2008 16:37:40 -0000 1.91 +++ ochusha.spec 6 Jan 2009 05:48:04 -0000 1.92 @@ -16,8 +16,8 @@ %define help_url file://%{_docdir}/%{name}-%{version}/doc/index.html %define main_ver 0.6.0.1 -%define codate 20090101 -%define cotime_JST 0130 +%define codate 20090106 +%define cotime_JST 1430 %define strtag cvs%{codate}T%{cotime_JST} %define repoid 36733 @@ -217,6 +217,9 @@ %{_datadir}/icons/hicolor/48x48/apps/*.png %changelog +* Tue Jan 6 2009 Mamoru Tasaka +- Use latest CVS + * Thu Jan 1 2009 Mamoru Tasaka - A Happy New Year Index: sources =================================================================== RCS file: /cvs/extras/rpms/ochusha/devel/sources,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- sources 31 Dec 2008 16:37:40 -0000 1.67 +++ sources 6 Jan 2009 05:48:04 -0000 1.68 @@ -1 +1 @@ -3373a90b0fddbc7031a8a4f40570ae15 ochusha-0.6.0.1-cvs20090101T0130.tar.bz2 +d5217e68ae68208086938083c35da9ef ochusha-0.6.0.1-cvs20090106T1430.tar.bz2 From pbrobinson at fedoraproject.org Tue Jan 6 06:11:43 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Tue, 6 Jan 2009 06:11:43 +0000 (UTC) Subject: rpms/opal/devel .cvsignore, 1.14, 1.15 opal.spec, 1.32, 1.33 sources, 1.15, 1.16 Message-ID: <20090106061143.DE1E870108@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/opal/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3438 Modified Files: .cvsignore opal.spec sources Log Message: - New release for ekiga 3.1.0 beta - Some updates from merge review Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/opal/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 20 Oct 2008 19:41:44 -0000 1.14 +++ .cvsignore 6 Jan 2009 06:11:13 -0000 1.15 @@ -1 +1 @@ -opal-3.4.2.tar.bz2 +opal-3.5.2.tar.bz2 Index: opal.spec =================================================================== RCS file: /cvs/pkgs/rpms/opal/devel/opal.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- opal.spec 16 Dec 2008 21:45:52 -0000 1.32 +++ opal.spec 6 Jan 2009 06:11:13 -0000 1.33 @@ -1,12 +1,12 @@ Name: opal Summary: Open Phone Abstraction Library -Version: 3.4.2 -Release: 2%{?dist} +Version: 3.5.2 +Release: 1%{?dist} URL: http://www.opalvoip.org/ Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.4/%{name}-%{version}.tar.bz2 License: MPLv1.0 Group: System Environment/Libraries -BuildRequires: ptlib-devel >= 2.4.1 +BuildRequires: ptlib-devel = 2.5.2 BuildRequires: openldap-devel BuildRequires: openssl-devel BuildRequires: libtheora-devel @@ -23,7 +23,7 @@ Group: Development/Libraries Requires: opal = %{version}-%{release} Requires: openssl-devel -Requires: ptlib-devel >= 2.4.1 +Requires: ptlib-devel = 2.5.2 Requires: pkgconfig %description devel @@ -55,18 +55,22 @@ %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc mpl-1.0.htm +%defattr(-,root,root,-) +%doc mpl-1.0.htm %{_libdir}/*.so.* %{_libdir}/%{name}-%{version} %files devel -%defattr(-,root,root) +%doc mpl-1.0.htm docs/* %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/opal.pc %changelog +* Tue Jan 6 2009 Peter Robinson - 3.5.2-1 +- New release for ekiga 3.1.0 beta +- Some updates from merge review + * Fri Dec 5 2008 Peter Robinson - 3.4.2-2 - Update spec to ensure we own directories Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/opal/devel/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 20 Oct 2008 19:41:44 -0000 1.15 +++ sources 6 Jan 2009 06:11:13 -0000 1.16 @@ -1 +1 @@ -a1d11099fa00d77a79dcfe513872e8dc opal-3.4.2.tar.bz2 +0b593302c10e7c5f14ae20484ddf8e6b opal-3.5.2.tar.bz2 From pbrobinson at fedoraproject.org Tue Jan 6 06:13:50 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Tue, 6 Jan 2009 06:13:50 +0000 (UTC) Subject: rpms/ptlib/devel .cvsignore, 1.4, 1.5 ptlib.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <20090106061350.77A8E70108@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/ptlib/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5855 Modified Files: .cvsignore ptlib.spec sources Log Message: - New release for ekiga 3.1.0 beta Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ptlib/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 20 Oct 2008 19:37:54 -0000 1.4 +++ .cvsignore 6 Jan 2009 06:13:20 -0000 1.5 @@ -1 +1 @@ -ptlib-2.4.2.tar.bz2 +ptlib-2.5.2.tar.bz2 Index: ptlib.spec =================================================================== RCS file: /cvs/pkgs/rpms/ptlib/devel/ptlib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ptlib.spec 20 Oct 2008 19:37:54 -0000 1.5 +++ ptlib.spec 6 Jan 2009 06:13:20 -0000 1.6 @@ -1,9 +1,9 @@ Name: ptlib Summary: Portable Tools Library -Version: 2.4.2 +Version: 2.5.2 Release: 1%{?dist} URL: http://www.opalvoip.org/ -Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.4/%{name}-%{version}.tar.bz2 +Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.5/%{name}-%{version}.tar.bz2 License: MPLv1.0 Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -82,6 +82,9 @@ %attr(755,root,root) %{_bindir}/* %changelog +* Tue Jan 6 2009 Peter Robinson - 2.5.2-1 +- New release for ekiga 3.1.0 beta + * Mon Oct 20 2008 Peter Robinson - 2.4.2-1 - Update to new stable release for ekiga 3.0.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ptlib/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 20 Oct 2008 19:37:54 -0000 1.4 +++ sources 6 Jan 2009 06:13:20 -0000 1.5 @@ -1 +1 @@ -47ba7da2a339643d5f5406215d457d5a ptlib-2.4.2.tar.bz2 +7d8dcd999827d51ad4a15afe74aad181 ptlib-2.5.2.tar.bz2 From mclasen at fedoraproject.org Tue Jan 6 06:23:53 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 06:23:53 +0000 (UTC) Subject: rpms/at-spi/devel .cvsignore, 1.56, 1.57 at-spi.spec, 1.109, 1.110 sources, 1.56, 1.57 Message-ID: <20090106062353.8C73970108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/at-spi/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11521 Modified Files: .cvsignore at-spi.spec sources Log Message: 1.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/at-spi/devel/.cvsignore,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- .cvsignore 2 Dec 2008 15:17:41 -0000 1.56 +++ .cvsignore 6 Jan 2009 06:23:23 -0000 1.57 @@ -1 +1 @@ -at-spi-1.25.2.tar.bz2 +at-spi-1.25.4.tar.bz2 Index: at-spi.spec =================================================================== RCS file: /cvs/pkgs/rpms/at-spi/devel/at-spi.spec,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- at-spi.spec 10 Dec 2008 16:51:28 -0000 1.109 +++ at-spi.spec 6 Jan 2009 06:23:23 -0000 1.110 @@ -9,8 +9,8 @@ Summary: Assistive Technology Service Provider Interface Name: at-spi -Version: 1.25.2 -Release: 5%{?dist} +Version: 1.25.4 +Release: 1%{?dist} URL: http://developer.gnome.org/projects/gap/ Source0: http://download.gnome.org/sources/at-spi/1.25/%{name}-%{version}.tar.bz2 @@ -156,6 +156,9 @@ %changelog +* Tue Jan 6 2009 Matthias Clasen - 1.25.4-1 +- Update to 1.25.4 + * Wed Dec 10 2008 Matthias Clasen - 1.25.2-5 - ...but keep all the needed deps Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/at-spi/devel/sources,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- sources 2 Dec 2008 15:17:41 -0000 1.56 +++ sources 6 Jan 2009 06:23:23 -0000 1.57 @@ -1 +1 @@ -9580090e3f4023bcea35aa0502463dda at-spi-1.25.2.tar.bz2 +6ba94371ecf4b4d2d8fbb97ca973cb97 at-spi-1.25.4.tar.bz2 From pbrobinson at fedoraproject.org Tue Jan 6 06:31:55 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Tue, 6 Jan 2009 06:31:55 +0000 (UTC) Subject: rpms/ekiga/devel .cvsignore, 1.15, 1.16 ekiga.spec, 1.61, 1.62 sources, 1.17, 1.18 Message-ID: <20090106063155.E568270108@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/ekiga/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12677 Modified Files: .cvsignore ekiga.spec sources Log Message: - Upgrade to the 3.1.0 devel release, enable gstreamer and xcap, remove libgnome Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ekiga/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 20 Oct 2008 19:58:02 -0000 1.15 +++ .cvsignore 6 Jan 2009 06:31:25 -0000 1.16 @@ -1 +1 @@ -ekiga-3.0.1.tar.bz2 +ekiga-3.1.0.tar.bz2 Index: ekiga.spec =================================================================== RCS file: /cvs/pkgs/rpms/ekiga/devel/ekiga.spec,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ekiga.spec 14 Nov 2008 18:11:45 -0000 1.61 +++ ekiga.spec 6 Jan 2009 06:31:25 -0000 1.62 @@ -1,10 +1,10 @@ Summary: A Gnome based SIP/H323 teleconferencing application Name: ekiga -Version: 3.0.1 -Release: 4%{?dist} +Version: 3.1.0 +Release: 1%{?dist} URL: http://www.ekiga.org/ Source0: ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.0/%{name}-%{version}.tar.bz2 -Patch0: ekiga-fixlibnotify.patch +#Patch0: ekiga-fixlibnotify.patch License: GPLv2+ Group: Applications/Communications BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -14,8 +14,8 @@ Requires: GConf2 BuildRequires: gtk2-devel >= 2.12 BuildRequires: GConf2-devel >= 2.2.0 -BuildRequires: libgnomeui-devel >= 2.0 -BuildRequires: libgnome-devel >= 2.0 +#BuildRequires: libgnomeui-devel >= 2.0 +#BuildRequires: libgnome-devel >= 2.0 BuildRequires: libnotify-devel BuildRequires: avahi-devel >= 0.6.9 BuildRequires: avahi-glib-devel >= 0.6.9 @@ -36,6 +36,9 @@ BuildRequires: desktop-file-utils BuildRequires: libsigc++20-devel BuildRequires: speex-devel +BuildRequires: gstreamer-devel +BuildRequires: gstreamer-plugins-base-devel +BuildRequires: gstreamer-plugins-bad-devel Requires(pre): GConf2 Requires(post): GConf2 @@ -49,11 +52,11 @@ %prep %setup -q -%patch0 -p0 -b .fixlibnotify +#%patch0 -p0 -b .fixlibnotify %build CXXFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1 -fPIC" -%configure --disable-scrollkeeper +%configure --disable-scrollkeeper --enable-gstreamer --enable-xcap make %{?_smp_mflags} %install @@ -141,6 +144,9 @@ %{_sysconfdir}/gconf/schemas/ekiga.schemas %changelog +* Mon Jan 5 2009 Peter Robinson - 3.1.0-1 +- Upgrade to the 3.1.0 devel release, enable gstreamer and xcap, remove libgnome + * Mon Nov 13 2008 Peter Robinson - 3.0.1-4 - Fix spec file error Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ekiga/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- sources 20 Oct 2008 19:58:02 -0000 1.17 +++ sources 6 Jan 2009 06:31:25 -0000 1.18 @@ -1 +1 @@ -69b4cb7ec2041c5b76861d161d993820 ekiga-3.0.1.tar.bz2 +ec8690ff84b364d2df5b2443a01ba529 ekiga-3.1.0.tar.bz2 From mclasen at fedoraproject.org Tue Jan 6 06:33:09 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 06:33:09 +0000 (UTC) Subject: rpms/gedit/devel .cvsignore, 1.82, 1.83 gedit.spec, 1.180, 1.181 sources, 1.84, 1.85 Message-ID: <20090106063309.5C63E70108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gedit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12943 Modified Files: .cvsignore gedit.spec sources Log Message: 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gedit/devel/.cvsignore,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- .cvsignore 4 Dec 2008 15:04:43 -0000 1.82 +++ .cvsignore 6 Jan 2009 06:32:38 -0000 1.83 @@ -1 +1 @@ -gedit-2.25.2.tar.bz2 +gedit-2.25.4.tar.bz2 Index: gedit.spec =================================================================== RCS file: /cvs/pkgs/rpms/gedit/devel/gedit.spec,v retrieving revision 1.180 retrieving revision 1.181 diff -u -r1.180 -r1.181 --- gedit.spec 5 Jan 2009 15:24:59 -0000 1.180 +++ gedit.spec 6 Jan 2009 06:32:38 -0000 1.181 @@ -17,8 +17,8 @@ Summary: Text editor for the GNOME desktop Name: gedit -Version: 2.25.2 -Release: 3%{?dist} +Version: 2.25.4 +Release: 1%{?dist} Epoch: 1 License: GPLv2+ and GFDL Group: Applications/Editors @@ -221,6 +221,9 @@ %changelog +* Tue Jan 6 2009 Matthias Clasen - 1:2.25.4-1 +- Update to 2.25.4 + * Mon Jan 05 2009 - Bastien Nocera - 1:2.25.2-3 - Remove some unneeded dependencies Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gedit/devel/sources,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- sources 4 Dec 2008 15:04:43 -0000 1.84 +++ sources 6 Jan 2009 06:32:39 -0000 1.85 @@ -1 +1 @@ -703b945d95e7fb4f942e0f083ffb74f6 gedit-2.25.2.tar.bz2 +31f4ad2cc3a0148c433c1dc5048503e5 gedit-2.25.4.tar.bz2 From mclasen at fedoraproject.org Tue Jan 6 06:39:31 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 06:39:31 +0000 (UTC) Subject: rpms/at-spi/devel at-spi.spec,1.110,1.111 Message-ID: <20090106063931.910CD70108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/at-spi/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14061 Modified Files: at-spi.spec Log Message: drop upstreamed patch Index: at-spi.spec =================================================================== RCS file: /cvs/pkgs/rpms/at-spi/devel/at-spi.spec,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- at-spi.spec 6 Jan 2009 06:23:23 -0000 1.110 +++ at-spi.spec 6 Jan 2009 06:39:01 -0000 1.111 @@ -10,7 +10,7 @@ Summary: Assistive Technology Service Provider Interface Name: at-spi Version: 1.25.4 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://developer.gnome.org/projects/gap/ Source0: http://download.gnome.org/sources/at-spi/1.25/%{name}-%{version}.tar.bz2 @@ -48,8 +48,6 @@ # http://bugzilla.gnome.org/show_bug.cgi?id=548782 Patch4: evo-crash.patch -# http://bugzilla.gnome.org/show_bug.cgi?id=563806 -Patch5: at-spi-unneeded-deps.patch %description at-spi allows assistive technologies to access GTK-based @@ -87,7 +85,6 @@ %prep %setup -q %patch4 -p1 -b .evo-crash -%patch5 -p1 -b .unneeded-deps autoreconf -i -f @@ -156,7 +153,7 @@ %changelog -* Tue Jan 6 2009 Matthias Clasen - 1.25.4-1 +* Tue Jan 6 2009 Matthias Clasen - 1.25.4-2 - Update to 1.25.4 * Wed Dec 10 2008 Matthias Clasen - 1.25.2-5 From mclasen at fedoraproject.org Tue Jan 6 06:40:29 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 06:40:29 +0000 (UTC) Subject: rpms/gedit/devel gedit.spec,1.181,1.182 Message-ID: <20090106064029.3737570108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gedit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14282 Modified Files: gedit.spec Log Message: thanks, libtool Index: gedit.spec =================================================================== RCS file: /cvs/pkgs/rpms/gedit/devel/gedit.spec,v retrieving revision 1.181 retrieving revision 1.182 diff -u -r1.181 -r1.182 --- gedit.spec 6 Jan 2009 06:32:38 -0000 1.181 +++ gedit.spec 6 Jan 2009 06:39:58 -0000 1.182 @@ -18,7 +18,7 @@ Summary: Text editor for the GNOME desktop Name: gedit Version: 2.25.4 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: GPLv2+ and GFDL Group: Applications/Editors @@ -108,7 +108,7 @@ %endif %build -autoreconf +autoreconf -f -i %configure \ --disable-scrollkeeper \ --disable-gtk-doc \ @@ -221,7 +221,7 @@ %changelog -* Tue Jan 6 2009 Matthias Clasen - 1:2.25.4-1 +* Tue Jan 6 2009 Matthias Clasen - 1:2.25.4-2 - Update to 2.25.4 * Mon Jan 05 2009 - Bastien Nocera - 1:2.25.2-3 From mmaslano at fedoraproject.org Tue Jan 6 06:47:11 2009 From: mmaslano at fedoraproject.org (=?utf-8?b?TWFyY2VsYSBNYcWhbMOhxYhvdsOh?=) Date: Tue, 6 Jan 2009 06:47:11 +0000 (UTC) Subject: rpms/perl-HTML-Parser/F-10 .cvsignore, 1.12, 1.13 perl-HTML-Parser.spec, 1.32, 1.33 sources, 1.13, 1.14 Message-ID: <20090106064711.9475770108@cvs1.fedora.phx.redhat.com> Author: mmaslano Update of /cvs/pkgs/rpms/perl-HTML-Parser/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15759 Modified Files: .cvsignore perl-HTML-Parser.spec sources Log Message: * Tue Dec 16 2008 Marcela Ma??l????ov?? - 3.59-1 - update to the latest version for Padre editor Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Parser/F-10/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 6 Feb 2007 04:53:37 -0000 1.12 +++ .cvsignore 6 Jan 2009 06:46:41 -0000 1.13 @@ -1 +1 @@ -HTML-Parser-3.56.tar.gz +HTML-Parser-3.59.tar.gz Index: perl-HTML-Parser.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Parser/F-10/perl-HTML-Parser.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- perl-HTML-Parser.spec 28 Feb 2008 13:06:18 -0000 1.32 +++ perl-HTML-Parser.spec 6 Jan 2009 06:46:41 -0000 1.33 @@ -1,8 +1,8 @@ %define real_name HTML-Parser Name: perl-%{real_name} -Version: 3.56 -Release: 5%{?dist} +Version: 3.59 +Release: 1%{?dist} Summary: Perl module for parsing HTML Group: Development/Libraries @@ -58,6 +58,9 @@ %changelog +* Tue Dec 16 2008 Marcela Ma??l????ov?? - 3.59-1 +- update to the latest version for Padre editor + * Wed Feb 27 2008 Tom "spot" Callaway - 3.56-5 - Rebuild for perl 5.10 (again) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-HTML-Parser/F-10/sources,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- sources 6 Feb 2007 04:53:37 -0000 1.13 +++ sources 6 Jan 2009 06:46:41 -0000 1.14 @@ -1 +1 @@ -bddc432e5ed9df4d4153a62234f04fc2 HTML-Parser-3.56.tar.gz +190950f442ff4a8e59e637714105a01b HTML-Parser-3.59.tar.gz From mclasen at fedoraproject.org Tue Jan 6 06:50:59 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 06:50:59 +0000 (UTC) Subject: rpms/mousetweaks/devel .cvsignore, 1.14, 1.15 mousetweaks.spec, 1.19, 1.20 sources, 1.14, 1.15 Message-ID: <20090106065059.9C44670140@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/mousetweaks/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16798 Modified Files: .cvsignore mousetweaks.spec sources Log Message: 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mousetweaks/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- .cvsignore 4 Dec 2008 06:49:22 -0000 1.14 +++ .cvsignore 6 Jan 2009 06:50:29 -0000 1.15 @@ -1 +1 @@ -mousetweaks-2.25.2.tar.bz2 +mousetweaks-2.25.4.tar.bz2 Index: mousetweaks.spec =================================================================== RCS file: /cvs/pkgs/rpms/mousetweaks/devel/mousetweaks.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- mousetweaks.spec 4 Dec 2008 06:49:23 -0000 1.19 +++ mousetweaks.spec 6 Jan 2009 06:50:29 -0000 1.20 @@ -1,5 +1,5 @@ Name: mousetweaks -Version: 2.25.2 +Version: 2.25.4 Release: 1%{?dist} Summary: Mouse accessibility support for the GNOME desktop Group: User Interface/Desktops @@ -109,6 +109,9 @@ %doc %{_mandir}/man1/* %changelog +* Tue Jan 6 2009 Matthias Clasen - 2.25.4-1 +- Update to 2.25.4 + * Thu Dec 4 2008 Matthias Clasen - 2.25.2-1 - Update to 2.25.2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mousetweaks/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 4 Dec 2008 06:49:23 -0000 1.14 +++ sources 6 Jan 2009 06:50:29 -0000 1.15 @@ -1 +1 @@ -50b5263588a48a6b55ae1744313d6d16 mousetweaks-2.25.2.tar.bz2 +3884d1434e1892fc2fce5f8ba8b41e33 mousetweaks-2.25.4.tar.bz2 From mclasen at fedoraproject.org Tue Jan 6 06:56:57 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 06:56:57 +0000 (UTC) Subject: rpms/gtksourceview2/devel .cvsignore, 1.20, 1.21 gtksourceview2.spec, 1.22, 1.23 sources, 1.20, 1.21 Message-ID: <20090106065657.650F170108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gtksourceview2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21046 Modified Files: .cvsignore gtksourceview2.spec sources Log Message: 2.5.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gtksourceview2/devel/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 12 Nov 2008 06:48:15 -0000 1.20 +++ .cvsignore 6 Jan 2009 06:56:26 -0000 1.21 @@ -1 +1 @@ -gtksourceview-2.4.1.tar.bz2 +gtksourceview-2.5.2.tar.bz2 Index: gtksourceview2.spec =================================================================== RCS file: /cvs/pkgs/rpms/gtksourceview2/devel/gtksourceview2.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- gtksourceview2.spec 12 Nov 2008 06:48:16 -0000 1.22 +++ gtksourceview2.spec 6 Jan 2009 06:56:27 -0000 1.23 @@ -5,13 +5,13 @@ Summary: A library for viewing source files Name: gtksourceview2 -Version: 2.4.1 +Version: 2.5.2 Release: 1%{?dist} License: LGPLv2+ and GPLv2+ # the library itself is LGPL, some .lang files are GPL Group: System Environment/Libraries URL: http://gtksourceview.sourceforge.net/ -Source0: http://download.gnome.org/sources/gtksourceview/2.4/gtksourceview-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/gtksourceview/2.5/gtksourceview-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-vfs2-devel BuildRequires: libxml2-devel @@ -81,6 +81,9 @@ %{_libdir}/*.so %changelog +* Tue Jan 6 2009 Matthias Clasen - 2.5.2-1 +- Update to 2.5.2 + * Wed Nov 12 2008 Matthias Clasen - 2.4.1-1 - Update to 2.4.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gtksourceview2/devel/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 12 Nov 2008 06:48:16 -0000 1.20 +++ sources 6 Jan 2009 06:56:27 -0000 1.21 @@ -1 +1 @@ -7b5902e00aafc573e56f1bac244b2673 gtksourceview-2.4.1.tar.bz2 +a108e40cb5022864c0e1b1c605b0fe71 gtksourceview-2.5.2.tar.bz2 From mclasen at fedoraproject.org Tue Jan 6 07:01:04 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 07:01:04 +0000 (UTC) Subject: rpms/orca/devel .cvsignore, 1.44, 1.45 orca.spec, 1.75, 1.76 sources, 1.45, 1.46 Message-ID: <20090106070104.E557870108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/orca/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22082 Modified Files: .cvsignore orca.spec sources Log Message: 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/orca/devel/.cvsignore,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- .cvsignore 17 Dec 2008 16:44:48 -0000 1.44 +++ .cvsignore 6 Jan 2009 07:00:33 -0000 1.45 @@ -1 +1 @@ -orca-2.25.3.tar.bz2 +orca-2.25.4.tar.bz2 Index: orca.spec =================================================================== RCS file: /cvs/pkgs/rpms/orca/devel/orca.spec,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- orca.spec 17 Dec 2008 16:59:10 -0000 1.75 +++ orca.spec 6 Jan 2009 07:00:34 -0000 1.76 @@ -16,8 +16,8 @@ %define control_center_version 2.16.0-5 Name: orca -Version: 2.25.3 -Release: 2%{?dist} +Version: 2.25.4 +Release: 1%{?dist} Summary: Assistive technology for people with visual impairments Group: User Interface/Desktops @@ -105,6 +105,9 @@ %changelog +* Tue Jan 6 2009 Matthias Clasen - 2.25.4-1 +- Update to 2.25.4 + * Wed Dec 17 2008 Matthias Clasen - 2.25.3-2 - Update to 2.25.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/orca/devel/sources,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- sources 17 Dec 2008 16:44:48 -0000 1.45 +++ sources 6 Jan 2009 07:00:34 -0000 1.46 @@ -1 +1 @@ -6be17bba945f4d5411adf5223822c91d orca-2.25.3.tar.bz2 +093adf1da8670c1fdb377d0aee22130c orca-2.25.4.tar.bz2 From mclasen at fedoraproject.org Tue Jan 6 07:09:08 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 07:09:08 +0000 (UTC) Subject: rpms/file-roller/devel .cvsignore, 1.79, 1.80 file-roller.spec, 1.134, 1.135 sources, 1.79, 1.80 Message-ID: <20090106070908.4EE9770108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/file-roller/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24778 Modified Files: .cvsignore file-roller.spec sources Log Message: 2.25.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/file-roller/devel/.cvsignore,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- .cvsignore 21 Oct 2008 01:45:25 -0000 1.79 +++ .cvsignore 6 Jan 2009 07:08:37 -0000 1.80 @@ -1 +1 @@ -file-roller-2.24.1.tar.bz2 +file-roller-2.25.1.tar.bz2 Index: file-roller.spec =================================================================== RCS file: /cvs/pkgs/rpms/file-roller/devel/file-roller.spec,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- file-roller.spec 24 Nov 2008 00:00:33 -0000 1.134 +++ file-roller.spec 6 Jan 2009 07:08:37 -0000 1.135 @@ -10,12 +10,12 @@ Summary: Tool for viewing and creating archives Name: file-roller -Version: 2.24.1 -Release: 2%{?dist} +Version: 2.25.1 +Release: 1%{?dist} License: GPLv2+ Group: Applications/Archiving URL: http://download.gnome.org/sources/file-roller/ -Source: http://download.gnome.org/sources/file-roller/2.24/file-roller-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/file-roller/2.25/file-roller-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pango-devel >= %{pango_version} @@ -128,6 +128,9 @@ %{_datadir}/icons/hicolor/scalable/apps/file-roller.svg %changelog +* Tue Jan 6 2009 Matthias Clasen - 2.25.1-1 +- Update to 2.25.1 + * Sun Nov 23 2008 Matthias Clasen - 2.24.1-2 - Shorten summary Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/file-roller/devel/sources,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- sources 21 Oct 2008 01:45:25 -0000 1.79 +++ sources 6 Jan 2009 07:08:37 -0000 1.80 @@ -1 +1 @@ -da2ee9111041ade40013f75d8185f63d file-roller-2.24.1.tar.bz2 +75efc66b734e8accee40353fc7a6fa62 file-roller-2.25.1.tar.bz2 From pkgdb at fedoraproject.org Tue Jan 6 07:10:23 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 07:10:23 +0000 Subject: [pkgdb] otrs had acl change status Message-ID: <20090106071023.967B0208202@bastion.fedora.phx.redhat.com> romal has set the watchbugzilla acl on otrs (Fedora devel) to Approved for dtimms To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/otrs From pkgdb at fedoraproject.org Tue Jan 6 07:10:25 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 07:10:25 +0000 Subject: [pkgdb] otrs had acl change status Message-ID: <20090106071025.EF17920873E@bastion.fedora.phx.redhat.com> romal has set the watchcommits acl on otrs (Fedora devel) to Approved for dtimms To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/otrs From pkgdb at fedoraproject.org Tue Jan 6 07:10:29 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 07:10:29 +0000 Subject: [pkgdb] otrs had acl change status Message-ID: <20090106071029.89D7E208D2B@bastion.fedora.phx.redhat.com> romal has set the commit acl on otrs (Fedora devel) to Approved for dtimms To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/otrs From pkgdb at fedoraproject.org Tue Jan 6 07:10:30 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 07:10:30 +0000 Subject: [pkgdb] otrs had acl change status Message-ID: <20090106071030.DC7C2208D51@bastion.fedora.phx.redhat.com> romal has set the approveacls acl on otrs (Fedora devel) to Approved for dtimms To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/otrs From pbrobinson at fedoraproject.org Tue Jan 6 07:11:45 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Tue, 6 Jan 2009 07:11:45 +0000 (UTC) Subject: rpms/ekiga/devel ekiga.spec,1.62,1.63 Message-ID: <20090106071145.DA7EE70108@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/ekiga/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25272 Modified Files: ekiga.spec Log Message: - drop libnotify patch now we're back using upstream vanilla Index: ekiga.spec =================================================================== RCS file: /cvs/pkgs/rpms/ekiga/devel/ekiga.spec,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ekiga.spec 6 Jan 2009 06:31:25 -0000 1.62 +++ ekiga.spec 6 Jan 2009 07:11:15 -0000 1.63 @@ -4,7 +4,6 @@ Release: 1%{?dist} URL: http://www.ekiga.org/ Source0: ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.0/%{name}-%{version}.tar.bz2 -#Patch0: ekiga-fixlibnotify.patch License: GPLv2+ Group: Applications/Communications BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -52,7 +51,6 @@ %prep %setup -q -#%patch0 -p0 -b .fixlibnotify %build CXXFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1 -fPIC" From mclasen at fedoraproject.org Tue Jan 6 07:15:44 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 07:15:44 +0000 (UTC) Subject: rpms/gcalctool/devel .cvsignore, 1.52, 1.53 gcalctool.spec, 1.79, 1.80 sources, 1.53, 1.54 Message-ID: <20090106071544.2468A70108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gcalctool/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26771 Modified Files: .cvsignore gcalctool.spec sources Log Message: 5.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gcalctool/devel/.cvsignore,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- .cvsignore 17 Dec 2008 17:15:58 -0000 1.52 +++ .cvsignore 6 Jan 2009 07:15:13 -0000 1.53 @@ -1 +1 @@ -gcalctool-5.25.3.tar.bz2 +gcalctool-5.25.4.tar.bz2 Index: gcalctool.spec =================================================================== RCS file: /cvs/pkgs/rpms/gcalctool/devel/gcalctool.spec,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- gcalctool.spec 17 Dec 2008 17:15:58 -0000 1.79 +++ gcalctool.spec 6 Jan 2009 07:15:13 -0000 1.80 @@ -1,5 +1,5 @@ Name: gcalctool -Version: 5.25.3 +Version: 5.25.4 Release: 1%{?dist} Summary: A desktop calculator @@ -99,6 +99,9 @@ %changelog +* Tue Jan 6 2009 Matthias Clasen - 5.25.4-1 +- Update to 5.25.4 + * Wed Dec 17 2008 Matthias Clasen - 5.25.3-1 - Update to 5.25.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gcalctool/devel/sources,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- sources 17 Dec 2008 17:15:58 -0000 1.53 +++ sources 6 Jan 2009 07:15:13 -0000 1.54 @@ -1 +1 @@ -ed2169c8809c53d99a1ab0e715fd9c40 gcalctool-5.25.3.tar.bz2 +13998f97ba1815db3dae5b4b1ed864cf gcalctool-5.25.4.tar.bz2 From mclasen at fedoraproject.org Tue Jan 6 07:24:39 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 07:24:39 +0000 (UTC) Subject: rpms/file-roller/devel file-roller.spec,1.135,1.136 Message-ID: <20090106072439.3EECC7013C@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/file-roller/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29553 Modified Files: file-roller.spec Log Message: fix build Index: file-roller.spec =================================================================== RCS file: /cvs/pkgs/rpms/file-roller/devel/file-roller.spec,v retrieving revision 1.135 retrieving revision 1.136 diff -u -r1.135 -r1.136 --- file-roller.spec 6 Jan 2009 07:08:37 -0000 1.135 +++ file-roller.spec 6 Jan 2009 07:24:08 -0000 1.136 @@ -11,7 +11,7 @@ Summary: Tool for viewing and creating archives Name: file-roller Version: 2.25.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/Archiving URL: http://download.gnome.org/sources/file-roller/ @@ -20,10 +20,8 @@ BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pango-devel >= %{pango_version} BuildRequires: gtk2-devel >= %{gtk2_version} -BuildRequires: libgnomeui-devel >= %{libgnomeui_version} -BuildRequires: libgnomeprintui22-devel >= %{libgnomeprintui_version} -BuildRequires: libgnomeprint22-devel >= %{libgnomeprint_version} BuildRequires: nautilus-devel >= %{nautilus_version} +BuildRequires: automake autoconf BuildRequires: libtool BuildRequires: gettext BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} @@ -51,7 +49,7 @@ %prep %setup -q -autoreconf +autoreconf -f -i %build %configure --disable-scrollkeeper --disable-static @@ -128,7 +126,7 @@ %{_datadir}/icons/hicolor/scalable/apps/file-roller.svg %changelog -* Tue Jan 6 2009 Matthias Clasen - 2.25.1-1 +* Tue Jan 6 2009 Matthias Clasen - 2.25.1-2 - Update to 2.25.1 * Sun Nov 23 2008 Matthias Clasen - 2.24.1-2 From pbrobinson at fedoraproject.org Tue Jan 6 07:29:55 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Tue, 6 Jan 2009 07:29:55 +0000 (UTC) Subject: rpms/opal/devel opal.spec,1.33,1.34 Message-ID: <20090106072955.2948A70108@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/opal/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv740 Modified Files: opal.spec Log Message: - readd accidentally removed line Index: opal.spec =================================================================== RCS file: /cvs/pkgs/rpms/opal/devel/opal.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- opal.spec 6 Jan 2009 06:11:13 -0000 1.33 +++ opal.spec 6 Jan 2009 07:29:24 -0000 1.34 @@ -61,6 +61,7 @@ %{_libdir}/%{name}-%{version} %files devel +%defattr(-,root,root,-) %doc mpl-1.0.htm docs/* %{_includedir}/* %{_libdir}/*.so From mclasen at fedoraproject.org Tue Jan 6 07:33:35 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 07:33:35 +0000 (UTC) Subject: rpms/file-roller/devel file-roller.spec,1.136,1.137 Message-ID: <20090106073335.3E95370108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/file-roller/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1621 Modified Files: file-roller.spec Log Message: try again Index: file-roller.spec =================================================================== RCS file: /cvs/pkgs/rpms/file-roller/devel/file-roller.spec,v retrieving revision 1.136 retrieving revision 1.137 diff -u -r1.136 -r1.137 --- file-roller.spec 6 Jan 2009 07:24:08 -0000 1.136 +++ file-roller.spec 6 Jan 2009 07:33:04 -0000 1.137 @@ -11,7 +11,7 @@ Summary: Tool for viewing and creating archives Name: file-roller Version: 2.25.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/Archiving URL: http://download.gnome.org/sources/file-roller/ @@ -26,6 +26,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version} +BuildRequires: GConf2-devel BuildRequires: scrollkeeper BuildRequires: perl(XML::Parser) BuildRequires: intltool @@ -126,7 +127,7 @@ %{_datadir}/icons/hicolor/scalable/apps/file-roller.svg %changelog -* Tue Jan 6 2009 Matthias Clasen - 2.25.1-2 +* Tue Jan 6 2009 Matthias Clasen - 2.25.1-3 - Update to 2.25.1 * Sun Nov 23 2008 Matthias Clasen - 2.24.1-2 From pbrobinson at fedoraproject.org Tue Jan 6 07:34:34 2009 From: pbrobinson at fedoraproject.org (Peter Robinson) Date: Tue, 6 Jan 2009 07:34:34 +0000 (UTC) Subject: rpms/opal/F-10 opal.spec,1.30,1.31 Message-ID: <20090106073434.979A870108@cvs1.fedora.phx.redhat.com> Author: pbrobinson Update of /cvs/pkgs/rpms/opal/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2007 Modified Files: opal.spec Log Message: - merge review updates Index: opal.spec =================================================================== RCS file: /cvs/pkgs/rpms/opal/F-10/opal.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- opal.spec 26 Nov 2008 16:24:24 -0000 1.30 +++ opal.spec 6 Jan 2009 07:34:04 -0000 1.31 @@ -1,12 +1,12 @@ Name: opal Summary: Open Phone Abstraction Library Version: 3.4.2 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.opalvoip.org/ Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/3.4/%{name}-%{version}.tar.bz2 License: MPLv1.0 Group: System Environment/Libraries -BuildRequires: ptlib-devel >= 2.4.1 +BuildRequires: ptlib-devel = 2.4.2 BuildRequires: openldap-devel BuildRequires: openssl-devel BuildRequires: libtheora-devel @@ -22,9 +22,9 @@ Summary: Development package for opal Group: Development/Libraries Requires: opal = %{version}-%{release} -Requires: ptlib-devel >= 2.4.1 +Requires: openssl-devel +Requires: ptlib-devel = 2.4.2 Requires: pkgconfig -Obsoletes: openh323-devel %description devel The opal-devel package includes the development libraries and @@ -55,20 +55,22 @@ %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc mpl-1.0.htm +%defattr(-,root,root,-) +%doc mpl-1.0.htm %{_libdir}/*.so.* -%{_libdir}/%{name}-%{version}/codecs/audio/*.so -%{_libdir}/%{name}-%{version}/codecs/video/*.so -%{_libdir}/%{name}-%{version}/lid/*.so +%{_libdir}/%{name}-%{version} %files devel -%defattr(-,root,root) +%defattr(-,root,root,-) +%doc mpl-1.0.htm docs/* %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/opal.pc %changelog +* Mon Oct 20 2008 Peter Robinson - 3.4.2-2 +- Some merge review updates + * Mon Oct 20 2008 Peter Robinson - 3.4.2-1 - Update to new stable release for ekiga 3.0.1 From mclasen at fedoraproject.org Tue Jan 6 07:40:16 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 07:40:16 +0000 (UTC) Subject: rpms/file-roller/devel file-roller.spec,1.137,1.138 Message-ID: <20090106074016.B851B70108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/file-roller/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3775 Modified Files: file-roller.spec Log Message: fix more BRs Index: file-roller.spec =================================================================== RCS file: /cvs/pkgs/rpms/file-roller/devel/file-roller.spec,v retrieving revision 1.137 retrieving revision 1.138 diff -u -r1.137 -r1.138 --- file-roller.spec 6 Jan 2009 07:33:04 -0000 1.137 +++ file-roller.spec 6 Jan 2009 07:39:46 -0000 1.138 @@ -11,7 +11,7 @@ Summary: Tool for viewing and creating archives Name: file-roller Version: 2.25.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/Archiving URL: http://download.gnome.org/sources/file-roller/ @@ -20,6 +20,7 @@ BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pango-devel >= %{pango_version} BuildRequires: gtk2-devel >= %{gtk2_version} +BuildRequires: libglade2-devel BuildRequires: nautilus-devel >= %{nautilus_version} BuildRequires: automake autoconf BuildRequires: libtool @@ -127,8 +128,9 @@ %{_datadir}/icons/hicolor/scalable/apps/file-roller.svg %changelog -* Tue Jan 6 2009 Matthias Clasen - 2.25.1-3 +* Tue Jan 6 2009 Matthias Clasen - 2.25.1-4 - Update to 2.25.1 +- Clean up BRs * Sun Nov 23 2008 Matthias Clasen - 2.24.1-2 - Shorten summary From mclasen at fedoraproject.org Tue Jan 6 07:47:03 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 07:47:03 +0000 (UTC) Subject: rpms/file-roller/devel file-roller.spec,1.138,1.139 Message-ID: <20090106074703.B9D9D70108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/file-roller/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6218 Modified Files: file-roller.spec Log Message: and more Index: file-roller.spec =================================================================== RCS file: /cvs/pkgs/rpms/file-roller/devel/file-roller.spec,v retrieving revision 1.138 retrieving revision 1.139 diff -u -r1.138 -r1.139 --- file-roller.spec 6 Jan 2009 07:39:46 -0000 1.138 +++ file-roller.spec 6 Jan 2009 07:46:33 -0000 1.139 @@ -11,7 +11,7 @@ Summary: Tool for viewing and creating archives Name: file-roller Version: 2.25.1 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ Group: Applications/Archiving URL: http://download.gnome.org/sources/file-roller/ @@ -25,6 +25,7 @@ BuildRequires: automake autoconf BuildRequires: libtool BuildRequires: gettext +BuildRequires: libSM-devel BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version} BuildRequires: GConf2-devel @@ -128,7 +129,7 @@ %{_datadir}/icons/hicolor/scalable/apps/file-roller.svg %changelog -* Tue Jan 6 2009 Matthias Clasen - 2.25.1-4 +* Tue Jan 6 2009 Matthias Clasen - 2.25.1-5 - Update to 2.25.1 - Clean up BRs From kkofler at fedoraproject.org Tue Jan 6 07:54:15 2009 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Tue, 6 Jan 2009 07:54:15 +0000 (UTC) Subject: comps comps-f11.xml.in,1.49,1.50 Message-ID: <20090106075415.46ED570108@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/comps In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8489 Modified Files: comps-f11.xml.in Log Message: Revert "Removed frysk from comps-f11.xml.in; package is retired.", package was un-retired. Index: comps-f11.xml.in =================================================================== RCS file: /cvs/pkgs/comps/comps-f11.xml.in,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- comps-f11.xml.in 4 Jan 2009 23:33:19 -0000 1.49 +++ comps-f11.xml.in 6 Jan 2009 07:53:44 -0000 1.50 @@ -846,6 +846,7 @@ diffstat doxygen elfutils + frysk gcc-gfortran git indent @@ -907,6 +908,7 @@ expect flasm fpc + frysk-gnome ftnchek gambas-ide gauche From jskala at fedoraproject.org Tue Jan 6 08:11:55 2009 From: jskala at fedoraproject.org (Jiri Skala) Date: Tue, 6 Jan 2009 08:11:55 +0000 (UTC) Subject: rpms/quagga/devel .cvsignore, 1.19, 1.20 quagga.spec, 1.46, 1.47 sources, 1.19, 1.20 Message-ID: <20090106081155.222B770108@cvs1.fedora.phx.redhat.com> Author: jskala Update of /cvs/extras/rpms/quagga/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15207 Modified Files: .cvsignore quagga.spec sources Log Message: * Tue Jan 06 2009 Jiri Skala - 0.99.11-1 - bump to latest upstream version 0.99.11 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/quagga/devel/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- .cvsignore 11 Jun 2008 08:57:48 -0000 1.19 +++ .cvsignore 6 Jan 2009 08:11:24 -0000 1.20 @@ -1 +1 @@ -quagga-0.99.10.tar.gz +quagga-0.99.11.tar.gz Index: quagga.spec =================================================================== RCS file: /cvs/extras/rpms/quagga/devel/quagga.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- quagga.spec 3 Sep 2008 19:46:03 -0000 1.46 +++ quagga.spec 6 Jan 2009 08:11:24 -0000 1.47 @@ -31,8 +31,8 @@ Summary: Routing daemon Name: quagga -Version: 0.99.10 -Release: 2%{?dist} +Version: 0.99.11 +Release: 1%{?dist} Epoch: 0 License: GPLv2+ Group: System Environment/Daemons @@ -348,6 +348,9 @@ %endif %changelog +* Tue Jan 06 2009 Jiri Skala - 0.99.11-1 +- bump to latest upstream version 0.99.11 + * Wed Sep 3 2008 Tom "spot" Callaway - 0.99.10-2 - fix license tag Index: sources =================================================================== RCS file: /cvs/extras/rpms/quagga/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 11 Jun 2008 08:57:48 -0000 1.19 +++ sources 6 Jan 2009 08:11:24 -0000 1.20 @@ -1 +1 @@ -c7a2d92e1c42214afef9b2e1cd4b5d06 quagga-0.99.10.tar.gz +903e40c744730ad4d62bee872eeb813b quagga-0.99.11.tar.gz From sharkcz at fedoraproject.org Tue Jan 6 08:27:14 2009 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Tue, 6 Jan 2009 08:27:14 +0000 (UTC) Subject: rpms/tailor/devel tailor.spec,1.12,1.13 Message-ID: <20090106082714.4725E70108@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/tailor/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20051 Modified Files: tailor.spec Log Message: * Tue Jan 6 2009 Dan Hor??k 0.9.35-4 - add patch for compatibility with mercurial 1.1.2 by Daniel P. Berrange (Resolves: #478841) Index: tailor.spec =================================================================== RCS file: /cvs/pkgs/rpms/tailor/devel/tailor.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- tailor.spec 19 Dec 2008 12:37:20 -0000 1.12 +++ tailor.spec 6 Jan 2009 08:26:43 -0000 1.13 @@ -3,7 +3,7 @@ Summary: A tool to migrate changesets between several version control systems Name: tailor Version: 0.9.35 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://darcs.arstecnica.it/%{name}-%{version}.tar.gz License: GPLv3+ Group: Development/Tools @@ -13,8 +13,11 @@ Requires: python-vcpx = %{version}-%{release} BuildArch: noarch Patch0: tailor-test.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=477148 # http://progetti.arstecnica.it/tailor/ticket/172 Patch1: tailor-0.9.35-mercurial-1.1-compat.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=478841 +Patch2: tailor-0.9.35-mercurial-1.1.2-delete.patch %description Tailor is a tool to migrate changesets between CVS, Subversion, git, @@ -27,7 +30,8 @@ %package -n python-vcpx Summary: Version Control Patch eXchanger Group: Development/Libraries -Requires: cvs, subversion, mercurial, cogito, tla, bazaar, monotone, git-core +Requires: cvs, subversion, cogito, tla, bazaar, monotone, git-core +Requires: mercurial >= 1.1.2 %description -n python-vcpx This is the package `vcpx` (pronounced "veeseepex"). It encapsulates @@ -38,7 +42,8 @@ %prep %setup -q %patch0 -%patch1 -p1 -b .hg-1.1 +%patch1 -p1 -b .hg-1.1-compat +%patch2 -p1 -b .hg-1.1.2-delete # remove the shebang line sed -i -e '1d' vcpx/repository/p4/p4lib.py @@ -67,6 +72,9 @@ %changelog +* Tue Jan 6 2009 Dan Hor??k 0.9.35-4 +- add patch for compatibility with mercurial 1.1.2 by Daniel P. Berrange (Resolves: #478841) + * Fri Dec 19 2008 Dan Hor??k 0.9.35-3 - add patch for compatibility with mercurial 1.1 by Daniel P. Berrange (Resolves: #477148) From zprikryl at fedoraproject.org Tue Jan 6 08:55:18 2009 From: zprikryl at fedoraproject.org (Zdenek Prikryl) Date: Tue, 6 Jan 2009 08:55:18 +0000 (UTC) Subject: rpms/gpm/devel gpm.init,1.18,1.19 gpm.spec,1.65,1.66 Message-ID: <20090106085518.4FFBB70108@cvs1.fedora.phx.redhat.com> Author: zprikryl Update of /cvs/extras/rpms/gpm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32274 Modified Files: gpm.init gpm.spec Log Message: Fixed description in init script (#474337) Index: gpm.init =================================================================== RCS file: /cvs/extras/rpms/gpm/devel/gpm.init,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gpm.init 4 Jun 2008 12:06:10 -0000 1.18 +++ gpm.init 6 Jan 2009 08:54:47 -0000 1.19 @@ -16,9 +16,9 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start and stop gpm daemon -# Description: GPM adds mouse support to text-based Linux applications such \ -# as the Midnight Commander. It also allows mouse-based console \ -# cut-and-paste operations, and includes support for pop-up \ +# Description: GPM adds mouse support to text-based Linux applications such +# as the Midnight Commander. It also allows mouse-based console +# cut-and-paste operations, and includes support for pop-up # menus on the console. ### END INIT INFO Index: gpm.spec =================================================================== RCS file: /cvs/extras/rpms/gpm/devel/gpm.spec,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- gpm.spec 3 Dec 2008 09:30:25 -0000 1.65 +++ gpm.spec 6 Jan 2009 08:54:47 -0000 1.66 @@ -131,6 +131,7 @@ %changelog * Wed Dec 02 2008 Zdenek Prikryl - 1.20.5-2 - Fixed debug mode (#473422) +- Fixed description in init script (#474337) * Thu Jul 17 2008 Zdenek Prikryl - 1.20.5-1 - Updated to 1.20.5 From sharkcz at fedoraproject.org Tue Jan 6 08:58:52 2009 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Tue, 6 Jan 2009 08:58:52 +0000 (UTC) Subject: rpms/tailor/devel tailor-0.9.35-mercurial-1.1.2-delete.patch, NONE, 1.1 Message-ID: <20090106085852.A2F3970108@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/tailor/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1149 Added Files: tailor-0.9.35-mercurial-1.1.2-delete.patch Log Message: add missing patch tailor-0.9.35-mercurial-1.1.2-delete.patch: --- NEW FILE tailor-0.9.35-mercurial-1.1.2-delete.patch --- --- tailor-0.9.35/vcpx/repository/hg.py.hg-1.1.2-delete 2009-01-06 09:14:38.000000000 +0100 +++ tailor-0.9.35/vcpx/repository/hg.py 2009-01-06 09:14:48.000000000 +0100 @@ -13,7 +13,7 @@ instead of thru the command line. __docformat__ = 'reStructuredText' -from mercurial import ui, hg, cmdutil, commands +from mercurial import ui, hg, cmdutil, commands, match from vcpx.repository import Repository from vcpx.source import UpdatableSourceWorkingDir @@ -479,8 +479,11 @@ class HgWorkingDir(UpdatableSourceWorkin """ from os.path import join, split + m = match.exact(self.repository.basedir, + self.repository.basedir, + [subdir]) files = [] - for src, path in self._getRepo().dirstate.walk([subdir]): + for path in self._getRepo().dirstate.walk(m, unknown=True, ignored=False): # If subdir is a plain file, just return if path == subdir: return None From sharkcz at fedoraproject.org Tue Jan 6 09:08:25 2009 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Tue, 6 Jan 2009 09:08:25 +0000 (UTC) Subject: rpms/tailor/F-10 tailor-0.9.35-mercurial-1.1.2-delete.patch, NONE, 1.1 tailor.spec, 1.11, 1.12 Message-ID: <20090106090825.ADC3C70125@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/tailor/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5685 Modified Files: tailor.spec Added Files: tailor-0.9.35-mercurial-1.1.2-delete.patch Log Message: * Tue Jan 6 2009 Dan Hor??k 0.9.35-4 - add patch for compatibility with mercurial 1.1.2 by Daniel P. Berrange (Resolves: #478841) tailor-0.9.35-mercurial-1.1.2-delete.patch: --- NEW FILE tailor-0.9.35-mercurial-1.1.2-delete.patch --- --- tailor-0.9.35/vcpx/repository/hg.py.hg-1.1.2-delete 2009-01-06 09:14:38.000000000 +0100 +++ tailor-0.9.35/vcpx/repository/hg.py 2009-01-06 09:14:48.000000000 +0100 @@ -13,7 +13,7 @@ instead of thru the command line. __docformat__ = 'reStructuredText' -from mercurial import ui, hg, cmdutil, commands +from mercurial import ui, hg, cmdutil, commands, match from vcpx.repository import Repository from vcpx.source import UpdatableSourceWorkingDir @@ -479,8 +479,11 @@ class HgWorkingDir(UpdatableSourceWorkin """ from os.path import join, split + m = match.exact(self.repository.basedir, + self.repository.basedir, + [subdir]) files = [] - for src, path in self._getRepo().dirstate.walk([subdir]): + for path in self._getRepo().dirstate.walk(m, unknown=True, ignored=False): # If subdir is a plain file, just return if path == subdir: return None Index: tailor.spec =================================================================== RCS file: /cvs/pkgs/rpms/tailor/F-10/tailor.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tailor.spec 19 Dec 2008 12:40:02 -0000 1.11 +++ tailor.spec 6 Jan 2009 09:07:55 -0000 1.12 @@ -3,7 +3,7 @@ Summary: A tool to migrate changesets between several version control systems Name: tailor Version: 0.9.35 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://darcs.arstecnica.it/%{name}-%{version}.tar.gz License: GPLv3+ Group: Development/Tools @@ -13,8 +13,11 @@ Requires: python-vcpx = %{version}-%{release} BuildArch: noarch Patch0: tailor-test.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=477148 # http://progetti.arstecnica.it/tailor/ticket/172 Patch1: tailor-0.9.35-mercurial-1.1-compat.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=478841 +Patch2: tailor-0.9.35-mercurial-1.1.2-delete.patch %description Tailor is a tool to migrate changesets between CVS, Subversion, git, @@ -27,7 +30,8 @@ %package -n python-vcpx Summary: Version Control Patch eXchanger Group: Development/Libraries -Requires: cvs, subversion, mercurial, cogito, tla, bazaar, monotone, git-core +Requires: cvs, subversion, cogito, tla, bazaar, monotone, git-core +Requires: mercurial >= 1.1.2 %description -n python-vcpx This is the package `vcpx` (pronounced "veeseepex"). It encapsulates @@ -38,7 +42,8 @@ %prep %setup -q %patch0 -%patch1 -p1 -b .hg-1.1 +%patch1 -p1 -b .hg-1.1-compat +%patch2 -p1 -b .hg-1.1.2-delete # remove the shebang line sed -i -e '1d' vcpx/repository/p4/p4lib.py @@ -67,6 +72,9 @@ %changelog +* Tue Jan 6 2009 Dan Hor??k 0.9.35-4 +- add patch for compatibility with mercurial 1.1.2 by Daniel P. Berrange (Resolves: #478841) + * Fri Dec 19 2008 Dan Hor??k 0.9.35-3 - add patch for compatibility with mercurial 1.1 by Daniel P. Berrange (Resolves: #477148) From zprikryl at fedoraproject.org Tue Jan 6 09:14:50 2009 From: zprikryl at fedoraproject.org (Zdenek Prikryl) Date: Tue, 6 Jan 2009 09:14:50 +0000 (UTC) Subject: rpms/gpm/F-10 gpm-1.20.5-close-fds.patch, 1.1, 1.2 gpm.init, 1.18, 1.19 gpm.spec, 1.64, 1.65 Message-ID: <20090106091450.A721070108@cvs1.fedora.phx.redhat.com> Author: zprikryl Update of /cvs/extras/rpms/gpm/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9308 Modified Files: gpm-1.20.5-close-fds.patch gpm.init gpm.spec Log Message: Fixed debug mode (#473422) Fixed description in init script (#474337) gpm-1.20.5-close-fds.patch: Index: gpm-1.20.5-close-fds.patch =================================================================== RCS file: /cvs/extras/rpms/gpm/F-10/gpm-1.20.5-close-fds.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gpm-1.20.5-close-fds.patch 17 Jul 2008 09:46:43 -0000 1.1 +++ gpm-1.20.5-close-fds.patch 6 Jan 2009 09:14:20 -0000 1.2 @@ -1,13 +1,16 @@ ---- gpm-1.20.5/src/daemon/startup.c.close-fds 2008-07-17 11:39:55.000000000 +0200 -+++ gpm-1.20.5/src/daemon/startup.c 2008-07-17 11:40:20.000000000 +0200 -@@ -135,6 +135,11 @@ void startup(int argc, char **argv) +diff -up gpm-1.20.5/src/daemon/startup.c.close-fds gpm-1.20.5/src/daemon/startup.c +--- gpm-1.20.5/src/daemon/startup.c.close-fds 2008-06-13 10:08:19.000000000 +0200 ++++ gpm-1.20.5/src/daemon/startup.c 2008-12-02 10:11:12.000000000 +0100 +@@ -135,6 +135,13 @@ void startup(int argc, char **argv) check_uniqueness(); gpm_report(GPM_PR_INFO,GPM_MESS_STARTED); + // close extra fds -+ close(0); -+ close(1); -+ close(2); ++ if (option.run_status == GPM_RUN_STARTUP ) { ++ close(0); ++ close(1); ++ close(2); ++ } + //return mouse_table[1].fd; /* the second is handled in the main() */ Index: gpm.init =================================================================== RCS file: /cvs/extras/rpms/gpm/F-10/gpm.init,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- gpm.init 4 Jun 2008 12:06:10 -0000 1.18 +++ gpm.init 6 Jan 2009 09:14:20 -0000 1.19 @@ -16,9 +16,9 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start and stop gpm daemon -# Description: GPM adds mouse support to text-based Linux applications such \ -# as the Midnight Commander. It also allows mouse-based console \ -# cut-and-paste operations, and includes support for pop-up \ +# Description: GPM adds mouse support to text-based Linux applications such +# as the Midnight Commander. It also allows mouse-based console +# cut-and-paste operations, and includes support for pop-up # menus on the console. ### END INIT INFO Index: gpm.spec =================================================================== RCS file: /cvs/extras/rpms/gpm/F-10/gpm.spec,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- gpm.spec 17 Jul 2008 10:23:47 -0000 1.64 +++ gpm.spec 6 Jan 2009 09:14:20 -0000 1.65 @@ -1,7 +1,7 @@ Summary: A mouse server for the Linux console. Name: gpm Version: 1.20.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://unix.schottelius.org/gpm/ @@ -129,6 +129,10 @@ %{_libdir}/libgpm.so %changelog +* Tue Dec 02 2008 Zdenek Prikryl - 1.20.5-2 +- Fixed debug mode (#473422) +- Fixed description in init script (#474337) + * Thu Jul 17 2008 Zdenek Prikryl - 1.20.5-1 - Updated to 1.20.5 - Removed doc patch From sharkcz at fedoraproject.org Tue Jan 6 09:16:37 2009 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Tue, 6 Jan 2009 09:16:37 +0000 (UTC) Subject: rpms/tailor/F-9 tailor-0.9.35-mercurial-1.1.2-delete.patch, NONE, 1.1 tailor.spec, 1.11, 1.12 Message-ID: <20090106091637.CFB8E70108@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/tailor/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9999 Modified Files: tailor.spec Added Files: tailor-0.9.35-mercurial-1.1.2-delete.patch Log Message: * Tue Jan 6 2009 Dan Hor??k 0.9.35-4 - add patch for compatibility with mercurial 1.1.2 by Daniel P. Berrange (Resolves: #478841) tailor-0.9.35-mercurial-1.1.2-delete.patch: --- NEW FILE tailor-0.9.35-mercurial-1.1.2-delete.patch --- --- tailor-0.9.35/vcpx/repository/hg.py.hg-1.1.2-delete 2009-01-06 09:14:38.000000000 +0100 +++ tailor-0.9.35/vcpx/repository/hg.py 2009-01-06 09:14:48.000000000 +0100 @@ -13,7 +13,7 @@ instead of thru the command line. __docformat__ = 'reStructuredText' -from mercurial import ui, hg, cmdutil, commands +from mercurial import ui, hg, cmdutil, commands, match from vcpx.repository import Repository from vcpx.source import UpdatableSourceWorkingDir @@ -479,8 +479,11 @@ class HgWorkingDir(UpdatableSourceWorkin """ from os.path import join, split + m = match.exact(self.repository.basedir, + self.repository.basedir, + [subdir]) files = [] - for src, path in self._getRepo().dirstate.walk([subdir]): + for path in self._getRepo().dirstate.walk(m, unknown=True, ignored=False): # If subdir is a plain file, just return if path == subdir: return None Index: tailor.spec =================================================================== RCS file: /cvs/pkgs/rpms/tailor/F-9/tailor.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tailor.spec 19 Dec 2008 12:41:52 -0000 1.11 +++ tailor.spec 6 Jan 2009 09:16:07 -0000 1.12 @@ -3,7 +3,7 @@ Summary: A tool to migrate changesets between several version control systems Name: tailor Version: 0.9.35 -Release: 3%{?dist} +Release: 4%{?dist} Source0: http://darcs.arstecnica.it/%{name}-%{version}.tar.gz License: GPLv3+ Group: Development/Tools @@ -13,8 +13,11 @@ Requires: python-vcpx = %{version}-%{release} BuildArch: noarch Patch0: tailor-test.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=477148 # http://progetti.arstecnica.it/tailor/ticket/172 Patch1: tailor-0.9.35-mercurial-1.1-compat.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=478841 +Patch2: tailor-0.9.35-mercurial-1.1.2-delete.patch %description Tailor is a tool to migrate changesets between CVS, Subversion, git, @@ -27,7 +30,8 @@ %package -n python-vcpx Summary: Version Control Patch eXchanger Group: Development/Libraries -Requires: cvs, subversion, mercurial, cogito, tla, bazaar, monotone, git-core +Requires: cvs, subversion, cogito, tla, bazaar, monotone, git-core +Requires: mercurial >= 1.1.2 %description -n python-vcpx This is the package `vcpx` (pronounced "veeseepex"). It encapsulates @@ -38,7 +42,8 @@ %prep %setup -q %patch0 -%patch1 -p1 -b .hg-1.1 +%patch1 -p1 -b .hg-1.1-compat +%patch2 -p1 -b .hg-1.1.2-delete # remove the shebang line sed -i -e '1d' vcpx/repository/p4/p4lib.py @@ -67,6 +72,9 @@ %changelog +* Tue Jan 6 2009 Dan Hor??k 0.9.35-4 +- add patch for compatibility with mercurial 1.1.2 by Daniel P. Berrange (Resolves: #478841) + * Fri Dec 19 2008 Dan Hor??k 0.9.35-3 - add patch for compatibility with mercurial 1.1 by Daniel P. Berrange (Resolves: #477148) From jreznik at fedoraproject.org Tue Jan 6 09:24:23 2009 From: jreznik at fedoraproject.org (Jaroslav Reznik) Date: Tue, 6 Jan 2009 09:24:23 +0000 (UTC) Subject: rpms/solar-kde-theme/F-10 .cvsignore, 1.13, 1.14 solar-kde-theme.spec, 1.20, 1.21 sources, 1.14, 1.15 Message-ID: <20090106092423.06F5E70108@cvs1.fedora.phx.redhat.com> Author: jreznik Update of /cvs/pkgs/rpms/solar-kde-theme/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12001 Modified Files: .cvsignore solar-kde-theme.spec sources Log Message: * Tue Jan 06 2009 Jaroslav Reznik 0.1.17-1 - screenshot resized to 200x150 px - kdm theme authors are more compact Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/solar-kde-theme/F-10/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 10 Nov 2008 09:34:37 -0000 1.13 +++ .cvsignore 6 Jan 2009 09:23:52 -0000 1.14 @@ -1,3 +1 @@ -solar-kde-theme-0.1.14.tar.bz2 -solar-kde-theme-0.1.15.tar.bz2 -solar-kde-theme-0.1.16.tar.bz2 +solar-kde-theme-0.1.17.tar.bz2 Index: solar-kde-theme.spec =================================================================== RCS file: /cvs/pkgs/rpms/solar-kde-theme/F-10/solar-kde-theme.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- solar-kde-theme.spec 13 Nov 2008 14:27:02 -0000 1.20 +++ solar-kde-theme.spec 6 Jan 2009 09:23:52 -0000 1.21 @@ -1,6 +1,6 @@ Name: solar-kde-theme -Version: 0.1.16 -Release: 2%{?dist} +Version: 0.1.17 +Release: 1%{?dist} Summary: Solar KDE Theme Group: User Interface/Desktops @@ -13,7 +13,7 @@ BuildRequires: kde-filesystem Requires: kde-filesystem Requires: system-logos >= 10.0.0-2 -Requires: solar-backgrounds-common >= 0.91.0 +Requires: solar-backgrounds-common >= 0.91.0 %description @@ -141,6 +141,10 @@ %changelog +* Tue Jan 06 2009 Jaroslav Reznik 0.1.17-1 +- screenshot resized to 200x150 px +- kdm theme authors are more compact + * Thu Nov 13 2008 Kevin Kofler 0.1.16-2 - list 1920x1080, 1366x768 and 1280x720 (16:9/HDTV) as widescreen Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/solar-kde-theme/F-10/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 10 Nov 2008 09:34:37 -0000 1.14 +++ sources 6 Jan 2009 09:23:52 -0000 1.15 @@ -1 +1 @@ -674e0ba5ab559f8286bb73a6fd6856a9 solar-kde-theme-0.1.16.tar.bz2 +e89238d581fd91bc103f4f6b98a62845 solar-kde-theme-0.1.17.tar.bz2 From scop at fedoraproject.org Tue Jan 6 09:24:24 2009 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Tue, 6 Jan 2009 09:24:24 +0000 (UTC) Subject: rpms/vdr-ttxtsubs/devel .cvsignore, 1.4, 1.5 sources, 1.5, 1.6 vdr-ttxtsubs.spec, 1.8, 1.9 Message-ID: <20090106092424.BC66570108@cvs1.fedora.phx.redhat.com> Author: scop Update of /cvs/pkgs/rpms/vdr-ttxtsubs/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12090 Modified Files: .cvsignore sources vdr-ttxtsubs.spec Log Message: * Tue Jan 6 2009 Ville Skytt?? - 0.0.8-1 - 0.0.8. - License: GPLv2+ (already since 0.0.6). Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/vdr-ttxtsubs/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 18 Dec 2008 22:10:49 -0000 1.4 +++ .cvsignore 6 Jan 2009 09:23:54 -0000 1.5 @@ -1 +1 @@ -vdr-ttxtsubs-0.0.7.tar.gz +vdr-ttxtsubs-0.0.8.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/vdr-ttxtsubs/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 18 Dec 2008 22:10:49 -0000 1.5 +++ sources 6 Jan 2009 09:23:54 -0000 1.6 @@ -1 +1 @@ -b2b342f5a83336ebd20c5bc70e84116a vdr-ttxtsubs-0.0.7.tar.gz +d16339e23e427a941828eb58c55977d9 vdr-ttxtsubs-0.0.8.tar.gz Index: vdr-ttxtsubs.spec =================================================================== RCS file: /cvs/pkgs/rpms/vdr-ttxtsubs/devel/vdr-ttxtsubs.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- vdr-ttxtsubs.spec 18 Dec 2008 22:10:49 -0000 1.8 +++ vdr-ttxtsubs.spec 6 Jan 2009 09:23:54 -0000 1.9 @@ -5,14 +5,14 @@ %define apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR) Name: vdr-%{pname} -Version: 0.0.7 +Version: 0.0.8 Release: 1%{?dist} Summary: Teletext subtitles plugin for VDR Group: Applications/Multimedia -License: GPL+ +License: GPLv2+ URL: http://projects.vdr-developer.org/projects/show/plg-ttxtsubs -Source0: http://projects.vdr-developer.org/attachments/download/15/%{name}-%{version}.tar.gz +Source0: http://projects.vdr-developer.org/attachments/download/39/%{name}-%{version}.tar.gz Source1: %{name}.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -69,6 +69,10 @@ %changelog +* Tue Jan 6 2009 Ville Skytt?? - 0.0.8-1 +- 0.0.8. +- License: GPLv2+ (already since 0.0.6). + * Fri Dec 19 2008 Ville Skytt?? - 0.0.7-1 - 0.0.7. From pravins at fedoraproject.org Tue Jan 6 09:31:10 2009 From: pravins at fedoraproject.org (Pravin Satpute) Date: Tue, 6 Jan 2009 09:31:10 +0000 (UTC) Subject: rpms/smc-fonts/devel smc-fonts.spec,1.2,1.3 Message-ID: <20090106093110.2B1ED70108@cvs1.fedora.phx.redhat.com> Author: pravins Update of /cvs/pkgs/rpms/smc-fonts/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14333 Modified Files: smc-fonts.spec Log Message: * Tue Jan 06 2009 Pravin Satpute 04.1-2 - bugfix 477458 - updated spec Index: smc-fonts.spec =================================================================== RCS file: /cvs/pkgs/rpms/smc-fonts/devel/smc-fonts.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- smc-fonts.spec 29 Jul 2008 09:14:48 -0000 1.2 +++ smc-fonts.spec 6 Jan 2009 09:30:39 -0000 1.3 @@ -1,25 +1,38 @@ -%define fontname smc -%define fontdir %{_datadir}/fonts/%{fontname} -%define fontconfdir %{_sysconfdir}/fonts/conf.d +%define fontname smc +%define fontconf 90-%{fontname} + +# Common description +%define common_desc \ +The smc-fonts package contains fonts for the display of\ +traditional and new Malayalam Script. Name: %{fontname}-fonts Version: 04.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Type Fonts for Malayalam script Group: User Interface/X License: GPLv3+ with exceptions and GPLv2+ with exceptions and GPLv2+ and GPLv2 URL: http://savannah.nongnu.org/projects/smc Source: http://download.savannah.nongnu.org/releases/smc/fonts/malayalam-fonts-%{version}.zip BuildArch: noarch +BuildRequires: fontpackages-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description -The smc-fonts package contains fonts for the display of -traditional and new Malayalam Script. +%common_desc + +%package common +Summary: Common files for smc-fonts +Group: User Interface/X +Requires: fontpackages-filesystem + +%description common +%common_desc %package dyuthi Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions %description dyuthi The smc-fonts-dyuthi package contains fonts for the display of @@ -28,6 +41,7 @@ %package meera Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv2+ with exceptions %description meera The smc-fonts-meera package contains fonts for the display of @@ -37,6 +51,7 @@ %package rachana Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv2+ %description rachana The smc-fonts-rachana package contains fonts for the display of @@ -46,6 +61,7 @@ %package raghumalayalam Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv2 %description raghumalayalam The smc-fonts-malayalam package contains fonts for the display of @@ -54,6 +70,7 @@ %package suruma Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions %description suruma The smc-fonts-suruma package contains fonts for the display of @@ -62,6 +79,7 @@ %package kalyani Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions %description kalyani The smc-fonts-suruma package contains fonts for the display of @@ -70,11 +88,27 @@ %package anjalioldlipi Summary: Open Type Fonts for Malayalam script Group: User Interface/X +Requires: %{name}-common = %{version}-%{release} License: GPLv3+ with exceptions %description anjalioldlipi The smc-fonts-suruma package contains fonts for the display of traditional Malayalam Scripts. +#%{_fontdir} is shared by following packages since they all are for malayalam script only +%_font_pkg -n dyuthi Dyuthi*.ttf + +%_font_pkg -n meera -f 90-%{fontname}-fonts.conf Meera*.ttf + +%_font_pkg -n rachana Rachana*.ttf + +%_font_pkg -n raghumalayalam RaghuMalayalamSans*.ttf + +%_font_pkg -n suruma suruma*.ttf + +%_font_pkg -n kalyani Kalyani*.ttf + +%_font_pkg -n anjalioldlipi AnjaliOldLipi.ttf + %prep %setup -q -n malayalam-fonts-04 @@ -82,145 +116,31 @@ echo "Nothing to do in Build." %install - rm -rf %{buildroot} -install -m 0755 -d %{buildroot}%{fontdir} -install -m 0644 -p *.ttf %{buildroot}%{fontdir} -install -m 0755 -d %{buildroot}%{fontconfdir} -install -m 0644 -p $RPM_BUILD_DIR/malayalam-fonts-04/malayalam-fonts.conf %{buildroot}%{fontconfdir}/90-%{fontname}.conf +install -m 0755 -d %{buildroot}%{_fontdir} +install -m 0644 -p *.ttf %{buildroot}%{_fontdir} +install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ + %{buildroot}%{_fontconfig_confdir} +install -m 0644 -p $RPM_BUILD_DIR/malayalam-fonts-04/malayalam-fonts.conf %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-fonts.conf +for fconf in %{fontconf}-fonts.conf ; do + ln -s %{_fontconfig_templatedir}/$fconf \ + %{buildroot}%{_fontconfig_confdir}/$fconf +done %clean rm -fr %{buildroot} -%post dyuthi -if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : -fi - -%post meera -if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : -fi - -%post rachana -if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : -fi - -%post raghumalayalam -if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : -fi - -%post suruma -if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : -fi - -%post kalyani -if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : -fi - -%post anjalioldlipi -if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : -fi - -%postun dyuthi -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : - fi -fi - -%postun meera -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : - fi -fi - -%postun rachana -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : - fi -fi - -%postun raghumalayalam -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : - fi -fi - -%postun suruma -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : - fi -fi - -%postun kalyani -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : - fi -fi - -%postun anjalioldlipi -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then -%{_bindir}/fc-cache -f %{fontdir} || : - fi -fi -#%{fontdir} is shared by following packages since they all are for malayalam script only -%files dyuthi +%files common %defattr(-,root,root,-) %doc *.txt -%dir %{fontdir} -%{fontdir}/Dyuthi*.ttf - -%files meera -%defattr(-,root,root,-) -%doc *.txt -%config(noreplace) %{fontconfdir}/90-%{fontname}.conf -%dir %{fontdir} -%{fontdir}/Meera*.ttf - -%files rachana -%defattr(-,root,root,-) -%doc *.txt -%dir %{fontdir} -%{fontdir}/Rachana*.ttf - -%files raghumalayalam -%defattr(-,root,root,-) -%doc *.txt -%dir %{fontdir} -%{fontdir}/RaghuMalayalamSans*.ttf - -%files suruma -%defattr(-,root,root,-) -%doc *.txt -%dir %{fontdir} -%{fontdir}/suruma*.ttf - -%files kalyani -%defattr(-,root,root,-) -%doc *.txt -%dir %{fontdir} -%{fontdir}/Kalyani*.ttf - -%files anjalioldlipi -%defattr(-,root,root,-) -%doc *.txt -%dir %{fontdir} -%{fontdir}/AnjaliOldLipi.ttf +%dir %{_fontdir} %changelog +* Tue Jan 06 2009 Pravin Satpute 04.1-2 +- bugfix 477458 +- updated spec + * Tue Jul 29 2008 Pravin Satpute 04.1-1 - new upstream release - fontconfig rule for size adjustment of Meera is added From jreznik at fedoraproject.org Tue Jan 6 09:37:31 2009 From: jreznik at fedoraproject.org (Jaroslav Reznik) Date: Tue, 6 Jan 2009 09:37:31 +0000 (UTC) Subject: rpms/solar-kde-theme/devel .cvsignore, 1.13, 1.14 solar-kde-theme.spec, 1.19, 1.20 sources, 1.14, 1.15 Message-ID: <20090106093731.BBC2270108@cvs1.fedora.phx.redhat.com> Author: jreznik Update of /cvs/pkgs/rpms/solar-kde-theme/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16514 Modified Files: .cvsignore solar-kde-theme.spec sources Log Message: * Tue Jan 06 2009 Jaroslav Reznik 0.1.17-1 - screenshot resized to 200x150 px - kdm theme authors are more compact Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/solar-kde-theme/devel/.cvsignore,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- .cvsignore 13 Nov 2008 14:24:33 -0000 1.13 +++ .cvsignore 6 Jan 2009 09:37:00 -0000 1.14 @@ -1,3 +1 @@ -solar-kde-theme-0.1.14.tar.bz2 -solar-kde-theme-0.1.15.tar.bz2 -solar-kde-theme-0.1.16.tar.bz2 +solar-kde-theme-0.1.17.tar.bz2 Index: solar-kde-theme.spec =================================================================== RCS file: /cvs/pkgs/rpms/solar-kde-theme/devel/solar-kde-theme.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- solar-kde-theme.spec 13 Nov 2008 14:27:02 -0000 1.19 +++ solar-kde-theme.spec 6 Jan 2009 09:37:01 -0000 1.20 @@ -1,6 +1,6 @@ Name: solar-kde-theme -Version: 0.1.16 -Release: 2%{?dist} +Version: 0.1.17 +Release: 1%{?dist} Summary: Solar KDE Theme Group: User Interface/Desktops @@ -13,7 +13,7 @@ BuildRequires: kde-filesystem Requires: kde-filesystem Requires: system-logos >= 10.0.0-2 -Requires: solar-backgrounds-common >= 0.91.0 +Requires: solar-backgrounds-common >= 0.91.0 %description @@ -141,6 +141,10 @@ %changelog +* Tue Jan 06 2009 Jaroslav Reznik 0.1.17-1 +- screenshot resized to 200x150 px +- kdm theme authors are more compact + * Thu Nov 13 2008 Kevin Kofler 0.1.16-2 - list 1920x1080, 1366x768 and 1280x720 (16:9/HDTV) as widescreen Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/solar-kde-theme/devel/sources,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sources 13 Nov 2008 14:24:33 -0000 1.14 +++ sources 6 Jan 2009 09:37:01 -0000 1.15 @@ -1 +1 @@ -674e0ba5ab559f8286bb73a6fd6856a9 solar-kde-theme-0.1.16.tar.bz2 +e89238d581fd91bc103f4f6b98a62845 solar-kde-theme-0.1.17.tar.bz2 From tbzatek at fedoraproject.org Tue Jan 6 09:53:24 2009 From: tbzatek at fedoraproject.org (Tomas Bzatek) Date: Tue, 6 Jan 2009 09:53:24 +0000 (UTC) Subject: rpms/gnome-keyring/devel .cvsignore, 1.53, 1.54 gnome-keyring.spec, 1.105, 1.106 sources, 1.53, 1.54 Message-ID: <20090106095324.D3C9670108@cvs1.fedora.phx.redhat.com> Author: tbzatek Update of /cvs/extras/rpms/gnome-keyring/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23440 Modified Files: .cvsignore gnome-keyring.spec sources Log Message: * Tue Jan 6 2009 Tomas Bzatek - 2.25.4.1-1 - Update to 2.25.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-keyring/devel/.cvsignore,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- .cvsignore 5 Jan 2009 14:22:02 -0000 1.53 +++ .cvsignore 6 Jan 2009 09:52:54 -0000 1.54 @@ -1 +1 @@ -gnome-keyring-2.25.4.tar.bz2 +gnome-keyring-2.25.4.1.tar.bz2 Index: gnome-keyring.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-keyring/devel/gnome-keyring.spec,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- gnome-keyring.spec 5 Jan 2009 14:22:02 -0000 1.105 +++ gnome-keyring.spec 6 Jan 2009 09:52:54 -0000 1.106 @@ -7,7 +7,7 @@ Summary: Framework for managing passwords and other secrets Name: gnome-keyring -Version: 2.25.4 +Version: 2.25.4.1 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Libraries @@ -133,6 +133,9 @@ %changelog +* Tue Jan 6 2009 Tomas Bzatek - 2.25.4.1-1 +- Update to 2.25.4.1 + * Mon Jan 5 2009 Tomas Bzatek - 2.25.4-1 - Update to 2.25.4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-keyring/devel/sources,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- sources 5 Jan 2009 14:22:02 -0000 1.53 +++ sources 6 Jan 2009 09:52:54 -0000 1.54 @@ -1 +1 @@ -801b581f3ca0a4554ceac774eaa60f1d gnome-keyring-2.25.4.tar.bz2 +9bf68b3f3a261038962896c9c040882f gnome-keyring-2.25.4.1.tar.bz2 From lkundrak at fedoraproject.org Tue Jan 6 10:04:02 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Tue, 6 Jan 2009 10:04:02 +0000 (UTC) Subject: rpms/libwpd/devel libwpd.spec,1.43,1.44 Message-ID: <20090106100402.61FCE70108@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/libwpd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26205 Modified Files: libwpd.spec Log Message: * Tue Jan 06 2009 Lubomir Rintel - 0.8.14-2 - Rebuild for provides Index: libwpd.spec =================================================================== RCS file: /cvs/pkgs/rpms/libwpd/devel/libwpd.spec,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- libwpd.spec 13 Feb 2008 10:47:45 -0000 1.43 +++ libwpd.spec 6 Jan 2009 10:03:31 -0000 1.44 @@ -1,7 +1,7 @@ Name: libwpd Summary: Library for reading and converting WordPerfect(tm) documents Version: 0.8.14 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Group: System Environment/Libraries URL: http://libwpd.sf.net/ @@ -65,6 +65,9 @@ %{_includedir}/libwpd-0.8/libwpd/ %changelog +* Tue Jan 06 2009 Lubomir Rintel - 0.8.14-2 +- Rebuild for provides + * Wed Feb 13 2008 Caolan McNamara - 0.8.14-1 - next version From thias at fedoraproject.org Tue Jan 6 10:08:38 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Tue, 6 Jan 2009 10:08:38 +0000 (UTC) Subject: rpms/proftpd/F-10 proftpd.pam,1.2,1.3 Message-ID: <20090106100838.9695670108@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27120/F-10 Modified Files: proftpd.pam Log Message: Add comment to help work around PAM issue with chrooted users (#477120). Index: proftpd.pam =================================================================== RCS file: /cvs/extras/rpms/proftpd/F-10/proftpd.pam,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- proftpd.pam 15 Jun 2007 15:52:28 -0000 1.2 +++ proftpd.pam 6 Jan 2009 10:08:08 -0000 1.3 @@ -4,5 +4,6 @@ auth required pam_shells.so auth include system-auth account include system-auth +# Comment the following line if you are having PAM issues with chrooted users session include system-auth session required pam_loginuid.so From thias at fedoraproject.org Tue Jan 6 10:08:38 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Tue, 6 Jan 2009 10:08:38 +0000 (UTC) Subject: rpms/proftpd/F-9 proftpd.pam,1.2,1.3 Message-ID: <20090106100838.EBFC570108@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27120/F-9 Modified Files: proftpd.pam Log Message: Add comment to help work around PAM issue with chrooted users (#477120). Index: proftpd.pam =================================================================== RCS file: /cvs/extras/rpms/proftpd/F-9/proftpd.pam,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- proftpd.pam 15 Jun 2007 15:52:28 -0000 1.2 +++ proftpd.pam 6 Jan 2009 10:08:08 -0000 1.3 @@ -4,5 +4,6 @@ auth required pam_shells.so auth include system-auth account include system-auth +# Comment the following line if you are having PAM issues with chrooted users session include system-auth session required pam_loginuid.so From thias at fedoraproject.org Tue Jan 6 10:08:39 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Tue, 6 Jan 2009 10:08:39 +0000 (UTC) Subject: rpms/proftpd/devel proftpd.pam,1.2,1.3 Message-ID: <20090106100839.3C18F70108@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27120/devel Modified Files: proftpd.pam Log Message: Add comment to help work around PAM issue with chrooted users (#477120). Index: proftpd.pam =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.pam,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- proftpd.pam 15 Jun 2007 15:52:28 -0000 1.2 +++ proftpd.pam 6 Jan 2009 10:08:09 -0000 1.3 @@ -4,5 +4,6 @@ auth required pam_shells.so auth include system-auth account include system-auth +# Comment the following line if you are having PAM issues with chrooted users session include system-auth session required pam_loginuid.so From hadess at fedoraproject.org Tue Jan 6 10:16:17 2009 From: hadess at fedoraproject.org (Bastien Nocera) Date: Tue, 6 Jan 2009 10:16:17 +0000 (UTC) Subject: rpms/totem/devel totem.spec,1.214,1.215 Message-ID: <20090106101617.9276470140@cvs1.fedora.phx.redhat.com> Author: hadess Update of /cvs/pkgs/rpms/totem/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29901 Modified Files: totem.spec Log Message: Really exclude built python scripts Index: totem.spec =================================================================== RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v retrieving revision 1.214 retrieving revision 1.215 diff -u -r1.214 -r1.215 --- totem.spec 5 Jan 2009 23:19:07 -0000 1.214 +++ totem.spec 6 Jan 2009 10:15:46 -0000 1.215 @@ -268,8 +268,7 @@ $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.{a,la} \ $RPM_BUILD_ROOT%{_libdir}/libbaconvideowidget*.{a,la} \ $RPM_BUILD_ROOT%{_libdir}/libbaconvideowidget.so \ - $RPM_BUILD_ROOT%{_libdir}/totem/plugins/bemused/ \ - $RPM_BUILD_ROOT%{_libexecdir}/totem/totem-bugreport.py[co] + $RPM_BUILD_ROOT%{_libdir}/totem/plugins/bemused/ %find_lang %{name} --with-gnome @@ -392,6 +391,7 @@ %{_datadir}/%{name}/ %dir %{_libexecdir}/totem %{_libexecdir}/totem/totem-bugreport.py +%exclude %{_libexecdir}/totem/totem-bugreport.py[co] %{_libdir}/libbaconvideowidget.so* %dir %{_libdir}/totem/plugins %{_libdir}/totem/plugins/gromit From gd at fedoraproject.org Tue Jan 6 11:41:03 2009 From: gd at fedoraproject.org (Guenther Deschner) Date: Tue, 6 Jan 2009 11:41:03 +0000 (UTC) Subject: rpms/samba/F-9 .cvsignore, 1.55, 1.56 samba.spec, 1.164, 1.165 sources, 1.59, 1.60 samba-3.2.4-build.patch, 1.1, NONE Message-ID: <20090106114103.C2FA370108@cvs1.fedora.phx.redhat.com> Author: gd Update of /cvs/pkgs/rpms/samba/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28038 Modified Files: .cvsignore samba.spec sources Removed Files: samba-3.2.4-build.patch Log Message: Update to 3.2.7 (Security fix for CVE-2009-0022) Guenther Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/samba/F-9/.cvsignore,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- .cvsignore 27 Nov 2008 12:37:05 -0000 1.55 +++ .cvsignore 6 Jan 2009 11:40:31 -0000 1.56 @@ -1 +1 @@ -samba-3.2.5.tar.gz +samba-3.2.7.tar.gz Index: samba.spec =================================================================== RCS file: /cvs/pkgs/rpms/samba/F-9/samba.spec,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- samba.spec 27 Nov 2008 12:37:05 -0000 1.164 +++ samba.spec 6 Jan 2009 11:40:31 -0000 1.165 @@ -1,5 +1,5 @@ -%define main_release 22 -%define samba_version 3.2.5 +%define main_release 23 +%define samba_version 3.2.7 %define tdb_version 1.1.1 %define talloc_version 1.2.0 @@ -8,7 +8,7 @@ Summary: The Samba Suite of programs Name: samba Epoch: 0 -Version: 3.2.5 +Version: 3.2.7 Release: %{samba_release} License: GPLv3+ and LGPLv3+ Group: System Environment/Daemons @@ -46,7 +46,6 @@ Patch110: samba-3.0.21pre1-smbspool.patch Patch111: samba-3.0.13-smbclient.patch Patch200: samba-3.0.25rc1-inotifiy.patch -Patch201: samba-3.2.4-build.patch Requires(pre): samba-common = %{epoch}:%{version}-%{release} Requires: pam >= 0:0.64 @@ -253,7 +252,6 @@ #%patch110 -p1 -b .smbspool # FIXME: does not apply #%patch111 -p1 -b .smbclient # FIXME: does not apply #%patch200 -p0 -b .inotify # FIXME: does not compile -%patch201 -p1 -b .build mv source/VERSION source/VERSION.orig sed -e 's/SAMBA_VERSION_VENDOR_SUFFIX=$/&\"%{samba_release}\"/' < source/VERSION.orig > source/VERSION @@ -325,10 +323,6 @@ make CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" \ debug2html smbfilter bin/cifs.upcall -( cd client ; gcc -o mount.cifs $RPM_OPT_FLAGS -Wall -O -D_GNU_SOURCE -D_LARGEFILE64_SOURCE mount.cifs.c ) -( cd client ; gcc -o umount.cifs $RPM_OPT_FLAGS -Wall -O -D_GNU_SOURCE -D_LARGEFILE64_SOURCE umount.cifs.c ) - - %install rm -rf $RPM_BUILD_ROOT @@ -430,8 +424,8 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig install -m644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/samba -install -m755 source/client/mount.cifs $RPM_BUILD_ROOT/sbin/mount.cifs -install -m755 source/client/umount.cifs $RPM_BUILD_ROOT/sbin/umount.cifs +install -m755 $RPM_BUILD_ROOT/usr/sbin/mount.cifs $RPM_BUILD_ROOT/sbin/mount.cifs +install -m755 $RPM_BUILD_ROOT/usr/sbin/umount.cifs $RPM_BUILD_ROOT/sbin/umount.cifs install -m 755 source/lib/netapi/examples/bin/netdomjoin-gui $RPM_BUILD_ROOT/%{_sbindir}/netdomjoin-gui mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name} @@ -830,6 +824,9 @@ %{_datadir}/pixmaps/samba/logo-small.png %changelog +* Mon Jan 5 2009 Guenther Deschner - 3.2.7-0.23 +- Update to 3.2.7 (Security fix for CVE-2009-0022) + * Thu Nov 27 2008 Guenther Deschner - 3.2.5-0.22 - Update to 3.2.5 (Security fix for CVE-2008-4314) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/samba/F-9/sources,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- sources 27 Nov 2008 12:37:05 -0000 1.59 +++ sources 6 Jan 2009 11:40:31 -0000 1.60 @@ -1 +1 @@ -0f7539e09803ae60a2912e70adf1c747 samba-3.2.5.tar.gz +528677f261f3ed4a58f9483ca25ba6b2 samba-3.2.7.tar.gz --- samba-3.2.4-build.patch DELETED --- From caolanm at fedoraproject.org Tue Jan 6 12:06:17 2009 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Tue, 6 Jan 2009 12:06:17 +0000 (UTC) Subject: rpms/icewm/devel icewm-configure.patch, 1.1, 1.2 icewm.spec, 1.17, 1.18 Message-ID: <20090106120617.E73BC70108@cvs1.fedora.phx.redhat.com> Author: caolanm Update of /cvs/pkgs/rpms/icewm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4018 Modified Files: icewm-configure.patch icewm.spec Log Message: pkg-config --cflags gnome-desktop-2.0 doesn't implicitly include libgnomeui-2.0 anymore, so add it in explicitly icewm-configure.patch: Index: icewm-configure.patch =================================================================== RCS file: /cvs/pkgs/rpms/icewm/devel/icewm-configure.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- icewm-configure.patch 15 Feb 2007 09:55:58 -0000 1.1 +++ icewm-configure.patch 6 Jan 2009 12:06:16 -0000 1.2 @@ -1,6 +1,16 @@ --- icewm-1.2.30/configure.in.old 2007-01-16 16:12:51.000000000 +0200 +++ icewm-1.2.30/configure.in 2007-01-16 16:13:31.000000000 +0200 -@@ -814,7 +814,7 @@ +@@ -820,15 +820,15 @@ + + if test "${PKG_CONFIG}" != ""; then + GNOME_VER=2 +- GNOME2_CFLAGS=`pkg-config --cflags gnome-desktop-2.0` +- GNOME2_LIBS=`pkg-config --libs gnome-desktop-2.0` ++ GNOME2_CFLAGS=`pkg-config --cflags gnome-desktop-2.0 libgnomeui-2.0` ++ GNOME2_LIBS=`pkg-config --libs gnome-desktop-2.0 libgnomeui-2.0` + + AC_DEFINE(CONFIG_GNOME_MENUS, 1, [Define to make IceWM more GNOME-friendly]) + APPLICATIONS="${APPLICATIONS} icewm-menu-gnome2" GNOME2_PREFIX=`pkg-config --variable=prefix gnome-desktop-2.0` GWMDIR="${GNOME2_PREFIX}/share/gnome/wm-properties/" @@ -11,7 +21,17 @@ if test "${GNOME2_CFLAGS}" = ""; then --- icewm-1.2.30/configure.old 2007-01-16 17:44:10.000000000 +0200 +++ icewm-1.2.30/configure 2007-01-16 17:44:31.000000000 +0200 -@@ -12000,7 +12000,7 @@ +@@ -12564,7 +12564,8 @@ + if test "${PKG_CONFIG}" != ""; then + GNOME_VER=2 + GNOME2_CFLAGS=`pkg-config --cflags gnome-desktop-2.0` +- GNOME2_LIBS=`pkg-config --libs gnome-desktop-2.0` ++ GNOME2_CFLAGS=`pkg-config --cflags gnome-desktop-2.0 libgnomeui-2.0` ++ GNOME2_LIBS=`pkg-config --libs gnome-desktop-2.0 libgnomeui-2.0` + + + cat >>confdefs.h <<\_ACEOF +@@ -12575,7 +12576,7 @@ APPLICATIONS="${APPLICATIONS} icewm-menu-gnome2" GNOME2_PREFIX=`pkg-config --variable=prefix gnome-desktop-2.0` GWMDIR="${GNOME2_PREFIX}/share/gnome/wm-properties/" Index: icewm.spec =================================================================== RCS file: /cvs/pkgs/rpms/icewm/devel/icewm.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- icewm.spec 5 Jan 2009 11:04:10 -0000 1.17 +++ icewm.spec 6 Jan 2009 12:06:16 -0000 1.18 @@ -1,6 +1,6 @@ Name: icewm Version: 1.2.36 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Light and configurable window manager Group: User Interface/Desktops @@ -199,6 +199,10 @@ %changelog +* Tue Jan 6 2009 Caol??n McNamara - 1.2.36-3 +- pkg-config --cflags gnome-desktop-2.0 doesn't implicitly include + libgnomeui-2.0 anymore, so add it in explicitly + * Mon Jan 5 2009 Gilboa Davara - 1.2.36-2 - Missing BR libgnomeui-devel. (devel) - Missing BR gnome-vfs2-devel. (devel) From thias at fedoraproject.org Tue Jan 6 12:27:57 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Tue, 6 Jan 2009 12:27:57 +0000 (UTC) Subject: rpms/pigment/F-10 pigment.spec,1.13,1.14 Message-ID: <20090106122757.E642170108@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/pigment/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9463/F-10 Modified Files: pigment.spec Log Message: Re-enable autoreconf since the build is still broken without. Index: pigment.spec =================================================================== RCS file: /cvs/extras/rpms/pigment/F-10/pigment.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- pigment.spec 22 Dec 2008 09:36:25 -0000 1.13 +++ pigment.spec 6 Jan 2009 12:27:27 -0000 1.14 @@ -1,7 +1,7 @@ Summary: Media Center Toolkit Name: pigment Version: 0.3.13 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: Applications/Multimedia URL: http://elisa.fluendo.com/ @@ -44,9 +44,8 @@ %prep %setup -q -# Required to get 0.3.6 working. Some lib64 problems. -# Try disabling in 0.3.13 on f11 because of libtool build problems -#autoreconf +# Required to get 0.3.6 working. Some lib64 problems. Still as of 0.3.13. +autoreconf %build @@ -99,6 +98,9 @@ %changelog +* Tue Jan 6 2009 Matthias Saou 0.3.13-3 +- Re-enable autoreconf since the build is still broken without. + * Sun Dec 21 2008 Matthias Saou 0.3.13-2 - Disable gtk-doc to fix multilib conflicts (#342871). From thias at fedoraproject.org Tue Jan 6 12:27:58 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Tue, 6 Jan 2009 12:27:58 +0000 (UTC) Subject: rpms/pigment/F-9 pigment.spec,1.9,1.10 Message-ID: <20090106122758.246B470108@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/pigment/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9463/F-9 Modified Files: pigment.spec Log Message: Re-enable autoreconf since the build is still broken without. Index: pigment.spec =================================================================== RCS file: /cvs/extras/rpms/pigment/F-9/pigment.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pigment.spec 22 Dec 2008 09:36:26 -0000 1.9 +++ pigment.spec 6 Jan 2009 12:27:27 -0000 1.10 @@ -1,7 +1,7 @@ Summary: Media Center Toolkit Name: pigment Version: 0.3.13 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: Applications/Multimedia URL: http://elisa.fluendo.com/ @@ -44,9 +44,8 @@ %prep %setup -q -# Required to get 0.3.6 working. Some lib64 problems. -# Try disabling in 0.3.13 on f11 because of libtool build problems -#autoreconf +# Required to get 0.3.6 working. Some lib64 problems. Still as of 0.3.13. +autoreconf %build @@ -99,6 +98,9 @@ %changelog +* Tue Jan 6 2009 Matthias Saou 0.3.13-3 +- Re-enable autoreconf since the build is still broken without. + * Sun Dec 21 2008 Matthias Saou 0.3.13-2 - Disable gtk-doc to fix multilib conflicts (#342871). From thias at fedoraproject.org Tue Jan 6 12:27:58 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Tue, 6 Jan 2009 12:27:58 +0000 (UTC) Subject: rpms/pigment/devel pigment.spec,1.15,1.16 Message-ID: <20090106122758.6BC3870125@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/pigment/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9463/devel Modified Files: pigment.spec Log Message: Re-enable autoreconf since the build is still broken without. Index: pigment.spec =================================================================== RCS file: /cvs/extras/rpms/pigment/devel/pigment.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- pigment.spec 22 Dec 2008 08:41:39 -0000 1.15 +++ pigment.spec 6 Jan 2009 12:27:28 -0000 1.16 @@ -1,7 +1,7 @@ Summary: Media Center Toolkit Name: pigment Version: 0.3.13 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: Applications/Multimedia URL: http://elisa.fluendo.com/ @@ -44,9 +44,8 @@ %prep %setup -q -# Required to get 0.3.6 working. Some lib64 problems. -# Try disabling in 0.3.13 on f11 because of libtool build problems -#autoreconf +# Required to get 0.3.6 working. Some lib64 problems. Still as of 0.3.13. +autoreconf %build @@ -99,6 +98,9 @@ %changelog +* Tue Jan 6 2009 Matthias Saou 0.3.13-3 +- Re-enable autoreconf since the build is still broken without. + * Sun Dec 21 2008 Matthias Saou 0.3.13-2 - Disable gtk-doc to fix multilib conflicts (#342871). From jlaska at fedoraproject.org Tue Jan 6 12:33:38 2009 From: jlaska at fedoraproject.org (James Laska) Date: Tue, 6 Jan 2009 12:33:38 +0000 (UTC) Subject: rpms/snake/F-9 .cvsignore, 1.10, 1.11 import.log, 1.3, 1.4 snake.spec, 1.17, 1.18 sources, 1.18, 1.19 Message-ID: <20090106123338.5F75470140@cvs1.fedora.phx.redhat.com> Author: jlaska Update of /cvs/pkgs/rpms/snake/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11681/F-9 Modified Files: .cvsignore import.log snake.spec sources Log Message: Update to snake-0.11-0.12 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/snake/F-9/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 18 Dec 2008 21:11:34 -0000 1.10 +++ .cvsignore 6 Jan 2009 12:33:07 -0000 1.11 @@ -1 +1 @@ -snake-0.11-0.11.tar.bz2 +snake-0.11-0.12.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/snake/F-9/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 18 Dec 2008 21:11:34 -0000 1.3 +++ import.log 6 Jan 2009 12:33:07 -0000 1.4 @@ -1,3 +1,4 @@ snake-0_11-0_8_fc9:F-9:snake-0.11-0.8.fc9.src.rpm:1217259960 snake-0_11-0_9_fc9:F-9:snake-0.11-0.9.fc9.src.rpm:1217261970 snake-0_11-0_11_fc10:F-9:snake-0.11-0.11.fc10.src.rpm:1229634596 +snake-0_11-0_12_fc10:F-9:snake-0.11-0.12.fc10.src.rpm:1231245090 Index: snake.spec =================================================================== RCS file: /cvs/pkgs/rpms/snake/F-9/snake.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- snake.spec 18 Dec 2008 21:11:34 -0000 1.17 +++ snake.spec 6 Jan 2009 12:33:07 -0000 1.18 @@ -4,7 +4,7 @@ Name: snake Summary: Smart Network Automated Kickstart Environment Version: 0.11 -%define rel 0.11 +%define rel 0.12 Release: %{rel}%{?dist} Source0: http://hosted.fedoraproject.org/projects/snake/SnakeReleases/%{name}-%{version}-%{rel}.tar.bz2 License: GPLv2+ @@ -78,7 +78,7 @@ %files %defattr(-,root,root,-) -%doc README LICENSE +%doc README LICENSE docs/DESIGN docs/cobbler.ks %{_sbindir}/snake-install %{_sbindir}/snake-install-tui %{_sbindir}/snake-tree @@ -111,7 +111,6 @@ %if %{build_server} %files server %defattr(-,root,root,-) -%doc docs/DESIGN docs/cobbler.ks %{_sbindir}/snake-server %dir %{_localstatedir}/lib/snake %dir %{_localstatedir}/lib/snake/kickstarts @@ -136,6 +135,9 @@ %changelog +* Mon Jan 5 2009 James Laska 0.11-0.12 +- Minor fix to cobbler template and move %doc into base package (jlaska) + * Thu Dec 18 2008 James Laska 0.11-0.11 - ticket#64 - only parse kickstarts when requested during snake-ks generate (jlaska) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/snake/F-9/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 18 Dec 2008 21:11:34 -0000 1.18 +++ sources 6 Jan 2009 12:33:07 -0000 1.19 @@ -1 +1 @@ -e189069dc7d629f1a9749f96129e0641 snake-0.11-0.11.tar.bz2 +0a763da58a7f8babeccae3a6d35abff6 snake-0.11-0.12.tar.bz2 From jlaska at fedoraproject.org Tue Jan 6 12:44:58 2009 From: jlaska at fedoraproject.org (James Laska) Date: Tue, 6 Jan 2009 12:44:58 +0000 (UTC) Subject: rpms/snake/F-8 .cvsignore, 1.9, 1.10 import.log, 1.3, 1.4 snake.spec, 1.15, 1.16 sources, 1.16, 1.17 Message-ID: <20090106124458.A58CD70108@cvs1.fedora.phx.redhat.com> Author: jlaska Update of /cvs/pkgs/rpms/snake/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15732/F-8 Modified Files: .cvsignore import.log snake.spec sources Log Message: Update to snake-0.11-0.12 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/snake/F-8/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- .cvsignore 19 Dec 2008 12:35:43 -0000 1.9 +++ .cvsignore 6 Jan 2009 12:44:27 -0000 1.10 @@ -1 +1 @@ -snake-0.11-0.11.tar.bz2 +snake-0.11-0.12.tar.bz2 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/snake/F-8/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 19 Dec 2008 12:35:43 -0000 1.3 +++ import.log 6 Jan 2009 12:44:28 -0000 1.4 @@ -1,3 +1,4 @@ snake-0_11-0_8_fc9:F-8:snake-0.11-0.8.fc9.src.rpm:1217260292 snake-0_11-0_9_fc9:F-8:snake-0.11-0.9.fc9.src.rpm:1217263036 snake-0_11-0_11_fc10:F-8:snake-0.11-0.11.fc10.src.rpm:1229689995 +snake-0_11-0_12_fc10:F-8:snake-0.11-0.12.fc10.src.rpm:1231245541 Index: snake.spec =================================================================== RCS file: /cvs/pkgs/rpms/snake/F-8/snake.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- snake.spec 19 Dec 2008 12:35:43 -0000 1.15 +++ snake.spec 6 Jan 2009 12:44:28 -0000 1.16 @@ -4,7 +4,7 @@ Name: snake Summary: Smart Network Automated Kickstart Environment Version: 0.11 -%define rel 0.11 +%define rel 0.12 Release: %{rel}%{?dist} Source0: http://hosted.fedoraproject.org/projects/snake/SnakeReleases/%{name}-%{version}-%{rel}.tar.bz2 License: GPLv2+ @@ -78,7 +78,7 @@ %files %defattr(-,root,root,-) -%doc README LICENSE +%doc README LICENSE docs/DESIGN docs/cobbler.ks %{_sbindir}/snake-install %{_sbindir}/snake-install-tui %{_sbindir}/snake-tree @@ -111,7 +111,6 @@ %if %{build_server} %files server %defattr(-,root,root,-) -%doc docs/DESIGN docs/cobbler.ks %{_sbindir}/snake-server %dir %{_localstatedir}/lib/snake %dir %{_localstatedir}/lib/snake/kickstarts @@ -136,6 +135,9 @@ %changelog +* Mon Jan 5 2009 James Laska 0.11-0.12 +- Minor fix to cobbler template and move %doc into base package (jlaska) + * Thu Dec 18 2008 James Laska 0.11-0.11 - ticket#64 - only parse kickstarts when requested during snake-ks generate (jlaska) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/snake/F-8/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 19 Dec 2008 12:35:43 -0000 1.16 +++ sources 6 Jan 2009 12:44:28 -0000 1.17 @@ -1 +1 @@ -e189069dc7d629f1a9749f96129e0641 snake-0.11-0.11.tar.bz2 +0a763da58a7f8babeccae3a6d35abff6 snake-0.11-0.12.tar.bz2 From buc at fedoraproject.org Tue Jan 6 13:09:17 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Tue, 6 Jan 2009 13:09:17 +0000 (UTC) Subject: rpms/newscache/devel socket++-1.12.12-autotools.patch,1.2,1.3 Message-ID: <20090106130917.5A33570108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25296 Modified Files: socket++-1.12.12-autotools.patch Log Message: socket++-1.12.12-autotools.patch: Index: socket++-1.12.12-autotools.patch =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/socket++-1.12.12-autotools.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- socket++-1.12.12-autotools.patch 5 Jan 2009 20:53:03 -0000 1.2 +++ socket++-1.12.12-autotools.patch 6 Jan 2009 13:09:17 -0000 1.3 @@ -1,6 +1,14 @@ +diff -Nrbu socket++-1.12.12/Makefile.am socket++-1.12.12-OK/Makefile.am +--- socket++-1.12.12/Makefile.am 2002-11-25 15:31:56.000000000 +0300 ++++ socket++-1.12.12-OK/Makefile.am 2009-01-06 16:03:17.000000000 +0300 +@@ -1,2 +1,4 @@ + SUBDIRS = socket++ doc + ++ACLOCAL_AMFLAGS = -I m4 ++ diff -Nrbu socket++-1.12.12/configure.in socket++-1.12.12-OK/configure.in --- socket++-1.12.12/configure.in 2004-09-30 17:00:14.000000000 +0400 -+++ socket++-1.12.12-OK/configure.in 2009-01-05 23:47:20.000000000 +0300 ++++ socket++-1.12.12-OK/configure.in 2009-01-06 15:55:48.000000000 +0300 @@ -28,6 +28,8 @@ dnl Specify a configuration file AM_CONFIG_HEADER(socket++/config.h) From varekova at fedoraproject.org Tue Jan 6 13:09:46 2009 From: varekova at fedoraproject.org (Ivana Varekova) Date: Tue, 6 Jan 2009 13:09:46 +0000 (UTC) Subject: rpms/logwatch/devel logwatch-7.3.6-smartd.patch, NONE, 1.1 logwatch.spec, 1.108, 1.109 Message-ID: <20090106130946.7BA0570108@cvs1.fedora.phx.redhat.com> Author: varekova Update of /cvs/pkgs/rpms/logwatch/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25523 Modified Files: logwatch.spec Added Files: logwatch-7.3.6-smartd.patch Log Message: - fix smartd script logwatch-7.3.6-smartd.patch: --- NEW FILE logwatch-7.3.6-smartd.patch --- diff -up logwatch-7.3.6/scripts/services/smartd.pom logwatch-7.3.6/scripts/services/smartd --- logwatch-7.3.6/scripts/services/smartd.pom 2007-04-09 16:46:46.000000000 +0200 +++ logwatch-7.3.6/scripts/services/smartd 2009-01-06 13:45:00.000000000 +0100 @@ -8,6 +8,8 @@ use strict; my ($Device, $Msg, $Test); my %ParamChanges = (); my %TempChanges = (); +my %TempLimit = (); +my %TempCritLimit = (); my %Pendsectors = (); my %NumPendsectors = (); my %Offsectors = (); @@ -94,7 +96,13 @@ while (defined(my $ThisLine = )) # smartd reports temperature changes this way only for SCSI disks } elsif ( my ($Device,$NewVal) = ($ThisLine =~ /^Device: ([^,]+), initial Temperature is (\d+) Celsius/)) { push @{$TempChanges{$Device}},$NewVal; - } elsif ( my ($Device,$NewVal) = ($ThisLine =~ /^Device: ([^,]+), Temperature changed -?\d+ Celsius to (\d+) Celsius/)) { + } elsif ( my ($Device,$Limit) = ($ThisLine =~ /^Device: ([^,]+), Temperature \d+ Celsius reached limit of (\d+) Celsius/)) { + # Device: /dev/sda, Temperature 37 Celsius reached limit of 10 Celsius (Min/Max 37/37) + $TempLimit{"$Device,$Limit"}++; + } elsif ( my ($Device,$Limit) = ($ThisLine =~ /^Device: ([^,]+), Temperature \d+ Celsius reached critical limit of (\d+) Celsius/)) { + # Device: /dev/sda, Temperature 38 Celsius reached critical limit of 15 Celsius (Min/Max 38!/39) + $TempCritLimit{"$Device,$Limit"}++; + } elsif ( my ($Device,$NewVal) = ($ThisLine =~ /^Device: ([^,]+), Temperature changed [-+]?\d+ Celsius to (\d+) Celsius/)) { push @{$TempChanges{$Device}},$NewVal; } elsif ( my ($Device, $Num) = ($ThisLine =~ /^Device: ([^,]+), (\d+) Currently unreadable \(pending\) sectors/) ) { $Pendsectors{$Device}++; @@ -178,14 +186,31 @@ if (keys %TempChanges) { print "\n"; } } - if($Detail < 10) { + if($Detail < 10) { my @sorttemp = sort @min; my $mint = $sorttemp[0]; my @sorttemp = sort @max; my $maxt = $sorttemp[$#sorttemp]; print "All devices: $mint - $maxt\n"; - } + } +} + +if (keys %TempCritLimit) { + printf "\nReached critical temperature limit:\n"; + foreach (keys %TempCritLimit) { + my ($Device,$Limit)=split ","; + print "\t" . $Device . ": reached limit of " . $Limit . " Celsius: ". $TempCritLimit{"$Device,$Limit"} . " Time(s)\n"; + } +} + +if (keys %TempLimit) { + printf "\nReached temperature limit:\n"; + foreach (keys %TempLimit) { + my ($Device,$Limit)=split ","; + print "\t" . $Device . ": reached limit of " . $Limit . " Celsius: ". $TempLimit{"$Device,$Limit"} . " Time(s)\n"; + } } + if (keys %Pendsectors){ print "\nCurrently unreadable (pending) sectors detected:\n"; Index: logwatch.spec =================================================================== RCS file: /cvs/pkgs/rpms/logwatch/devel/logwatch.spec,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- logwatch.spec 17 Dec 2008 12:19:38 -0000 1.108 +++ logwatch.spec 6 Jan 2009 13:09:16 -0000 1.109 @@ -1,7 +1,7 @@ Summary: A log file analysis program Name: logwatch Version: 7.3.6 -Release: 38%{?dist} +Release: 39%{?dist} License: MIT Group: Applications/System URL: http://www.logwatch.org/ @@ -48,7 +48,7 @@ Patch49: logwatch-7.3.6-dovecot.patch Patch50: logwatch-7.3.6-named4.patch Patch51: logwatch-7.3.6-openvpn3.patch - +Patch52: logwatch-7.3.6-smartd.patch Requires: textutils sh-utils grep mailx Requires: perl(Date::Manip) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -104,6 +104,7 @@ %patch49 -p1 %patch50 -p1 %patch51 -p1 +%patch52 -p1 rm -f scripts/services/*.orig %build @@ -215,6 +216,9 @@ %doc License project/CHANGES %changelog +* Tue Jan 6 2009 Ivana Varekova 7.3.6-39 +- fix smartd script + * Tue Dec 16 2008 Ivana Varekova 7.3.6-38 - remove obsolete patches - fix dovecot,named and openvpn scrpts(#476620) From buc at fedoraproject.org Tue Jan 6 13:46:31 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Tue, 6 Jan 2009 13:46:31 +0000 (UTC) Subject: rpms/newscache/devel newscache.spec,1.18,1.19 Message-ID: <20090106134631.7780270108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5500 Modified Files: newscache.spec Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- newscache.spec 5 Jan 2009 21:23:33 -0000 1.18 +++ newscache.spec 6 Jan 2009 13:46:01 -0000 1.19 @@ -52,10 +52,11 @@ pushd socket++-%{socketver} #./autogen -libtoolize -v --force -aclocal -I m4 +aclocal autoheader automake --add-missing +libtoolize -v --force +automake --add-missing autoconf %configure --enable-static --disable-shared From green at fedoraproject.org Tue Jan 6 13:46:32 2009 From: green at fedoraproject.org (Anthony Green) Date: Tue, 6 Jan 2009 13:46:32 +0000 (UTC) Subject: rpms/sooperlooper/devel .cvsignore, 1.3, 1.4 sooperlooper.spec, 1.3, 1.4 sources, 1.3, 1.4 sooperlooper-1.6.2-rubberband-1.2.patch, 1.1, NONE Message-ID: <20090106134632.ACE0870108@cvs1.fedora.phx.redhat.com> Author: green Update of /cvs/pkgs/rpms/sooperlooper/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5542 Modified Files: .cvsignore sooperlooper.spec sources Removed Files: sooperlooper-1.6.2-rubberband-1.2.patch Log Message: Update to 1.6.13 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/sooperlooper/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Jul 2008 08:35:15 -0000 1.3 +++ .cvsignore 6 Jan 2009 13:46:02 -0000 1.4 @@ -1 +1 @@ -sooperlooper-1.6.6.tar.gz +sooperlooper-1.6.13-2.tar.gz Index: sooperlooper.spec =================================================================== RCS file: /cvs/pkgs/rpms/sooperlooper/devel/sooperlooper.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sooperlooper.spec 21 Jul 2008 08:35:15 -0000 1.3 +++ sooperlooper.spec 6 Jan 2009 13:46:02 -0000 1.4 @@ -1,14 +1,13 @@ Summary: Realtime software looping sampler Name: sooperlooper -Version: 1.6.6 +Version: 1.6.13 Release: 1%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://essej.net/sooperlooper/ -Source0: http://essej.net/sooperlooper/sooperlooper-%{version}.tar.gz +Source0: http://essej.net/sooperlooper/sooperlooper-%{version}-2.tar.gz Source1: sooperlooper.png Source2: sooperlooper.desktop -Patch0: sooperlooper-1.6.2-rubberband-1.2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: hicolor-icon-theme @@ -26,7 +25,6 @@ %prep %setup -q -%patch0 -p1 # kill the stubborn overriding of CXXFLAGS sed -i 's/OPT_FLAGS="$OPT_FLAGS -pipe"/OPT_FLAGS=""/g' configure sed -i 's/OPT_FLAGS="$OPT_FLAGS -pipe"/OPT_FLAGS="%{optflags}"/g' \ @@ -84,9 +82,8 @@ %changelog -* Mon Jul 21 2008 Hans de Goede 1.6.6-1 -- New upstream release 1.6.6 -- Rebuild for new rubberband +* Tue Jan 06 2009 Anthony Green 1.6.13-1 +- New upstream release 1.6.13 * Tue Apr 15 2008 Hans de Goede 1.6.2-1 - New upstream release 1.6.2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/sooperlooper/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Jul 2008 08:35:15 -0000 1.3 +++ sources 6 Jan 2009 13:46:02 -0000 1.4 @@ -1 +1 @@ -8531e8b17197dd57776bbdf4d2a612c4 sooperlooper-1.6.6.tar.gz +60eb9f2d5ddb652c9b57e2a5295a3db5 sooperlooper-1.6.13-2.tar.gz --- sooperlooper-1.6.2-rubberband-1.2.patch DELETED --- From pkgdb at fedoraproject.org Tue Jan 6 13:50:59 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 13:50:59 +0000 Subject: [pkgdb] gd: varekova has requested commit Message-ID: <20090106135059.5BEF820873B@bastion.fedora.phx.redhat.com> varekova has requested the commit acl on gd (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gd From pkgdb at fedoraproject.org Tue Jan 6 13:51:01 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 13:51:01 +0000 Subject: [pkgdb] gd: varekova has requested watchbugzilla Message-ID: <20090106135101.398DE208D2B@bastion.fedora.phx.redhat.com> varekova has requested the watchbugzilla acl on gd (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gd From pkgdb at fedoraproject.org Tue Jan 6 13:51:05 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 13:51:05 +0000 Subject: [pkgdb] gd: varekova has requested watchcommits Message-ID: <20090106135105.EBD22208D51@bastion.fedora.phx.redhat.com> varekova has requested the watchcommits acl on gd (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gd From pkgdb at fedoraproject.org Tue Jan 6 13:51:50 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 13:51:50 +0000 Subject: [pkgdb] gd had acl change status Message-ID: <20090106135151.498ED208D2B@bastion.fedora.phx.redhat.com> jmoskovc has set the commit acl on gd (Fedora devel) to Approved for varekova To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gd From pkgdb at fedoraproject.org Tue Jan 6 13:51:58 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 13:51:58 +0000 Subject: [pkgdb] gd had acl change status Message-ID: <20090106135158.47249208D50@bastion.fedora.phx.redhat.com> jmoskovc has set the watchcommits acl on gd (Fedora devel) to Approved for varekova To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gd From pkgdb at fedoraproject.org Tue Jan 6 13:52:04 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 13:52:04 +0000 Subject: [pkgdb] gd had acl change status Message-ID: <20090106135204.B206A208D55@bastion.fedora.phx.redhat.com> jmoskovc has set the watchbugzilla acl on gd (Fedora devel) to Approved for varekova To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gd From pkgdb at fedoraproject.org Tue Jan 6 13:52:08 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 13:52:08 +0000 Subject: [pkgdb] gd had acl change status Message-ID: <20090106135209.39B1F208D58@bastion.fedora.phx.redhat.com> jmoskovc has set the watchcommits acl on gd (Fedora devel) to Approved for pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gd From pkgdb at fedoraproject.org Tue Jan 6 13:52:08 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 13:52:08 +0000 Subject: [pkgdb] gd had acl change status Message-ID: <20090106135209.9733A208D5A@bastion.fedora.phx.redhat.com> jmoskovc has set the watchcommits acl on gd (Fedora 7) to Approved for pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gd From pkgdb at fedoraproject.org Tue Jan 6 13:52:08 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 13:52:08 +0000 Subject: [pkgdb] gd had acl change status Message-ID: <20090106135209.A6480208D66@bastion.fedora.phx.redhat.com> jmoskovc has set the watchbugzilla acl on gd (Fedora devel) to Approved for pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gd From pkgdb at fedoraproject.org Tue Jan 6 13:52:09 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 13:52:09 +0000 Subject: [pkgdb] gd had acl change status Message-ID: <20090106135209.9BA4A208D51@bastion.fedora.phx.redhat.com> jmoskovc has set the watchbugzilla acl on gd (Fedora 7) to Approved for pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gd From pkgdb at fedoraproject.org Tue Jan 6 13:52:10 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 13:52:10 +0000 Subject: [pkgdb] gd had acl change status Message-ID: <20090106135210.59617208D9B@bastion.fedora.phx.redhat.com> jmoskovc has set the watchbugzilla acl on gd (Fedora 8) to Approved for pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gd From pkgdb at fedoraproject.org Tue Jan 6 13:52:12 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 13:52:12 +0000 Subject: [pkgdb] gd had acl change status Message-ID: <20090106135212.67EB4208DA7@bastion.fedora.phx.redhat.com> jmoskovc has set the watchcommits acl on gd (Fedora 8) to Approved for pertusus To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gd From mbarnes at fedoraproject.org Tue Jan 6 13:54:28 2009 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Tue, 6 Jan 2009 13:54:28 +0000 (UTC) Subject: rpms/evolution/devel .cvsignore, 1.103, 1.104 evolution.spec, 1.365, 1.366 sources, 1.103, 1.104 Message-ID: <20090106135428.4A10870108@cvs1.fedora.phx.redhat.com> Author: mbarnes Update of /cvs/pkgs/rpms/evolution/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7658 Modified Files: .cvsignore evolution.spec sources Log Message: * Mon Jan 05 2009 Matthew Barnes - 2.25.4-1.fc11 - Update to 2.25.4 - Bump eds_version to 2.25.4. - Bump libgweather_version to 2.25.4. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/evolution/devel/.cvsignore,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- .cvsignore 15 Dec 2008 17:50:23 -0000 1.103 +++ .cvsignore 6 Jan 2009 13:53:56 -0000 1.104 @@ -1 +1 @@ -evolution-2.25.3.1.tar.bz2 +evolution-2.25.4.tar.bz2 Index: evolution.spec =================================================================== RCS file: /cvs/pkgs/rpms/evolution/devel/evolution.spec,v retrieving revision 1.365 retrieving revision 1.366 diff -u -r1.365 -r1.366 --- evolution.spec 15 Dec 2008 17:50:23 -0000 1.365 +++ evolution.spec 6 Jan 2009 13:53:56 -0000 1.366 @@ -1,6 +1,6 @@ %define dbus_glib_version 0.70 %define dbus_version 1.0 -%define eds_version 2.25.2 +%define eds_version 2.25.4 %define glib2_version 2.16.0 %define gnome_doc_utils_version 0.8.0 %define gnome_icon_theme_version 2.19.91 @@ -11,7 +11,7 @@ %define last_libgal2_version 2:2.5.3-2 %define libbonobo_version 2.20.3 %define libbonoboui_version 2.4.2 -%define libgweather_version 2.25.2 +%define libgweather_version 2.25.4 %define orbit2_version 2.9.8 %define pilot_link_version 2:0.12.1 %define scrollkeeper_version 0.1.4 @@ -45,7 +45,7 @@ ### Abstract ### Name: evolution -Version: 2.25.3.1 +Version: 2.25.4 Release: 1%{?dist} License: GPLv2 and GFDL Group: Applications/Productivity @@ -704,6 +704,11 @@ %{_libexecdir}/evolution/%{evo_major}/evolution-addressbook-clean %changelog +* Mon Jan 05 2009 Matthew Barnes - 2.25.4-1.fc11 +- Update to 2.25.4 +- Bump eds_version to 2.25.4. +- Bump libgweather_version to 2.25.4. + * Mon Dec 15 2008 Matthew Barnes - 2.25.3.1-1.fc11 - Update to 2.25.3.1 - New BR: libgweather-devel Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/evolution/devel/sources,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- sources 15 Dec 2008 17:50:24 -0000 1.103 +++ sources 6 Jan 2009 13:53:57 -0000 1.104 @@ -1 +1 @@ -2d74ba6cf6dfca0cbe208c82f5726de9 evolution-2.25.3.1.tar.bz2 +8f9d4fb91c10c9d5ba8cc032c1129ee6 evolution-2.25.4.tar.bz2 From buc at fedoraproject.org Tue Jan 6 13:58:13 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Tue, 6 Jan 2009 13:58:13 +0000 (UTC) Subject: rpms/newscache/devel newscache.spec,1.19,1.20 Message-ID: <20090106135813.C038E70108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8506 Modified Files: newscache.spec Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- newscache.spec 6 Jan 2009 13:46:01 -0000 1.19 +++ newscache.spec 6 Jan 2009 13:57:43 -0000 1.20 @@ -54,7 +54,7 @@ #./autogen aclocal autoheader -automake --add-missing +automake --add-missing || : libtoolize -v --force automake --add-missing autoconf From dwalsh at fedoraproject.org Tue Jan 6 14:12:29 2009 From: dwalsh at fedoraproject.org (Daniel J Walsh) Date: Tue, 6 Jan 2009 14:12:29 +0000 (UTC) Subject: rpms/policycoreutils/devel policycoreutils-rhat.patch, 1.405, 1.406 policycoreutils.spec, 1.579, 1.580 Message-ID: <20090106141229.8CD5C70125@cvs1.fedora.phx.redhat.com> Author: dwalsh Update of /cvs/extras/rpms/policycoreutils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13707 Modified Files: policycoreutils-rhat.patch policycoreutils.spec Log Message: * Tue Jan 6 2009 Dan Walsh 2.0.60-7 - Don't error out when removing a non existing module policycoreutils-rhat.patch: Index: policycoreutils-rhat.patch =================================================================== RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils-rhat.patch,v retrieving revision 1.405 retrieving revision 1.406 diff -u -r1.405 -r1.406 --- policycoreutils-rhat.patch 4 Jan 2009 19:46:54 -0000 1.405 +++ policycoreutils-rhat.patch 6 Jan 2009 14:12:27 -0000 1.406 @@ -128,9 +128,20 @@ return newcats def translate(cats): +diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/semanage policycoreutils-2.0.60/semanage/semanage +--- nsapolicycoreutils/semanage/semanage 2008-11-14 17:10:15.000000000 -0500 ++++ policycoreutils-2.0.60/semanage/semanage 2009-01-05 14:07:44.000000000 -0500 +@@ -219,6 +219,7 @@ + 'seuser=', + 'store=', + 'range=', ++ 'locallist=', + 'level=', + 'roles=', + 'type=', diff --exclude-from=exclude --exclude=sepolgen-1.0.14 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semodule/semodule.c policycoreutils-2.0.60/semodule/semodule.c --- nsapolicycoreutils/semodule/semodule.c 2008-08-28 09:34:24.000000000 -0400 -+++ policycoreutils-2.0.60/semodule/semodule.c 2008-12-15 15:34:54.000000000 -0500 ++++ policycoreutils-2.0.60/semodule/semodule.c 2009-01-06 08:56:37.000000000 -0500 @@ -60,24 +60,6 @@ free(commands); } @@ -201,7 +212,17 @@ break; } case REMOVE_M:{ -@@ -429,9 +400,6 @@ +@@ -388,6 +359,9 @@ + mode_arg); + } + result = semanage_module_remove(sh, mode_arg); ++ if ( result == -2 ) { ++ continue; ++ } + break; + } + case LIST_M:{ +@@ -429,9 +403,6 @@ } } commit += do_commit[mode]; @@ -211,3 +232,4 @@ if (result < 0) { fprintf(stderr, "%s: Failed on %s!\n", argv[0], mode_arg ? : "list"); +Binary files nsapolicycoreutils/semodule/semodule.o and policycoreutils-2.0.60/semodule/semodule.o differ Index: policycoreutils.spec =================================================================== RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v retrieving revision 1.579 retrieving revision 1.580 diff -u -r1.579 -r1.580 --- policycoreutils.spec 4 Jan 2009 19:46:57 -0000 1.579 +++ policycoreutils.spec 6 Jan 2009 14:12:28 -0000 1.580 @@ -6,7 +6,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.0.60 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -192,6 +192,9 @@ fi %changelog +* Tue Jan 6 2009 Dan Walsh 2.0.60-7 +- Don't error out when removing a non existing module + * Mon Dec 15 2008 Dan Walsh 2.0.60-6 - fix audit2allow man page From timlau at fedoraproject.org Tue Jan 6 14:13:32 2009 From: timlau at fedoraproject.org (Tim Lauridsen) Date: Tue, 6 Jan 2009 14:13:32 +0000 (UTC) Subject: rpms/postr/devel .cvsignore, 1.8, 1.9 postr.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <20090106141332.6DF7370125@cvs1.fedora.phx.redhat.com> Author: timlau Update of /cvs/pkgs/rpms/postr/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14395 Modified Files: .cvsignore postr.spec sources Log Message: upstream release 0.12.3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/postr/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 9 Sep 2008 06:55:36 -0000 1.8 +++ .cvsignore 6 Jan 2009 14:13:01 -0000 1.9 @@ -1 +1 @@ -postr-0.12.2.tar.gz +postr-0.12.3.tar.gz Index: postr.spec =================================================================== RCS file: /cvs/pkgs/rpms/postr/devel/postr.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- postr.spec 30 Nov 2008 00:53:23 -0000 1.12 +++ postr.spec 6 Jan 2009 14:13:02 -0000 1.13 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: postr -Version: 0.12.2 -Release: 3%{?dist} +Version: 0.12.3 +Release: 1%{?dist} Summary: Flickr uploader Group: Applications/Multimedia @@ -71,6 +71,9 @@ %changelog +* Tue Jan 6 2008 Tim Lauridsen - 0.12.3-1 +- New upstream version 0.12.3 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.12.2-3 - Fix locations for Python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/postr/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 9 Sep 2008 06:55:36 -0000 1.8 +++ sources 6 Jan 2009 14:13:02 -0000 1.9 @@ -1 +1 @@ -0b823d94dd6a7e96fde94a2581aaf819 postr-0.12.2.tar.gz +9c6452ed378eb8c8f808134a3bdcacaa postr-0.12.3.tar.gz From buc at fedoraproject.org Tue Jan 6 14:15:19 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Tue, 6 Jan 2009 14:15:19 +0000 (UTC) Subject: rpms/newscache/devel newscache.spec,1.20,1.21 Message-ID: <20090106141519.3543E70108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16281 Modified Files: newscache.spec Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- newscache.spec 6 Jan 2009 13:57:43 -0000 1.20 +++ newscache.spec 6 Jan 2009 14:14:48 -0000 1.21 @@ -40,7 +40,7 @@ %patch2 -p1 pushd socket++-%{socketver} -%patch3 -p1 +#%patch3 -p1 popd @@ -55,7 +55,7 @@ aclocal autoheader automake --add-missing || : -libtoolize -v --force +libtoolize -v automake --add-missing autoconf From timlau at fedoraproject.org Tue Jan 6 14:16:12 2009 From: timlau at fedoraproject.org (Tim Lauridsen) Date: Tue, 6 Jan 2009 14:16:12 +0000 (UTC) Subject: rpms/postr/devel postr.spec,1.13,1.14 Message-ID: <20090106141612.2FADF70108@cvs1.fedora.phx.redhat.com> Author: timlau Update of /cvs/pkgs/rpms/postr/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17214 Modified Files: postr.spec Log Message: fixed year in clog entry :) Index: postr.spec =================================================================== RCS file: /cvs/pkgs/rpms/postr/devel/postr.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- postr.spec 6 Jan 2009 14:13:02 -0000 1.13 +++ postr.spec 6 Jan 2009 14:15:42 -0000 1.14 @@ -71,7 +71,7 @@ %changelog -* Tue Jan 6 2008 Tim Lauridsen - 0.12.3-1 +* Tue Jan 6 2009 Tim Lauridsen - 0.12.3-1 - New upstream version 0.12.3 * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.12.2-3 From jnovy at fedoraproject.org Tue Jan 6 14:17:03 2009 From: jnovy at fedoraproject.org (Jindrich Novy) Date: Tue, 6 Jan 2009 14:17:03 +0000 (UTC) Subject: rpms/texi2html/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 texi2html.spec, 1.16, 1.17 Message-ID: <20090106141703.1723D70108@cvs1.fedora.phx.redhat.com> Author: jnovy Update of /cvs/pkgs/rpms/texi2html/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17577 Modified Files: .cvsignore sources texi2html.spec Log Message: * Tue Jan 6 2009 Jindrich Novy 1.80-1 - update to 1.80 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/texi2html/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 6 Jun 2007 04:27:53 -0000 1.4 +++ .cvsignore 6 Jan 2009 14:16:32 -0000 1.5 @@ -1,3 +1 @@ -texi2html-1.76.tar.bz2 -texi2html-1.77-20070214cvs.tar.bz2 -texi2html-1.78.tar.bz2 +texi2html-1.80.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/texi2html/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 6 Jun 2007 04:27:53 -0000 1.4 +++ sources 6 Jan 2009 14:16:32 -0000 1.5 @@ -1 +1 @@ -40df77a1b84b5ef4ce9238f5ffd5346d texi2html-1.78.tar.bz2 +4eec3730f39ba64534062483b174795d texi2html-1.80.tar.gz Index: texi2html.spec =================================================================== RCS file: /cvs/pkgs/rpms/texi2html/devel/texi2html.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- texi2html.spec 28 Aug 2007 22:21:30 -0000 1.16 +++ texi2html.spec 6 Jan 2009 14:16:32 -0000 1.17 @@ -1,13 +1,13 @@ Name: texi2html -Version: 1.78 -Release: 3%{?dist} +Version: 1.80 +Release: 1%{?dist} # GPLv2+ is for the code # OFSFDL (Old FSF Documentation License) for the documentation # CC-BY-SA or GPLv2 for the images License: GPLv2+ and OFSFDL and (CC-BY-SA or GPLv2) Group: Applications/Text Summary: A highly customizable texinfo to HTML and other formats translator -Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz URL: http://www.nongnu.org/texi2html/ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info @@ -30,6 +30,8 @@ %setup -q %build +# upstream configure script doesn't have executable bit set +chmod +x ./configure %configure make %{?_smp_mflags} @@ -72,6 +74,9 @@ %dir %{_sysconfdir}/texinfo %changelog +* Tue Jan 6 2009 Jindrich Novy 1.80-1 +- update to 1.80 + * Tue Aug 28 2007 Patrice Dumas 1.78-3 - use the right license tag for the documentation From mlichvar at fedoraproject.org Tue Jan 6 14:18:16 2009 From: mlichvar at fedoraproject.org (Miroslav Lichvar) Date: Tue, 6 Jan 2009 14:18:16 +0000 (UTC) Subject: rpms/xterm/devel xterm-238-windowfontops.patch, NONE, 1.1 .cvsignore, 1.31, 1.32 sources, 1.31, 1.32 xterm.spec, 1.69, 1.70 Message-ID: <20090106141816.8F89570108@cvs1.fedora.phx.redhat.com> Author: mlichvar Update of /cvs/pkgs/rpms/xterm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17905 Modified Files: .cvsignore sources xterm.spec Added Files: xterm-238-windowfontops.patch Log Message: - update to 238 (#479000, CVE-2008-2383) - set default values of allowWindowOps and allowFontOps resources to false xterm-238-windowfontops.patch: --- NEW FILE xterm-238-windowfontops.patch --- diff -up xterm-238/charproc.c.windowfontops xterm-238/charproc.c --- xterm-238/charproc.c.windowfontops 2009-01-06 12:10:30.000000000 +0100 +++ xterm-238/charproc.c 2009-01-06 12:15:57.000000000 +0100 @@ -389,10 +389,10 @@ static XtActionsRec actionsList[] = { static XtResource resources[] = { Bres(XtNallowSendEvents, XtCAllowSendEvents, screen.allowSendEvent0, False), - Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, True), + Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, False), Bres(XtNallowTcapOps, XtCAllowTcapOps, screen.allowTcapOp0, True), Bres(XtNallowTitleOps, XtCAllowTitleOps, screen.allowTitleOp0, True), - Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, True), + Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, False), Bres(XtNaltIsNotMeta, XtCAltIsNotMeta, screen.alt_is_not_meta, False), Bres(XtNaltSendsEscape, XtCAltSendsEscape, screen.alt_sends_esc, False), Bres(XtNalwaysBoldMode, XtCAlwaysBoldMode, screen.always_bold_mode, False), diff -up xterm-238/xterm.man.windowfontops xterm-238/xterm.man --- xterm-238/xterm.man.windowfontops 2009-01-06 12:10:30.000000000 +0100 +++ xterm-238/xterm.man 2009-01-06 12:11:39.000000000 +0100 @@ -1448,7 +1448,7 @@ The default is ``false.'' .TP .B "allowFontOps (\fPclass\fB AllowFontOps)" Specifies whether control sequences that set/query the font should be allowed. -The default is ``true.'' +The default is ``false.'' .TP 8 .B "allowSendEvents (\fPclass\fB AllowSendEvents)" Specifies whether or not synthetic key and button events (generated using @@ -1472,7 +1472,7 @@ The default is ``true.'' .B "allowWindowOps (\fPclass\fB AllowWindowOps)" Specifies whether extended window control sequences (as used in dtterm) should be allowed. -The default is ``true.'' +The default is ``false.'' .TP 8 .B "altIsNotMeta (\fPclass\fB AltIsNotMeta\fP)" If ``true'', treat the Alt-key as if it were the Meta-key. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/xterm/devel/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- .cvsignore 16 Sep 2008 16:53:13 -0000 1.31 +++ .cvsignore 6 Jan 2009 14:17:46 -0000 1.32 @@ -1,2 +1,2 @@ 16colors.txt -xterm-237.tgz +xterm-238.tgz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/xterm/devel/sources,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- sources 16 Sep 2008 16:53:13 -0000 1.31 +++ sources 6 Jan 2009 14:17:46 -0000 1.32 @@ -1,2 +1,2 @@ 6093439b8d79089f4ff1cdfed358b401 16colors.txt -6d5f9e124fd3e09487f47c66da8c7345 xterm-237.tgz +754f670723eb9a20f9f90d7c5f4a5bad xterm-238.tgz Index: xterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/xterm/devel/xterm.spec,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- xterm.spec 16 Sep 2008 16:53:13 -0000 1.69 +++ xterm.spec 6 Jan 2009 14:17:46 -0000 1.70 @@ -1,6 +1,6 @@ Summary: Terminal emulator for the X Window System Name: xterm -Version: 237 +Version: 238 Release: 1%{?dist} URL: http://dickey.his.com/xterm License: MIT @@ -16,6 +16,7 @@ Patch1: xterm-223-resources.patch Patch2: xterm-222-can-2003-0063.patch Patch3: xterm-226-man-page_paths.patch +Patch4: xterm-238-windowfontops.patch %bcond_with trace @@ -32,6 +33,7 @@ %patch1 -p1 -b .redhat-resources %patch2 -p1 -b .can-2003-0063 %patch3 -p1 -b .man-page_paths +%patch4 -p1 -b .windowfontops %build %configure \ @@ -82,6 +84,10 @@ %{x11_app_defaults_dir}/XTerm-color %changelog +* Tue Jan 06 2009 Miroslav Lichvar 238-1 +- update to 238 (#479000, CVE-2008-2383) +- set default values of allowWindowOps and allowFontOps resources to false + * Tue Sep 16 2008 Miroslav Lichvar 237-1 - update to 237 From kraxel at fedoraproject.org Tue Jan 6 14:18:31 2009 From: kraxel at fedoraproject.org (Gerd Hoffmann) Date: Tue, 6 Jan 2009 14:18:31 +0000 (UTC) Subject: rpms/amtterm/devel .cvsignore, 1.5, 1.6 amtterm.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20090106141831.88A1670108@cvs1.fedora.phx.redhat.com> Author: kraxel Update of /cvs/pkgs/rpms/amtterm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18117 Modified Files: .cvsignore amtterm.spec sources Log Message: update to version 1.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/amtterm/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 30 Oct 2008 10:32:40 -0000 1.5 +++ .cvsignore 6 Jan 2009 14:18:01 -0000 1.6 @@ -1 +1 @@ -amtterm-1.1.tar.gz +amtterm-1.2.tar.gz Index: amtterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/amtterm/devel/amtterm.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- amtterm.spec 30 Oct 2008 11:55:10 -0000 1.6 +++ amtterm.spec 6 Jan 2009 14:18:01 -0000 1.7 @@ -1,7 +1,7 @@ Name: amtterm License: GPLv2+ -Version: 1.1 -Release: 3%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Serial-over-lan (sol) client for Intel AMT Group: Applications/Internet Source: %{name}-%{version}.tar.gz @@ -43,6 +43,11 @@ rm -rf %{buildroot} %changelog +* Tue Jan 06 2009 Gerd Hoffmann - 1.2-1 +- update to version 1.2 + * support special reboot commands (pxe, bios. ...). + * gamt: gui tweaks, logging support. + * Thu Oct 30 2008 Gerd Hoffmann - 1.1-3 - update to version 1.1 * handle BIOS-over-SOL. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/amtterm/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 Oct 2008 10:32:40 -0000 1.5 +++ sources 6 Jan 2009 14:18:01 -0000 1.6 @@ -1 +1 @@ -43900abfd7fe67f2823716764df45885 amtterm-1.1.tar.gz +74646aeab6af038bd557f344f8178adc amtterm-1.2.tar.gz From varekova at fedoraproject.org Tue Jan 6 14:20:05 2009 From: varekova at fedoraproject.org (Ivana Varekova) Date: Tue, 6 Jan 2009 14:20:05 +0000 (UTC) Subject: rpms/gd/devel gd-2.0.35-time.patch,NONE,1.1 gd.spec,1.50,1.51 Message-ID: <20090106142005.0AE3270108@cvs1.fedora.phx.redhat.com> Author: varekova Update of /cvs/pkgs/rpms/gd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18275 Modified Files: gd.spec Added Files: gd-2.0.35-time.patch Log Message: - do minor spec file cleanup gd-2.0.35-time.patch: --- NEW FILE gd-2.0.35-time.patch --- diff -up gd-2.0.35/Makefile.in.time gd-2.0.35/Makefile.in --- gd-2.0.35/Makefile.in.time 2009-01-06 15:07:36.000000000 +0100 +++ gd-2.0.35/Makefile.in 2009-01-06 15:09:54.000000000 +0100 @@ -25,7 +25,7 @@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = . am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -INSTALL = @INSTALL@ +INSTALL = @INSTALL@ -p install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c Index: gd.spec =================================================================== RCS file: /cvs/pkgs/rpms/gd/devel/gd.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- gd.spec 21 Jul 2008 15:25:47 -0000 1.50 +++ gd.spec 6 Jan 2009 14:19:34 -0000 1.51 @@ -1,7 +1,7 @@ Summary: A graphics library for quick creation of PNG or JPEG images Name: gd Version: 2.0.35 -Release: 6%{?dist} +Release: 7%{?dist} Group: System Environment/Libraries License: MIT URL: http://www.libgd.org/Main_Page @@ -13,7 +13,8 @@ Patch6: gd-2.0.35-overflow.patch Patch7: gd-2.0.35-AALineThick.patch Patch8: gd-2.0.33-BoxBound.patch -Patch9: gd-2.0.34-fonts.patch +Patch9: gd-2.0.34-fonts.patch +Patch10: gd-2.0.35-time.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: freetype-devel, fontconfig-devel, libX11-devel, libXpm-devel BuildRequires: libjpeg-devel, libpng-devel, zlib-devel, pkgconfig @@ -59,6 +60,7 @@ %patch7 -p1 -b .AALineThick %patch8 -p1 -b .bb %patch9 -p1 -b .fonts +%patch10 -p1 -b .time %build %configure --disable-rpath @@ -66,9 +68,9 @@ %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT -rm -f $RPM_BUILD_ROOT/%{_libdir}/libgd.la -rm -f $RPM_BUILD_ROOT/%{_libdir}/libgd.a +make install INSTALL='install -p' DESTDIR=$RPM_BUILD_ROOT +rm $RPM_BUILD_ROOT/%{_libdir}/libgd.la +rm $RPM_BUILD_ROOT/%{_libdir}/libgd.a %clean rm -rf $RPM_BUILD_ROOT @@ -80,7 +82,7 @@ %files %defattr(-,root,root,-) -%doc COPYING README-JPEG.TXT index.html +%doc COPYING README-JPEG.TXT index.html NEWS %{_libdir}/*.so.* %files progs @@ -97,6 +99,9 @@ %{_libdir}/pkgconfig/gdlib.pc %changelog +* Tue Jan 6 2009 Ivana Varekova - 2.0.35-7 +- do minor spec file cleanup + * Mon Jul 21 2008 Tom "spot" Callaway - 2.0.35-6 - fix license tag (nothing in this is GPL) From mlichvar at fedoraproject.org Tue Jan 6 14:21:25 2009 From: mlichvar at fedoraproject.org (Miroslav Lichvar) Date: Tue, 6 Jan 2009 14:21:25 +0000 (UTC) Subject: rpms/xterm/F-10 xterm-238-windowfontops.patch, NONE, 1.1 .cvsignore, 1.31, 1.32 sources, 1.31, 1.32 xterm.spec, 1.69, 1.70 Message-ID: <20090106142125.DC78670108@cvs1.fedora.phx.redhat.com> Author: mlichvar Update of /cvs/pkgs/rpms/xterm/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18877 Modified Files: .cvsignore sources xterm.spec Added Files: xterm-238-windowfontops.patch Log Message: - update to 238 (#479000, CVE-2008-2383) - set default values of allowWindowOps and allowFontOps resources to false xterm-238-windowfontops.patch: --- NEW FILE xterm-238-windowfontops.patch --- diff -up xterm-238/charproc.c.windowfontops xterm-238/charproc.c --- xterm-238/charproc.c.windowfontops 2009-01-06 12:10:30.000000000 +0100 +++ xterm-238/charproc.c 2009-01-06 12:15:57.000000000 +0100 @@ -389,10 +389,10 @@ static XtActionsRec actionsList[] = { static XtResource resources[] = { Bres(XtNallowSendEvents, XtCAllowSendEvents, screen.allowSendEvent0, False), - Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, True), + Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, False), Bres(XtNallowTcapOps, XtCAllowTcapOps, screen.allowTcapOp0, True), Bres(XtNallowTitleOps, XtCAllowTitleOps, screen.allowTitleOp0, True), - Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, True), + Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, False), Bres(XtNaltIsNotMeta, XtCAltIsNotMeta, screen.alt_is_not_meta, False), Bres(XtNaltSendsEscape, XtCAltSendsEscape, screen.alt_sends_esc, False), Bres(XtNalwaysBoldMode, XtCAlwaysBoldMode, screen.always_bold_mode, False), diff -up xterm-238/xterm.man.windowfontops xterm-238/xterm.man --- xterm-238/xterm.man.windowfontops 2009-01-06 12:10:30.000000000 +0100 +++ xterm-238/xterm.man 2009-01-06 12:11:39.000000000 +0100 @@ -1448,7 +1448,7 @@ The default is ``false.'' .TP .B "allowFontOps (\fPclass\fB AllowFontOps)" Specifies whether control sequences that set/query the font should be allowed. -The default is ``true.'' +The default is ``false.'' .TP 8 .B "allowSendEvents (\fPclass\fB AllowSendEvents)" Specifies whether or not synthetic key and button events (generated using @@ -1472,7 +1472,7 @@ The default is ``true.'' .B "allowWindowOps (\fPclass\fB AllowWindowOps)" Specifies whether extended window control sequences (as used in dtterm) should be allowed. -The default is ``true.'' +The default is ``false.'' .TP 8 .B "altIsNotMeta (\fPclass\fB AltIsNotMeta\fP)" If ``true'', treat the Alt-key as if it were the Meta-key. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/xterm/F-10/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- .cvsignore 16 Sep 2008 16:53:13 -0000 1.31 +++ .cvsignore 6 Jan 2009 14:20:55 -0000 1.32 @@ -1,2 +1,2 @@ 16colors.txt -xterm-237.tgz +xterm-238.tgz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/xterm/F-10/sources,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- sources 16 Sep 2008 16:53:13 -0000 1.31 +++ sources 6 Jan 2009 14:20:55 -0000 1.32 @@ -1,2 +1,2 @@ 6093439b8d79089f4ff1cdfed358b401 16colors.txt -6d5f9e124fd3e09487f47c66da8c7345 xterm-237.tgz +754f670723eb9a20f9f90d7c5f4a5bad xterm-238.tgz Index: xterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/xterm/F-10/xterm.spec,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- xterm.spec 16 Sep 2008 16:53:13 -0000 1.69 +++ xterm.spec 6 Jan 2009 14:20:55 -0000 1.70 @@ -1,6 +1,6 @@ Summary: Terminal emulator for the X Window System Name: xterm -Version: 237 +Version: 238 Release: 1%{?dist} URL: http://dickey.his.com/xterm License: MIT @@ -16,6 +16,7 @@ Patch1: xterm-223-resources.patch Patch2: xterm-222-can-2003-0063.patch Patch3: xterm-226-man-page_paths.patch +Patch4: xterm-238-windowfontops.patch %bcond_with trace @@ -32,6 +33,7 @@ %patch1 -p1 -b .redhat-resources %patch2 -p1 -b .can-2003-0063 %patch3 -p1 -b .man-page_paths +%patch4 -p1 -b .windowfontops %build %configure \ @@ -82,6 +84,10 @@ %{x11_app_defaults_dir}/XTerm-color %changelog +* Tue Jan 06 2009 Miroslav Lichvar 238-1 +- update to 238 (#479000, CVE-2008-2383) +- set default values of allowWindowOps and allowFontOps resources to false + * Tue Sep 16 2008 Miroslav Lichvar 237-1 - update to 237 From timlau at fedoraproject.org Tue Jan 6 14:22:47 2009 From: timlau at fedoraproject.org (Tim Lauridsen) Date: Tue, 6 Jan 2009 14:22:47 +0000 (UTC) Subject: rpms/postr/F-10 postr.spec,1.10,1.11 sources,1.8,1.9 Message-ID: <20090106142247.D959D70108@cvs1.fedora.phx.redhat.com> Author: timlau Update of /cvs/pkgs/rpms/postr/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19475 Modified Files: postr.spec sources Log Message: upstream release 0.12.3 Index: postr.spec =================================================================== RCS file: /cvs/pkgs/rpms/postr/F-10/postr.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- postr.spec 9 Sep 2008 06:55:36 -0000 1.10 +++ postr.spec 6 Jan 2009 14:22:17 -0000 1.11 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: postr -Version: 0.12.2 +Version: 0.12.3 Release: 1%{?dist} Summary: Flickr uploader @@ -71,6 +71,9 @@ %changelog +* Tue Jan 6 2009 Tim Lauridsen - 0.12.3-1 +- New upstream version 0.12.3 + * Tue Sep 9 2008 Tim Lauridsen - 0.12.2-1 - New upstream version 0.12.2 - added missing gnome-python2-gconf requirement. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/postr/F-10/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 9 Sep 2008 06:55:36 -0000 1.8 +++ sources 6 Jan 2009 14:22:17 -0000 1.9 @@ -1 +1 @@ -0b823d94dd6a7e96fde94a2581aaf819 postr-0.12.2.tar.gz +9c6452ed378eb8c8f808134a3bdcacaa postr-0.12.3.tar.gz From buc at fedoraproject.org Tue Jan 6 14:25:36 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Tue, 6 Jan 2009 14:25:36 +0000 (UTC) Subject: rpms/newscache/devel newscache.spec, 1.21, 1.22 socket++-1.12.12-autotools.patch, 1.3, 1.4 Message-ID: <20090106142536.4E35B70108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20135 Modified Files: newscache.spec socket++-1.12.12-autotools.patch Log Message: Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- newscache.spec 6 Jan 2009 14:14:48 -0000 1.21 +++ newscache.spec 6 Jan 2009 14:25:05 -0000 1.22 @@ -40,7 +40,7 @@ %patch2 -p1 pushd socket++-%{socketver} -#%patch3 -p1 +%patch3 -p1 popd @@ -52,10 +52,9 @@ pushd socket++-%{socketver} #./autogen +libtoolize -v --force aclocal autoheader -automake --add-missing || : -libtoolize -v automake --add-missing autoconf socket++-1.12.12-autotools.patch: Index: socket++-1.12.12-autotools.patch =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/socket++-1.12.12-autotools.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- socket++-1.12.12-autotools.patch 6 Jan 2009 13:09:17 -0000 1.3 +++ socket++-1.12.12-autotools.patch 6 Jan 2009 14:25:05 -0000 1.4 @@ -1,6 +1,6 @@ diff -Nrbu socket++-1.12.12/Makefile.am socket++-1.12.12-OK/Makefile.am --- socket++-1.12.12/Makefile.am 2002-11-25 15:31:56.000000000 +0300 -+++ socket++-1.12.12-OK/Makefile.am 2009-01-06 16:03:17.000000000 +0300 ++++ socket++-1.12.12-OK/Makefile.am 2009-01-06 17:22:05.000000000 +0300 @@ -1,2 +1,4 @@ SUBDIRS = socket++ doc @@ -8,11 +8,12 @@ + diff -Nrbu socket++-1.12.12/configure.in socket++-1.12.12-OK/configure.in --- socket++-1.12.12/configure.in 2004-09-30 17:00:14.000000000 +0400 -+++ socket++-1.12.12-OK/configure.in 2009-01-06 15:55:48.000000000 +0300 -@@ -28,6 +28,8 @@ ++++ socket++-1.12.12-OK/configure.in 2009-01-06 17:24:04.000000000 +0300 +@@ -28,6 +28,9 @@ dnl Specify a configuration file AM_CONFIG_HEADER(socket++/config.h) ++AC_CONFIG_AUX_DIR([autotools]) +AC_CONFIG_MACRO_DIR([m4]) + dnl check for programs From mlichvar at fedoraproject.org Tue Jan 6 14:27:15 2009 From: mlichvar at fedoraproject.org (Miroslav Lichvar) Date: Tue, 6 Jan 2009 14:27:15 +0000 (UTC) Subject: rpms/xterm/F-9 xterm-238-windowfontops.patch, NONE, 1.1 .cvsignore, 1.30, 1.31 sources, 1.30, 1.31 xterm.spec, 1.68, 1.69 Message-ID: <20090106142715.4027C70108@cvs1.fedora.phx.redhat.com> Author: mlichvar Update of /cvs/pkgs/rpms/xterm/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20704 Modified Files: .cvsignore sources xterm.spec Added Files: xterm-238-windowfontops.patch Log Message: - update to 238 (#479000, CVE-2008-2383) - set default values of allowWindowOps and allowFontOps resources to false xterm-238-windowfontops.patch: --- NEW FILE xterm-238-windowfontops.patch --- diff -up xterm-238/charproc.c.windowfontops xterm-238/charproc.c --- xterm-238/charproc.c.windowfontops 2009-01-06 12:10:30.000000000 +0100 +++ xterm-238/charproc.c 2009-01-06 12:15:57.000000000 +0100 @@ -389,10 +389,10 @@ static XtActionsRec actionsList[] = { static XtResource resources[] = { Bres(XtNallowSendEvents, XtCAllowSendEvents, screen.allowSendEvent0, False), - Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, True), + Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, False), Bres(XtNallowTcapOps, XtCAllowTcapOps, screen.allowTcapOp0, True), Bres(XtNallowTitleOps, XtCAllowTitleOps, screen.allowTitleOp0, True), - Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, True), + Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, False), Bres(XtNaltIsNotMeta, XtCAltIsNotMeta, screen.alt_is_not_meta, False), Bres(XtNaltSendsEscape, XtCAltSendsEscape, screen.alt_sends_esc, False), Bres(XtNalwaysBoldMode, XtCAlwaysBoldMode, screen.always_bold_mode, False), diff -up xterm-238/xterm.man.windowfontops xterm-238/xterm.man --- xterm-238/xterm.man.windowfontops 2009-01-06 12:10:30.000000000 +0100 +++ xterm-238/xterm.man 2009-01-06 12:11:39.000000000 +0100 @@ -1448,7 +1448,7 @@ The default is ``false.'' .TP .B "allowFontOps (\fPclass\fB AllowFontOps)" Specifies whether control sequences that set/query the font should be allowed. -The default is ``true.'' +The default is ``false.'' .TP 8 .B "allowSendEvents (\fPclass\fB AllowSendEvents)" Specifies whether or not synthetic key and button events (generated using @@ -1472,7 +1472,7 @@ The default is ``true.'' .B "allowWindowOps (\fPclass\fB AllowWindowOps)" Specifies whether extended window control sequences (as used in dtterm) should be allowed. -The default is ``true.'' +The default is ``false.'' .TP 8 .B "altIsNotMeta (\fPclass\fB AltIsNotMeta\fP)" If ``true'', treat the Alt-key as if it were the Meta-key. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/xterm/F-9/.cvsignore,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- .cvsignore 30 Jul 2008 16:32:43 -0000 1.30 +++ .cvsignore 6 Jan 2009 14:26:44 -0000 1.31 @@ -1,2 +1,2 @@ 16colors.txt -xterm-236.tgz +xterm-238.tgz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/xterm/F-9/sources,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- sources 30 Jul 2008 16:32:43 -0000 1.30 +++ sources 6 Jan 2009 14:26:44 -0000 1.31 @@ -1,2 +1,2 @@ 6093439b8d79089f4ff1cdfed358b401 16colors.txt -204288c9de867679fc8201f4fb153772 xterm-236.tgz +754f670723eb9a20f9f90d7c5f4a5bad xterm-238.tgz Index: xterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/xterm/F-9/xterm.spec,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- xterm.spec 30 Jul 2008 16:32:43 -0000 1.68 +++ xterm.spec 6 Jan 2009 14:26:44 -0000 1.69 @@ -1,6 +1,6 @@ Summary: Terminal emulator for the X Window System Name: xterm -Version: 236 +Version: 238 Release: 1%{?dist} URL: http://dickey.his.com/xterm License: MIT @@ -16,6 +16,7 @@ Patch1: xterm-223-resources.patch Patch2: xterm-222-can-2003-0063.patch Patch3: xterm-226-man-page_paths.patch +Patch4: xterm-238-windowfontops.patch %bcond_with trace @@ -32,6 +33,7 @@ %patch1 -p1 -b .redhat-resources %patch2 -p1 -b .can-2003-0063 %patch3 -p1 -b .man-page_paths +%patch4 -p1 -b .windowfontops %build %configure \ @@ -82,6 +84,10 @@ %{x11_app_defaults_dir}/XTerm-color %changelog +* Tue Jan 06 2009 Miroslav Lichvar 238-1 +- update to 238 (#479000, CVE-2008-2383) +- set default values of allowWindowOps and allowFontOps resources to false + * Wed Jul 30 2008 Miroslav Lichvar 236-1 - update to 236 - enable support for spawn-new-terminal action (#457130) From limb at fedoraproject.org Tue Jan 6 14:27:46 2009 From: limb at fedoraproject.org (Jon Ciesla) Date: Tue, 6 Jan 2009 14:27:46 +0000 (UTC) Subject: rpms/bacula/devel .cvsignore, 1.6, 1.7 bacula.spec, 1.20, 1.21 sources, 1.5, 1.6 Message-ID: <20090106142746.BB31870108@cvs1.fedora.phx.redhat.com> Author: limb Update of /cvs/pkgs/rpms/bacula/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20979 Modified Files: .cvsignore bacula.spec sources Log Message: New upstream. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bacula/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 22 Oct 2008 19:33:30 -0000 1.6 +++ .cvsignore 6 Jan 2009 14:27:16 -0000 1.7 @@ -1,2 +1,2 @@ -bacula-2.4.3.tar.gz -bacula-docs-2.4.3.tar.bz2 +bacula-2.4.4.tar.gz +bacula-docs-2.4.4.tar.bz2 Index: bacula.spec =================================================================== RCS file: /cvs/pkgs/rpms/bacula/devel/bacula.spec,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- bacula.spec 15 Dec 2008 21:03:12 -0000 1.20 +++ bacula.spec 6 Jan 2009 14:27:16 -0000 1.21 @@ -7,8 +7,8 @@ Summary: Cross platform network backup for Linux, Unix, Mac and Windows Name: bacula -Version: 2.4.3 -Release: 7%{?dist} +Version: 2.4.4 +Release: 8%{?dist} # See LICENSE for details License: GPLv2 with exceptions Group: System Environment/Daemons @@ -36,8 +36,8 @@ #Patch8: 2.0.3-verify.patch #Patch9: 2.0.3-tls-disconnect.patch #Patch10: bacula-web-smarty.patch -Patch11: bacula-2.4.3-orphaned-jobs.patch -Patch12: bacula-2.4.3-python26.patch +#Patch11: bacula-2.4.3-orphaned-jobs.patch +#Patch12: bacula-2.4.3-python26.patch URL: http://www.bacula.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel, atk-devel, ncurses-devel, pango-devel, perl @@ -361,8 +361,8 @@ #%patch7 -p0 #%patch8 -p0 #%patch9 -p0 -%patch11 -p0 -%patch12 -p0 +#%patch11 -p0 +#%patch12 -p0 # Remove execution permissions from files we're packaging as docs later on find examples -type f | xargs chmod -x @@ -990,6 +990,10 @@ %changelog +* Mon Jan 05 2009 Jon Ciesla Author: bpepple Update of /cvs/pkgs/rpms/python-telepathy/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21377 Modified Files: .cvsignore python-telepathy.spec sources Log Message: * Tue Jan 6 2009 Brian Pepple - 0.15.5-1 - Update to 0.15.5. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-telepathy/devel/.cvsignore,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- .cvsignore 5 Jan 2009 16:45:18 -0000 1.15 +++ .cvsignore 6 Jan 2009 14:27:59 -0000 1.16 @@ -1 +1 @@ -telepathy-python-0.15.4.tar.gz +telepathy-python-0.15.5.tar.gz Index: python-telepathy.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-telepathy/devel/python-telepathy.spec,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- python-telepathy.spec 5 Jan 2009 16:45:18 -0000 1.25 +++ python-telepathy.spec 6 Jan 2009 14:27:59 -0000 1.26 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-telepathy -Version: 0.15.4 +Version: 0.15.5 Release: 1%{?dist} Summary: Python libraries for Telepathy @@ -49,6 +49,9 @@ %changelog +* Tue Jan 6 2009 Brian Pepple - 0.15.5-1 +- Update to 0.15.5. + * Mon Jan 5 2009 Brian Pepple - 0.15.4-1 - Update to 0.15.4. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-telepathy/devel/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 5 Jan 2009 16:45:18 -0000 1.15 +++ sources 6 Jan 2009 14:27:59 -0000 1.16 @@ -1 +1 @@ -e5c7428c38359cf2db387ab1ffac2c84 telepathy-python-0.15.4.tar.gz +f732c165dd8c0f79248fd2dd123ce430 telepathy-python-0.15.5.tar.gz From mlichvar at fedoraproject.org Tue Jan 6 14:28:32 2009 From: mlichvar at fedoraproject.org (Miroslav Lichvar) Date: Tue, 6 Jan 2009 14:28:32 +0000 (UTC) Subject: rpms/xterm/F-8 xterm-238-windowfontops.patch, NONE, 1.1 .cvsignore, 1.29, 1.30 sources, 1.29, 1.30 xterm.spec, 1.67, 1.68 Message-ID: <20090106142832.34C8770108@cvs1.fedora.phx.redhat.com> Author: mlichvar Update of /cvs/pkgs/rpms/xterm/F-8 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21238 Modified Files: .cvsignore sources xterm.spec Added Files: xterm-238-windowfontops.patch Log Message: - update to 238 (#479000, CVE-2008-2383) - set default values of allowWindowOps and allowFontOps resources to false xterm-238-windowfontops.patch: --- NEW FILE xterm-238-windowfontops.patch --- diff -up xterm-238/charproc.c.windowfontops xterm-238/charproc.c --- xterm-238/charproc.c.windowfontops 2009-01-06 12:10:30.000000000 +0100 +++ xterm-238/charproc.c 2009-01-06 12:15:57.000000000 +0100 @@ -389,10 +389,10 @@ static XtActionsRec actionsList[] = { static XtResource resources[] = { Bres(XtNallowSendEvents, XtCAllowSendEvents, screen.allowSendEvent0, False), - Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, True), + Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, False), Bres(XtNallowTcapOps, XtCAllowTcapOps, screen.allowTcapOp0, True), Bres(XtNallowTitleOps, XtCAllowTitleOps, screen.allowTitleOp0, True), - Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, True), + Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, False), Bres(XtNaltIsNotMeta, XtCAltIsNotMeta, screen.alt_is_not_meta, False), Bres(XtNaltSendsEscape, XtCAltSendsEscape, screen.alt_sends_esc, False), Bres(XtNalwaysBoldMode, XtCAlwaysBoldMode, screen.always_bold_mode, False), diff -up xterm-238/xterm.man.windowfontops xterm-238/xterm.man --- xterm-238/xterm.man.windowfontops 2009-01-06 12:10:30.000000000 +0100 +++ xterm-238/xterm.man 2009-01-06 12:11:39.000000000 +0100 @@ -1448,7 +1448,7 @@ The default is ``false.'' .TP .B "allowFontOps (\fPclass\fB AllowFontOps)" Specifies whether control sequences that set/query the font should be allowed. -The default is ``true.'' +The default is ``false.'' .TP 8 .B "allowSendEvents (\fPclass\fB AllowSendEvents)" Specifies whether or not synthetic key and button events (generated using @@ -1472,7 +1472,7 @@ The default is ``true.'' .B "allowWindowOps (\fPclass\fB AllowWindowOps)" Specifies whether extended window control sequences (as used in dtterm) should be allowed. -The default is ``true.'' +The default is ``false.'' .TP 8 .B "altIsNotMeta (\fPclass\fB AltIsNotMeta\fP)" If ``true'', treat the Alt-key as if it were the Meta-key. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/xterm/F-8/.cvsignore,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- .cvsignore 30 Jul 2008 16:34:12 -0000 1.29 +++ .cvsignore 6 Jan 2009 14:28:01 -0000 1.30 @@ -1,2 +1,2 @@ 16colors.txt -xterm-236.tgz +xterm-238.tgz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/xterm/F-8/sources,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- sources 30 Jul 2008 16:34:12 -0000 1.29 +++ sources 6 Jan 2009 14:28:01 -0000 1.30 @@ -1,2 +1,2 @@ 6093439b8d79089f4ff1cdfed358b401 16colors.txt -204288c9de867679fc8201f4fb153772 xterm-236.tgz +754f670723eb9a20f9f90d7c5f4a5bad xterm-238.tgz Index: xterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/xterm/F-8/xterm.spec,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- xterm.spec 30 Jul 2008 16:34:12 -0000 1.67 +++ xterm.spec 6 Jan 2009 14:28:01 -0000 1.68 @@ -1,6 +1,6 @@ Summary: Terminal emulator for the X Window System Name: xterm -Version: 236 +Version: 238 Release: 1%{?dist} URL: http://dickey.his.com/xterm License: MIT @@ -16,6 +16,7 @@ Patch1: xterm-223-resources.patch Patch2: xterm-222-can-2003-0063.patch Patch3: xterm-226-man-page_paths.patch +Patch4: xterm-238-windowfontops.patch %bcond_with trace @@ -32,6 +33,7 @@ %patch1 -p1 -b .redhat-resources %patch2 -p1 -b .can-2003-0063 %patch3 -p1 -b .man-page_paths +%patch4 -p1 -b .windowfontops %build %configure \ @@ -82,6 +84,10 @@ %{x11_app_defaults_dir}/XTerm-color %changelog +* Tue Jan 06 2009 Miroslav Lichvar 238-1 +- update to 238 (#479000, CVE-2008-2383) +- set default values of allowWindowOps and allowFontOps resources to false + * Wed Jul 30 2008 Miroslav Lichvar 236-1 - update to 236 - enable support for spawn-new-terminal action (#457130) From kraxel at fedoraproject.org Tue Jan 6 14:29:20 2009 From: kraxel at fedoraproject.org (Gerd Hoffmann) Date: Tue, 6 Jan 2009 14:29:20 +0000 (UTC) Subject: rpms/amtterm/F-10 .cvsignore, 1.5, 1.6 amtterm.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20090106142920.2C7A270108@cvs1.fedora.phx.redhat.com> Author: kraxel Update of /cvs/pkgs/rpms/amtterm/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21698 Modified Files: .cvsignore amtterm.spec sources Log Message: update to version 1.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/amtterm/F-10/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 30 Oct 2008 10:32:40 -0000 1.5 +++ .cvsignore 6 Jan 2009 14:28:49 -0000 1.6 @@ -1 +1 @@ -amtterm-1.1.tar.gz +amtterm-1.2.tar.gz Index: amtterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/amtterm/F-10/amtterm.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- amtterm.spec 30 Oct 2008 11:55:10 -0000 1.6 +++ amtterm.spec 6 Jan 2009 14:28:49 -0000 1.7 @@ -1,7 +1,7 @@ Name: amtterm License: GPLv2+ -Version: 1.1 -Release: 3%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Serial-over-lan (sol) client for Intel AMT Group: Applications/Internet Source: %{name}-%{version}.tar.gz @@ -43,6 +43,11 @@ rm -rf %{buildroot} %changelog +* Tue Jan 06 2009 Gerd Hoffmann - 1.2-1 +- update to version 1.2 + * support special reboot commands (pxe, bios. ...). + * gamt: gui tweaks, logging support. + * Thu Oct 30 2008 Gerd Hoffmann - 1.1-3 - update to version 1.1 * handle BIOS-over-SOL. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/amtterm/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 30 Oct 2008 10:32:40 -0000 1.5 +++ sources 6 Jan 2009 14:28:49 -0000 1.6 @@ -1 +1 @@ -43900abfd7fe67f2823716764df45885 amtterm-1.1.tar.gz +74646aeab6af038bd557f344f8178adc amtterm-1.2.tar.gz From dwalsh at fedoraproject.org Tue Jan 6 14:32:17 2009 From: dwalsh at fedoraproject.org (Daniel J Walsh) Date: Tue, 6 Jan 2009 14:32:17 +0000 (UTC) Subject: rpms/libselinux/devel .cvsignore, 1.178, 1.179 libselinux-rhat.patch, 1.178, 1.179 libselinux.spec, 1.352, 1.353 sources, 1.180, 1.181 Message-ID: <20090106143217.AEE4F70108@cvs1.fedora.phx.redhat.com> Author: dwalsh Update of /cvs/extras/rpms/libselinux/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22769 Modified Files: .cvsignore libselinux-rhat.patch libselinux.spec sources Log Message: * Tue Jan 6 2009 Dan Walsh - 2.0.77-1 - Update to upstream Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libselinux/devel/.cvsignore,v retrieving revision 1.178 retrieving revision 1.179 diff -u -r1.178 -r1.179 --- .cvsignore 21 Nov 2008 21:06:11 -0000 1.178 +++ .cvsignore 6 Jan 2009 14:31:46 -0000 1.179 @@ -160,3 +160,4 @@ libselinux-2.0.74.tgz libselinux-2.0.75.tgz libselinux-2.0.76.tgz +libselinux-2.0.77.tgz libselinux-rhat.patch: Index: libselinux-rhat.patch =================================================================== RCS file: /cvs/extras/rpms/libselinux/devel/libselinux-rhat.patch,v retrieving revision 1.178 retrieving revision 1.179 diff -u -r1.178 -r1.179 --- libselinux-rhat.patch 19 Dec 2008 20:17:53 -0000 1.178 +++ libselinux-rhat.patch 6 Jan 2009 14:31:46 -0000 1.179 @@ -3078,6 +3078,47 @@ - return 0; + return ret >= 0; } +diff --exclude-from=exclude -N -u -r nsalibselinux/utils/Makefile libselinux-2.0.76/utils/Makefile +--- nsalibselinux/utils/Makefile 2008-08-28 09:34:24.000000000 -0400 ++++ libselinux-2.0.76/utils/Makefile 2008-12-19 15:55:54.000000000 -0500 +@@ -2,28 +2,33 @@ + PREFIX ?= $(DESTDIR)/usr + LIBDIR ?= $(PREFIX)/lib + BINDIR ?= $(PREFIX)/sbin ++_BINDIR ?= $(DESTDIR)/sbin + + CFLAGS ?= -Wall + override CFLAGS += -I../include -D_GNU_SOURCE $(EMFLAGS) + LDLIBS += -L../src -lselinux -L$(LIBDIR) + + TARGETS=$(patsubst %.c,%,$(wildcard *.c)) ++ ++ + ifeq ($(DISABLE_AVC),y) + UNUSED_TARGETS+=compute_av compute_create compute_member compute_relabel + endif + ifeq ($(DISABLE_BOOL),y) + UNUSED_TARGETS+=getsebool togglesebool + endif +-TARGETS:= $(filter-out $(UNUSED_TARGETS), $(TARGETS)) ++TARGETS:= $(filter-out $(UNUSED_TARGETS) matchpathcon, $(TARGETS)) + +-all: $(TARGETS) ++all: $(TARGETS) matchpathcon + + install: all + -mkdir -p $(BINDIR) + install -m 755 $(TARGETS) $(BINDIR) +- ++ -mkdir -p $(_BINDIR) ++ install -m 755 matchpathcon $(_BINDIR) ++ (cd $(BINDIR); ln -fs ../../sbin/matchpathcon) + clean: +- rm -f $(TARGETS) *.o ++ rm -f $(TARGETS) *.o *~ + + indent: + ../../scripts/Lindent $(wildcard *.[ch]) diff --exclude-from=exclude -N -u -r nsalibselinux/utils/matchpathcon.c libselinux-2.0.76/utils/matchpathcon.c --- nsalibselinux/utils/matchpathcon.c 2008-10-28 10:06:51.000000000 -0400 +++ libselinux-2.0.76/utils/matchpathcon.c 2008-12-19 15:14:20.000000000 -0500 Index: libselinux.spec =================================================================== RCS file: /cvs/extras/rpms/libselinux/devel/libselinux.spec,v retrieving revision 1.352 retrieving revision 1.353 diff -u -r1.352 -r1.353 --- libselinux.spec 19 Dec 2008 20:17:53 -0000 1.352 +++ libselinux.spec 6 Jan 2009 14:31:47 -0000 1.353 @@ -4,8 +4,8 @@ Summary: SELinux library and simple utilities Name: libselinux -Version: 2.0.76 -Release: 6%{?dist} +Version: 2.0.77 +Release: 1%{?dist} License: Public Domain Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -127,6 +127,7 @@ %defattr(-,root,root,-) /%{_lib}/libselinux.so.* /var/run/setrans +/sbin/matchpathcon %files utils %defattr(-,root,root,-) @@ -163,10 +164,13 @@ %{ruby_sitearch}/selinux.so %changelog +* Tue Jan 6 2009 Dan Walsh - 2.0.77-1 +- Update to upstream + * Tue Dec 16 2008 Dan Walsh - 2.0.76-6 - Strip trailing / for matchpathcon -* Tue Dec 16 2008 Dan Walsh - 2.0.76-5 +* Tue Dec 16 2008 Dan Walsh l - 2.0.76-5 - Fix segfault if seusers file does not work * Fri Dec 12 2008 Dan Walsh - 2.0.76-4 Index: sources =================================================================== RCS file: /cvs/extras/rpms/libselinux/devel/sources,v retrieving revision 1.180 retrieving revision 1.181 diff -u -r1.180 -r1.181 --- sources 21 Nov 2008 21:06:11 -0000 1.180 +++ sources 6 Jan 2009 14:31:47 -0000 1.181 @@ -1 +1 @@ -6829e79d3103683961d82c419bdb4e86 libselinux-2.0.76.tgz +f0660b8d415b25e39d20f31717d48f2c libselinux-2.0.77.tgz From limb at fedoraproject.org Tue Jan 6 14:34:03 2009 From: limb at fedoraproject.org (Jon Ciesla) Date: Tue, 6 Jan 2009 14:34:03 +0000 (UTC) Subject: rpms/bacula/devel bacula.spec,1.21,1.22 Message-ID: <20090106143403.37FED70108@cvs1.fedora.phx.redhat.com> Author: limb Update of /cvs/pkgs/rpms/bacula/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23790 Modified Files: bacula.spec Log Message: Oops. Index: bacula.spec =================================================================== RCS file: /cvs/pkgs/rpms/bacula/devel/bacula.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- bacula.spec 6 Jan 2009 14:27:16 -0000 1.21 +++ bacula.spec 6 Jan 2009 14:33:32 -0000 1.22 @@ -8,7 +8,7 @@ Summary: Cross platform network backup for Linux, Unix, Mac and Windows Name: bacula Version: 2.4.4 -Release: 8%{?dist} +Release: 1%{?dist} # See LICENSE for details License: GPLv2 with exceptions Group: System Environment/Daemons From buc at fedoraproject.org Tue Jan 6 14:36:21 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Tue, 6 Jan 2009 14:36:21 +0000 (UTC) Subject: rpms/newscache/devel socket++-1.12.12-autotools.patch,1.4,1.5 Message-ID: <20090106143621.7CE9C70108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24636 Modified Files: socket++-1.12.12-autotools.patch Log Message: socket++-1.12.12-autotools.patch: Index: socket++-1.12.12-autotools.patch =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/socket++-1.12.12-autotools.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- socket++-1.12.12-autotools.patch 6 Jan 2009 14:25:05 -0000 1.4 +++ socket++-1.12.12-autotools.patch 6 Jan 2009 14:36:21 -0000 1.5 @@ -1,6 +1,6 @@ diff -Nrbu socket++-1.12.12/Makefile.am socket++-1.12.12-OK/Makefile.am --- socket++-1.12.12/Makefile.am 2002-11-25 15:31:56.000000000 +0300 -+++ socket++-1.12.12-OK/Makefile.am 2009-01-06 17:22:05.000000000 +0300 ++++ socket++-1.12.12-OK/Makefile.am 2009-01-06 17:35:03.000000000 +0300 @@ -1,2 +1,4 @@ SUBDIRS = socket++ doc @@ -8,14 +8,14 @@ + diff -Nrbu socket++-1.12.12/configure.in socket++-1.12.12-OK/configure.in --- socket++-1.12.12/configure.in 2004-09-30 17:00:14.000000000 +0400 -+++ socket++-1.12.12-OK/configure.in 2009-01-06 17:24:04.000000000 +0300 -@@ -28,6 +28,9 @@ - dnl Specify a configuration file - AM_CONFIG_HEADER(socket++/config.h) ++++ socket++-1.12.12-OK/configure.in 2009-01-06 17:35:34.000000000 +0300 +@@ -22,6 +22,9 @@ + VERSION=$SOCKET_VERSION + PACKAGE=socket +AC_CONFIG_AUX_DIR([autotools]) +AC_CONFIG_MACRO_DIR([m4]) + - dnl check for programs - AC_PROG_MAKE_SET - AC_LANG_CPLUSPLUS + dnl Inititalize automake stuff + AM_INIT_AUTOMAKE(socket++,$SOCKET_VERSION) + From pkgdb at fedoraproject.org Tue Jan 6 14:44:28 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 14:44:28 +0000 Subject: [pkgdb] postr ownership updated Message-ID: <20090106144428.BBF502082B3@bastion.fedora.phx.redhat.com> Package postr in Fedora 9 is now owned by timlau To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/postr From pkgdb at fedoraproject.org Tue Jan 6 14:45:05 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 14:45:05 +0000 Subject: [pkgdb] postr: timlau has requested watchcommits Message-ID: <20090106144506.35AFE208D2B@bastion.fedora.phx.redhat.com> timlau has requested the watchcommits acl on postr (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/postr From pkgdb at fedoraproject.org Tue Jan 6 14:45:06 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 14:45:06 +0000 Subject: [pkgdb] postr: timlau has requested watchbugzilla Message-ID: <20090106144506.8B9BF208D51@bastion.fedora.phx.redhat.com> timlau has requested the watchbugzilla acl on postr (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/postr From pkgdb at fedoraproject.org Tue Jan 6 14:45:07 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 14:45:07 +0000 Subject: [pkgdb] postr: timlau has requested commit Message-ID: <20090106144507.3C220208D55@bastion.fedora.phx.redhat.com> timlau has requested the commit acl on postr (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/postr From pkgdb at fedoraproject.org Tue Jan 6 14:45:08 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 14:45:08 +0000 Subject: [pkgdb] postr: timlau has requested approveacls Message-ID: <20090106144509.3AC55208D52@bastion.fedora.phx.redhat.com> timlau has requested the approveacls acl on postr (Fedora 9) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/postr From dwalsh at fedoraproject.org Tue Jan 6 14:46:52 2009 From: dwalsh at fedoraproject.org (Daniel J Walsh) Date: Tue, 6 Jan 2009 14:46:52 +0000 (UTC) Subject: rpms/selinux-policy/devel policy-20090105.patch, 1.2, 1.3 selinux-policy.spec, 1.762, 1.763 Message-ID: <20090106144652.659B17013F@cvs1.fedora.phx.redhat.com> Author: dwalsh Update of /cvs/extras/rpms/selinux-policy/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28002 Modified Files: policy-20090105.patch selinux-policy.spec Log Message: * Tue Jan 6 2009 Dan Walsh 3.6.2-2 - Remove audio_entropy policy policy-20090105.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.2 -r 1.3 policy-20090105.patch Index: policy-20090105.patch =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/devel/policy-20090105.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- policy-20090105.patch 5 Jan 2009 22:51:01 -0000 1.2 +++ policy-20090105.patch 6 Jan 2009 14:46:21 -0000 1.3 @@ -1,6 +1,6 @@ diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/default_contexts serefpolicy-3.6.2/config/appconfig-mcs/default_contexts --- nsaserefpolicy/config/appconfig-mcs/default_contexts 2008-11-11 16:13:50.000000000 -0500 -+++ serefpolicy-3.6.2/config/appconfig-mcs/default_contexts 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mcs/default_contexts 2009-01-05 17:54:58.000000000 -0500 @@ -1,15 +1,6 @@ -system_r:crond_t:s0 user_r:cronjob_t:s0 staff_r:cronjob_t:s0 sysadm_r:cronjob_t:s0 system_r:cronjob_t:s0 unconfined_r:unconfined_cronjob_t:s0 -system_r:local_login_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 unconfined_r:unconfined_t:s0 @@ -24,13 +24,13 @@ +system_r:xdm_t:s0 user_r:user_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/failsafe_context serefpolicy-3.6.2/config/appconfig-mcs/failsafe_context --- nsaserefpolicy/config/appconfig-mcs/failsafe_context 2008-08-07 11:15:14.000000000 -0400 -+++ serefpolicy-3.6.2/config/appconfig-mcs/failsafe_context 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mcs/failsafe_context 2009-01-05 17:54:58.000000000 -0500 @@ -1 +1 @@ -sysadm_r:sysadm_t:s0 +system_r:unconfined_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/guest_u_default_contexts serefpolicy-3.6.2/config/appconfig-mcs/guest_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/guest_u_default_contexts 1969-12-31 19:00:00.000000000 -0500 -+++ serefpolicy-3.6.2/config/appconfig-mcs/guest_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mcs/guest_u_default_contexts 2009-01-05 17:54:58.000000000 -0500 @@ -0,0 +1,6 @@ +system_r:local_login_t:s0 guest_r:guest_t:s0 +system_r:remote_login_t:s0 guest_r:guest_t:s0 @@ -40,7 +40,7 @@ +guest_r:guest_t:s0 guest_r:guest_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/root_default_contexts serefpolicy-3.6.2/config/appconfig-mcs/root_default_contexts --- nsaserefpolicy/config/appconfig-mcs/root_default_contexts 2008-11-11 16:13:50.000000000 -0500 -+++ serefpolicy-3.6.2/config/appconfig-mcs/root_default_contexts 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mcs/root_default_contexts 2009-01-05 17:54:58.000000000 -0500 @@ -1,11 +1,7 @@ -system_r:crond_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:cronjob_t:s0 staff_r:cronjob_t:s0 user_r:cronjob_t:s0 +system_r:crond_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 @@ -57,7 +57,7 @@ +system_r:sshd_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/seusers serefpolicy-3.6.2/config/appconfig-mcs/seusers --- nsaserefpolicy/config/appconfig-mcs/seusers 2008-08-07 11:15:14.000000000 -0400 -+++ serefpolicy-3.6.2/config/appconfig-mcs/seusers 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mcs/seusers 2009-01-05 17:54:58.000000000 -0500 @@ -1,3 +1,3 @@ system_u:system_u:s0-mcs_systemhigh -root:root:s0-mcs_systemhigh @@ -66,7 +66,7 @@ +__default__:unconfined_u:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/staff_u_default_contexts serefpolicy-3.6.2/config/appconfig-mcs/staff_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/staff_u_default_contexts 2008-11-11 16:13:50.000000000 -0500 -+++ serefpolicy-3.6.2/config/appconfig-mcs/staff_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mcs/staff_u_default_contexts 2009-01-05 17:54:58.000000000 -0500 @@ -1,10 +1,12 @@ system_r:local_login_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 system_r:remote_login_t:s0 staff_r:staff_t:s0 @@ -83,7 +83,7 @@ diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/unconfined_u_default_contexts serefpolicy-3.6.2/config/appconfig-mcs/unconfined_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/unconfined_u_default_contexts 2008-11-11 16:13:50.000000000 -0500 -+++ serefpolicy-3.6.2/config/appconfig-mcs/unconfined_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mcs/unconfined_u_default_contexts 2009-01-05 17:54:58.000000000 -0500 @@ -1,4 +1,4 @@ -system_r:crond_t:s0 unconfined_r:unconfined_t:s0 unconfined_r:unconfined_cronjob_t:s0 +system_r:crond_t:s0 unconfined_r:unconfined_t:s0 @@ -99,13 +99,13 @@ system_r:xdm_t:s0 unconfined_r:unconfined_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/userhelper_context serefpolicy-3.6.2/config/appconfig-mcs/userhelper_context --- nsaserefpolicy/config/appconfig-mcs/userhelper_context 2008-08-07 11:15:14.000000000 -0400 -+++ serefpolicy-3.6.2/config/appconfig-mcs/userhelper_context 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mcs/userhelper_context 2009-01-05 17:54:58.000000000 -0500 @@ -1 +1 @@ -system_u:sysadm_r:sysadm_t:s0 +system_u:system_r:unconfined_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/user_u_default_contexts serefpolicy-3.6.2/config/appconfig-mcs/user_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/user_u_default_contexts 2008-11-11 16:13:50.000000000 -0500 -+++ serefpolicy-3.6.2/config/appconfig-mcs/user_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mcs/user_u_default_contexts 2009-01-05 17:54:58.000000000 -0500 @@ -1,8 +1,9 @@ system_r:local_login_t:s0 user_r:user_t:s0 system_r:remote_login_t:s0 user_r:user_t:s0 @@ -120,7 +120,7 @@ +user_r:user_t:s0 user_r:user_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mcs/xguest_u_default_contexts serefpolicy-3.6.2/config/appconfig-mcs/xguest_u_default_contexts --- nsaserefpolicy/config/appconfig-mcs/xguest_u_default_contexts 1969-12-31 19:00:00.000000000 -0500 -+++ serefpolicy-3.6.2/config/appconfig-mcs/xguest_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mcs/xguest_u_default_contexts 2009-01-05 17:54:58.000000000 -0500 @@ -0,0 +1,7 @@ +system_r:local_login_t xguest_r:xguest_t:s0 +system_r:remote_login_t xguest_r:xguest_t:s0 @@ -131,7 +131,7 @@ +xguest_r:xguest_t:s0 xguest_r:xguest_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mls/default_contexts serefpolicy-3.6.2/config/appconfig-mls/default_contexts --- nsaserefpolicy/config/appconfig-mls/default_contexts 2008-11-11 16:13:50.000000000 -0500 -+++ serefpolicy-3.6.2/config/appconfig-mls/default_contexts 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mls/default_contexts 2009-01-05 17:54:58.000000000 -0500 @@ -1,15 +1,6 @@ -system_r:crond_t:s0 user_r:cronjob_t:s0 staff_r:cronjob_t:s0 sysadm_r:cronjob_t:s0 system_r:cronjob_t:s0 unconfined_r:unconfined_cronjob_t:s0 -system_r:local_login_t:s0 user_r:user_t:s0 staff_r:staff_t:s0 sysadm_r:sysadm_t:s0 unconfined_r:unconfined_t:s0 @@ -155,7 +155,7 @@ +system_r:xdm_t:s0 user_r:user_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mls/guest_u_default_contexts serefpolicy-3.6.2/config/appconfig-mls/guest_u_default_contexts --- nsaserefpolicy/config/appconfig-mls/guest_u_default_contexts 1969-12-31 19:00:00.000000000 -0500 -+++ serefpolicy-3.6.2/config/appconfig-mls/guest_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mls/guest_u_default_contexts 2009-01-05 17:54:58.000000000 -0500 @@ -0,0 +1,4 @@ +system_r:local_login_t:s0 guest_r:guest_t:s0 +system_r:remote_login_t:s0 guest_r:guest_t:s0 @@ -163,7 +163,7 @@ +system_r:crond_t:s0 guest_r:guest_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mls/root_default_contexts serefpolicy-3.6.2/config/appconfig-mls/root_default_contexts --- nsaserefpolicy/config/appconfig-mls/root_default_contexts 2008-11-11 16:13:50.000000000 -0500 -+++ serefpolicy-3.6.2/config/appconfig-mls/root_default_contexts 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mls/root_default_contexts 2009-01-05 17:54:58.000000000 -0500 @@ -1,11 +1,11 @@ -system_r:crond_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:cronjob_t:s0 staff_r:cronjob_t:s0 user_r:cronjob_t:s0 -system_r:local_login_t:s0 unconfined_r:unconfined_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 user_r:user_t:s0 @@ -184,7 +184,7 @@ +#system_r:sshd_t:s0 sysadm_r:sysadm_t:s0 staff_r:staff_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/config/appconfig-mls/xguest_u_default_contexts serefpolicy-3.6.2/config/appconfig-mls/xguest_u_default_contexts --- nsaserefpolicy/config/appconfig-mls/xguest_u_default_contexts 1969-12-31 19:00:00.000000000 -0500 -+++ serefpolicy-3.6.2/config/appconfig-mls/xguest_u_default_contexts 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/config/appconfig-mls/xguest_u_default_contexts 2009-01-05 17:54:58.000000000 -0500 @@ -0,0 +1,7 @@ +system_r:local_login_t xguest_r:xguest_t:s0 +system_r:remote_login_t xguest_r:xguest_t:s0 @@ -195,7 +195,7 @@ +xguest_r:xguest_t:s0 xguest_r:xguest_t:s0 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/Makefile serefpolicy-3.6.2/Makefile --- nsaserefpolicy/Makefile 2008-11-11 16:13:50.000000000 -0500 -+++ serefpolicy-3.6.2/Makefile 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/Makefile 2009-01-05 17:54:58.000000000 -0500 @@ -315,20 +315,22 @@ # parse-rolemap modulename,outputfile @@ -242,7 +242,7 @@ $(verbose) $(INSTALL) -m 644 $< $@ diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/man/man8/httpd_selinux.8 serefpolicy-3.6.2/man/man8/httpd_selinux.8 --- nsaserefpolicy/man/man8/httpd_selinux.8 2008-08-25 09:12:31.000000000 -0400 -+++ serefpolicy-3.6.2/man/man8/httpd_selinux.8 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/man/man8/httpd_selinux.8 2009-01-05 17:54:58.000000000 -0500 @@ -41,7 +41,7 @@ - Set cgi scripts with httpd_unconfined_script_exec_t to allow them to run without any SELinux protection. This should only be used for a very complex httpd scripts, after exhausting all other options. It is better to use this script rather than turning off SELinux protection for httpd. @@ -263,7 +263,7 @@ setsebool -P httpd_tty_comm 1 diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/man/man8/kerberos_selinux.8 serefpolicy-3.6.2/man/man8/kerberos_selinux.8 --- nsaserefpolicy/man/man8/kerberos_selinux.8 2008-08-07 11:15:14.000000000 -0400 -+++ serefpolicy-3.6.2/man/man8/kerberos_selinux.8 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/man/man8/kerberos_selinux.8 2009-01-05 17:54:58.000000000 -0500 @@ -12,7 +12,7 @@ .SH "DESCRIPTION" @@ -275,7 +275,7 @@ You must set the allow_kerberos boolean to allow your system to work properly in a Kerberos environment. diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/man/man8/nfs_selinux.8 serefpolicy-3.6.2/man/man8/nfs_selinux.8 --- nsaserefpolicy/man/man8/nfs_selinux.8 2008-08-07 11:15:14.000000000 -0400 -+++ serefpolicy-3.6.2/man/man8/nfs_selinux.8 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/man/man8/nfs_selinux.8 2009-01-05 17:54:58.000000000 -0500 @@ -26,5 +26,5 @@ .SH AUTHOR This manual page was written by Dan Walsh . @@ -285,7 +285,7 @@ selinux(8), chcon(1), setsebool(8) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/man/man8/samba_selinux.8 serefpolicy-3.6.2/man/man8/samba_selinux.8 --- nsaserefpolicy/man/man8/samba_selinux.8 2008-08-07 11:15:14.000000000 -0400 -+++ serefpolicy-3.6.2/man/man8/samba_selinux.8 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/man/man8/samba_selinux.8 2009-01-05 17:54:58.000000000 -0500 @@ -14,11 +14,17 @@ .TP chcon -t samba_share_t /var/eng @@ -308,8 +308,8 @@ .SH SHARING FILES If you want to share files with multiple domains (Apache, FTP, rsync, Samba), you can set a file context of public_content_t and public_content_rw_t. These context allow any of the above domains to read the content. If you want a particular domain to write to the public_content_rw_t domain, you must set the appropriate boolean. allow_DOMAIN_anon_write. So for samba you would execute: diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/flask/access_vectors serefpolicy-3.6.2/policy/flask/access_vectors ---- nsaserefpolicy/policy/flask/access_vectors 2008-08-07 11:15:00.000000000 -0400 -+++ serefpolicy-3.6.2/policy/flask/access_vectors 2009-01-05 17:10:36.000000000 -0500 +--- nsaserefpolicy/policy/flask/access_vectors 2009-01-05 17:53:53.000000000 -0500 ++++ serefpolicy-3.6.2/policy/flask/access_vectors 2009-01-05 17:54:58.000000000 -0500 @@ -616,6 +616,7 @@ nlmsg_write nlmsg_relay @@ -320,7 +320,7 @@ class netlink_ip6fw_socket diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/global_tunables serefpolicy-3.6.2/policy/global_tunables --- nsaserefpolicy/policy/global_tunables 2008-11-11 16:13:50.000000000 -0500 -+++ serefpolicy-3.6.2/policy/global_tunables 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/global_tunables 2009-01-05 17:54:58.000000000 -0500 @@ -61,15 +61,6 @@ ## @@ -352,7 +352,7 @@ + diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/admin/anaconda.te serefpolicy-3.6.2/policy/modules/admin/anaconda.te --- nsaserefpolicy/policy/modules/admin/anaconda.te 2009-01-05 15:39:44.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/admin/anaconda.te 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/admin/anaconda.te 2009-01-05 17:54:58.000000000 -0500 [...2669 lines suppressed...] /etc/selinux(/.*)? gen_context(system_u:object_r:selinux_config_t,s0) /etc/selinux/([^/]*/)?contexts(/.*)? gen_context(system_u:object_r:default_context_t,s0) @@ -23971,7 +23971,7 @@ +/etc/share/selinux/mls(/.*)? gen_context(system_u:object_r:semanage_store_t,s0) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/selinuxutil.if serefpolicy-3.6.2/policy/modules/system/selinuxutil.if --- nsaserefpolicy/policy/modules/system/selinuxutil.if 2009-01-05 15:39:43.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/selinuxutil.if 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/selinuxutil.if 2009-01-05 17:54:59.000000000 -0500 @@ -535,6 +535,53 @@ ######################################## @@ -24362,7 +24362,7 @@ +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/selinuxutil.te serefpolicy-3.6.2/policy/modules/system/selinuxutil.te --- nsaserefpolicy/policy/modules/system/selinuxutil.te 2009-01-05 15:39:43.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/selinuxutil.te 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/selinuxutil.te 2009-01-05 17:54:59.000000000 -0500 @@ -23,6 +23,9 @@ type selinux_config_t; files_type(selinux_config_t) @@ -24721,7 +24721,7 @@ ') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/setrans.if serefpolicy-3.6.2/policy/modules/system/setrans.if --- nsaserefpolicy/policy/modules/system/setrans.if 2008-08-07 11:15:12.000000000 -0400 -+++ serefpolicy-3.6.2/policy/modules/system/setrans.if 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/setrans.if 2009-01-05 17:54:59.000000000 -0500 @@ -21,3 +21,23 @@ stream_connect_pattern($1,setrans_var_run_t,setrans_var_run_t,setrans_t) files_list_pids($1) @@ -24748,7 +24748,7 @@ + diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/sysnetwork.fc serefpolicy-3.6.2/policy/modules/system/sysnetwork.fc --- nsaserefpolicy/policy/modules/system/sysnetwork.fc 2008-08-07 11:15:12.000000000 -0400 -+++ serefpolicy-3.6.2/policy/modules/system/sysnetwork.fc 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/sysnetwork.fc 2009-01-05 17:54:59.000000000 -0500 @@ -11,6 +11,7 @@ /etc/dhclient-script -- gen_context(system_u:object_r:dhcp_etc_t,s0) /etc/dhcpc.* gen_context(system_u:object_r:dhcp_etc_t,s0) @@ -24773,7 +24773,7 @@ +/etc/firestarter/firestarter\.sh gen_context(system_u:object_r:dhcpc_helper_exec_t,s0) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/sysnetwork.if serefpolicy-3.6.2/policy/modules/system/sysnetwork.if --- nsaserefpolicy/policy/modules/system/sysnetwork.if 2009-01-05 15:39:43.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/sysnetwork.if 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/sysnetwork.if 2009-01-05 17:54:59.000000000 -0500 @@ -192,7 +192,25 @@ type dhcpc_state_t; ') @@ -24885,7 +24885,7 @@ +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/sysnetwork.te serefpolicy-3.6.2/policy/modules/system/sysnetwork.te --- nsaserefpolicy/policy/modules/system/sysnetwork.te 2009-01-05 15:39:43.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/sysnetwork.te 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/sysnetwork.te 2009-01-05 17:54:59.000000000 -0500 @@ -20,6 +20,9 @@ init_daemon_domain(dhcpc_t,dhcpc_exec_t) role system_r types dhcpc_t; @@ -25062,7 +25062,7 @@ xen_append_log(ifconfig_t) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/udev.fc serefpolicy-3.6.2/policy/modules/system/udev.fc --- nsaserefpolicy/policy/modules/system/udev.fc 2009-01-05 15:39:43.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/udev.fc 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/udev.fc 2009-01-05 17:54:59.000000000 -0500 @@ -17,3 +17,5 @@ /sbin/wait_for_sysfs -- gen_context(system_u:object_r:udev_exec_t,s0) @@ -25071,7 +25071,7 @@ +/var/run/PackageKit/udev(/.*)? gen_context(system_u:object_r:udev_var_run_t,s0) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/udev.if serefpolicy-3.6.2/policy/modules/system/udev.if --- nsaserefpolicy/policy/modules/system/udev.if 2008-08-07 11:15:12.000000000 -0400 -+++ serefpolicy-3.6.2/policy/modules/system/udev.if 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/udev.if 2009-01-05 17:54:59.000000000 -0500 @@ -96,6 +96,24 @@ ######################################## @@ -25127,7 +25127,7 @@ ') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/udev.te serefpolicy-3.6.2/policy/modules/system/udev.te --- nsaserefpolicy/policy/modules/system/udev.te 2009-01-05 15:39:43.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/udev.te 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/udev.te 2009-01-05 17:54:59.000000000 -0500 @@ -83,6 +83,7 @@ kernel_rw_unix_dgram_sockets(udev_t) kernel_dgram_send(udev_t) @@ -25186,7 +25186,7 @@ ') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/unconfined.fc serefpolicy-3.6.2/policy/modules/system/unconfined.fc --- nsaserefpolicy/policy/modules/system/unconfined.fc 2008-09-11 16:42:49.000000000 -0400 -+++ serefpolicy-3.6.2/policy/modules/system/unconfined.fc 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/unconfined.fc 2009-01-05 17:54:59.000000000 -0500 @@ -2,15 +2,29 @@ # e.g.: # /usr/local/bin/appsrv -- gen_context(system_u:object_r:unconfined_exec_t,s0) @@ -25228,7 +25228,7 @@ +/usr/bin/gcl -- gen_context(system_u:object_r:execmem_exec_t,s0) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/unconfined.if serefpolicy-3.6.2/policy/modules/system/unconfined.if --- nsaserefpolicy/policy/modules/system/unconfined.if 2008-11-11 16:13:48.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/unconfined.if 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/unconfined.if 2009-01-05 17:54:59.000000000 -0500 @@ -12,14 +12,13 @@ # interface(`unconfined_domain_noaudit',` @@ -25464,7 +25464,7 @@ +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/unconfined.te serefpolicy-3.6.2/policy/modules/system/unconfined.te --- nsaserefpolicy/policy/modules/system/unconfined.te 2008-11-11 16:13:48.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/unconfined.te 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/unconfined.te 2009-01-05 17:54:59.000000000 -0500 @@ -6,35 +6,76 @@ # Declarations # @@ -25797,7 +25797,7 @@ +gen_user(unconfined_u, user, unconfined_r system_r, s0, s0 - mls_systemhigh, mcs_allcats) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdomain.fc serefpolicy-3.6.2/policy/modules/system/userdomain.fc --- nsaserefpolicy/policy/modules/system/userdomain.fc 2008-11-11 16:13:48.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/userdomain.fc 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/userdomain.fc 2009-01-05 17:54:59.000000000 -0500 @@ -1,4 +1,7 @@ HOME_DIR -d gen_context(system_u:object_r:user_home_dir_t,s0-mls_systemhigh) +HOME_DIR -l gen_context(system_u:object_r:user_home_dir_t,s0-mls_systemhigh) @@ -25809,7 +25809,7 @@ +/dev/shm/mono.* gen_context(system_u:object_r:user_tmpfs_t,s0) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdomain.if serefpolicy-3.6.2/policy/modules/system/userdomain.if --- nsaserefpolicy/policy/modules/system/userdomain.if 2009-01-05 15:39:43.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/userdomain.if 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/userdomain.if 2009-01-05 17:54:59.000000000 -0500 @@ -30,8 +30,9 @@ ') @@ -27439,7 +27439,7 @@ +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/userdomain.te serefpolicy-3.6.2/policy/modules/system/userdomain.te --- nsaserefpolicy/policy/modules/system/userdomain.te 2009-01-05 15:39:43.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/userdomain.te 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/userdomain.te 2009-01-05 17:54:59.000000000 -0500 @@ -8,13 +8,6 @@ ## @@ -27503,7 +27503,7 @@ +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/xen.fc serefpolicy-3.6.2/policy/modules/system/xen.fc --- nsaserefpolicy/policy/modules/system/xen.fc 2009-01-05 15:39:43.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/xen.fc 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/xen.fc 2009-01-05 17:54:59.000000000 -0500 @@ -2,17 +2,10 @@ /usr/bin/virsh -- gen_context(system_u:object_r:xm_exec_t,s0) @@ -27532,7 +27532,7 @@ diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/xen.if serefpolicy-3.6.2/policy/modules/system/xen.if --- nsaserefpolicy/policy/modules/system/xen.if 2009-01-05 15:39:43.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/xen.if 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/xen.if 2009-01-05 17:54:59.000000000 -0500 @@ -167,11 +167,14 @@ # interface(`xen_stream_connect',` @@ -27576,7 +27576,7 @@ +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/modules/system/xen.te serefpolicy-3.6.2/policy/modules/system/xen.te --- nsaserefpolicy/policy/modules/system/xen.te 2009-01-05 15:39:43.000000000 -0500 -+++ serefpolicy-3.6.2/policy/modules/system/xen.te 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/modules/system/xen.te 2009-01-05 17:54:59.000000000 -0500 @@ -1,11 +1,18 @@ -policy_module(xen, 1.8.0) @@ -27806,7 +27806,7 @@ +') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/support/obj_perm_sets.spt serefpolicy-3.6.2/policy/support/obj_perm_sets.spt --- nsaserefpolicy/policy/support/obj_perm_sets.spt 2008-10-16 17:21:16.000000000 -0400 -+++ serefpolicy-3.6.2/policy/support/obj_perm_sets.spt 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/support/obj_perm_sets.spt 2009-01-05 17:54:59.000000000 -0500 @@ -179,20 +179,20 @@ # # Directory (dir) @@ -27853,7 +27853,7 @@ +define(`manage_key_perms', `{ create link read search setattr view write } ') diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/policy/users serefpolicy-3.6.2/policy/users --- nsaserefpolicy/policy/users 2008-08-07 11:15:13.000000000 -0400 -+++ serefpolicy-3.6.2/policy/users 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/policy/users 2009-01-05 17:54:59.000000000 -0500 @@ -25,11 +25,8 @@ # permit any access to such users, then remove this entry. # @@ -27880,7 +27880,7 @@ +gen_user(root, user, unconfined_r sysadm_r staff_r ifdef(`enable_mls',`secadm_r auditadm_r') system_r, s0, s0 - mls_systemhigh, mcs_allcats) diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/Rules.modular serefpolicy-3.6.2/Rules.modular --- nsaserefpolicy/Rules.modular 2008-11-11 16:13:50.000000000 -0500 -+++ serefpolicy-3.6.2/Rules.modular 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/Rules.modular 2009-01-05 17:54:59.000000000 -0500 @@ -73,8 +73,8 @@ $(tmpdir)/%.mod: $(m4support) $(tmpdir)/generated_definitions.conf $(tmpdir)/all_interfaces.conf %.te @echo "Compliling $(NAME) $(@F) module" @@ -27912,7 +27912,7 @@ $(tmpdir)/all_te_files.conf: $(m4support) $(tmpdir)/generated_definitions.conf $(tmpdir)/all_interfaces.conf $(base_te_files) $(tmpdir)/rolemap.conf diff -b -B --ignore-all-space --exclude-from=exclude -N -u -r nsaserefpolicy/support/Makefile.devel serefpolicy-3.6.2/support/Makefile.devel --- nsaserefpolicy/support/Makefile.devel 2008-11-11 16:13:50.000000000 -0500 -+++ serefpolicy-3.6.2/support/Makefile.devel 2009-01-05 17:10:36.000000000 -0500 ++++ serefpolicy-3.6.2/support/Makefile.devel 2009-01-05 17:54:59.000000000 -0500 @@ -185,8 +185,7 @@ tmp/%.mod: $(m4support) tmp/all_interfaces.conf %.te @$(EINFO) "Compiling $(NAME) $(basename $(@F)) module" Index: selinux-policy.spec =================================================================== RCS file: /cvs/extras/rpms/selinux-policy/devel/selinux-policy.spec,v retrieving revision 1.762 retrieving revision 1.763 diff -u -r1.762 -r1.763 --- selinux-policy.spec 5 Jan 2009 22:14:11 -0000 1.762 +++ selinux-policy.spec 6 Jan 2009 14:46:21 -0000 1.763 @@ -15,12 +15,12 @@ %endif %define POLICYVER 23 %define libsepolver 2.0.20-1 -%define POLICYCOREUTILSVER 2.0.57-12 +%define POLICYCOREUTILSVER 2.0.60-7 %define CHECKPOLICYVER 2.0.16-3 Summary: SELinux policy configuration Name: selinux-policy Version: 3.6.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Base Source: serefpolicy-%{version}.tgz @@ -318,8 +318,7 @@ #__eof restorecon -R /root /var/log /var/run 2> /dev/null else -semodule -s targeted -r moilscanner 2>/dev/null -semodule -s targeted -r gamin 2>/dev/null +semodule -n -s targeted -r moilscanner -r gamin -r audio_entropy -r iscsid 2>/dev/null %loadpolicy targeted %relabel targeted fi @@ -446,6 +445,9 @@ %endif %changelog +* Tue Jan 6 2009 Dan Walsh 3.6.2-2 +- Remove audio_entropy policy + * Mon Jan 5 2009 Dan Walsh 3.6.2-1 - Update to upstream From ajax at fedoraproject.org Tue Jan 6 14:47:20 2009 From: ajax at fedoraproject.org (Adam Jackson) Date: Tue, 6 Jan 2009 14:47:20 +0000 (UTC) Subject: rpms/powertop/devel import.log, NONE, 1.1 .cvsignore, 1.11, 1.12 powertop.spec, 1.18, 1.19 sources, 1.11, 1.12 powertop-1.9-hciconfig.patch, 1.1, NONE Message-ID: <20090106144720.B820C7013F@cvs1.fedora.phx.redhat.com> Author: ajax Update of /cvs/pkgs/rpms/powertop/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28455/devel Modified Files: .cvsignore powertop.spec sources Added Files: import.log Removed Files: powertop-1.9-hciconfig.patch Log Message: powertop 1.11 --- NEW FILE import.log --- powertop-1_11-1_fc11:HEAD:powertop-1.11-1.fc11.src.rpm:1231253193 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/powertop/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 6 Nov 2008 12:53:59 -0000 1.11 +++ .cvsignore 6 Jan 2009 14:46:50 -0000 1.12 @@ -1 +1 @@ -powertop-1.10.tar.gz +powertop-1.11.tar.gz Index: powertop.spec =================================================================== RCS file: /cvs/pkgs/rpms/powertop/devel/powertop.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- powertop.spec 20 Nov 2008 18:16:18 -0000 1.18 +++ powertop.spec 6 Jan 2009 14:46:50 -0000 1.19 @@ -1,5 +1,5 @@ Name: powertop -Version: 1.10 +Version: 1.11 Release: 1%{?dist} Summary: Power consumption monitor @@ -41,6 +41,9 @@ %{_mandir}/man1/powertop.1* %changelog +* Tue Jan 06 2009 Adam Jackson 1.11-1 +- powertop 1.11 + * Thu Nov 20 2008 Adam Jackson - Spec only change, fix URL. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/powertop/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 6 Nov 2008 12:53:59 -0000 1.11 +++ sources 6 Jan 2009 14:46:50 -0000 1.12 @@ -1 +1 @@ -e09f631f60d50299d8885193e6fd3756 powertop-1.10.tar.gz +3498f5983c683c3a57dce7379a722082 powertop-1.11.tar.gz --- powertop-1.9-hciconfig.patch DELETED --- From kraxel at fedoraproject.org Tue Jan 6 14:53:38 2009 From: kraxel at fedoraproject.org (Gerd Hoffmann) Date: Tue, 6 Jan 2009 14:53:38 +0000 (UTC) Subject: rpms/amtterm/F-9 .cvsignore, 1.4, 1.5 amtterm.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090106145338.CAE1A70108@cvs1.fedora.phx.redhat.com> Author: kraxel Update of /cvs/pkgs/rpms/amtterm/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32413 Modified Files: .cvsignore amtterm.spec sources Log Message: update to version 1.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/amtterm/F-9/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 31 Aug 2007 13:15:44 -0000 1.4 +++ .cvsignore 6 Jan 2009 14:53:08 -0000 1.5 @@ -1 +1 @@ -amtterm-1.0.tar.gz +amtterm-1.2.tar.gz Index: amtterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/amtterm/F-9/amtterm.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- amtterm.spec 19 Feb 2008 10:20:31 -0000 1.4 +++ amtterm.spec 6 Jan 2009 14:53:08 -0000 1.5 @@ -1,7 +1,7 @@ Name: amtterm License: GPLv2+ -Version: 1.0 -Release: 2%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Serial-over-lan (sol) client for Intel AMT Group: Applications/Internet Source: %{name}-%{version}.tar.gz @@ -43,6 +43,12 @@ rm -rf %{buildroot} %changelog +* Tue Jan 06 2009 Gerd Hoffmann - 1.2-1 +- update to version 1.2 + * support special reboot commands (pxe, bios. ...). + * gamt: gui tweaks, logging support. + * some minor doc tweaks. + * Tue Feb 19 2008 Fedora Release Engineering - 1.0-2 - Autorebuild for GCC 4.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/amtterm/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 31 Aug 2007 13:15:44 -0000 1.4 +++ sources 6 Jan 2009 14:53:08 -0000 1.5 @@ -1 +1 @@ -d39d02baae01d22084ffd47837e90d3b amtterm-1.0.tar.gz +74646aeab6af038bd557f344f8178adc amtterm-1.2.tar.gz From mcpierce at fedoraproject.org Tue Jan 6 14:53:59 2009 From: mcpierce at fedoraproject.org (Darryl L. Pierce) Date: Tue, 6 Jan 2009 14:53:59 +0000 (UTC) Subject: rpms/rubygem-rubyforge/devel rubygem-rubyforge.spec,1.4,1.5 Message-ID: <20090106145359.C023970108@cvs1.fedora.phx.redhat.com> Author: mcpierce Update of /cvs/pkgs/rpms/rubygem-rubyforge/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32531 Modified Files: rubygem-rubyforge.spec Log Message: Release 1.0.2 of RubyForge. Index: rubygem-rubyforge.spec =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rubyforge/devel/rubygem-rubyforge.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rubygem-rubyforge.spec 23 Oct 2008 13:57:44 -0000 1.4 +++ rubygem-rubyforge.spec 6 Jan 2009 14:53:29 -0000 1.5 @@ -6,7 +6,7 @@ Summary: A script which automates a limited set of rubyforge operations Name: rubygem-%{gemname} -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Group: Development/Languages License: GPLv2+ or Ruby @@ -55,6 +55,9 @@ %changelog +* Tue Jan 06 2009 Darryl Pierce - 1.0.2-1 +- Release 1.0.2 of Rubyforge. + * Thu Oct 23 2008 Darryl Pierce - 1.0.1-1 - Release 1.0.1 of Rubyforge. From buc at fedoraproject.org Tue Jan 6 14:54:44 2009 From: buc at fedoraproject.org (Dmitry Butskoy) Date: Tue, 6 Jan 2009 14:54:44 +0000 (UTC) Subject: rpms/newscache/devel newscache.spec,1.22,1.23 Message-ID: <20090106145444.7CC4170108@cvs1.fedora.phx.redhat.com> Author: buc Update of /cvs/extras/rpms/newscache/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32612 Modified Files: newscache.spec Log Message: Fix autotools stuff for socket++ library Index: newscache.spec =================================================================== RCS file: /cvs/extras/rpms/newscache/devel/newscache.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- newscache.spec 6 Jan 2009 14:25:05 -0000 1.22 +++ newscache.spec 6 Jan 2009 14:54:14 -0000 1.23 @@ -4,7 +4,7 @@ Name: newscache Summary: Free cache server for USENET News Version: 1.2 -Release: 0.7.rc6%{?dist} +Release: 0.8.rc6%{?dist} Group: System Environment/Daemons License: GPLv2+ URL: http://www.linuxhacker.at/newscache/ @@ -51,8 +51,7 @@ # to ship it separately. pushd socket++-%{socketver} -#./autogen -libtoolize -v --force +libtoolize --force aclocal autoheader automake --add-missing @@ -157,6 +156,9 @@ %changelog +* Tue Jan 6 2009 Dmitry Butskoy - 1.2-0.8.rc6 +- Fix autotools stuff in socket++ for libtool >= 2 + * Mon Jan 5 2009 Dmitry Butskoy - 1.2-0.7.rc6 - Add news user and group (#478785) since Fedora 10 From langel at fedoraproject.org Tue Jan 6 14:54:51 2009 From: langel at fedoraproject.org (Lillian Angel) Date: Tue, 6 Jan 2009 14:54:51 +0000 (UTC) Subject: rpms/batik/devel batik.spec,1.9,1.10 Message-ID: <20090106145451.BA2EF70108@cvs1.fedora.phx.redhat.com> Author: langel Update of /cvs/pkgs/rpms/batik/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv411 Modified Files: batik.spec Log Message: * Tue Jan 06 2009 Lillian Angel - 1.7-2 - Fixed java dependencies to check for java-1.6.0-openjdk instead. Index: batik.spec =================================================================== RCS file: /cvs/pkgs/rpms/batik/devel/batik.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- batik.spec 5 Jan 2009 19:08:45 -0000 1.9 +++ batik.spec 6 Jan 2009 14:54:21 -0000 1.10 @@ -1,6 +1,6 @@ Name: batik Version: 1.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Scalable Vector Graphics for Java License: ASL 2.0 URL: http://xml.apache.org/batik/ @@ -33,10 +33,10 @@ BuildRequires: xerces-j2 BuildRequires: xml-commons-apis >= 1.3.04 -BuildRequires: java-javadoc +BuildRequires: java-1.6.0-openjdk-javadoc BuildRequires: rhino-javadoc -Requires: java >= 1:1.6.0.0 +Requires: java-1.6.0-openjdk >= 1:1.6.0.0 Requires: rhino >= 1.5 Requires: xml-commons-apis >= 1.3.04 @@ -238,6 +238,9 @@ %changelog +* Tue Jan 06 2009 Lillian Angel - 1.7-2 +- Fixed java dependencies to check for java-1.6.0-openjdk instead. + * Mon Jan 05 2009 Lillian Angel - 1.7-1 - Updated batik-repack.sh to remove font files from test resources. - Resolves: rhbz#477369 From rdieter at fedoraproject.org Tue Jan 6 14:54:54 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Tue, 6 Jan 2009 14:54:54 +0000 (UTC) Subject: rpms/eigen2/devel .cvsignore, 1.5, 1.6 eigen2.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <20090106145454.4856870108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/eigen2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv462 Modified Files: .cvsignore eigen2.spec sources Log Message: * Tue Jan 06 2009 Rex Dieter 2.0-0.7.beta5 - eigen-2.0-beta5 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 4 Jan 2009 23:23:57 -0000 1.5 +++ .cvsignore 6 Jan 2009 14:54:24 -0000 1.6 @@ -1 +1 @@ -eigen-2.0-beta4.tar.bz2 +eigen-2.0-beta5.tar.bz2 Index: eigen2.spec =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/devel/eigen2.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- eigen2.spec 4 Jan 2009 23:23:57 -0000 1.4 +++ eigen2.spec 6 Jan 2009 14:54:24 -0000 1.5 @@ -3,16 +3,16 @@ # http://bugzilla.redhat.com/459705 %define _with_check -DBUILD_TESTS=ON -%define pre beta4 +%define pre beta5 Name: eigen2 Summary: A lightweight C++ template library for vector and matrix math Version: 2.0 -Release: 0.6.%{pre}%{?dist} +Release: 0.7.%{pre}%{?dist} Group: System Environment/Libraries License: GPLv2+ or LGPLv3+ URL: http://eigen.tuxfamily.org/ -Source0: http://eigen.tuxfamily.org/eigen-%{version}-%{pre}.tar.bz2 +Source0: http://download.tuxfamily.org/eigen/eigen-%{version}-%{pre}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -82,6 +82,9 @@ %changelog +* Tue Jan 06 2009 Rex Dieter 2.0-0.7.beta5 +- eigen-2.0-beta5 + * Sun Jan 04 2009 Rex Dieter 2.0-0.6.beta4 - eigen-2.0-beta4 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 4 Jan 2009 23:23:57 -0000 1.5 +++ sources 6 Jan 2009 14:54:24 -0000 1.6 @@ -1 +1 @@ -2a83362c251da812be16963da0186ad5 eigen-2.0-beta4.tar.bz2 +1516005412881714f692a9f2c5c061a6 eigen-2.0-beta5.tar.bz2 From timlau at fedoraproject.org Tue Jan 6 15:02:30 2009 From: timlau at fedoraproject.org (Tim Lauridsen) Date: Tue, 6 Jan 2009 15:02:30 +0000 (UTC) Subject: rpms/postr/F-9 postr.spec,1.9,1.10 sources,1.8,1.9 Message-ID: <20090106150230.0804570108@cvs1.fedora.phx.redhat.com> Author: timlau Update of /cvs/pkgs/rpms/postr/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2557 Modified Files: postr.spec sources Log Message: upstream release 0.12.3 Index: postr.spec =================================================================== RCS file: /cvs/pkgs/rpms/postr/F-9/postr.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- postr.spec 9 Sep 2008 07:04:12 -0000 1.9 +++ postr.spec 6 Jan 2009 15:01:59 -0000 1.10 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: postr -Version: 0.12.2 +Version: 0.12.3 Release: 1%{?dist} Summary: Flickr uploader @@ -71,6 +71,9 @@ %changelog +* Tue Jan 6 2009 Tim Lauridsen - 0.12.3-1 +- New upstream version 0.12.3 + * Tue Sep 9 2008 Tim Lauridsen - 0.12.2-1 - New upstream version 0.12.2 - added missing gnome-python2-gconf requirement. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/postr/F-9/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 9 Sep 2008 07:04:12 -0000 1.8 +++ sources 6 Jan 2009 15:01:59 -0000 1.9 @@ -1 +1 @@ -0b823d94dd6a7e96fde94a2581aaf819 postr-0.12.2.tar.gz +9c6452ed378eb8c8f808134a3bdcacaa postr-0.12.3.tar.gz From mcpierce at fedoraproject.org Tue Jan 6 15:03:11 2009 From: mcpierce at fedoraproject.org (Darryl L. Pierce) Date: Tue, 6 Jan 2009 15:03:11 +0000 (UTC) Subject: rpms/rubygem-rubyforge/devel .cvsignore,1.4,1.5 sources,1.4,1.5 Message-ID: <20090106150311.5064B70108@cvs1.fedora.phx.redhat.com> Author: mcpierce Update of /cvs/pkgs/rpms/rubygem-rubyforge/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2690 Modified Files: .cvsignore sources Log Message: Uploaded the wrong version of the gem previously. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rubyforge/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Oct 2008 13:57:43 -0000 1.4 +++ .cvsignore 6 Jan 2009 15:02:41 -0000 1.5 @@ -1 +1 @@ -rubyforge-1.0.1.gem +rubyforge-1.0.2.gem Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rubyforge/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Oct 2008 13:57:44 -0000 1.4 +++ sources 6 Jan 2009 15:02:41 -0000 1.5 @@ -1 +1 @@ -108a583b38ed38c5cdc5dc8b32831238 rubyforge-1.0.1.gem +ad35500c0187249f39f26ca490004444 rubyforge-1.0.2.gem From mcpierce at fedoraproject.org Tue Jan 6 15:05:31 2009 From: mcpierce at fedoraproject.org (Darryl L. Pierce) Date: Tue, 6 Jan 2009 15:05:31 +0000 (UTC) Subject: rpms/rubygem-rubyforge/devel rubygem-rubyforge.spec,1.5,1.6 Message-ID: <20090106150531.44E1C70108@cvs1.fedora.phx.redhat.com> Author: mcpierce Update of /cvs/pkgs/rpms/rubygem-rubyforge/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3369 Modified Files: rubygem-rubyforge.spec Log Message: Bumped the released. Index: rubygem-rubyforge.spec =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rubyforge/devel/rubygem-rubyforge.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- rubygem-rubyforge.spec 6 Jan 2009 14:53:29 -0000 1.5 +++ rubygem-rubyforge.spec 6 Jan 2009 15:05:00 -0000 1.6 @@ -7,7 +7,7 @@ Summary: A script which automates a limited set of rubyforge operations Name: rubygem-%{gemname} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: GPLv2+ or Ruby URL: http://rubyforge.org/projects/codeforpeople @@ -55,6 +55,9 @@ %changelog +* Tue Jan 06 2009 Darryl Pierce - 1.0.2-2 +- Provided the wrong gem as source. + * Tue Jan 06 2009 Darryl Pierce - 1.0.2-1 - Release 1.0.2 of Rubyforge. From limb at fedoraproject.org Tue Jan 6 15:15:39 2009 From: limb at fedoraproject.org (Jon Ciesla) Date: Tue, 6 Jan 2009 15:15:39 +0000 (UTC) Subject: rpms/bacula/F-10 bacula-config.patch, 1.2, 1.3 bacula-director-configuration.patch, 1.1, 1.2 bacula.spec, 1.14, 1.15 sources, 1.5, 1.6 Message-ID: <20090106151539.5D55670108@cvs1.fedora.phx.redhat.com> Author: limb Update of /cvs/pkgs/rpms/bacula/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5717 Modified Files: bacula-config.patch bacula-director-configuration.patch bacula.spec sources Log Message: New upstream, multiple fixed synced from rawhide. bacula-config.patch: Index: bacula-config.patch =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-10/bacula-config.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bacula-config.patch 30 Jul 2008 13:52:01 -0000 1.2 +++ bacula-config.patch 6 Jan 2009 15:15:38 -0000 1.3 @@ -1,256 +1,122 @@ ---- bacula-2.0.2/src/gnome2-console/bgnome-console.conf.in.orig 2007-02-06 13:35:12.000000000 +0100 -+++ bacula-2.0.2/src/gnome2-console/bgnome-console.conf.in 2007-02-06 13:35:25.000000000 +0100 -@@ -3,9 +3,9 @@ - # - - Director { +--- bacula-2.4.3/src/gnome2-console/bgnome-console.conf.in.orig 2008-12-10 10:12:18.000000000 -0600 ++++ bacula-2.4.3/src/gnome2-console/bgnome-console.conf.in 2008-12-10 10:12:18.000000000 -0600 +@@ -6 +6 @@ - Name = @hostname at -dir + Name = bacula-dir - DIRport = @dir_port@ +@@ -8 +8 @@ - address = @hostname@ + address = server.example.com - Password = "@dir_password@" - } - ---- bacula-2.0.2/src/dird/bacula-dir.conf.in.orig 2007-02-06 13:33:19.000000000 +0100 -+++ bacula-2.0.2/src/dird/bacula-dir.conf.in 2007-02-06 13:34:49.000000000 +0100 -@@ -13,7 +13,7 @@ - # - - Director { # define myself +--- bacula-2.4.3/src/dird/bacula-dir.conf.in.orig 2008-12-10 10:17:27.000000000 -0600 ++++ bacula-2.4.3/src/dird/bacula-dir.conf.in 2008-12-10 10:17:27.000000000 -0600 +@@ -16 +16 @@ - Name = @hostname at -dir + Name = bacula-dir - DIRport = @dir_port@ # where we listen for UA connections - QueryFile = "@scriptdir@/query.sql" - WorkingDirectory = "@working_dir@" -@@ -27,7 +27,7 @@ - Name = "DefaultJob" - Type = Backup - Level = Incremental +@@ -30 +30 @@ - Client = @hostname at -fd + Client = bacula-fd - FileSet = "Full Set" - Schedule = "WeeklyCycle" - Storage = File -@@ -48,7 +48,7 @@ - - #Job { - # Name = "Client2" +@@ -51 +51 @@ -# Client = @hostname at 2-fd +# Client = bacula2-fd - # JobDefs = "DefaultJob" - # Write Bootstrap = "@working_dir@/Client2.bsr" - #} -@@ -75,7 +75,7 @@ - Job { - Name = "RestoreFiles" - Type = Restore +@@ -82 +82 @@ - Client=@hostname at -fd + Client=bacula-fd - FileSet="Full Set" - Storage = File - Pool = Default -@@ -149,8 +149,8 @@ - - # Client (File Services) to backup - Client { +@@ -157,2 +157,2 @@ - Name = @hostname at -fd - Address = @hostname@ + Name = bacula-fd + Address = client.example.com - FDPort = @fd_port@ - Catalog = MyCatalog - Password = "@fd_password@" # password for FileDaemon -@@ -164,8 +164,8 @@ - # You should change Name, Address, and Password before using - # - #Client { +@@ -172,2 +172,2 @@ -# Name = @hostname at 2-fd -# Address = @hostname at 2 +# Name = bacula2-fd +# Address = client2.example.com - # FDPort = @fd_port@ - # Catalog = MyCatalog - # Password = "@fd_password at 2" # password for FileDaemon 2 -@@ -179,7 +179,7 @@ - Storage { - Name = File - # Do not use "localhost" here +@@ -187 +187 @@ - Address = @hostname@ # N.B. Use a fully qualified name here -+ Address = storage.example.com # N.B. Use a fully qualified name here - SDPort = @sd_port@ - Password = "@sd_password@" - Device = FileStorage -@@ -192,7 +192,7 @@ - #Storage { - # Name = DDS-4 - # Do not use "localhost" here ++ Address = storage.example.com # N.B. Use a fully qualified name here +@@ -200 +200 @@ -# Address = @hostname@ # N.B. Use a fully qualified name here -+# Address = storage.example.com # N.B. Use a fully qualified name here - # SDPort = @sd_port@ - # Password = "@sd_password@" # password for Storage daemon - # Device = DDS-4 # must be same as Device in Storage daemon -@@ -204,7 +204,7 @@ - #Storage { - # Name = "8mmDrive" - # Do not use "localhost" here ++# Address = storage.example.com # N.B. Use a fully qualified name here +@@ -212 +212 @@ -# Address = @hostname@ # N.B. Use a fully qualified name here -+# Address = storage.example.com # N.B. Use a fully qualified name here - # SDPort = @sd_port@ - # Password = "@sd_password@" - # Device = "Exabyte 8mm" -@@ -215,7 +215,7 @@ - #Storage { - # Name = "DVD" - # Do not use "localhost" here ++# Address = storage.example.com # N.B. Use a fully qualified name here +@@ -223 +223 @@ -# Address = @hostname@ # N.B. Use a fully qualified name here -+# Address = storage.example.com # N.B. Use a fully qualified name here - # SDPort = @sd_port@ - # Password = "@sd_password@" - # Device = "DVD Writer" -@@ -285,7 +285,7 @@ - # Restricted console used by tray-monitor to get the status of the director - # - Console { ++# Address = storage.example.com # N.B. Use a fully qualified name here +@@ -299 +299 @@ - Name = @hostname at -mon + Name = bacula-mon - Password = "@mon_dir_password@" - CommandACL = status, .status - } ---- bacula-2.0.2/src/filed/bacula-fd.conf.in.orig 2007-02-06 13:30:59.000000000 +0100 -+++ bacula-2.0.2/src/filed/bacula-fd.conf.in 2007-02-06 13:31:25.000000000 +0100 -@@ -11,7 +11,7 @@ - # List Directors who are permitted to contact this File daemon - # - Director { +--- bacula-2.4.3/src/filed/bacula-fd.conf.in.orig 2008-12-10 10:19:12.000000000 -0600 ++++ bacula-2.4.3/src/filed/bacula-fd.conf.in 2008-12-10 10:19:12.000000000 -0600 +@@ -14 +14 @@ - Name = @hostname at -dir + Name = bacula-dir - Password = "@fd_password@" - } - -@@ -20,7 +20,7 @@ - # status of the file daemon - # - Director { +@@ -23 +23 @@ - Name = @hostname at -mon + Name = bacula-mon - Password = "@mon_fd_password@" - Monitor = yes - } -@@ -29,7 +29,7 @@ - # "Global" File daemon configuration specifications - # - FileDaemon { # this is me +@@ -32 +32 @@ - Name = @hostname at -fd + Name = bacula-fd - FDport = @fd_port@ # where we listen for the director - WorkingDirectory = @working_dir@ - Pid Directory = @piddir@ -@@ -39,5 +39,5 @@ - # Send all messages except skipped files back to Director - Messages { - Name = Standard +@@ -42 +42 @@ - director = @hostname at -dir = all, !skipped, !restored + director = bacula-dir = all, !skipped, !restored - } ---- bacula-2.0.2/src/console/bconsole.conf.in.orig 2007-02-06 13:32:30.000000000 +0100 -+++ bacula-2.0.2/src/console/bconsole.conf.in 2007-02-06 13:33:06.000000000 +0100 -@@ -3,8 +3,8 @@ - # - - Director { -- Name = @hostname at -dir -+ Name = bacula-dir - DIRport = @dir_port@ -- address = @hostname@ -+ address = server.example.com - Password = "@dir_password@" - } ---- bacula-2.0.2/src/stored/bacula-sd.conf.in.orig 2007-02-06 13:31:56.000000000 +0100 -+++ bacula-2.0.2/src/stored/bacula-sd.conf.in 2007-02-06 13:32:15.000000000 +0100 -@@ -11,7 +11,7 @@ - # - - Storage { # definition of myself +--- bacula-2.4.3/src/stored/bacula-sd.conf.in.orig 2008-12-10 10:21:45.000000000 -0600 ++++ bacula-2.4.3/src/stored/bacula-sd.conf.in 2008-12-10 10:21:45.000000000 -0600 +@@ -14 +14 @@ - Name = @hostname at -sd + Name = bacula-sd - SDPort = @sd_port@ # Director's port - WorkingDirectory = "@working_dir@" - Pid Directory = "@piddir@" -@@ -22,7 +22,7 @@ - # List Directors who are permitted to contact Storage daemon - # - Director { +@@ -25 +25 @@ - Name = @hostname at -dir + Name = bacula-dir - Password = "@sd_password@" - } - -@@ -31,7 +31,7 @@ - # status of the storage daemon - # - Director { +@@ -34 +34 @@ - Name = @hostname at -mon + Name = bacula-mon - Password = "@mon_sd_password@" - Monitor = yes - } -@@ -204,5 +204,5 @@ - # - Messages { - Name = Standard +@@ -228 +228 @@ - director = @hostname at -dir = all + director = bacula-dir = all - } ---- bacula-2.0.2/src/wx-console/bwx-console.conf.in.orig 2007-02-06 13:37:12.000000000 +0100 -+++ bacula-2.0.2/src/wx-console/bwx-console.conf.in 2007-02-06 13:47:02.000000000 +0100 -@@ -3,8 +3,8 @@ - # - - Director { +--- bacula-2.4.3/src/wx-console/bwx-console.conf.in.orig 2008-12-10 10:22:23.000000000 -0600 ++++ bacula-2.4.3/src/wx-console/bwx-console.conf.in 2008-12-10 10:22:23.000000000 -0600 +@@ -6 +6 @@ - Name = @hostname at -dir + Name = bacula-dir - DIRport = @dir_port@ +@@ -8 +8 @@ - address = @hostname@ + address = server.example.com - Password = "@dir_password@" - } ---- bacula-2.0.2/src/tray-monitor/tray-monitor.conf.in.orig 2007-02-06 13:47:13.000000000 +0100 -+++ bacula-2.0.2/src/tray-monitor/tray-monitor.conf.in 2007-02-06 13:47:55.000000000 +0100 -@@ -3,27 +3,27 @@ - # - - Monitor { +--- bacula-2.4.3/src/tray-monitor/tray-monitor.conf.in.orig 2008-12-10 10:28:02.000000000 -0600 ++++ bacula-2.4.3/src/tray-monitor/tray-monitor.conf.in 2008-12-10 10:28:02.000000000 -0600 +@@ -6 +6 @@ - Name = @hostname at -mon + Name = bacula-mon - Password = "@mon_dir_password@" # password for the Directors - RefreshInterval = 5 seconds - } - - Client { +@@ -12,2 +12,2 @@ - Name = @hostname at -fd - Address = @hostname@ + Name = bacula-fd + Address = client.example.com - FDPort = @fd_port@ - Password = "@mon_fd_password@" # password for FileDaemon - } - - Storage { +@@ -19,2 +19,2 @@ - Name = @hostname at -sd - Address = @hostname@ + Name = bacula-sd + Address = storage.example.com - SDPort = @sd_port@ - Password = "@mon_sd_password@" # password for StorageDaemon - } - - Director { +@@ -26 +26 @@ +- Name = @hostname at -dir ++ Name = bacula-dir +@@ -28 +27,0 @@ +- address = @hostname@ +--- bacula-2.4.3/src/qt-console/bat.conf.in.orig 2008-12-10 10:27:02.000000000 -0600 ++++ bacula-2.4.3/src/qt-console/bat.conf.in 2008-12-10 10:27:02.000000000 -0600 +@@ -6 +6 @@ - Name = @hostname at -dir + Name = bacula-dir - DIRport = @dir_port@ +@@ -8 +8 @@ - address = @hostname@ --} -\ No newline at end of file + address = server.example.com -+} +--- bacula-2.4.3/src/stored/stored.conf.in.orig 2008-12-10 10:27:44.000000000 -0600 ++++ bacula-2.4.3/src/stored/stored.conf.in 2008-12-10 10:27:44.000000000 -0600 +@@ -11 +11 @@ +- Address = @hostname@ ++ Address = storage.example.com +@@ -22 +22 @@ +- Name = @hostname at -dir ++ Name = bacula-dir +@@ -54 +54 @@ +- director = @hostname at -dir = all ++ director = bacula-dir = all bacula-director-configuration.patch: Index: bacula-director-configuration.patch =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-10/bacula-director-configuration.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bacula-director-configuration.patch 24 Jul 2007 20:11:04 -0000 1.1 +++ bacula-director-configuration.patch 6 Jan 2009 15:15:38 -0000 1.2 @@ -1,34 +1,17 @@ ---- bacula-1.38.11/src/dird/bacula-dir.conf.in.orig 2006-09-03 03:13:26.000000000 +0200 -+++ bacula-1.38.11/src/dird/bacula-dir.conf.in 2006-09-03 03:14:46.000000000 +0200 -@@ -15,7 +15,7 @@ - Director { # define myself - Name = @hostname at -dir - DIRport = @dir_port@ # where we listen for UA connections +--- bacula-2.4.3/src/dird/bacula-dir.conf.in.orig 2008-12-10 08:59:18.000000000 -0600 ++++ bacula-2.4.3/src/dird/bacula-dir.conf.in 2008-12-10 08:59:18.000000000 -0600 +@@ -18 +18 @@ - QueryFile = "@scriptdir@/query.sql" + QueryFile = "/etc/bacula/query.sql" - WorkingDirectory = "@working_dir@" - PidDirectory = "@piddir@" - Maximum Concurrent Jobs = 1 -@@ -101,11 +101,10 @@ - # if you have other partitons such as /usr or /home - # you will probably want to add them too. - # +@@ -108,3 +108,2 @@ -# By default this is defined to point to the Bacula build -# directory to give a reasonable FileSet to backup to -# disk storage during initial testing. +# This File-directive would backup your whole filesystem. +# It is disabled by default - # +@@ -112 +111 @@ - File = @BUILD_DIR@ -+# File = / - } - - # -@@ -266,7 +266,7 @@ - mailcommand = "@sbindir@/bsmtp -h @smtp_host@ -f \"\(Bacula\) %r\" -s \"Bacula daemon message\" %r" - mail = @job_email@ = all, !skipped - console = all, !skipped, !saved ++ File = / +@@ -263 +262 @@ - append = "@working_dir@/log" = all, !skipped + append = "/var/log/bacula.log" = all, !skipped - } - Index: bacula.spec =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-10/bacula.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- bacula.spec 19 Nov 2008 13:30:26 -0000 1.14 +++ bacula.spec 6 Jan 2009 15:15:38 -0000 1.15 @@ -4,12 +4,11 @@ %define docs_version %{version} %define gui_version %{version} %define config_dir %{_sysconfdir}/bacula -%define _default_patch_fuzz 2 Summary: Cross platform network backup for Linux, Unix, Mac and Windows Name: bacula -Version: 2.4.3 -Release: 3%{?dist} +Version: 2.4.4 +Release: 1%{?dist} # See LICENSE for details License: GPLv2 with exceptions Group: System Environment/Daemons @@ -37,7 +36,8 @@ #Patch8: 2.0.3-verify.patch #Patch9: 2.0.3-tls-disconnect.patch #Patch10: bacula-web-smarty.patch -Patch11: bacula-2.4.3-orphaned-jobs.patch +#Patch11: bacula-2.4.3-orphaned-jobs.patch +#Patch12: bacula-2.4.3-python26.patch URL: http://www.bacula.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel, atk-devel, ncurses-devel, pango-devel, perl @@ -121,6 +121,7 @@ Group: System Environment/Daemons Requires: bacula-director = %{version}-%{release} Requires: bacula-common = %{version}-%{release} +Requires: logwatch Requires(pre): fedora-usermgmt Requires(postun): fedora-usermgmt @@ -224,6 +225,7 @@ %package common Summary: Common Bacula utilities Group: System Environment/Daemons +Requires: bacula-sysconfdir = %{version}-%{release} Requires(pre): fedora-usermgmt Requires(postun): fedora-usermgmt @@ -236,6 +238,7 @@ %package console Summary: Bacula management console Group: System Environment/Daemons +Requires: bacula-sysconfdir = %{version}-%{release} %description console Bacula is a set of programs that allow you to manage the backup, @@ -249,6 +252,7 @@ %package console-gnome Summary: Bacula console for the Gnome desktop environment Group: System Environment/Daemons +Requires: bacula-sysconfdir = %{version}-%{release} Requires: usermode %description console-gnome @@ -261,6 +265,7 @@ %package console-bat Summary: Bacula bat console Group: System Environment/Daemons +Requires: bacula-sysconfdir = %{version}-%{release} Requires: usermode %description console-bat @@ -274,6 +279,7 @@ %package console-wxwidgets Summary: Bacula console using the wx widgets toolkit Group: System Environment/Daemons +Requires: bacula-sysconfdir = %{version}-%{release} Requires: usermode %description console-wxwidgets @@ -285,6 +291,18 @@ console. +%package sysconfdir +Summary: /etc/bacula dependency for Bacula +Group: System Environment/Daemons + +%description sysconfdir +Bacula is a set of programs that allow you to manage the backup, +recovery, and verification of computer data across a network of +different computers. It is based on a client/server architecture. + +This package provides the /etc/bacula directory in order to satisfy +certain scripted checks. + %package traymonitor Summary: Bacula monitor for the Gnome and KDE system tray Group: System Environment/Daemons @@ -343,7 +361,8 @@ #%patch7 -p0 #%patch8 -p0 #%patch9 -p0 -%patch11 -p0 +#%patch11 -p0 +#%patch12 -p0 # Remove execution permissions from files we're packaging as docs later on find examples -type f | xargs chmod -x @@ -547,13 +566,16 @@ install -m 644 -D bacula-sqlite/src/wx-console/wxwin16x16.xpm %{buildroot}%{_datadir}/pixmaps/wxwin16x16.xpm install -m 644 -D bacula-sqlite/scripts/wxconsole.pamd %{buildroot}%{_sysconfdir}/pam.d/wxconsole install -m 644 -D bacula-sqlite/scripts/wxconsole.desktop.consolehelper %{buildroot}%{_sysconfdir}/security/console.apps/wxconsole +#bat.pamd is broken. +install -m 644 -D bacula-sqlite/scripts/bgnome-console.pamd %{buildroot}%{_sysconfdir}/pam.d/bat +install -m 644 -D bacula-sqlite/scripts/bat.desktop.consolehelper %{buildroot}%{_sysconfdir}/security/console.apps/bat install -m 644 -D bacula-sqlite/src/tray-monitor/generic.xpm %{buildroot}%{_datadir}/pixmaps/bacula-tray-monitor.xpm install -m 644 -D bacula-sqlite/src/qt-console/images/bat_icon.png %{buildroot}%{_datadir}/pixmaps/bat_icon.png ln -sf consolehelper %{buildroot}%{_bindir}/gnome-console ln -sf consolehelper %{buildroot}%{_bindir}/wxconsole -#ln -sf consolehelper %{buildroot}%{_bindir}/bat +ln -sf consolehelper %{buildroot}%{_bindir}/bat install -m 755 bacula-sqlite/src/qt-console/bat %{buildroot}%{_sbindir} desktop-file-install --vendor="fedora" --dir=%{buildroot}%{_datadir}/applications %{SOURCE3} @@ -750,13 +772,19 @@ fi +# For this braindeadness, please see +# https://bugzilla.redhat.com/show_bug.cgi?id=473627 +%files sysconfdir +%defattr(-,root,root,-) +%dir %{_sysconfdir}/bacula + + %files common %defattr(-,root,root,-) %doc bacula-%{version}/AUTHORS bacula-%{version}/ChangeLog bacula-%{version}/COPYING bacula-%{version}/LICENSE %doc bacula-%{version}/README bacula-%{version}/SUPPORT bacula-%{version}/VERIFYING %doc bacula-%{version}/examples/ %config(noreplace) %{_sysconfdir}/logrotate.d/bacula -%dir %{_sysconfdir}/bacula %dir %{_libexecdir}/bacula %{_sbindir}/bsmtp %{_sbindir}/btraceback @@ -798,10 +826,10 @@ %files console-bat %defattr(-,root,root,-) -#%config %{_sysconfdir}/security/console.apps/bat -#%config %{_sysconfdir}/pam.d/bat +%config %{_sysconfdir}/security/console.apps/bat +%config %{_sysconfdir}/pam.d/bat %attr(640,root,bacula) %config(noreplace) %{_sysconfdir}/bacula/bat.conf -#%{_bindir}/bat +%{_bindir}/bat %{_sbindir}/bat %{_mandir}/man1/bat.1.gz %{_datadir}/applications/fedora-bacula-bat.desktop @@ -962,6 +990,22 @@ %changelog +* Mon Jan 05 2009 Jon Ciesla - 2.4.3-4 +- Fixed dependency "issues" #473627 by adding the sysconfdir subpackage. + * Mon Nov 17 2008 Jon Ciesla - 2.4.3-3 - Added upstream orphaned jobs patch. - Fixed logrotate file. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 22 Oct 2008 19:33:30 -0000 1.5 +++ sources 6 Jan 2009 15:15:38 -0000 1.6 @@ -1,2 +1,2 @@ -6c61f730e896e6161d21d67efed55a5b bacula-2.4.3.tar.gz -630cdd353baa3bfbf847f78b03c99bc4 bacula-docs-2.4.3.tar.bz2 +4eb6155b45611018af03002d37a2ffde bacula-2.4.4.tar.gz +d9bb3e8ca8c9a4c741b83569c21a4806 bacula-docs-2.4.4.tar.bz2 From mcpierce at fedoraproject.org Tue Jan 6 15:19:15 2009 From: mcpierce at fedoraproject.org (Darryl L. Pierce) Date: Tue, 6 Jan 2009 15:19:15 +0000 (UTC) Subject: rpms/rubygem-rubyforge/F-9 .cvsignore, 1.4, 1.5 rubygem-rubyforge.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090106151915.F3B6B70140@cvs1.fedora.phx.redhat.com> Author: mcpierce Update of /cvs/pkgs/rpms/rubygem-rubyforge/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6467 Modified Files: .cvsignore rubygem-rubyforge.spec sources Log Message: Release 1.0.2 of RubyForge. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rubyforge/F-9/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Oct 2008 14:28:36 -0000 1.4 +++ .cvsignore 6 Jan 2009 15:18:45 -0000 1.5 @@ -1 +1 @@ -rubyforge-1.0.1.gem +rubyforge-1.0.2.gem Index: rubygem-rubyforge.spec =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rubyforge/F-9/rubygem-rubyforge.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rubygem-rubyforge.spec 23 Oct 2008 14:28:36 -0000 1.4 +++ rubygem-rubyforge.spec 6 Jan 2009 15:18:45 -0000 1.5 @@ -6,7 +6,7 @@ Summary: A script which automates a limited set of rubyforge operations Name: rubygem-%{gemname} -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Group: Development/Languages License: GPLv2+ or Ruby @@ -55,6 +55,9 @@ %changelog +* Tue Jan 09 2009 Darryl Pierce - 1.0.2-1 +- Release 1.0.2 of RubyForge. + * Thu Oct 23 2008 Darryl Pierce - 1.0.1-1 - Release 1.0.1 of Rubyforge. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rubyforge/F-9/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Oct 2008 14:28:36 -0000 1.4 +++ sources 6 Jan 2009 15:18:45 -0000 1.5 @@ -1 +1 @@ -108a583b38ed38c5cdc5dc8b32831238 rubyforge-1.0.1.gem +ad35500c0187249f39f26ca490004444 rubyforge-1.0.2.gem From kraxel at fedoraproject.org Tue Jan 6 15:19:34 2009 From: kraxel at fedoraproject.org (Gerd Hoffmann) Date: Tue, 6 Jan 2009 15:19:34 +0000 (UTC) Subject: rpms/amtterm/EL-5 .cvsignore, 1.2, 1.3 amtterm.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090106151934.726BC70140@cvs1.fedora.phx.redhat.com> Author: kraxel Update of /cvs/pkgs/rpms/amtterm/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6614 Modified Files: .cvsignore amtterm.spec sources Log Message: update to version 1.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/amtterm/EL-5/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 31 Aug 2007 14:14:15 -0000 1.2 +++ .cvsignore 6 Jan 2009 15:19:04 -0000 1.3 @@ -1 +1 @@ -amtterm-1.0.tar.gz +amtterm-1.2.tar.gz Index: amtterm.spec =================================================================== RCS file: /cvs/pkgs/rpms/amtterm/EL-5/amtterm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- amtterm.spec 31 Aug 2007 14:14:15 -0000 1.2 +++ amtterm.spec 6 Jan 2009 15:19:04 -0000 1.3 @@ -1,6 +1,6 @@ Name: amtterm License: GPLv2+ -Version: 1.0 +Version: 1.2 Release: 1%{?dist} Summary: Serial-over-lan (sol) client for Intel AMT Group: Applications/Internet @@ -43,6 +43,12 @@ rm -rf %{buildroot} %changelog +* Tue Jan 06 2009 Gerd Hoffmann - 1.2-1 +- update to version 1.2 + * support special reboot commands (pxe, bios. ...). + * gamt: gui tweaks, logging support. + * some minor doc tweaks. + * Fri Aug 31 2007 Gerd Hoffmann - 1.0-1 - update to version 1.0 * more amttool improvements (network config). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/amtterm/EL-5/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 31 Aug 2007 14:14:15 -0000 1.3 +++ sources 6 Jan 2009 15:19:04 -0000 1.4 @@ -1 +1 @@ -d39d02baae01d22084ffd47837e90d3b amtterm-1.0.tar.gz +74646aeab6af038bd557f344f8178adc amtterm-1.2.tar.gz From bpepple at fedoraproject.org Tue Jan 6 15:20:58 2009 From: bpepple at fedoraproject.org (Brian Pepple) Date: Tue, 6 Jan 2009 15:20:58 +0000 (UTC) Subject: rpms/telepathy-butterfly/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 telepathy-butterfly.spec, 1.11, 1.12 Message-ID: <20090106152058.A6D1A70140@cvs1.fedora.phx.redhat.com> Author: bpepple Update of /cvs/pkgs/rpms/telepathy-butterfly/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7580 Modified Files: .cvsignore sources telepathy-butterfly.spec Log Message: * Tue Jan 6 2009 Brian Pepple - 0.3.3-1 - Update to 0.3.3. - Add NEWS. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/telepathy-butterfly/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 25 Jul 2008 23:00:53 -0000 1.8 +++ .cvsignore 6 Jan 2009 15:20:28 -0000 1.9 @@ -1 +1 @@ -telepathy-butterfly-0.3.2.tar.gz +telepathy-butterfly-0.3.3.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/telepathy-butterfly/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 25 Jul 2008 23:00:53 -0000 1.8 +++ sources 6 Jan 2009 15:20:28 -0000 1.9 @@ -1 +1 @@ -f1db30de25daf382aa3e9b5b8efecd70 telepathy-butterfly-0.3.2.tar.gz +0b659c575c8d1867fe4a0da13704519f telepathy-butterfly-0.3.3.tar.gz Index: telepathy-butterfly.spec =================================================================== RCS file: /cvs/pkgs/rpms/telepathy-butterfly/devel/telepathy-butterfly.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- telepathy-butterfly.spec 29 Nov 2008 17:21:19 -0000 1.11 +++ telepathy-butterfly.spec 6 Jan 2009 15:20:28 -0000 1.12 @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: telepathy-butterfly -Version: 0.3.2 -Release: 2%{?dist} +Version: 0.3.3 +Release: 1%{?dist} Summary: MSN connection manager for Telepathy Group: Applications/Communications @@ -50,7 +50,7 @@ %files %defattr(-,root,root,-) -%doc COPYING AUTHORS +%doc COPYING AUTHORS NEWS %{_libexecdir}/%{name} %{_datadir}/dbus-1/services/*.service %{_datadir}/telepathy/managers/*.manager @@ -58,6 +58,10 @@ %changelog +* Tue Jan 6 2009 Brian Pepple - 0.3.3-1 +- Update to 0.3.3. +- Add NEWS. + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.3.2-2 - Rebuild for Python 2.6 From mcpierce at fedoraproject.org Tue Jan 6 15:37:50 2009 From: mcpierce at fedoraproject.org (Darryl L. Pierce) Date: Tue, 6 Jan 2009 15:37:50 +0000 (UTC) Subject: rpms/rubygem-rubyforge/F-10 .cvsignore, 1.4, 1.5 rubygem-rubyforge.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <20090106153750.C837A70108@cvs1.fedora.phx.redhat.com> Author: mcpierce Update of /cvs/pkgs/rpms/rubygem-rubyforge/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14127 Modified Files: .cvsignore rubygem-rubyforge.spec sources Log Message: Release 1.0.2 of RubyForge. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rubyforge/F-10/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 23 Oct 2008 13:57:43 -0000 1.4 +++ .cvsignore 6 Jan 2009 15:37:20 -0000 1.5 @@ -1 +1 @@ -rubyforge-1.0.1.gem +rubyforge-1.0.2.gem Index: rubygem-rubyforge.spec =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rubyforge/F-10/rubygem-rubyforge.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rubygem-rubyforge.spec 23 Oct 2008 13:57:44 -0000 1.4 +++ rubygem-rubyforge.spec 6 Jan 2009 15:37:20 -0000 1.5 @@ -6,7 +6,7 @@ Summary: A script which automates a limited set of rubyforge operations Name: rubygem-%{gemname} -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Group: Development/Languages License: GPLv2+ or Ruby @@ -55,6 +55,9 @@ %changelog +* Tue Jan 06 2008 Darryl Pierce - 1.0.2-1 +- Release 1.0.2 of RubyForge. + * Thu Oct 23 2008 Darryl Pierce - 1.0.1-1 - Release 1.0.1 of Rubyforge. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rubyforge/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 23 Oct 2008 13:57:44 -0000 1.4 +++ sources 6 Jan 2009 15:37:20 -0000 1.5 @@ -1 +1 @@ -108a583b38ed38c5cdc5dc8b32831238 rubyforge-1.0.1.gem +ad35500c0187249f39f26ca490004444 rubyforge-1.0.2.gem From lkundrak at fedoraproject.org Tue Jan 6 15:38:12 2009 From: lkundrak at fedoraproject.org (Lubomir Rintel) Date: Tue, 6 Jan 2009 15:38:12 +0000 (UTC) Subject: rpms/inkscape/devel inkscape.spec, 1.55.2.3, 1.55.2.4 sources, 1.16.2.2, 1.16.2.3 inkscape-0.45.1-desktop.patch, 1.2, NONE inkscape-0.46+devel-desktop.patch, 1.1.2.1, NONE inkscape-0.46+devel-icons.patch, 1.1.2.1, NONE inkscape-0.46+devel-uniconv.patch, 1.1.2.1, NONE inkscape-0.46-cxxinclude.patch, 1.1.2.1, NONE inkscape-0.46-fixlatex.patch, 1.1, NONE inkscape-0.46-gtk2.13.3.patch, 1.1, NONE inkscape-0.46-gtkopen.patch, 1.1, NONE inkscape-0.46pre2-icons.patch, 1.2, NONE Message-ID: <20090106153812.30CD870108@cvs1.fedora.phx.redhat.com> Author: lkundrak Update of /cvs/pkgs/rpms/inkscape/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14313 Modified Files: Tag: inkscape-0_47-devel inkscape.spec sources Removed Files: Tag: inkscape-0_47-0_2_20080814svn_fc10 inkscape-0.45.1-desktop.patch inkscape-0.46+devel-desktop.patch inkscape-0.46+devel-icons.patch inkscape-0.46+devel-uniconv.patch inkscape-0.46-cxxinclude.patch inkscape-0.46-fixlatex.patch inkscape-0.46-gtk2.13.3.patch inkscape-0.46-gtkopen.patch inkscape-0.46pre2-icons.patch Log Message: * Tue Jan 06 2009 Lubomir Rintel - 0.47-0.3.20090105svn - Update to newer SVN - Drop upstreamed patched - Enable WordPerfect Graphics support - Enable embedded Perl scripting - Enable Imagemagick support - Disable OpenSSL due to licensing issues Index: inkscape.spec =================================================================== RCS file: /cvs/pkgs/rpms/inkscape/devel/inkscape.spec,v retrieving revision 1.55.2.3 retrieving revision 1.55.2.4 diff -u -r1.55.2.3 -r1.55.2.4 --- inkscape.spec 14 Aug 2008 19:59:16 -0000 1.55.2.3 +++ inkscape.spec 6 Jan 2009 15:37:41 -0000 1.55.2.4 @@ -1,18 +1,14 @@ Name: inkscape Version: 0.47 -Release: 0.2.20080814svn%{?dist} +Release: 0.2.20090105svn%{?dist} Summary: Vector-based drawing program using SVG Group: Applications/Productivity License: GPLv2+ URL: http://inkscape.sourceforge.net/ #Source0: http://download.sourceforge.net/inkscape/%{name}-%{version}.tar.bz2 -Source0: %{name}-0.46+devel.tar.gz -Patch0: inkscape-0.46-cxxinclude.patch -Patch1: inkscape-0.46+devel-desktop.patch -Patch2: inkscape-0.46+devel-icons.patch -Patch5: inkscape-0.46-gtk2.13.3.patch -Patch7: inkscape-0.46+devel-uniconv.patch +Source0: %{name}.tar.gz +Patch0: inkscape-0.46+devel-uniconv.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -31,27 +27,30 @@ BuildRequires: pkgconfig BuildRequires: lcms-devel >= 1.13 BuildRequires: cairo-devel -BuildRequires: openssl-devel BuildRequires: dos2unix -BuildRequires: perl-XML-Parser BuildRequires: python-devel BuildRequires: poppler-devel BuildRequires: loudmouth-devel BuildRequires: boost-devel BuildRequires: gsl-devel - -# Use popt-devel if Fedora 8, RHEL 6, newer or unknown, -# rely on popt otherwise -%if %{!?fedora:8}%{?fedora} < 8 || %{!?rhel:6}%{?rhel} < 6 -BuildRequires: popt -%else +BuildRequires: libwpg-devel BuildRequires: popt-devel -%endif +BuildRequires: ImageMagick-c++-devel +BuildRequires: perl(XML::Parser) +BuildRequires: perl(ExtUtils::Embed) + +# Incompatible license +BuildConflicts: openssl-devel +Requires: dia Requires: pstoedit +Requires: ghostscript Requires: perl(Image::Magick) +Requires: tex(latex) +Requires: tex(dvips) +Requires: transfig +Requires: gimp Requires: numpy -Requires: PyXML Requires: python-lxml Requires: uniconvertor @@ -59,43 +58,43 @@ Requires(postun): desktop-file-utils %description -Inkscape is a vector-based drawing program, like CorelDraw?? or Adobe -Illustrator?? from the proprietary software world, and Sketch or Karbon14 from -the free software world. It is free software, distributed under the terms of -the Gnu General Public License, Version 2. - -Inkscape uses W3C SVG as its native file format. It is therefore a very useful -tool for web designers and as an interchange format for desktop publishing. - -It has a relatively modern display engine, giving you finely antialiased -display, alpha transparencies, vector fonts and so on. Inkscape is written in -C and C++, using the Gtk+ toolkit and optionally some Gnome libraries. +Inkscape is a vector graphics editor, with capabilities similar to +Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector +Graphics (SVG) file format. It is therefore a very useful tool for web +designers and as an interchange format for desktop publishing. + +Inkscape supports many advanced SVG features (markers, clones, alpha +blending, etc.) and great care is taken in designing a streamlined +interface. It is very easy to edit nodes, perform complex path operations, +trace bitmaps and much more. %prep -%setup -q -n %{name}-0.46+devel -%patch0 -p1 -b .cxxinclude -%patch1 -p1 -b .desktop -%patch2 -p1 -b .icons -%patch5 -p1 -b .gtk2.13.3 -%patch7 -p1 -b .uniconv -find -type f -regex '.*\.\(cpp\|h\)' -perm +111 -exec chmod -x {} ';' -find share/extensions/ -type f -regex '.*\.py' -perm +111 -exec chmod -x {} ';' +%setup -q -n %{name} +%patch0 -p1 -b .uniconv + +# https://bugs.launchpad.net/inkscape/+bug/314381 +# A couple of files have executable bits set, +# despite not being executable +(find . \( -name '*.cpp' -o -name '*.h' \) -perm +111 + find share/extensions -name '*.py' -perm +111 +) |xargs chmod -x + +# Fix end of line encodings dos2unix -k -q share/extensions/*.py %build -%configure \ ---disable-dependency-tracking \ ---with-xinerama \ ---enable-static=no \ ---with-python \ ---with-perl \ ---with-gnome-vfs \ ---with-inkjar \ ---enable-inkboard \ ---enable-lcms \ ---enable-poppler-cairo +%configure \ + --with-python \ + --with-perl \ + --with-gnome-vfs \ + --with-xft \ + --enable-inkboard \ + --enable-lcms \ + --enable-poppler-cairo \ + --disable-dependency-tracking + make %{?_smp_mflags} @@ -103,15 +102,16 @@ %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -%find_lang %{name} find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' -rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions/outline2svg.* -rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/extensions/txt2svg.* +desktop-file-install --vendor fedora --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop + +# No skencil yet +$RPM_BUILD_ROOT%{_datadir}/%{name}/extensions/sk2svg.sh -desktop-file-install --vendor fedora --delete-original \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop +%find_lang %{name} %clean @@ -131,13 +131,21 @@ %doc AUTHORS COPYING ChangeLog NEWS README %doc %{_mandir}/man1/* %{_bindir}/* -%{_datadir}/%{name}/ +%{_datadir}/%{name} %{_datadir}/applications/*.desktop %{_datadir}/pixmaps/* %{_mandir}/fr/man1/* %changelog +* Tue Jan 06 2009 Lubomir Rintel - 0.47-0.3.20090105svn +- Update to newer SVN +- Drop upstreamed patched +- Enable WordPerfect Graphics support +- Enable embedded Perl scripting +- Enable Imagemagick support +- Disable OpenSSL due to licensing issues + * Thu Aug 14 2008 Lubomir Rintel - 0.47-0.3.20080814svn - Update to today's SVN snapshot - Drop the upstreamed poppler patch Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/inkscape/devel/sources,v retrieving revision 1.16.2.2 retrieving revision 1.16.2.3 diff -u -r1.16.2.2 -r1.16.2.3 --- sources 14 Aug 2008 19:59:16 -0000 1.16.2.2 +++ sources 6 Jan 2009 15:37:41 -0000 1.16.2.3 @@ -1 +0,0 @@ -688fa4d72740e147d87e0dc30a7c4ca6 inkscape-0.46+devel.tar.gz --- inkscape-0.45.1-desktop.patch DELETED --- --- inkscape-0.46+devel-desktop.patch DELETED --- --- inkscape-0.46+devel-icons.patch DELETED --- --- inkscape-0.46+devel-uniconv.patch DELETED --- --- inkscape-0.46-cxxinclude.patch DELETED --- --- inkscape-0.46-fixlatex.patch DELETED --- --- inkscape-0.46-gtk2.13.3.patch DELETED --- --- inkscape-0.46-gtkopen.patch DELETED --- --- inkscape-0.46pre2-icons.patch DELETED --- From mcpierce at fedoraproject.org Tue Jan 6 15:42:10 2009 From: mcpierce at fedoraproject.org (Darryl L. Pierce) Date: Tue, 6 Jan 2009 15:42:10 +0000 (UTC) Subject: rpms/rubygem-rubyforge/F-10 rubygem-rubyforge.spec,1.5,1.6 Message-ID: <20090106154210.645DD70108@cvs1.fedora.phx.redhat.com> Author: mcpierce Update of /cvs/pkgs/rpms/rubygem-rubyforge/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15587 Modified Files: rubygem-rubyforge.spec Log Message: Had the wrong year in the latest changelog entry. Index: rubygem-rubyforge.spec =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rubyforge/F-10/rubygem-rubyforge.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- rubygem-rubyforge.spec 6 Jan 2009 15:37:20 -0000 1.5 +++ rubygem-rubyforge.spec 6 Jan 2009 15:41:39 -0000 1.6 @@ -55,7 +55,7 @@ %changelog -* Tue Jan 06 2008 Darryl Pierce - 1.0.2-1 +* Tue Jan 06 2009 Darryl Pierce - 1.0.2-1 - Release 1.0.2 of RubyForge. * Thu Oct 23 2008 Darryl Pierce - 1.0.1-1 From dwalsh at fedoraproject.org Tue Jan 6 15:45:20 2009 From: dwalsh at fedoraproject.org (Daniel J Walsh) Date: Tue, 6 Jan 2009 15:45:20 +0000 (UTC) Subject: rpms/libselinux/devel libselinux-rhat.patch, 1.179, 1.180 libselinux.spec, 1.353, 1.354 Message-ID: <20090106154520.5647E70108@cvs1.fedora.phx.redhat.com> Author: dwalsh Update of /cvs/extras/rpms/libselinux/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16976 Modified Files: libselinux-rhat.patch libselinux.spec Log Message: * Tue Jan 6 2009 Dan Walsh - 2.0.77-2 - Fix restorecon python code libselinux-rhat.patch: Index: libselinux-rhat.patch =================================================================== RCS file: /cvs/extras/rpms/libselinux/devel/libselinux-rhat.patch,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- libselinux-rhat.patch 6 Jan 2009 14:31:46 -0000 1.179 +++ libselinux-rhat.patch 6 Jan 2009 15:44:49 -0000 1.180 @@ -110,7 +110,7 @@ + +def restorecon(path, recursive=False): + """ Restore SELinux context on a given path """ -+ mode = os.stat(path)[stat.ST_MODE] ++ mode = os.lstat(path)[stat.ST_MODE] + status, context = matchpathcon(path, mode) + if status == 0: + lsetfilecon(path, context) @@ -153,7 +153,7 @@ + +def restorecon(path, recursive=False): + """ Restore SELinux context on a given path """ -+ mode = os.stat(path)[stat.ST_MODE] ++ mode = os.lstat(path)[stat.ST_MODE] + status, context = matchpathcon(path, mode) + if status == 0: + lsetfilecon(path, context) Index: libselinux.spec =================================================================== RCS file: /cvs/extras/rpms/libselinux/devel/libselinux.spec,v retrieving revision 1.353 retrieving revision 1.354 diff -u -r1.353 -r1.354 --- libselinux.spec 6 Jan 2009 14:31:47 -0000 1.353 +++ libselinux.spec 6 Jan 2009 15:44:49 -0000 1.354 @@ -5,7 +5,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.0.77 -Release: 1%{?dist} +Release: 2%{?dist} License: Public Domain Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/%{name}-%{version}.tgz @@ -164,6 +164,9 @@ %{ruby_sitearch}/selinux.so %changelog +* Tue Jan 6 2009 Dan Walsh - 2.0.77-2 +- Fix restorecon python code + * Tue Jan 6 2009 Dan Walsh - 2.0.77-1 - Update to upstream From mbarnes at fedoraproject.org Tue Jan 6 15:46:01 2009 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Tue, 6 Jan 2009 15:46:01 +0000 (UTC) Subject: rpms/evolution-exchange/devel .cvsignore, 1.34, 1.35 evolution-exchange.spec, 1.47, 1.48 sources, 1.34, 1.35 Message-ID: <20090106154601.8DEEC70108@cvs1.fedora.phx.redhat.com> Author: mbarnes Update of /cvs/pkgs/rpms/evolution-exchange/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17235 Modified Files: .cvsignore evolution-exchange.spec sources Log Message: * Tue Jan 06 2009 Matthew Barnes - 2.25.4-1.fc11 - Update to 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/.cvsignore,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- .cvsignore 15 Dec 2008 17:13:25 -0000 1.34 +++ .cvsignore 6 Jan 2009 15:45:31 -0000 1.35 @@ -1 +1 @@ -evolution-exchange-2.25.3.tar.bz2 +evolution-exchange-2.25.4.tar.bz2 Index: evolution-exchange.spec =================================================================== RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/evolution-exchange.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- evolution-exchange.spec 15 Dec 2008 17:13:25 -0000 1.47 +++ evolution-exchange.spec 6 Jan 2009 15:45:31 -0000 1.48 @@ -22,7 +22,7 @@ ### Abstract ### Name: evolution-exchange -Version: 2.25.3 +Version: 2.25.4 Release: 1%{?dist} License: GPLv2 Group: Applications/Productivity @@ -156,6 +156,9 @@ %{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-%{evo_major}.schemas %changelog +* Tue Jan 06 2009 Matthew Barnes - 2.25.4-1.fc11 +- Update to 2.25.4 + * Mon Dec 15 2008 Matthew Barnes - 2.25.3-1.fc11 - Update to 2.25.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- sources 15 Dec 2008 17:13:25 -0000 1.34 +++ sources 6 Jan 2009 15:45:31 -0000 1.35 @@ -1 +1 @@ -ab2c2bc2ef67ab8091084a8117b8f2ef evolution-exchange-2.25.3.tar.bz2 +d408c90c60752841b07751b0200b797a evolution-exchange-2.25.4.tar.bz2 From limb at fedoraproject.org Tue Jan 6 15:47:46 2009 From: limb at fedoraproject.org (Jon Ciesla) Date: Tue, 6 Jan 2009 15:47:46 +0000 (UTC) Subject: rpms/bacula/F-9 bacula-bat.desktop, 1.1, 1.2 bacula-bwxconsole.desktop, 1.1, 1.2 bacula-config.patch, 1.2, 1.3 bacula-director-configuration.patch, 1.1, 1.2 bacula-gconsole.desktop, 1.2, 1.3 bacula-traymonitor.desktop, 1.1, 1.2 bacula-wxconsole.desktop, 1.2, 1.3 bacula.logrotate, 1.2, 1.3 bacula.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <20090106154746.A2A7270108@cvs1.fedora.phx.redhat.com> Author: limb Update of /cvs/pkgs/rpms/bacula/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18164 Modified Files: bacula-bat.desktop bacula-bwxconsole.desktop bacula-config.patch bacula-director-configuration.patch bacula-gconsole.desktop bacula-traymonitor.desktop bacula-wxconsole.desktop bacula.logrotate bacula.spec sources Log Message: Update to 2.4.4., multiple upstream and packaging fixes. Index: bacula-bat.desktop =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-9/bacula-bat.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bacula-bat.desktop 31 Jul 2008 12:18:40 -0000 1.1 +++ bacula-bat.desktop 6 Jan 2009 15:47:15 -0000 1.2 @@ -5,7 +5,7 @@ GenericName=Backup Management Console Comment=Control your Bacula Server Exec=bat -c /etc/bacula/bat.conf -Icon=bacula.png +Icon=bat_icon Terminal=false Type=Application Categories=System;Application;Utility Index: bacula-bwxconsole.desktop =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-9/bacula-bwxconsole.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bacula-bwxconsole.desktop 31 Jul 2008 12:18:40 -0000 1.1 +++ bacula-bwxconsole.desktop 6 Jan 2009 15:47:15 -0000 1.2 @@ -5,7 +5,7 @@ GenericName=Backup Management Console Comment=Control your Bacula Server Exec=bwxconsole -c /etc/bacula/bwxconsole.conf -Icon=wxwin16x16.xpm +Icon=wxwin16x16 Terminal=false Type=Application Categories=System;Application;Utility bacula-config.patch: Index: bacula-config.patch =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-9/bacula-config.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bacula-config.patch 31 Jul 2008 12:18:40 -0000 1.2 +++ bacula-config.patch 6 Jan 2009 15:47:15 -0000 1.3 @@ -1,256 +1,122 @@ ---- bacula-2.0.2/src/gnome2-console/bgnome-console.conf.in.orig 2007-02-06 13:35:12.000000000 +0100 -+++ bacula-2.0.2/src/gnome2-console/bgnome-console.conf.in 2007-02-06 13:35:25.000000000 +0100 -@@ -3,9 +3,9 @@ - # - - Director { +--- bacula-2.4.3/src/gnome2-console/bgnome-console.conf.in.orig 2008-12-10 10:12:18.000000000 -0600 ++++ bacula-2.4.3/src/gnome2-console/bgnome-console.conf.in 2008-12-10 10:12:18.000000000 -0600 +@@ -6 +6 @@ - Name = @hostname at -dir + Name = bacula-dir - DIRport = @dir_port@ +@@ -8 +8 @@ - address = @hostname@ + address = server.example.com - Password = "@dir_password@" - } - ---- bacula-2.0.2/src/dird/bacula-dir.conf.in.orig 2007-02-06 13:33:19.000000000 +0100 -+++ bacula-2.0.2/src/dird/bacula-dir.conf.in 2007-02-06 13:34:49.000000000 +0100 -@@ -13,7 +13,7 @@ - # - - Director { # define myself +--- bacula-2.4.3/src/dird/bacula-dir.conf.in.orig 2008-12-10 10:17:27.000000000 -0600 ++++ bacula-2.4.3/src/dird/bacula-dir.conf.in 2008-12-10 10:17:27.000000000 -0600 +@@ -16 +16 @@ - Name = @hostname at -dir + Name = bacula-dir - DIRport = @dir_port@ # where we listen for UA connections - QueryFile = "@scriptdir@/query.sql" - WorkingDirectory = "@working_dir@" -@@ -27,7 +27,7 @@ - Name = "DefaultJob" - Type = Backup - Level = Incremental +@@ -30 +30 @@ - Client = @hostname at -fd + Client = bacula-fd - FileSet = "Full Set" - Schedule = "WeeklyCycle" - Storage = File -@@ -48,7 +48,7 @@ - - #Job { - # Name = "Client2" +@@ -51 +51 @@ -# Client = @hostname at 2-fd +# Client = bacula2-fd - # JobDefs = "DefaultJob" - # Write Bootstrap = "@working_dir@/Client2.bsr" - #} -@@ -75,7 +75,7 @@ - Job { - Name = "RestoreFiles" - Type = Restore +@@ -82 +82 @@ - Client=@hostname at -fd + Client=bacula-fd - FileSet="Full Set" - Storage = File - Pool = Default -@@ -149,8 +149,8 @@ - - # Client (File Services) to backup - Client { +@@ -157,2 +157,2 @@ - Name = @hostname at -fd - Address = @hostname@ + Name = bacula-fd + Address = client.example.com - FDPort = @fd_port@ - Catalog = MyCatalog - Password = "@fd_password@" # password for FileDaemon -@@ -164,8 +164,8 @@ - # You should change Name, Address, and Password before using - # - #Client { +@@ -172,2 +172,2 @@ -# Name = @hostname at 2-fd -# Address = @hostname at 2 +# Name = bacula2-fd +# Address = client2.example.com - # FDPort = @fd_port@ - # Catalog = MyCatalog - # Password = "@fd_password at 2" # password for FileDaemon 2 -@@ -179,7 +179,7 @@ - Storage { - Name = File - # Do not use "localhost" here +@@ -187 +187 @@ - Address = @hostname@ # N.B. Use a fully qualified name here -+ Address = storage.example.com # N.B. Use a fully qualified name here - SDPort = @sd_port@ - Password = "@sd_password@" - Device = FileStorage -@@ -192,7 +192,7 @@ - #Storage { - # Name = DDS-4 - # Do not use "localhost" here ++ Address = storage.example.com # N.B. Use a fully qualified name here +@@ -200 +200 @@ -# Address = @hostname@ # N.B. Use a fully qualified name here -+# Address = storage.example.com # N.B. Use a fully qualified name here - # SDPort = @sd_port@ - # Password = "@sd_password@" # password for Storage daemon - # Device = DDS-4 # must be same as Device in Storage daemon -@@ -204,7 +204,7 @@ - #Storage { - # Name = "8mmDrive" - # Do not use "localhost" here ++# Address = storage.example.com # N.B. Use a fully qualified name here +@@ -212 +212 @@ -# Address = @hostname@ # N.B. Use a fully qualified name here -+# Address = storage.example.com # N.B. Use a fully qualified name here - # SDPort = @sd_port@ - # Password = "@sd_password@" - # Device = "Exabyte 8mm" -@@ -215,7 +215,7 @@ - #Storage { - # Name = "DVD" - # Do not use "localhost" here ++# Address = storage.example.com # N.B. Use a fully qualified name here +@@ -223 +223 @@ -# Address = @hostname@ # N.B. Use a fully qualified name here -+# Address = storage.example.com # N.B. Use a fully qualified name here - # SDPort = @sd_port@ - # Password = "@sd_password@" - # Device = "DVD Writer" -@@ -285,7 +285,7 @@ - # Restricted console used by tray-monitor to get the status of the director - # - Console { ++# Address = storage.example.com # N.B. Use a fully qualified name here +@@ -299 +299 @@ - Name = @hostname at -mon + Name = bacula-mon - Password = "@mon_dir_password@" - CommandACL = status, .status - } ---- bacula-2.0.2/src/filed/bacula-fd.conf.in.orig 2007-02-06 13:30:59.000000000 +0100 -+++ bacula-2.0.2/src/filed/bacula-fd.conf.in 2007-02-06 13:31:25.000000000 +0100 -@@ -11,7 +11,7 @@ - # List Directors who are permitted to contact this File daemon - # - Director { +--- bacula-2.4.3/src/filed/bacula-fd.conf.in.orig 2008-12-10 10:19:12.000000000 -0600 ++++ bacula-2.4.3/src/filed/bacula-fd.conf.in 2008-12-10 10:19:12.000000000 -0600 +@@ -14 +14 @@ - Name = @hostname at -dir + Name = bacula-dir - Password = "@fd_password@" - } - -@@ -20,7 +20,7 @@ - # status of the file daemon - # - Director { +@@ -23 +23 @@ - Name = @hostname at -mon + Name = bacula-mon - Password = "@mon_fd_password@" - Monitor = yes - } -@@ -29,7 +29,7 @@ - # "Global" File daemon configuration specifications - # - FileDaemon { # this is me +@@ -32 +32 @@ - Name = @hostname at -fd + Name = bacula-fd - FDport = @fd_port@ # where we listen for the director - WorkingDirectory = @working_dir@ - Pid Directory = @piddir@ -@@ -39,5 +39,5 @@ - # Send all messages except skipped files back to Director - Messages { - Name = Standard +@@ -42 +42 @@ - director = @hostname at -dir = all, !skipped, !restored + director = bacula-dir = all, !skipped, !restored - } ---- bacula-2.0.2/src/console/bconsole.conf.in.orig 2007-02-06 13:32:30.000000000 +0100 -+++ bacula-2.0.2/src/console/bconsole.conf.in 2007-02-06 13:33:06.000000000 +0100 -@@ -3,8 +3,8 @@ - # - - Director { -- Name = @hostname at -dir -+ Name = bacula-dir - DIRport = @dir_port@ -- address = @hostname@ -+ address = server.example.com - Password = "@dir_password@" - } ---- bacula-2.0.2/src/stored/bacula-sd.conf.in.orig 2007-02-06 13:31:56.000000000 +0100 -+++ bacula-2.0.2/src/stored/bacula-sd.conf.in 2007-02-06 13:32:15.000000000 +0100 -@@ -11,7 +11,7 @@ - # - - Storage { # definition of myself +--- bacula-2.4.3/src/stored/bacula-sd.conf.in.orig 2008-12-10 10:21:45.000000000 -0600 ++++ bacula-2.4.3/src/stored/bacula-sd.conf.in 2008-12-10 10:21:45.000000000 -0600 +@@ -14 +14 @@ - Name = @hostname at -sd + Name = bacula-sd - SDPort = @sd_port@ # Director's port - WorkingDirectory = "@working_dir@" - Pid Directory = "@piddir@" -@@ -22,7 +22,7 @@ - # List Directors who are permitted to contact Storage daemon - # - Director { +@@ -25 +25 @@ - Name = @hostname at -dir + Name = bacula-dir - Password = "@sd_password@" - } - -@@ -31,7 +31,7 @@ - # status of the storage daemon - # - Director { +@@ -34 +34 @@ - Name = @hostname at -mon + Name = bacula-mon - Password = "@mon_sd_password@" - Monitor = yes - } -@@ -204,5 +204,5 @@ - # - Messages { - Name = Standard +@@ -228 +228 @@ - director = @hostname at -dir = all + director = bacula-dir = all - } ---- bacula-2.0.2/src/wx-console/bwx-console.conf.in.orig 2007-02-06 13:37:12.000000000 +0100 -+++ bacula-2.0.2/src/wx-console/bwx-console.conf.in 2007-02-06 13:47:02.000000000 +0100 -@@ -3,8 +3,8 @@ - # - - Director { +--- bacula-2.4.3/src/wx-console/bwx-console.conf.in.orig 2008-12-10 10:22:23.000000000 -0600 ++++ bacula-2.4.3/src/wx-console/bwx-console.conf.in 2008-12-10 10:22:23.000000000 -0600 +@@ -6 +6 @@ - Name = @hostname at -dir + Name = bacula-dir - DIRport = @dir_port@ +@@ -8 +8 @@ - address = @hostname@ + address = server.example.com - Password = "@dir_password@" - } ---- bacula-2.0.2/src/tray-monitor/tray-monitor.conf.in.orig 2007-02-06 13:47:13.000000000 +0100 -+++ bacula-2.0.2/src/tray-monitor/tray-monitor.conf.in 2007-02-06 13:47:55.000000000 +0100 -@@ -3,27 +3,27 @@ - # - - Monitor { +--- bacula-2.4.3/src/tray-monitor/tray-monitor.conf.in.orig 2008-12-10 10:28:02.000000000 -0600 ++++ bacula-2.4.3/src/tray-monitor/tray-monitor.conf.in 2008-12-10 10:28:02.000000000 -0600 +@@ -6 +6 @@ - Name = @hostname at -mon + Name = bacula-mon - Password = "@mon_dir_password@" # password for the Directors - RefreshInterval = 5 seconds - } - - Client { +@@ -12,2 +12,2 @@ - Name = @hostname at -fd - Address = @hostname@ + Name = bacula-fd + Address = client.example.com - FDPort = @fd_port@ - Password = "@mon_fd_password@" # password for FileDaemon - } - - Storage { +@@ -19,2 +19,2 @@ - Name = @hostname at -sd - Address = @hostname@ + Name = bacula-sd + Address = storage.example.com - SDPort = @sd_port@ - Password = "@mon_sd_password@" # password for StorageDaemon - } - - Director { +@@ -26 +26 @@ +- Name = @hostname at -dir ++ Name = bacula-dir +@@ -28 +27,0 @@ +- address = @hostname@ +--- bacula-2.4.3/src/qt-console/bat.conf.in.orig 2008-12-10 10:27:02.000000000 -0600 ++++ bacula-2.4.3/src/qt-console/bat.conf.in 2008-12-10 10:27:02.000000000 -0600 +@@ -6 +6 @@ - Name = @hostname at -dir + Name = bacula-dir - DIRport = @dir_port@ +@@ -8 +8 @@ - address = @hostname@ --} -\ No newline at end of file + address = server.example.com -+} +--- bacula-2.4.3/src/stored/stored.conf.in.orig 2008-12-10 10:27:44.000000000 -0600 ++++ bacula-2.4.3/src/stored/stored.conf.in 2008-12-10 10:27:44.000000000 -0600 +@@ -11 +11 @@ +- Address = @hostname@ ++ Address = storage.example.com +@@ -22 +22 @@ +- Name = @hostname at -dir ++ Name = bacula-dir +@@ -54 +54 @@ +- director = @hostname at -dir = all ++ director = bacula-dir = all bacula-director-configuration.patch: Index: bacula-director-configuration.patch =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-9/bacula-director-configuration.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bacula-director-configuration.patch 24 Jul 2007 20:11:04 -0000 1.1 +++ bacula-director-configuration.patch 6 Jan 2009 15:47:15 -0000 1.2 @@ -1,34 +1,17 @@ ---- bacula-1.38.11/src/dird/bacula-dir.conf.in.orig 2006-09-03 03:13:26.000000000 +0200 -+++ bacula-1.38.11/src/dird/bacula-dir.conf.in 2006-09-03 03:14:46.000000000 +0200 -@@ -15,7 +15,7 @@ - Director { # define myself - Name = @hostname at -dir - DIRport = @dir_port@ # where we listen for UA connections +--- bacula-2.4.3/src/dird/bacula-dir.conf.in.orig 2008-12-10 08:59:18.000000000 -0600 ++++ bacula-2.4.3/src/dird/bacula-dir.conf.in 2008-12-10 08:59:18.000000000 -0600 +@@ -18 +18 @@ - QueryFile = "@scriptdir@/query.sql" + QueryFile = "/etc/bacula/query.sql" - WorkingDirectory = "@working_dir@" - PidDirectory = "@piddir@" - Maximum Concurrent Jobs = 1 -@@ -101,11 +101,10 @@ - # if you have other partitons such as /usr or /home - # you will probably want to add them too. - # +@@ -108,3 +108,2 @@ -# By default this is defined to point to the Bacula build -# directory to give a reasonable FileSet to backup to -# disk storage during initial testing. +# This File-directive would backup your whole filesystem. +# It is disabled by default - # +@@ -112 +111 @@ - File = @BUILD_DIR@ -+# File = / - } - - # -@@ -266,7 +266,7 @@ - mailcommand = "@sbindir@/bsmtp -h @smtp_host@ -f \"\(Bacula\) %r\" -s \"Bacula daemon message\" %r" - mail = @job_email@ = all, !skipped - console = all, !skipped, !saved ++ File = / +@@ -263 +262 @@ - append = "@working_dir@/log" = all, !skipped + append = "/var/log/bacula.log" = all, !skipped - } - Index: bacula-gconsole.desktop =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-9/bacula-gconsole.desktop,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bacula-gconsole.desktop 31 Jul 2008 12:18:40 -0000 1.2 +++ bacula-gconsole.desktop 6 Jan 2009 15:47:15 -0000 1.3 @@ -5,7 +5,7 @@ GenericName=Backup Management Console Comment=Control your Bacula Server Exec=bgnome-console -c /etc/bacula/bgnome-console.conf -Icon=bacula.png +Icon=bacula Terminal=false Type=Application Categories=System;Application; Index: bacula-traymonitor.desktop =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-9/bacula-traymonitor.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bacula-traymonitor.desktop 24 Jul 2007 20:11:04 -0000 1.1 +++ bacula-traymonitor.desktop 6 Jan 2009 15:47:15 -0000 1.2 @@ -5,7 +5,7 @@ GenericName=Bacula Tray Monitor Comment=Monitor your Bacula Backup server Exec=bacula-tray-monitor -c /etc/bacula/tray-monitor.conf -Icon=bacula-tray-monitor.xpm +Icon=bacula-tray-monitor Terminal=false Type=Application Categories=System;Application;Utility Index: bacula-wxconsole.desktop =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-9/bacula-wxconsole.desktop,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bacula-wxconsole.desktop 31 Jul 2008 12:18:40 -0000 1.2 +++ bacula-wxconsole.desktop 6 Jan 2009 15:47:15 -0000 1.3 @@ -5,7 +5,7 @@ GenericName=Backup Management Console Comment=Control your Bacula Server Exec=wxconsole -c /etc/bacula/bwxconsole.conf -Icon=wxwin16x16.xpm +Icon=wxwin16x16 Terminal=false Type=Application Categories=System;Application; Index: bacula.logrotate =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-9/bacula.logrotate,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bacula.logrotate 29 Aug 2008 17:25:48 -0000 1.2 +++ bacula.logrotate 6 Jan 2009 15:47:15 -0000 1.3 @@ -1,6 +1,6 @@ # Bacula logrotate script -/var/log/bacula/*.log /var/spool/bacula/log { +/var/log/bacula/*.log /var/spool/bacula/log /var/log/bacula.log { monthly rotate 4 notifempty Index: bacula.spec =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-9/bacula.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- bacula.spec 10 Sep 2008 15:39:05 -0000 1.9 +++ bacula.spec 6 Jan 2009 15:47:15 -0000 1.10 @@ -4,12 +4,11 @@ %define docs_version %{version} %define gui_version %{version} %define config_dir %{_sysconfdir}/bacula -%define _default_patch_fuzz 2 Summary: Cross platform network backup for Linux, Unix, Mac and Windows Name: bacula -Version: 2.2.8 -Release: 3%{?dist} +Version: 2.4.4 +Release: 1%{?dist} # See LICENSE for details License: GPLv2 with exceptions Group: System Environment/Daemons @@ -25,6 +24,7 @@ Source9: bacula-sd.init #Source10: http://download.sourceforge.net/bacula/bacula-gui-%{gui_version}.tar.gz #Source11: bacula-web.apache +Source12: bacula-bat.desktop Patch0: bacula-director-configuration.patch Patch1: bacula-config.patch #Patch2: bacula-wxconsole.patch @@ -36,6 +36,8 @@ #Patch8: 2.0.3-verify.patch #Patch9: 2.0.3-tls-disconnect.patch #Patch10: bacula-web-smarty.patch +#Patch11: bacula-2.4.3-orphaned-jobs.patch +#Patch12: bacula-2.4.3-python26.patch URL: http://www.bacula.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: openssl-devel, atk-devel, ncurses-devel, pango-devel, perl @@ -46,7 +48,7 @@ BuildRequires: mysql-devel, cdrecord, postgresql-devel, wxGTK-devel BuildRequires: desktop-file-utils, python-devel, sqlite-devel, sed, BuildRequires: libacl-devel, latex2html, tetex-latex, tetex, ghostscript -BuildRequires: dvipdfm +BuildRequires: dvipdfm, qwt-devel %if 0%{?fedora} >= 7 BuildRequires: tcp_wrappers-devel @@ -119,6 +121,7 @@ Group: System Environment/Daemons Requires: bacula-director = %{version}-%{release} Requires: bacula-common = %{version}-%{release} +Requires: logwatch Requires(pre): fedora-usermgmt Requires(postun): fedora-usermgmt @@ -222,6 +225,7 @@ %package common Summary: Common Bacula utilities Group: System Environment/Daemons +Requires: bacula-sysconfdir = %{version}-%{release} Requires(pre): fedora-usermgmt Requires(postun): fedora-usermgmt @@ -234,6 +238,7 @@ %package console Summary: Bacula management console Group: System Environment/Daemons +Requires: bacula-sysconfdir = %{version}-%{release} %description console Bacula is a set of programs that allow you to manage the backup, @@ -247,6 +252,7 @@ %package console-gnome Summary: Bacula console for the Gnome desktop environment Group: System Environment/Daemons +Requires: bacula-sysconfdir = %{version}-%{release} Requires: usermode %description console-gnome @@ -256,10 +262,24 @@ This package contains the gnome version of the bacula management console +%package console-bat +Summary: Bacula bat console +Group: System Environment/Daemons +Requires: bacula-sysconfdir = %{version}-%{release} +Requires: usermode + +%description console-bat +Bacula is a set of programs that allow you to manage the backup, +recovery, and verification of computer data across a network of +different computers. It is based on a client/server architecture. + +This package contains the bat version of the bacula management console + %package console-wxwidgets Summary: Bacula console using the wx widgets toolkit Group: System Environment/Daemons +Requires: bacula-sysconfdir = %{version}-%{release} Requires: usermode %description console-wxwidgets @@ -271,6 +291,18 @@ console. +%package sysconfdir +Summary: /etc/bacula dependency for Bacula +Group: System Environment/Daemons + +%description sysconfdir +Bacula is a set of programs that allow you to manage the backup, +recovery, and verification of computer data across a network of +different computers. It is based on a client/server architecture. + +This package provides the /etc/bacula directory in order to satisfy +certain scripted checks. + %package traymonitor Summary: Bacula monitor for the Gnome and KDE system tray Group: System Environment/Daemons @@ -329,6 +361,8 @@ #%patch7 -p0 #%patch8 -p0 #%patch9 -p0 +#%patch11 -p0 +#%patch12 -p0 # Remove execution permissions from files we're packaging as docs later on find examples -type f | xargs chmod -x @@ -387,6 +421,8 @@ --with-python \ --enable-smartalloc \ --with-x \ + --enable-bat \ + --with-qwt=/usr/lib \ $* # Scratch this, it is trouble # --with-readline \ @@ -530,14 +566,22 @@ install -m 644 -D bacula-sqlite/src/wx-console/wxwin16x16.xpm %{buildroot}%{_datadir}/pixmaps/wxwin16x16.xpm install -m 644 -D bacula-sqlite/scripts/wxconsole.pamd %{buildroot}%{_sysconfdir}/pam.d/wxconsole install -m 644 -D bacula-sqlite/scripts/wxconsole.desktop.consolehelper %{buildroot}%{_sysconfdir}/security/console.apps/wxconsole +#bat.pamd is broken. +install -m 644 -D bacula-sqlite/scripts/bgnome-console.pamd %{buildroot}%{_sysconfdir}/pam.d/bat +install -m 644 -D bacula-sqlite/scripts/bat.desktop.consolehelper %{buildroot}%{_sysconfdir}/security/console.apps/bat install -m 644 -D bacula-sqlite/src/tray-monitor/generic.xpm %{buildroot}%{_datadir}/pixmaps/bacula-tray-monitor.xpm +install -m 644 -D bacula-sqlite/src/qt-console/images/bat_icon.png %{buildroot}%{_datadir}/pixmaps/bat_icon.png + ln -sf consolehelper %{buildroot}%{_bindir}/gnome-console ln -sf consolehelper %{buildroot}%{_bindir}/wxconsole +ln -sf consolehelper %{buildroot}%{_bindir}/bat +install -m 755 bacula-sqlite/src/qt-console/bat %{buildroot}%{_sbindir} desktop-file-install --vendor="fedora" --dir=%{buildroot}%{_datadir}/applications %{SOURCE3} desktop-file-install --vendor="fedora" --dir=%{buildroot}%{_datadir}/applications %{SOURCE4} desktop-file-install --vendor="fedora" --dir=%{buildroot}%{_datadir}/applications %{SOURCE5} +desktop-file-install --vendor="fedora" --dir=%{buildroot}%{_datadir}/applications %{SOURCE12} # logrotate @@ -624,11 +668,13 @@ /usr/sbin/alternatives --remove bacula-dir /usr/sbin/bacula-dir.mysql fi + %preun director-sqlite if [ "$1" = 0 ]; then /usr/sbin/alternatives --remove bacula-dir /usr/sbin/bacula-dir.sqlite fi + %preun director-postgresql if [ "$1" = 0 ]; then /usr/sbin/alternatives --remove bacula-dir /usr/sbin/bacula-dir.postgresql @@ -680,7 +726,7 @@ %preun client -if [ $1 = 0 ]; then +if [ "$1" = 0 ]; then /sbin/service bacula-fd stop >/dev/null 2>&1 || : /sbin/chkconfig --del bacula-fd fi @@ -697,7 +743,7 @@ %preun director-common -if [ $1 = 0 ]; then +if [ "$1" = 0 ]; then /sbin/service bacula-dir stop >/dev/null 2>&1 || : /sbin/chkconfig --del bacula-dir fi @@ -714,7 +760,7 @@ %preun storage-common -if [ $1 = 0 ]; then +if [ "$1" = 0 ]; then /sbin/service bacula-sd stop >/dev/null 2>&1 || : /sbin/chkconfig --del bacula-sd fi @@ -726,13 +772,19 @@ fi +# For this braindeadness, please see +# https://bugzilla.redhat.com/show_bug.cgi?id=473627 +%files sysconfdir +%defattr(-,root,root,-) +%dir %{_sysconfdir}/bacula + + %files common %defattr(-,root,root,-) %doc bacula-%{version}/AUTHORS bacula-%{version}/ChangeLog bacula-%{version}/COPYING bacula-%{version}/LICENSE %doc bacula-%{version}/README bacula-%{version}/SUPPORT bacula-%{version}/VERIFYING %doc bacula-%{version}/examples/ %config(noreplace) %{_sysconfdir}/logrotate.d/bacula -%dir %{_sysconfdir}/bacula %dir %{_libexecdir}/bacula %{_sbindir}/bsmtp %{_sbindir}/btraceback @@ -772,6 +824,17 @@ %{_datadir}/applications/fedora-bacula-gconsole.desktop %{_datadir}/pixmaps/bacula.png +%files console-bat +%defattr(-,root,root,-) +%config %{_sysconfdir}/security/console.apps/bat +%config %{_sysconfdir}/pam.d/bat +%attr(640,root,bacula) %config(noreplace) %{_sysconfdir}/bacula/bat.conf +%{_bindir}/bat +%{_sbindir}/bat +%{_mandir}/man1/bat.1.gz +%{_datadir}/applications/fedora-bacula-bat.desktop +%{_datadir}/pixmaps/bat_icon.png + %files console-wxwidgets %defattr(-,root,root,-) @@ -796,7 +859,6 @@ %{_initrddir}/bacula-dir %{_sbindir}/bregex %{_sbindir}/bwild -%{_mandir}/man1/bat.1.gz %{_mandir}/man8/dbcheck.8* %{_mandir}/man8/bacula-dir.8* %{_libexecdir}/bacula/delete_catalog_backup @@ -928,10 +990,39 @@ %changelog -* Wed Sep 10 2008 Jon Ciesla - 2.2.8-3 +* Mon Jan 05 2009 Jon Ciesla - 2.4.3-4 +- Fixed dependency "issues" #473627 by adding the sysconfdir subpackage. + +* Mon Nov 17 2008 Jon Ciesla - 2.4.3-3 +- Added upstream orphaned jobs patch. +- Fixed logrotate file. + +* Mon Nov 10 2008 Jon Ciesla - 2.4.3-2 +- Added bat. BZ 470800. + +* Wed Oct 22 2008 Jon Ciesla - 2.4.3-1 +- Update to 2.4.3. + +* Tue Sep 09 2008 Jon Ciesla - 2.4.2-2 - Logrotate fix. BZ 457894. - Alternatives fix. BZ 458432. +* Thu Jul 31 2008 Jon Ciesla - 2.4.2-1 +- Update to 2.4.2. + * Wed Jul 30 2008 Andreas Thienemann - 2.2.8-2 - Fixed %%{fedora} comparision, making bacula-sqlite build on rawhide Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bacula/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 31 Jul 2008 12:18:40 -0000 1.3 +++ sources 6 Jan 2009 15:47:16 -0000 1.4 @@ -1,2 +1,2 @@ -4547d0bf9f976d5d9ea5f21a7bd078ee bacula-2.2.8.tar.gz -9cc38ace92d52c7bebbbfc2ed5507b79 bacula-docs-2.2.8.tar.bz2 +4eb6155b45611018af03002d37a2ffde bacula-2.4.4.tar.gz +d9bb3e8ca8c9a4c741b83569c21a4806 bacula-docs-2.4.4.tar.bz2 From rdieter at fedoraproject.org Tue Jan 6 15:49:57 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Tue, 6 Jan 2009 15:49:57 +0000 (UTC) Subject: rpms/eigen2/F-10 .cvsignore, 1.5, 1.6 eigen2.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <20090106154957.BE3DC70108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/eigen2/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18909 Modified Files: .cvsignore eigen2.spec sources Log Message: * Tue Jan 06 2009 Rex Dieter 2.0-0.7.beta5 - eigen-2.0-beta5 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-10/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 5 Jan 2009 15:06:58 -0000 1.5 +++ .cvsignore 6 Jan 2009 15:49:27 -0000 1.6 @@ -1 +1 @@ -eigen-2.0-beta4.tar.bz2 +eigen-2.0-beta5.tar.bz2 Index: eigen2.spec =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-10/eigen2.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- eigen2.spec 5 Jan 2009 15:06:58 -0000 1.4 +++ eigen2.spec 6 Jan 2009 15:49:27 -0000 1.5 @@ -3,16 +3,16 @@ # http://bugzilla.redhat.com/459705 %define _with_check -DBUILD_TESTS=ON -%define pre beta4 +%define pre beta5 Name: eigen2 Summary: A lightweight C++ template library for vector and matrix math Version: 2.0 -Release: 0.6.%{pre}%{?dist} +Release: 0.7.%{pre}%{?dist} Group: System Environment/Libraries License: GPLv2+ or LGPLv3+ URL: http://eigen.tuxfamily.org/ -Source0: http://eigen.tuxfamily.org/eigen-%{version}-%{pre}.tar.bz2 +Source0: http://download.tuxfamily.org/eigen/eigen-%{version}-%{pre}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -82,6 +82,9 @@ %changelog +* Tue Jan 06 2009 Rex Dieter 2.0-0.7.beta5 +- eigen-2.0-beta5 + * Sun Jan 04 2009 Rex Dieter 2.0-0.6.beta4 - eigen-2.0-beta4 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-10/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 5 Jan 2009 15:06:58 -0000 1.5 +++ sources 6 Jan 2009 15:49:27 -0000 1.6 @@ -1 +1 @@ -2a83362c251da812be16963da0186ad5 eigen-2.0-beta4.tar.bz2 +1516005412881714f692a9f2c5c061a6 eigen-2.0-beta5.tar.bz2 From rdieter at fedoraproject.org Tue Jan 6 15:50:46 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Tue, 6 Jan 2009 15:50:46 +0000 (UTC) Subject: rpms/eigen2/F-9 .cvsignore, 1.5, 1.6 eigen2.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <20090106155046.2ED0070108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/eigen2/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19366 Modified Files: .cvsignore eigen2.spec sources Log Message: * Tue Jan 06 2009 Rex Dieter 2.0-0.7.beta5 - eigen-2.0-beta5 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-9/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 5 Jan 2009 15:07:18 -0000 1.5 +++ .cvsignore 6 Jan 2009 15:50:15 -0000 1.6 @@ -1 +1 @@ -eigen-2.0-beta4.tar.bz2 +eigen-2.0-beta5.tar.bz2 Index: eigen2.spec =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-9/eigen2.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- eigen2.spec 5 Jan 2009 15:07:18 -0000 1.4 +++ eigen2.spec 6 Jan 2009 15:50:15 -0000 1.5 @@ -3,16 +3,16 @@ # http://bugzilla.redhat.com/459705 %define _with_check -DBUILD_TESTS=ON -%define pre beta4 +%define pre beta5 Name: eigen2 Summary: A lightweight C++ template library for vector and matrix math Version: 2.0 -Release: 0.6.%{pre}%{?dist} +Release: 0.7.%{pre}%{?dist} Group: System Environment/Libraries License: GPLv2+ or LGPLv3+ URL: http://eigen.tuxfamily.org/ -Source0: http://eigen.tuxfamily.org/eigen-%{version}-%{pre}.tar.bz2 +Source0: http://download.tuxfamily.org/eigen/eigen-%{version}-%{pre}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -82,6 +82,9 @@ %changelog +* Tue Jan 06 2009 Rex Dieter 2.0-0.7.beta5 +- eigen-2.0-beta5 + * Sun Jan 04 2009 Rex Dieter 2.0-0.6.beta4 - eigen-2.0-beta4 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eigen2/F-9/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 5 Jan 2009 15:07:18 -0000 1.5 +++ sources 6 Jan 2009 15:50:15 -0000 1.6 @@ -1 +1 @@ -2a83362c251da812be16963da0186ad5 eigen-2.0-beta4.tar.bz2 +1516005412881714f692a9f2c5c061a6 eigen-2.0-beta5.tar.bz2 From mbarnes at fedoraproject.org Tue Jan 6 16:06:30 2009 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Tue, 6 Jan 2009 16:06:30 +0000 (UTC) Subject: rpms/evolution-exchange/devel evolution-exchange.spec,1.48,1.49 Message-ID: <20090106160630.108CE70108@cvs1.fedora.phx.redhat.com> Author: mbarnes Update of /cvs/pkgs/rpms/evolution-exchange/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25116 Modified Files: evolution-exchange.spec Log Message: Try working around libtool breakage. Index: evolution-exchange.spec =================================================================== RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/evolution-exchange.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- evolution-exchange.spec 6 Jan 2009 15:45:31 -0000 1.48 +++ evolution-exchange.spec 6 Jan 2009 16:05:59 -0000 1.49 @@ -111,7 +111,7 @@ # -DGTK_DISABLE_DEPRECATED=1 \ # Regenerate configure to pick up acinclude.m4 changes. -autoreconf --force +autoreconf --force --install %configure \ --enable-gtk-doc \ From pkgdb at fedoraproject.org Tue Jan 6 16:07:27 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 16:07:27 +0000 Subject: [pkgdb] cmake had acl change status Message-ID: <20090106160727.EA3C2208D50@bastion.fedora.phx.redhat.com> orion has set the watchcommits acl on cmake (Fedora devel) to Approved for rdieter To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From pkgdb at fedoraproject.org Tue Jan 6 16:07:27 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 16:07:27 +0000 Subject: [pkgdb] cmake had acl change status Message-ID: <20090106160729.6AB1A208D57@bastion.fedora.phx.redhat.com> orion has set the watchbugzilla acl on cmake (Fedora devel) to Approved for rdieter To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From pkgdb at fedoraproject.org Tue Jan 6 16:07:30 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 16:07:30 +0000 Subject: [pkgdb] cmake had acl change status Message-ID: <20090106160730.54A3D208D6A@bastion.fedora.phx.redhat.com> orion has set the commit acl on cmake (Fedora devel) to Approved for rdieter To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From pkgdb at fedoraproject.org Tue Jan 6 16:07:48 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 16:07:48 +0000 Subject: [pkgdb] cmake had acl change status Message-ID: <20090106160748.9CA6A208D4F@bastion.fedora.phx.redhat.com> orion has set the watchbugzilla acl on cmake (Fedora 10) to Approved for rdieter To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From pkgdb at fedoraproject.org Tue Jan 6 16:07:51 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 16:07:51 +0000 Subject: [pkgdb] cmake had acl change status Message-ID: <20090106160751.EF9DE208D51@bastion.fedora.phx.redhat.com> orion has set the watchcommits acl on cmake (Fedora 10) to Approved for rdieter To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From pkgdb at fedoraproject.org Tue Jan 6 16:07:52 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 16:07:52 +0000 Subject: [pkgdb] cmake had acl change status Message-ID: <20090106160752.69FBE208DA6@bastion.fedora.phx.redhat.com> orion has set the commit acl on cmake (Fedora 10) to Approved for rdieter To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/cmake From mclasen at fedoraproject.org Tue Jan 6 16:14:27 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 16:14:27 +0000 (UTC) Subject: rpms/gnome-games/devel .cvsignore, 1.90, 1.91 gnome-games.spec, 1.194, 1.195 sources, 1.95, 1.96 Message-ID: <20090106161428.0082670108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gnome-games/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27634 Modified Files: .cvsignore gnome-games.spec sources Log Message: 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gnome-games/devel/.cvsignore,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- .cvsignore 17 Dec 2008 23:55:30 -0000 1.90 +++ .cvsignore 6 Jan 2009 16:13:57 -0000 1.91 @@ -1 +1 @@ -gnome-games-2.25.3.tar.bz2 +gnome-games-2.25.4.tar.bz2 Index: gnome-games.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnome-games/devel/gnome-games.spec,v retrieving revision 1.194 retrieving revision 1.195 diff -u -r1.194 -r1.195 --- gnome-games.spec 17 Dec 2008 23:55:30 -0000 1.194 +++ gnome-games.spec 6 Jan 2009 16:13:57 -0000 1.195 @@ -43,7 +43,7 @@ Summary: Games for the GNOME desktop Name: gnome-games -Version: 2.25.3 +Version: 2.25.4 Release: 1%{?dist} Epoch: 1 License: GPLv2+ and GFDL @@ -356,6 +356,9 @@ %{_datadir}/omf/* %changelog +* Tue Jan 6 2009 Matthias Clasen - 1:2.25.4-1 +- Update to 2.25.4 + * Wed Dec 17 2008 Matthias Clasen - 1:2.25.3-1 - Update to 2.25.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gnome-games/devel/sources,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- sources 17 Dec 2008 23:55:30 -0000 1.95 +++ sources 6 Jan 2009 16:13:57 -0000 1.96 @@ -1 +1 @@ -7867045ef7ea02a5d30596868afdb0eb gnome-games-2.25.3.tar.bz2 +f78a4141f8d634d83eb3ce1c9fc995f9 gnome-games-2.25.4.tar.bz2 From mclasen at fedoraproject.org Tue Jan 6 16:17:46 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 16:17:46 +0000 (UTC) Subject: rpms/eog/devel .cvsignore, 1.74, 1.75 eog.spec, 1.134, 1.135 sources, 1.74, 1.75 Message-ID: <20090106161746.1BC8170108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/eog/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28940 Modified Files: .cvsignore eog.spec sources Log Message: 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eog/devel/.cvsignore,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- .cvsignore 17 Dec 2008 17:23:53 -0000 1.74 +++ .cvsignore 6 Jan 2009 16:17:15 -0000 1.75 @@ -1 +1 @@ -eog-2.25.3.tar.bz2 +eog-2.25.4.tar.bz2 Index: eog.spec =================================================================== RCS file: /cvs/pkgs/rpms/eog/devel/eog.spec,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- eog.spec 17 Dec 2008 17:45:08 -0000 1.134 +++ eog.spec 6 Jan 2009 16:17:15 -0000 1.135 @@ -12,8 +12,8 @@ Summary: Eye of GNOME image viewer Name: eog -Version: 2.25.3 -Release: 2%{?dist} +Version: 2.25.4 +Release: 1%{?dist} URL: http://projects.gnome.org/eog/ Source: http://download.gnome.org/sources/eog/2.25/%{name}-%{version}.tar.bz2 Patch0: libxml.patch @@ -181,6 +181,9 @@ %{_datadir}/gtk-doc/html/eog %changelog +* Tue Jan 6 2009 Matthias Clasen - 2.25.4-1 +- Update to 2.25.4 + * Wed Dec 17 2008 Matthias Clasen - 2.25.3-2 - Update to 2.25.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eog/devel/sources,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- sources 17 Dec 2008 17:23:54 -0000 1.74 +++ sources 6 Jan 2009 16:17:15 -0000 1.75 @@ -1 +1 @@ -f0b80bc25aec29fe15c194ba63f8d072 eog-2.25.3.tar.bz2 +9fd02dae4c731e2fe2fb16ae8c09baf3 eog-2.25.4.tar.bz2 From rstrode at fedoraproject.org Tue Jan 6 16:18:49 2009 From: rstrode at fedoraproject.org (Ray Strode) Date: Tue, 6 Jan 2009 16:18:49 +0000 (UTC) Subject: rpms/gnome-desktop/devel gnome-desktop-2.25.1.1-fade.patch, 1.5, 1.6 gnome-desktop.spec, 1.194, 1.195 Message-ID: <20090106161849.2B8C870108@cvs1.fedora.phx.redhat.com> Author: rstrode Update of /cvs/pkgs/rpms/gnome-desktop/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29430 Modified Files: gnome-desktop-2.25.1.1-fade.patch gnome-desktop.spec Log Message: - Stop cross fade before freeing pixmaps in finalize instead of after. gnome-desktop-2.25.1.1-fade.patch: Index: gnome-desktop-2.25.1.1-fade.patch =================================================================== RCS file: /cvs/pkgs/rpms/gnome-desktop/devel/gnome-desktop-2.25.1.1-fade.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gnome-desktop-2.25.1.1-fade.patch 5 Dec 2008 14:36:10 -0000 1.5 +++ gnome-desktop-2.25.1.1-fade.patch 6 Jan 2009 16:18:18 -0000 1.6 @@ -255,7 +255,7 @@ new file mode 100644 --- /dev/null +++ b/libgnome-desktop/gnome-bg-crossfade.c -@@ -0,0 +1,541 @@ +@@ -0,0 +1,540 @@ +/* gnome-bg-crossfade.h - fade window background between two pixmaps + * + * Copyright (C) 2008 Red Hat, Inc. @@ -388,6 +388,8 @@ + + fade = GNOME_BG_CROSSFADE (object); + ++ gnome_bg_crossfade_stop (fade); ++ + if (fade->priv->fading_pixmap != NULL) { + g_object_unref (fade->priv->fading_pixmap); + fade->priv->fading_pixmap = NULL; @@ -397,12 +399,6 @@ + g_object_unref (fade->priv->end_pixmap); + fade->priv->end_pixmap = NULL; + } -+ -+ if (fade->priv->timeout_id != 0) { -+ g_source_remove (fade->priv->timeout_id); -+ fade->priv->timeout_id = 0; -+ } -+ +} + +static void @@ -694,6 +690,9 @@ +static void +on_finished (GnomeBGCrossfade *fade) +{ ++ if (fade->priv->timeout_id == 0) ++ return; ++ + g_assert (fade->priv->end_pixmap != NULL); + + gdk_window_set_back_pixmap (fade->priv->window, Index: gnome-desktop.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnome-desktop/devel/gnome-desktop.spec,v retrieving revision 1.194 retrieving revision 1.195 diff -u -r1.194 -r1.195 --- gnome-desktop.spec 17 Dec 2008 05:14:15 -0000 1.194 +++ gnome-desktop.spec 6 Jan 2009 16:18:18 -0000 1.195 @@ -12,7 +12,7 @@ Summary: Package containing code shared among gnome-panel, gnome-session, nautilus, etc Name: gnome-desktop Version: 2.25.3 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.gnome.org Source0: http://download.gnome.org/sources/gnome-desktop/2.25/%{name}-%{version}.tar.bz2 License: GPLv2+ and LGPLv2+ @@ -124,6 +124,10 @@ %doc %{_datadir}/gtk-doc/html/gnome-desktop/ %changelog +* Tue Jan 6 2009 Ray Strode - 2.25.3-3 +- Stop cross fade before freeing pixmaps in finalize instead + of after. + * Tue Dec 16 2008 Matthias Clasen - 2.25.3-2 - Update to 2.25.3 From jlaska at fedoraproject.org Tue Jan 6 16:26:47 2009 From: jlaska at fedoraproject.org (James Laska) Date: Tue, 6 Jan 2009 16:26:47 +0000 (UTC) Subject: rpms/snake/EL-4 import.log, NONE, 1.1 .cvsignore, 1.3, 1.4 snake.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <20090106162647.A45E07013F@cvs1.fedora.phx.redhat.com> Author: jlaska Update of /cvs/pkgs/rpms/snake/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31589/EL-4 Modified Files: .cvsignore snake.spec sources Added Files: import.log Log Message: Update to snake-0.11-0.12 --- NEW FILE import.log --- snake-0_11-0_12_fc10:EL-4:snake-0.11-0.12.fc10.src.rpm:1231259161 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/snake/EL-4/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 17 Jun 2008 13:10:20 -0000 1.3 +++ .cvsignore 6 Jan 2009 16:26:17 -0000 1.4 @@ -1 +1 @@ -snake-0.11-0.7.tar.bz2 +snake-0.11-0.12.tar.bz2 Index: snake.spec =================================================================== RCS file: /cvs/pkgs/rpms/snake/EL-4/snake.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- snake.spec 17 Jun 2008 13:10:20 -0000 1.2 +++ snake.spec 6 Jan 2009 16:26:17 -0000 1.3 @@ -4,13 +4,13 @@ Name: snake Summary: Smart Network Automated Kickstart Environment Version: 0.11 -%define rel 0.7 +%define rel 0.12 Release: %{rel}%{?dist} Source0: http://hosted.fedoraproject.org/projects/snake/SnakeReleases/%{name}-%{version}-%{rel}.tar.bz2 License: GPLv2+ Group: Applications/Internet URL: http://hosted.fedoraproject.org/projects/snake/ -Requires: yum +Requires: yum, pax BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch BuildRequires: python-devel @@ -58,7 +58,7 @@ %{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/%{_localstatedir}/lib/snake -install -d $RPM_BUILD_ROOT/%{_localstatedir}/lib/snake/{kickstarts,trees,machines} +install -d $RPM_BUILD_ROOT/%{_localstatedir}/lib/snake/{kickstarts,templates,trees,machines} %clean @@ -78,7 +78,7 @@ %files %defattr(-,root,root,-) -%doc README LICENSE +%doc README LICENSE docs/DESIGN docs/cobbler.ks %{_sbindir}/snake-install %{_sbindir}/snake-install-tui %{_sbindir}/snake-tree @@ -111,7 +111,6 @@ %if %{build_server} %files server %defattr(-,root,root,-) -%doc docs/DESIGN %{_sbindir}/snake-server %dir %{_localstatedir}/lib/snake %dir %{_localstatedir}/lib/snake/kickstarts @@ -123,6 +122,7 @@ %config(noreplace) %{_sysconfdir}/snake.conf %config(noreplace) %{_sysconfdir}/logrotate.d/snake-server %{_sysconfdir}/init.d/snake-server +%{python_sitelib}/snake/anamon.py* %{python_sitelib}/snake/compose.py* %{python_sitelib}/snake/config.py* %{python_sitelib}/snake/dbushelper.py* @@ -135,6 +135,27 @@ %changelog +* Mon Jan 5 2009 James Laska 0.11-0.12 +- Minor fix to cobbler template and move %doc into base package (jlaska) + +* Thu Dec 18 2008 James Laska 0.11-0.11 +- ticket#64 - only parse kickstarts when requested during snake-ks generate + (jlaska) + +* Fri Aug 29 2008 James Laska 0.11-0.10 +- ticket#54 - correct for older grubby that can't handle --title that contains + spaces (jlaska) +- handle version parsing problems by falling back to "devel" (wwoods) + +* Mon Jul 28 2008 James Laska 0.11-0.9 +- ticket#60 - Added snake/anamon.py to packaging + +* Mon Jul 28 2008 James Laska 0.11-0.8 +- ticket#59 - snake-install-tui will auto-register an unregistered system when + using server-side kickstarts +- ticket#57 - Fixed snake-install -c argument handling +- Enable 'writefp' support for python templates + * Tue Jun 17 2008 James Laska 0.11-0.7 - ticket#56 - Fixed translate.py traceback for older python Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/snake/EL-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 17 Jun 2008 13:10:20 -0000 1.3 +++ sources 6 Jan 2009 16:26:17 -0000 1.4 @@ -1 +1 @@ -c6363556d27e081d91f3de94ca084e72 snake-0.11-0.7.tar.bz2 +0a763da58a7f8babeccae3a6d35abff6 snake-0.11-0.12.tar.bz2 From s4504kr at fedoraproject.org Tue Jan 6 16:27:18 2009 From: s4504kr at fedoraproject.org (Jochen Schmitt) Date: Tue, 6 Jan 2009 16:27:18 +0000 (UTC) Subject: rpms/ksplice/devel .cvsignore, 1.6, 1.7 ksplice.spec, 1.10, 1.11 sources, 1.6, 1.7 Message-ID: <20090106162718.54FAF7013F@cvs1.fedora.phx.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/ksplice/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31794 Modified Files: .cvsignore ksplice.spec sources Log Message: New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ksplice/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 1 Dec 2008 18:53:41 -0000 1.6 +++ .cvsignore 6 Jan 2009 16:26:48 -0000 1.7 @@ -1 +1 @@ -ksplice-0.9.4-src.tar.gz +ksplice-0.9.5-src.tar.gz Index: ksplice.spec =================================================================== RCS file: /cvs/extras/rpms/ksplice/devel/ksplice.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ksplice.spec 1 Dec 2008 18:53:41 -0000 1.10 +++ ksplice.spec 6 Jan 2009 16:26:48 -0000 1.11 @@ -1,5 +1,5 @@ Name: ksplice -Version: 0.9.4 +Version: 0.9.5 Release: 1%{?dist} Summary: Patching a Linux kernel without reboot @@ -84,6 +84,9 @@ %doc COPYING README %changelog +* Tue Jan 6 2009 Jochen Schmitt 0.9.5-1 +- New upstream release + * Mon Dec 1 2008 Jochen Schmitt 0.9.4-1 - New upstream release Index: sources =================================================================== RCS file: /cvs/extras/rpms/ksplice/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Dec 2008 18:53:41 -0000 1.6 +++ sources 6 Jan 2009 16:26:48 -0000 1.7 @@ -1 +1 @@ -c454d67280ff03a292cd623f9b5ba7ad ksplice-0.9.4-src.tar.gz +05afcb035e76f2b90c49d073ae395c8c ksplice-0.9.5-src.tar.gz From mbarnes at fedoraproject.org Tue Jan 6 16:29:04 2009 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Tue, 6 Jan 2009 16:29:04 +0000 (UTC) Subject: rpms/evolution-exchange/devel evolution-exchange-2.25.4-compiler-warnings.patch, NONE, 1.1 evolution-exchange.spec, 1.49, 1.50 Message-ID: <20090106162904.1B90570125@cvs1.fedora.phx.redhat.com> Author: mbarnes Update of /cvs/pkgs/rpms/evolution-exchange/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv914 Modified Files: evolution-exchange.spec Added Files: evolution-exchange-2.25.4-compiler-warnings.patch Log Message: Try again. evolution-exchange-2.25.4-compiler-warnings.patch: --- NEW FILE evolution-exchange-2.25.4-compiler-warnings.patch --- diff -up evolution-exchange-2.25.4/camel/camel-exchange-folder.c.compiler-warnings evolution-exchange-2.25.4/camel/camel-exchange-folder.c --- evolution-exchange-2.25.4/camel/camel-exchange-folder.c.compiler-warnings 2009-01-04 14:55:34.000000000 -0500 +++ evolution-exchange-2.25.4/camel/camel-exchange-folder.c 2009-01-06 11:27:25.000000000 -0500 @@ -29,7 +29,6 @@ #include #include -#include #include "camel-exchange-folder.h" #include "camel-exchange-search.h" Index: evolution-exchange.spec =================================================================== RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/evolution-exchange.spec,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- evolution-exchange.spec 6 Jan 2009 16:05:59 -0000 1.49 +++ evolution-exchange.spec 6 Jan 2009 16:28:33 -0000 1.50 @@ -44,6 +44,8 @@ # GNOME bug #443022 Patch13: evolution-exchange-2.11.2-fix-library-order.patch +Patch14: evolution-exchange-2.25.4-compiler-warnings.patch + ### Dependencies ### Requires: gnutls @@ -75,6 +77,7 @@ %patch11 -p1 -b .fix-64bit-acinclude.m4 %patch12 -p1 -b .no_gnome_common %patch13 -p1 -b .fix-library-order +%patch14 -p1 -b .compiler-warnings %build export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED" From caolanm at fedoraproject.org Tue Jan 6 16:37:20 2009 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Tue, 6 Jan 2009 16:37:20 +0000 (UTC) Subject: rpms/awn-extras-applets/devel awn-extras-applets-0.2.6.configure.patch, NONE, 1.1 awn-extras-applets.spec, 1.11, 1.12 Message-ID: <20090106163720.BFE7D70108@cvs1.fedora.phx.redhat.com> Author: caolanm Update of /cvs/pkgs/rpms/awn-extras-applets/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4691 Modified Files: awn-extras-applets.spec Added Files: awn-extras-applets-0.2.6.configure.patch Log Message: Resolves: rhbz#478696 make build again awn-extras-applets-0.2.6.configure.patch: --- NEW FILE awn-extras-applets-0.2.6.configure.patch --- --- awn-extras-applets-0.2.6.orig/configure.ac 2009-01-03 16:43:10.000000000 +0000 +++ awn-extras-applets-0.2.6/configure.ac 2008-02-22 15:39:35.000000000 +0000 @@ -112,7 +112,7 @@ fi # affinity -affinity_pkgs="x11" +affinity_pkgs="x11 libgnomeui-2.0" affinity_beagle_pkg="libbeagle-0.0 >= affinity_beagle_min_version" AC_MSG_CHECKING([for optional Beagle support (Affinity)]) PKG_CHECK_EXISTS([$affinity_beagle_pkg], [ Index: awn-extras-applets.spec =================================================================== RCS file: /cvs/pkgs/rpms/awn-extras-applets/devel/awn-extras-applets.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- awn-extras-applets.spec 29 Nov 2008 16:36:39 -0000 1.11 +++ awn-extras-applets.spec 6 Jan 2009 16:36:50 -0000 1.12 @@ -2,7 +2,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: awn-extras-applets Version: 0.2.6 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Extras applets for avant window navigator Group: User Interface/Desktops @@ -30,6 +30,8 @@ BuildRequires: pygtk2-devel BuildRequires: vte-devel BuildRequires: libXcomposite-devel +BuildRequires: libtool +BuildRequires: intltool Requires: avant-window-navigator >= 0.2.6 Requires: gnome-python2-gnome @@ -52,17 +54,21 @@ Requires(post): GConf2 Requires(preun): GConf2 +Patch0: awn-extras-applets-0.2.6.configure.patch + %description awn-extras-applets includes extras applets of Avant Window Navigator (Awn). %prep %setup -q +%patch0 -p1 #for f in `find -name '*.py'`; do # head -n 1 $f | grep python && echo -e '1d\nwq' | ed $f #done %build +./autogen.sh --disable-pymod-checks %configure --disable-static --disable-pymod-checks make %{?_smp_mflags} @@ -131,6 +137,9 @@ %{_datadir}/awn-extras-applets/* %changelog +* Tue Jan 06 2009 Caol??n McNamara - 0.2.6-8 +- Resolves: rhbz#478696 make build again + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.2.6-7 - Rebuild for Python 2.6 From s4504kr at fedoraproject.org Tue Jan 6 16:39:23 2009 From: s4504kr at fedoraproject.org (Jochen Schmitt) Date: Tue, 6 Jan 2009 16:39:23 +0000 (UTC) Subject: rpms/ksplice/F-10 ksplice.spec,1.9,1.10 sources,1.6,1.7 Message-ID: <20090106163923.D129870108@cvs1.fedora.phx.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/ksplice/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5584 Modified Files: ksplice.spec sources Log Message: New upstream release Index: ksplice.spec =================================================================== RCS file: /cvs/extras/rpms/ksplice/F-10/ksplice.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ksplice.spec 1 Dec 2008 19:02:11 -0000 1.9 +++ ksplice.spec 6 Jan 2009 16:38:52 -0000 1.10 @@ -1,5 +1,5 @@ Name: ksplice -Version: 0.9.4 +Version: 0.9.5 Release: 1%{?dist} Summary: Patching a Linux kernel without reboot @@ -84,6 +84,9 @@ %doc COPYING README %changelog +* Tue Jan 6 2009 Jochen Schmitt 0.9.5-1 +- New upstream release + * Mon Dec 1 2008 Jochen Schmitt 0.9.4-1 - New upstream release Index: sources =================================================================== RCS file: /cvs/extras/rpms/ksplice/F-10/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Dec 2008 19:02:11 -0000 1.6 +++ sources 6 Jan 2009 16:38:53 -0000 1.7 @@ -1 +1 @@ -c454d67280ff03a292cd623f9b5ba7ad ksplice-0.9.4-src.tar.gz +05afcb035e76f2b90c49d073ae395c8c ksplice-0.9.5-src.tar.gz From deji at fedoraproject.org Tue Jan 6 16:41:52 2009 From: deji at fedoraproject.org (Deji Akingunola) Date: Tue, 6 Jan 2009 16:41:52 +0000 (UTC) Subject: rpms/exempi/devel .cvsignore, 1.8, 1.9 exempi.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <20090106164152.62DB170108@cvs1.fedora.phx.redhat.com> Author: deji Update of /cvs/pkgs/rpms/exempi/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6636 Modified Files: .cvsignore exempi.spec sources Log Message: * Tue Jan 06 2009 Deji Akingunola - 2.1.0-1 - Update to 2.1.0 * Sat May 17 2008 Deji Akingunola - 2.0.1-1 - Update to 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/exempi/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 17 May 2008 15:42:49 -0000 1.8 +++ .cvsignore 6 Jan 2009 16:41:21 -0000 1.9 @@ -1 +1 @@ -exempi-2.0.1.tar.gz +exempi-2.1.0.tar.gz Index: exempi.spec =================================================================== RCS file: /cvs/pkgs/rpms/exempi/devel/exempi.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- exempi.spec 17 May 2008 15:42:49 -0000 1.8 +++ exempi.spec 6 Jan 2009 16:41:21 -0000 1.9 @@ -1,6 +1,6 @@ Summary: Library for easy parsing of XMP metadata Name: exempi -Version: 2.0.1 +Version: 2.1.0 Release: 1%{?dist} License: BSD Group: System Environment/Libraries @@ -61,6 +61,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue Jan 06 2009 Deji Akingunola - 2.1.0-1 +- Update to 2.1.0 + * Sat May 17 2008 Deji Akingunola - 2.0.1-1 - Update to 2.0.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/exempi/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 17 May 2008 15:42:49 -0000 1.8 +++ sources 6 Jan 2009 16:41:21 -0000 1.9 @@ -1 +1 @@ -8d72412c8a1e0330c4fa57da2d0ef96e exempi-2.0.1.tar.gz +30dfa5c394b4a3901c66f6e60e8b22e4 exempi-2.1.0.tar.gz From jlaska at fedoraproject.org Tue Jan 6 16:42:19 2009 From: jlaska at fedoraproject.org (James Laska) Date: Tue, 6 Jan 2009 16:42:19 +0000 (UTC) Subject: rpms/snake/EL-5 import.log, NONE, 1.1 .cvsignore, 1.6, 1.7 snake.spec, 1.9, 1.10 sources, 1.10, 1.11 Message-ID: <20090106164219.D433670108@cvs1.fedora.phx.redhat.com> Author: jlaska Update of /cvs/pkgs/rpms/snake/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6850/EL-5 Modified Files: .cvsignore snake.spec sources Added Files: import.log Log Message: Update to snake-0.11-0.12 --- NEW FILE import.log --- snake-0_11-0_12_fc10:EL-5:snake-0.11-0.12.fc10.src.rpm:1231260057 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/snake/EL-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 16 Jun 2008 18:14:44 -0000 1.6 +++ .cvsignore 6 Jan 2009 16:41:49 -0000 1.7 @@ -1 +1 @@ -snake-0.11-0.6.tar.bz2 +snake-0.11-0.12.tar.bz2 Index: snake.spec =================================================================== RCS file: /cvs/pkgs/rpms/snake/EL-5/snake.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- snake.spec 16 Jun 2008 18:14:44 -0000 1.9 +++ snake.spec 6 Jan 2009 16:41:49 -0000 1.10 @@ -4,13 +4,13 @@ Name: snake Summary: Smart Network Automated Kickstart Environment Version: 0.11 -%define rel 0.6 +%define rel 0.12 Release: %{rel}%{?dist} Source0: http://hosted.fedoraproject.org/projects/snake/SnakeReleases/%{name}-%{version}-%{rel}.tar.bz2 License: GPLv2+ Group: Applications/Internet URL: http://hosted.fedoraproject.org/projects/snake/ -Requires: yum +Requires: yum, pax BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArch: noarch BuildRequires: python-devel @@ -58,7 +58,7 @@ %{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT/%{_localstatedir}/lib/snake -install -d $RPM_BUILD_ROOT/%{_localstatedir}/lib/snake/{kickstarts,trees,machines} +install -d $RPM_BUILD_ROOT/%{_localstatedir}/lib/snake/{kickstarts,templates,trees,machines} %clean @@ -78,7 +78,7 @@ %files %defattr(-,root,root,-) -%doc README LICENSE +%doc README LICENSE docs/DESIGN docs/cobbler.ks %{_sbindir}/snake-install %{_sbindir}/snake-install-tui %{_sbindir}/snake-tree @@ -111,7 +111,6 @@ %if %{build_server} %files server %defattr(-,root,root,-) -%doc docs/DESIGN %{_sbindir}/snake-server %dir %{_localstatedir}/lib/snake %dir %{_localstatedir}/lib/snake/kickstarts @@ -123,6 +122,7 @@ %config(noreplace) %{_sysconfdir}/snake.conf %config(noreplace) %{_sysconfdir}/logrotate.d/snake-server %{_sysconfdir}/init.d/snake-server +%{python_sitelib}/snake/anamon.py* %{python_sitelib}/snake/compose.py* %{python_sitelib}/snake/config.py* %{python_sitelib}/snake/dbushelper.py* @@ -135,6 +135,30 @@ %changelog +* Mon Jan 5 2009 James Laska 0.11-0.12 +- Minor fix to cobbler template and move %doc into base package (jlaska) + +* Thu Dec 18 2008 James Laska 0.11-0.11 +- ticket#64 - only parse kickstarts when requested during snake-ks generate + (jlaska) + +* Fri Aug 29 2008 James Laska 0.11-0.10 +- ticket#54 - correct for older grubby that can't handle --title that contains + spaces (jlaska) +- handle version parsing problems by falling back to "devel" (wwoods) + +* Mon Jul 28 2008 James Laska 0.11-0.9 +- ticket#60 - Added snake/anamon.py to packaging + +* Mon Jul 28 2008 James Laska 0.11-0.8 +- ticket#59 - snake-install-tui will auto-register an unregistered system when + using server-side kickstarts +- ticket#57 - Fixed snake-install -c argument handling +- Enable 'writefp' support for python templates + +* Tue Jun 17 2008 James Laska 0.11-0.7 +- ticket#56 - Fixed translate.py traceback for older python + * Tue Jun 13 2008 James Laska 0.11-0.6 - ticket#37 - snake-server support for hosting http,ftp and nfs kickstarts - ticket#42 - snake/tui.py - add ksmethod selection screen Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/snake/EL-5/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 16 Jun 2008 18:14:44 -0000 1.10 +++ sources 6 Jan 2009 16:41:49 -0000 1.11 @@ -1 +1 @@ -a05470cd7339677a27f77c396ab4462b snake-0.11-0.6.tar.bz2 +0a763da58a7f8babeccae3a6d35abff6 snake-0.11-0.12.tar.bz2 From mclasen at fedoraproject.org Tue Jan 6 16:47:01 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 16:47:01 +0000 (UTC) Subject: rpms/cheese/devel .cvsignore, 1.22, 1.23 cheese.spec, 1.45, 1.46 sources, 1.22, 1.23 Message-ID: <20090106164701.69E8670108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/cheese/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8652 Modified Files: .cvsignore cheese.spec sources Log Message: 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/cheese/devel/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- .cvsignore 17 Dec 2008 16:49:14 -0000 1.22 +++ .cvsignore 6 Jan 2009 16:46:30 -0000 1.23 @@ -1 +1 @@ -cheese-2.25.3.tar.bz2 +cheese-2.25.4.tar.bz2 Index: cheese.spec =================================================================== RCS file: /cvs/pkgs/rpms/cheese/devel/cheese.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- cheese.spec 17 Dec 2008 16:49:14 -0000 1.45 +++ cheese.spec 6 Jan 2009 16:46:30 -0000 1.46 @@ -1,5 +1,5 @@ Name: cheese -Version: 2.25.3 +Version: 2.25.4 Release: 1%{?dist} Summary: Application for taking pictures and movies from a webcam @@ -125,6 +125,9 @@ %{_datadir}/dbus-1/services/org.gnome.Cheese.service %changelog +* Tue Jan 6 2009 Matthias Clasen 2.25.4-1 +- Update to 2.25.4 + * Wed Dec 17 2008 Matthias Clasen 2.25.3-1 - Update to 2.25.3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/cheese/devel/sources,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- sources 17 Dec 2008 16:49:14 -0000 1.22 +++ sources 6 Jan 2009 16:46:30 -0000 1.23 @@ -1 +1 @@ -89bcaa414ce0d891d31bda0504fcb082 cheese-2.25.3.tar.bz2 +f5e5c46fcd9e22ac4c156ddcac320ac2 cheese-2.25.4.tar.bz2 From s4504kr at fedoraproject.org Tue Jan 6 16:48:24 2009 From: s4504kr at fedoraproject.org (Jochen Schmitt) Date: Tue, 6 Jan 2009 16:48:24 +0000 (UTC) Subject: rpms/ksplice/F-9 ksplice.spec,1.5,1.6 sources,1.6,1.7 Message-ID: <20090106164824.DE07370108@cvs1.fedora.phx.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/ksplice/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9229 Modified Files: ksplice.spec sources Log Message: New upstream release Index: ksplice.spec =================================================================== RCS file: /cvs/extras/rpms/ksplice/F-9/ksplice.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ksplice.spec 1 Dec 2008 19:10:29 -0000 1.5 +++ ksplice.spec 6 Jan 2009 16:47:54 -0000 1.6 @@ -1,5 +1,5 @@ Name: ksplice -Version: 0.9.4 +Version: 0.9.5 Release: 1%{?dist} Summary: Patching a Linux kernel without reboot @@ -84,6 +84,9 @@ %doc COPYING README %changelog +* Tue Jan 6 2009 Jochen Schmitt 0.9.5-1 +- New upstream release + * Mon Dec 1 2008 Jochen Schmitt 0.9.4-1 - New upstream release Index: sources =================================================================== RCS file: /cvs/extras/rpms/ksplice/F-9/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 Dec 2008 19:10:29 -0000 1.6 +++ sources 6 Jan 2009 16:47:54 -0000 1.7 @@ -1 +1 @@ -c454d67280ff03a292cd623f9b5ba7ad ksplice-0.9.4-src.tar.gz +05afcb035e76f2b90c49d073ae395c8c ksplice-0.9.5-src.tar.gz From tbzatek at fedoraproject.org Tue Jan 6 16:50:58 2009 From: tbzatek at fedoraproject.org (Tomas Bzatek) Date: Tue, 6 Jan 2009 16:50:58 +0000 (UTC) Subject: rpms/gvfs/devel .cvsignore, 1.31, 1.32 gvfs.spec, 1.99, 1.100 sources, 1.31, 1.32 fix-mounting.patch, 1.1, NONE gvfs-smb-browse-auth.patch, 1.2, NONE Message-ID: <20090106165058.764C670108@cvs1.fedora.phx.redhat.com> Author: tbzatek Update of /cvs/extras/rpms/gvfs/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10305 Modified Files: .cvsignore gvfs.spec sources Removed Files: fix-mounting.patch gvfs-smb-browse-auth.patch Log Message: * Tue Jan 6 2009 Tomas Bzatek - 1.1.3-1 - Update to 1.1.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gvfs/devel/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- .cvsignore 16 Dec 2008 06:42:04 -0000 1.31 +++ .cvsignore 6 Jan 2009 16:50:27 -0000 1.32 @@ -1 +1 @@ -gvfs-1.1.2.tar.bz2 +gvfs-1.1.3.tar.bz2 Index: gvfs.spec =================================================================== RCS file: /cvs/extras/rpms/gvfs/devel/gvfs.spec,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- gvfs.spec 17 Dec 2008 10:12:27 -0000 1.99 +++ gvfs.spec 6 Jan 2009 16:50:27 -0000 1.100 @@ -1,7 +1,7 @@ Summary: Backends for the gio framework in GLib Name: gvfs -Version: 1.1.2 -Release: 2%{?dist} +Version: 1.1.3 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries URL: http://www.gtk.org @@ -31,11 +31,6 @@ Patch1: gvfs-0.99.2-archive-integration.patch -# EXPERIMENTAL gvfsd-smb-browse auth patch -# http://bugzilla.gnome.org/show_bug.cgi?id=524485 -Patch2: gvfs-smb-browse-auth.patch - - %description The gvfs package provides backend implementations for the gio framework in GLib. It includes ftp, sftp, cifs. @@ -117,7 +112,6 @@ %prep %setup -q %patch1 -p0 -b .archive-integration -%patch2 -p0 -b .smb-auth %build @@ -258,6 +252,9 @@ %changelog +* Tue Jan 6 2009 Tomas Bzatek - 1.1.3-1 +- Update to 1.1.3 + * Wed Dec 17 2008 Tomas Bzatek - 1.1.2-2 - Update the smb-browse auth patch Index: sources =================================================================== RCS file: /cvs/extras/rpms/gvfs/devel/sources,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- sources 16 Dec 2008 06:42:05 -0000 1.31 +++ sources 6 Jan 2009 16:50:28 -0000 1.32 @@ -1 +1 @@ -b01a7eb5c590fb64c80fbe099500f951 gvfs-1.1.2.tar.bz2 +0ea4075dc9d1e3734805f5c43825c6eb gvfs-1.1.3.tar.bz2 --- fix-mounting.patch DELETED --- --- gvfs-smb-browse-auth.patch DELETED --- From nbecker at fedoraproject.org Tue Jan 6 16:57:17 2009 From: nbecker at fedoraproject.org (Neal Becker) Date: Tue, 6 Jan 2009 16:57:17 +0000 (UTC) Subject: rpms/kdiff3/devel kdiff3part.desktop.diff, NONE, 1.1 .cvsignore, 1.3, 1.4 kdiff3.spec, 1.12, 1.13 sources, 1.3, 1.4 Message-ID: <20090106165717.0E01B70108@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/kdiff3/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11958 Modified Files: .cvsignore kdiff3.spec sources Added Files: kdiff3part.desktop.diff Log Message: Update to 0.9.93 kdiff3part.desktop.diff: --- NEW FILE kdiff3part.desktop.diff --- --- kdiff3-0.9.93/src-QT4/kdiff3part.desktop~ 2008-10-26 17:55:20.000000000 -0400 +++ kdiff3-0.9.93/src-QT4/kdiff3part.desktop 2009-01-06 11:31:20.000000000 -0500 @@ -5,7 +5,6 @@ Name[hi]=??????-?????????3??????????????? Name[sv]=Kdiff3-del Name[x-test]=xxKDiff3Partxx -MimeType=text/x-diff; ServiceTypes=KParts/ReadOnlyPart,KParts/ReadWritePart X-KDE-Library=libkdiff3part Type=Service Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kdiff3/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 7 Nov 2007 01:57:35 -0000 1.3 +++ .cvsignore 6 Jan 2009 16:56:46 -0000 1.4 @@ -1 +1 @@ -kdiff3-0.9.92.tar.gz +kdiff3-0.9.93.tar.gz Index: kdiff3.spec =================================================================== RCS file: /cvs/pkgs/rpms/kdiff3/devel/kdiff3.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- kdiff3.spec 5 Jun 2008 22:55:05 -0000 1.12 +++ kdiff3.spec 6 Jan 2009 16:56:46 -0000 1.13 @@ -1,13 +1,15 @@ Name: kdiff3 -Version: 0.9.92 -Release: 14%{?dist} +Version: 0.9.93 +Release: 1%{?dist} Summary: Compare + merge 2 or 3 files or directories Group: Development/Tools License: GPLv2 URL: http://kdiff3.sourceforge.net/ Source0: http://dl.sourceforge.net/sourceforge/kdiff3/%{name}-%{version}.tar.gz +Patch0: kdiff3part.desktop.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: gettext %if 0%{?rhel} BuildRequires: kdebase-devel, kdelibs-devel, desktop-file-utils @@ -27,14 +29,14 @@ %prep %setup -q - +%patch0 -p1 %build unset QTDIR || : ; source /etc/profile.d/qt.sh %configure \ --disable-rpath -make %{?_smp_mflags} +%{cmake_kde4} %install @@ -48,6 +50,9 @@ # locale's %find_lang %{name} || touch %{name}.lang +%find_lang %{name}plugin || touch %{name}.lang +cat %{name}plugin.lang >> %{name}.lang + # HTML (1.0) if [ -d $RPM_BUILD_ROOT$HTML_DIR ]; then for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do @@ -65,21 +70,18 @@ fi # Desktop. -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications +mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/kde4/apps $RPM_BUILD_ROOT%{_datadir}/kde4/services + +desktop-file-install --vendor fedora \ + --dir $RPM_BUILD_ROOT%{_datadir}/kde4/services \ + $RPM_BUILD_ROOT%{_datadir}/kde4/services/kdiff3part.desktop desktop-file-install --vendor fedora \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde4 \ --add-category Development \ --add-category X-Fedora \ --delete-original \ - $RPM_BUILD_ROOT%{_datadir}/applnk/Development/kdiff3.desktop - -echo "NoDisplay=true" >> \ -$RPM_BUILD_ROOT%{_datadir}/applnk/.hidden/kdiff3plugin.desktop -desktop-file-install --vendor="" \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \ - --delete-original \ - $RPM_BUILD_ROOT%{_datadir}/applnk/.hidden/kdiff3plugin.desktop + $RPM_BUILD_ROOT%{_datadir}/applications/kde4/kdiff3.desktop %clean rm -rf $RPM_BUILD_ROOT @@ -95,15 +97,17 @@ %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO -%{_bindir}/kdiff3 -%{_libdir}/kde3/* -%{_datadir}/applications/* -%{_datadir}/apps/* +%{_bindir}/* +%{_libdir}/* +%{_datadir}/applications/kde4/* +%{_datadir}/kde4/apps/* %{_datadir}/icons/*/*/*/kdiff3.png -%{_datadir}/services/* -%{_mandir}/man1/kdiff3* +%{_datadir}/kde4/services/* %changelog +* Tue Jan 6 2009 Neal Becker - 0.9.93-1 +- Update to 0.9.93 + * Thu Jun 5 2008 Manuel Wolfshant - 0.9.92-14 - add a conditional BR, allowing build in EPEL-5 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kdiff3/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 7 Nov 2007 01:57:35 -0000 1.3 +++ sources 6 Jan 2009 16:56:46 -0000 1.4 @@ -1 +1 @@ -c7b52bfee6a085393de0c4f83732e8f0 kdiff3-0.9.92.tar.gz +3f225daebc7f94e237d66edabf2e39ab kdiff3-0.9.93.tar.gz From berrange at fedoraproject.org Tue Jan 6 16:58:52 2009 From: berrange at fedoraproject.org (Daniel P. Berrange) Date: Tue, 6 Jan 2009 16:58:52 +0000 (UTC) Subject: rpms/kvm/devel kvm.spec,1.80,1.81 Message-ID: <20090106165852.6FD6F70108@cvs1.fedora.phx.redhat.com> Author: berrange Update of /cvs/pkgs/rpms/kvm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12625 Modified Files: kvm.spec Log Message: Explicitly install newly built BIOS blobs (rhbz #478855) Index: kvm.spec =================================================================== RCS file: /cvs/pkgs/rpms/kvm/devel/kvm.spec,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- kvm.spec 22 Dec 2008 16:55:46 -0000 1.80 +++ kvm.spec 6 Jan 2009 16:58:22 -0000 1.81 @@ -1,7 +1,7 @@ Summary: Kernel-based Virtual Machine Name: kvm Version: 81 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and LGPLv2+ Group: Development/Tools URL: http://%{name}.sf.net @@ -63,8 +63,13 @@ # we need to install the data bits in a different path sed -i 's/datasuffix=\"\/share\/qemu\"/datasuffix=\"\/share\/kvm\"/' qemu/configure -./configure --with-patched-kernel --kerneldir=$(pwd)/kernel --prefix=%{_prefix} --qemu-ldflags=$qemuldflags \ ---audio-drv-list=oss,alsa --disable-blobs +./configure \ + --with-patched-kernel \ + --kerneldir=$(pwd)/kernel \ + --prefix=%{_prefix} \ + --qemu-ldflags=$qemuldflags \ + --disable-blobs \ + --audio-drv-list=oss,alsa # build the bios, and fix it's makefile sed -i 's/gcc -m32/gcc/' bios/Makefile @@ -95,10 +100,11 @@ # make install gives it bogus execute permissiions chmod -x $RPM_BUILD_ROOT/%{_mandir}/man1/qemu-kvm.1* -# We're only build x86, so kill other BIOS to save disk space -rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}/openbios-sparc32 -rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}/ppc_rom.bin -rm -f $RPM_BUILD_ROOT/%{_datadir}/%{name}/video.x +install -d $RPM_BUILD_ROOT/%{_datadir}/%{name} +for i in bios.bin extboot.bin vgabios.bin vgabios-cirrus.bin +do + install -m 0644 qemu/pc-bios/$i $RPM_BUILD_ROOT/%{_datadir}/%{name}/$i +done mv $RPM_BUILD_ROOT/%{_bindir}/qemu-system-x86_64 $RPM_BUILD_ROOT/%{_bindir}/qemu-kvm @@ -132,13 +138,37 @@ %files %defattr(-,root,root,-) -%{_bindir}/* -%{_mandir}/* -%{_datadir}/%{name} +%{_bindir}/kvmtrace +%{_bindir}/kvmtrace_format +%{_bindir}/qemu-kvm +%{_bindir}/qemu-nbd + +%dir %{_datadir}/%{name} +%dir %{_datadir}/%{name}/keymaps +%{_datadir}/%{name}/keymaps/* + +%{_datadir}/%{name}/bios.bin +%{_datadir}/%{name}/extboot.bin +%{_datadir}/%{name}/pxe-e1000.bin +%{_datadir}/%{name}/pxe-ne2k_pci.bin +%{_datadir}/%{name}/pxe-pcnet.bin +%{_datadir}/%{name}/pxe-rtl8139.bin +%{_datadir}/%{name}/pxe-virtio.bin +%{_datadir}/%{name}/vgabios-cirrus.bin +%{_datadir}/%{name}/vgabios.bin + +%{_mandir}/man1/qemu-kvm.1* +%{_mandir}/man8/qemu-nbd.8* + %{_sysconfdir}/sysconfig/modules/%{name}.modules %changelog +* Tue Jan 6 2009 Daniel P. Berrange - 81-2 +- Explicitly install newly built BIOS blobs (rhbz #478855) +- List all files explicitly so they don't silently go missing +- Don't claim ownership of the shared man page directories + * Mon Dec 22 2008 Glauber Costa - 81-1 - Updated to kvm-81. - kvm-fix-pc-bios-make-install-missing-files.patch not needed anymore From mclasen at fedoraproject.org Tue Jan 6 17:01:47 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 17:01:47 +0000 (UTC) Subject: rpms/gnome-desktop/devel .cvsignore, 1.76, 1.77 gnome-desktop.spec, 1.195, 1.196 sources, 1.76, 1.77 Message-ID: <20090106170147.2B33A70140@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gnome-desktop/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13713 Modified Files: .cvsignore gnome-desktop.spec sources Log Message: 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gnome-desktop/devel/.cvsignore,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- .cvsignore 17 Dec 2008 04:42:02 -0000 1.76 +++ .cvsignore 6 Jan 2009 17:01:16 -0000 1.77 @@ -1 +1 @@ -gnome-desktop-2.25.3.tar.bz2 +gnome-desktop-2.25.4.tar.bz2 Index: gnome-desktop.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnome-desktop/devel/gnome-desktop.spec,v retrieving revision 1.195 retrieving revision 1.196 diff -u -r1.195 -r1.196 --- gnome-desktop.spec 6 Jan 2009 16:18:18 -0000 1.195 +++ gnome-desktop.spec 6 Jan 2009 17:01:16 -0000 1.196 @@ -11,8 +11,8 @@ Summary: Package containing code shared among gnome-panel, gnome-session, nautilus, etc Name: gnome-desktop -Version: 2.25.3 -Release: 3%{?dist} +Version: 2.25.4 +Release: 1%{?dist} URL: http://www.gnome.org Source0: http://download.gnome.org/sources/gnome-desktop/2.25/%{name}-%{version}.tar.bz2 License: GPLv2+ and LGPLv2+ @@ -124,6 +124,9 @@ %doc %{_datadir}/gtk-doc/html/gnome-desktop/ %changelog +* Tue Jan 6 2009 Matthias Clasen - 2.25.4-1 +- Update to 2.25.4 + * Tue Jan 6 2009 Ray Strode - 2.25.3-3 - Stop cross fade before freeing pixmaps in finalize instead of after. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gnome-desktop/devel/sources,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- sources 17 Dec 2008 04:42:02 -0000 1.76 +++ sources 6 Jan 2009 17:01:16 -0000 1.77 @@ -1 +1 @@ -9ead58606a65ec97439dadc053879c2a gnome-desktop-2.25.3.tar.bz2 +34949b416ba1b4cf72c763f05ecf3380 gnome-desktop-2.25.4.tar.bz2 From caolanm at fedoraproject.org Tue Jan 6 17:06:14 2009 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Tue, 6 Jan 2009 17:06:14 +0000 (UTC) Subject: rpms/openoffice.org/devel openoffice.org.spec,1.1741,1.1742 Message-ID: <20090106170614.5E19870108@cvs1.fedora.phx.redhat.com> Author: caolanm Update of /cvs/pkgs/rpms/openoffice.org/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17430 Modified Files: openoffice.org.spec Log Message: Resolves: rhbz#476959 openoffice.org-3.0.1.ooo97488.sw.ww8toc.patch Index: openoffice.org.spec =================================================================== RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v retrieving revision 1.1741 retrieving revision 1.1742 diff -u -r1.1741 -r1.1742 --- openoffice.org.spec 5 Jan 2009 10:58:17 -0000 1.1741 +++ openoffice.org.spec 6 Jan 2009 17:05:43 -0000 1.1742 @@ -2508,6 +2508,7 @@ %{basisinstdir}/share/dtd/officedocument %{basisinstdir}/share/gallery %{basisinstdir}/share/psprint +%config %{basisinstdir}/share/psprint/psprint.conf %dir %{basisinstdir}/share/registry %dir %{basisinstdir}/share/registry/data %dir %{basisinstdir}/share/registry/data/org @@ -3817,7 +3818,7 @@ unopkg list --shared > /dev/null 2>&1 || : %changelog -* Mon Jan 05 2009 Caol??n McNamara - 1:3.0.1-14.3 +* Tue Jan 06 2009 Caol??n McNamara - 1:3.0.1-14.3 - Resolves: rhbz#476959 openoffice.org-3.0.1.ooo97488.sw.ww8toc.patch * Tue Dec 23 2008 Caol??n McNamara - 1:3.0.1-14.2 From deji at fedoraproject.org Tue Jan 6 17:24:04 2009 From: deji at fedoraproject.org (Deji Akingunola) Date: Tue, 6 Jan 2009 17:24:04 +0000 (UTC) Subject: rpms/exempi/devel exempi.spec,1.9,1.10 Message-ID: <20090106172404.3D1E370108@cvs1.fedora.phx.redhat.com> Author: deji Update of /cvs/pkgs/rpms/exempi/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22744 Modified Files: exempi.spec Log Message: Add zlib-devel BR. Index: exempi.spec =================================================================== RCS file: /cvs/pkgs/rpms/exempi/devel/exempi.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- exempi.spec 6 Jan 2009 16:41:21 -0000 1.9 +++ exempi.spec 6 Jan 2009 17:23:33 -0000 1.10 @@ -7,7 +7,7 @@ URL: http://libopenraw.freedesktop.org/wiki/Exempi Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: boost-devel expat-devel pkgconfig +BuildRequires: boost-devel expat-devel zlib-devel pkgconfig %description Exempi provides a library for easy parsing of XMP metadata. It is a port of From mclasen at fedoraproject.org Tue Jan 6 17:28:24 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 17:28:24 +0000 (UTC) Subject: rpms/vinagre/devel .cvsignore, 1.18, 1.19 sources, 1.18, 1.19 vinagre.spec, 1.36, 1.37 Message-ID: <20090106172824.E211270108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/vinagre/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24718 Modified Files: .cvsignore sources vinagre.spec Log Message: 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/vinagre/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 17 Dec 2008 06:00:01 -0000 1.18 +++ .cvsignore 6 Jan 2009 17:27:54 -0000 1.19 @@ -1 +1 @@ -vinagre-2.25.3.tar.bz2 +vinagre-2.25.4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/vinagre/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 17 Dec 2008 06:00:01 -0000 1.18 +++ sources 6 Jan 2009 17:27:54 -0000 1.19 @@ -1 +1 @@ -11b958241b5d58c20cbcf5fcb4cba2c7 vinagre-2.25.3.tar.bz2 +7fe8686c28979f02e0d421690b755cd2 vinagre-2.25.4.tar.bz2 Index: vinagre.spec =================================================================== RCS file: /cvs/pkgs/rpms/vinagre/devel/vinagre.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- vinagre.spec 17 Dec 2008 06:00:01 -0000 1.36 +++ vinagre.spec 6 Jan 2009 17:27:54 -0000 1.37 @@ -1,5 +1,5 @@ Name: vinagre -Version: 2.25.3 +Version: 2.25.4 Release: 1%{?dist} Summary: VNC client for GNOME @@ -122,6 +122,9 @@ %doc README NEWS COPYING AUTHORS %changelog +* Tue Jan 6 2009 Matthias Clasen - 2.25.4-1 +- Update to 2.25.4 + * Wed Dec 17 2008 Matthias Clasen - 2.25.3-1 - Update to 2.25.3 From akurtakov at fedoraproject.org Tue Jan 6 17:29:08 2009 From: akurtakov at fedoraproject.org (Alexander Kurtakov) Date: Tue, 6 Jan 2009 17:29:08 +0000 (UTC) Subject: rpms/eclipse-rpm-editor/devel fetch-specfile-editor.sh, 1.1, 1.2 eclipse-rpm-editor.spec, 1.23, 1.24 .cvsignore, 1.12, 1.13 sources, 1.12, 1.13 Message-ID: <20090106172908.3A19470108@cvs1.fedora.phx.redhat.com> Author: akurtakov Update of /cvs/pkgs/rpms/eclipse-rpm-editor/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25310/devel Modified Files: fetch-specfile-editor.sh eclipse-rpm-editor.spec .cvsignore sources Log Message: New version 0.4.1. Index: fetch-specfile-editor.sh =================================================================== RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/devel/fetch-specfile-editor.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fetch-specfile-editor.sh 1 Sep 2007 14:01:35 -0000 1.1 +++ fetch-specfile-editor.sh 6 Jan 2009 17:28:37 -0000 1.2 @@ -1,11 +1,12 @@ #!/bin/sh name=specfile-editor -svn_repo="svn://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/rpm/trunk/" +svn_repo="svn://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/rpm/tags/" # Usage message -usage="usage: $0 " +usage="usage: $0 " tag=$1 -tar_name=$name-fetched-src-$tag +version_number=$2 +tar_name=$name-fetched-src-$version_number # Ensure we got the desired CVS tag if [ "x$tag"x = "xx" ] @@ -24,7 +25,7 @@ "org.eclipse.linuxtools.rpm.rpmlint" \ "org.eclipse.linuxtools.rpm.ui.editor-feature"; do -svn export $svn_repo/$bundle +svn export $svn_repo/$tag/$bundle done popd &> /dev/null # create archive Index: eclipse-rpm-editor.spec =================================================================== RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/devel/eclipse-rpm-editor.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- eclipse-rpm-editor.spec 23 Nov 2008 11:44:22 -0000 1.23 +++ eclipse-rpm-editor.spec 6 Jan 2009 17:28:37 -0000 1.24 @@ -1,17 +1,16 @@ %define eclipse_base %{_libdir}/eclipse %define install_loc %{_datadir}/eclipse/dropins -%define svn_rev 18653 Name: eclipse-rpm-editor -Version: 0.4.0 -Release: 6%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: RPM Specfile editor for Eclipse Group: Development/Tools License: EPL -URL: http://wiki.eclipse.org/index.php/Linux_Distributions_Project +URL: http://www.eclipse.org/linuxtools/ # This tarball was made using the included script, like so: -# sh ./fetch-specfile-editor.sh %{svn_rev} -Source0: specfile-editor-fetched-src-%{svn_rev}.tar.bz2 +# sh ./fetch-specfile-editor.sh %{tag_name} %{version} +Source0: specfile-editor-fetched-src-%{version}.tar.bz2 Source1: fetch-specfile-editor.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -33,7 +32,7 @@ useful for maintenance of RPM specfiles within the Eclipse IDE. %prep -%setup -q -n specfile-editor-fetched-src-%{svn_rev} +%setup -q -n specfile-editor-fetched-src-%{version} %build %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.linuxtools.rpm.ui.editor \ @@ -57,6 +56,10 @@ %{install_loc}/rpm-editor %changelog +* Tue Jan 6 2009 Alexander Kurtakov 0.4.1-1 +- New version 0.4.1. +- Fix URL and fetch script to use tags. + * Sat Oct 11 2008 Alphonse Van Assche 0.4.0-6 - Omit empty debuginfo pkg (Ville Skytt?? #472651) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 29 Jun 2008 14:12:39 -0000 1.12 +++ .cvsignore 6 Jan 2009 17:28:37 -0000 1.13 @@ -1 +1,2 @@ specfile-editor-fetched-src-18653.tar.bz2 +specfile-editor-fetched-src-0.4.1.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eclipse-rpm-editor/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 29 Jun 2008 14:12:39 -0000 1.12 +++ sources 6 Jan 2009 17:28:37 -0000 1.13 @@ -1 +1 @@ -67466b714c80df4e842f18c2fb625173 specfile-editor-fetched-src-18653.tar.bz2 +e509d4cefa99ef6d7cac61f77c4be94b specfile-editor-fetched-src-0.4.1.tar.bz2 From romal at fedoraproject.org Tue Jan 6 17:41:37 2009 From: romal at fedoraproject.org (Robert M. Albrecht) Date: Tue, 6 Jan 2009 17:41:37 +0000 (UTC) Subject: rpms/nagios/F-10 nagios.spec,1.63,1.64 Message-ID: <20090106174137.816F570108@cvs1.fedora.phx.redhat.com> Author: romal Update of /cvs/pkgs/rpms/nagios/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31323 Modified Files: nagios.spec Log Message: New upstream release Index: nagios.spec =================================================================== RCS file: /cvs/pkgs/rpms/nagios/F-10/nagios.spec,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- nagios.spec 24 Nov 2008 21:07:16 -0000 1.63 +++ nagios.spec 6 Jan 2009 17:41:07 -0000 1.64 @@ -1,6 +1,6 @@ Name: nagios -Version: 3.0.5 +Version: 3.0.6 Release: 1%{?dist} Summary: Host/service/network monitoring program @@ -203,6 +203,9 @@ %{_includedir}/%{name} %changelog +* Tue Dec 02 2008 Robert M. Albrecht 3.0.6-1 +- Upstream released a new version + * Mon Nov 24 2008 Mike McGrath 3.0.5-1 - Upstream released a new version From nbecker at fedoraproject.org Tue Jan 6 17:43:23 2009 From: nbecker at fedoraproject.org (Neal Becker) Date: Tue, 6 Jan 2009 17:43:23 +0000 (UTC) Subject: rpms/kdiff3/devel kdiff3.spec,1.13,1.14 Message-ID: <20090106174323.6B2DB70108@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/kdiff3/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31923 Modified Files: kdiff3.spec Log Message: add br cmake Index: kdiff3.spec =================================================================== RCS file: /cvs/pkgs/rpms/kdiff3/devel/kdiff3.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- kdiff3.spec 6 Jan 2009 16:56:46 -0000 1.13 +++ kdiff3.spec 6 Jan 2009 17:42:53 -0000 1.14 @@ -1,6 +1,6 @@ Name: kdiff3 Version: 0.9.93 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compare + merge 2 or 3 files or directories Group: Development/Tools @@ -9,7 +9,7 @@ Source0: http://dl.sourceforge.net/sourceforge/kdiff3/%{name}-%{version}.tar.gz Patch0: kdiff3part.desktop.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gettext +BuildRequires: gettext cmake %if 0%{?rhel} BuildRequires: kdebase-devel, kdelibs-devel, desktop-file-utils @@ -105,6 +105,9 @@ %{_datadir}/kde4/services/* %changelog +* Tue Jan 6 2009 Neal Becker - 0.9.93-2 +- Add br cmake + * Tue Jan 6 2009 Neal Becker - 0.9.93-1 - Update to 0.9.93 From bpepple at fedoraproject.org Tue Jan 6 17:45:27 2009 From: bpepple at fedoraproject.org (Brian Pepple) Date: Tue, 6 Jan 2009 17:45:27 +0000 (UTC) Subject: rpms/empathy/devel .cvsignore, 1.25, 1.26 empathy.spec, 1.45, 1.46 sources, 1.25, 1.26 Message-ID: <20090106174527.3B78D70108@cvs1.fedora.phx.redhat.com> Author: bpepple Update of /cvs/pkgs/rpms/empathy/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32485 Modified Files: .cvsignore empathy.spec sources Log Message: * Tue Jan 6 2009 Brian Pepple - 2.25.4-1 - Update to 2.25.4. - Add BR on libcanberra-devel. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/empathy/devel/.cvsignore,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- .cvsignore 18 Dec 2008 01:36:35 -0000 1.25 +++ .cvsignore 6 Jan 2009 17:44:56 -0000 1.26 @@ -1 +1 @@ -empathy-2.25.3.tar.bz2 +empathy-2.25.4.tar.bz2 Index: empathy.spec =================================================================== RCS file: /cvs/pkgs/rpms/empathy/devel/empathy.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- empathy.spec 30 Dec 2008 01:10:05 -0000 1.45 +++ empathy.spec 6 Jan 2009 17:44:56 -0000 1.46 @@ -2,15 +2,15 @@ ## Minimum required versions of GLib, GTK+, libtelepathy, and Mission-Control, ## respectively. -%global gtk2_min_version 2.12 +%global gtk2_min_version 2.14 %global glib2_min_version 2.16.0 %global tp_mc_min_version 4.61 %global tp_glib_min_version 0.7.15 %global enchant_version 1.2.0 Name: empathy -Version: 2.25.3 -Release: 4%{?dist} +Version: 2.25.4 +Release: 1%{?dist} Summary: Instant Messaging Client for GNOME Group: Applications/Communications @@ -37,6 +37,7 @@ BuildRequires: glib2-devel >= %{glib2_min_version} BuildRequires: gnome-doc-utils >= 0.3.2 BuildRequires: gnome-panel-devel +BuildRequires: libcanberra-devel BuildRequires: gtk2-devel >= %{gtk2_min_version} BuildRequires: intltool BuildRequires: libglade2-devel @@ -227,6 +228,10 @@ %{python_sitearch}/empathy*.so %changelog +* Tue Jan 6 2009 Brian Pepple - 2.25.4-1 +- Update to 2.25.4. +- Add BR on libcanberra-devel. + * Mon Dec 29 2008 Brian Pepple - 2.25.3-4 - Add patch to work around our broken pkgconfig. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/empathy/devel/sources,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- sources 18 Dec 2008 01:36:35 -0000 1.25 +++ sources 6 Jan 2009 17:44:56 -0000 1.26 @@ -1 +1 @@ -bdecad21287a4f2ba69e00846812459b empathy-2.25.3.tar.bz2 +118753a765085c3482e9bf9019a09292 empathy-2.25.4.tar.bz2 From mclasen at fedoraproject.org Tue Jan 6 17:48:21 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 17:48:21 +0000 (UTC) Subject: rpms/vino/devel .cvsignore, 1.41, 1.42 sources, 1.41, 1.42 vino.spec, 1.83, 1.84 Message-ID: <20090106174821.38D8670108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/vino/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv787 Modified Files: .cvsignore sources vino.spec Log Message: 2.25.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/vino/devel/.cvsignore,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- .cvsignore 17 Dec 2008 06:09:51 -0000 1.41 +++ .cvsignore 6 Jan 2009 17:47:50 -0000 1.42 @@ -1 +1 @@ -vino-2.25.3.tar.bz2 +vino-2.25.4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/vino/devel/sources,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- sources 17 Dec 2008 06:09:51 -0000 1.41 +++ sources 6 Jan 2009 17:47:50 -0000 1.42 @@ -1 +1 @@ -cfce75339d8c11b166a9ee568185f048 vino-2.25.3.tar.bz2 +0105a7edb08b8fbc99deff60b94e3f18 vino-2.25.4.tar.bz2 Index: vino.spec =================================================================== RCS file: /cvs/pkgs/rpms/vino/devel/vino.spec,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- vino.spec 17 Dec 2008 06:09:51 -0000 1.83 +++ vino.spec 6 Jan 2009 17:47:50 -0000 1.84 @@ -8,7 +8,7 @@ Summary: A remote desktop system for GNOME Name: vino -Version: 2.25.3 +Version: 2.25.4 Release: 1%{?dist} URL: http://www.gnome.org Source0: http://download.gnome.org/sources/vino/2.25/%{name}-%{version}.tar.bz2 @@ -107,6 +107,9 @@ %{_datadir}/gnome/autostart/vino-server.desktop %changelog +* Tue Jan 6 2009 Matthias Clasen - 2.25.4-1 +- Update to 2.25.4 + * Wed Dec 17 2008 Matthias Clasen - 2.25.3-1 - Update to 2.25.3 From kyle at fedoraproject.org Tue Jan 6 17:50:40 2009 From: kyle at fedoraproject.org (Kyle McMartin) Date: Tue, 6 Jan 2009 17:50:40 +0000 (UTC) Subject: rpms/kernel/devel patch-2.6.28-git8.bz2.sign, NONE, 1.1 .cvsignore, 1.981, 1.982 config-generic, 1.210, 1.211 config-powerpc-generic, 1.29, 1.30 kernel.spec, 1.1192, 1.1193 linux-2.6-compile-fixes.patch, 1.185, 1.186 sources, 1.943, 1.944 upstream, 1.855, 1.856 patch-2.6.28-git7.bz2.sign, 1.1, NONE Message-ID: <20090106175040.9DB2270108@cvs1.fedora.phx.redhat.com> Author: kyle Update of /cvs/pkgs/rpms/kernel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1440 Modified Files: .cvsignore config-generic config-powerpc-generic kernel.spec linux-2.6-compile-fixes.patch sources upstream Added Files: patch-2.6.28-git8.bz2.sign Removed Files: patch-2.6.28-git7.bz2.sign Log Message: * Tue Jan 06 2009 Kyle McMartin - 2.6.28-git8 --- NEW FILE patch-2.6.28-git8.bz2.sign --- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: See http://www.kernel.org/signature.html for info iD8DBQBJY0iEyGugalF9Dw4RAlcVAJsH6xznGi/+Lgj1EEfyMrv6zwEh9wCeIRhC beL5lKicA10xRdMEAARl1j0= =kX7f -----END PGP SIGNATURE----- Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v retrieving revision 1.981 retrieving revision 1.982 diff -u -r1.981 -r1.982 --- .cvsignore 5 Jan 2009 17:42:23 -0000 1.981 +++ .cvsignore 6 Jan 2009 17:50:08 -0000 1.982 @@ -4,4 +4,4 @@ temp-* kernel-2.6.28 linux-2.6.28.tar.bz2 -patch-2.6.28-git7.bz2 +patch-2.6.28-git8.bz2 Index: config-generic =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v retrieving revision 1.210 retrieving revision 1.211 diff -u -r1.210 -r1.211 --- config-generic 4 Jan 2009 01:50:32 -0000 1.210 +++ config-generic 6 Jan 2009 17:50:08 -0000 1.211 @@ -989,7 +989,7 @@ CONFIG_IP_DCCP=m CONFIG_IP_DCCP_CCID2=m # CONFIG_IP_DCCP_CCID2_DEBUG is not set -CONFIG_IP_DCCP_CCID3=m +CONFIG_IP_DCCP_CCID3=y # CONFIG_IP_DCCP_CCID3_DEBUG is not set CONFIG_IP_DCCP_CCID3_RTO=100 # CONFIG_IP_DCCP_DEBUG is not set @@ -2487,6 +2487,7 @@ CONFIG_FB_MB862XX_PCI_GDC=y CONFIG_FB_MB862XX_LIME=y # CONFIG_FB_PRE_INIT_FB is not set +# CONFIG_FB_TMIO is not set # CONFIG_FIRMWARE_EDID is not set @@ -2736,6 +2737,7 @@ CONFIG_HID_PID=y # CONFIG_HID_COMPAT is not set CONFIG_LOGITECH_FF=y +CONFIG_GREENASIA_FF=m CONFIG_LOGIRUMBLEPAD2_FF=y CONFIG_PANTHERLORD_FF=y CONFIG_THRUSTMASTER_FF=y @@ -3149,6 +3151,8 @@ CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m # CONFIG_OCFS2_FS_STATS is not set # CONFIG_OCFS2_COMPAT_JBD is not set +CONFIG_OCFS2_FS_POSIX_ACL=y + CONFIG_CONFIGFS_FS=m CONFIG_DLM=m @@ -3799,6 +3803,7 @@ CONFIG_MFD_WM8400=m CONFIG_MFD_WM8350_I2C=m +CONFIG_MFD_WM8350=m CONFIG_REGULATOR=y # CONFIG_REGULATOR_DEBUG is not set @@ -3808,6 +3813,8 @@ CONFIG_REGULATOR_WM8400=m CONFIG_REGULATOR_DA903X=m +CONFIG_WM8350_POWER=m + # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set CONFIG_SOC_CAMERA_MT9M111=m Index: config-powerpc-generic =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc-generic,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- config-powerpc-generic 29 Dec 2008 17:30:27 -0000 1.29 +++ config-powerpc-generic 6 Jan 2009 17:50:09 -0000 1.30 @@ -280,3 +280,6 @@ # CONFIG_HVC_UDBG is not set CONFIG_PRINT_STACK_DEPTH=64 + +CONFIG_BATTERY_DA9030=m +# CONFIG_TWL4030_CORE is not set Index: kernel.spec =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v retrieving revision 1.1192 retrieving revision 1.1193 diff -u -r1.1192 -r1.1193 --- kernel.spec 5 Jan 2009 17:42:23 -0000 1.1192 +++ kernel.spec 6 Jan 2009 17:50:09 -0000 1.1193 @@ -57,7 +57,7 @@ # The rc snapshot level %define rcrev 0 # The git snapshot level -%define gitrev 7 +%define gitrev 8 # Set rpm version accordingly %define rpmversion 2.6.%{upstream_sublevel} %endif @@ -1180,7 +1180,7 @@ # hush pci bar allocation failures ApplyPatch linux-2.6.27-pci-hush-allocation-failures.patch -ApplyPatch disable-p4-cpufreq-ui.patch +#ApplyPatch disable-p4-cpufreq-ui.patch # END OF PATCH APPLICATIONS @@ -1757,6 +1757,9 @@ %kernel_variant_files -k vmlinux %{with_kdump} kdump %changelog +* Tue Jan 06 2009 Kyle McMartin +- 2.6.28-git8 + * Mon Jan 05 2009 Dave Jones - 2.6.28-git7 linux-2.6-compile-fixes.patch: Index: linux-2.6-compile-fixes.patch =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v retrieving revision 1.185 retrieving revision 1.186 diff -u -r1.185 -r1.186 --- linux-2.6-compile-fixes.patch 5 Jan 2009 18:48:25 -0000 1.185 +++ linux-2.6-compile-fixes.patch 6 Jan 2009 17:50:09 -0000 1.186 @@ -4,164 +4,3 @@ # Please add the errors from gcc before the diffs to save others having # to do a compile to figure out what your diff is fixing. Thanks. # - -From davej Sun Jan 4 17:00:52 2009 -Return-Path: linux-kernel-owner at vger.kernel.org -X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on - gelk.kernelslacker.org -X-Spam-Level: -X-Spam-Status: No, score=-5.8 required=5.0 tests=AWL,BAYES_00, - RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham version=3.2.5 -Received: from mail.corp.redhat.com [10.5.5.53] - by gelk.kernelslacker.org with IMAP (fetchmail-6.3.8) - for (single-drop); Sun, 04 Jan 2009 17:00:52 -0500 (EST) -Received: from zmta02.collab.prod.int.phx2.redhat.com (LHLO - zmta02.collab.prod.int.phx2.redhat.com) (10.5.5.32) by - mail01.corp.redhat.com with LMTP; Sun, 4 Jan 2009 16:57:24 -0500 (EST) -Received: from localhost (localhost.localdomain [127.0.0.1]) - by zmta02.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id D37809C504; - Sun, 4 Jan 2009 16:57:24 -0500 (EST) -Received: from zmta02.collab.prod.int.phx2.redhat.com ([127.0.0.1]) - by localhost (zmta02.collab.prod.int.phx2.redhat.com [127.0.0.1]) (amavisd-new, port 10024) - with ESMTP id Zc+IlAojNlo9; Sun, 4 Jan 2009 16:57:24 -0500 (EST) -Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) - by zmta02.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 6E77C9C322; - Sun, 4 Jan 2009 16:57:24 -0500 (EST) -Received: from mx3.redhat.com (mx3.redhat.com [172.16.48.32]) - by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n04LvNfd004253; - Sun, 4 Jan 2009 16:57:23 -0500 -Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) - by mx3.redhat.com (8.13.8/8.13.8) with ESMTP id n04Lv8kf032280; - Sun, 4 Jan 2009 16:57:08 -0500 -Received: (majordomo at vger.kernel.org) by vger.kernel.org via listexpand - id S1757804AbZADV5H (ORCPT + 33 others); - Sun, 4 Jan 2009 16:57:07 -0500 -Received: (majordomo at vger.kernel.org) by vger.kernel.org id S1751921AbZADV44 - (ORCPT ); - Sun, 4 Jan 2009 16:56:56 -0500 -Received: from mx2.mail.elte.hu ([157.181.151.9]:58090 "EHLO mx2.mail.elte.hu" - rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP - id S1751332AbZADV4z (ORCPT ); - Sun, 4 Jan 2009 16:56:55 -0500 -Received: from elvis.elte.hu ([157.181.1.14]) - by mx2.mail.elte.hu with esmtp (Exim) - id 1LJaxm-0008Nh-7r - from ; Sun, 04 Jan 2009 22:56:52 +0100 -Received: by elvis.elte.hu (Postfix, from userid 1004) - id 11E833E21A7; Sun, 4 Jan 2009 22:56:43 +0100 (CET) -Date: Sun, 4 Jan 2009 22:56:45 +0100 -From: Ingo Molnar -To: Linus Torvalds -Cc: linux-kernel at vger.kernel.org, Andrew Morton -Subject: [git pull] core/iommu fixes -Message-ID: <20090104215645.GA22924 at elte.hu> -MIME-Version: 1.0 -Content-Type: text/plain; charset=us-ascii -Content-Disposition: inline -User-Agent: Mutt/1.5.18 (2008-05-17) -Received-SPF: neutral (mx2: 157.181.1.14 is neither permitted nor denied by domain of elte.hu) client-ip=157.181.1.14; envelope-from=mingo at elte.hu; helo=elvis.elte.hu; -X-ELTE-VirusStatus: clean -X-ELTE-SpamScore: -1.5 -X-ELTE-SpamLevel: -X-ELTE-SpamCheck: no -X-ELTE-SpamVersion: ELTE 2.0 -X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 - -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% - [score: 0.0000] -Sender: linux-kernel-owner at vger.kernel.org -Precedence: bulk -List-ID: -X-Mailing-List: linux-kernel at vger.kernel.org -X-RedHat-Spam-Score: -3.454 -X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 -X-Scanned-By: MIMEDefang 2.63 on 172.16.48.32 -Status: RO -Content-Length: 2444 -Lines: 85 - -Linus, - -Please pull the latest core-fixes-for-linus git tree from: - - git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git core-fixes-for-linus - - Thanks, - - Ingo - -------------------> -Ingo Molnar (1): - intel-iommu: fix build error with INTR_REMAP=y and DMAR=n - -Jesper Juhl (1): - swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.c - -Roland Dreier (1): - swiotlb: add missing __init annotations - - - arch/x86/kernel/pci-swiotlb_64.c | 2 +- - include/linux/dma_remapping.h | 8 ++++++++ - lib/swiotlb.c | 3 +-- - 3 files changed, 10 insertions(+), 3 deletions(-) - -diff --git a/arch/x86/kernel/pci-swiotlb_64.c b/arch/x86/kernel/pci-swiotlb_64.c -index 242c344..8cba374 100644 ---- a/arch/x86/kernel/pci-swiotlb_64.c -+++ b/arch/x86/kernel/pci-swiotlb_64.c -@@ -13,7 +13,7 @@ - - int swiotlb __read_mostly; - --void *swiotlb_alloc_boot(size_t size, unsigned long nslabs) -+void * __init swiotlb_alloc_boot(size_t size, unsigned long nslabs) - { - return alloc_bootmem_low_pages(size); - } -diff --git a/include/linux/dma_remapping.h b/include/linux/dma_remapping.h -index 136f170..af1dab4 100644 ---- a/include/linux/dma_remapping.h -+++ b/include/linux/dma_remapping.h -@@ -17,7 +17,15 @@ struct dmar_domain; - struct root_entry; - - extern void free_dmar_iommu(struct intel_iommu *iommu); -+ -+#ifdef CONFIG_DMAR - extern int iommu_calculate_agaw(struct intel_iommu *iommu); -+#else -+static inline int iommu_calculate_agaw(struct intel_iommu *iommu) -+{ -+ return 0; -+} -+#endif - - extern int dmar_disabled; - -diff --git a/lib/swiotlb.c b/lib/swiotlb.c -index fa2dc4e..7f5e21b 100644 ---- a/lib/swiotlb.c -+++ b/lib/swiotlb.c -@@ -23,7 +23,6 @@ - #include - #include - #include --#include - #include - #include - #include -@@ -116,7 +115,7 @@ setup_io_tlb_npages(char *str) - __setup("swiotlb=", setup_io_tlb_npages); - /* make io_tlb_overflow tunable too? */ - --void * __weak swiotlb_alloc_boot(size_t size, unsigned long nslabs) -+void * __weak __init swiotlb_alloc_boot(size_t size, unsigned long nslabs) - { - return alloc_bootmem_low_pages(size); - } --- -To unsubscribe from this list: send the line "unsubscribe linux-kernel" in -the body of a message to majordomo at vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html -Please read the FAQ at http://www.tux.org/lkml/ - Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v retrieving revision 1.943 retrieving revision 1.944 diff -u -r1.943 -r1.944 --- sources 5 Jan 2009 17:42:23 -0000 1.943 +++ sources 6 Jan 2009 17:50:09 -0000 1.944 @@ -1,2 +1,2 @@ d351e44709c9810b85e29b877f50968a linux-2.6.28.tar.bz2 -425b1d05c16ce88ba1448bf337b5175a patch-2.6.28-git7.bz2 +1ea4d2960b1359e0ba6ed790bb4ae4f1 patch-2.6.28-git8.bz2 Index: upstream =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v retrieving revision 1.855 retrieving revision 1.856 diff -u -r1.855 -r1.856 --- upstream 5 Jan 2009 17:42:23 -0000 1.855 +++ upstream 6 Jan 2009 17:50:09 -0000 1.856 @@ -1,2 +1,2 @@ linux-2.6.28.tar.bz2 -patch-2.6.28-git7.bz2 +patch-2.6.28-git8.bz2 --- patch-2.6.28-git7.bz2.sign DELETED --- From nbecker at fedoraproject.org Tue Jan 6 17:53:25 2009 From: nbecker at fedoraproject.org (Neal Becker) Date: Tue, 6 Jan 2009 17:53:25 +0000 (UTC) Subject: rpms/kdiff3/devel kdiff3.spec,1.14,1.15 Message-ID: <20090106175325.7FCFF70108@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/kdiff3/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2416 Modified Files: kdiff3.spec Log Message: fix br for kde4 Index: kdiff3.spec =================================================================== RCS file: /cvs/pkgs/rpms/kdiff3/devel/kdiff3.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- kdiff3.spec 6 Jan 2009 17:42:53 -0000 1.14 +++ kdiff3.spec 6 Jan 2009 17:52:55 -0000 1.15 @@ -1,6 +1,6 @@ Name: kdiff3 Version: 0.9.93 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Compare + merge 2 or 3 files or directories Group: Development/Tools @@ -11,11 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext cmake -%if 0%{?rhel} BuildRequires: kdebase-devel, kdelibs-devel, desktop-file-utils -%else -BuildRequires: kdebase3-devel, kdelibs3-devel, desktop-file-utils -%endif %description KDiff3 is a program that @@ -105,6 +101,9 @@ %{_datadir}/kde4/services/* %changelog +* Tue Jan 6 2009 Neal Becker - 0.9.93-3 +- Change BR, no longer kde3 + * Tue Jan 6 2009 Neal Becker - 0.9.93-2 - Add br cmake From kyle at fedoraproject.org Tue Jan 6 17:54:03 2009 From: kyle at fedoraproject.org (Kyle McMartin) Date: Tue, 6 Jan 2009 17:54:03 +0000 (UTC) Subject: rpms/kernel/devel kernel.spec, 1.1193, 1.1194 disable-p4-cpufreq-ui.patch, 1.3, NONE Message-ID: <20090106175403.D181E70108@cvs1.fedora.phx.redhat.com> Author: kyle Update of /cvs/pkgs/rpms/kernel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2614 Modified Files: kernel.spec Removed Files: disable-p4-cpufreq-ui.patch Log Message: kill disable-p4-cpufreq-ui.patch with fire. Index: kernel.spec =================================================================== RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v retrieving revision 1.1193 retrieving revision 1.1194 diff -u -r1.1193 -r1.1194 --- kernel.spec 6 Jan 2009 17:50:09 -0000 1.1193 +++ kernel.spec 6 Jan 2009 17:53:33 -0000 1.1194 @@ -666,10 +666,6 @@ # hush pci bar allocation failures Patch2804: linux-2.6.27-pci-hush-allocation-failures.patch -# Provide P4 clock modulation in-kernel for thermal reasons, but don't expose -# ui -Patch3130: disable-p4-cpufreq-ui.patch - %endif BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1180,8 +1176,6 @@ # hush pci bar allocation failures ApplyPatch linux-2.6.27-pci-hush-allocation-failures.patch -#ApplyPatch disable-p4-cpufreq-ui.patch - # END OF PATCH APPLICATIONS %endif --- disable-p4-cpufreq-ui.patch DELETED --- From steved at fedoraproject.org Tue Jan 6 17:58:15 2009 From: steved at fedoraproject.org (Steve Dickson) Date: Tue, 6 Jan 2009 17:58:15 +0000 (UTC) Subject: rpms/nfs-utils/devel nfs-utils-1.1.4-mount-addrconfig.patch, NONE, 1.1 nfs-utils.spec, 1.204, 1.205 Message-ID: <20090106175815.B78F270108@cvs1.fedora.phx.redhat.com> Author: steved Update of /cvs/pkgs/rpms/nfs-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3686 Modified Files: nfs-utils.spec Added Files: nfs-utils-1.1.4-mount-addrconfig.patch Log Message: - mount: revert recent fix for build problems on old systems - mount: use gethostbyname(3) when building on old systems - mount: getport: don't use getaddrinfo(3) on old systems - mount: Random clean up nfs-utils-1.1.4-mount-addrconfig.patch: --- NEW FILE nfs-utils-1.1.4-mount-addrconfig.patch --- --- nfs-utils-1.1.4/support/nfs/getport.c.save 2009-01-06 12:22:33.100864000 -0500 +++ nfs-utils-1.1.4/support/nfs/getport.c 2009-01-06 12:23:04.885428000 -0500 @@ -73,6 +73,60 @@ static const char *nfs_gp_rpcb_pgmtbl[] NULL, }; +#ifdef HAVE_DECL_AI_ADDRCONFIG +/* + * getaddrinfo(3) generates a usable loopback address based on how the + * local network interfaces are configured. RFC 3484 requires that the + * results are sorted so that the first result has the best likelihood + * of working, so we try just that first result. + * + * Returns TRUE on success. + */ +static int nfs_gp_loopback_address(struct sockaddr *sap, socklen_t *salen) +{ + struct addrinfo *gai_results; + struct addrinfo gai_hint = { + .ai_flags = AI_ADDRCONFIG, + }; + socklen_t len = *salen; + int ret = 0; + + if (getaddrinfo(NULL, "sunrpc", &gai_hint, &gai_results)) + return 0; + + switch (gai_results->ai_addr->sa_family) { + case AF_INET: + case AF_INET6: + if (len >= gai_results->ai_addrlen) { + memcpy(sap, gai_results->ai_addr, + gai_results->ai_addrlen); + *salen = gai_results->ai_addrlen; + ret = 1; + } + } + + freeaddrinfo(gai_results); + return ret; +} +#else +/* + * Old versions of getaddrinfo(3) don't support AI_ADDRCONFIG, so we + * have a fallback for building on legacy systems. + */ +static int nfs_gp_loopback_address(struct sockaddr *sap, socklen_t *salen) +{ + struct sockaddr_in *sin = (struct sockaddr_in *)sap; + + memset(sin, 0, sizeof(*sin)); + + sin->sin_family = AF_INET; + sin->sin_addr.s_addr = htonl(INADDR_LOOPBACK); + *salen = sizeof(*sin); + + return 1; +} +#endif + /* * Discover the port number that should be used to contact an * rpcbind service. This will detect if the port has a local @@ -780,12 +834,10 @@ unsigned short nfs_getlocalport(const rp const rpcvers_t version, const unsigned short protocol) { - struct addrinfo *gai_results; - struct addrinfo gai_hint = { - .ai_flags = AI_ADDRCONFIG, - }; + struct sockaddr_storage address; + struct sockaddr *lb_addr = (struct sockaddr *)&address; + socklen_t lb_len = sizeof(lb_addr); unsigned short port = 0; - int error; #ifdef NFS_GP_LOCAL const struct sockaddr_un sun = { @@ -811,12 +863,9 @@ unsigned short nfs_getlocalport(const rp #endif /* NFS_GP_LOCAL */ if (port == 0) { - error = getaddrinfo(NULL, "sunrpc", &gai_hint, &gai_results); - if (error == 0) { - port = nfs_getport(gai_results->ai_addr, - gai_results->ai_addrlen, + if (nfs_gp_loopback_address(lb_addr, &lb_len)) { + port = nfs_getport(lb_addr, lb_len, program, version, protocol); - freeaddrinfo(gai_results); } else rpc_createerr.cf_stat = RPC_UNKNOWNADDR; } --- nfs-utils-1.1.4/utils/mount/network.c.save 2009-01-06 12:22:12.950764000 -0500 +++ nfs-utils-1.1.4/utils/mount/network.c 2009-01-06 12:23:10.432801000 -0500 @@ -50,24 +50,6 @@ #include "nfsrpc.h" #include "network.h" -/* - * Earlier versions of glibc's /usr/include/netdb.h exclude these - * definitions because it was thought they were not part of a stable - * POSIX standard. However, they are defined by RFC 2553 and 3493 - * and in POSIX 1003.1-2001, so these definitions were added in later - * versions of netdb.h. - */ -#ifndef AI_V4MAPPED -#define AI_V4MAPPED 0x0008 /* IPv4-mapped addresses are acceptable. */ -#endif /* AI_V4MAPPED */ -#ifndef AI_ALL -#define AI_ALL 0x0010 /* Return both IPv4 and IPv6 addresses. */ -#endif /* AI_ALL */ -#ifndef AI_ADDRCONFIG -#define AI_ADDRCONFIG 0x0020 /* Use configuration of this host to choose \ - returned address type. */ -#endif /* AI_ADDRCONFIG */ - #define PMAP_TIMEOUT (10) #define CONNECT_TIMEOUT (20) #define MOUNT_TIMEOUT (30) @@ -175,9 +157,11 @@ static void nfs_set_port(struct sockaddr } } +#ifdef HAVE_DECL_AI_ADDRCONFIG /** * nfs_name_to_address - resolve hostname to an IPv4 or IPv6 socket address * @hostname: pointer to C string containing DNS hostname to resolve + * @af_hint: hint to restrict resolution to one address family * @sap: pointer to buffer to fill with socket address * @len: IN: size of buffer to fill; OUT: size of socket address * @@ -228,11 +212,66 @@ int nfs_name_to_address(const char *host freeaddrinfo(gai_results); return ret; } +#else /* HAVE_DECL_AI_ADDRCONFIG */ +/** + * nfs_name_to_address - resolve hostname to an IPv4 socket address + * @hostname: pointer to C string containing DNS hostname to resolve + * @af_hint: hint to restrict resolution to one address family + * @sap: pointer to buffer to fill with socket address + * @len: IN: size of buffer to fill; OUT: size of socket address + * + * Returns 1 and places a socket address at @sap if successful; + * otherwise zero. + * + * Some older getaddrinfo(3) implementations don't support + * AI_ADDRCONFIG or AI_V4MAPPED properly. For those cases, a DNS + * resolver based on the traditional gethostbyname(3) is provided. + */ +int nfs_name_to_address(const char *hostname, + const sa_family_t af_hint, + struct sockaddr *sap, socklen_t *salen) +{ + struct sockaddr_in *sin = (struct sockaddr_in *)sap; + socklen_t len = *salen; + struct hostent *hp; + + *salen = 0; + + if (af_hint != AF_INET) { + nfs_error(_("%s: address family not supported by DNS resolver\n"), + progname, hostname); + return 0; + } + + sin->sin_family = AF_INET; + if (inet_aton(hostname, &sin->sin_addr)) { + *salen = sizeof(*sin); + return 1; + } + + hp = gethostbyname(hostname); + if (hp == NULL) { + nfs_error(_("%s: DNS resolution failed for %s: %s"), + progname, hostname, hstrerror(h_errno)); + return 0; + } + + if (hp->h_length > len) { + nfs_error(_("%s: DNS resolution results too long for buffer\n"), + progname); + return 0; + } + + memcpy(&sin->sin_addr, hp->h_addr, hp->h_length); + *salen = hp->h_length; + return 1; +} +#endif /* HAVE_DECL_AI_ADDRCONFIG */ /** * nfs_gethostbyname - resolve a hostname to an IPv4 address * @hostname: pointer to a C string containing a DNS hostname - * @saddr: returns an IPv4 address + * @sin: returns an IPv4 address * * Returns 1 if successful, otherwise zero. */ --- nfs-utils-1.1.4/configure.ac.save 2009-01-06 12:22:41.437331000 -0500 +++ nfs-utils-1.1.4/configure.ac 2009-01-06 12:23:10.424809000 -0500 @@ -246,6 +246,11 @@ if test "$enable_gss" = yes; then fi +AC_CHECK_DECL([AI_ADDRCONFIG], + AC_DEFINE([HAVE_DECL_AI_ADDRCONFIG], 1, + [Define this to 1 if AI_ADDRCONFIG macro is defined]), , + [ #include ] ) + if test "$enable_ipv6" = yes; then AC_CHECK_FUNC(inet_ntop, , , AC_MSG_ERROR(Function 'inet_ntop' not found.)) @@ -254,7 +259,10 @@ if test "$enable_ipv6" = yes; then AC_CHECK_LIB(tirpc, clnt_tli_create, , AC_MSG_ERROR([libtirpc needed for IPv6 support])) AC_CHECK_HEADERS(tirpc/netconfig.h, , - AC_MSG_ERROR([libtirpc-devel needed for IPv6 support])) + AC_MSG_ERROR([libtirpc headers needed for IPv6 support])) + AC_CHECK_DECL([AI_ADDRCONFIG], , + AC_MSG_ERROR([full getaddrinfo(3) implementation needed for IPv6 support]), + [ #include ] ) fi dnl ************************************************************* Index: nfs-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/nfs-utils/devel/nfs-utils.spec,v retrieving revision 1.204 retrieving revision 1.205 diff -u -r1.204 -r1.205 --- nfs-utils.spec 5 Jan 2009 19:27:31 -0000 1.204 +++ nfs-utils.spec 6 Jan 2009 17:57:45 -0000 1.205 @@ -41,6 +41,7 @@ Patch112: nfs-utils-1.1.4-tcpwrapper-update.patch Patch113: nfs-utils-1.1.4-tcpwrap-warn.patch Patch114: nfs-utils-1.1.4-gssd-verbosity.patch +Patch115: nfs-utils-1.1.4-mount-addrconfig.patch %if %{enablefscache} Patch90: nfs-utils-1.1.0-mount-fsc.patch @@ -110,6 +111,7 @@ %patch112 -p1 %patch113 -p1 %patch114 -p1 +%patch115 -p1 %if %{enablefscache} %patch90 -p1 @@ -277,6 +279,10 @@ - Added warnings to tcp wrapper code when mounts are denied due to misconfigured DNS configurations. - gssd: By default, don't spam syslog when users' credentials expire +- mount: revert recent fix for build problems on old systems +- mount: use gethostbyname(3) when building on old systems +- mount: getport: don't use getaddrinfo(3) on old systems +- mount: Random clean up * Fri Dec 19 2008 Steve Dickson 1.1.4-10 - Re-enabled and fixed/enhanced tcp wrappers. From steved at fedoraproject.org Tue Jan 6 18:02:05 2009 From: steved at fedoraproject.org (Steve Dickson) Date: Tue, 6 Jan 2009 18:02:05 +0000 (UTC) Subject: rpms/nfs-utils/devel nfs-utils-1.1.4-configure-uuid.patch, NONE, 1.1 nfs-utils.spec, 1.205, 1.206 Message-ID: <20090106180205.6597170108@cvs1.fedora.phx.redhat.com> Author: steved Update of /cvs/pkgs/rpms/nfs-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4783 Modified Files: nfs-utils.spec Added Files: nfs-utils-1.1.4-configure-uuid.patch Log Message: configure: use "--disable-uuid" instead of "--without-uuid" nfs-utils-1.1.4-configure-uuid.patch: --- NEW FILE nfs-utils-1.1.4-configure-uuid.patch --- --- nfs-utils-1.1.4/configure.ac.orig 2009-01-06 12:27:23.944023000 -0500 +++ nfs-utils-1.1.4/configure.ac 2009-01-06 12:29:43.128014000 -0500 @@ -109,7 +109,7 @@ AC_ARG_WITH(rpcgen, AC_SUBST(RPCGEN_PATH) AM_CONDITIONAL(CONFIG_RPCGEN, [test "$RPCGEN_PATH" == ""]) AC_ARG_ENABLE(uuid, - [AC_HELP_STRING([--without-uuid], [Exclude uuid support and so avoid possibly buggy libblkid])], + [AC_HELP_STRING([--disable-uuid], [Exclude uuid support to avoid buggy libblkid])], if test "$enableval" = "yes" ; then choose_blkid=yes; else choose_blkid=no; fi, choose_blkid=default) AC_ARG_ENABLE(mount, Index: nfs-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/nfs-utils/devel/nfs-utils.spec,v retrieving revision 1.205 retrieving revision 1.206 diff -u -r1.205 -r1.206 --- nfs-utils.spec 6 Jan 2009 17:57:45 -0000 1.205 +++ nfs-utils.spec 6 Jan 2009 18:01:35 -0000 1.206 @@ -42,6 +42,7 @@ Patch113: nfs-utils-1.1.4-tcpwrap-warn.patch Patch114: nfs-utils-1.1.4-gssd-verbosity.patch Patch115: nfs-utils-1.1.4-mount-addrconfig.patch +Patch116: nfs-utils-1.1.4-configure-uuid.patch %if %{enablefscache} Patch90: nfs-utils-1.1.0-mount-fsc.patch @@ -112,6 +113,7 @@ %patch113 -p1 %patch114 -p1 %patch115 -p1 +%patch116 -p1 %if %{enablefscache} %patch90 -p1 @@ -283,6 +285,7 @@ - mount: use gethostbyname(3) when building on old systems - mount: getport: don't use getaddrinfo(3) on old systems - mount: Random clean up +- configure: use "--disable-uuid" instead of "--without-uuid" * Fri Dec 19 2008 Steve Dickson 1.1.4-10 - Re-enabled and fixed/enhanced tcp wrappers. From pkgdb at fedoraproject.org Tue Jan 6 18:06:19 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 18:06:19 +0000 Subject: [pkgdb] k3b-extras had acl change status Message-ID: <20090106180619.762BC208D2B@bastion.fedora.phx.redhat.com> toshio has set the watchbugzilla acl on k3b-extras (Fedora 10) to Obsolete for pawpawcatfish To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/k3b-extras From nbecker at fedoraproject.org Tue Jan 6 18:06:26 2009 From: nbecker at fedoraproject.org (Neal Becker) Date: Tue, 6 Jan 2009 18:06:26 +0000 (UTC) Subject: rpms/kdiff3/devel kdiff3.spec,1.15,1.16 Message-ID: <20090106180626.D66C970108@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/kdiff3/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5967 Modified Files: kdiff3.spec Log Message: fix br for kde4 Index: kdiff3.spec =================================================================== RCS file: /cvs/pkgs/rpms/kdiff3/devel/kdiff3.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- kdiff3.spec 6 Jan 2009 17:52:55 -0000 1.15 +++ kdiff3.spec 6 Jan 2009 18:05:56 -0000 1.16 @@ -1,6 +1,6 @@ Name: kdiff3 Version: 0.9.93 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Compare + merge 2 or 3 files or directories Group: Development/Tools @@ -28,9 +28,8 @@ %patch0 -p1 %build -unset QTDIR || : ; source /etc/profile.d/qt.sh -%configure \ - --disable-rpath +#%configure \ +# --disable-rpath %{cmake_kde4} @@ -101,6 +100,9 @@ %{_datadir}/kde4/services/* %changelog +* Tue Jan 6 2009 Neal Becker - 0.9.93-4 +- Remove /etc/profile.d/qt.sh, remove configure + * Tue Jan 6 2009 Neal Becker - 0.9.93-3 - Change BR, no longer kde3 From pkgdb at fedoraproject.org Tue Jan 6 18:07:40 2009 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Tue, 06 Jan 2009 18:07:40 +0000 Subject: [pkgdb] wireshark had acl change status Message-ID: <20090106180740.9ECCE208D2B@bastion.fedora.phx.redhat.com> toshio has set the watchbugzilla acl on wireshark (Fedora 8) to Obsolete for tunis1ano To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/wireshark From rvinyard at fedoraproject.org Tue Jan 6 18:11:35 2009 From: rvinyard at fedoraproject.org (Rick L. Vinyard, Jr.) Date: Tue, 6 Jan 2009 18:11:35 +0000 (UTC) Subject: rpms/bit/F-10 bit.spec,1.12,1.13 Message-ID: <20090106181135.AD24C70125@cvs1.fedora.phx.redhat.com> Author: rvinyard Update of /cvs/pkgs/rpms/bit/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8277 Modified Files: bit.spec Log Message: Index: bit.spec =================================================================== RCS file: /cvs/pkgs/rpms/bit/F-10/bit.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bit.spec 3 Nov 2008 19:49:42 -0000 1.12 +++ bit.spec 6 Jan 2009 18:11:05 -0000 1.13 @@ -1,7 +1,7 @@ -Summary: Bit is a C++ library to simplify bit stream parsing +Summary: C++ library to simplify bit stream parsing Name: bit Version: 0.4.90 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3 URL: http://libbit.sourceforge.net Group: System Environment/Libraries @@ -21,7 +21,7 @@ fields that are not necessarily octet (byte) oriented. %package devel -Summary: Support files for developing programs that will use the bit library +Summary: C++ development files to simplify bit stream parsing Group: Development/Libraries Requires: bit = %{version}-%{release} Requires: libxml++-devel >= 2.10.0 @@ -37,7 +37,7 @@ developing applications that use the bit library. %package gtkmm -Summary: This library contains gtkmm UI widgets to support the bit library +Summary: Gtkmm UI widgets to support bit stream processing Group: System Environment/Libraries Requires: bit = %{version}-%{release} Provides: bitgtkmm = %{version} @@ -47,7 +47,7 @@ This package contains gtkmm widgets associated with the bit library. %package gtkmm-devel -Summary: Support files for gtkmm applications that will use the bit-gtkmm UI widgets +Summary: Development files to support gtkmm UI widgets for bit stream processing Group: Development/Libraries Requires: bit-gtkmm = %{version}-%{release} Requires: gtkmm24-devel >= 2.6.0 @@ -117,6 +117,9 @@ %doc %{_datadir}/gtk-doc/html/bit-gtkmm/ %changelog +* Tue Jan 06 2009 Rick L Vinyard Jr - 0.4.90-3 +- Updated summaries + * Mon Nov 03 2008 Rick L Vinyard Jr - 0.4.90-2 - Excluded ppc and ppc64 arches From mclasen at fedoraproject.org Tue Jan 6 18:23:02 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 18:23:02 +0000 (UTC) Subject: rpms/gnome-applets/devel .cvsignore, 1.73, 1.74 gnome-applets-null-battstat.patch, 1.2, 1.3 gnome-applets.spec, 1.318, 1.319 sources, 1.81, 1.82 gnome-applets-2.18.0-node-leak.patch, 1.1, NONE gnome-applets-libgnomeui.patch, 1.5, NONE gnome-applets-remove-mixer.patch, 1.4, NONE gweather-network.patch, 1.3, NONE Message-ID: <20090106182302.D8CA370108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gnome-applets/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11428 Modified Files: .cvsignore gnome-applets-null-battstat.patch gnome-applets.spec sources Removed Files: gnome-applets-2.18.0-node-leak.patch gnome-applets-libgnomeui.patch gnome-applets-remove-mixer.patch gweather-network.patch Log Message: drop old patches Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gnome-applets/devel/.cvsignore,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- .cvsignore 23 Dec 2008 03:32:09 -0000 1.73 +++ .cvsignore 6 Jan 2009 18:22:32 -0000 1.74 @@ -1 +1 @@ -gnome-applets-2.25.2.tar.bz2 +gnome-applets-2.25.3.tar.bz2 gnome-applets-null-battstat.patch: Index: gnome-applets-null-battstat.patch =================================================================== RCS file: /cvs/pkgs/rpms/gnome-applets/devel/gnome-applets-null-battstat.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnome-applets-null-battstat.patch 19 Dec 2008 17:03:01 -0000 1.2 +++ gnome-applets-null-battstat.patch 6 Jan 2009 18:22:32 -0000 1.3 @@ -1,35 +1,6 @@ -diff -up gnome-applets-2.21.2/null_applet/Makefile.am.battstat gnome-applets-2.21.2/null_applet/Makefile.am ---- gnome-applets-2.21.2/null_applet/Makefile.am.battstat 2007-12-06 22:43:35.000000000 -0500 -+++ gnome-applets-2.21.2/null_applet/Makefile.am 2007-12-06 22:43:43.000000000 -0500 -@@ -9,12 +9,17 @@ null_applet_SOURCES = null_applet.c - - null_applet_LDADD = $(GNOME_APPLETS_LIBS) - -+if !BUILD_BATTSTAT_APPLET -+battstat_applet=GNOME_BattstatApplet.server.in -+endif -+ - serverdir = $(libdir)/bonobo/servers - server_in_files = \ - GNOME_NullApplet_Factory.server.in \ - GNOME_CDPlayerApplet.server.in \ - GNOME_MailcheckApplet_Factory.server.in \ -- GNOME_Panel_WirelessApplet.server.in -+ GNOME_Panel_WirelessApplet.server.in \ -+ $(battstat_applet) - server_DATA = $(server_in_files:.server.in=.server) - - @INTLTOOL_SERVER_RULE@ -@@ -28,4 +33,5 @@ EXTRA_DIST = \ - GNOME_NullApplet_Factory.server.in.in \ - GNOME_CDPlayerApplet.server.in \ - GNOME_MailcheckApplet_Factory.server.in \ -- GNOME_Panel_WirelessApplet.server.in -+ GNOME_Panel_WirelessApplet.server.in \ -+ GNOME_BattstatApplet.server.in -diff -up gnome-applets-2.21.2/null_applet/GNOME_BattstatApplet.server.in.battstat gnome-applets-2.21.2/null_applet/GNOME_BattstatApplet.server.in ---- gnome-applets-2.21.2/null_applet/GNOME_BattstatApplet.server.in.battstat 2007-12-06 22:44:07.000000000 -0500 -+++ gnome-applets-2.21.2/null_applet/GNOME_BattstatApplet.server.in 2007-12-06 22:43:54.000000000 -0500 +diff -up /dev/null gnome-applets-2.25.3/null_applet/GNOME_BattstatApplet.server.in +--- /dev/null 2009-01-06 09:07:59.720027856 -0500 ++++ gnome-applets-2.25.3/null_applet/GNOME_BattstatApplet.server.in 2009-01-06 13:06:52.000000000 -0500 @@ -0,0 +1,22 @@ + + @@ -53,14 +24,35 @@ + + + ---- gnome-applets-2.25.1/null_applet/null_applet.c.old 2008-12-19 16:57:54.000000000 +0000 -+++ gnome-applets-2.25.1/null_applet/null_applet.c 2008-12-19 16:58:49.000000000 +0000 -@@ -40,6 +40,8 @@ insert_oafiids (GHashTable *hash_table) - "OAFIID:GNOME_MailcheckApplet", "Inbox Monitor"); +diff -up gnome-applets-2.25.3/null_applet/Makefile.am.battstat-null gnome-applets-2.25.3/null_applet/Makefile.am +--- gnome-applets-2.25.3/null_applet/Makefile.am.battstat-null 2009-01-06 00:30:23.000000000 -0500 ++++ gnome-applets-2.25.3/null_applet/Makefile.am 2009-01-06 13:08:41.000000000 -0500 +@@ -9,12 +9,15 @@ null_applet_SOURCES = null_applet.c + + null_applet_LDADD = $(GNOME_APPLETS_LIBS) + ++if !BUILD_BATTSTAT_APPLET ++battstat_applet=GNOME_BattstatApplet.server.in ++endif ++ + serverdir = $(libdir)/bonobo/servers + server_in_files = \ + GNOME_NullApplet_Factory.server.in \ + GNOME_CDPlayerApplet.server.in \ + GNOME_MailcheckApplet_Factory.server.in \ +- GNOME_Panel_WirelessApplet.server.in \ + GNOME_MixerApplet.server.in + server_DATA = $(server_in_files:.server.in=.server) + +diff -up gnome-applets-2.25.3/null_applet/null_applet.c.battstat-null gnome-applets-2.25.3/null_applet/null_applet.c +--- gnome-applets-2.25.3/null_applet/null_applet.c.battstat-null 2009-01-06 00:30:23.000000000 -0500 ++++ gnome-applets-2.25.3/null_applet/null_applet.c 2009-01-06 13:09:42.000000000 -0500 +@@ -41,6 +41,8 @@ insert_oafiids (GHashTable *hash_table) g_hash_table_insert (hash_table, "OAFIID:GNOME_CDPlayerApplet", "CD Player"); + g_hash_table_insert (hash_table, ++ "OAFIID:GNOME_BattstatApplet", "Battery Charge Monitor"); + g_hash_table_insert (hash_table, -+ "OAFIID:GNOME_BattstatApplet", "Battery Charge Monitor"); + "OAFIID:GNOME_MixerApplet_Factory", "Volume Control"); } - static gboolean already_running; Index: gnome-applets.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnome-applets/devel/gnome-applets.spec,v retrieving revision 1.318 retrieving revision 1.319 diff -u -r1.318 -r1.319 --- gnome-applets.spec 23 Dec 2008 04:48:50 -0000 1.318 +++ gnome-applets.spec 6 Jan 2009 18:22:32 -0000 1.319 @@ -34,8 +34,8 @@ Summary: Small applications for the GNOME panel Name: gnome-applets -Version: 2.25.2 -Release: 4%{?dist} +Version: 2.25.3 +Release: 1%{?dist} Epoch: 1 License: GPLv2+ and GFDL Group: User Interface/Desktops @@ -57,11 +57,6 @@ # do the nullapplet dance for battstat Patch40: gnome-applets-null-battstat.patch -# and for the mixer applet -Patch42: gnome-applets-remove-mixer.patch - -# make mini-commander build -Patch43: gnome-applets-libgnomeui.patch BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: gtk2-devel >= %{gtk2_version} @@ -146,9 +141,6 @@ %patch31 -p1 -b .fix-find %patch40 -p1 -b .battstat-null -mv mixer/GNOME_MixerApplet.server.in.in null_applet/GNOME_MixerApplet.server.in -rm -rf mixer/ -%patch42 -p1 -b .mixer-null # We don't ship gnome-system-tools rm -rf modemlights @@ -157,7 +149,6 @@ %patch3 -p1 -b .ppp-command %patch34 -p1 -b .ppp-includes -%patch43 -p1 -b .libgnomeui intltoolize --force autoreconf @@ -344,6 +335,9 @@ %{_datadir}/PolicyKit/policy/org.gnome.cpufreqselector.policy %changelog +* Tue Jan 6 2009 Matthias Clasen - 1:2.25.3-1 +- Update to 2.25.3 + * Sat Dec 20 2008 Matthias Clasen - 1:2.25.2-4 - Update to 2.25.2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gnome-applets/devel/sources,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- sources 23 Dec 2008 03:37:58 -0000 1.81 +++ sources 6 Jan 2009 18:22:32 -0000 1.82 @@ -1,2 +1 @@ -ee040219c868baca6c75c6525a656a0b gnome-applets-2.25.2.tar.bz2 -ccd89d3a58076214e2f34216388c9621 gnome-applets-2.9.3.1-modemlights.tar.bz2 +ddd99d0281df4fa4458408e6cdd19cd1 gnome-applets-2.25.3.tar.bz2 --- gnome-applets-2.18.0-node-leak.patch DELETED --- --- gnome-applets-libgnomeui.patch DELETED --- --- gnome-applets-remove-mixer.patch DELETED --- --- gweather-network.patch DELETED --- From deji at fedoraproject.org Tue Jan 6 18:23:28 2009 From: deji at fedoraproject.org (Deji Akingunola) Date: Tue, 6 Jan 2009 18:23:28 +0000 (UTC) Subject: rpms/exempi/F-10 .cvsignore, 1.8, 1.9 exempi.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <20090106182328.7475870108@cvs1.fedora.phx.redhat.com> Author: deji Update of /cvs/pkgs/rpms/exempi/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14149 Modified Files: .cvsignore exempi.spec sources Log Message: * Tue Jan 06 2009 Deji Akingunola - 2.1.0-1 - Update to 2.1.0 * Sat May 17 2008 Deji Akingunola - 2.0.1-1 - Update to 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/exempi/F-10/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 17 May 2008 15:42:49 -0000 1.8 +++ .cvsignore 6 Jan 2009 18:22:58 -0000 1.9 @@ -1 +1 @@ -exempi-2.0.1.tar.gz +exempi-2.1.0.tar.gz Index: exempi.spec =================================================================== RCS file: /cvs/pkgs/rpms/exempi/F-10/exempi.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- exempi.spec 17 May 2008 15:42:49 -0000 1.8 +++ exempi.spec 6 Jan 2009 18:22:58 -0000 1.9 @@ -1,13 +1,13 @@ Summary: Library for easy parsing of XMP metadata Name: exempi -Version: 2.0.1 +Version: 2.1.0 Release: 1%{?dist} License: BSD Group: System Environment/Libraries URL: http://libopenraw.freedesktop.org/wiki/Exempi Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: boost-devel expat-devel pkgconfig +BuildRequires: boost-devel expat-devel zlib-devel pkgconfig %description Exempi provides a library for easy parsing of XMP metadata. It is a port of @@ -61,6 +61,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue Jan 06 2009 Deji Akingunola - 2.1.0-1 +- Update to 2.1.0 + * Sat May 17 2008 Deji Akingunola - 2.0.1-1 - Update to 2.0.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/exempi/F-10/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 17 May 2008 15:42:49 -0000 1.8 +++ sources 6 Jan 2009 18:22:58 -0000 1.9 @@ -1 +1 @@ -8d72412c8a1e0330c4fa57da2d0ef96e exempi-2.0.1.tar.gz +30dfa5c394b4a3901c66f6e60e8b22e4 exempi-2.1.0.tar.gz From nbecker at fedoraproject.org Tue Jan 6 18:26:59 2009 From: nbecker at fedoraproject.org (Neal Becker) Date: Tue, 6 Jan 2009 18:26:59 +0000 (UTC) Subject: rpms/kdiff3/devel kdiff3.spec,1.16,1.17 Message-ID: <20090106182659.F307E70108@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/kdiff3/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15466 Modified Files: kdiff3.spec Log Message: fix HTML_DIR Index: kdiff3.spec =================================================================== RCS file: /cvs/pkgs/rpms/kdiff3/devel/kdiff3.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- kdiff3.spec 6 Jan 2009 18:05:56 -0000 1.16 +++ kdiff3.spec 6 Jan 2009 18:26:29 -0000 1.17 @@ -1,6 +1,6 @@ Name: kdiff3 Version: 0.9.93 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Compare + merge 2 or 3 files or directories Group: Development/Tools @@ -38,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -HTML_DIR=$(kde-config --expandvars --install html) +HTML_DIR=%{_kde4_datadir}/doc/HTML # this is junk rm -rf $RPM_BUILD_ROOT$HTML_DIR/%{name} @@ -65,41 +65,44 @@ fi # Desktop. -mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications $RPM_BUILD_ROOT%{_datadir}/kde4/apps $RPM_BUILD_ROOT%{_datadir}/kde4/services +mkdir -p $RPM_BUILD_ROOT%{_kde4_datadir}/applications $RPM_BUILD_ROOT%{_kde4_datadir}/kde4/apps $RPM_BUILD_ROOT%{_kde4_datadir}/kde4/services desktop-file-install --vendor fedora \ - --dir $RPM_BUILD_ROOT%{_datadir}/kde4/services \ - $RPM_BUILD_ROOT%{_datadir}/kde4/services/kdiff3part.desktop + --dir $RPM_BUILD_ROOT%{_kde4_datadir}/kde4/services \ + $RPM_BUILD_ROOT%{_kde4_datadir}/kde4/services/kdiff3part.desktop desktop-file-install --vendor fedora \ - --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde4 \ + --dir $RPM_BUILD_ROOT%{_kde4_datadir}/applications/kde4 \ --add-category Development \ --add-category X-Fedora \ --delete-original \ - $RPM_BUILD_ROOT%{_datadir}/applications/kde4/kdiff3.desktop + $RPM_BUILD_ROOT%{_kde4_datadir}/applications/kde4/kdiff3.desktop %clean rm -rf $RPM_BUILD_ROOT %post -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +touch --no-create %{_kde4_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_kde4_datadir}/icons/hicolor || : %postun -touch --no-create %{_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +touch --no-create %{_kde4_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_kde4_datadir}/icons/hicolor || : %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO -%{_bindir}/* -%{_libdir}/* -%{_datadir}/applications/kde4/* -%{_datadir}/kde4/apps/* -%{_datadir}/icons/*/*/*/kdiff3.png -%{_datadir}/kde4/services/* +%{_kde4_bindir}/* +%{_kde4_libdir}/* +%{_kde4_datadir}/applications/kde4/* +%{_kde4_datadir}/kde4/apps/* +%{_kde4_datadir}/icons/*/*/*/kdiff3.png +%{_kde4_datadir}/kde4/services/* %changelog +* Tue Jan 6 2009 Neal Becker - 0.9.93-5 +- Fix HTML_DIR and use kde4_ versions of datadir, libdir, bindir + * Tue Jan 6 2009 Neal Becker - 0.9.93-4 - Remove /etc/profile.d/qt.sh, remove configure From deji at fedoraproject.org Tue Jan 6 18:32:16 2009 From: deji at fedoraproject.org (Deji Akingunola) Date: Tue, 6 Jan 2009 18:32:16 +0000 (UTC) Subject: rpms/exempi/F-9 .cvsignore, 1.8, 1.9 exempi.spec, 1.8, 1.9 sources, 1.8, 1.9 Message-ID: <20090106183216.335DD70108@cvs1.fedora.phx.redhat.com> Author: deji Update of /cvs/pkgs/rpms/exempi/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16694 Modified Files: .cvsignore exempi.spec sources Log Message: * Tue Jan 06 2009 Deji Akingunola - 2.1.0-1 - Update to 2.1.0 * Sat May 17 2008 Deji Akingunola - 2.0.1-1 - Update to 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/exempi/F-9/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- .cvsignore 17 May 2008 16:01:54 -0000 1.8 +++ .cvsignore 6 Jan 2009 18:31:45 -0000 1.9 @@ -1 +1 @@ -exempi-2.0.1.tar.gz +exempi-2.1.0.tar.gz Index: exempi.spec =================================================================== RCS file: /cvs/pkgs/rpms/exempi/F-9/exempi.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- exempi.spec 17 May 2008 16:01:54 -0000 1.8 +++ exempi.spec 6 Jan 2009 18:31:45 -0000 1.9 @@ -1,13 +1,13 @@ Summary: Library for easy parsing of XMP metadata Name: exempi -Version: 2.0.1 +Version: 2.1.0 Release: 1%{?dist} License: BSD Group: System Environment/Libraries URL: http://libopenraw.freedesktop.org/wiki/Exempi Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: boost-devel expat-devel pkgconfig +BuildRequires: boost-devel expat-devel zlib-devel pkgconfig %description Exempi provides a library for easy parsing of XMP metadata. It is a port of @@ -61,6 +61,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue Jan 06 2009 Deji Akingunola - 2.1.0-1 +- Update to 2.1.0 + * Sat May 17 2008 Deji Akingunola - 2.0.1-1 - Update to 2.0.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/exempi/F-9/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sources 17 May 2008 16:01:54 -0000 1.8 +++ sources 6 Jan 2009 18:31:45 -0000 1.9 @@ -1 +1 @@ -8d72412c8a1e0330c4fa57da2d0ef96e exempi-2.0.1.tar.gz +30dfa5c394b4a3901c66f6e60e8b22e4 exempi-2.1.0.tar.gz From s4504kr at fedoraproject.org Tue Jan 6 18:34:06 2009 From: s4504kr at fedoraproject.org (Jochen Schmitt) Date: Tue, 6 Jan 2009 18:34:06 +0000 (UTC) Subject: rpms/blender/devel blender.spec,1.95,1.96 Message-ID: <20090106183406.70F0E70108@cvs1.fedora.phx.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17165 Modified Files: blender.spec Log Message: Increase Release bc/ make tag fails Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- blender.spec 27 Dec 2008 12:20:53 -0000 1.95 +++ blender.spec 6 Jan 2009 18:33:35 -0000 1.96 @@ -1,9 +1,11 @@ %define blenderlib %{_datadir}/blender %define plugins %{_libdir}/blender/plugins +%define fontname blender + Name: blender Version: 2.48a -Release: 7%{?dist} +Release: 8%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -57,12 +59,15 @@ buildRequires: freetype-devel BuildRequires: OpenEXR-devel BuildRequires: glew-devel +BuildRequires: fontpackages-devel Requires(post): desktop-file-utils Requires(post): shared-mime-info Requires(postun): desktop-file-utils Requires(postun): shared-mime-info +Requires: blender-fonts = %{version}-%{release} + %description Blender is the essential software solution you need for 3D, from modeling, animation, rendering and post-production to interactive creation and playback. @@ -72,6 +77,16 @@ This version doesn't contains ffmpeg support. +%package fonts +Summary: Fonts for the blender package +BuildArch: noarch +Requires: fontpackages-filesystem +Group: User Interface/X +License: Bitstream Veta Fonts + +%description fonts +This package contains a font which will be used be blender + %prep %setup -q %patch1 -p1 -b .org @@ -154,6 +169,15 @@ install -d ${RPM_BUILD_ROOT}%{_libdir}/blender/scripts +# +# Install fonts +# +install -m 0755 -d ${RPM_BUILD_ROOT}/%{_fontdir} +install -m 0644 -p release/datafiles/bfont.ttf ${RPM_BUILD_ROOT}/%{_fontdir} +rm ${RPM_BUILD_ROOT}/%{_datadir}/blender/.bfont.ttf +(cd ${RPM_BUILD_ROOT}; ln -sf %{_fontdir}/bfont.ttf ${RPM_BUILD_ROOT}/%{_datadir}/blender/.bfont.ttf) +mv release/datafiles/LICENSE-bfont.ttf.txt release/datafiles/LICENSE + %find_lang %name %clean @@ -179,15 +203,23 @@ %{_libdir}/blender/ %{_datadir}/mime/packages/blender.xml +%files fonts +%defattr(-,root,root,-) +%doc release/datafiles/LICENSE +%{_fontdir}/ + %changelog -* Sat Dec 27 2008 Lubomir Rintel - 2.48a-7 +* Tue Jan 6 2009 Jochen Schmitt 2.48a-8 +- Create fonts sub-package (#477370) + +* Sat Dec 27 2008 Lubomir Rintel 2.48a-7 - Fix optflags use, this time for real -* Sat Dec 27 2008 Lubomir Rintel - 2.48a-6 +* Sat Dec 27 2008 Lubomir Rintel 2.48a-6 - Use proper compiler flags (see #199418) - Minor grammar & language fixes and tidy-ups -* Sun Nov 30 2008 Ignacio Vazquez-Abrams - 2.48a-5 +* Sun Nov 30 2008 Ignacio Vazquez-Abrams 2.48a-5 - Rebuild for Python 2.6 * Mon Nov 3 2008 Jochen Schmitt 2.48a-4 From theinric at fedoraproject.org Tue Jan 6 18:35:01 2009 From: theinric at fedoraproject.org (Tomas Heinrich) Date: Tue, 6 Jan 2009 18:35:01 +0000 (UTC) Subject: rpms/rsyslog/F-10 rsyslog-3.21.9-dodie.patch, NONE, 1.1 rsyslog-3.21.9-opts.patch, NONE, 1.1 rsyslog.spec, 1.52, 1.53 Message-ID: <20090106183501.1AB0D70108@cvs1.fedora.phx.redhat.com> Author: theinric Update of /cvs/extras/rpms/rsyslog/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17332 Modified Files: rsyslog.spec Added Files: rsyslog-3.21.9-dodie.patch rsyslog-3.21.9-opts.patch Log Message: - fix several legacy options handling - fix internal message output (#478612) rsyslog-3.21.9-dodie.patch: --- NEW FILE rsyslog-3.21.9-dodie.patch --- diff -up rsyslog-3.21.9/tools/syslogd.c.dodie rsyslog-3.21.9/tools/syslogd.c --- rsyslog-3.21.9/tools/syslogd.c.dodie 2009-01-05 17:20:33.000000000 +0100 +++ rsyslog-3.21.9/tools/syslogd.c 2009-01-05 17:25:19.000000000 +0100 @@ -1877,9 +1877,11 @@ static void doDie(int sig) # define MSG1 "DoDie called.\n" # define MSG2 "DoDie called 5 times - unconditional exit\n" static int iRetries = 0; /* debug aid */ - write(1, MSG1, sizeof(MSG1)); + if(Debug || NoFork) + write(1, MSG1, sizeof(MSG1) - 1); if(iRetries++ == 4) { - write(1, MSG2, sizeof(MSG2)); + if(Debug || NoFork) + write(1, MSG2, sizeof(MSG2) - 1); abort(); } bFinished = sig; rsyslog-3.21.9-opts.patch: --- NEW FILE rsyslog-3.21.9-opts.patch --- diff -up rsyslog-3.21.9/tools/syslogd.c.opts rsyslog-3.21.9/tools/syslogd.c --- rsyslog-3.21.9/tools/syslogd.c.opts 2008-12-09 10:36:02.000000000 +0100 +++ rsyslog-3.21.9/tools/syslogd.c 2008-12-09 10:57:03.000000000 +0100 @@ -391,8 +391,9 @@ static void processImInternal(void); static int usage(void) { - fprintf(stderr, "usage: rsyslogd [-cversion] [-46AdnqQvwx] [-lhostlist] [-sdomainlist]\n" - " [-fconffile] [-ipidfile] [-Nlevel]\n" + fprintf(stderr, "usage: rsyslogd [-c] [-46AdnqQvwx] [-l] [-s]\n" + " [-f] [-i] [-N] [-M]\n" + " [-u]\n" "To run rsyslogd in native mode, use \"rsyslogd -c3 \"\n\n" "For further information see http://www.rsyslog.com/doc\n"); exit(1); /* "good" exit - done to terminate usage() */ @@ -3164,7 +3165,7 @@ int realMain(int argc, char **argv) * only when actually neeeded. * rgerhards, 2008-04-04 */ - while((ch = getopt(argc, argv, "46aAc:def:g:hi:l:m:M:nN:opqQr::s:t:u:vwx")) != EOF) { + while((ch = getopt(argc, argv, "46a:Ac:def:g:hi:l:m:M:nN:op:qQr::s:t:u:vwx")) != EOF) { switch((char)ch) { case '4': case '6': Index: rsyslog.spec =================================================================== RCS file: /cvs/extras/rpms/rsyslog/F-10/rsyslog.spec,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- rsyslog.spec 15 Dec 2008 15:25:01 -0000 1.52 +++ rsyslog.spec 6 Jan 2009 18:34:30 -0000 1.53 @@ -3,7 +3,7 @@ Summary: Enhanced system logging and kernel message trapping daemons Name: rsyslog Version: 3.21.9 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: System Environment/Daemons URL: http://www.rsyslog.com/ @@ -12,6 +12,8 @@ Source2: rsyslog.conf Source3: rsyslog.sysconfig Source4: rsyslog.log +Patch0: rsyslog-3.21.9-opts.patch +Patch1: rsyslog-3.21.9-dodie.patch BuildRequires: zlib-devel BuildRequires: autoconf automake Requires: logrotate >= 3.5.2 @@ -87,6 +89,8 @@ %prep %setup -q +%patch0 -p1 -b .opts +%patch1 -p1 -b .dodie %build export CFLAGS="$RPM_OPT_FLAGS -DSYSLOGD_PIDNAME=\\\"syslogd.pid\\\"" @@ -96,8 +100,8 @@ --enable-pgsql \ --enable-gssapi-krb5 \ --enable-imfile \ - --enable-relp \ - --enable-gnutls + --enable-relp \ + --enable-gnutls make %{?_smp_mflags} %install @@ -192,6 +196,10 @@ %{_libdir}/rsyslog/lmnsd_gtls.so %changelog +* Tue Jan 06 2009 Tomas Heinrich 3.21.9-2 +- fix several legacy options handling +- fix internal message output (#478612) + * Mon Dec 15 2008 Peter Vrabec 3.21.9-1 - update is fixing $AllowedSender security issue From romal at fedoraproject.org Tue Jan 6 18:38:55 2009 From: romal at fedoraproject.org (Robert M. Albrecht) Date: Tue, 6 Jan 2009 18:38:55 +0000 (UTC) Subject: rpms/nagios/F-10 sources,1.18,1.19 Message-ID: <20090106183855.5899D70108@cvs1.fedora.phx.redhat.com> Author: romal Update of /cvs/pkgs/rpms/nagios/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18423 Modified Files: sources Log Message: New upstream release Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/nagios/F-10/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 24 Nov 2008 21:07:16 -0000 1.18 +++ sources 6 Jan 2009 18:38:24 -0000 1.19 @@ -1 +1 @@ -c607ffd5f4574cbea345bdf2e02dc480 nagios-3.0.5.tar.gz +900e3f4164f4b2a18485420eeaefe812 nagios-3.0.6.tar.gz From rdieter at fedoraproject.org Tue Jan 6 18:43:06 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Tue, 6 Jan 2009 18:43:06 +0000 (UTC) Subject: rpms/amarok/devel .cvsignore, 1.40, 1.41 amarok.spec, 1.128, 1.129 sources, 1.41, 1.42 Message-ID: <20090106184306.5C72170140@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/amarok/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19379 Modified Files: .cvsignore amarok.spec sources Log Message: * Tue Jan 06 2009 Rex Dieter - 2.0.1-1 - amarok-2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/amarok/devel/.cvsignore,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- .cvsignore 8 Dec 2008 14:03:21 -0000 1.40 +++ .cvsignore 6 Jan 2009 18:42:35 -0000 1.41 @@ -1 +1 @@ -amarok-2.0.tar.bz2 +amarok-2.0.1.tar.bz2 Index: amarok.spec =================================================================== RCS file: /cvs/pkgs/rpms/amarok/devel/amarok.spec,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- amarok.spec 9 Dec 2008 14:51:22 -0000 1.128 +++ amarok.spec 6 Jan 2009 18:42:35 -0000 1.129 @@ -1,8 +1,8 @@ Name: amarok Summary: Media player -Version: 2.0 -Release: 2%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Group: Applications/Multimedia License: GPLv2+ @@ -113,6 +113,9 @@ %changelog +* Tue Jan 06 2009 Rex Dieter - 2.0.1-1 +- amarok-2.0.1 + * Tue Dec 09 2008 Rex Dieter - 2.0-2 - respin tarball Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/amarok/devel/sources,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- sources 9 Dec 2008 14:51:22 -0000 1.41 +++ sources 6 Jan 2009 18:42:35 -0000 1.42 @@ -1 +1 @@ -bcecfedd3976df0e8a0bd4a499b89fcb amarok-2.0.tar.bz2 +b90f28c497ca01f08efa140d51d84eb5 amarok-2.0.1.tar.bz2 From rdieter at fedoraproject.org Tue Jan 6 18:44:24 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Tue, 6 Jan 2009 18:44:24 +0000 (UTC) Subject: rpms/amarok/F-10 .cvsignore, 1.40, 1.41 amarok.spec, 1.128, 1.129 sources, 1.41, 1.42 Message-ID: <20090106184424.85AF870140@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/amarok/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20436 Modified Files: .cvsignore amarok.spec sources Log Message: * Tue Jan 06 2009 Rex Dieter - 2.0.1-1 - amarok-2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/amarok/F-10/.cvsignore,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- .cvsignore 8 Dec 2008 14:51:44 -0000 1.40 +++ .cvsignore 6 Jan 2009 18:43:53 -0000 1.41 @@ -1 +1 @@ -amarok-2.0.tar.bz2 +amarok-2.0.1.tar.bz2 Index: amarok.spec =================================================================== RCS file: /cvs/pkgs/rpms/amarok/F-10/amarok.spec,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- amarok.spec 9 Dec 2008 14:53:20 -0000 1.128 +++ amarok.spec 6 Jan 2009 18:43:54 -0000 1.129 @@ -1,8 +1,8 @@ Name: amarok Summary: Media player -Version: 2.0 -Release: 2%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Group: Applications/Multimedia License: GPLv2+ @@ -113,6 +113,9 @@ %changelog +* Tue Jan 06 2009 Rex Dieter - 2.0.1-1 +- amarok-2.0.1 + * Tue Dec 09 2008 Rex Dieter - 2.0-2 - respin tarball Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/amarok/F-10/sources,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- sources 9 Dec 2008 14:53:20 -0000 1.41 +++ sources 6 Jan 2009 18:43:54 -0000 1.42 @@ -1 +1 @@ -bcecfedd3976df0e8a0bd4a499b89fcb amarok-2.0.tar.bz2 +b90f28c497ca01f08efa140d51d84eb5 amarok-2.0.1.tar.bz2 From scop at fedoraproject.org Tue Jan 6 18:45:14 2009 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Tue, 6 Jan 2009 18:45:14 +0000 (UTC) Subject: rpms/bash-completion/devel bash-completion-20060301-man.patch, NONE, 1.1 bash-completion-20060301-yum-available-speedup-478784.patch, NONE, 1.1 bash-completion-20080705-getent.patch, NONE, 1.1 bash-completion-20080705-gzip.patch, NONE, 1.1 bash-completion-20080705-jpeg2000-304771.patch, NONE, 1.1 bash-completion-20080705-lzma.patch, NONE, 1.1 bash-completion-20080705-mediafiles-444467.patch, NONE, 1.1 bash-completion-20080705-rpm-backups.patch, NONE, 1.1 bash-completion-20080705-rpm-installed.patch, NONE, 1.1 bash-completion-20080705-svn-filenames-430059.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 bash-completion-lzop, 1.1, 1.2 bash-completion-mock, 1.4, 1.5 bash-completion-plague-client, 1.1, 1.2 bash-completion-repomanage, 1.1, 1.2 bash-completion.spec, 1.30, 1.31 sources, 1.10, 1.11 bash-completion-20060301-debian.patch, 1.2, NONE bash-completion-20060301-getent.patch, 1.1, NONE bash-completion-20060301-gzip.patch, 1.1, NONE bash-completion-20060301-jpeg2000-304771.patch, 1.1, NONE bash-completion-20060301-lzma.patch, 1.1, NONE bash-completion-20060301-mediafiles-444467.patch, 1.2, NONE bash-completion-20060301-perl-299571.patch, 1.1, NONE bash-completion-20060301-rpm-backups.patch, 1.1, NONE bash-completion-20060301-scp-apos-217178.patch, 1.1, NONE bash-completion-20060301-svn-filenames-430059.patch, 1.1, NONE Message-ID: <20090106184514.1DEDD7013F@cvs1.fedora.phx.redhat.com> Author: scop Update of /cvs/pkgs/rpms/bash-completion/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21067 Modified Files: .cvsignore bash-completion-lzop bash-completion-mock bash-completion-plague-client bash-completion-repomanage bash-completion.spec sources Added Files: bash-completion-20060301-man.patch bash-completion-20060301-yum-available-speedup-478784.patch bash-completion-20080705-getent.patch bash-completion-20080705-gzip.patch bash-completion-20080705-jpeg2000-304771.patch bash-completion-20080705-lzma.patch bash-completion-20080705-mediafiles-444467.patch bash-completion-20080705-rpm-backups.patch bash-completion-20080705-rpm-installed.patch bash-completion-20080705-svn-filenames-430059.patch Removed Files: bash-completion-20060301-debian.patch bash-completion-20060301-getent.patch bash-completion-20060301-gzip.patch bash-completion-20060301-jpeg2000-304771.patch bash-completion-20060301-lzma.patch bash-completion-20060301-mediafiles-444467.patch bash-completion-20060301-perl-299571.patch bash-completion-20060301-rpm-backups.patch bash-completion-20060301-scp-apos-217178.patch bash-completion-20060301-svn-filenames-430059.patch Log Message: * Tue Jan 6 2009 Ville Skytt?? - 20080705-1 - 20080705; new upstream at http://bash-completion.alioth.debian.org/ - Perl, Debian, and scp patches applied upstream. - Patch to improve man completion: more sections, better filename handling. - Patch to speed up yum install/deplist completion (#478784). - Patch to fix and speed up rpm installed packages completion. - Update mock completion. bash-completion-20060301-man.patch: --- NEW FILE bash-completion-20060301-man.patch --- --- bash_completion~ 2008-09-11 21:22:40.000000000 +0300 +++ bash_completion 2009-01-05 23:31:44.000000000 +0200 @@ -761,9 +761,9 @@ _expand || return 0 - # default completion if parameter contains / + # file based completion if parameter contains / if [[ "$cur" == */* ]]; then - _filedir + _filedir '@([0-9]?([px])|[ln]|man)?(.@(gz|bz2|lzma))' return 0 fi @@ -783,7 +783,7 @@ fi # determine manual section to search - [[ "$prev" == [0-9ln] ]] && sect=$prev || sect='*' + [[ "$prev" == @([0-9]?([px])|[ln]) ]] && sect=$prev || sect='*' manpath=$manpath: if [ -n "$cur" ]; then @@ -800,7 +800,14 @@ COMPREPLY=( ${COMPREPLY[@]%.@(gz|bz2|lzma)} ) COMPREPLY=( $( compgen -W '${COMPREPLY[@]%.*}' -- "${cur//\\\\/}" ) ) - [[ "$prev" != [0-9ln] ]] && _filedir '[0-9ln]' + if [[ "$prev" != @([0-9]?([px])|[lnop]) ]]; then + # file based completion for the rest, prepending ./ if needed + local start=${#COMPREPLY[@]} + _filedir '@([0-9]?([px])|[ln]|man)?(.@(gz|bz2|lzma))' + for (( i=$start; i < ${#COMPREPLY[@]}; i++ )); do + [[ ${COMPREPLY[i]} == */* ]] || COMPREPLY[i]=./${COMPREPLY[i]} + done + fi return 0 } bash-completion-20060301-yum-available-speedup-478784.patch: --- NEW FILE bash-completion-20060301-yum-available-speedup-478784.patch --- --- bash_completion~ 2008-09-11 21:22:40.000000000 +0300 +++ bash_completion 2009-01-05 18:47:08.000000000 +0200 @@ -6352,7 +6352,7 @@ if [ -n "$special" ]; then case $special in install|deplist) - COMPREPLY=( $( compgen -W '$( yum -C list | cut -d" " -f1 )' -- $cur ) ) + COMPREPLY=( $( compgen -W "$( yum -d 0 -C list available "$cur*" | cut -d' ' -f1 )" -- $cur ) ) return 0 ;; *) bash-completion-20080705-getent.patch: --- NEW FILE bash-completion-20080705-getent.patch --- --- bash_completion~ 2008-07-05 16:55:03.000000000 +0300 +++ bash_completion 2009-01-06 19:00:26.000000000 +0200 @@ -8742,19 +8742,19 @@ COMPREPLY=( $( compgen -A hostname $cur ) ) return 0 ;; - protocols) - COMPREPLY=( $( getent protocols | awk '{print $1}' | grep "^$cur" ) ) + protocols|networks|ahosts|ahostsv4|ahostsv6|rpc) + COMPREPLY=( $( getent $prev | awk '{print $1}' | grep "^$cur" ) ) return 0 ;; - networks) - COMPREPLY=( $( getent networks | awk '{print $1}' | grep "^$cur" ) ) + aliases|shadow) + COMPREPLY=( $( getent $prev | cut -d : -f 1 | grep "^$cur" ) ) return 0 ;; esac if [ $COMP_CWORD -eq 1 ]; then - COMPREPLY=( $( compgen -W 'passwd group hosts services protocols networks' -- $cur ) ) + COMPREPLY=( $( compgen -W 'passwd group hosts services protocols networks ahosts ahostsv4 ahostsv6 aliases ethers netgroup rpc shadow' -- $cur ) ) fi } && complete -F _getent getent bash-completion-20080705-gzip.patch: --- NEW FILE bash-completion-20080705-gzip.patch --- --- bash_completion~ 2008-07-05 16:55:03.000000000 +0300 +++ bash_completion 2009-01-06 19:02:34.000000000 +0200 @@ -3377,7 +3377,7 @@ have gzip && _gzip() { - local cur prev xspec IFS=$'\t\n' + local cur prev xspec COMPREPLY=() cur=`_get_cword` @@ -3390,7 +3390,7 @@ --stdout --decompress --force --help --list \ --license --no-name --name --quiet --recursive \ --suffix --test --verbose --version --fast \ - --best' -- $cur ) ) + --best --rsyncable' -- $cur ) ) return 0 fi bash-completion-20080705-jpeg2000-304771.patch: --- NEW FILE bash-completion-20080705-jpeg2000-304771.patch --- --- bash_completion~ 2008-07-05 16:55:03.000000000 +0300 +++ bash_completion 2009-01-06 18:39:48.000000000 +0200 @@ -99 +99 @@ -complete -f -X '!*.@(gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|svg|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX|SVG)' display +complete -f -X '!*.@(gif|jp?(e)g|jp[2cfx]|j2k|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|svg|GIF|JP?(E)G|JP[2CFX]|J2K|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX|SVG)' display bash-completion-20080705-lzma.patch: --- NEW FILE bash-completion-20080705-lzma.patch --- --- bash_completion~ 2008-07-05 16:55:03.000000000 +0300 +++ bash_completion 2009-01-06 19:12:03.000000000 +0200 @@ -873,7 +873,7 @@ # weed out directory path names and paths to man pages COMPREPLY=( ${COMPREPLY[@]##*/?(:)} ) # strip suffix from man pages - COMPREPLY=( ${COMPREPLY[@]%.@(gz|bz2)} ) + COMPREPLY=( ${COMPREPLY[@]%.@(gz|bz2|lzma)} ) COMPREPLY=( $( compgen -W '${COMPREPLY[@]%.*}' -- "${cur//\\\\/}" ) ) [[ "$prev" != [0-9ln] ]] && _filedir '[0-9ln]' @@ -2050,7 +2050,7 @@ elif [[ ${COMP_WORDS[1]} == -b* ]]; then _filedir 'spec' else - _filedir '@(tgz|tar.@(gz|bz2))' + _filedir '@(tgz|tar.@(gz|bz2|lzma))' fi ;; --re@(build|compile)) @@ -2062,7 +2062,7 @@ fi ;; --tarbuild) - _filedir '@(tgz|tar.@(gz|bz2))' + _filedir '@(tgz|tar.@(gz|bz2|lzma))' ;; --@(re|add)sign) _filedir 'rpm' @@ -3454,6 +3454,44 @@ } && complete -F _bzip2 $filenames bzip2 +# lzma(1) completion +# +have lzma && +_lzma() +{ + local cur prev xspec + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-c -d -f -h -k -L -q -s \ + -v -V -z -1 -2 -3 -4 -5 -6 -7 -8 -9 \ + --help --decompress --compress --keep --force \ + --test --stdout --quiet --verbose --license \ + --version --small --fast --best --text' -- $cur ) ) + return 0 + fi + + xspec="*.lzma" + if [[ "$prev" == --* ]]; then + [[ "$prev" == --decompress || \ + "$prev" == --list || \ + "$prev" == --test ]] && xspec="!"$xspec + [[ "$prev" == --compress ]] && xspec= + elif [[ "$prev" == -* ]]; then + [[ "$prev" == -*[dt]* ]] && xspec="!"$xspec + [[ "$prev" == -*z* ]] && xspec= + fi + + _expand || return 0 + + COMPREPLY=( $( compgen -f -X "$xspec" -- $cur ) \ + $( compgen -d -- $cur ) ) +} && +complete -F _lzma $filenames lzma + # openssl(1) completion # have openssl && { @@ -7331,7 +7369,7 @@ fi; done # strip suffix from info pages - COMPREPLY=( ${COMPREPLY[@]%.@(gz|bz2)} ) + COMPREPLY=( ${COMPREPLY[@]%.@(gz|bz2|lzma)} ) COMPREPLY=( $( compgen -W '${COMPREPLY[@]%.*}' -- "${cur//\\\\/}" ) ) return 0 bash-completion-20080705-mediafiles-444467.patch: --- NEW FILE bash-completion-20080705-mediafiles-444467.patch --- --- bash_completion~ 2008-07-05 16:55:03.000000000 +0300 +++ bash_completion 2009-01-06 18:55:49.000000000 +0200 @@ -112 +112 @@ -complete -f -X '!*.@(mp?(e)g|MP?(E)G|wma|avi|AVI|asf|vob|VOB|bin|dat|divx|DIVX|vcd|ps|pes|fli|flv|FLV|viv|rm|ram|yuv|mov|MOV|qt|QT|wmv|mp3|MP3|m4[pv]|M4[PV]|ogg|OGG|ogm|OGM|mp4|MP4|wav|WAV|asx|ASX|mng|MNG|srt)' xine aaxine fbxine kaffeine +complete -f -X '!*@(.@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|as[fx]|AS[FX]|vob|VOB|bin|BIN|dat|DAT|divx|DIVX|vcd|VCD|p?(e)s|P?(E)S|fl[iv]|FL[IV]|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[234]|MP[234]|m4[pv]|M4[PV]|og[gm]|OG[GM]|wav|WAV|mng|MNG|srt|SRT|mkv|MKV|[0-9]*.@(vdr|VDR))' xine aaxine fbxine kaffeine @@ -6090 +6090 @@ - _filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fl[iv]|FL[IV]|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|m4[av]|M4[AV]|og[gm]|OG[GM]|w?(a)v|W?(A)V|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3g[p2]|mpc|MPC|flac|FLAC|vro|VRO|divx|DIVX|aif?(f)|AIF?(F)|m2ts|M2TS)' + _filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|p?(e)s|P?(E)S|fl[iv]|FL[IV]|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[234]|MP[234]|m4[av]|M4[AV]|og[gm]|OG[GM]|w?(a)v|W?(A)V|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3g[p2]|3G[P2]|mpc|MPC|flac|FLAC|vro|VRO|divx|DIVX|aif?(f)|AIF?(F)|m2ts|M2TS|vdr|VDR)' bash-completion-20080705-rpm-backups.patch: --- NEW FILE bash-completion-20080705-rpm-backups.patch --- --- bash_completion~ 2009-01-06 19:12:03.000000000 +0200 +++ bash_completion 2009-01-06 19:23:35.000000000 +0200 @@ -424,10 +424,10 @@ local sysvdir famdir [ -d /etc/rc.d/init.d ] && sysvdir=/etc/rc.d/init.d || sysvdir=/etc/init.d famdir=/etc/xinetd.d - COMPREPLY=( $( builtin echo $sysvdir/!(*.rpmsave|*.rpmorig|*~|functions)) ) + COMPREPLY=( $( builtin echo $sysvdir/!(*.rpmsave|*.rpmorig|*.rpmnew|*~|functions)) ) if [ -d $famdir ]; then - COMPREPLY=( "${COMPREPLY[@]}" $( builtin echo $famdir/!(*.rpmsave|*.rpmorig|*~)) ) + COMPREPLY=( "${COMPREPLY[@]}" $( builtin echo $famdir/!(*.rpmsave|*.rpmorig|*.rpmnew|*~)) ) fi COMPREPLY=( $( compgen -W '${COMPREPLY[@]#@($sysvdir|$famdir)/}' -- $cur ) ) @@ -9080,7 +9080,7 @@ [ -d /etc/rc.d/init.d ] && sysvdir=/etc/rc.d/init.d \ || sysvdir=/etc/init.d - services=( $(echo $sysvdir/!(README*|*.sh|*.dpkg*|*.rpm*)) ) + services=( $(echo $sysvdir/!(README*|*.sh|*.dpkg*|*.rpmsave|*.rpmorig|*.rpmnew)) ) services=( ${services[@]#$sysvdir/} ) options=( -f -n ) @@ -9146,7 +9146,7 @@ [ -d /etc/rc.d/init.d ] && sysvdir=/etc/rc.d/init.d \ || sysvdir=/etc/init.d - services=( $(echo $sysvdir/!(README*|*.sh|*.dpkg*|*.rpm*)) ) + services=( $(echo $sysvdir/!(README*|*.sh|*.dpkg*|*.rpmsave|*.rpmorig|*.rpmnew)) ) services=( ${services[@]#$sysvdir/} ) options=( --help --quiet --force --try-anyway --disclose-deny --query --no-fallback ) @@ -9700,7 +9700,7 @@ if [ -d $BASH_COMPLETION_DIR -a -r $BASH_COMPLETION_DIR -a \ -x $BASH_COMPLETION_DIR ]; then for i in $BASH_COMPLETION_DIR/*; do - [[ ${i##*/} != @(*~|*.bak|*.swp|\#*\#|*.dpkg*|.rpm*) ]] && + [[ ${i##*/} != @(*~|*.bak|*.swp|\#*\#|*.dpkg*|*.rpmsave|*.rpmorig|*.rpmnew) ]] && [ \( -f $i -o -h $i \) -a -r $i ] && . $i done fi bash-completion-20080705-rpm-installed.patch: --- NEW FILE bash-completion-20080705-rpm-installed.patch --- --- bash_completion~ 2009-01-06 19:12:03.000000000 +0200 +++ bash_completion 2009-01-06 19:31:06.000000000 +0200 @@ -1811,29 +1811,28 @@ # _rpm_installed_packages() { - local ver nodig nosig + local ver nodig="$1" nosig="$2" if [ -r /var/log/rpmpkgs -a \ /var/log/rpmpkgs -nt /var/lib/rpm/Packages ]; then # using RHL 7.2 or later - this is quicker than querying the DB COMPREPLY=( $( sed -ne \ - 's|^\('$cur'.*\)-[0-9a-zA-Z._]\+-[0-9a-z.@]\+.*\.rpm$|\1|p' \ + 's|^\('$cur'[^[:space:]]*\)-[^[:space:]-]\+-[^[:space:]-]\+\.rpm$|\1|p' \ /var/log/rpmpkgs ) ) else - nodig="" - nosig="" - ver=$(rpm --version) - ver=${ver##* } + if [ -z "$nodig" -a -z "$nosig" ]; then + ver=$(rpm --version) + ver=${ver##* } - if [[ "$ver" > "4.0.4" ]]; then - nodig="--nodigest" - fi - if [[ "$ver" > "4.0.99" ]]; then - nosig="--nosignature" + if [[ "$ver" > "4.0.4" ]]; then + nodig="--nodigest" + fi + if [[ "$ver" > "4.0.99" ]]; then + nosig="--nosignature" + fi fi - COMPREPLY=( $( rpm -qa $nodig $nosig | sed -ne \ - 's|^\('$cur'.*\)-[0-9a-zA-Z._]\+-[0-9a-z.@]\+$|\1|p' ) ) + COMPREPLY=( $( rpm -qa $nodig $nosig --qf='%{NAME} ' "$cur*" ) ) fi } @@ -1959,7 +1958,7 @@ COMPREPLY=( $( compgen -W '--allmatches --noscripts \ --notriggers --nodeps --test --repackage' -- $cur ) ) else - _rpm_installed_packages + _rpm_installed_packages "$nodig" "$nosig" fi ;; -@(q*|-query)) @@ -2011,7 +2010,7 @@ --fileid --tid --nodigest --nosignature \ --triggerscripts' -- $cur ) ) elif [ "${COMP_LINE#* -*([^ -])a}" == "$COMP_LINE" ]; then - _rpm_installed_packages + _rpm_installed_packages "$nodig" "$nosig" fi fi ;; @@ -2038,7 +2037,7 @@ elif [ "${COMP_LINE#* -*([^ -])p}" != "$COMP_LINE" ]; then _filedir 'rpm' else - _rpm_installed_packages + _rpm_installed_packages "$nodig" "$nosig" fi ;; -[bt]*) @@ -2068,7 +2067,7 @@ _filedir 'rpm' ;; --set@(perms|gids)) - _rpm_installed_packages + _rpm_installed_packages "$nodig" "$nosig" ;; --@(clean|rms@(ource|pec))) if [[ "$cur" == -* ]]; then bash-completion-20080705-svn-filenames-430059.patch: --- NEW FILE bash-completion-20080705-svn-filenames-430059.patch --- --- bash_completion~ 2008-07-05 16:55:03.000000000 +0300 +++ bash_completion 2009-01-06 18:58:11.000000000 +0200 @@ -9446,7 +9446,7 @@ return 0 } -complete -F _svn $default svn +complete -F _svn $filenames svn _svnadmin() { Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bash-completion/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- .cvsignore 2 Mar 2006 21:12:24 -0000 1.10 +++ .cvsignore 6 Jan 2009 18:44:43 -0000 1.11 @@ -1 +1 @@ -bash-completion-20060301.tar.bz2 +bash-completion_20080705.tar.gz Index: bash-completion-lzop =================================================================== RCS file: /cvs/pkgs/rpms/bash-completion/devel/bash-completion-lzop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bash-completion-lzop 11 Sep 2008 18:20:09 -0000 1.1 +++ bash-completion-lzop 6 Jan 2009 18:44:43 -0000 1.2 @@ -6,7 +6,7 @@ local cur prev xspec IFS=$' \t\n' COMPREPLY=() - cur=${COMP_WORDS[COMP_CWORD]} + cur=`_get_cword` prev=${COMP_WORDS[COMP_CWORD-1]} if [[ "$cur" == -* ]]; then Index: bash-completion-mock =================================================================== RCS file: /cvs/pkgs/rpms/bash-completion/devel/bash-completion-mock,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bash-completion-mock 30 Dec 2007 22:23:36 -0000 1.4 +++ bash-completion-mock 6 Jan 2009 18:44:43 -0000 1.5 @@ -7,13 +7,13 @@ local cur prev plugins cfgdir COMPREPLY=() - cur=${COMP_WORDS[COMP_CWORD]} + cur=`_get_cword` prev=${COMP_WORDS[COMP_CWORD-1]} plugins='ccache yum_cache root_cache bind_mount' cfgdir=/etc/mock count=0 - for i in ${COMP_WORDS[@]} ; do + for i in "${COMP_WORDS[@]}" ; do [ $count -eq $COMP_CWORD ] && break if [[ "$i" == --configdir ]] ; then cfgdir="${COMP_WORDS[((count+1))]}" @@ -24,7 +24,7 @@ done case $prev in - -r) + -@(-root|r)) COMPREPLY=( $( command ls $cfgdir | \ sed -ne 's/^\('$cur'.*\)\.cfg$/\1/p') ) return 0 @@ -47,19 +47,20 @@ COMPREPLY=( $( compgen -W "$plugins" -- $cur ) ) return 0 ;; - --@(arch|define|with|without|uniqueext|rpmbuild_timeout)) + --@(arch|target|define|with|without|uniqueext|rpmbuild_timeout|cwd)) return 0 ;; esac fi if [[ "$cur" == -* ]] ; then - COMPREPLY=( $( compgen -W '--version -h --help --rebuild --chroot \ - --shell --clean --init --installdeps --install --update \ - --orphanskill -r --offline --no-clean --cleanup-after \ - --no-cleanup-after --arch= --define= --with= --without= \ - --resultdir= --uniqueext= --configdir= --rpmbuild_timeout -v \ - --verbose -q --quiet --trace --enable-plugin= --disable-plugin=' \ + COMPREPLY=( $( compgen -W '--version -h --help --rebuild --shell \ + --chroot --clean --init --installdeps --install --update \ + --orphanskill -r --root= --offline --no-clean --cleanup-after \ + --no-cleanup-after --arch= --target= -D --define= --with= \ + --without= --resultdir= --uniqueext= --configdir= \ + --rpmbuild_timeout --unpriv --cwd= -v --verbose -q --quiet \ + --trace --enable-plugin= --disable-plugin= --print-root-path' \ -- $cur ) ) else _filedir '?(no)src.rpm' Index: bash-completion-plague-client =================================================================== RCS file: /cvs/pkgs/rpms/bash-completion/devel/bash-completion-plague-client,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bash-completion-plague-client 28 Nov 2005 20:26:32 -0000 1.1 +++ bash-completion-plague-client 6 Jan 2009 18:44:43 -0000 1.2 @@ -5,7 +5,7 @@ local cur COMPREPLY=() - cur=${COMP_WORDS[COMP_CWORD]} + cur=`_get_cword` [ $COMP_CWORD = 1 ] && \ COMPREPLY=( $( compgen -W 'build detail finish help is_paused kill list \ Index: bash-completion-repomanage =================================================================== RCS file: /cvs/pkgs/rpms/bash-completion/devel/bash-completion-repomanage,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bash-completion-repomanage 28 Nov 2005 20:26:32 -0000 1.1 +++ bash-completion-repomanage 6 Jan 2009 18:44:43 -0000 1.2 @@ -5,7 +5,7 @@ local cur prev COMPREPLY=() - cur=${COMP_WORDS[COMP_CWORD]} + cur=`_get_cword` prev=${COMP_WORDS[COMP_CWORD-1]} case $prev in Index: bash-completion.spec =================================================================== RCS file: /cvs/pkgs/rpms/bash-completion/devel/bash-completion.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- bash-completion.spec 2 Oct 2008 19:27:50 -0000 1.30 +++ bash-completion.spec 6 Jan 2009 18:44:43 -0000 1.31 @@ -1,27 +1,27 @@ Name: bash-completion -Version: 20060301 -Release: 13 +Version: 20080705 +Release: 1 Summary: Programmable completion for Bash Group: System Environment/Shells License: GPLv2+ -URL: http://www.caliban.org/bash/ -Source0: http://www.caliban.org/files/bash/%{name}-%{version}.tar.bz2 +URL: http://bash-completion.alioth.debian.org/ +Source0: http://ftp.debian.org/debian/pool/main/b/bash-completion/%{name}_%{version}.tar.gz Source1: %{name}-lzop Source2: %{name}-mock Source3: %{name}-repomanage Source4: %{name}-plague-client -Patch0: %{name}-20060301-scp-apos-217178.patch -Patch1: %{name}-20060301-debian.patch -Patch2: %{name}-20060301-perl-299571.patch -Patch3: %{name}-20060301-jpeg2000-304771.patch -Patch4: %{name}-20060301-mediafiles-444467.patch -Patch5: %{name}-20060301-svn-filenames-430059.patch -Patch6: %{name}-20060301-gzip.patch -Patch7: %{name}-20060301-lzma.patch -Patch8: %{name}-20060301-rpm-backups.patch +Patch0: %{name}-20080705-rpm-installed.patch +Patch1: %{name}-20060301-yum-available-speedup-478784.patch +Patch2: %{name}-20060301-man.patch +Patch3: %{name}-20080705-jpeg2000-304771.patch +Patch4: %{name}-20080705-mediafiles-444467.patch +Patch5: %{name}-20080705-svn-filenames-430059.patch +Patch6: %{name}-20080705-gzip.patch +Patch7: %{name}-20080705-lzma.patch +Patch8: %{name}-20080705-rpm-backups.patch Patch9: %{name}-20060301-rpm-eval.patch -Patch10: %{name}-20060301-getent.patch +Patch10: %{name}-20080705-getent.patch Patch11: %{name}-20060301-sqlite.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -34,20 +34,19 @@ %prep -%setup -q -n bash_completion +%setup -q -n %{name} %patch0 %patch1 %patch2 %patch3 %patch4 %patch5 -%patch6 -p1 -%patch7 -p1 -%patch8 -p1 +%patch6 +%patch7 +%patch8 %patch9 -p1 -%patch10 -p1 +%patch10 %patch11 -p1 -f=Changelog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f install -pm 644 %{SOURCE1} contrib/lzop install -pm 644 %{SOURCE2} contrib/mock install -pm 644 %{SOURCE3} contrib/repomanage @@ -211,7 +210,7 @@ %files -f %{name}-ghosts.list %defattr(-,root,root,-) -%doc BUGS Changelog COPYING README +%doc README TODO debian/changelog debian/copyright %config(noreplace) %{_sysconfdir}/profile.d/bash_completion.sh %{_sysconfdir}/bash_completion %dir %{_sysconfdir}/bash_completion.d/ @@ -219,6 +218,14 @@ %changelog +* Tue Jan 6 2009 Ville Skytt?? - 20080705-1 +- 20080705; new upstream at http://bash-completion.alioth.debian.org/ +- Perl, Debian, and scp patches applied upstream. +- Patch to improve man completion: more sections, better filename handling. +- Patch to speed up yum install/deplist completion (#478784). +- Patch to fix and speed up rpm installed packages completion. +- Update mock completion. + * Thu Sep 25 2008 Ville Skytt?? - More Matroska associations (#463829, based on patch from Yanko Kaneti). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bash-completion/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- sources 2 Mar 2006 21:12:24 -0000 1.10 +++ sources 6 Jan 2009 18:44:43 -0000 1.11 @@ -1 +1 @@ -ed95a89f57357a42b8e4eb95487bf9d0 bash-completion-20060301.tar.bz2 +8bc36281bb0567bc67a9083c4c5595a9 bash-completion_20080705.tar.gz --- bash-completion-20060301-debian.patch DELETED --- --- bash-completion-20060301-getent.patch DELETED --- --- bash-completion-20060301-gzip.patch DELETED --- --- bash-completion-20060301-jpeg2000-304771.patch DELETED --- --- bash-completion-20060301-lzma.patch DELETED --- --- bash-completion-20060301-mediafiles-444467.patch DELETED --- --- bash-completion-20060301-perl-299571.patch DELETED --- --- bash-completion-20060301-rpm-backups.patch DELETED --- --- bash-completion-20060301-scp-apos-217178.patch DELETED --- --- bash-completion-20060301-svn-filenames-430059.patch DELETED --- From rvinyard at fedoraproject.org Tue Jan 6 18:48:57 2009 From: rvinyard at fedoraproject.org (Rick L. Vinyard, Jr.) Date: Tue, 6 Jan 2009 18:48:57 +0000 (UTC) Subject: rpms/bit/devel bit.spec,1.12,1.13 Message-ID: <20090106184857.1BA1270108@cvs1.fedora.phx.redhat.com> Author: rvinyard Update of /cvs/pkgs/rpms/bit/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23767 Modified Files: bit.spec Log Message: Index: bit.spec =================================================================== RCS file: /cvs/pkgs/rpms/bit/devel/bit.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- bit.spec 3 Nov 2008 19:49:42 -0000 1.12 +++ bit.spec 6 Jan 2009 18:48:26 -0000 1.13 @@ -1,7 +1,7 @@ -Summary: Bit is a C++ library to simplify bit stream parsing +Summary: C++ library to simplify bit stream parsing Name: bit Version: 0.4.90 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3 URL: http://libbit.sourceforge.net Group: System Environment/Libraries @@ -21,7 +21,7 @@ fields that are not necessarily octet (byte) oriented. %package devel -Summary: Support files for developing programs that will use the bit library +Summary: C++ development files to simplify bit stream parsing Group: Development/Libraries Requires: bit = %{version}-%{release} Requires: libxml++-devel >= 2.10.0 @@ -37,7 +37,7 @@ developing applications that use the bit library. %package gtkmm -Summary: This library contains gtkmm UI widgets to support the bit library +Summary: Gtkmm UI widgets to support bit stream processing Group: System Environment/Libraries Requires: bit = %{version}-%{release} Provides: bitgtkmm = %{version} @@ -47,7 +47,7 @@ This package contains gtkmm widgets associated with the bit library. %package gtkmm-devel -Summary: Support files for gtkmm applications that will use the bit-gtkmm UI widgets +Summary: Development files to support gtkmm UI widgets for bit stream processing Group: Development/Libraries Requires: bit-gtkmm = %{version}-%{release} Requires: gtkmm24-devel >= 2.6.0 @@ -117,6 +117,9 @@ %doc %{_datadir}/gtk-doc/html/bit-gtkmm/ %changelog +* Tue Jan 06 2009 Rick L Vinyard Jr - 0.4.90-3 +- Updated summaries + * Mon Nov 03 2008 Rick L Vinyard Jr - 0.4.90-2 - Excluded ppc and ppc64 arches From caillon at fedoraproject.org Tue Jan 6 19:00:43 2009 From: caillon at fedoraproject.org (Christopher Aillon) Date: Tue, 6 Jan 2009 19:00:43 +0000 (UTC) Subject: rpms/epiphany/devel epiphany-2.24-moz191.patch, NONE, 1.1 epiphany.spec, 1.210, 1.211 Message-ID: <20090106190043.1575570108@cvs1.fedora.phx.redhat.com> Author: caillon Update of /cvs/extras/rpms/epiphany/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27660 Modified Files: epiphany.spec Added Files: epiphany-2.24-moz191.patch Log Message: * Tue Jan 06 2009 Christopher Aillon - 2.24.2.1-4 - Rebuild against newer gecko epiphany-2.24-moz191.patch: --- NEW FILE epiphany-2.24-moz191.patch --- diff -up epiphany-2.24.2.1/embed/mozilla/EphyBrowser.cpp.moz191 epiphany-2.24.2.1/embed/mozilla/EphyBrowser.cpp --- epiphany-2.24.2.1/embed/mozilla/EphyBrowser.cpp.moz191 2008-10-20 17:10:43.000000000 -0400 +++ epiphany-2.24.2.1/embed/mozilla/EphyBrowser.cpp 2009-01-06 13:49:11.000000000 -0500 @@ -66,7 +66,6 @@ #include #include #include -#include #include #include #include @@ -700,9 +699,6 @@ EphyCommandEventListener::HandleEvent (n if (NS_FAILED (rv)) return NS_OK; - nsCOMPtr domNSLocation (do_QueryInterface (domLocation)); - NS_ENSURE_TRUE (domNSLocation, NS_OK); - nsString locationHref; domLocation->GetHref (locationHref); @@ -736,7 +732,7 @@ EphyCommandEventListener::HandleEvent (n params->GetExceptionAdded (&exceptionAdded); g_print ("exceptionAdded %d\n", exceptionAdded); if (exceptionAdded) - return domNSLocation->Reload (); + return domLocation->Reload (PR_FALSE); return NS_OK; diff -up epiphany-2.24.2.1/embed/mozilla/EventContext.cpp.moz191 epiphany-2.24.2.1/embed/mozilla/EventContext.cpp --- epiphany-2.24.2.1/embed/mozilla/EventContext.cpp.moz191 2008-05-23 17:12:06.000000000 -0400 +++ epiphany-2.24.2.1/embed/mozilla/EventContext.cpp 2009-01-06 13:49:11.000000000 -0500 @@ -67,6 +67,7 @@ #ifdef ALLOW_PRIVATE_API #include +#include #include #include #include @@ -666,20 +667,21 @@ nsresult EventContext::GetCSSBackground nsresult EventContext::GetTargetCoords (nsIDOMEventTarget *aTarget, PRInt32 *aX, PRInt32 *aY) { /* Calculate the node coordinates relative to the widget origin */ - nsCOMPtr elem (do_QueryInterface(aTarget)); + nsCOMPtr nsHTMLElem (do_QueryInterface(aTarget)); PRInt32 x = 0, y = 0; - while (elem) + while (nsHTMLElem) { PRInt32 val; - elem->GetOffsetTop(&val); y += val; - elem->GetScrollTop(&val); y -= val; - elem->GetOffsetLeft(&val); x += val; - elem->GetScrollLeft(&val); x -= val; + nsCOMPtr nsElem (do_QueryInterface(nsHTMLElem)); + nsHTMLElem->GetOffsetTop(&val); y += val; + nsElem->GetScrollTop(&val); y -= val; + nsHTMLElem->GetOffsetLeft(&val); x += val; + nsElem->GetScrollLeft(&val); x -= val; nsCOMPtr parent; - elem->GetOffsetParent (getter_AddRefs (parent)); - elem = do_QueryInterface(parent); + nsHTMLElem->GetOffsetParent (getter_AddRefs (parent)); + nsHTMLElem = do_QueryInterface(parent); } *aX = x; diff -up epiphany-2.24.2.1/plugins/desktop-file/plugin.cpp.moz191 epiphany-2.24.2.1/plugins/desktop-file/plugin.cpp --- epiphany-2.24.2.1/plugins/desktop-file/plugin.cpp.moz191 2008-08-03 08:23:09.000000000 -0400 +++ epiphany-2.24.2.1/plugins/desktop-file/plugin.cpp 2009-01-06 13:51:23.000000000 -0500 @@ -34,7 +34,8 @@ #include "ephy-stock-icons.h" -#include +#include +#include #include #include #include "../../embed/mozilla/EphyUtils.h" @@ -528,20 +529,20 @@ NP_Initialize (NPNetscapeFuncs *moz_func plugin_funcs->size = sizeof (NPPluginFuncs); plugin_funcs->version = (NP_VERSION_MAJOR << 8) + NP_VERSION_MINOR; - plugin_funcs->newp = NewNPP_NewProc (plugin_new_instance); - plugin_funcs->destroy = NewNPP_DestroyProc (plugin_destroy_instance); - plugin_funcs->setwindow = NewNPP_SetWindowProc (NULL); - plugin_funcs->newstream = NewNPP_NewStreamProc (plugin_new_stream); - plugin_funcs->destroystream = NewNPP_DestroyStreamProc (plugin_destroy_stream); - plugin_funcs->asfile = NewNPP_StreamAsFileProc (plugin_stream_as_file); - plugin_funcs->writeready = NewNPP_WriteReadyProc (plugin_write_ready); - plugin_funcs->write = NewNPP_WriteProc (plugin_write); - plugin_funcs->print = NewNPP_PrintProc (NULL); - plugin_funcs->event = NewNPP_HandleEventProc (NULL); - plugin_funcs->urlnotify = NewNPP_URLNotifyProc (NULL); + plugin_funcs->newp = NPP_NewProcPtr (plugin_new_instance); + plugin_funcs->destroy = NPP_DestroyProcPtr (plugin_destroy_instance); + plugin_funcs->setwindow = NPP_SetWindowProcPtr (NULL); + plugin_funcs->newstream = NPP_NewStreamProcPtr (plugin_new_stream); + plugin_funcs->destroystream = NPP_DestroyStreamProcPtr (plugin_destroy_stream); + plugin_funcs->asfile = NPP_StreamAsFileProcPtr (plugin_stream_as_file); + plugin_funcs->writeready = NPP_WriteReadyProcPtr (plugin_write_ready); + plugin_funcs->write = NPP_WriteProcPtr (plugin_write); + plugin_funcs->print = NPP_PrintProcPtr (NULL); + plugin_funcs->event = NPP_HandleEventProcPtr (NULL); + plugin_funcs->urlnotify = NPP_URLNotifyProcPtr (NULL); plugin_funcs->javaClass = NULL; - plugin_funcs->getvalue = NewNPP_GetValueProc (plugin_get_value); - plugin_funcs->setvalue = NewNPP_SetValueProc (NULL); + plugin_funcs->getvalue = NPP_GetValueProcPtr (plugin_get_value); + plugin_funcs->setvalue = NPP_SetValueProcPtr (NULL); return NPERR_NO_ERROR; } Index: epiphany.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany/devel/epiphany.spec,v retrieving revision 1.210 retrieving revision 1.211 diff -u -r1.210 -r1.211 --- epiphany.spec 23 Dec 2008 05:31:08 -0000 1.210 +++ epiphany.spec 6 Jan 2009 19:00:12 -0000 1.211 @@ -1,4 +1,4 @@ -%define gecko_ver 1.9.0.5 +%define gecko_ver 1.9.1 %define desktop_file_utils_version 0.9 %define glib2_devel_ver 2.15.2 %define gtk2_devel_ver 2.12.0 @@ -8,7 +8,7 @@ Summary: Web browser for GNOME Name: epiphany Version: 2.24.2.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ and GFDL Group: Applications/Internet URL: http://www.gnome.org/projects/epiphany/ @@ -51,6 +51,7 @@ Patch2: epiphany-2.18.1-default-bookmarks.patch # https://bugzilla.redhat.com/show_bug.cgi?id=334751 Patch3: epiphany-2.20.1-wrapped-plugins.patch +Patch4: epiphany-2.24-moz191.patch %description Epiphany is the web browser for the GNOME desktop. Its goal is to be @@ -98,6 +99,7 @@ %patch1 -p1 -b .use-pango %patch2 -p1 -b .default-bookmarks %patch3 -p1 -b .wrapped-plugins +%patch4 -p1 -b .moz191 # Fedora Epiphany version cat >> data/default-prefs-common.js << EOF pref("general.useragent.vendor", "Fedora"); @@ -246,6 +248,9 @@ %{_datadir}/pygtk/2.0/defs/epiphany.defs %changelog +* Tue Jan 06 2009 Christopher Aillon - 2.24.2.1-4 +- Rebuild against newer gecko + * Tue Dec 23 2008 Matthias Clasen - 2.24.2.1-3 - Rebuild against newer gecko From limb at fedoraproject.org Tue Jan 6 19:09:13 2009 From: limb at fedoraproject.org (Jon Ciesla) Date: Tue, 6 Jan 2009 19:09:13 +0000 (UTC) Subject: rpms/lilypond-doc/devel .cvsignore, 1.12, 1.13 lilypond-doc.spec, 1.11, 1.12 sources, 1.12, 1.13 Message-ID: <20090106190913.DBDF070108@cvs1.fedora.phx.redhat.com> Author: limb Update of /cvs/pkgs/rpms/lilypond-doc/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30197 Modified Files: .cvsignore lilypond-doc.spec sources Log Message: New upstream. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/lilypond-doc/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- .cvsignore 29 Dec 2008 18:32:34 -0000 1.12 +++ .cvsignore 6 Jan 2009 19:08:43 -0000 1.13 @@ -1 +1 @@ -lilypond-2.12.0-1.documentation.tar.bz2 +lilypond-2.12.1-1.documentation.tar.bz2 Index: lilypond-doc.spec =================================================================== RCS file: /cvs/pkgs/rpms/lilypond-doc/devel/lilypond-doc.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- lilypond-doc.spec 29 Dec 2008 18:32:34 -0000 1.11 +++ lilypond-doc.spec 6 Jan 2009 19:08:43 -0000 1.12 @@ -1,5 +1,5 @@ Name: lilypond-doc -Version: 2.12.0 +Version: 2.12.1 Release: 1%{?dist} Summary: HTML documentation for LilyPond @@ -45,6 +45,9 @@ %changelog +* Tue Jan 06 2009 Jon Ciesla 2.12.1-1 +- Update to 2.12.1. + * Mon Dec 29 2008 Jon Ciesla 2.12.0-1 - Update to 2.12.0. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/lilypond-doc/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- sources 29 Dec 2008 18:32:34 -0000 1.12 +++ sources 6 Jan 2009 19:08:43 -0000 1.13 @@ -1 +1 @@ -131061ce9055fa5b0d1907713bdde611 lilypond-2.12.0-1.documentation.tar.bz2 +11defaf7144c76b8a1f137f4a8030761 lilypond-2.12.1-1.documentation.tar.bz2 From s4504kr at fedoraproject.org Tue Jan 6 19:18:12 2009 From: s4504kr at fedoraproject.org (Jochen Schmitt) Date: Tue, 6 Jan 2009 19:18:12 +0000 (UTC) Subject: rpms/blender/devel blender.spec,1.96,1.97 Message-ID: <20090106191812.7F8BE70125@cvs1.fedora.phx.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/blender/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv587 Modified Files: blender.spec Log Message: Remove BuildArch: noarch from subpackage Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- blender.spec 6 Jan 2009 18:33:35 -0000 1.96 +++ blender.spec 6 Jan 2009 19:17:42 -0000 1.97 @@ -5,7 +5,7 @@ Name: blender Version: 2.48a -Release: 8%{?dist} +Release: 9%{?dist} Summary: 3D modeling, animation, rendering and post-production @@ -79,7 +79,6 @@ %package fonts Summary: Fonts for the blender package -BuildArch: noarch Requires: fontpackages-filesystem Group: User Interface/X License: Bitstream Veta Fonts @@ -209,7 +208,7 @@ %{_fontdir}/ %changelog -* Tue Jan 6 2009 Jochen Schmitt 2.48a-8 +* Tue Jan 6 2009 Jochen Schmitt 2.48a-9 - Create fonts sub-package (#477370) * Sat Dec 27 2008 Lubomir Rintel 2.48a-7 From rdieter at fedoraproject.org Tue Jan 6 19:21:13 2009 From: rdieter at fedoraproject.org (Rex Dieter) Date: Tue, 6 Jan 2009 19:21:13 +0000 (UTC) Subject: rpms/kdiff3/devel kdiff3.spec,1.17,1.18 Message-ID: <20090106192113.BB2C870108@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/kdiff3/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3644 Modified Files: kdiff3.spec Log Message: * Tue Jan 6 2009 Rex Dieter - 0.9.93-6 - use kde4 macros - add scriptlets for locolor icons - update d-f-i usage - include khelpcenter handbook - update Source0 URL Index: kdiff3.spec =================================================================== RCS file: /cvs/pkgs/rpms/kdiff3/devel/kdiff3.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- kdiff3.spec 6 Jan 2009 18:26:29 -0000 1.17 +++ kdiff3.spec 6 Jan 2009 19:20:43 -0000 1.18 @@ -1,17 +1,21 @@ Name: kdiff3 Version: 0.9.93 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Compare + merge 2 or 3 files or directories Group: Development/Tools License: GPLv2 URL: http://kdiff3.sourceforge.net/ -Source0: http://dl.sourceforge.net/sourceforge/kdiff3/%{name}-%{version}.tar.gz -Patch0: kdiff3part.desktop.diff +Source0: http://downloads.sourceforge.net/sourceforge/kdiff3/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gettext cmake -BuildRequires: kdebase-devel, kdelibs-devel, desktop-file-utils +# What's the purpose of this patch? -- Rex +Patch0: kdiff3part.desktop.diff + +BuildRequires: desktop-file-utils +BuildRequires: gettext +BuildRequires: kdelibs4-devel +BuildRequires: kdebase4-devel %description KDiff3 is a program that @@ -27,21 +31,22 @@ %setup -q %patch0 -p1 + %build -#%configure \ -# --disable-rpath +mkdir -p %{_target_platform} +pushd %{_target_platform} +%{cmake_kde4} .. +popd -%{cmake_kde4} +make %{?_smp_mflags} -C %{_target_platform} VERBOSE=1 %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT -HTML_DIR=%{_kde4_datadir}/doc/HTML +make -C %{_target_platform} install/fast DESTDIR=$RPM_BUILD_ROOT -# this is junk -rm -rf $RPM_BUILD_ROOT$HTML_DIR/%{name} +HTML_DIR=%{_kde4_docdir}/HTML # locale's %find_lang %{name} || touch %{name}.lang @@ -65,41 +70,53 @@ fi # Desktop. -mkdir -p $RPM_BUILD_ROOT%{_kde4_datadir}/applications $RPM_BUILD_ROOT%{_kde4_datadir}/kde4/apps $RPM_BUILD_ROOT%{_kde4_datadir}/kde4/services - -desktop-file-install --vendor fedora \ - --dir $RPM_BUILD_ROOT%{_kde4_datadir}/kde4/services \ +desktop-file-install --vendor="" \ + --dir=$RPM_BUILD_ROOT%{_kde4_datadir}/kde4/services \ $RPM_BUILD_ROOT%{_kde4_datadir}/kde4/services/kdiff3part.desktop -desktop-file-install --vendor fedora \ - --dir $RPM_BUILD_ROOT%{_kde4_datadir}/applications/kde4 \ - --add-category Development \ - --add-category X-Fedora \ - --delete-original \ +desktop-file-install --vendor="" \ + --dir=$RPM_BUILD_ROOT%{_kde4_datadir}/applications/kde4 \ + --add-category=Development \ $RPM_BUILD_ROOT%{_kde4_datadir}/applications/kde4/kdiff3.desktop + %clean rm -rf $RPM_BUILD_ROOT + %post -touch --no-create %{_kde4_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_kde4_datadir}/icons/hicolor || : +touch --no-create %{_kde4_iconsdir}/hicolor || : +touch --no-create %{_kde4_iconsdir}/locolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_kde4_iconsdir}/icons/hicolor 2> /dev/null || : +%{_bindir}/gtk-update-icon-cache --quiet %{_kde4_iconsdir}/icons/locolor 2> /dev/null || : %postun -touch --no-create %{_kde4_datadir}/icons/hicolor || : -%{_bindir}/gtk-update-icon-cache --quiet %{_kde4_datadir}/icons/hicolor || : +touch --no-create %{_kde4_iconsdir}/hicolor || : +touch --no-create %{_kde4_iconsdir}/locolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_kde4_iconsdir}/icons/hicolor 2> /dev/null || : +%{_bindir}/gtk-update-icon-cache --quiet %{_kde4_iconsdir}/icons/locolor 2> /dev/null || : + %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README TODO -%{_kde4_bindir}/* -%{_kde4_libdir}/* +%{_kde4_bindir}/kdiff3 +%{_kde4_libdir}/kde4/libkdiff3*.so %{_kde4_datadir}/applications/kde4/* -%{_kde4_datadir}/kde4/apps/* -%{_kde4_datadir}/icons/*/*/*/kdiff3.png -%{_kde4_datadir}/kde4/services/* +%{_kde4_appsdir}/kdiff3/ +%{_kde4_iconsdir}/hicolor/*/*/kdiff3.png +%{_kde4_iconsdir}/locolor/*/*/kdiff3.png +%{_kde4_datadir}/kde4/services/kdiff3*.desktop + %changelog +* Tue Jan 6 2009 Rex Dieter - 0.9.93-6 +- use kde4 macros +- add scriptlets for locolor icons +- update d-f-i usage +- include khelpcenter handbook +- update Source0 URL + * Tue Jan 6 2009 Neal Becker - 0.9.93-5 - Fix HTML_DIR and use kde4_ versions of datadir, libdir, bindir From rishi at fedoraproject.org Tue Jan 6 19:36:13 2009 From: rishi at fedoraproject.org (Debarshi Ray) Date: Tue, 6 Jan 2009 19:36:13 +0000 (UTC) Subject: rpms/glade3/devel glade3-3.5.5-desktop.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 glade3.spec, 1.15, 1.16 sources, 1.7, 1.8 glade3-3.5.4-desktop.patch, 1.1, NONE Message-ID: <20090106193613.ED95D70108@cvs1.fedora.phx.redhat.com> Author: rishi Update of /cvs/pkgs/rpms/glade3/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8561 Modified Files: .cvsignore glade3.spec sources Added Files: glade3-3.5.5-desktop.patch Removed Files: glade3-3.5.4-desktop.patch Log Message: * Wed Jan 07 2009 Debarshi Ray - 3.5.5-1 - Version bump to 3.5.5. - Removed 'Provides: glade'. - Addressed warnings generated by rpmlint. glade3-3.5.5-desktop.patch: --- NEW FILE glade3-3.5.5-desktop.patch --- diff -urNp glade3-3.5.5.orig/data/glade-3.desktop.in.in glade3-3.5.5/data/glade-3.desktop.in.in --- glade3-3.5.5.orig/data/glade-3.desktop.in.in 2009-01-07 00:41:35.000000000 +0530 +++ glade3-3.5.5/data/glade-3.desktop.in.in 2009-01-07 00:42:21.000000000 +0530 @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -_Name=Glade Interface Designer +_Name=Glade-3 Interface Designer _GenericName=User Interface Designer _Comment=Create or open user interface designs for GTK+ applications Exec=glade-3 %F Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/glade3/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- .cvsignore 18 Dec 2008 18:20:53 -0000 1.7 +++ .cvsignore 6 Jan 2009 19:35:43 -0000 1.8 @@ -1 +1 @@ -glade3-3.5.4.tar.gz +glade3-3.5.5.tar.gz Index: glade3.spec =================================================================== RCS file: /cvs/pkgs/rpms/glade3/devel/glade3.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- glade3.spec 18 Dec 2008 18:20:53 -0000 1.15 +++ glade3.spec 6 Jan 2009 19:35:43 -0000 1.16 @@ -1,6 +1,6 @@ Summary: User Interface Designer for GTK+ and GNOME Name: glade3 -Version: 3.5.4 +Version: 3.5.5 Release: 1%{?dist} License: GPLv2+ Group: Development/Tools @@ -12,7 +12,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) # Will be dropped in Fedora 10. -Provides: glade = 1:%{version}-%{release} +#Provides: glade = 1:%{version}-%{release} Requires: hicolor-icon-theme Requires: %{name}-libgladeui = %{version}-%{release} @@ -66,6 +66,10 @@ %setup -q %patch0 -p1 +# Suppress rpmlint warning. +chmod 644 ./plugins/gtk+/glade-attributes.c +chmod 644 ./plugins/gtk+/glade-attributes.h + %build %configure --disable-static --enable-gnome --enable-gtk-doc --enable-python \ --enable-scrollkeeper @@ -182,6 +186,11 @@ %{_includedir}/libgladeui-1.0/gladeui/* %changelog +* Wed Jan 07 2009 Debarshi Ray - 3.5.5-1 +- Version bump to 3.5.5. +- Removed 'Provides: glade'. +- Addressed warnings generated by rpmlint. + * Thu Dec 18 2008 Debarshi Ray - 3.5.4-1 - Version bump to 3.5.4. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/glade3/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- sources 18 Dec 2008 18:20:53 -0000 1.7 +++ sources 6 Jan 2009 19:35:43 -0000 1.8 @@ -1 +1 @@ -984a12f9df1db532232499a8a1105f03 glade3-3.5.4.tar.gz +a4827f97468476c2e34e4932494dc570 glade3-3.5.5.tar.gz --- glade3-3.5.4-desktop.patch DELETED --- From caillon at fedoraproject.org Tue Jan 6 19:40:41 2009 From: caillon at fedoraproject.org (Christopher Aillon) Date: Tue, 6 Jan 2009 19:40:41 +0000 (UTC) Subject: rpms/epiphany-extensions/devel epiphany-extensions.spec,1.51,1.52 Message-ID: <20090106194041.B71DE70108@cvs1.fedora.phx.redhat.com> Author: caillon Update of /cvs/extras/rpms/epiphany-extensions/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10362 Modified Files: epiphany-extensions.spec Log Message: * Tue Jan 06 2009 Christopher Aillon - 2.24.0-3 - Rebuild against newer gecko Index: epiphany-extensions.spec =================================================================== RCS file: /cvs/extras/rpms/epiphany-extensions/devel/epiphany-extensions.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- epiphany-extensions.spec 1 Dec 2008 15:00:22 -0000 1.51 +++ epiphany-extensions.spec 6 Jan 2009 19:40:11 -0000 1.52 @@ -1,10 +1,10 @@ %global ephy_major 2.24 %global ephy_min_version %{ephy_major}.0 -%global gecko_version 1.9.0.2 +%global gecko_version 1.9.1 Name: epiphany-extensions Version: %{ephy_major}.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extensions for Epiphany, the GNOME web browser ## The Live HTTP Headers extension is LGPLv2.1+; the Gestures extension is @@ -113,6 +113,9 @@ %changelog +* Tue Jan 06 2009 Christopher Aillon - 2.24.0-3 +- Rebuild against newer gecko + * Mon Dec 01 2008 Ignacio Vazquez-Abrams - 2.24.0-2 - Rebuild for Python 2.6 From thl at fedoraproject.org Tue Jan 6 19:59:55 2009 From: thl at fedoraproject.org (Thorsten Leemhuis) Date: Tue, 6 Jan 2009 19:59:55 +0000 (UTC) Subject: rpms/rss2email/devel .cvsignore, 1.2, 1.3 rss2email-use-configpy-from-homedir.patch, 1.1, 1.2 rss2email.spec, 1.6, 1.7 sources, 1.6, 1.7 Message-ID: <20090106195955.C74C570108@cvs1.fedora.phx.redhat.com> Author: thl Update of /cvs/pkgs/rpms/rss2email/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16362 Modified Files: .cvsignore rss2email-use-configpy-from-homedir.patch rss2email.spec sources Log Message: * Tue Jan 06 2009 Thorsten Leemhuis - 2.65-1 - update to 2.65 - recreate rss2email-use-configpy-from-homedir.patch Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/rss2email/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 26 Mar 2007 08:02:19 -0000 1.2 +++ .cvsignore 6 Jan 2009 19:59:24 -0000 1.3 @@ -1,2 +1,2 @@ -CHANGELOG rss2email.py +CHANGELOG rss2email-use-configpy-from-homedir.patch: Index: rss2email-use-configpy-from-homedir.patch =================================================================== RCS file: /cvs/pkgs/rpms/rss2email/devel/rss2email-use-configpy-from-homedir.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rss2email-use-configpy-from-homedir.patch 26 Mar 2007 08:02:19 -0000 1.1 +++ rss2email-use-configpy-from-homedir.patch 6 Jan 2009 19:59:25 -0000 1.2 @@ -1,13 +1,13 @@ ---- rss2email.py.org 2007-03-23 23:35:20.000000000 +0100 -+++ rss2email.py 2007-03-23 23:40:37.000000000 +0100 -@@ -199,8 +199,8 @@ +--- rss2email.py.org 2009-01-05 20:15:15.000000000 +0100 ++++ rss2email.py 2009-01-06 20:55:15.000000000 +0100 +@@ -227,8 +227,9 @@ ### Load the Options ### # Read options from config file if present. -import sys --sys.path.append(".") +import sys, os -+sys.path.append(os.path.join(os.environ["HOME"],".rss2email/")); + sys.path.insert(0,".") ++sys.path.insert(0,os.path.join(os.environ["HOME"],".rss2email/")); try: from config import * except: Index: rss2email.spec =================================================================== RCS file: /cvs/pkgs/rpms/rss2email/devel/rss2email.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- rss2email.spec 26 Oct 2008 10:39:55 -0000 1.6 +++ rss2email.spec 6 Jan 2009 19:59:25 -0000 1.7 @@ -1,5 +1,5 @@ Name: rss2email -Version: 2.64 +Version: 2.65 Release: 1.1 Summary: Deliver news from RSS feeds to your smtp server as text or html mail @@ -69,6 +69,10 @@ %{_mandir}/man1/* %changelog +* Tue Jan 06 2009 Thorsten Leemhuis - 2.65-1 +- update to 2.65 +- recreate rss2email-use-configpy-from-homedir.patch + * Sun Oct 26 2008 Thorsten Leemhuis - 2.64-1 - update to 2.64 - drop rss2email-warn-if-problems-with-local-mta.patch, something similar now Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rss2email/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 26 Oct 2008 10:39:55 -0000 1.6 +++ sources 6 Jan 2009 19:59:25 -0000 1.7 @@ -1,2 +1,2 @@ -d4ff6068535b64a8aebcce59ed2ec61f CHANGELOG -d7aacc350bb1b12494776ad68594c63c rss2email.py +eff3f5ed82b3ccaa622f06d595b24dba rss2email.py +b68f79442af6ba24421ebd663cba9f58 CHANGELOG From mclasen at fedoraproject.org Tue Jan 6 20:03:03 2009 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Tue, 6 Jan 2009 20:03:03 +0000 (UTC) Subject: rpms/gnome-applets/devel sources,1.82,1.83 Message-ID: <20090106200303.3C9F770108@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gnome-applets/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17184 Modified Files: sources Log Message: fix sources Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gnome-applets/devel/sources,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- sources 6 Jan 2009 18:22:32 -0000 1.82 +++ sources 6 Jan 2009 20:02:32 -0000 1.83 @@ -1 +1,2 @@ ddd99d0281df4fa4458408e6cdd19cd1 gnome-applets-2.25.3.tar.bz2 +ccd89d3a58076214e2f34216388c9621 gnome-applets-2.9.3.1-modemlights.tar.bz2 From belegdol at fedoraproject.org Tue Jan 6 20:04:46 2009 From: belegdol at fedoraproject.org (Julian Sikorski) Date: Tue, 6 Jan 2009 20:04:46 +0000 (UTC) Subject: rpms/gnome-chemistry-utils/devel .cvsignore, 1.18, 1.19 gnome-chemistry-utils.spec, 1.31, 1.32 sources, 1.18, 1.19 Message-ID: <20090106200446.A353770108@cvs1.fedora.phx.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17711 Modified Files: .cvsignore gnome-chemistry-utils.spec sources Log Message: * Tue Jan 6 2009 Julian Sikorski - 0.10.3-1 - Updated to 0.10.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 29 Nov 2008 08:55:27 -0000 1.18 +++ .cvsignore 6 Jan 2009 20:04:16 -0000 1.19 @@ -1 +1 @@ -gnome-chemistry-utils-0.10.2.tar.bz2 +gnome-chemistry-utils-0.10.3.tar.bz2 Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/gnome-chemistry-utils.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- gnome-chemistry-utils.spec 29 Nov 2008 08:55:27 -0000 1.31 +++ gnome-chemistry-utils.spec 6 Jan 2009 20:04:16 -0000 1.32 @@ -1,5 +1,5 @@ Name: gnome-chemistry-utils -Version: 0.10.2 +Version: 0.10.3 Release: 1%{?dist} Summary: A set of chemical utilities @@ -218,6 +218,9 @@ %changelog +* Tue Jan 6 2009 Julian Sikorski - 0.10.3-1 +- Updated to 0.10.3 + * Sat Nov 29 2008 Julian Sikorski - 0.10.2-1 - Updated to 0.10.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 29 Nov 2008 08:55:27 -0000 1.18 +++ sources 6 Jan 2009 20:04:16 -0000 1.19 @@ -1 +1 @@ -458a232249b56eb3dd4644d399889a3d gnome-chemistry-utils-0.10.2.tar.bz2 +2e7d56758b57b618f28600c5bcf504e3 gnome-chemistry-utils-0.10.3.tar.bz2 From james at fedoraproject.org Tue Jan 6 20:05:37 2009 From: james at fedoraproject.org (James Antill) Date: Tue, 6 Jan 2009 20:05:37 +0000 (UTC) Subject: rpms/python/devel python-2.6-distutils_rpm.patch, NONE, 1.1 python.spec, 1.139, 1.140 Message-ID: <20090106200537.B977C70108@cvs1.fedora.phx.redhat.com> Author: james Update of /cvs/pkgs/rpms/python/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17945 Modified Files: python.spec Added Files: python-2.6-distutils_rpm.patch Log Message: * Tue Jan 6 2009 James Antill - 2.6-3 - Fix distutils generated rpms. - Resolves: bug#236535 python-2.6-distutils_rpm.patch: --- NEW FILE python-2.6-distutils_rpm.patch --- diff -ru Python-2.6-orig/Lib/distutils/command/bdist_rpm.py Python-2.6/Lib/distutils/command/bdist_rpm.py --- Python-2.6-orig/Lib/distutils/command/bdist_rpm.py 2008-02-23 12:40:11.000000000 -0500 +++ Python-2.6/Lib/distutils/command/bdist_rpm.py 2009-01-06 15:02:18.000000000 -0500 @@ -493,6 +493,7 @@ ('build', 'build_script', def_build), ('install', 'install_script', ("%s install " + "-O1 " "--root=$RPM_BUILD_ROOT " "--record=INSTALLED_FILES") % def_setup_call), ('clean', 'clean_script', "rm -rf $RPM_BUILD_ROOT"), Only in Python-2.6/Lib/distutils/command: bdist_rpm.py~ Index: python.spec =================================================================== RCS file: /cvs/pkgs/rpms/python/devel/python.spec,v retrieving revision 1.139 retrieving revision 1.140 diff -u -r1.139 -r1.140 --- python.spec 10 Dec 2008 20:16:00 -0000 1.139 +++ python.spec 6 Jan 2009 20:05:07 -0000 1.140 @@ -22,7 +22,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{python} Version: 2.6 -Release: 2%{?dist} +Release: 3%{?dist} License: Python Group: Development/Languages Provides: python-abi = %{pybasever} @@ -47,6 +47,9 @@ #Patch15: python-2.5.1-listdir.patch Patch16: python-2.6-rpath.patch +# Fix distutils to follow the Fedora/RHEL/CentOS policies of having .pyo files +Patch51: python-2.6-distutils_rpm.patch + # upstreamed #Patch50: python-2.5-disable-egginfo.patch @@ -216,6 +219,8 @@ #%%patch15 -p1 -b .listdir %patch16 -p1 -b .rpath +%patch51 -p1 -b .brprpm + %ifarch alpha ia64 # 64bit, but not lib64 arches need this too... %patch101 -p1 -b .lib64-regex @@ -519,13 +524,17 @@ %{_libdir}/python%{pybasever}/lib-dynload/_testcapimodule.so %changelog +* Tue Jan 6 2009 James Antill - 2.6-3 +- Fix distutils generated rpms. +- Resolves: bug#236535 + * Wed Dec 10 2008 Ignacio Vazquez-Abrams - 2.6-2 - Enable -lcrypt for cryptmodule * Fri Nov 28 2008 Ignacio Vazquez-Abrams - 2.6-1 - Update to 2.6 -* Tue Sep 30 2008 James Antill - 2.5.2-1 +* Tue Sep 30 2008 James Antill - 2.5.2-1 - Move to 2.5.2 - Fix CVE-2008-2316 hashlib overflow. From belegdol at fedoraproject.org Tue Jan 6 20:12:49 2009 From: belegdol at fedoraproject.org (Julian Sikorski) Date: Tue, 6 Jan 2009 20:12:49 +0000 (UTC) Subject: rpms/gnome-chemistry-utils/F-10 .cvsignore, 1.18, 1.19 gnome-chemistry-utils.spec, 1.31, 1.32 sources, 1.18, 1.19 Message-ID: <20090106201250.00A6470108@cvs1.fedora.phx.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19491 Modified Files: .cvsignore gnome-chemistry-utils.spec sources Log Message: * Tue Jan 6 2009 Julian Sikorski - 0.10.3-1 - Updated to 0.10.3 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/F-10/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- .cvsignore 29 Nov 2008 09:15:43 -0000 1.18 +++ .cvsignore 6 Jan 2009 20:12:19 -0000 1.19 @@ -1 +1 @@ -gnome-chemistry-utils-0.10.2.tar.bz2 +gnome-chemistry-utils-0.10.3.tar.bz2 Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/F-10/gnome-chemistry-utils.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- gnome-chemistry-utils.spec 29 Nov 2008 09:15:43 -0000 1.31 +++ gnome-chemistry-utils.spec 6 Jan 2009 20:12:19 -0000 1.32 @@ -1,5 +1,5 @@ Name: gnome-chemistry-utils -Version: 0.10.2 +Version: 0.10.3 Release: 1%{?dist} Summary: A set of chemical utilities @@ -218,6 +218,9 @@ %changelog +* Tue Jan 6 2009 Julian Sikorski - 0.10.3-1 +- Updated to 0.10.3 + * Sat Nov 29 2008 Julian Sikorski - 0.10.2-1 - Updated to 0.10.2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/F-10/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- sources 29 Nov 2008 09:15:43 -0000 1.18 +++ sources 6 Jan 2009 20:12:19 -0000 1.19 @@ -1 +1 @@ -458a232249b56eb3dd4644d399889a3d gnome-chemistry-utils-0.10.2.tar.bz2 +2e7d56758b57b618f28600c5bcf504e3 gnome-chemistry-utils-0.10.3.tar.bz2 From caillon at fedoraproject.org Tue Jan 6 20:14:45 2009 From: caillon at fedoraproject.org (Christopher Aillon) Date: Tue, 6 Jan 2009 20:14:45 +0000 (UTC) Subject: rpms/gnome-web-photo/devel xulrunner191.patch, NONE, 1.1 gnome-web-photo.spec, 1.12, 1.13 xulrunner19.patch, 1.2, NONE Message-ID: <20090106201445.A864D70108@cvs1.fedora.phx.redhat.com> Author: caillon Update of /cvs/extras/rpms/gnome-web-photo/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20275 Modified Files: gnome-web-photo.spec Added Files: xulrunner191.patch Removed Files: xulrunner19.patch Log Message: * Tue Jan 06 2009 Christopher Aillon - 0.3-13 - Rebuild against newer gecko xulrunner191.patch: --- NEW FILE xulrunner191.patch --- diff -up gnome-web-photo-0.3/configure.ac.xulrunner191 gnome-web-photo-0.3/configure.ac --- gnome-web-photo-0.3/configure.ac.xulrunner191 2007-01-29 14:07:02.000000000 -0500 +++ gnome-web-photo-0.3/configure.ac 2009-01-06 15:06:10.000000000 -0500 @@ -132,57 +132,12 @@ fi AM_GCONF_SOURCE_2 +# ********* +# Xulrunner +# ********* -# ******* -# Mozilla -# ******* - -GECKO_INIT([GECKO]) - -AC_SUBST([GECKO]) -AC_SUBST([GECKO_FLAVOUR]) -AC_SUBST([GECKO_INCLUDE_ROOT]) -AC_SUBST([GECKO_HOME]) -AC_SUBST([GECKO_PREFIX]) - -case "$GECKO" in -seamonkey) min_version=1.0 ;; -*firefox) min_version=1.4 ;; -xulrunner) min_version=1.8 ;; -esac - -PKG_CHECK_MODULES([GECKO], [${gecko_cv_gecko}-xpcom >= $min_version ${gecko_cv_extra_pkg_dependencies}]) -AC_SUBST([GECKO_CFLAGS]) -AC_SUBST([GECKO_LIBS]) - -# In xulrunner, gkgfx is in libxul; for all others we need to -# explicitly link against it - -if test "$GECKO" != "xulrunner"; then - GECKO_EXTRA_LIBS="$GECKO_EXTRA_LIBS -lgkgfx" -fi - -AC_SUBST([GECKO_EXTRA_LIBS]) - -# Check for PSM headers - -AC_MSG_CHECKING([for mozilla security compoment]) -GECKO_COMPILE_IFELSE([pipnss], - [AC_LANG_PROGRAM( - [[#include ]], - [[nsIX509Cert *c; - c->GetIssuer (nsnull);]] - )], - [AC_DEFINE([HAVE_PSM], [1],[Define if you have the mozilla NSS headers installed]) have_psm=yes], - [have_psm=no]) -AC_MSG_RESULT([$have_psm]) - -AM_CONDITIONAL([HAVE_PSM],[test "x$have_psm" = "xyes"]) - -# Needed since 1.8b2 -# Define this down here so it doesn't affect the API checks above - -AC_DEFINE([MOZILLA_INTERNAL_API],[1],[Define for access to internal mozilla API]) +LIBXUL_INIT +LIBXUL_DEFINES # ****************** # Portability checks diff -up /dev/null gnome-web-photo-0.3/m4/libxul.m4 --- /dev/null 2009-01-06 12:29:59.871318287 -0500 +++ gnome-web-photo-0.3/m4/libxul.m4 2009-01-06 15:06:10.000000000 -0500 @@ -0,0 +1,566 @@ +# Copyright ?? 2000-2004 Marco Pesenti Gritti +# Copyright ?? 2003, 2004, 2005, 2006, 2007 Christian Persch +# +# 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +# LIBXUL_INIT([embedding],[ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND]) +# +# Checks for libxul, and aborts if it's not found +# +# Checks for -fshort-wchar compiler variable, and adds it to +# AM_CXXFLAGS if found +# +# Checks whether RTTI is enabled, and adds -fno-rtti to +# AM_CXXFLAGS otherwise +# +# Checks whether the gecko build is a debug build, and adds +# debug flags to AM_CXXFLAGS if it is. + +AC_DEFUN([LIBXUL_INIT], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl + +if test -z "$1"; then + libxul_cv_libxul_pkg="libxul" +elif test "$1" = "embedding"; then + libxul_cv_libxul_pkg="libxul-embedding" +else + AC_MSG_ERROR([[Unsupported value passed to LIBXUL_INIT]]) +fi + +PKG_CHECK_EXISTS([$libxul_cv_libxul_pkg],[libxul_cv_have_libxul=yes],[libxul_cv_have_libxul=no]) +if test "$libxul_cv_have_libxul" != "yes"; then + # Debian/Ubuntu xulrunner-1.9-dev has versioned pc files, try again + libxul_cv_libxul_pkg="${libxul_cv_libxul_pkg}-1.9" + PKG_CHECK_EXISTS([$libxul_cv_libxul_pkg],[libxul_cv_have_libxul=yes],[libxul_cv_have_libxul=no]) +fi +if test "$libxul_cv_have_libxul" != "yes"; then + # Still nothing? Error out + AC_MSG_ERROR([libxul not found]) +fi + +libxul_cv_version="$($PKG_CONFIG --modversion $libxul_cv_libxul_pkg)" +libxul_cv_prefix="$($PKG_CONFIG --variable=prefix $libxul_cv_libxul_pkg)" +libxul_cv_include_root="$($PKG_CONFIG --variable=includedir $libxul_cv_libxul_pkg)" +libxul_cv_sdkdir="$($PKG_CONFIG --variable=sdkdir $libxul_cv_libxul_pkg)" + +# FIXMEchpe: this isn't right. The pc file seems buggy, but until +# I can figure this out, do it like this: +libxul_cv_libdir="$(readlink $($PKG_CONFIG --variable=sdkdir $libxul_cv_libxul_pkg)/bin)" + +libxul_cv_includes="$($PKG_CONFIG --cflags-only-I libxul-unstable libxul)" + +AC_DEFINE([HAVE_LIBXUL],[1],[Define for libxul]) + +LIBXUL_VERSION="$libxul_cv_version" +LIBXUL_PREFIX="$libxul_cv_prefix" +LIBXUL_INCLUDE_ROOT="$libxul_cv_include_root" +LIBXUL_INCLUDES="$libxul_cv_includes" +LIBXUL_LIBDIR="$libxul_cv_libdir" + +LIBXUL_CXXCPPFLAGS= +LIBXUL_CXXFLAGS= +LIBXUL_LDFLAGS= + +# Can't use the value from the .pc file, since it seems buggy +# Until I can figure it out, do this instead +LIBXUL_LIBS="-L${libxul_cv_sdkdir}/lib -lxpcomglue_s -L${libxul_cv_sdkdir}/bin -lxul -lxpcom" + +# *********************** +# Check for -fshort-wchar +# *********************** + +# NOTE: This is really gcc-only +# Do this test using CXX only since some versions of gcc +# 2.95-2.97 have a signed wchar_t in c++ only and some versions +# only have short-wchar support for c++. + +AC_LANG_PUSH([C++]) + +_SAVE_CXXFLAGS=$CXXFLAGS +CXXFLAGS="$CXXFLAGS $LIBXUL_CXXFLAGS -fshort-wchar" + +AC_CACHE_CHECK([for compiler -fshort-wchar option], + libxul_cv_have_usable_wchar_option, + [AC_RUN_IFELSE([AC_LANG_SOURCE( + [[#include + int main () { + return (sizeof(wchar_t) != 2) || (wchar_t)-1 < (wchar_t) 0 ; + } ]])], + [libxul_cv_have_usable_wchar_option="yes"], + [libxul_cv_have_usable_wchar_option="no"], + [libxul_cv_have_usable_wchar_option="maybe (cross-compiling)"])]) + +CXXFLAGS="$_SAVE_CXXFLAGS" + +AC_LANG_POP([C++]) + +if test "$libxul_cv_have_usable_wchar_option" = "yes"; then + LIBXUL_CXXFLAGS="$LIBXUL_CXXFLAGS -fshort-wchar" +fi + +# ************** +# Check for RTTI +# ************** + +AC_MSG_CHECKING([whether to enable C++ RTTI]) +AC_ARG_ENABLE([cpp-rtti], + AS_HELP_STRING([--enable-cpp-rtti],[Enable C++ RTTI]), + [],[enable_cpp_rtti=no]) +AC_MSG_RESULT([$enable_cpp_rtti]) + +if test "$enable_cpp_rtti" = "no"; then + LIBXUL_CXXFLAGS="-fno-rtti $LIBXUL_CXXFLAGS" +fi + +# ************* +# Various tests +# ************* + +# FIXMEchpe: remove this test, it shouldn't be needed anymore thanks to static glue libs + +AC_LANG_PUSH([C++]) + +_SAVE_CPPFLAGS="$CPPFLAGS" +CPPFLAGS="$CPPFLAGS $LIBXUL_CXXCPPFLAGS $LIBXUL_INCLUDES" + +AC_MSG_CHECKING([[whether we have a libxul debug build]]) +AC_COMPILE_IFELSE( + [AC_LANG_SOURCE([[#include + #if !defined(MOZ_REFLOW_PERF) || !defined(MOZ_REFLOW_PERF_DSP) + #error No + #endif]] + )], + [libxul_cv_have_debug=yes], + [libxul_cv_have_debug=no]) +AC_MSG_RESULT([$libxul_cv_have_debug]) + +CPPFLAGS="$_SAVE_CPPFLAGS" + +AC_LANG_POP([C++]) + +if test "$libxul_cv_have_debug" = "yes"; then + LIBXUL_CXXCPPFLAGS="$LIBXUL_CXXCPPFLAGS -DDEBUG -D_DEBUG" + + AC_DEFINE([HAVE_LIBXUL_DEBUG],[1],[Define if libxul is a debug build]) +fi + +# ************************************* +# Check for C++ symbol visibility stuff +# ************************************* + +# Check for .hidden assembler directive and visibility attribute. +# Copied from mozilla's configure.in, which in turn was +# borrowed from glibc's configure.in + +# Only do this for g++ + +if test "$GXX" = "yes"; then + AC_CACHE_CHECK(for visibility(hidden) attribute, + libxul_cv_visibility_hidden, + [cat > conftest.c </dev/null 2>&1; then + if egrep '\.(hidden|private_extern).*foo' conftest.s >/dev/null; then + libxul_cv_visibility_hidden=yes + fi + fi + rm -f conftest.[cs] + ]) + if test "$libxul_cv_visibility_hidden" = "yes"; then + AC_DEFINE([HAVE_VISIBILITY_HIDDEN_ATTRIBUTE],[1],[Define if the compiler supports the "hidden" visibility attribute]) + + AC_CACHE_CHECK(for visibility(default) attribute, + libxul_cv_visibility_default, + [cat > conftest.c </dev/null 2>&1; then + if ! egrep '\.(hidden|private_extern).*foo' conftest.s >/dev/null; then + libxul_cv_visibility_default=yes + fi + fi + rm -f conftest.[cs] + ]) + if test "$libxul_cv_visibility_default" = "yes"; then + AC_DEFINE([HAVE_VISIBILITY_ATTRIBUTE],[1],[Define if the compiler supports the "default" visibility attribute]) + + AC_CACHE_CHECK(for visibility pragma support, + libxul_cv_visibility_pragma, + [cat > conftest.c </dev/null 2>&1; then + if egrep '\.(hidden|private_extern).*foo_hidden' conftest.s >/dev/null; then + if ! egrep '\.(hidden|private_extern).*foo_default' conftest.s > /dev/null; then + libxul_cv_visibility_pragma=yes + fi + fi + fi + rm -f conftest.[cs] + ]) + if test "$libxul_cv_visibility_pragma" = "yes"; then + AC_CACHE_CHECK(For gcc visibility bug with class-level attributes (GCC bug 26905), + libxul_cv_have_visibility_class_bug, + [cat > conftest.c < /dev/null 2>&1 ; then + libxul_cv_have_visibility_class_bug=yes + else + if test `egrep -c '@PLT|\\$stub' conftest.S` = 0; then + libxul_cv_have_visibility_class_bug=yes + fi + fi + rm -rf conftest.{c,S} + ]) + + AC_CACHE_CHECK(For x86_64 gcc visibility bug with builtins (GCC bug 20297), + libxul_cv_have_visibility_builtin_bug, + [cat > conftest.c < +#pragma GCC visibility pop + +__attribute__ ((visibility ("default"))) void Func() { + char c[[100]]; + memset(c, 0, sizeof(c)); +} +EOF + libxul_cv_have_visibility_builtin_bug=no + if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c > /dev/null 2>&1 ; then + libxul_cv_have_visibility_builtin_bug=yes + else + if test `grep -c "@PLT" conftest.S` = 0; then + libxul_cv_visibility_builtin_bug=yes + fi + fi + rm -f conftest.{c,S} + ]) + if test "$libxul_cv_have_visibility_builtin_bug" = "no" -a \ + "$libxul_cv_have_visibility_class_bug" = "no"; then + VISIBILITY_FLAGS='-I$(DIST)/include/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h' + WRAP_SYSTEM_INCLUDES=1 + else + VISIBILITY_FLAGS='-fvisibility=hidden' + fi # have visibility pragma bug + fi # have visibility pragma + fi # have visibility(default) attribute + fi # have visibility(hidden) attribute + + LIBXUL_CXXFLAGS="$LIBXUL_CXXFLAGS $VISIBILITY_FLAGS" +fi # g++ + +# ********* +# Finish up +# ********* + +AC_SUBST([LIBXUL_VERSION]) +AC_SUBST([LIBXUL_PREFIX]) +AC_SUBST([LIBXUL_INCLUDE_ROOT]) +AC_SUBST([LIBXUL_INCLUDES]) +AC_SUBST([LIBXUL_LIBDIR]) +AC_SUBST([LIBXUL_CXXCPPFLAGS]) +AC_SUBST([LIBXUL_CXXFLAGS]) +AC_SUBST([LIBXUL_LDFLAGS]) +AC_SUBST([LIBXUL_LIBS]) + +]) + +# LIBXUL_DEFINES +# +# Automake defines for libxul. Not included in LIBXUL_INIT so that +# LIBXUL_INIT may be called conditionally. If you use LIBXUL_INIT, +# you _must_ call LIBXUL_DEFINES, unconditionally. + +AC_DEFUN([LIBXUL_DEFINES], +[ + +AM_CONDITIONAL([HAVE_LIBXUL],[test "$libxul_cv_have_libxul" = "yes"]) +AM_CONDITIONAL([HAVE_LIBXUL_DEBUG],[test "$libxul_cv_have_debug" = "yes"]) + +]) + +# *************************************************************************** +# *************************************************************************** +# *************************************************************************** + +# _LIBXUL_DISPATCH(MACRO, INCLUDEDIRS, ...) + +m4_define([_LIBXUL_DISPATCH], +[ + +AC_LANG_PUSH([C++]) + +_SAVE_CPPFLAGS="$CPPFLAGS" +_SAVE_CXXFLAGS="$CXXFLAGS" +_SAVE_LDFLAGS="$LDFLAGS" +_SAVE_LIBS="$LIBS" +CPPFLAGS="$CPPFLAGS $LIBXUL_CXXCPPFLAGS $LIBXUL_INCLUDES" +CXXFLAGS="$CXXFLAGS $LIBXUL_CXXFLAGS $($PKG_CONFIG --cflags-only-other libxul)" +LDFLAGS="$LDFLAGS $LIBXUL_LDFLAGS -Wl,--rpath=$LIBXUL_LIBDIR" +LIBS="$LIBS $($PKG_CONFIG --libs libxul)" + +# FIXMEchpe: remove this, since the header layout is now flat (only stable and unstable) + +_LIBXUL_DISPATCH_INCLUDEDIRS="$2" + +_LIBXUL_DISPATCH_INCLUDEDIRS="$_LIBXUL_DISPATCH_INCLUDEDIRS dom necko pref" + +# Now add them to CPPFLAGS +for i in $_LIBXUL_DISPATCH_INCLUDEDIRS; do + CPPFLAGS="$CPPFLAGS -I$LIBXUL_INCLUDE_ROOT/$i" +done + +m4_indir([$1],m4_shiftn(2,$@)) + +CPPFLAGS="$_SAVE_CPPFLAGS" +CXXFLAGS="$_SAVE_CXXFLAGS" +LDFLAGS="$_SAVE_LDFLAGS" +LIBS="$_SAVE_LIBS" + +AC_LANG_POP([C++]) + +])# _LIBXUL_DISPATCH + +# *************************************************************************** +# *************************************************************************** +# *************************************************************************** + +# LIBXUL_CHECK_HEADERS(INCLUDEDIRS, HEADERS, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND], [INCLUDES]) + +AC_DEFUN([LIBXUL_CHECK_HEADERS],[_LIBXUL_DISPATCH([AC_CHECK_HEADERS],$@)]) + +# LIBXUL_COMPILE_IFELSE(INCLUDEDIRS, PROGRAM, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) + +AC_DEFUN([LIBXUL_COMPILE_IFELSE],[_LIBXUL_DISPATCH([AC_COMPILE_IFELSE],$@)]) + +# LIBXUL_RUN_IFELSE(INCLUDEDIRS, PROGRAM, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) + +AC_DEFUN([LIBXUL_RUN_IFELSE],[_LIBXUL_DISPATCH([AC_RUN_IFELSE],$@)]) + +# *************************************************************************** +# *************************************************************************** +# *************************************************************************** + +# LIBXUL_XPCOM_PROGRAM([PROLOGUE], [BODY]) +# +# Produce a template C++ program which starts XPCOM up and shuts it down after +# the BODY part has run. In BODY, the the following variables are predeclared: +# +# nsresult rv +# int status = 1 (EXIT_FAILURE) +# +# The program's exit status will be |status|; set it to 0 (or EXIT_SUCCESS) +# to indicate success and to a value between 1 (EXIT_FAILURE) and 120 to +# indicate failure. +# +# To jump out of the BODY and exit the test program, you can use |break|. + +AC_DEFUN([LIBXUL_XPCOM_PROGRAM], +[AC_LANG_PROGRAM([[ +#include +#include +#include +#include +#include +#include +#include +#include +]] +[$1], +[[ +// redirect unwanted mozilla debug output to the bit bucket +freopen ("/dev/null", "w", stdout); + +nsresult rv; +nsCOMPtr directory; +rv = NS_NewNativeLocalFile (NS_LITERAL_CSTRING("$_LIBXUL_HOME"), PR_FALSE, + getter_AddRefs (directory)); +if (NS_FAILED (rv) || !directory) { + exit (126); +} + +rv = NS_InitXPCOM2 (nsnull, directory, nsnull); +if (NS_FAILED (rv)) { + exit (125); +} + +int status = EXIT_FAILURE; + +// now put in the BODY, scoped with do...while(0) to ensure we don't hold a +// COMptr after XPCOM shutdown and so we can jump out with a simple |break|. +do { +]] +m4_shiftn(1,$@) +[[ +} while (0); + +NS_ShutdownXPCOM (nsnull); +exit (status); +]]) +]) # LIBXUL_XPCOM_PROGRAM + +# *************************************************************************** +# *************************************************************************** +# *************************************************************************** + +# LIBXUL_XPCOM_PROGRAM_CHECK([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND], [ACTION-IF-CROSS-COMPILING]) +# +# Checks whether we can build and run any XPCOM test programs at all + +AC_DEFUN([LIBXUL_XPCOM_PROGRAM_CHECK], +[AC_REQUIRE([LIBXUL_INIT])dnl + +AC_CACHE_CHECK([whether we can compile and run XPCOM programs], +[libxul_cv_xpcom_program_check], +[ +libxul_cv_xpcom_program_check=no + +LIBXUL_RUN_IFELSE([], + [LIBXUL_XPCOM_PROGRAM([],[[status = EXIT_SUCCESS;]])], + [libxul_cv_xpcom_program_check=yes], + [libxul_cv_xpcom_program_check=no], + [libxul_cv_xpcom_program_check=maybe]) +]) + +if test "$libxul_cv_xpcom_program_check" = "yes"; then + ifelse([$2],,[:],[$2]) +else + ifelse([$3],,[AC_MSG_FAILURE([Cannot compile and run XPCOM programs])], + [$3]) +fi + +]) # LIBXUL_XPCOM_PROGRAM_CHECK + +# *************************************************************************** +# *************************************************************************** +# *************************************************************************** + +# LIBXUL_CHECK_CONTRACTID(CONTRACTID, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# +# Checks wheter CONTRACTID is a registered contract ID + +AC_DEFUN([LIBXUL_CHECK_CONTRACTID], +[AC_REQUIRE([LIBXUL_INIT])dnl + +AS_VAR_PUSHDEF([libxul_cv_have_CID],[libxul_cv_have_$1]) + +AC_CACHE_CHECK([for the $1 XPCOM component], +libxul_cv_have_CID, +[ +AS_VAR_SET(libxul_cv_have_CID,[no]) + +LIBXUL_RUN_IFELSE([], +[LIBXUL_XPCOM_PROGRAM([[ +#include +]],[[ +status = 99; +nsCOMPtr registrar; +rv = NS_GetComponentRegistrar (getter_AddRefs (registrar)); +if (NS_FAILED (rv)) break; + +status = 98; +PRBool isRegistered = PR_FALSE; +rv = registrar->IsContractIDRegistered ("$1", &isRegistered); +if (NS_FAILED (rv)) break; + +status = isRegistered ? EXIT_SUCCESS : 97; +]]) +], +[AS_VAR_SET(libxul_cv_have_CID,[yes])], +[AS_VAR_SET(libxul_cv_have_CID,[no])], +[AS_VAR_SET(libxul_cv_have_CID,[maybe])]) + +]) + +if test AS_VAR_GET(libxul_cv_have_CID) = "yes"; then + ifelse([$2],,[:],[$2]) +else + ifelse([$3],,[AC_MSG_ERROR([dnl +Contract ID "$1" is not registered, but $PACKAGE_NAME depends on it.])], + [$3]) +fi + +AS_VAR_POPDEF([libxul_cv_have_CID]) + +]) # LIBXUL_CHECK_CONTRACTID + +# LIBXUL_CHECK_CONTRACTIDS(CONTRACTID, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# +# Checks wheter CONTRACTIDs are registered contract IDs. +# If ACTION-IF-NOT-FOUND is given, it is executed when one of the contract IDs +# is not found and the missing contract ID is in the |as_contractid| variable. + +AC_DEFUN([LIBXUL_CHECK_CONTRACTIDS], +[AC_REQUIRE([LIBXUL_INIT])dnl + +result=yes +as_contractid= +for as_contractid in $1 +do + LIBXUL_CHECK_CONTRACTID([$as_contractid],[],[result=no; break;]) +done + +if test "$result" = "yes"; then + ifelse([$2],,[:],[$2]) +else + ifelse([$3],,[AC_MSG_ERROR([dnl +Contract ID "$as_contractid" is not registered, but $PACKAGE_NAME depends on it.])], + [$3]) +fi + +]) # LIBXUL_CHECK_CONTRACTIDS + +# *************************************************************************** +# *************************************************************************** +# *************************************************************************** + +# LIBXUL_XPIDL([ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND]) +# +# Checks for xpidl program and include directory +# +# Variables set: +# XPIDL: the xpidl program +# XPIDL_IDLDIR: the xpidl include directory + +AC_DEFUN([LIBXUL_XPIDL], +[AC_REQUIRE([LIBXUL_INIT])dnl + +_C_PATH_PROG([XPIDL],[xpidl],[no],[$LIBXUL_LIBDIR:$PATH]) + +XPIDL_IDLDIR="$($PKG_CONFIG --variable=idldir libxul)" + +if test "$XPIDL" != "no" -a -n "$XPIDL_IDLDIR" -a -f "$XPIDL_IDLDIR/nsISupports.idl"; then + ifelse([$1],,[:],[$1]) +else + ifelse([$2],,[AC_MSG_FAILURE([XPIDL program or include directory not found])],[$2]) +fi + +]) diff -up gnome-web-photo-0.3/src/Components.cpp.xulrunner191 gnome-web-photo-0.3/src/Components.cpp --- gnome-web-photo-0.3/src/Components.cpp.xulrunner191 2006-12-31 16:48:52.000000000 -0500 +++ gnome-web-photo-0.3/src/Components.cpp 2009-01-06 15:06:10.000000000 -0500 @@ -137,80 +137,15 @@ NS_IMETHODIMP Prompter::Select(nsIDOMWin return NS_OK; } -#ifdef HAVE_PSM - -#include - -#define NSSDIALOGS_CLASSNAME "Dummy NSS Dialogs" -#define NSSDIALOGS_CID { 0x128e643e, 0x8b28, 0x4eea, { 0x8d, 0xe7, 0x22, 0x4f, 0x5a, 0xa0, 0x56, 0x54 } } - -class NSSDialogs : public nsIBadCertListener -{ - public: - NS_DECL_ISUPPORTS - NS_DECL_NSIBADCERTLISTENER - - NSSDialogs () { } - ~NSSDialogs () { } -}; - -NS_IMPL_THREADSAFE_ISUPPORTS1 (NSSDialogs, nsIBadCertListener) - -/* boolean confirmUnknownIssuer (in nsIInterfaceRequestor socketInfo, in nsIX509Cert cert, out short certAddType); */ -NS_IMETHODIMP -NSSDialogs::ConfirmUnknownIssuer(nsIInterfaceRequestor *socketInfo, - nsIX509Cert *cert, - PRInt16 *certAddType, - PRBool *_retval) -{ - LOG ("ConfirmUnknownIssuer\n"); - *certAddType = nsIBadCertListener::ADD_TRUSTED_FOR_SESSION; - *_retval = PR_TRUE; - return NS_OK; -} - -/* boolean confirmMismatchDomain (in nsIInterfaceRequestor socketInfo, in AUTF8String targetURL, in nsIX509Cert cert); */ -NS_IMETHODIMP -NSSDialogs::ConfirmMismatchDomain(nsIInterfaceRequestor *socketInfo, - const nsACString & targetURL, - nsIX509Cert *cert, - PRBool *_retval) -{ - LOG ("ConfirmMismatchDomain\n"); - *_retval = PR_TRUE; - return NS_OK; -} - -/* boolean confirmCertExpired (in nsIInterfaceRequestor socketInfo, in nsIX509Cert cert); */ -NS_IMETHODIMP -NSSDialogs::ConfirmCertExpired(nsIInterfaceRequestor *socketInfo, - nsIX509Cert *cert, - PRBool *_retval) -{ - LOG ("ConfirmCertExpired\n"); - *_retval = PR_TRUE; - return NS_OK; -} - -/* void notifyCrlNextupdate (in nsIInterfaceRequestor socketInfo, in AUTF8String targetURL, in nsIX509Cert cert); */ -NS_IMETHODIMP -NSSDialogs::NotifyCrlNextupdate(nsIInterfaceRequestor *socketInfo, - const nsACString & targetURL, - nsIX509Cert *cert) -{ - LOG ("NotifyCrlNextupdate\n"); - return NS_OK; -} - -#endif /* HAVE_PSM */ - /* -------------------------------------------------------------------------- */ NS_GENERIC_FACTORY_CONSTRUCTOR(Prompter) +#ifndef HAVE_GECKO_1_9 #ifdef HAVE_PSM NS_GENERIC_FACTORY_CONSTRUCTOR(NSSDialogs) #endif +#endif /* HAVE_GECKO_1_9 */ static const nsModuleComponentInfo sAppComps[] = { @@ -220,14 +155,6 @@ static const nsModuleComponentInfo sAppC NS_PROMPTSERVICE_CONTRACTID, PrompterConstructor }, -#ifdef HAVE_PSM - { - NSSDIALOGS_CLASSNAME, - NSSDIALOGS_CID, - NS_BADCERTLISTENER_CONTRACTID, - NSSDialogsConstructor - }, -#endif /* HAVE_PSM */ }; PRBool diff -up gnome-web-photo-0.3/src/Listener.h.xulrunner191 gnome-web-photo-0.3/src/Listener.h --- gnome-web-photo-0.3/src/Listener.h.xulrunner191 2006-12-31 16:48:52.000000000 -0500 +++ gnome-web-photo-0.3/src/Listener.h 2009-01-06 15:06:10.000000000 -0500 @@ -23,7 +23,7 @@ #include #include -#include +#include #include class Listener : public nsIDOMLoadListener diff -up gnome-web-photo-0.3/src/main.cpp.xulrunner191 gnome-web-photo-0.3/src/main.cpp --- gnome-web-photo-0.3/src/main.cpp.xulrunner191 2007-01-29 13:53:02.000000000 -0500 +++ gnome-web-photo-0.3/src/main.cpp 2009-01-06 15:06:10.000000000 -0500 @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include @@ -336,6 +337,48 @@ state_change (StateType new_state) static nsresult gecko_startup (void) { + nsresult rv; + + static const GREVersionRange greVersion = { + "1.9a", PR_TRUE, + "1.9.*", PR_TRUE + }; + char xpcomLocation[4096]; + rv = GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0, xpcomLocation, 4096); + if (NS_FAILED (rv)) + { + g_warning ("Could not get gre path!\n"); + return FALSE; + } + + // Startup the XPCOM Glue that links us up with XPCOM. + rv = XPCOMGlueStartup(xpcomLocation); + if (NS_FAILED (rv)) + { + g_warning ("Could not determine locale!\n"); + return FALSE; + } + + rv = GTKEmbedGlueStartup(); + if (NS_FAILED (rv)) + { + g_warning ("Could not startup glue!\n"); + return FALSE; + } + + rv = GTKEmbedGlueStartupInternal(); + if (NS_FAILED (rv)) + { + g_warning ("Could not startup internal glue!\n"); + return FALSE; + } + + char *lastSlash = strrchr(xpcomLocation, '/'); + if (lastSlash) + *lastSlash = '\0'; + + gtk_moz_embed_set_path(xpcomLocation); + /* BUG ALERT! If we don't have a profile, Gecko will crash on https sites and * when trying to open the password manager. The prefs will be set up so that * no cookies or passwords etc. will be persisted. @@ -345,12 +388,6 @@ gecko_startup (void) gtk_moz_embed_set_profile_path (profile, "gnome-web-photo"); g_free (profile); -#ifdef HAVE_GECKO_1_9 - gtk_moz_embed_set_path (GECKO_HOME); -#else - gtk_moz_embed_set_comp_path (GECKO_HOME); -#endif - /* Fire up the beast! */ gtk_moz_embed_push_startup (); @@ -362,8 +399,6 @@ gecko_startup (void) return NS_ERROR_FAILURE; } - nsresult rv = NS_OK; - if (mode != MODE_PRINT) { /* This prevents us from printing all pages, so only do it for photo/thumbnail */ nsCOMPtr sheetService (do_GetService ("@mozilla.org/content/style-sheet-service;1", &rv)); @@ -424,7 +459,6 @@ int main (int argc, char **argv) { GtkWidget *window; - GdkScreen *screen; GOptionContext *context; GError *error = NULL; int i, len; @@ -596,11 +630,6 @@ main (int argc, char **argv) /* Create window */ window = gtk_window_new (GTK_WINDOW_TOPLEVEL); - gtk_window_set_role (GTK_WINDOW (window), "gnome-web-photo-hidden-window"); - gtk_window_set_skip_taskbar_hint (GTK_WINDOW (window), TRUE); - gtk_window_set_skip_pager_hint (GTK_WINDOW (window), TRUE); - gtk_window_set_focus_on_map (GTK_WINDOW (window), FALSE); - gEmbed = EMBED (g_object_new (TYPE_EMBED, NULL)); g_signal_connect (gEmbed, "ready", G_CALLBACK (embed_ready_cb), NULL); g_signal_connect (gEmbed, "print-done", G_CALLBACK (print_done_cb), NULL); @@ -608,13 +637,8 @@ main (int argc, char **argv) gtk_container_add (GTK_CONTAINER (window), GTK_WIDGET (gEmbed)); #ifndef DEBUG_SHOW_WINDOW - /* Move the window off screen */ - screen = gtk_widget_get_screen (GTK_WIDGET (window)); - gtk_window_move (GTK_WINDOW (window), - gdk_screen_get_width (screen) + 100, - gdk_screen_get_height (screen) + 100); - gtk_widget_show_all (window); - gdk_window_hide (window->window); + gtk_widget_show(GTK_WIDGET(gEmbed)); + gtk_widget_realize(GTK_WIDGET(gEmbed)); #else gtk_widget_show_all (window); #endif diff -up gnome-web-photo-0.3/src/Makefile.am.xulrunner191 gnome-web-photo-0.3/src/Makefile.am --- gnome-web-photo-0.3/src/Makefile.am.xulrunner191 2007-01-29 13:16:18.000000000 -0500 +++ gnome-web-photo-0.3/src/Makefile.am 2009-01-06 15:06:10.000000000 -0500 @@ -36,28 +36,31 @@ gnome_web_photo_SOURCES = \ main.cpp gnome_web_photo_CPPFLAGS = \ + $(DEPENDENCY_CFLAGS) \ $(addprefix -I$(GECKO_INCLUDE_ROOT)/,$(gecko_include_subdirs)) \ -DSHARE_DIR=\"$(pkgdatadir)\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ -DGECKO_HOME=\"$(GECKO_HOME)\" \ -DGECKO_PREFIX=\"$(GECKO_PREFIX)\" \ + -DXPCOM_GLUE_USE_NSPR \ + -DXPCOM_GLUE \ $(AM_CPPFLAGS) gnome_web_photo_CXXFLAGS = \ $(DEPENDENCY_CFLAGS) \ - $(GECKO_CFLAGS) \ + $(LIBXUL_INCLUDES) \ + $(LIBXUL_CXXFLAGS) \ $(AM_CXXFLAGS) gnome_web_photo_LDFLAGS = \ - -R$(GECKO_HOME) \ + -R$(LIBXUL_LIBDIR) \ $(AM_LDFLAGS) gnome_web_photo_LDADD = \ $(DEPENDENCY_LIBS) \ $(JPEG_LIBS) \ - $(GECKO_LIBS) \ - $(GECKO_EXTRA_LIBS) - + $(LIBXUL_LIBS) \ + -lxpcomglue install-exec-hook: gnome-web-photo cd $(DESTDIR)$(bindir) && \ diff -up gnome-web-photo-0.3/src/Prefs.cpp.xulrunner191 gnome-web-photo-0.3/src/Prefs.cpp --- gnome-web-photo-0.3/src/Prefs.cpp.xulrunner191 2006-12-31 16:48:52.000000000 -0500 +++ gnome-web-photo-0.3/src/Prefs.cpp 2009-01-06 15:06:10.000000000 -0500 @@ -26,9 +26,9 @@ #include #include #include -#include +#include #include -#include +#include #include #include diff -up gnome-web-photo-0.3/src/Printer.cpp.xulrunner191 gnome-web-photo-0.3/src/Printer.cpp --- gnome-web-photo-0.3/src/Printer.cpp.xulrunner191 2006-12-31 16:48:52.000000000 -0500 +++ gnome-web-photo-0.3/src/Printer.cpp 2009-01-06 15:06:10.000000000 -0500 @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include @@ -44,10 +45,10 @@ Printer::Printer (GtkMozEmbed *aEmbed, , mPrintBG(aPrintBG) { if (aFilename[0] == '/') { - NS_CopyNativeToUnicode (nsDependentCString(aFilename), mFilename); + NS_CStringToUTF16 (nsCString (aFilename), NS_CSTRING_ENCODING_UTF8, mFilename); } else { char *path = g_build_filename (g_get_current_dir(), aFilename, NULL); - NS_CopyNativeToUnicode (nsDependentCString(path), mFilename); + NS_CStringToUTF16 (nsCString (path), NS_CSTRING_ENCODING_UTF8, mFilename); g_free(path); } } @@ -100,7 +101,6 @@ Printer::SetSettings(nsIPrintSettings *a { aSettings->SetPrinterName (NS_LITERAL_STRING("PostScript/default").get()); aSettings->SetPrintRange (nsIPrintSettings::kRangeAllPages); - aSettings->SetPaperSize (nsIPrintSettings::kPaperSizeDefined); aSettings->SetPaperSizeUnit (nsIPrintSettings::kPaperSizeMillimeters); aSettings->SetPaperWidth (210.0); aSettings->SetPaperHeight (297.0); diff -up gnome-web-photo-0.3/src/Printer.h.xulrunner191 gnome-web-photo-0.3/src/Printer.h --- gnome-web-photo-0.3/src/Printer.h.xulrunner191 2006-12-31 16:48:52.000000000 -0500 +++ gnome-web-photo-0.3/src/Printer.h 2009-01-06 15:06:10.000000000 -0500 @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include class nsIPrintSettings; diff -up gnome-web-photo-0.3/src/Writer.cpp.xulrunner191 gnome-web-photo-0.3/src/Writer.cpp --- gnome-web-photo-0.3/src/Writer.cpp.xulrunner191 2007-01-29 13:53:02.000000000 -0500 +++ gnome-web-photo-0.3/src/Writer.cpp 2009-01-06 15:11:26.000000000 -0500 @@ -33,17 +33,18 @@ #include #include #include +#include #include #include #include #include +#include #include -#include -#include +#include #include #include -#include -#include +#include +#include #include #include #include @@ -78,43 +79,29 @@ Writer::Write() { NS_ENSURE_STATE (mEmbed); - PRBool retval = PR_FALSE; - nsresult rv; nsCOMPtr browser; gtk_moz_embed_get_nsIWebBrowser (mEmbed, getter_AddRefs (browser)); - NS_ENSURE_TRUE (browser, retval); + NS_ENSURE_TRUE (browser, PR_FALSE); nsCOMPtr domWin; rv = browser->GetContentDOMWindow (getter_AddRefs (domWin)); - NS_ENSURE_SUCCESS (rv, retval); + NS_ENSURE_SUCCESS (rv, PR_FALSE); nsCOMPtr domDoc; rv = domWin->GetDocument (getter_AddRefs (domDoc)); - NS_ENSURE_SUCCESS (rv, retval); - - nsCOMPtr doc (do_QueryInterface (domDoc, &rv)); - NS_ENSURE_SUCCESS (rv, retval); - - nsCOMPtr docShellAsISupports (doc->GetContainer ()); - nsCOMPtr docShell (do_QueryInterface (docShellAsISupports, &rv)); - NS_ENSURE_SUCCESS (rv, retval); - - nsCOMPtr presShell; - rv = docShell->GetPresShell (getter_AddRefs (presShell)); - NS_ENSURE_SUCCESS (rv, retval); + NS_ENSURE_SUCCESS (rv, PR_FALSE); - nsCOMPtr presContext; - rv = docShell->GetPresContext (getter_AddRefs (presContext)); - NS_ENSURE_SUCCESS (rv, retval); - - rv = NS_ERROR_NULL_POINTER; - nsIViewManager *viewManager = presShell->GetViewManager (); - NS_ENSURE_TRUE (viewManager, retval); + nsCOMPtr nsDoc (do_QueryInterface (domDoc, &rv)); + NS_ENSURE_SUCCESS (rv, PR_FALSE); /* Get document information */ - CopyUTF16toUTF8 (doc->GetDocumentTitle(), mTitle); - mTitle.CompressWhitespace(PR_TRUE, PR_TRUE); + nsAutoString title; + nsDoc->GetTitle(title); + CopyUTF16toUTF8(title, mTitle); + + nsCOMPtr doc (do_QueryInterface (domDoc, &rv)); + NS_ENSURE_SUCCESS (rv, PR_FALSE); nsIURI *uri = doc->GetDocumentURI(); if (uri) { @@ -123,6 +110,20 @@ Writer::Write() doc->FlushPendingNotifications (Flush_Display); + nsCOMPtr docShell (do_GetInterface (browser, &rv)); + NS_ENSURE_SUCCESS (rv, rv); + + nsCOMPtr presShell; + rv = docShell->GetPresShell (getter_AddRefs (presShell)); + NS_ENSURE_SUCCESS (rv, PR_FALSE); + + nsIViewManager *viewManager = presShell->GetViewManager (); + NS_ENSURE_TRUE (viewManager, PR_FALSE); + + nsIDeviceContext *dc; + viewManager->GetDeviceContext (dc); + NS_ENSURE_TRUE (dc, PR_FALSE); + nsIScrollableView* scrollableView = nsnull; viewManager->GetRootScrollableView (&scrollableView); nsIView* view; @@ -132,13 +133,11 @@ Writer::Write() viewManager->GetRootView(view); } - /* Get conversion factors */ - float p2t = presContext->PixelsToTwips(); - float t2p = presContext->TwipsToPixels(); + PRInt32 p2a = dc->AppUnitsPerDevPixel(); /* Limit the bitmap size */ - nscoord twipLimitW = NSIntPixelsToTwips(mWidth, p2t); - nscoord twipLimitH = NSIntPixelsToTwips(mHeight, p2t); + nscoord twipLimitW = NSIntPixelsToAppUnits(mWidth, p2a); + nscoord twipLimitH = NSIntPixelsToAppUnits(mHeight, p2a); nsRect r = view->GetBounds() - view->GetPosition(); @@ -155,11 +154,11 @@ Writer::Write() return PR_FALSE; } - mWidth = NSTwipsToIntPixels(r.width, t2p); - mHeight = NSTwipsToIntPixels(r.height, t2p); + mWidth = NSAppUnitsToIntPixels(r.width, p2a); + mHeight = NSAppUnitsToIntPixels(r.height, p2a); PRUint32 stripe = (2 << 20) / mWidth; - nscoord twipStripe = NSIntPixelsToTwips(stripe, p2t); + nscoord twipStripe = NSIntPixelsToAppUnits(stripe, p2a); nsRect cutout(r); cutout.SizeTo(r.width, PR_MIN(r.height, twipStripe)); @@ -167,71 +166,62 @@ Writer::Write() PRUint32 roundCount = 0; const char* status = ""; + PRUint32 width = NSAppUnitsToIntPixels(cutout.width, p2a); + PRUint32 height = NSAppUnitsToIntPixels(cutout.height, p2a); + + nsRefPtr imgSurface = + new gfxImageSurface(gfxIntSize(width, height), + gfxImageSurface::ImageFormatRGB24); + NS_ENSURE_TRUE(imgSurface, PR_FALSE); + + nsRefPtr imgContext = new gfxContext(imgSurface); + + nsRefPtr surface = + gfxPlatform::GetPlatform()-> + CreateOffscreenSurface(gfxIntSize(width, height), + gfxASurface::ImageFormatRGB24); + NS_ENSURE_TRUE(surface, PR_FALSE); + + nsRefPtr context = new gfxContext(surface); + NS_ENSURE_TRUE(context, PR_FALSE); + if (r.IsEmpty()) { status = "EMPTY"; + } else if (!Prepare(imgSurface)) { + status = "PNGPREPAREFAILED"; } else { PRBool failed = PR_FALSE; + while (!cutout.IsEmpty() && !mHadError && !failed) { ++roundCount; - PRUint32 width = NSTwipsToIntPixels(cutout.width, t2p); - PRUint32 height = NSTwipsToIntPixels(cutout.height, t2p); + width = NSAppUnitsToIntPixels(cutout.width, p2a); + height = NSAppUnitsToIntPixels(cutout.height, p2a); + + rv = presShell->RenderDocument(cutout, PR_FALSE, PR_TRUE, + NS_RGB(255, 255, 255), context); + if (NS_SUCCEEDED(rv)) { + imgContext->DrawSurface(surface, gfxSize(width, height)); + } - nsCOMPtr context; - rv = viewManager->RenderOffscreen (view, cutout, - PR_FALSE, PR_TRUE, NS_RGB(255, 255, 255), - getter_AddRefs(context)); if (NS_FAILED(rv)) { failed = PR_TRUE; status = "FAILEDRENDER"; } else { - nsIDrawingSurface* surface; - context->GetDrawingSurface(&surface); - if (!surface) { - failed = PR_TRUE; - status = "NOSURFACE"; - } else { - PRUint32 w, h; - surface->GetDimensions(&w,&h); - /* these are computed from ScaleRoundOut(t2p) on cutout.Bounds(), and - * may be one pixel too wide and/or hight - */ - - if (width > w || height > h) { - failed = PR_TRUE; - status = "SIZEMISMATCH"; - } else if (!Prepare(surface)) { - failed = PR_TRUE; - status = "PNGPREPAREFAILED"; - } else { - PRUint8* data; - PRInt32 rowLen, rowSpan; - rv = surface->Lock(0, 0, w, h, (void**)&data, &rowSpan, &rowLen, - NS_LOCK_SURFACE_READ_ONLY); - if (NS_FAILED(rv)) { - failed = PR_TRUE; - status = "FAILEDLOCK"; - } else { - LOG ("."); - WriteSurface(surface, width, height, data, rowLen, rowSpan, rowLen/w); - surface->Unlock(); - } - } - } - context->DestroyDrawingSurface(surface); + WriteSurface(imgSurface, width, height); } cutout.MoveBy(0, twipStripe); - cutout.IntersectRect(r, cutout); + cutout.height = PR_MIN(cutout.height, r.y + r.height - cutout.y); } - retval = Finish(); - status = retval ? "OK" : status[0] != '\0' ? status : "FAILED"; + rv = Finish(); + status = rv ? "OK" : status[0] != '\0' ? status : "FAILED"; LOG ("\n"); } LOG ("%d round(s) of height %d, result: %s\n", roundCount, stripe, status); - return retval; + return rv; } /* PNG Writer */ @@ -267,7 +257,7 @@ PNGWriter::~PNGWriter() }; PRBool -PNGWriter::Prepare(nsIDrawingSurface *aSurface) +PNGWriter::Prepare(gfxImageSurface *aSurface) { if (mInitialised) return PR_TRUE; @@ -337,10 +327,6 @@ PNGWriter::Prepare(nsIDrawingSurface *aS // PNG_RESOLUTION_METER); // 1000 * 72 / 25.4 = 2834 - nsPixelFormat format; - aSurface->GetPixelFormat(&format); - /* FIXME: assert that subsequent surfaces have same format? */ - /* FIXME: do I need 8, or the format.m[R|G|B]Count here? */ png_set_IHDR (mPNG, mInfo, mWidth, mHeight, 8 /* bits per sample */ /* FIXME? */, PNG_COLOR_TYPE_RGB /* FIXME: alpha? */, PNG_INTERLACE_NONE, @@ -348,10 +334,10 @@ PNGWriter::Prepare(nsIDrawingSurface *aS if (mHadError) return PR_FALSE; png_color_8 sig_bit; - sig_bit.red = format.mRedCount; - sig_bit.green = format.mGreenCount; - sig_bit.blue = format.mBlueCount; - sig_bit.alpha = format.mAlphaCount; + sig_bit.red = 8; + sig_bit.green = 8; + sig_bit.blue = 8; + sig_bit.alpha = 0; png_set_sBIT (mPNG, mInfo, &sig_bit); if (mHadError) return PR_FALSE; @@ -370,43 +356,27 @@ PNGWriter::Prepare(nsIDrawingSurface *aS } void -PNGWriter::WriteSurface(nsIDrawingSurface *aSurface, +PNGWriter::WriteSurface(gfxImageSurface *aSurface, PRUint32 aWidth, - PRUint32 aHeight, - PRUint8 *aData, - PRInt32 aRowLen, - PRInt32 aRowSpan, - PRInt32 aPixelSpan) + PRUint32 aHeight) { - nsPixelFormat format; - aSurface->GetPixelFormat(&format); + long cairoStride = aSurface->Stride(); + unsigned char* cairoData = aSurface->Data(); - PRUint8* buf = (PRUint8*) mRow; - for (PRUint32 i = 0; i < aHeight; ++i) - { - PRUint8* src = aData + i*aRowSpan; - - PRUint8* dest = buf; - for (PRUint32 j = 0; j < aWidth; ++j) - { - /* v is the pixel value */ -#ifdef WORDS_BIGENDIAN - PRUint32 v = (src[0] << 24) | (src[1] << 16) | (src[2] << 8) | src[3]; - v >>= (32 - 8*aPixelSpan); -//maybe like this: PRUint32 v = *((PRUint32*) src) >> (32 - 8*bytesPerPix); -#else - PRUint32 v = *((PRUint32*) src); -#endif - dest[0] = ((v & format.mRedMask) >> format.mRedShift) << (8 - format.mRedCount); - dest[1] = ((v & format.mGreenMask) >> format.mGreenShift) << (8 - format.mGreenCount); - dest[2] = ((v & format.mBlueMask) >> format.mBlueShift) << (8 - format.mBlueCount); - src += aPixelSpan; - dest += 3; - } - - png_write_row (mPNG, mRow); - if (mHadError) break; + for (PRUint32 row = 0; row < aHeight; ++row) { + PRUint8* dest = mRow; + for (PRUint32 col = 0; col < aWidth; ++col) { + PRUint32* cairoPixel = reinterpret_cast + ((cairoData + row * cairoStride + 4 * col)); + + dest[0] = (*cairoPixel >> 16) & 0xFF; + dest[1] = (*cairoPixel >> 8) & 0xFF; + dest[2] = (*cairoPixel >> 0) & 0xFF; + dest += 3; } + png_write_row (mPNG, mRow); + if (mHadError) break; + } } PRBool @@ -464,7 +434,7 @@ PPMWriter::~PPMWriter() }; PRBool -PPMWriter::Prepare(nsIDrawingSurface *aSurface) +PPMWriter::Prepare(gfxImageSurface *aSurface) { if (mInitialised) return PR_TRUE; @@ -482,45 +452,30 @@ PPMWriter::Prepare(nsIDrawingSurface *aS } void -PPMWriter::WriteSurface(nsIDrawingSurface *aSurface, +PPMWriter::WriteSurface(gfxImageSurface *aSurface, PRUint32 aWidth, - PRUint32 aHeight, - PRUint8 *aData, - PRInt32 aRowLen, - PRInt32 aRowSpan, - PRInt32 aPixelSpan) + PRUint32 aHeight) { - nsPixelFormat format; - aSurface->GetPixelFormat(&format); + long cairoStride = aSurface->Stride(); + unsigned char* cairoData = aSurface->Data(); - PRUint8* buf = (PRUint8*) mRow; - for (PRUint32 i = 0; i < aHeight; ++i) - { - PRUint8* src = aData + i*aRowSpan; - - PRUint8* dest = mRow; - for (PRUint32 j = 0; j < aWidth; ++j) - { - /* v is the pixel value */ -#ifdef WORDS_BIGENDIAN - PRUint32 v = (src[0] << 24) | (src[1] << 16) | (src[2] << 8) | src[3]; - v >>= (32 - 8*aPixelSpan); -//maybe like this: PRUint32 v = *((PRUint32*) src) >> (32 - 8*bytesPerPix); -#else - PRUint32 v = *((PRUint32*) src); -#endif - dest[0] = ((v & format.mRedMask) >> format.mRedShift) << (8 - format.mRedCount); - dest[1] = ((v & format.mGreenMask) >> format.mGreenShift) << (8 - format.mGreenCount); - dest[2] = ((v & format.mBlueMask) >> format.mBlueShift) << (8 - format.mBlueCount); - src += aPixelSpan; - dest += 3; - } - - if (fwrite(mRow, 3, mWidth, mFile) != mWidth) { - mHadError = PR_TRUE; - break; - } + for (PRUint32 row = 0; row < aHeight; ++row) { + PRUint8* dest = mRow; + for (PRUint32 col = 0; col < aWidth; ++col) { + PRUint32* cairoPixel = reinterpret_cast + ((cairoData + row * cairoStride + 4 * col)); + + dest[0] = (*cairoPixel >> 16) & 0xFF; + dest[1] = (*cairoPixel >> 8) & 0xFF; + dest[2] = (*cairoPixel >> 0) & 0xFF; + dest += 3; + } + + if (fwrite(mRow, 3, mWidth, mFile) != mWidth) { + mHadError = PR_TRUE; + break; } + } } PRBool @@ -553,7 +508,7 @@ ThumbnailWriter::~ThumbnailWriter() } PRBool -ThumbnailWriter::Prepare(nsIDrawingSurface *aSurface) +ThumbnailWriter::Prepare(gfxImageSurface *aSurface) { if (!mInitialised) { void *buf = malloc (sizeof (GdkPixdata) + 3 * THUMBNAIL_WIDTH * THUMBNAIL_HEIGHT); @@ -576,38 +531,25 @@ ThumbnailWriter::Prepare(nsIDrawingSurfa } void -ThumbnailWriter::WriteSurface(nsIDrawingSurface *aSurface, +ThumbnailWriter::WriteSurface(gfxImageSurface *aSurface, PRUint32 aWidth, - PRUint32 aHeight, - PRUint8 *aData, - PRInt32 aRowLen, - PRInt32 aRowSpan, - PRInt32 aPixelSpan) + PRUint32 aHeight) { - nsPixelFormat format; - aSurface->GetPixelFormat(&format); + long cairoStride = aSurface->Stride(); + unsigned char* cairoData = aSurface->Data(); - for (PRUint32 i = 0; i < aHeight; ++i) - { - PRUint8* src = aData + i*aRowSpan; - for (PRUint32 j = 0; j < aWidth; ++j) - { - /* v is the pixel value */ -#ifdef WORDS_BIGENDIAN - PRUint32 v = (src[0] << 24) | (src[1] << 16) | (src[2] << 8) | src[3]; - v >>= (32 - 8*aPixelSpan); -#else - PRUint32 v = *((PRUint32*) src); -#endif - mDest[0] = ((v & format.mRedMask) >> format.mRedShift) << (8 - format.mRedCount); - mDest[1] = ((v & format.mGreenMask) >> format.mGreenShift) << (8 - format.mGreenCount); - mDest[2] = ((v & format.mBlueMask) >> format.mBlueShift) << (8 - format.mBlueCount); - src += aPixelSpan; - mDest += 3; - } - - if (mHadError) break; + for (PRUint32 row = 0; row < aHeight; ++row) { + for (PRUint32 col = 0; col < aWidth; ++col) { + PRUint32* cairoPixel = reinterpret_cast + ((cairoData + row * cairoStride + 4 * col)); + + mDest[0] = (*cairoPixel >> 16) & 0xFF; + mDest[1] = (*cairoPixel >> 8) & 0xFF; + mDest[2] = (*cairoPixel >> 0) & 0xFF; + mDest += 3; } + if (mHadError) break; + } } PRBool @@ -670,7 +612,7 @@ JPEGWriter::~JPEGWriter() }; PRBool -JPEGWriter::Prepare(nsIDrawingSurface *aSurface) +JPEGWriter::Prepare(gfxImageSurface *aSurface) { if (mInitialised) return PR_TRUE; @@ -713,44 +655,29 @@ JPEGWriter::Prepare(nsIDrawingSurface *a } void -JPEGWriter::WriteSurface(nsIDrawingSurface *aSurface, +JPEGWriter::WriteSurface(gfxImageSurface *aSurface, PRUint32 aWidth, - PRUint32 aHeight, - PRUint8 *aData, - PRInt32 aRowLen, - PRInt32 aRowSpan, - PRInt32 aPixelSpan) + PRUint32 aHeight) { - nsPixelFormat format; - aSurface->GetPixelFormat(&format); + long cairoStride = aSurface->Stride(); + unsigned char* cairoData = aSurface->Data(); - PRUint8* buf = (PRUint8*) mRow; - for (PRUint32 i = 0; i < aHeight; ++i) - { - PRUint8* src = aData + i*aRowSpan; - - PRUint8* dest = buf; - for (PRUint32 j = 0; j < aWidth; ++j) - { - /* v is the pixel value */ -#ifdef WORDS_BIGENDIAN - PRUint32 v = (src[0] << 24) | (src[1] << 16) | (src[2] << 8) | src[3]; - v >>= (32 - 8*aPixelSpan); -//maybe like this: PRUint32 v = *((PRUint32*) src) >> (32 - 8*bytesPerPix); -#else - PRUint32 v = *((PRUint32*) src); -#endif - dest[0] = ((v & format.mRedMask) >> format.mRedShift) << (8 - format.mRedCount); - dest[1] = ((v & format.mGreenMask) >> format.mGreenShift) << (8 - format.mGreenCount); - dest[2] = ((v & format.mBlueMask) >> format.mBlueShift) << (8 - format.mBlueCount); - src += aPixelSpan; - dest += 3; - } - - JSAMPROW rows[1] = { (JSAMPLE*) mRow }; - (void) jpeg_write_scanlines (&mJPEG, rows, 1); - if (mHadError) break; + for (PRUint32 row = 0; row < aHeight; ++row) { + PRUint8* dest = mRow; + for (PRUint32 col = 0; col < aWidth; ++col) { + PRUint32* cairoPixel = reinterpret_cast + ((cairoData + row * cairoStride + 4 * col)); + + dest[0] = (*cairoPixel >> 16) & 0xFF; + dest[1] = (*cairoPixel >> 8) & 0xFF; + dest[2] = (*cairoPixel >> 0) & 0xFF; + dest += 3; } + + JSAMPROW rows[1] = { (JSAMPLE*) mRow }; + (void) jpeg_write_scanlines (&mJPEG, rows, 1); + if (mHadError) break; + } } PRBool diff -up gnome-web-photo-0.3/src/Writer.h.xulrunner191 gnome-web-photo-0.3/src/Writer.h --- gnome-web-photo-0.3/src/Writer.h.xulrunner191 2007-01-29 13:53:02.000000000 -0500 +++ gnome-web-photo-0.3/src/Writer.h 2009-01-06 15:06:10.000000000 -0500 @@ -21,7 +21,8 @@ #ifndef WRITER_H #define WRITER_H -#include +#include +#include #include #include #include @@ -31,8 +32,6 @@ #include #endif -class nsIDrawingSurface; - class Writer { public: @@ -41,9 +40,9 @@ public: PRBool Write (); - virtual PRBool Prepare(nsIDrawingSurface *) = 0; + virtual PRBool Prepare(gfxImageSurface *) = 0; virtual PRBool Finish() = 0; - virtual void WriteSurface(nsIDrawingSurface*, PRUint32, PRUint32, PRUint8*, PRInt32, PRInt32, PRInt32) = 0; + virtual void WriteSurface(gfxImageSurface*, PRUint32, PRUint32) = 0; protected: GtkMozEmbed *mEmbed; @@ -64,10 +63,10 @@ public: PNGWriter (GtkMozEmbed*, const char *); virtual ~PNGWriter(); - virtual PRBool Prepare(nsIDrawingSurface *); + virtual PRBool Prepare(gfxImageSurface *); virtual PRBool Finish(); - virtual void WriteSurface(nsIDrawingSurface*, PRUint32, PRUint32, PRUint8*, PRInt32, PRInt32, PRInt32); + virtual void WriteSurface(gfxImageSurface*, PRUint32, PRUint32); static void WarnCallback(png_structp, png_const_charp); static void ErrorCallback(png_structp, png_const_charp); @@ -86,10 +85,10 @@ public: PPMWriter (GtkMozEmbed*, const char *); virtual ~PPMWriter(); - virtual PRBool Prepare(nsIDrawingSurface *); + virtual PRBool Prepare(gfxImageSurface *); virtual PRBool Finish(); - virtual void WriteSurface(nsIDrawingSurface*, PRUint32, PRUint32, PRUint8*, PRInt32, PRInt32, PRInt32); + virtual void WriteSurface(gfxImageSurface*, PRUint32, PRUint32); private: FILE *mFile; @@ -102,9 +101,9 @@ public: ThumbnailWriter(GtkMozEmbed*, const char*, PRUint32); virtual ~ThumbnailWriter(); - virtual PRBool Prepare(nsIDrawingSurface *); + virtual PRBool Prepare(gfxImageSurface *); virtual PRBool Finish(); - virtual void WriteSurface(nsIDrawingSurface*, PRUint32, PRUint32, PRUint8*, PRInt32, PRInt32, PRInt32); + virtual void WriteSurface(gfxImageSurface*, PRUint32, PRUint32); private: GdkPixdata *mData; @@ -119,10 +118,10 @@ public: JPEGWriter (GtkMozEmbed*, const char *, PRUint16); virtual ~JPEGWriter(); - virtual PRBool Prepare(nsIDrawingSurface *); + virtual PRBool Prepare(gfxImageSurface *); virtual PRBool Finish(); - virtual void WriteSurface(nsIDrawingSurface*, PRUint32, PRUint32, PRUint8*, PRInt32, PRInt32, PRInt32); + virtual void WriteSurface(gfxImageSurface*, PRUint32, PRUint32); private: PRUint16 mQuality; Index: gnome-web-photo.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-web-photo/devel/gnome-web-photo.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gnome-web-photo.spec 13 Nov 2008 04:18:02 -0000 1.12 +++ gnome-web-photo.spec 6 Jan 2009 20:14:15 -0000 1.13 @@ -1,9 +1,9 @@ -%define gecko_version 1.9.0.4 +%define gecko_version 1.9.1 Summary: HTML pages thumbnailer Name: gnome-web-photo Version: 0.3 -Release: 12%{?dist} +Release: 13%{?dist} License: LGPLv2+ Group: Applications/Internet URL: http://ftp.gnome.org/pub/GNOME/sources/gnome-web-photo/%{version}/ @@ -22,7 +22,7 @@ # Required for the xulrunner patch BuildRequires: libtool gnome-common -Patch0: xulrunner19.patch +Patch0: xulrunner191.patch %description gnome-web-photo contains a thumbnailer that will be used by GNOME applications, @@ -31,7 +31,7 @@ %prep %setup -q -%patch0 -p1 -b .xulrunner19 +%patch0 -p1 -b .xulrunner191 %build autoreconf @@ -80,6 +80,9 @@ %{_datadir}/gnome-web-photo %changelog +* Tue Jan 06 2009 Christopher Aillon - 0.3-13 +- Rebuild against newer gecko + * Wed Nov 12 2008 Christopher Aillon - 0.3-12 - Rebuild against newer gecko --- xulrunner19.patch DELETED --- From thias at fedoraproject.org Tue Jan 6 20:16:27 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Tue, 6 Jan 2009 20:16:27 +0000 (UTC) Subject: rpms/python-twisted-web2/F-10 .cvsignore, 1.2, 1.3 python-twisted-web2.spec, 1.2, 1.3 sources, 1.2, 1.3 twisted-web2_0.2.0-1.1.diff, 1.1, NONE Message-ID: <20090106201627.38CD770108@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/python-twisted-web2/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19784/F-10 Modified Files: .cvsignore python-twisted-web2.spec sources Removed Files: twisted-web2_0.2.0-1.1.diff Log Message: Update to svn code more recent than 0.2.0 to work with Twisted 2.5.0, yet much older than any 8.x release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Jan 2009 11:18:25 -0000 1.2 +++ .cvsignore 6 Jan 2009 20:15:56 -0000 1.3 @@ -1 +1 @@ -TwistedWeb2-0.2.0.tar.bz2 +TwistedWeb2-0.2.0.r21556.tar.bz2 Index: python-twisted-web2.spec =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/F-10/python-twisted-web2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-twisted-web2.spec 1 Jan 2009 11:24:24 -0000 1.2 +++ python-twisted-web2.spec 6 Jan 2009 20:15:56 -0000 1.3 @@ -4,12 +4,24 @@ Summary: Experimental Twisted Web Server Framework Name: %{python}-twisted-web2 Version: 0.2.0 -Release: 3%{?dist} +Release: 4.r21556%{?dist} License: MIT Group: Development/Libraries URL: http://twistedmatrix.com/trac/wiki/TwistedWeb2 -Source: http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-%{version}.tar.bz2 -Patch0: twisted-web2_0.2.0-1.1.diff +# For Twisted 2.5.0 we need a snapshot newer than 0.2.0 but older than 8.x. +#Source: http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-%{version}.tar.bz2 +# svn co -r 21556 svn://svn.twistedmatrix.com/svn/Twisted/trunk Twisted +# cp -al Twisted/doc/web2 TwistedWeb2/doc +# mkdir -p TwistedWeb2/twisted/plugins +# cp -al Twisted/twisted/plugins/twisted_web2.py TwistedWeb2/twisted/plugins/ +# cp -al Twisted/twisted/web2 TwistedWeb2/twisted/ +# cp -al Twisted/LICENSE TwistedWeb2/ +# mv TwistedWeb2/twisted/web2/topfiles/* TwistedWeb2/ +# find TwistedWeb2 -name .svn | xargs rm -rf {} \; +# rmdir TwistedWeb2/twisted/web2/topfiles/ +# mv TwistedWeb2 TwistedWeb2-0.2.0.r21556 +# tar cjvf TwistedWeb2-0.2.0.r21556.tar.bz2 TwistedWeb2-0.2.0.r21556 +Source: TwistedWeb2-%{version}.r21556.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: %{python}-twisted-core >= 2.5.0 BuildRequires: %{python}-devel @@ -26,8 +38,7 @@ %prep -%setup -q -n TwistedWeb2-%{version} -%patch0 -p1 +%setup -q -n TwistedWeb2-%{version}.r21556 %build @@ -69,6 +80,10 @@ %changelog +* Tue Jan 6 2009 Matthias Saou 0.2.0-4.r21556 +- Update to svn code more recent than 0.2.0 to work with Twisted 2.5.0, yet + much older than any 8.x release. + * Thu Jan 1 2009 Matthias Saou 0.2.0-3 - Backport cosmetic changes from 8.1.0 devel spec to here. This will be an older build to go with Twisted < 8. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jan 2009 11:18:25 -0000 1.2 +++ sources 6 Jan 2009 20:15:56 -0000 1.3 @@ -1 +1 @@ -7d6dea006d7f1e004df9f6aad730fbee TwistedWeb2-0.2.0.tar.bz2 +abf48cb943bbb0821177c3b044050e27 TwistedWeb2-0.2.0.r21556.tar.bz2 --- twisted-web2_0.2.0-1.1.diff DELETED --- From thias at fedoraproject.org Tue Jan 6 20:16:27 2009 From: thias at fedoraproject.org (Matthias Saou) Date: Tue, 6 Jan 2009 20:16:27 +0000 (UTC) Subject: rpms/python-twisted-web2/F-9 .cvsignore, 1.2, 1.3 python-twisted-web2.spec, 1.2, 1.3 sources, 1.2, 1.3 twisted-web2_0.2.0-1.1.diff, 1.1, NONE Message-ID: <20090106201627.5EE8870140@cvs1.fedora.phx.redhat.com> Author: thias Update of /cvs/extras/rpms/python-twisted-web2/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19784/F-9 Modified Files: .cvsignore python-twisted-web2.spec sources Removed Files: twisted-web2_0.2.0-1.1.diff Log Message: Update to svn code more recent than 0.2.0 to work with Twisted 2.5.0, yet much older than any 8.x release. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Jan 2009 11:18:25 -0000 1.2 +++ .cvsignore 6 Jan 2009 20:15:57 -0000 1.3 @@ -1 +1 @@ -TwistedWeb2-0.2.0.tar.bz2 +TwistedWeb2-0.2.0.r21556.tar.bz2 Index: python-twisted-web2.spec =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/F-9/python-twisted-web2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-twisted-web2.spec 1 Jan 2009 11:24:24 -0000 1.2 +++ python-twisted-web2.spec 6 Jan 2009 20:15:57 -0000 1.3 @@ -4,12 +4,24 @@ Summary: Experimental Twisted Web Server Framework Name: %{python}-twisted-web2 Version: 0.2.0 -Release: 3%{?dist} +Release: 4.r21556%{?dist} License: MIT Group: Development/Libraries URL: http://twistedmatrix.com/trac/wiki/TwistedWeb2 -Source: http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-%{version}.tar.bz2 -Patch0: twisted-web2_0.2.0-1.1.diff +# For Twisted 2.5.0 we need a snapshot newer than 0.2.0 but older than 8.x. +#Source: http://tmrc.mit.edu/mirror/twisted/Web2/TwistedWeb2-%{version}.tar.bz2 +# svn co -r 21556 svn://svn.twistedmatrix.com/svn/Twisted/trunk Twisted +# cp -al Twisted/doc/web2 TwistedWeb2/doc +# mkdir -p TwistedWeb2/twisted/plugins +# cp -al Twisted/twisted/plugins/twisted_web2.py TwistedWeb2/twisted/plugins/ +# cp -al Twisted/twisted/web2 TwistedWeb2/twisted/ +# cp -al Twisted/LICENSE TwistedWeb2/ +# mv TwistedWeb2/twisted/web2/topfiles/* TwistedWeb2/ +# find TwistedWeb2 -name .svn | xargs rm -rf {} \; +# rmdir TwistedWeb2/twisted/web2/topfiles/ +# mv TwistedWeb2 TwistedWeb2-0.2.0.r21556 +# tar cjvf TwistedWeb2-0.2.0.r21556.tar.bz2 TwistedWeb2-0.2.0.r21556 +Source: TwistedWeb2-%{version}.r21556.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: %{python}-twisted-core >= 2.5.0 BuildRequires: %{python}-devel @@ -26,8 +38,7 @@ %prep -%setup -q -n TwistedWeb2-%{version} -%patch0 -p1 +%setup -q -n TwistedWeb2-%{version}.r21556 %build @@ -69,6 +80,10 @@ %changelog +* Tue Jan 6 2009 Matthias Saou 0.2.0-4.r21556 +- Update to svn code more recent than 0.2.0 to work with Twisted 2.5.0, yet + much older than any 8.x release. + * Thu Jan 1 2009 Matthias Saou 0.2.0-3 - Backport cosmetic changes from 8.1.0 devel spec to here. This will be an older build to go with Twisted < 8. Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-twisted-web2/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jan 2009 11:18:25 -0000 1.2 +++ sources 6 Jan 2009 20:15:57 -0000 1.3 @@ -1 +1 @@ -7d6dea006d7f1e004df9f6aad730fbee TwistedWeb2-0.2.0.tar.bz2 +abf48cb943bbb0821177c3b044050e27 TwistedWeb2-0.2.0.r21556.tar.bz2 --- twisted-web2_0.2.0-1.1.diff DELETED --- From belegdol at fedoraproject.org Tue Jan 6 20:43:26 2009 From: belegdol at fedoraproject.org (Julian Sikorski) Date: Tue, 6 Jan 2009 20:43:26 +0000 (UTC) Subject: rpms/gnome-chemistry-utils/devel sources,1.19,1.20 Message-ID: <20090106204326.B7A4770108@cvs1.fedora.phx.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29895 Modified Files: sources Log Message: Uploaded the non-broken source Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 6 Jan 2009 20:04:16 -0000 1.19 +++ sources 6 Jan 2009 20:42:56 -0000 1.20 @@ -1 +1 @@ -2e7d56758b57b618f28600c5bcf504e3 gnome-chemistry-utils-0.10.3.tar.bz2 +53f73604498817a0afcc58a81d1e034a gnome-chemistry-utils-0.10.3.tar.bz2 From belegdol at fedoraproject.org Tue Jan 6 20:46:30 2009 From: belegdol at fedoraproject.org (Julian Sikorski) Date: Tue, 6 Jan 2009 20:46:30 +0000 (UTC) Subject: rpms/gnome-chemistry-utils/F-10 sources,1.19,1.20 Message-ID: <20090106204630.1BE2D70108@cvs1.fedora.phx.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30512 Modified Files: sources Log Message: Uploaded the non-broken source Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/F-10/sources,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- sources 6 Jan 2009 20:12:19 -0000 1.19 +++ sources 6 Jan 2009 20:45:59 -0000 1.20 @@ -1 +1 @@ -2e7d56758b57b618f28600c5bcf504e3 gnome-chemistry-utils-0.10.3.tar.bz2 +53f73604498817a0afcc58a81d1e034a gnome-chemistry-utils-0.10.3.tar.bz2 From scop at fedoraproject.org Tue Jan 6 21:06:43 2009 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Tue, 6 Jan 2009 21:06:43 +0000 (UTC) Subject: rpms/bash-completion/devel bash-completion.spec,1.31,1.32 Message-ID: <20090106210643.67AAE70108@cvs1.fedora.phx.redhat.com> Author: scop Update of /cvs/pkgs/rpms/bash-completion/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5223 Modified Files: bash-completion.spec Log Message: Shuffle patches to avoid fuzz. Index: bash-completion.spec =================================================================== RCS file: /cvs/pkgs/rpms/bash-completion/devel/bash-completion.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- bash-completion.spec 6 Jan 2009 18:44:43 -0000 1.31 +++ bash-completion.spec 6 Jan 2009 21:06:13 -0000 1.32 @@ -13,12 +13,12 @@ Source4: %{name}-plague-client Patch0: %{name}-20080705-rpm-installed.patch Patch1: %{name}-20060301-yum-available-speedup-478784.patch -Patch2: %{name}-20060301-man.patch +Patch2: %{name}-20080705-lzma.patch Patch3: %{name}-20080705-jpeg2000-304771.patch Patch4: %{name}-20080705-mediafiles-444467.patch Patch5: %{name}-20080705-svn-filenames-430059.patch Patch6: %{name}-20080705-gzip.patch -Patch7: %{name}-20080705-lzma.patch +Patch7: %{name}-20060301-man.patch Patch8: %{name}-20080705-rpm-backups.patch Patch9: %{name}-20060301-rpm-eval.patch Patch10: %{name}-20080705-getent.patch From pgordon at fedoraproject.org Tue Jan 6 21:07:46 2009 From: pgordon at fedoraproject.org (Peter Gordon) Date: Tue, 6 Jan 2009 21:07:46 +0000 (UTC) Subject: rpms/deluge/devel .cvsignore, 1.49, 1.50 deluge.spec, 1.76, 1.77 sources, 1.49, 1.50 deluge-fixed-setup.py, 1.3, NONE Message-ID: <20090106210746.761EB70108@cvs1.fedora.phx.redhat.com> Author: pgordon Update of /cvs/pkgs/rpms/deluge/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5510 Modified Files: .cvsignore deluge.spec sources Removed Files: deluge-fixed-setup.py Log Message: Update to 1.1.0_RC3; use system instead of local/in-tarball rb_libtorrent (and also make the package noarch). Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/deluge/devel/.cvsignore,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- .cvsignore 30 Dec 2008 05:58:44 -0000 1.49 +++ .cvsignore 6 Jan 2009 21:07:16 -0000 1.50 @@ -1 +1 @@ -deluge-1.1.0_RC2.tar.bz2 +deluge-1.1.0_RC3.tar.bz2 Index: deluge.spec =================================================================== RCS file: /cvs/pkgs/rpms/deluge/devel/deluge.spec,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- deluge.spec 30 Dec 2008 05:58:44 -0000 1.76 +++ deluge.spec 6 Jan 2009 21:07:16 -0000 1.77 @@ -1,20 +1,22 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} +## Since we're using a system copy of rb_libtorrent, we need to ensure that it +## is a very recent version for proper API matching. +%define min_rblibtorrent_ver 0.14.1 + Name: deluge Version: 1.1.0 -Release: 0.1.rc2%{?dist} +Release: 0.2.rc3%{?dist} Summary: A GTK+ BitTorrent client with support for DHT, UPnP, and PEX Group: Applications/Internet License: GPLv2+ URL: http://deluge-torrent.org/ -Source0: http://download.deluge-torrent.org/source/%{version}/%{name}-1.1.0_RC2.tar.bz2 -## Not used for now: Deluge builds against its own internal copy of -## rb_libtorrent. See below for more details. -# Source1: %{name}-fixed-setup.py +Source0: http://download.deluge-torrent.org/source/%{version}/%{name}-1.1.0_RC3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch BuildRequires: boost-devel BuildRequires: desktop-file-utils @@ -22,9 +24,9 @@ BuildRequires: openssl-devel BuildRequires: python-devel BuildRequires: python-setuptools -## Not used for now: Deluge builds against its own internal copy of -## rb_libtorrent. See below for more details. -# BuildRequires: rb_libtorrent-devel +## The build script checks for the libtorrent module and skips compiling the +## in-tarball one if this is found. +BuildRequires: rb_libtorrent-python >= %{min_rblibtorrent_ver} Requires: /bin/sh Requires: dbus-python @@ -35,16 +37,7 @@ Requires: pyOpenSSL Requires: python-setuptools Requires: pyxdg -## Deluge is now using its own internal copy of rb_libtorrent, which they have -## heavily modified. Patches were sent to the upstream rb_libtorrent devs, -## and Deluge frequently re-syncs with the upstream rb_libtorrent codebase. -## Their reason for this is that there is no rasterbar-libtorrent package in -## neither Debian nor its derivatives such as Ubuntu, so they do this to make -## make it simpler to package...on Debian. @_@ -## However, as of this time, it does not build against a system copy of 0.12 -## or a 0.13 nightly snapshot, so this is the only way to make this software -## functional. (See also: README.Packagers in the root of the source tarball.) -# Requires: rb_libtorrent +Requires: rb_libtorrent-python >= %{min_rblibtorrent_ver} %description Deluge is a new BitTorrent client, created using Python and GTK+. It is @@ -56,9 +49,7 @@ %prep -%setup -qn "%{name}-1.1.0_RC2" -## Not building against system rb_libtorrent - see above. -# install -m 0755 %{SOURCE1} ./setup.py +%setup -qn "%{name}-1.1.0_RC3" %build @@ -88,7 +79,7 @@ pushd %{buildroot} find -type f -o -type l \ | sed ' - s:%{buildroot}%{python_sitearch}:: + s:%{buildroot}%{python_sitelib}:: s:^\.:: s:\(.*/deluge/i18n/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3: s:^\([^%].*\):: @@ -99,9 +90,9 @@ ## dirs. We can't just glob in the %%files, as that would add duplicate ## entries for the .mo files which we've already marked with appropriate ## %%lang-fu. - find ./%{python_sitearch}/deluge -not -iname '%{name}.mo' -type f \ + find ./%{python_sitelib}/deluge -not -iname '%{name}.mo' -type f \ | sed 's:^\./::' >> %{name}.filelist - find ./%{python_sitearch}/deluge -not -iname '%{name}.mo' -type d \ + find ./%{python_sitelib}/deluge -not -iname '%{name}.mo' -type d \ | sed 's:^\./:%%dir :' >> %{name}.filelist ## Now we move that list back to our sources, so that '%%files -f' can find it ## properly. @@ -115,7 +106,7 @@ %files -f %{name}.filelist %defattr(-,root,root,-) %doc ChangeLog -%{python_sitearch}/%{name}-1.1.0_RC2-py?.?.egg-info +%{python_sitelib}/%{name}-1.1.0_RC3-py?.?.egg-info/ %{_bindir}/%{name} %{_bindir}/%{name}d %{_datadir}/applications/fedora-%{name}.desktop @@ -142,6 +133,15 @@ %changelog +* Thu Jan 06 2009 Peter Gordon - 1.1.0-0.2.rc3 +- Update to new upstream release candidate (1.1.0 RC3) +- Build against the system rb_libtorrent instead of using the in-tarball copy + (requires rb_libtorrent 0.14+), and adjust dependencies accordingly. Drop + the hacked setup.py script formerly used to enable this (fixed upstream): + - fixed-setup.py +- Make it a noarch package now that it's just python scripts and related + data files (translations, images, etc.) + * Mon Dec 29 2008 Peter Gordon - 1.1.0-0.1.rc2 - Update to new upstream release candidate (1.1.0 RC2) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/deluge/devel/sources,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- sources 30 Dec 2008 05:58:44 -0000 1.49 +++ sources 6 Jan 2009 21:07:16 -0000 1.50 @@ -1 +1 @@ -0d02b33db055f2cdfae58b581741fef6 deluge-1.1.0_RC2.tar.bz2 +1d30c0e8c47159298dee31c0289a908a deluge-1.1.0_RC3.tar.bz2 --- deluge-fixed-setup.py DELETED --- From sandeen at fedoraproject.org Tue Jan 6 21:10:39 2009 From: sandeen at fedoraproject.org (Eric Sandeen) Date: Tue, 6 Jan 2009 21:10:39 +0000 (UTC) Subject: rpms/kernel/F-10 linux-2.6.27.9-ext4-cap-check-delay.patch, NONE, 1.1 kernel.spec, 1.1203, 1.1204 Message-ID: <20090106211039.8154470108@cvs1.fedora.phx.redhat.com> Author: sandeen Update of /cvs/pkgs/rpms/kernel/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6674 Modified Files: kernel.spec Added Files: linux-2.6.27.9-ext4-cap-check-delay.patch Log Message: * Tue Jan 06 2009 Eric Sandeen 2.6.27.10-168 - ext4 - delay capable() checks in space accounting (#478299) linux-2.6.27.9-ext4-cap-check-delay.patch: --- NEW FILE linux-2.6.27.9-ext4-cap-check-delay.patch --- Safer version of upstream commit a996031c87e093017c0763326a08896a3a4817f4 Delay capable() checks to avoid (most) AVC denials when checking free blocks (Bug 478299 - AVC denials on kernel 2.6.27.9-159.fc10.x86_64) Signed-off-by: Eric Sandeen --- Index: linux-2.6.27.noarch/fs/ext4/balloc.c =================================================================== --- linux-2.6.27.noarch.orig/fs/ext4/balloc.c 2009-01-06 14:49:05.625574969 -0600 +++ linux-2.6.27.noarch/fs/ext4/balloc.c 2009-01-06 14:49:19.181637281 -0600 @@ -1612,15 +1612,15 @@ out: ext4_fsblk_t ext4_has_free_blocks(struct ext4_sb_info *sbi, ext4_fsblk_t nblocks) { - ext4_fsblk_t free_blocks; - ext4_fsblk_t root_blocks = 0; + ext4_fsblk_t free_blocks, root_blocks; free_blocks = percpu_counter_read_positive(&sbi->s_freeblocks_counter); + root_blocks = ext4_r_blocks_count(sbi->s_es); - if (!capable(CAP_SYS_RESOURCE) && - sbi->s_resuid != current->fsuid && - (sbi->s_resgid == 0 || !in_group_p(sbi->s_resgid))) - root_blocks = ext4_r_blocks_count(sbi->s_es); + if (sbi->s_resuid == current->fsuid || + ((sbi->s_resgid != 0) && in_group_p(sbi->s_resgid)) || + capable(CAP_SYS_RESOURCE)) + root_blocks = 0; #ifdef CONFIG_SMP if (free_blocks - root_blocks < FBC_BATCH) free_blocks = Index: kernel.spec =================================================================== RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v retrieving revision 1.1203 retrieving revision 1.1204 diff -u -r1.1203 -r1.1204 --- kernel.spec 22 Dec 2008 20:48:33 -0000 1.1203 +++ kernel.spec 6 Jan 2009 21:10:09 -0000 1.1204 @@ -742,6 +742,8 @@ Patch2807: linux-2.6-pciehp-kill-annoying-messages.patch Patch2900: linux-2.6.27-ext4-rename-ext4dev-to-ext4.patch +# Delay capable check to avoid most AVCs (#478299) +Patch2901: linux-2.6.27.9-ext4-cap-check-delay.patch # Add better support for DMI-based autoloading Patch3110: linux-2.6-dmi-autoload.patch @@ -1165,8 +1167,9 @@ # bugfixes to drivers and filesystems # -# Pending ext4 patch queue, minus fiemap, includes s/ext4dev/ext4 +# ext4 ApplyPatch linux-2.6.27-ext4-rename-ext4dev-to-ext4.patch +ApplyPatch linux-2.6.27.9-ext4-cap-check-delay.patch # xfs @@ -1934,6 +1937,9 @@ %kernel_variant_files -k vmlinux %{with_kdump} kdump %changelog +* Tue Jan 06 2009 Eric Sandeen 2.6.27.10-168 +- ext4 - delay capable() checks in space accounting (#478299) + * Tue Dec 23 2008 Dave Airlie 2.6.27.10-167 - drm - fix issue with second driver opening DRI From jcollie at fedoraproject.org Tue Jan 6 21:19:55 2009 From: jcollie at fedoraproject.org (Jeffrey C. Ollie) Date: Tue, 6 Jan 2009 21:19:55 +0000 (UTC) Subject: rpms/python-lxml/F-10 .cvsignore, 1.20, 1.21 python-lxml.spec, 1.26, 1.27 sources, 1.20, 1.21 Message-ID: <20090106211955.8ADA670108@cvs1.fedora.phx.redhat.com> Author: jcollie Update of /cvs/pkgs/rpms/python-lxml/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10486 Modified Files: .cvsignore python-lxml.spec sources Log Message: * Tue Jan 6 2009 Jeffrey C. Ollie - 2.1.5-1 - 2.1.5 (2009-01-06) - Bugs fixed - - * Potential memory leak on exception handling. This was due to a - problem in Cython, not lxml itself. - * Failing import on systems that have an io module. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/python-lxml/F-10/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- .cvsignore 13 Dec 2008 01:45:08 -0000 1.20 +++ .cvsignore 6 Jan 2009 21:19:25 -0000 1.21 @@ -1 +1 @@ -lxml-2.1.4.tar.gz +lxml-2.1.5.tar.gz Index: python-lxml.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-lxml/F-10/python-lxml.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- python-lxml.spec 13 Dec 2008 01:45:08 -0000 1.26 +++ python-lxml.spec 6 Jan 2009 21:19:25 -0000 1.27 @@ -1,7 +1,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: python-lxml -Version: 2.1.4 +Version: 2.1.5 Release: 1%{?dist} Summary: ElementTree-like Python bindings for libxml2 and libxslt @@ -49,6 +49,14 @@ %{python_sitearch}/* %changelog +* Tue Jan 6 2009 Jeffrey C. Ollie - 2.1.5-1 +- 2.1.5 (2009-01-06) +- Bugs fixed +- +- * Potential memory leak on exception handling. This was due to a +- problem in Cython, not lxml itself. +- * Failing import on systems that have an io module. + * Fri Dec 12 2008 Jeffrey C. Ollie - 2.1.4-1 - 2.1.4 (2008-12-12) - Bugs fixed Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/python-lxml/F-10/sources,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- sources 13 Dec 2008 01:45:08 -0000 1.20 +++ sources 6 Jan 2009 21:19:25 -0000 1.21 @@ -1 +1 @@ -05f35b81955caf502584b685a5226417 lxml-2.1.4.tar.gz +22567ccc6ab8ec8c90c335c810cabe11 lxml-2.1.5.tar.gz From spot at fedoraproject.org Tue Jan 6 21:30:50 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 6 Jan 2009 21:30:50 +0000 (UTC) Subject: rpms/perl-Image-ExifTool/F-10 perl-Image-ExifTool.spec, 1.18, 1.19 sources, 1.16, 1.17 Message-ID: <20090106213050.9988670108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Image-ExifTool/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13237/F-10 Modified Files: perl-Image-ExifTool.spec sources Log Message: update to 7.60 Index: perl-Image-ExifTool.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/F-10/perl-Image-ExifTool.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Image-ExifTool.spec 27 Oct 2008 20:53:30 -0000 1.18 +++ perl-Image-ExifTool.spec 6 Jan 2009 21:30:20 -0000 1.19 @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 7.51 +Version: 7.60 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -56,6 +56,9 @@ %{_mandir}/man3/*.3* %changelog +* Tue Jan 6 2009 Tom "spot" Callaway 7.60-1 +- update to 7.60 + * Mon Oct 27 2008 Tom "spot" Callaway 7.51-1 - update to 7.51 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/F-10/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 27 Oct 2008 20:53:30 -0000 1.16 +++ sources 6 Jan 2009 21:30:20 -0000 1.17 @@ -1 +1 @@ -2e70113ad75d608c4f5f5ce9a5c50d4e Image-ExifTool-7.51.tar.gz +7780ec0f370d69094998d1205100cc86 Image-ExifTool-7.60.tar.gz From spot at fedoraproject.org Tue Jan 6 21:30:50 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 6 Jan 2009 21:30:50 +0000 (UTC) Subject: rpms/perl-Image-ExifTool/F-9 perl-Image-ExifTool.spec, 1.17, 1.18 sources, 1.15, 1.16 Message-ID: <20090106213050.B285970108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Image-ExifTool/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13237/F-9 Modified Files: perl-Image-ExifTool.spec sources Log Message: update to 7.60 Index: perl-Image-ExifTool.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/F-9/perl-Image-ExifTool.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- perl-Image-ExifTool.spec 28 May 2008 16:01:22 -0000 1.17 +++ perl-Image-ExifTool.spec 6 Jan 2009 21:30:20 -0000 1.18 @@ -1,6 +1,6 @@ Name: perl-Image-ExifTool -Version: 7.25 -Release: 2%{?dist} +Version: 7.60 +Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia Summary: Utility for reading and writing image meta info @@ -56,6 +56,12 @@ %{_mandir}/man3/*.3* %changelog +* Tue Jan 6 2009 Tom "spot" Callaway 7.60-1 +- update to 7.60 + +* Mon Oct 27 2008 Tom "spot" Callaway 7.51-1 +- update to 7.51 + * Wed May 28 2008 Tom "spot" Callaway 7.25-2 - get rid of empty arch-specific directories (bz 448744) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/F-9/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- sources 25 Apr 2008 20:06:12 -0000 1.15 +++ sources 6 Jan 2009 21:30:20 -0000 1.16 @@ -1 +1 @@ -b57107d034ce38009ccb7f796eea6cd9 Image-ExifTool-7.25.tar.gz +7780ec0f370d69094998d1205100cc86 Image-ExifTool-7.60.tar.gz From spot at fedoraproject.org Tue Jan 6 21:30:51 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 6 Jan 2009 21:30:51 +0000 (UTC) Subject: rpms/perl-Image-ExifTool/devel .cvsignore, 1.16, 1.17 perl-Image-ExifTool.spec, 1.18, 1.19 sources, 1.16, 1.17 Message-ID: <20090106213051.51B5A70108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Image-ExifTool/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13237/devel Modified Files: .cvsignore perl-Image-ExifTool.spec sources Log Message: update to 7.60 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- .cvsignore 27 Oct 2008 20:53:30 -0000 1.16 +++ .cvsignore 6 Jan 2009 21:30:20 -0000 1.17 @@ -1 +1 @@ -Image-ExifTool-7.51.tar.gz +Image-ExifTool-7.60.tar.gz Index: perl-Image-ExifTool.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/perl-Image-ExifTool.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- perl-Image-ExifTool.spec 27 Oct 2008 20:53:30 -0000 1.18 +++ perl-Image-ExifTool.spec 6 Jan 2009 21:30:20 -0000 1.19 @@ -1,5 +1,5 @@ Name: perl-Image-ExifTool -Version: 7.51 +Version: 7.60 Release: 1%{?dist} License: GPL+ or Artistic Group: Applications/Multimedia @@ -56,6 +56,9 @@ %{_mandir}/man3/*.3* %changelog +* Tue Jan 6 2009 Tom "spot" Callaway 7.60-1 +- update to 7.60 + * Mon Oct 27 2008 Tom "spot" Callaway 7.51-1 - update to 7.51 Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Image-ExifTool/devel/sources,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- sources 27 Oct 2008 20:53:30 -0000 1.16 +++ sources 6 Jan 2009 21:30:20 -0000 1.17 @@ -1 +1 @@ -2e70113ad75d608c4f5f5ce9a5c50d4e Image-ExifTool-7.51.tar.gz +7780ec0f370d69094998d1205100cc86 Image-ExifTool-7.60.tar.gz From jjohnstn at fedoraproject.org Tue Jan 6 21:35:18 2009 From: jjohnstn at fedoraproject.org (Jeff Johnston) Date: Tue, 6 Jan 2009 21:35:18 +0000 (UTC) Subject: rpms/jetty/F-10 jetty-unix.patch, NONE, 1.1 jetty.init, 1.1, 1.2 jetty.spec, 1.8, 1.9 Message-ID: <20090106213518.9F3DB179D1E@cvs1.fedora.phx.redhat.com> Author: jjohnstn Update of /cvs/pkgs/rpms/jetty/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14353 Modified Files: jetty.init jetty.spec Added Files: jetty-unix.patch Log Message: * Tue Jan 06 2009 Jeff Johnston 5.1.14-1.7 - Patch init.d script to add status operation - Patch unix djetty script so it doesn't issue error messages about /dev/tty and fix various inconsistencies with the init.d script jetty-unix.patch: --- NEW FILE jetty-unix.patch --- diff -up ./extra/unix/bin/jetty.sh.fix ./extra/unix/bin/jetty.sh --- ./extra/unix/bin/jetty.sh.fix 2009-01-06 16:01:00.000000000 -0500 +++ ./extra/unix/bin/jetty.sh 2009-01-06 16:03:55.000000000 -0500 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh # # Startup script for jetty under *nix systems (it works under NT/cygwin too). # @@ -106,6 +106,13 @@ findDirectory() done } +################################################## +# Check if we have a tty +################################################## +have_tty=0 +if [ "`tty`" != "not a tty" ]; then + have_tty=1 +fi ################################################## # See if there's a user-specific configuration file @@ -323,7 +330,7 @@ then then JETTY_CONSOLE=/dev/console else - JETTY_CONSOLE=/dev/tty + JETTY_CONSOLE=/dev/null fi fi @@ -356,7 +363,7 @@ then [ -x $J ] || continue VERSION=`eval $J -version 2>&1` [ $? = 0 ] || continue - VERSION=`expr "$VERSION" : '.*"\(1.[0-9\.]*\)"'` + VERSION=`expr "$VERSION" : '.*"\(1.[0-9\._]*\)"'` [ "$VERSION" = "" ] && continue expr $VERSION \< 1.2 >/dev/null && continue echo $VERSION:$J @@ -466,15 +473,15 @@ RUN_CMD="$JAVA $JAVA_OPTIONS -cp $CLASSP ################################################## case "$ACTION" in start) - echo "Starting Jetty: " - if [ -f $JETTY_PID ] then echo "Already Running!!" exit 1 fi - echo "STARTED Jetty `date`" >> $JETTY_CONSOLE + if [ $have_tty -eq 1 ]; then + echo "STARTED Jetty `date`" >> $JETTY_CONSOLE + fi nohup sh -c "exec $RUN_CMD >>$JETTY_CONSOLE 2>&1" >/dev/null & echo $! > $JETTY_PID @@ -488,7 +495,9 @@ case "$ACTION" in sleep 2 kill -9 $PID 2>/dev/null rm -f $JETTY_PID - echo "STOPPED `date`" >>$JETTY_CONSOLE + if [ $have_tty -eq 1 ]; then + echo "STOPPED `date`" >>$JETTY_CONSOLE + fi ;; restart) @@ -533,9 +542,9 @@ case "$ACTION" in echo "RUN_CMD = $RUN_CMD" echo - if [ -f $JETTY_RUN/jetty.pid ] + if [ -s $JETTY_PID ] then - echo "Jetty running pid="`cat $JETTY_RUN/jetty.pid` + echo "Jetty running pid="`cat $JETTY_PID` exit 0 fi exit 1 Index: jetty.init =================================================================== RCS file: /cvs/pkgs/rpms/jetty/F-10/jetty.init,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jetty.init 30 Aug 2007 19:06:45 -0000 1.1 +++ jetty.init 6 Jan 2009 21:34:48 -0000 1.2 @@ -19,9 +19,7 @@ # Source function library. -if [ -x /etc/rc.d/init.d/functions ]; then - . /etc/rc.d/init.d/functions -fi +. /etc/init.d/functions [ -r /etc/java/java.conf ] && . /etc/java/java.conf export JAVA_HOME @@ -54,10 +52,11 @@ fi +prog=jetty RETVAL=0 start() { - echo -n "Starting $JETTY_PROG: " + echo -n $"Starting $prog: " if [ -f /var/lock/subsys/jetty ] ; then if [ -f $JETTY_PID ]; then @@ -71,16 +70,13 @@ fi fi -# touch $JETTY_PID -# chown $JETTY_USER:$JETTY_USER $JETTY_PID - # [ -x ${JETTY_HOME}/ext ] && # rebuild-jar-repository -s ${JETTY_HOME}/ext if [ -x /etc/rc.d/init.d/functions ]; then - daemon --user $JETTY_USER $JETTY_SCRIPT start + daemon --user $JETTY_USER JETTY_PID=$JETTY_PID $JETTY_SCRIPT start else - su - $JETTY_USER -c "$JETTY_SCRIPT start" + su - $JETTY_USER -c "JETTY_PID=$JETTY_PID $JETTY_SCRIPT start" fi RETVAL=$? @@ -91,20 +87,20 @@ stop() { - echo -n "Stopping $JETTY_PROG: " + echo -n $"Stopping $prog: " if [ -f /var/lock/subsys/jetty ] ; then if [ -x /etc/rc.d/init.d/functions ]; then - daemon --user $JETTY_USER $JETTY_SCRIPT stop + daemon --user $JETTY_USER JETTY_PID=$JETTY_PID $JETTY_SCRIPT stop else - su - $JETTY_USER -c "$JETTY_SCRIPT stop" + su - $JETTY_USER -c "JETTY_PID=$JETTY_PID $JETTY_SCRIPT stop" fi RETVAL=$? if [ $RETVAL = 0 ]; then count=0; - if [ -f /var/run/jetty/jetty.pid ]; then + if [ -f $JETTY_PID ]; then read kpid < $JETTY_PID let kwait=$SHUTDOWN_WAIT @@ -136,7 +132,10 @@ stop) stop ;; - restart) + status) + status -p $JETTY_PID jetty + ;; + restart|reload) stop sleep 2 start @@ -148,7 +147,7 @@ fi ;; *) - echo "Usage: $JETTY_PROG {start|stop|restart|condrestart}" + echo "Usage: $0 {start|stop|status|restart|reload|condrestart}" exit 1 esac Index: jetty.spec =================================================================== RCS file: /cvs/pkgs/rpms/jetty/F-10/jetty.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- jetty.spec 12 Aug 2008 15:27:52 -0000 1.8 +++ jetty.spec 6 Jan 2009 21:34:48 -0000 1.9 @@ -54,7 +54,7 @@ Name: jetty Version: 5.1.14 -Release: 1.6%{?dist} +Release: 1.7%{?dist} Summary: The Jetty Webserver and Servlet Container Group: Applications/Internet @@ -79,6 +79,7 @@ Patch2: jetty-libgcj-bad-serialization.patch Patch3: jetty-TestRFC2616-libgcj-bad-date-parser.patch Patch4: jetty-CERT438616-CERT237888-CERT21284.patch +Patch5: jetty-unix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if ! %{gcj_support} @@ -254,6 +255,7 @@ %patch3 -b .sav %patch4 +%patch5 # Delete this Sun specific file. rm src/org/mortbay/http/SunJsseListener.java @@ -599,6 +601,11 @@ %endif %changelog +* Tue Jan 06 2009 Jeff Johnston 5.1.14-1.7 +- Patch init.d script to add status operation +- Patch unix djetty script so it doesn't issue error messages about /dev/tty + and fix various inconsistencies with the init.d script + * Tue Aug 12 2008 Andrew Overholt 5.1.14-1.6 - Require tomcat5 bits with proper OSGi metadata From jjohnstn at fedoraproject.org Tue Jan 6 21:37:28 2009 From: jjohnstn at fedoraproject.org (Jeff Johnston) Date: Tue, 6 Jan 2009 21:37:28 +0000 (UTC) Subject: rpms/jetty/F-10 jetty.spec,1.9,1.10 Message-ID: <20090106213728.09FA170108@cvs1.fedora.phx.redhat.com> Author: jjohnstn Update of /cvs/pkgs/rpms/jetty/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14823 Modified Files: jetty.spec Log Message: Add resolves #473585 to latest entry. Index: jetty.spec =================================================================== RCS file: /cvs/pkgs/rpms/jetty/F-10/jetty.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- jetty.spec 6 Jan 2009 21:34:48 -0000 1.9 +++ jetty.spec 6 Jan 2009 21:36:57 -0000 1.10 @@ -602,6 +602,7 @@ %changelog * Tue Jan 06 2009 Jeff Johnston 5.1.14-1.7 +- Resolves #473585 - Patch init.d script to add status operation - Patch unix djetty script so it doesn't issue error messages about /dev/tty and fix various inconsistencies with the init.d script From spot at fedoraproject.org Tue Jan 6 21:52:15 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 6 Jan 2009 21:52:15 +0000 (UTC) Subject: rpms/pyke/F-10 pyke.spec,1.3,1.4 sources,1.4,1.5 Message-ID: <20090106215215.E688A70108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/pyke/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19207/F-10 Modified Files: pyke.spec sources Log Message: update to 0.6 Index: pyke.spec =================================================================== RCS file: /cvs/pkgs/rpms/pyke/F-10/pyke.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pyke.spec 11 Nov 2008 17:08:20 -0000 1.3 +++ pyke.spec 6 Jan 2009 21:51:45 -0000 1.4 @@ -2,7 +2,7 @@ Name: pyke Summary: Knowledge-based inference engine -Version: 0.5 +Version: 0.6 Release: 1%{?dist} License: MIT Group: System Environment/Libraries @@ -42,6 +42,12 @@ %{python_sitelib}/%{name}-%{version}*.egg-info/ %changelog +* Tue Jan 6 2009 Tom "spot" Callaway 0.6-1 +- update to 0.6 + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.5-2 +- Rebuild for Python 2.6 + * Tue Nov 11 2008 Tom "spot" Callaway 0.5-1 - update to 0.5 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pyke/F-10/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Nov 2008 17:08:20 -0000 1.4 +++ sources 6 Jan 2009 21:51:45 -0000 1.5 @@ -1 +1 @@ -2da0643bb0de11c467840845acc59561 pyke-0.5.tar.gz +ecd21dfb4f190577f39b17cb43c7cc47 pyke-0.6.tar.gz From spot at fedoraproject.org Tue Jan 6 21:52:16 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 6 Jan 2009 21:52:16 +0000 (UTC) Subject: rpms/pyke/F-9 pyke.spec,1.2,1.3 sources,1.3,1.4 Message-ID: <20090106215216.38D9470108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/pyke/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19207/F-9 Modified Files: pyke.spec sources Log Message: update to 0.6 Index: pyke.spec =================================================================== RCS file: /cvs/pkgs/rpms/pyke/F-9/pyke.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pyke.spec 11 Nov 2008 17:08:21 -0000 1.2 +++ pyke.spec 6 Jan 2009 21:51:45 -0000 1.3 @@ -2,7 +2,7 @@ Name: pyke Summary: Knowledge-based inference engine -Version: 0.5 +Version: 0.6 Release: 1%{?dist} License: MIT Group: System Environment/Libraries @@ -42,6 +42,12 @@ %{python_sitelib}/%{name}-%{version}*.egg-info/ %changelog +* Tue Jan 6 2009 Tom "spot" Callaway 0.6-1 +- update to 0.6 + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.5-2 +- Rebuild for Python 2.6 + * Tue Nov 11 2008 Tom "spot" Callaway 0.5-1 - update to 0.5 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pyke/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Nov 2008 17:08:21 -0000 1.3 +++ sources 6 Jan 2009 21:51:45 -0000 1.4 @@ -1 +1 @@ -2da0643bb0de11c467840845acc59561 pyke-0.5.tar.gz +ecd21dfb4f190577f39b17cb43c7cc47 pyke-0.6.tar.gz From spot at fedoraproject.org Tue Jan 6 21:52:16 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 6 Jan 2009 21:52:16 +0000 (UTC) Subject: rpms/pyke/devel pyke.spec,1.4,1.5 sources,1.4,1.5 Message-ID: <20090106215216.9D55970108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/pyke/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19207/devel Modified Files: pyke.spec sources Log Message: update to 0.6 Index: pyke.spec =================================================================== RCS file: /cvs/pkgs/rpms/pyke/devel/pyke.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pyke.spec 29 Nov 2008 18:16:49 -0000 1.4 +++ pyke.spec 6 Jan 2009 21:51:46 -0000 1.5 @@ -2,8 +2,8 @@ Name: pyke Summary: Knowledge-based inference engine -Version: 0.5 -Release: 2%{?dist} +Version: 0.6 +Release: 1%{?dist} License: MIT Group: System Environment/Libraries URL: http://pyke.sourceforge.net/ @@ -42,6 +42,9 @@ %{python_sitelib}/%{name}-%{version}*.egg-info/ %changelog +* Tue Jan 6 2009 Tom "spot" Callaway 0.6-1 +- update to 0.6 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.5-2 - Rebuild for Python 2.6 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pyke/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 11 Nov 2008 17:08:21 -0000 1.4 +++ sources 6 Jan 2009 21:51:46 -0000 1.5 @@ -1 +1 @@ -2da0643bb0de11c467840845acc59561 pyke-0.5.tar.gz +ecd21dfb4f190577f39b17cb43c7cc47 pyke-0.6.tar.gz From jjohnstn at fedoraproject.org Tue Jan 6 21:58:06 2009 From: jjohnstn at fedoraproject.org (Jeff Johnston) Date: Tue, 6 Jan 2009 21:58:06 +0000 (UTC) Subject: rpms/jetty/devel jetty-unix.patch, NONE, 1.1 jetty.init, 1.1, 1.2 jetty.spec, 1.8, 1.9 Message-ID: <20090106215806.AD6C270108@cvs1.fedora.phx.redhat.com> Author: jjohnstn Update of /cvs/pkgs/rpms/jetty/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21930 Modified Files: jetty.init jetty.spec Added Files: jetty-unix.patch Log Message: * Tue Jan 06 2009 Jeff Johnston 5.1.14-1.7 - Resolves #473585 - Patch init.d script to add status operation - Patch unix djetty script so it doesn't issue error messages about /dev/tty and fix various inconsistencies with the init.d script jetty-unix.patch: --- NEW FILE jetty-unix.patch --- diff -up ./extra/unix/bin/jetty.sh.fix ./extra/unix/bin/jetty.sh --- ./extra/unix/bin/jetty.sh.fix 2009-01-06 16:01:00.000000000 -0500 +++ ./extra/unix/bin/jetty.sh 2009-01-06 16:03:55.000000000 -0500 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh # # Startup script for jetty under *nix systems (it works under NT/cygwin too). # @@ -106,6 +106,13 @@ findDirectory() done } +################################################## +# Check if we have a tty +################################################## +have_tty=0 +if [ "`tty`" != "not a tty" ]; then + have_tty=1 +fi ################################################## # See if there's a user-specific configuration file @@ -323,7 +330,7 @@ then then JETTY_CONSOLE=/dev/console else - JETTY_CONSOLE=/dev/tty + JETTY_CONSOLE=/dev/null fi fi @@ -356,7 +363,7 @@ then [ -x $J ] || continue VERSION=`eval $J -version 2>&1` [ $? = 0 ] || continue - VERSION=`expr "$VERSION" : '.*"\(1.[0-9\.]*\)"'` + VERSION=`expr "$VERSION" : '.*"\(1.[0-9\._]*\)"'` [ "$VERSION" = "" ] && continue expr $VERSION \< 1.2 >/dev/null && continue echo $VERSION:$J @@ -466,15 +473,15 @@ RUN_CMD="$JAVA $JAVA_OPTIONS -cp $CLASSP ################################################## case "$ACTION" in start) - echo "Starting Jetty: " - if [ -f $JETTY_PID ] then echo "Already Running!!" exit 1 fi - echo "STARTED Jetty `date`" >> $JETTY_CONSOLE + if [ $have_tty -eq 1 ]; then + echo "STARTED Jetty `date`" >> $JETTY_CONSOLE + fi nohup sh -c "exec $RUN_CMD >>$JETTY_CONSOLE 2>&1" >/dev/null & echo $! > $JETTY_PID @@ -488,7 +495,9 @@ case "$ACTION" in sleep 2 kill -9 $PID 2>/dev/null rm -f $JETTY_PID - echo "STOPPED `date`" >>$JETTY_CONSOLE + if [ $have_tty -eq 1 ]; then + echo "STOPPED `date`" >>$JETTY_CONSOLE + fi ;; restart) @@ -533,9 +542,9 @@ case "$ACTION" in echo "RUN_CMD = $RUN_CMD" echo - if [ -f $JETTY_RUN/jetty.pid ] + if [ -s $JETTY_PID ] then - echo "Jetty running pid="`cat $JETTY_RUN/jetty.pid` + echo "Jetty running pid="`cat $JETTY_PID` exit 0 fi exit 1 Index: jetty.init =================================================================== RCS file: /cvs/pkgs/rpms/jetty/devel/jetty.init,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jetty.init 30 Aug 2007 19:06:45 -0000 1.1 +++ jetty.init 6 Jan 2009 21:57:36 -0000 1.2 @@ -19,9 +19,7 @@ # Source function library. -if [ -x /etc/rc.d/init.d/functions ]; then - . /etc/rc.d/init.d/functions -fi +. /etc/init.d/functions [ -r /etc/java/java.conf ] && . /etc/java/java.conf export JAVA_HOME @@ -54,10 +52,11 @@ fi +prog=jetty RETVAL=0 start() { - echo -n "Starting $JETTY_PROG: " + echo -n $"Starting $prog: " if [ -f /var/lock/subsys/jetty ] ; then if [ -f $JETTY_PID ]; then @@ -71,16 +70,13 @@ fi fi -# touch $JETTY_PID -# chown $JETTY_USER:$JETTY_USER $JETTY_PID - # [ -x ${JETTY_HOME}/ext ] && # rebuild-jar-repository -s ${JETTY_HOME}/ext if [ -x /etc/rc.d/init.d/functions ]; then - daemon --user $JETTY_USER $JETTY_SCRIPT start + daemon --user $JETTY_USER JETTY_PID=$JETTY_PID $JETTY_SCRIPT start else - su - $JETTY_USER -c "$JETTY_SCRIPT start" + su - $JETTY_USER -c "JETTY_PID=$JETTY_PID $JETTY_SCRIPT start" fi RETVAL=$? @@ -91,20 +87,20 @@ stop() { - echo -n "Stopping $JETTY_PROG: " + echo -n $"Stopping $prog: " if [ -f /var/lock/subsys/jetty ] ; then if [ -x /etc/rc.d/init.d/functions ]; then - daemon --user $JETTY_USER $JETTY_SCRIPT stop + daemon --user $JETTY_USER JETTY_PID=$JETTY_PID $JETTY_SCRIPT stop else - su - $JETTY_USER -c "$JETTY_SCRIPT stop" + su - $JETTY_USER -c "JETTY_PID=$JETTY_PID $JETTY_SCRIPT stop" fi RETVAL=$? if [ $RETVAL = 0 ]; then count=0; - if [ -f /var/run/jetty/jetty.pid ]; then + if [ -f $JETTY_PID ]; then read kpid < $JETTY_PID let kwait=$SHUTDOWN_WAIT @@ -136,7 +132,10 @@ stop) stop ;; - restart) + status) + status -p $JETTY_PID jetty + ;; + restart|reload) stop sleep 2 start @@ -148,7 +147,7 @@ fi ;; *) - echo "Usage: $JETTY_PROG {start|stop|restart|condrestart}" + echo "Usage: $0 {start|stop|status|restart|reload|condrestart}" exit 1 esac Index: jetty.spec =================================================================== RCS file: /cvs/pkgs/rpms/jetty/devel/jetty.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- jetty.spec 12 Aug 2008 15:27:52 -0000 1.8 +++ jetty.spec 6 Jan 2009 21:57:36 -0000 1.9 @@ -54,7 +54,7 @@ Name: jetty Version: 5.1.14 -Release: 1.6%{?dist} +Release: 1.7%{?dist} Summary: The Jetty Webserver and Servlet Container Group: Applications/Internet @@ -79,6 +79,7 @@ Patch2: jetty-libgcj-bad-serialization.patch Patch3: jetty-TestRFC2616-libgcj-bad-date-parser.patch Patch4: jetty-CERT438616-CERT237888-CERT21284.patch +Patch5: jetty-unix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if ! %{gcj_support} @@ -254,6 +255,7 @@ %patch3 -b .sav %patch4 +%patch5 # Delete this Sun specific file. rm src/org/mortbay/http/SunJsseListener.java @@ -599,6 +601,12 @@ %endif %changelog +* Tue Jan 06 2009 Jeff Johnston 5.1.14-1.7 +- Resolves #473585 +- Patch init.d script to add status operation +- Patch unix djetty script so it doesn't issue error messages about /dev/tty + and fix various inconsistencies with the init.d script + * Tue Aug 12 2008 Andrew Overholt 5.1.14-1.6 - Require tomcat5 bits with proper OSGi metadata From spot at fedoraproject.org Tue Jan 6 22:09:29 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 6 Jan 2009 22:09:29 +0000 (UTC) Subject: rpms/check/F-10 check.spec,1.9,1.10 sources,1.3,1.4 Message-ID: <20090106220929.5BB0370108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/check/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24230/F-10 Modified Files: check.spec sources Log Message: update to 0.9.6 Index: check.spec =================================================================== RCS file: /cvs/pkgs/rpms/check/F-10/check.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- check.spec 1 Dec 2008 19:44:50 -0000 1.9 +++ check.spec 6 Jan 2009 22:08:58 -0000 1.10 @@ -1,6 +1,6 @@ Name: check -Version: 0.9.5 -Release: 3%{?dist} +Version: 0.9.6 +Release: 1%{?dist} Summary: A unit test framework for C Source0: http://download.sourceforge.net/check/%{name}-%{version}.tar.gz Group: Development/Tools @@ -82,6 +82,9 @@ %{_libdir}/libcheck.a %changelog +* Tue Jan 6 2009 Tom "spot" Callaway - 0.9.6-1 +- update to 0.9.6 + * Mon Dec 1 2008 Jerry James - 0.9.5-3 - Fix unowned directory (bz 473635) - Drop unnecessary BuildRequires Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/check/F-10/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Aug 2007 20:34:23 -0000 1.3 +++ sources 6 Jan 2009 22:08:59 -0000 1.4 @@ -1 +1 @@ -30143c7974b547a12a7da47809a90951 check-0.9.5.tar.gz +6f80cd4a24d14ad706117a7714222420 check-0.9.6.tar.gz From spot at fedoraproject.org Tue Jan 6 22:09:29 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 6 Jan 2009 22:09:29 +0000 (UTC) Subject: rpms/check/F-9 check.spec,1.9,1.10 sources,1.3,1.4 Message-ID: <20090106220929.ACDCD70108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/check/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24230/F-9 Modified Files: check.spec sources Log Message: update to 0.9.6 Index: check.spec =================================================================== RCS file: /cvs/pkgs/rpms/check/F-9/check.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- check.spec 1 Dec 2008 19:44:51 -0000 1.9 +++ check.spec 6 Jan 2009 22:08:59 -0000 1.10 @@ -1,6 +1,6 @@ Name: check -Version: 0.9.5 -Release: 3%{?dist} +Version: 0.9.6 +Release: 1%{?dist} Summary: A unit test framework for C Source0: http://download.sourceforge.net/check/%{name}-%{version}.tar.gz Group: Development/Tools @@ -82,6 +82,9 @@ %{_libdir}/libcheck.a %changelog +* Tue Jan 6 2009 Tom "spot" Callaway - 0.9.6-1 +- update to 0.9.6 + * Mon Dec 1 2008 Jerry James - 0.9.5-3 - Fix unowned directory (bz 473635) - Drop unnecessary BuildRequires Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/check/F-9/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Aug 2007 20:34:23 -0000 1.3 +++ sources 6 Jan 2009 22:08:59 -0000 1.4 @@ -1 +1 @@ -30143c7974b547a12a7da47809a90951 check-0.9.5.tar.gz +6f80cd4a24d14ad706117a7714222420 check-0.9.6.tar.gz From spot at fedoraproject.org Tue Jan 6 22:09:30 2009 From: spot at fedoraproject.org (Tom Callaway) Date: Tue, 6 Jan 2009 22:09:30 +0000 (UTC) Subject: rpms/check/devel .cvsignore, 1.3, 1.4 check.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <20090106220930.5D90F70108@cvs1.fedora.phx.redhat.com> Author: spot Update of /cvs/pkgs/rpms/check/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24230/devel Modified Files: .cvsignore check.spec sources Log Message: update to 0.9.6 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/check/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Dec 2008 19:44:51 -0000 1.3 +++ .cvsignore 6 Jan 2009 22:08:59 -0000 1.4 @@ -1 +1 @@ -check-0.9.5.tar.gz +check-0.9.6.tar.gz Index: check.spec =================================================================== RCS file: /cvs/pkgs/rpms/check/devel/check.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- check.spec 1 Dec 2008 19:44:51 -0000 1.9 +++ check.spec 6 Jan 2009 22:09:00 -0000 1.10 @@ -1,6 +1,6 @@ Name: check -Version: 0.9.5 -Release: 3%{?dist} +Version: 0.9.6 +Release: 1%{?dist} Summary: A unit test framework for C Source0: http://download.sourceforge.net/check/%{name}-%{version}.tar.gz Group: Development/Tools @@ -82,6 +82,9 @@ %{_libdir}/libcheck.a %changelog +* Tue Jan 6 2009 Tom "spot" Callaway - 0.9.6-1 +- update to 0.9.6 + * Mon Dec 1 2008 Jerry James - 0.9.5-3 - Fix unowned directory (bz 473635) - Drop unnecessary BuildRequires Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/check/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Aug 2007 20:34:23 -0000 1.3 +++ sources 6 Jan 2009 22:09:00 -0000 1.4 @@ -1 +1 @@ -30143c7974b547a12a7da47809a90951 check-0.9.5.tar.gz +6f80cd4a24d14ad706117a7714222420 check-0.9.6.tar.gz From chitlesh at fedoraproject.org Tue Jan 6 23:15:20 2009 From: chitlesh at fedoraproject.org (Chitlesh GOORAH) Date: Tue, 6 Jan 2009 23:15:20 +0000 (UTC) Subject: rpms/linsmith/EL-5 import.log,1.1,1.2 linsmith.spec,1.1,1.2 Message-ID: <20090106231520.E23E270108@cvs1.fedora.phx.redhat.com> Author: chitlesh Update of /cvs/pkgs/rpms/linsmith/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8766/EL-5 Modified Files: import.log linsmith.spec Log Message: fix desktop file vendor Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/linsmith/EL-5/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Jan 2009 23:07:41 -0000 1.1 +++ import.log 6 Jan 2009 23:14:48 -0000 1.2 @@ -1 +1,2 @@ linsmith-0_99_11-2_fc10:EL-5:linsmith-0.99.11-2.fc10.src.rpm:1231196351 +linsmith-0_99_11-3_fc10:EL-5:linsmith-0.99.11-3.fc10.src.rpm:1231283598 Index: linsmith.spec =================================================================== RCS file: /cvs/pkgs/rpms/linsmith/EL-5/linsmith.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- linsmith.spec 5 Jan 2009 23:07:41 -0000 1.1 +++ linsmith.spec 6 Jan 2009 23:14:48 -0000 1.2 @@ -1,6 +1,6 @@ Name: linsmith Version: 0.99.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Smith charting program Group: Applications/Engineering @@ -45,7 +45,7 @@ %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} INSTALL="install -p" -desktop-file-install \ +desktop-file-install --vendor fedora \ --dir=%{buildroot}/%{_datadir}/applications \ --delete-original \ --remove-category GTK \ @@ -81,6 +81,9 @@ %changelog +* Wed Jan 07 2009 Chitlesh Goorah - 0.99.11-3 +- added vendor to skip build failure on EL-5 + * Mon Dec 29 2008 Chitlesh Goorah - 0.99.11-2 - spec file updated as suggested in the #478368c2 From chitlesh at fedoraproject.org Tue Jan 6 23:17:24 2009 From: chitlesh at fedoraproject.org (Chitlesh GOORAH) Date: Tue, 6 Jan 2009 23:17:24 +0000 (UTC) Subject: rpms/electric/F-9 .cvsignore, 1.2, 1.3 electric.spec, 1.2, 1.3 import.log, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090106231724.95F3D70108@cvs1.fedora.phx.redhat.com> Author: chitlesh Update of /cvs/pkgs/rpms/electric/F-9 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9531/F-9 Modified Files: .cvsignore electric.spec import.log sources Log Message: new release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/electric/F-9/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Dec 2008 21:44:14 -0000 1.2 +++ .cvsignore 6 Jan 2009 23:16:54 -0000 1.3 @@ -1 +1 @@ -electric-8.07.jar +electric-8.08.jar Index: electric.spec =================================================================== RCS file: /cvs/pkgs/rpms/electric/F-9/electric.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- electric.spec 7 Dec 2008 04:58:13 -0000 1.2 +++ electric.spec 6 Jan 2009 23:16:54 -0000 1.3 @@ -1,6 +1,6 @@ Name: electric -Version: 8.07 -Release: 2%{?dist} +Version: 8.08 +Release: 1%{?dist} Summary: Sophisticated Java based VLSI CAD System Group: Applications/Engineering @@ -110,6 +110,9 @@ %changelog +* Tue Dec 23 2008 Chitlesh GOORAH - 8.08-1 +- new upstream release + * Sun Dec 07 2008 Chitlesh GOORAH - 8.07-2 - Added desktop-file-utils as BR Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/electric/F-9/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 7 Dec 2008 04:58:13 -0000 1.2 +++ import.log 6 Jan 2009 23:16:54 -0000 1.3 @@ -1,2 +1,3 @@ electric-8_07-1_fc10:F-9:electric-8.07-1.fc10.src.rpm:1228167722 electric-8_07-2_fc10:F-9:electric-8.07-2.fc10.src.rpm:1228625852 +electric-8_08-1_fc10:F-9:electric-8.08-1.fc10.src.rpm:1231283746 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/electric/F-9/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Dec 2008 21:44:14 -0000 1.2 +++ sources 6 Jan 2009 23:16:54 -0000 1.3 @@ -1 +1 @@ -b4fd104575b9c21dd2a005627f30f696 electric-8.07.jar +57655b46f72da5e8ac647e97a40ab4b1 electric-8.08.jar From chitlesh at fedoraproject.org Tue Jan 6 23:17:57 2009 From: chitlesh at fedoraproject.org (Chitlesh GOORAH) Date: Tue, 6 Jan 2009 23:17:57 +0000 (UTC) Subject: rpms/linsmith/devel import.log,1.1,1.2 linsmith.spec,1.1,1.2 Message-ID: <20090106231757.8694570108@cvs1.fedora.phx.redhat.com> Author: chitlesh Update of /cvs/pkgs/rpms/linsmith/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9759/devel Modified Files: import.log linsmith.spec Log Message: fix desktop file vendor Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/linsmith/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 5 Jan 2009 22:52:56 -0000 1.1 +++ import.log 6 Jan 2009 23:17:27 -0000 1.2 @@ -1 +1,2 @@ linsmith-0_99_11-2_fc10:HEAD:linsmith-0.99.11-2.fc10.src.rpm:1231195751 +linsmith-0_99_11-3_fc10:HEAD:linsmith-0.99.11-3.fc10.src.rpm:1231283751 Index: linsmith.spec =================================================================== RCS file: /cvs/pkgs/rpms/linsmith/devel/linsmith.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- linsmith.spec 5 Jan 2009 22:52:56 -0000 1.1 +++ linsmith.spec 6 Jan 2009 23:17:27 -0000 1.2 @@ -1,6 +1,6 @@ Name: linsmith Version: 0.99.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A Smith charting program Group: Applications/Engineering @@ -45,7 +45,7 @@ %{__rm} -rf %{buildroot} %{__make} install DESTDIR=%{buildroot} INSTALL="install -p" -desktop-file-install \ +desktop-file-install --vendor fedora \ --dir=%{buildroot}/%{_datadir}/applications \ --delete-original \ --remove-category GTK \ @@ -81,6 +81,9 @@ %changelog +* Wed Jan 07 2009 Chitlesh Goorah - 0.99.11-3 +- added vendor to skip build failure on EL-5 + * Mon Dec 29 2008 Chitlesh Goorah - 0.99.11-2 - spec file updated as suggested in the #478368c2 From chitlesh at fedoraproject.org Tue Jan 6 23:20:34 2009 From: chitlesh at fedoraproject.org (Chitlesh GOORAH) Date: Tue, 6 Jan 2009 23:20:34 +0000 (UTC) Subject: rpms/electric/F-10 .cvsignore, 1.2, 1.3 electric.spec, 1.2, 1.3 import.log, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20090106232034.A2E1970108@cvs1.fedora.phx.redhat.com> Author: chitlesh Update of /cvs/pkgs/rpms/electric/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10443/F-10 Modified Files: .cvsignore electric.spec import.log sources Log Message: new release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/electric/F-10/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Dec 2008 21:46:57 -0000 1.2 +++ .cvsignore 6 Jan 2009 23:20:04 -0000 1.3 @@ -1 +1 @@ -electric-8.07.jar +electric-8.08.jar Index: electric.spec =================================================================== RCS file: /cvs/pkgs/rpms/electric/F-10/electric.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- electric.spec 7 Dec 2008 05:02:24 -0000 1.2 +++ electric.spec 6 Jan 2009 23:20:04 -0000 1.3 @@ -1,6 +1,6 @@ Name: electric -Version: 8.07 -Release: 2%{?dist} +Version: 8.08 +Release: 1%{?dist} Summary: Sophisticated Java based VLSI CAD System Group: Applications/Engineering @@ -110,6 +110,9 @@ %changelog +* Tue Dec 23 2008 Chitlesh GOORAH - 8.08-1 +- new upstream release + * Sun Dec 07 2008 Chitlesh GOORAH - 8.07-2 - Added desktop-file-utils as BR Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/electric/F-10/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 7 Dec 2008 05:02:24 -0000 1.2 +++ import.log 6 Jan 2009 23:20:04 -0000 1.3 @@ -1,2 +1,3 @@ electric-8_07-1_fc10:F-10:electric-8.07-1.fc10.src.rpm:1228167979 electric-8_07-2_fc10:F-10:electric-8.07-2.fc10.src.rpm:1228626007 +electric-8_08-1_fc10:F-10:electric-8.08-1.fc10.src.rpm:1231283829 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/electric/F-10/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Dec 2008 21:46:57 -0000 1.2 +++ sources 6 Jan 2009 23:20:04 -0000 1.3 @@ -1 +1 @@ -b4fd104575b9c21dd2a005627f30f696 electric-8.07.jar +57655b46f72da5e8ac647e97a40ab4b1 electric-8.08.jar From dcantrel at fedoraproject.org Tue Jan 6 23:46:55 2009 From: dcantrel at fedoraproject.org (David Cantrell) Date: Tue, 6 Jan 2009 23:46:55 +0000 (UTC) Subject: rpms/dhcp/devel dhcp-4.1.0-CLOEXEC.patch, NONE, 1.1 dhcp-4.1.0-default-requested-options.patch, NONE, 1.1 dhcp-4.1.0-dhclient-anycast.patch, NONE, 1.1 dhcp-4.1.0-dhclient-decline-backoff.patch, NONE, 1.1 dhcp-4.1.0-dhclient-usage.patch, NONE, 1.1 dhcp-4.1.0-errwarn-message.patch, NONE, 1.1 dhcp-4.1.0-failover-ports.patch, NONE, 1.1 dhcp-4.1.0-garbage-chars.patch, NONE, 1.1 dhcp-4.1.0-inherit-leases.patch, NONE, 1.1 dhcp-4.1.0-invalid-dhclient-conf.patch, NONE, 1.1 dhcp-4.1.0-ldap-configuration.patch, NONE, 1.1 dhcp-4.1.0-manpages.patch, NONE, 1.1 dhcp-4.1.0-memory.patch, NONE, 1.1 dhcp-4.1.0-options.patch, NONE, 1.1 dhcp-4.1.0-paths.patch, NONE, 1.1 dhcp-4.1.0-port-validation.patch, NONE, 1.1 dhcp-4.1.0-release-by-ifup.patch, NONE, 1.1 dhcp-4.1.0-unicast-bootp.patch, NONE, 1.1 dhcp-4.1.0-xen-checksum.patch, NONE, 1.1 .cvsignore, 1.22, 1.23 dhcp.spec, 1.232, 1.233 dhcpd.init, 1.27, 1.28 sources, 1.23, 1.24 Message-ID: <20090106234655.5E5C070108@cvs1.fedora.phx.redhat.com> Author: dcantrel Update of /cvs/pkgs/rpms/dhcp/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16291 Modified Files: .cvsignore dhcp.spec dhcpd.init sources Added Files: dhcp-4.1.0-CLOEXEC.patch dhcp-4.1.0-default-requested-options.patch dhcp-4.1.0-dhclient-anycast.patch dhcp-4.1.0-dhclient-decline-backoff.patch dhcp-4.1.0-dhclient-usage.patch dhcp-4.1.0-errwarn-message.patch dhcp-4.1.0-failover-ports.patch dhcp-4.1.0-garbage-chars.patch dhcp-4.1.0-inherit-leases.patch dhcp-4.1.0-invalid-dhclient-conf.patch dhcp-4.1.0-ldap-configuration.patch dhcp-4.1.0-manpages.patch dhcp-4.1.0-memory.patch dhcp-4.1.0-options.patch dhcp-4.1.0-paths.patch dhcp-4.1.0-port-validation.patch dhcp-4.1.0-release-by-ifup.patch dhcp-4.1.0-unicast-bootp.patch dhcp-4.1.0-xen-checksum.patch Log Message: * Tue Jan 06 2009 David Cantrell - 12:4.1.0-1 - Upgraded to ISC dhcp-4.1.0 - Had to rename the -T option to -timeout as ISC is now using -T - Allow package rebuilders to easily enable DHCPv6 support with: rpmbuild --with DHCPv6 dhcp.spec Note that Fedora is still using the 'dhcpv6' package, but some users may want to experiment with the ISC DHCPv6 implementation locally. dhcp-4.1.0-CLOEXEC.patch: --- NEW FILE dhcp-4.1.0-CLOEXEC.patch --- diff -up dhcp-4.1.0/client/clparse.c.cloexec dhcp-4.1.0/client/clparse.c --- dhcp-4.1.0/client/clparse.c.cloexec 2009-01-06 11:56:11.000000000 -1000 +++ dhcp-4.1.0/client/clparse.c 2009-01-06 12:04:48.000000000 -1000 @@ -226,7 +226,7 @@ int read_client_conf_file (const char *n int token; isc_result_t status; - if ((file = open (name, O_RDONLY)) < 0) + if ((file = open (name, O_RDONLY | O_CLOEXEC)) < 0) return uerr2isc (errno); cfile = NULL; @@ -263,7 +263,7 @@ void read_client_leases () /* Open the lease file. If we can't open it, just return - we can safely trust the server to remember our state. */ - if ((file = open (path_dhclient_db, O_RDONLY)) < 0) + if ((file = open (path_dhclient_db, O_RDONLY | O_CLOEXEC)) < 0) return; cfile = NULL; diff -up dhcp-4.1.0/client/dhclient.c.cloexec dhcp-4.1.0/client/dhclient.c --- dhcp-4.1.0/client/dhclient.c.cloexec 2009-01-06 11:56:10.000000000 -1000 +++ dhcp-4.1.0/client/dhclient.c 2009-01-06 12:04:01.000000000 -1000 @@ -135,11 +135,11 @@ main(int argc, char **argv) { /* Make sure that file descriptors 0 (stdin), 1, (stdout), and 2 (stderr) are open. To do this, we assume that when we open a file the lowest available file descriptor is used. */ - fd = open("/dev/null", O_RDWR); + fd = open("/dev/null", O_RDWR | O_CLOEXEC); if (fd == 0) - fd = open("/dev/null", O_RDWR); + fd = open("/dev/null", O_RDWR | O_CLOEXEC); if (fd == 1) - fd = open("/dev/null", O_RDWR); + fd = open("/dev/null", O_RDWR | O_CLOEXEC); if (fd == 2) log_perror = 0; /* No sense logging to /dev/null. */ else if (fd != -1) @@ -465,7 +465,7 @@ main(int argc, char **argv) { int e; oldpid = 0; - if ((pidfd = fopen(path_dhclient_pid, "r")) != NULL) { + if ((pidfd = fopen(path_dhclient_pid, "re")) != NULL) { e = fscanf(pidfd, "%ld\n", &temp); oldpid = (pid_t)temp; @@ -507,7 +507,7 @@ main(int argc, char **argv) { strncpy(new_path_dhclient_pid, path_dhclient_pid, pfx); sprintf(new_path_dhclient_pid + pfx, "-%s.pid", ip->name); - if ((pidfd = fopen(new_path_dhclient_pid, "r")) != NULL) { + if ((pidfd = fopen(new_path_dhclient_pid, "re")) != NULL) { e = fscanf(pidfd, "%ld\n", &temp); oldpid = (pid_t)temp; @@ -532,7 +532,7 @@ main(int argc, char **argv) { int dhc_running = 0; char procfn[256] = ""; - if ((pidfp = fopen(path_dhclient_pid, "r")) != NULL) { + if ((pidfp = fopen(path_dhclient_pid, "re")) != NULL) { if ((fscanf(pidfp, "%ld", &temp)==1) && ((dhcpid=(pid_t)temp) > 0)) { snprintf(procfn,256,"/proc/%u",dhcpid); dhc_running = (access(procfn, F_OK) == 0); @@ -2908,7 +2908,7 @@ void rewrite_client_leases () if (leaseFile != NULL) fclose (leaseFile); - leaseFile = fopen (path_dhclient_db, "w"); + leaseFile = fopen (path_dhclient_db, "we"); if (leaseFile == NULL) { log_error ("can't create %s: %m", path_dhclient_db); return; @@ -3012,7 +3012,7 @@ write_duid(struct data_string *duid) return ISC_R_INVALIDARG; if (leaseFile == NULL) { /* XXX? */ - leaseFile = fopen(path_dhclient_db, "w"); + leaseFile = fopen(path_dhclient_db, "we"); if (leaseFile == NULL) { log_error("can't create %s: %m", path_dhclient_db); return ISC_R_IOERROR; @@ -3192,7 +3192,7 @@ int write_client_lease (client, lease, r return 1; if (leaseFile == NULL) { /* XXX */ - leaseFile = fopen (path_dhclient_db, "w"); + leaseFile = fopen (path_dhclient_db, "we"); if (leaseFile == NULL) { log_error ("can't create %s: %m", path_dhclient_db); return 0; @@ -3638,9 +3638,9 @@ void go_daemon () close(2); /* Reopen them on /dev/null. */ - open("/dev/null", O_RDWR); - open("/dev/null", O_RDWR); - open("/dev/null", O_RDWR); + open("/dev/null", O_RDWR | O_CLOEXEC); + open("/dev/null", O_RDWR | O_CLOEXEC); + open("/dev/null", O_RDWR | O_CLOEXEC); write_client_pid_file (); @@ -3652,14 +3652,14 @@ void write_client_pid_file () FILE *pf; int pfdesc; - pfdesc = open (path_dhclient_pid, O_CREAT | O_TRUNC | O_WRONLY, 0644); + pfdesc = open (path_dhclient_pid, O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC, 0644); if (pfdesc < 0) { log_error ("Can't create %s: %m", path_dhclient_pid); return; } - pf = fdopen (pfdesc, "w"); + pf = fdopen (pfdesc, "we"); if (!pf) log_error ("Can't fdopen %s: %m", path_dhclient_pid); else { diff -up dhcp-4.1.0/common/bpf.c.cloexec dhcp-4.1.0/common/bpf.c --- dhcp-4.1.0/common/bpf.c.cloexec 2009-01-06 11:56:11.000000000 -1000 +++ dhcp-4.1.0/common/bpf.c 2009-01-06 11:56:11.000000000 -1000 @@ -94,7 +94,7 @@ int if_register_bpf (info) for (b = 0; 1; b++) { /* %Audit% 31 bytes max. %2004.06.17,Safe% */ sprintf(filename, BPF_FORMAT, b); - sock = open (filename, O_RDWR, 0); + sock = open (filename, O_RDWR | O_CLOEXEC, 0); if (sock < 0) { if (errno == EBUSY) { continue; diff -up dhcp-4.1.0/common/discover.c.cloexec dhcp-4.1.0/common/discover.c --- dhcp-4.1.0/common/discover.c.cloexec 2008-08-29 07:48:57.000000000 -1000 +++ dhcp-4.1.0/common/discover.c 2009-01-06 11:56:11.000000000 -1000 @@ -409,7 +409,7 @@ begin_iface_scan(struct iface_conf_list int len; int i; - ifaces->fp = fopen("/proc/net/dev", "r"); + ifaces->fp = fopen("/proc/net/dev", "re"); if (ifaces->fp == NULL) { log_error("Error opening '/proc/net/dev' to list interfaces"); return 0; @@ -443,7 +443,7 @@ begin_iface_scan(struct iface_conf_list } #ifdef DHCPv6 - ifaces->fp6 = fopen("/proc/net/if_inet6", "r"); + ifaces->fp6 = fopen("/proc/net/if_inet6", "re"); if (ifaces->fp6 == NULL) { log_error("Error opening '/proc/net/if_inet6' to " "list IPv6 interfaces; %m"); diff -up dhcp-4.1.0/common/dlpi.c.cloexec dhcp-4.1.0/common/dlpi.c --- dhcp-4.1.0/common/dlpi.c.cloexec 2009-01-06 11:56:11.000000000 -1000 +++ dhcp-4.1.0/common/dlpi.c 2009-01-06 11:56:11.000000000 -1000 @@ -795,7 +795,7 @@ dlpiopen(const char *ifname) { } *dp = '\0'; - return open (devname, O_RDWR, 0); + return open (devname, O_RDWR | O_CLOEXEC, 0); } /* diff -up dhcp-4.1.0/common/nit.c.cloexec dhcp-4.1.0/common/nit.c --- dhcp-4.1.0/common/nit.c.cloexec 2009-01-06 11:56:11.000000000 -1000 +++ dhcp-4.1.0/common/nit.c 2009-01-06 11:56:11.000000000 -1000 @@ -81,7 +81,7 @@ int if_register_nit (info) struct strioctl sio; /* Open a NIT device */ - sock = open ("/dev/nit", O_RDWR); + sock = open ("/dev/nit", O_RDWR | O_CLOEXEC); if (sock < 0) log_fatal ("Can't open NIT device for %s: %m", info -> name); diff -up dhcp-4.1.0/common/resolv.c.cloexec dhcp-4.1.0/common/resolv.c --- dhcp-4.1.0/common/resolv.c.cloexec 2008-03-07 10:12:44.000000000 -1000 +++ dhcp-4.1.0/common/resolv.c 2009-01-06 12:05:17.000000000 -1000 @@ -49,7 +49,7 @@ void read_resolv_conf (parse_time) struct domain_search_list *dp, *dl, *nd; isc_result_t status; - if ((file = open (path_resolv_conf, O_RDONLY)) < 0) { + if ((file = open (path_resolv_conf, O_RDONLY | O_CLOEXEC)) < 0) { log_error ("Can't open %s: %m", path_resolv_conf); return; } diff -up dhcp-4.1.0/common/upf.c.cloexec dhcp-4.1.0/common/upf.c --- dhcp-4.1.0/common/upf.c.cloexec 2009-01-06 11:56:11.000000000 -1000 +++ dhcp-4.1.0/common/upf.c 2009-01-06 11:56:11.000000000 -1000 @@ -77,7 +77,7 @@ int if_register_upf (info) /* %Audit% Cannot exceed 36 bytes. %2004.06.17,Safe% */ sprintf(filename, "/dev/pf/pfilt%d", b); - sock = open (filename, O_RDWR, 0); + sock = open (filename, O_RDWR | O_CLOEXEC, 0); if (sock < 0) { if (errno == EBUSY) { continue; diff -up dhcp-4.1.0/dst/dst_api.c.cloexec dhcp-4.1.0/dst/dst_api.c --- dhcp-4.1.0/dst/dst_api.c.cloexec 2007-11-30 11:51:43.000000000 -1000 +++ dhcp-4.1.0/dst/dst_api.c 2009-01-06 11:56:11.000000000 -1000 @@ -436,7 +436,7 @@ dst_s_write_private_key(const DST_KEY *k PRIVATE_KEY, PATH_MAX); /* Do not overwrite an existing file */ - if ((fp = dst_s_fopen(file, "w", 0600)) != NULL) { + if ((fp = dst_s_fopen(file, "we", 0600)) != NULL) { int nn; if ((nn = fwrite(encoded_block, 1, len, fp)) != len) { EREPORT(("dst_write_private_key(): Write failure on %s %d != %d errno=%d\n", @@ -493,7 +493,7 @@ dst_s_read_public_key(const char *in_nam * flags, proto, alg stored as decimal (or hex numbers FIXME). * (FIXME: handle parentheses for line continuation.) */ - if ((fp = dst_s_fopen(name, "r", 0)) == NULL) { + if ((fp = dst_s_fopen(name, "re", 0)) == NULL) { EREPORT(("dst_read_public_key(): Public Key not found %s\n", name)); return (NULL); @@ -615,7 +615,7 @@ dst_s_write_public_key(const DST_KEY *ke return (0); } /* create public key file */ - if ((fp = dst_s_fopen(filename, "w+", 0644)) == NULL) { + if ((fp = dst_s_fopen(filename, "w+e", 0644)) == NULL) { EREPORT(("DST_write_public_key: open of file:%s failed (errno=%d)\n", filename, errno)); return (0); @@ -849,7 +849,7 @@ dst_s_read_private_key_file(char *name, return (0); } /* first check if we can find the key file */ - if ((fp = dst_s_fopen(filename, "r", 0)) == NULL) { + if ((fp = dst_s_fopen(filename, "re", 0)) == NULL) { EREPORT(("dst_s_read_private_key_file: Could not open file %s in directory %s\n", filename, dst_path[0] ? dst_path : (char *) getcwd(NULL, PATH_MAX - 1))); diff -up dhcp-4.1.0/dst/prandom.c.cloexec dhcp-4.1.0/dst/prandom.c --- dhcp-4.1.0/dst/prandom.c.cloexec 2007-11-30 11:51:43.000000000 -1000 +++ dhcp-4.1.0/dst/prandom.c 2009-01-06 11:56:11.000000000 -1000 @@ -267,7 +267,7 @@ get_dev_random(u_char *output, unsigned s = stat("/dev/random", &st); if (s == 0 && S_ISCHR(st.st_mode)) { - if ((fd = open("/dev/random", O_RDONLY | O_NONBLOCK)) != -1) { + if ((fd = open("/dev/random", O_RDONLY | O_NONBLOCK | O_CLOEXEC)) != -1) { if ((n = read(fd, output, size)) < 0) n = 0; close(fd); @@ -478,7 +478,7 @@ digest_file(dst_work *work) work->file_digest = dst_free_key(work->file_digest); return (0); } - if ((fp = fopen(name, "r")) == NULL) + if ((fp = fopen(name, "re")) == NULL) return (0); for (no = 0; (i = fread(buf, sizeof(*buf), sizeof(buf), fp)) > 0; no += i) diff -up dhcp-4.1.0/minires/res_init.c.cloexec dhcp-4.1.0/minires/res_init.c --- dhcp-4.1.0/minires/res_init.c.cloexec 2008-02-28 11:21:56.000000000 -1000 +++ dhcp-4.1.0/minires/res_init.c 2009-01-06 11:56:11.000000000 -1000 @@ -233,7 +233,7 @@ minires_vinit(res_state statp, int prein (line[sizeof(name) - 1] == ' ' || \ line[sizeof(name) - 1] == '\t')) - if ((fp = fopen(_PATH_RESCONF, "r")) != NULL) { + if ((fp = fopen(_PATH_RESCONF, "re")) != NULL) { /* read the config file */ while (fgets(buf, sizeof(buf), fp) != NULL) { /* skip comments */ diff -up dhcp-4.1.0/minires/res_query.c.cloexec dhcp-4.1.0/minires/res_query.c --- dhcp-4.1.0/minires/res_query.c.cloexec 2008-02-28 11:21:56.000000000 -1000 +++ dhcp-4.1.0/minires/res_query.c 2009-01-06 11:56:11.000000000 -1000 @@ -379,7 +379,7 @@ res_hostalias(const res_state statp, con if (statp->options & RES_NOALIASES) return (NULL); file = getenv("HOSTALIASES"); - if (file == NULL || (fp = fopen(file, "r")) == NULL) + if (file == NULL || (fp = fopen(file, "re")) == NULL) return (NULL); setbuf(fp, NULL); buf[sizeof(buf) - 1] = '\0'; diff -up dhcp-4.1.0/omapip/trace.c.cloexec dhcp-4.1.0/omapip/trace.c --- dhcp-4.1.0/omapip/trace.c.cloexec 2007-07-12 20:43:42.000000000 -1000 +++ dhcp-4.1.0/omapip/trace.c 2009-01-06 11:56:11.000000000 -1000 @@ -140,10 +140,10 @@ isc_result_t trace_begin (const char *fi return ISC_R_INVALIDARG; } - traceoutfile = open (filename, O_CREAT | O_WRONLY | O_EXCL, 0600); + traceoutfile = open (filename, O_CREAT | O_WRONLY | O_EXCL | O_CLOEXEC, 0600); if (traceoutfile < 0 && errno == EEXIST) { log_error ("WARNING: Overwriting trace file \"%s\"", filename); - traceoutfile = open (filename, O_WRONLY | O_EXCL, 0600); + traceoutfile = open (filename, O_WRONLY | O_EXCL | O_CLOEXEC, 0600); } if (traceoutfile < 0) { @@ -429,7 +429,7 @@ void trace_file_replay (const char *file isc_result_t result; int len; - traceinfile = fopen (filename, "r"); + traceinfile = fopen (filename, "re"); if (!traceinfile) { log_error ("Can't open tracefile %s: %m", filename); return; diff -up dhcp-4.1.0/relay/dhcrelay.c.cloexec dhcp-4.1.0/relay/dhcrelay.c --- dhcp-4.1.0/relay/dhcrelay.c.cloexec 2008-11-12 13:22:14.000000000 -1000 +++ dhcp-4.1.0/relay/dhcrelay.c 2009-01-06 12:06:23.000000000 -1000 @@ -174,11 +174,11 @@ main(int argc, char **argv) { /* Make sure that file descriptors 0(stdin), 1,(stdout), and 2(stderr) are open. To do this, we assume that when we open a file the lowest available file descriptor is used. */ - fd = open("/dev/null", O_RDWR); + fd = open("/dev/null", O_RDWR | O_CLOEXEC); if (fd == 0) - fd = open("/dev/null", O_RDWR); + fd = open("/dev/null", O_RDWR | O_CLOEXEC); if (fd == 1) - fd = open("/dev/null", O_RDWR); + fd = open("/dev/null", O_RDWR | O_CLOEXEC); if (fd == 2) log_perror = 0; /* No sense logging to /dev/null. */ else if (fd != -1) @@ -511,12 +511,12 @@ main(int argc, char **argv) { exit(0); pfdesc = open(path_dhcrelay_pid, - O_CREAT | O_TRUNC | O_WRONLY, 0644); + O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC, 0644); if (pfdesc < 0) { log_error("Can't create %s: %m", path_dhcrelay_pid); } else { - pf = fdopen(pfdesc, "w"); + pf = fdopen(pfdesc, "we"); if (!pf) log_error("Can't fdopen %s: %m", path_dhcrelay_pid); diff -up dhcp-4.1.0/server/confpars.c.cloexec dhcp-4.1.0/server/confpars.c --- dhcp-4.1.0/server/confpars.c.cloexec 2009-01-06 11:56:10.000000000 -1000 +++ dhcp-4.1.0/server/confpars.c 2009-01-06 11:56:11.000000000 -1000 @@ -116,7 +116,7 @@ isc_result_t read_conf_file (const char } #endif - if ((file = open (filename, O_RDONLY)) < 0) { + if ((file = open (filename, O_RDONLY | O_CLOEXEC)) < 0) { if (leasep) { log_error ("Can't open lease database %s: %m --", path_dhcpd_db); diff -up dhcp-4.1.0/server/db.c.cloexec dhcp-4.1.0/server/db.c --- dhcp-4.1.0/server/db.c.cloexec 2008-03-31 03:49:45.000000000 -1000 +++ dhcp-4.1.0/server/db.c 2009-01-06 11:56:11.000000000 -1000 @@ -1021,7 +1021,7 @@ void db_startup (testp) } #endif if (!testp) { - db_file = fopen (path_dhcpd_db, "a"); + db_file = fopen (path_dhcpd_db, "ae"); if (!db_file) log_fatal ("Can't open %s for append.", path_dhcpd_db); expire_all_pools (); @@ -1069,12 +1069,12 @@ int new_lease_file () path_dhcpd_db, (int)t) >= sizeof newfname) log_fatal("new_lease_file: lease file path too long"); - db_fd = open (newfname, O_WRONLY | O_TRUNC | O_CREAT, 0664); + db_fd = open (newfname, O_WRONLY | O_TRUNC | O_CREAT | O_CLOEXEC, 0664); if (db_fd < 0) { log_error ("Can't create new lease file: %m"); return 0; } - if ((new_db_file = fdopen(db_fd, "w")) == NULL) { + if ((new_db_file = fdopen(db_fd, "we")) == NULL) { log_error("Can't fdopen new lease file: %m"); close(db_fd); goto fdfail; diff -up dhcp-4.1.0/server/dhcpd.c.cloexec dhcp-4.1.0/server/dhcpd.c --- dhcp-4.1.0/server/dhcpd.c.cloexec 2009-01-06 11:56:09.000000000 -1000 +++ dhcp-4.1.0/server/dhcpd.c 2009-01-06 12:06:49.000000000 -1000 @@ -266,11 +266,11 @@ main(int argc, char **argv) { /* Make sure that file descriptors 0 (stdin), 1, (stdout), and 2 (stderr) are open. To do this, we assume that when we open a file the lowest available file descriptor is used. */ - fd = open("/dev/null", O_RDWR); + fd = open("/dev/null", O_RDWR | O_CLOEXEC); if (fd == 0) - fd = open("/dev/null", O_RDWR); + fd = open("/dev/null", O_RDWR | O_CLOEXEC); if (fd == 1) - fd = open("/dev/null", O_RDWR); + fd = open("/dev/null", O_RDWR | O_CLOEXEC); if (fd == 2) log_perror = 0; /* No sense logging to /dev/null. */ else if (fd != -1) @@ -779,7 +779,7 @@ main(int argc, char **argv) { #endif /* PARANOIA */ /* Read previous pid file. */ - if ((i = open (path_dhcpd_pid, O_RDONLY)) >= 0) { + if ((i = open (path_dhcpd_pid, O_RDONLY | O_CLOEXEC)) >= 0) { status = read(i, pbuf, (sizeof pbuf) - 1); close (i); if (status > 0) { @@ -797,7 +797,7 @@ main(int argc, char **argv) { } /* Write new pid file. */ - if ((i = open(path_dhcpd_pid, O_WRONLY|O_CREAT|O_TRUNC, 0644)) >= 0) { + if ((i = open(path_dhcpd_pid, O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0644)) >= 0) { sprintf(pbuf, "%d\n", (int) getpid()); write(i, pbuf, strlen(pbuf)); close(i); @@ -823,9 +823,9 @@ main(int argc, char **argv) { close(2); /* Reopen them on /dev/null. */ - open("/dev/null", O_RDWR); - open("/dev/null", O_RDWR); - open("/dev/null", O_RDWR); + open("/dev/null", O_RDWR | O_CLOEXEC); + open("/dev/null", O_RDWR | O_CLOEXEC); + open("/dev/null", O_RDWR | O_CLOEXEC); log_perror = 0; /* No sense logging to /dev/null. */ chdir("/"); diff -up dhcp-4.1.0/server/ldap.c.cloexec dhcp-4.1.0/server/ldap.c --- dhcp-4.1.0/server/ldap.c.cloexec 2009-01-06 11:56:09.000000000 -1000 +++ dhcp-4.1.0/server/ldap.c 2009-01-06 11:56:11.000000000 -1000 @@ -685,7 +685,7 @@ ldap_start (void) if (ldap_debug_file != NULL && ldap_debug_fd == -1) { - if ((ldap_debug_fd = open (ldap_debug_file, O_CREAT | O_TRUNC | O_WRONLY, + if ((ldap_debug_fd = open (ldap_debug_file, O_CREAT | O_TRUNC | O_WRONLY | O_CLOEXEC, S_IRUSR | S_IWUSR)) < 0) log_error ("Error opening debug LDAP log file %s: %s", ldap_debug_file, strerror (errno)); dhcp-4.1.0-default-requested-options.patch: --- NEW FILE dhcp-4.1.0-default-requested-options.patch --- diff -up dhcp-4.1.0/client/clparse.c.requested dhcp-4.1.0/client/clparse.c --- dhcp-4.1.0/client/clparse.c.requested 2009-01-06 10:40:46.000000000 -1000 +++ dhcp-4.1.0/client/clparse.c 2009-01-06 10:40:47.000000000 -1000 @@ -37,7 +37,7 @@ struct client_config top_level_config; -#define NUM_DEFAULT_REQUESTED_OPTS 9 +#define NUM_DEFAULT_REQUESTED_OPTS 12 struct option *default_requested_options[NUM_DEFAULT_REQUESTED_OPTS + 1]; static void parse_client_default_duid(struct parse *cfile); @@ -111,6 +111,21 @@ isc_result_t read_client_conf () option_code_hash_lookup(&default_requested_options[8], dhcpv6_universe.code_hash, &code, 0, MDL); + /* 10 */ + code = DHO_NIS_DOMAIN; + option_code_hash_lookup(&default_requested_options[9], + dhcp_universe.code_hash, &code, 0, MDL); + + /* 11 */ + code = DHO_NIS_SERVERS; + option_code_hash_lookup(&default_requested_options[10], + dhcp_universe.code_hash, &code, 0, MDL); + + /* 12 */ + code = DHO_NTP_SERVERS; + option_code_hash_lookup(&default_requested_options[11], + dhcp_universe.code_hash, &code, 0, MDL); + for (code = 0 ; code < NUM_DEFAULT_REQUESTED_OPTS ; code++) { if (default_requested_options[code] == NULL) log_fatal("Unable to find option definition for " dhcp-4.1.0-dhclient-anycast.patch: --- NEW FILE dhcp-4.1.0-dhclient-anycast.patch --- diff -up dhcp-4.1.0/client/clparse.c.anycast dhcp-4.1.0/client/clparse.c --- dhcp-4.1.0/client/clparse.c.anycast 2009-01-06 10:43:52.000000000 -1000 +++ dhcp-4.1.0/client/clparse.c 2009-01-06 10:43:53.000000000 -1000 @@ -558,6 +558,17 @@ void parse_client_statement (cfile, ip, } return; + case ANYCAST_MAC: + token = next_token (&val, (unsigned *)0, cfile); + if (ip) { + parse_hardware_param (cfile, &ip -> anycast_mac_addr); + } else { + parse_warn (cfile, "anycast mac address parameter %s", + "not allowed here."); + skip_to_semi (cfile); + } + return; + case REQUEST: token = next_token (&val, (unsigned *)0, cfile); if (config -> requested_options == default_requested_options) diff -up dhcp-4.1.0/common/conflex.c.anycast dhcp-4.1.0/common/conflex.c --- dhcp-4.1.0/common/conflex.c.anycast 2009-01-06 10:43:52.000000000 -1000 +++ dhcp-4.1.0/common/conflex.c 2009-01-06 10:43:53.000000000 -1000 @@ -729,6 +729,8 @@ intern(char *atom, enum dhcp_token dfv) } if (!strcasecmp (atom + 1, "nd")) return AND; + if (!strcasecmp (atom + 1, "nycast-mac")) + return ANYCAST_MAC; if (!strcasecmp (atom + 1, "ppend")) return APPEND; if (!strcasecmp (atom + 1, "llow")) diff -up dhcp-4.1.0/common/lpf.c.anycast dhcp-4.1.0/common/lpf.c --- dhcp-4.1.0/common/lpf.c.anycast 2009-01-06 10:43:52.000000000 -1000 +++ dhcp-4.1.0/common/lpf.c 2009-01-06 10:43:53.000000000 -1000 @@ -333,6 +333,9 @@ ssize_t send_packet (interface, packet, return send_fallback (interface, packet, raw, len, from, to, hto); + if (hto == NULL && interface->anycast_mac_addr.hlen) + hto = &interface->anycast_mac_addr; + /* Assemble the headers... */ assemble_hw_header (interface, (unsigned char *)hh, &hbufp, hto); fudge = hbufp % 4; /* IP header must be word-aligned. */ diff -up dhcp-4.1.0/includes/dhcpd.h.anycast dhcp-4.1.0/includes/dhcpd.h --- dhcp-4.1.0/includes/dhcpd.h.anycast 2009-01-06 10:43:53.000000000 -1000 +++ dhcp-4.1.0/includes/dhcpd.h 2009-01-06 10:43:53.000000000 -1000 @@ -1215,6 +1215,7 @@ struct interface_info { int dlpi_sap_length; struct hardware dlpi_broadcast_addr; # endif /* DLPI_SEND || DLPI_RECEIVE */ + struct hardware anycast_mac_addr; }; struct hardware_link { diff -up dhcp-4.1.0/includes/dhctoken.h.anycast dhcp-4.1.0/includes/dhctoken.h --- dhcp-4.1.0/includes/dhctoken.h.anycast 2009-01-06 10:43:52.000000000 -1000 +++ dhcp-4.1.0/includes/dhctoken.h 2009-01-06 10:49:12.000000000 -1000 @@ -353,7 +353,8 @@ enum dhcp_token { TEMPORARY = 656, PREFIX6 = 657, FIXED_PREFIX6 = 658, - BOOTP_BROADCAST_ALWAYS = 659 + BOOTP_BROADCAST_ALWAYS = 659, + ANYCAST_MAC = 660 }; #define is_identifier(x) ((x) >= FIRST_TOKEN && \ dhcp-4.1.0-dhclient-decline-backoff.patch: --- NEW FILE dhcp-4.1.0-dhclient-decline-backoff.patch --- diff -up dhcp-4.1.0/client/dhclient.c.backoff dhcp-4.1.0/client/dhclient.c --- dhcp-4.1.0/client/dhclient.c.backoff 2009-01-06 10:08:07.000000000 -1000 +++ dhcp-4.1.0/client/dhclient.c 2009-01-06 10:10:27.000000000 -1000 @@ -1185,6 +1185,7 @@ void state_init (cpp) void *cpp; { struct client_state *client = cpp; + enum dhcp_state init_state = client->state; ASSERT_STATE(state, S_INIT); @@ -1197,9 +1198,16 @@ void state_init (cpp) client -> first_sending = cur_time; client -> interval = client -> config -> initial_interval; - /* Add an immediate timeout to cause the first DHCPDISCOVER packet - to go out. */ - send_discover (client); + if (init_state != S_DECLINED) { + /* Add an immediate timeout to cause the first DHCPDISCOVER packet + to go out. */ + send_discover(client); + } else { + /* We've received an OFFER and it has been DECLINEd by dhclient-script. + * wait for a random time between 1 and backoff_cutoff seconds before + * trying again. */ + add_timeout(cur_time + ((1 + (random() >> 2)) % client->config->backoff_cutoff), send_discover, client, 0, 0); + } } /* @@ -1478,6 +1486,7 @@ void bind_lease (client) send_decline (client); destroy_client_lease (client -> new); client -> new = (struct client_lease *)0; + client -> state = S_DECLINED; state_init (client); return; } @@ -3680,6 +3689,7 @@ void client_location_changed () case S_INIT: case S_REBINDING: case S_STOPPED: + case S_DECLINED: break; } client -> state = S_INIT; diff -up dhcp-4.1.0/includes/dhcpd.h.backoff dhcp-4.1.0/includes/dhcpd.h --- dhcp-4.1.0/includes/dhcpd.h.backoff 2009-01-06 10:08:07.000000000 -1000 +++ dhcp-4.1.0/includes/dhcpd.h 2009-01-06 10:08:07.000000000 -1000 @@ -1016,7 +1016,8 @@ enum dhcp_state { S_BOUND = 5, S_RENEWING = 6, S_REBINDING = 7, - S_STOPPED = 8 + S_STOPPED = 8, + S_DECLINED = 9 }; /* Authentication and BOOTP policy possibilities (not all values work dhcp-4.1.0-dhclient-usage.patch: --- NEW FILE dhcp-4.1.0-dhclient-usage.patch --- diff -up dhcp-4.1.0/client/dhclient.c.usage dhcp-4.1.0/client/dhclient.c --- dhcp-4.1.0/client/dhclient.c.usage 2009-01-06 10:36:55.000000000 -1000 +++ dhcp-4.1.0/client/dhclient.c 2009-01-06 10:39:58.000000000 -1000 @@ -990,6 +990,10 @@ static void usage() "[-s server]"); log_error(" [-cf config-file] [-lf lease-file]%s", "[-pf pid-file] [-e VAR=val]"); + log_error(" [-I ] [-B]"); + log_error(" [-H | -F ] [-timeout ]"); + log_error(" [-V ]"); + log_error(" [-R ]"); log_fatal(" [-sf script-file] [interface]"); } dhcp-4.1.0-errwarn-message.patch: --- NEW FILE dhcp-4.1.0-errwarn-message.patch --- diff -up dhcp-4.1.0/omapip/errwarn.c.errwarn dhcp-4.1.0/omapip/errwarn.c --- dhcp-4.1.0/omapip/errwarn.c.errwarn 2007-07-12 20:43:42.000000000 -1000 +++ dhcp-4.1.0/omapip/errwarn.c 2009-01-06 07:02:20.000000000 -1000 @@ -76,20 +76,13 @@ void log_fatal (const char * fmt, ... ) #if !defined (NOMINUM) log_error ("%s", ""); - log_error ("If you did not get this software from ftp.isc.org, please"); - log_error ("get the latest from ftp.isc.org and install that before"); - log_error ("requesting help."); + log_error ("This version of ISC DHCP is based on the release available"); + log_error ("on ftp.isc.org. Features have been added and other changes"); + log_error ("have been made to the base software release in order to make"); + log_error ("it work better with this distribution."); log_error ("%s", ""); - log_error ("If you did get this software from ftp.isc.org and have not"); - log_error ("yet read the README, please read it before requesting help."); - log_error ("If you intend to request help from the dhcp-server at isc.org"); - log_error ("mailing list, please read the section on the README about"); - log_error ("submitting bug reports and requests for help."); - log_error ("%s", ""); - log_error ("Please do not under any circumstances send requests for"); - log_error ("help directly to the authors of this software - please"); - log_error ("send them to the appropriate mailing list as described in"); - log_error ("the README file."); + log_error ("Please report for this software via the Red Hat Bugzilla site:"); + log_error (" http://bugzilla.redhat.com"); log_error ("%s", ""); log_error ("exiting."); #endif dhcp-4.1.0-failover-ports.patch: --- NEW FILE dhcp-4.1.0-failover-ports.patch --- diff -up dhcp-4.1.0/server/confpars.c.failover dhcp-4.1.0/server/confpars.c --- dhcp-4.1.0/server/confpars.c.failover 2009-01-06 10:24:38.000000000 -1000 +++ dhcp-4.1.0/server/confpars.c 2009-01-06 10:24:38.000000000 -1000 @@ -1142,10 +1142,17 @@ void parse_failover_peer (cfile, group, parse_warn (cfile, "peer address may not be omitted"); /* XXX - when/if we get a port number assigned, just set as default */ + /* See Red Hat Bugzilla 167292: + * we do now: dhcp-failover 647/tcp + * dhcp-failover 647/udp + * dhcp-failover 847/tcp + * dhcp-failover 847/udp + * IANA registration by Bernard Volz + */ if (!peer -> me.port) - parse_warn (cfile, "local port may not be omitted"); + peer -> me.port = 647; if (!peer -> partner.port) - parse_warn (cfile, "peer port may not be omitted"); + peer -> partner.port = 847; if (peer -> i_am == primary) { if (!peer -> hba) { dhcp-4.1.0-garbage-chars.patch: --- NEW FILE dhcp-4.1.0-garbage-chars.patch --- diff -up dhcp-4.1.0/common/tables.c.garbage dhcp-4.1.0/common/tables.c --- dhcp-4.1.0/common/tables.c.garbage 2008-01-23 16:43:04.000000000 -1000 +++ dhcp-4.1.0/common/tables.c 2009-01-06 12:09:41.000000000 -1000 @@ -207,7 +207,7 @@ static struct option dhcp_options[] = { { "netinfo-server-tag", "t", &dhcp_universe, 113, 1 }, { "default-url", "t", &dhcp_universe, 114, 1 }, { "subnet-selection", "I", &dhcp_universe, 118, 1 }, - { "domain-search", "Dc", &dhcp_universe, 119, 1 }, + { "domain-search", "D", &dhcp_universe, 119, 1 }, { "vivco", "Evendor-class.", &dhcp_universe, 124, 1 }, { "vivso", "Evendor.", &dhcp_universe, 125, 1 }, #if 0 dhcp-4.1.0-inherit-leases.patch: --- NEW FILE dhcp-4.1.0-inherit-leases.patch --- diff -up dhcp-4.1.0/client/dhclient.c.inherit dhcp-4.1.0/client/dhclient.c --- dhcp-4.1.0/client/dhclient.c.inherit 2009-01-06 12:08:56.000000000 -1000 +++ dhcp-4.1.0/client/dhclient.c 2009-01-06 12:08:57.000000000 -1000 @@ -2299,6 +2299,7 @@ void send_request (cpp) { struct client_state *client = cpp; + int i; int result; int interval; struct sockaddr_in destination; @@ -2358,6 +2359,22 @@ void send_request (cpp) /* Now do a preinit on the interface so that we can discover a new address. */ script_init (client, "PREINIT", (struct string_list *)0); + + /* Has an active lease */ + if (client -> interface -> addresses != NULL) { + for (i = 0; i < client -> interface -> address_count; i++) { + if (client -> active && + client -> active -> is_bootp && + client -> active -> expiry > cur_time && + client -> interface -> addresses[i].s_addr != 0 && + client -> active -> address.len == 4 && + memcpy (client -> active -> address.iabuf, &(client -> interface -> addresses[i]), 4) == 0) { + client_envadd (client, "", "keep_old_ip", "%s", "yes"); + break; + } + } + } + if (client -> alias) script_write_params (client, "alias_", client -> alias); dhcp-4.1.0-invalid-dhclient-conf.patch: --- NEW FILE dhcp-4.1.0-invalid-dhclient-conf.patch --- diff -up dhcp-4.1.0/client/dhclient.conf.supersede dhcp-4.1.0/client/dhclient.conf --- dhcp-4.1.0/client/dhclient.conf.supersede 1997-06-02 12:50:44.000000000 -1000 +++ dhcp-4.1.0/client/dhclient.conf 2009-01-06 12:27:08.000000000 -1000 @@ -1,10 +1,10 @@ send host-name "andare.fugue.com"; send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; send dhcp-lease-time 3600; -supersede domain-name "fugue.com home.vix.com"; +supersede domain-search "fugue.com home.vix.com"; prepend domain-name-servers 127.0.0.1; request subnet-mask, broadcast-address, time-offset, routers, - domain-name, domain-name-servers, host-name; + domain-search, domain-name, domain-name-servers, host-name; require subnet-mask, domain-name-servers; timeout 60; retry 60; dhcp-4.1.0-ldap-configuration.patch: --- NEW FILE dhcp-4.1.0-ldap-configuration.patch --- diff -up dhcp-4.1.0/common/conflex.c.ldap dhcp-4.1.0/common/conflex.c --- dhcp-4.1.0/common/conflex.c.ldap 2008-03-07 10:12:44.000000000 -1000 +++ dhcp-4.1.0/common/conflex.c 2009-01-06 07:03:13.000000000 -1000 @@ -43,6 +43,7 @@ static enum dhcp_token read_string PROTO static enum dhcp_token read_number PROTO ((int, struct parse *)); static enum dhcp_token read_num_or_name PROTO ((int, struct parse *)); static enum dhcp_token intern PROTO ((char *, enum dhcp_token)); +static int read_function PROTO ((struct parse *)); isc_result_t new_parse (cfile, file, inbuf, buflen, name, eolp) struct parse **cfile; @@ -73,6 +74,10 @@ isc_result_t new_parse (cfile, file, inb tmp->file = file; tmp->eol_token = eolp; + if (file != -1) { + tmp -> read_function = read_function; + } + if (inbuf != NULL) { tmp->inbuf = inbuf; tmp->buflen = buflen; @@ -177,9 +182,13 @@ static int get_char (cfile) /* My kingdom for WITH... */ int c; - if (cfile->bufix == cfile->buflen) - c = EOF; - else { + if (cfile->bufix == cfile->buflen) { + if (cfile -> read_function) { + c = cfile -> read_function (cfile); + } else { + c = EOF; + } + } else { c = cfile->inbuf [cfile->bufix]; cfile->bufix++; } @@ -1443,3 +1452,25 @@ intern(char *atom, enum dhcp_token dfv) } return dfv; } + +static int +read_function (struct parse * cfile) +{ + int c; + + ssize_t n = read (cfile -> file, cfile -> inbuf, cfile -> bufsiz); + if (n == 0) { + c = EOF; + cfile -> bufix = 0; + cfile -> buflen = 0; + } else if (n < 0) { + c = EOF; + cfile -> bufix = cfile -> buflen = 0; + } else { + c = cfile -> inbuf [0]; + cfile -> bufix = 1; + cfile -> buflen = n; + } + + return c; +} diff -up dhcp-4.1.0/common/print.c.ldap dhcp-4.1.0/common/print.c --- dhcp-4.1.0/common/print.c.ldap 2007-10-01 04:47:35.000000000 -1000 +++ dhcp-4.1.0/common/print.c 2009-01-06 07:03:13.000000000 -1000 @@ -163,9 +163,9 @@ char *print_base64 (const unsigned char } char *print_hw_addr (htype, hlen, data) - int htype; - int hlen; - unsigned char *data; + const int htype; + const int hlen; + const unsigned char *data; { static char habuf [49]; char *s; diff -up dhcp-4.1.0/dst/Makefile.am.ldap dhcp-4.1.0/dst/Makefile.am --- dhcp-4.1.0/dst/Makefile.am.ldap 2007-05-29 06:32:10.000000000 -1000 +++ dhcp-4.1.0/dst/Makefile.am 2009-01-06 07:03:13.000000000 -1000 @@ -2,7 +2,12 @@ AM_CPPFLAGS = -DMINIRES_LIB -DHMAC_MD5 lib_LIBRARIES = libdst.a +noinst_LIBRARIES = libdstnomd5.a + libdst_a_SOURCES = dst_support.c dst_api.c hmac_link.c md5_dgst.c \ base64.c prandom.c +libdstnomd5_a_SOURCES = dst_support.c dst_api.c hmac_link.c \ + base64.c prandom.c + EXTRA_DIST = dst_internal.h md5.h md5_locl.h diff -up dhcp-4.1.0/includes/dhcpd.h.ldap dhcp-4.1.0/includes/dhcpd.h --- dhcp-4.1.0/includes/dhcpd.h.ldap 2008-08-29 07:48:57.000000000 -1000 +++ dhcp-4.1.0/includes/dhcpd.h 2009-01-06 07:03:13.000000000 -1000 @@ -102,6 +102,11 @@ typedef time_t TIME; #include #include +#if defined(LDAP_CONFIGURATION) +# include +# include /* for uname() */ +#endif + #if !defined (BYTE_NAME_HASH_SIZE) # define BYTE_NAME_HASH_SIZE 401 /* Default would be ridiculous. */ #endif @@ -291,6 +296,8 @@ struct parse { size_t bufsiz; struct parse *saved_state; + + int (*read_function) (struct parse *); }; /* Variable-length array of data. */ @@ -422,6 +429,32 @@ struct hardware { u_int8_t hbuf [17]; }; +#if defined(LDAP_CONFIGURATION) +# define LDAP_BUFFER_SIZE 8192 +# define LDAP_METHOD_STATIC 0 +# define LDAP_METHOD_DYNAMIC 1 +#if defined (USE_SSL) +# define LDAP_SSL_OFF 0 +# define LDAP_SSL_ON 1 +# define LDAP_SSL_TLS 2 +# define LDAP_SSL_LDAPS 3 +#endif + +/* This is a tree of the current configuration we are building from LDAP */ +struct ldap_config_stack { + LDAPMessage * res; /* Pointer returned from ldap_search */ + LDAPMessage * ldent; /* Current item in LDAP that we're processing. + in res */ + int close_brace; /* Put a closing } after we're through with + this item */ + int processed; /* We set this flag if this base item has been + processed. After this base item is processed, + we can start processing the children */ + struct ldap_config_stack *children; + struct ldap_config_stack *next; +}; +#endif + typedef enum { server_startup = 0, server_running = 1, @@ -642,6 +675,29 @@ struct lease_state { # define DEFAULT_ACK_DELAY_USECS 250000 /* 1/4 of a second */ #endif +#if defined(LDAP_CONFIGURATION) +# define SV_LDAP_SERVER 57 +# define SV_LDAP_PORT 58 +# define SV_LDAP_USERNAME 59 +# define SV_LDAP_PASSWORD 60 +# define SV_LDAP_BASE_DN 61 +# define SV_LDAP_METHOD 62 +# define SV_LDAP_DEBUG_FILE 63 +# define SV_LDAP_DHCP_SERVER_CN 64 +# define SV_LDAP_REFERRALS 65 +#if defined (USE_SSL) +# define SV_LDAP_SSL 66 +# define SV_LDAP_TLS_REQCERT 67 +# define SV_LDAP_TLS_CA_FILE 68 +# define SV_LDAP_TLS_CA_DIR 69 +# define SV_LDAP_TLS_CERT 70 +# define SV_LDAP_TLS_KEY 71 +# define SV_LDAP_TLS_CRLCHECK 72 +# define SV_LDAP_TLS_CIPHERS 73 +# define SV_LDAP_TLS_RANDFILE 74 +#endif +#endif + #if !defined (DEFAULT_DEFAULT_LEASE_TIME) # define DEFAULT_DEFAULT_LEASE_TIME 43200 #endif @@ -2107,7 +2163,7 @@ extern int db_time_format; char *quotify_string (const char *, const char *, int); char *quotify_buf (const unsigned char *, unsigned, const char *, int); char *print_base64 (const unsigned char *, unsigned, const char *, int); -char *print_hw_addr PROTO ((int, int, unsigned char *)); +char *print_hw_addr PROTO ((const int, const int, const unsigned char *)); void print_lease PROTO ((struct lease *)); void dump_raw PROTO ((const unsigned char *, unsigned)); void dump_packet_option (struct option_cache *, struct packet *, @@ -3228,6 +3284,20 @@ OMAPI_OBJECT_ALLOC_DECL (dhcp_failover_l const char *binding_state_print (enum failover_state); +/* ldap.c */ +#if defined(LDAP_CONFIGURATION) [...2268 lines suppressed...] + if (res && ent) + { +#if defined (DEBUG_LDAP) + char *dn = ldap_get_dn (ld, ent); + if (dn != NULL) + { + log_info ("Found subclass LDAP entry %s", dn); + ldap_memfree(dn); + } +#endif + + status = class_allocate (newclass, MDL); + if (status != ISC_R_SUCCESS) + { + log_error ("Cannot allocate memory for a new class"); + ldap_msgfree (res); + return (0); + } + + group_reference (&(*newclass)->group, class->group, MDL); + class_reference (&(*newclass)->superclass, class, MDL); + lease_limit = ldap_parse_options (ent, (*newclass)->group, + CLASS_DECL, NULL, newclass); + if (lease_limit == 0) + (*newclass)->lease_limit = class->lease_limit; + else + class->lease_limit = lease_limit; + + if ((*newclass)->lease_limit) + { + (*newclass)->billed_leases = + dmalloc ((*newclass)->lease_limit * sizeof (struct lease *), MDL); + if (!(*newclass)->billed_leases) + { + log_error ("no memory for billing"); + class_dereference (newclass, MDL); + ldap_msgfree (res); + return (0); + } + memset ((*newclass)->billed_leases, 0, + ((*newclass)->lease_limit * sizeof (*newclass)->billed_leases)); + } + + data_string_copy (&(*newclass)->hash_string, data, MDL); + + ldap_msgfree (res); + return (1); + } + + if(res) ldap_msgfree (res); + return (0); +} + +#endif diff -up dhcp-4.1.0/server/Makefile.am.ldap dhcp-4.1.0/server/Makefile.am --- dhcp-4.1.0/server/Makefile.am.ldap 2007-05-29 06:32:11.000000000 -1000 +++ dhcp-4.1.0/server/Makefile.am 2009-01-06 07:03:12.000000000 -1000 @@ -4,12 +4,10 @@ dist_sysconf_DATA = dhcpd.conf sbin_PROGRAMS = dhcpd dhcpd_SOURCES = dhcpd.c dhcp.c bootp.c confpars.c db.c class.c failover.c \ omapi.c mdb.c stables.c salloc.c ddns.c dhcpleasequery.c \ - dhcpv6.c mdb6.c + dhcpv6.c mdb6.c ldap.c ldap_casa.c -# libomapi.a this is here twice to handle circular library dependencies :( -dhcpd_LDADD = ../common/libdhcp.a ../omapip/libomapi.a ../dst/libdst.a \ - ../dhcpctl/libdhcpctl.a ../minires/libres.a \ - ../omapip/libomapi.a +dhcpd_LDADD = ../common/libdhcp.a ../omapip/libomapi.a ../minires/libres.a \ + ../dhcpctl/libdhcpctl.a ../dst/libdstnomd5.a -lldap man_MANS = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5 EXTRA_DIST = $(man_MANS) diff -up dhcp-4.1.0/server/mdb.c.ldap dhcp-4.1.0/server/mdb.c --- dhcp-4.1.0/server/mdb.c.ldap 2008-02-28 11:21:56.000000000 -1000 +++ dhcp-4.1.0/server/mdb.c 2009-01-06 07:03:13.000000000 -1000 @@ -600,6 +600,12 @@ int find_hosts_by_haddr (struct host_dec const char *file, int line) { struct hardware h; + int ret; + +#if defined(LDAP_CONFIGURATION) + if ((ret = find_haddr_in_ldap (hp, htype, hlen, haddr, file, line))) + return ret; +#endif h.hlen = hlen + 1; h.hbuf [0] = htype; diff -up dhcp-4.1.0/server/stables.c.ldap dhcp-4.1.0/server/stables.c --- dhcp-4.1.0/server/stables.c.ldap 2008-11-03 08:13:58.000000000 -1000 +++ dhcp-4.1.0/server/stables.c 2009-01-06 07:56:33.000000000 -1000 @@ -244,9 +244,107 @@ static struct option server_options[] = { "delayed-ack", "S", &server_universe, 58, 1 }, { "max-ack-delay", "L", &server_universe, 59, 1 }, #endif +#if defined(LDAP_CONFIGURATION) + { "ldap-server", "t", &server_universe, 60, 1 }, + { "ldap-port", "d", &server_universe, 61, 1 }, + { "ldap-username", "t", &server_universe, 62, 1 }, + { "ldap-password", "t", &server_universe, 63, 1 }, + { "ldap-base-dn", "t", &server_universe, 64, 1 }, + { "ldap-method", "Nldap-methods.", &server_universe, 65, 1 }, + { "ldap-debug-file", "t", &server_universe, 66, 1 }, + { "ldap-dhcp-server-cn", "t", &server_universe, 67, 1 }, + { "ldap-referrals", "f", &server_universe, 68, 1 }, +#if defined(USE_SSL) + { "ldap-ssl", "Nldap-ssl-usage.", &server_universe, 69, 1 }, + { "ldap-tls-reqcert", "Nldap-tls-reqcert.", &server_universe, 70, 1 }, + { "ldap-tls-ca-file", "t", &server_universe, 71, 1 }, + { "ldap-tls-ca-dir", "t", &server_universe, 72, 1 }, + { "ldap-tls-cert", "t", &server_universe, 73, 1 }, + { "ldap-tls-key", "t", &server_universe, 74, 1 }, + { "ldap-tls-crlcheck", "Nldap-tls-crlcheck.", &server_universe, 75, 1 }, + { "ldap-tls-ciphers", "t", &server_universe, 76, 1 }, + { "ldap-tls-randfile", "t", &server_universe, 77, 1 }, +#else + { "unknown-69", "X", &server_universe, 69, 1 }, + { "unknown-70", "X", &server_universe, 70, 1 }, + { "unknown-71", "X", &server_universe, 71, 1 }, + { "unknown-72", "X", &server_universe, 72, 1 }, + { "unknown-73", "X", &server_universe, 73, 1 }, + { "unknown-74", "X", &server_universe, 74, 1 }, + { "unknown-75", "X", &server_universe, 75, 1 }, + { "unknown-76", "X", &server_universe, 76, 1 }, + { "unknown-77", "X", &server_universe, 77, 1 }, +#endif +#else + { "unknown-60", "X", &server_universe, 60, 1 }, + { "unknown-61", "X", &server_universe, 61, 1 }, + { "unknown-62", "X", &server_universe, 62, 1 }, + { "unknown-63", "X", &server_universe, 63, 1 }, + { "unknown-64", "X", &server_universe, 64, 1 }, + { "unknown-65", "X", &server_universe, 65, 1 }, + { "unknown-66", "X", &server_universe, 66, 1 }, + { "unknown-67", "X", &server_universe, 67, 1 }, + { "unknown-68", "X", &server_universe, 68, 1 }, +#endif { NULL, NULL, NULL, 0, 0 } }; +#if defined(LDAP_CONFIGURATION) +struct enumeration_value ldap_values [] = { + { "static", LDAP_METHOD_STATIC }, + { "dynamic", LDAP_METHOD_DYNAMIC }, + { (char *) 0, 0 } +}; + +struct enumeration ldap_methods = { + (struct enumeration *)0, + "ldap-methods", 1, + ldap_values +}; + +#if defined(USE_SSL) +struct enumeration_value ldap_ssl_usage_values [] = { + { "off", LDAP_SSL_OFF }, + { "on",LDAP_SSL_ON }, + { "ldaps", LDAP_SSL_LDAPS }, + { "start_tls", LDAP_SSL_TLS }, + { (char *) 0, 0 } +}; + +struct enumeration ldap_ssl_usage_enum = { + (struct enumeration *)0, + "ldap-ssl-usage", 1, + ldap_ssl_usage_values +}; + +struct enumeration_value ldap_tls_reqcert_values [] = { + { "never", LDAP_OPT_X_TLS_NEVER }, + { "hard", LDAP_OPT_X_TLS_HARD }, + { "demand", LDAP_OPT_X_TLS_DEMAND}, + { "allow", LDAP_OPT_X_TLS_ALLOW }, + { "try", LDAP_OPT_X_TLS_TRY }, + { (char *) 0, 0 } +}; +struct enumeration ldap_tls_reqcert_enum = { + (struct enumeration *)0, + "ldap-tls-reqcert", 1, + ldap_tls_reqcert_values +}; + +struct enumeration_value ldap_tls_crlcheck_values [] = { + { "none", LDAP_OPT_X_TLS_CRL_NONE}, + { "peer", LDAP_OPT_X_TLS_CRL_PEER}, + { "all", LDAP_OPT_X_TLS_CRL_ALL }, + { (char *) 0, 0 } +}; +struct enumeration ldap_tls_crlcheck_enum = { + (struct enumeration *)0, + "ldap-tls-crlcheck", 1, + ldap_tls_crlcheck_values +}; +#endif +#endif + struct enumeration_value ddns_styles_values [] = { { "none", 0 }, { "ad-hoc", 1 }, dhcp-4.1.0-manpages.patch: --- NEW FILE dhcp-4.1.0-manpages.patch --- diff -up dhcp-4.1.0/client/dhclient.8.man dhcp-4.1.0/client/dhclient.8 --- dhcp-4.1.0/client/dhclient.8.man 2008-11-20 04:55:14.000000000 -1000 +++ dhcp-4.1.0/client/dhclient.8 2009-01-06 11:51:30.000000000 -1000 @@ -111,6 +111,33 @@ relay .B -w ] [ +.B -B +] +[ +.B -I +.I dhcp-client-identifier +] +[ +.B -H +.I host-name +] +[ +.B -F +.I fqdn.fqdn +] +[ +.B -V +.I vendor-class-identifier +] +[ +.B -R +.I request-option-list +] +[ +.B -timeout +.I timeout +] +[ .B -v ] [ @@ -138,32 +165,6 @@ important details about the network to w the location of a default router, the location of a name server, and so on. .PP -If given the -4 command line argument (default), dhclient will use the -DHCPv4 protocol to obtain an IPv4 address and configuration parameters. -.PP -If given the -6 command line argument, dhclient will use the DHCPv6 -protocol to obtain whatever IPv6 addresses are available along with -configuration parameters. But with -.B -S -it uses Information-request to get only (i.e., without address) -stateless configuration parameters. -.PP -The default DHCPv6 behavior is modified too with -.B -T -which asks for IPv6 temporary addresses, one set per -.B -T -flag. -.B -P -enables the IPv6 prefix delegation. -As temporary addresses or prefix delegation disables the normal -address query, -.B -N -restores it. Note it is not recommended to mix queries of different types -together, or even to share the lease file between them. -.PP -If given the --version command line argument, dhclient will print its -version number and exit. -.PP On startup, dhclient reads the .IR dhclient.conf for configuration instructions. It then gets a list of all the @@ -217,141 +218,259 @@ file. If interfaces are specified in t only configure interfaces that are either specified in the configuration file or on the command line, and will ignore all other interfaces. -.PP -If the DHCP client should listen and transmit on a port other than the -standard (port 68), the -.B -p -flag may used. It should be followed by the udp port number that -dhclient should use. This is mostly useful for debugging purposes. -If a different port is specified for the client to listen on and -transmit on, the client will also use a different destination port - -one less than the specified port. -.PP -The DHCP client normally transmits any protocol messages it sends -before acquiring an IP address to, 255.255.255.255, the IP limited -broadcast address. For debugging purposes, it may be useful to have -the server transmit these messages to some other address. This can -be specified with the -.B -s -flag, followed by the IP address or domain name of the destination. -This feature is not supported by DHCPv6. -.PP -For testing purposes, the giaddr field of all packets that the client -sends can be set using the -.B -g -flag, followed by the IP address to send. This is only useful for testing, -and should not be expected to work in any consistent or useful way. -.PP -The DHCP client will normally run in the foreground until it has -configured an interface, and then will revert to running in the -background. To run force dhclient to always run as a foreground -process, the -.B -d -flag should be specified. This is useful when running the client -under a debugger, or when running it out of inittab on System V -systems. -.PP -The dhclient daemon creates its own environment when executing the -dhclient-script to do the grunt work of interface configuration. -To define extra environment variables and their values, use the -.B -e -flag, followed by the environment variable name and value assignment, -just as one would assign a variable in a shell. Eg: -.B -e -.I IF_METRIC=1 -.PP -The client normally prints no output during its startup sequence. It -can be made to emit verbose messages displaying the startup sequence events -until it has acquired an address by supplying the -.B -v -command line argument. In either case, the client logs messages using -the -.B syslog (3) -facility. A -.B -q -command line argument is provided for backwards compatibility, but since -dhclient is quiet by default, it has no effect. -.PP -The client normally doesn't release the current lease as it is not -required by the DHCP protocol. Some cable ISPs require their clients -to notify the server if they wish to release an assigned IP address. -The -.B -r -flag explicitly releases the current lease, and once the lease has been -released, the client exits. -.PP +.SH OPTIONS +.TP +.BI \-4 +Use the DHCPv4 protocol to obtain an IPv4 address and configuration +parameters (default). + +.TP +.BI \-6 +Use the DHCPv6 protocol to obtain whatever IPv6 addresses are available +along with configuration parameters. The functionality of DHCPv6 mode +may be modified with the +.BI \-S +, +.BI \-T +, and +.BI \-N +options. + +.TP +.BI \-S +Perform an information-only request over DHCPv6 to get stateless +configuration parameters. It is not recommended to combine this option +with the +.BI \-N +, +.BI \-P +, or +.BI \-T +options or to share lease files between different modes of operation. Only +valid with the +.BI \-6 +option. + +.TP +.BI \-N +Perform a normal (IA_NA) address query over DHCPv6. It is not recommended +to combine this option with the +.BI \-P +, +.BI \-S +, or +.BI \-T +options or to share lease files between different modes of operation. Only +valid with the +.BI \-6 +option. + +.TP +.BI \-T +Perform a temporary (IA_TA) address query over DHCPv6 (disables normal address +query). It is not recommended to combine this option with the +.BI \-N +, +.BI \-P +, or +.BI \-S +options or to share lease files between different modes of operation. Only +valid with the +.BI \-6 +option. + +.TP +.BI \-P +Enable IPv6 prefix delegation (disables normal address query). It is not +not recommended to combine this option with the +.BI \-N +, +.BI \-S +, or +.BI \-T +options or to share lease files between different modes of operation. Only +valid with the +.BI \-6 +option. + +.TP +.BI \-p\ +The UDP port number the DHCP client should listen and transmit on. If +unspecified, +.B dhclient +uses the default port 68. This option is mostly useful for debugging +purposes. If a different port is specified for the client to listen and +transmit on, the client will also use a different destination port - one +less than the specified port. + +.TP +.BI \-d +Force +.B dhclient +to run as a foreground process. This is useful when running the client +under a debugger, or when running it out of inittab on System V systems. + +.TP +.BI \-e\ VAR=value +Define additional environment variables for the environment where +dhclient-script executes. You may specify multiplate +.B \-e +options on the command line. For example: +.B \-e IF_METRIC=1 + +.TP +.BI \-q +Suppress all terminal and log output except error messages. + +.TP +.BI \-1 +Try once to get a lease. One failure, exit with code 2. + +.TP +.BI \-r +Tell +.B dhclient +to release the current lease it has from the server. This is not required +by the DHCP protocol, but some ISPs require their clients to notify the +server if they wish to release an assigned IP address. + +.TP +.BI \-lf\ +Path to the lease database file. If unspecified, the default +.B DBDIR/dhclient.leases +is used. + +.TP +.BI \-pf\ +Path to the process ID file. If unspecified, the default +.B RUNDIR/dhclient.pid +is used. + +.TP +.BI \-cf\ +Path to the client configuration file. If unspecified, the default +.B ETCDIR/dhclient.conf +is used. + +.TP +.BI \-sf\ +Path to the network configuration script invoked by +.B dhclient +when it gets a lease. If unspecified, the default +.B /sbin/dhclient-script +is used. + +.TP +.BI \-s\ +Specifiy the server IP address or fully qualified domain name to transmit +DHCP protocol messages to. Normally, +.B dhclient +transmits these messages to 255.255.255.255 (the IP limited broadcast +address). Overriding this is mostly useful for debugging purposes. + +.TP +.BI \-g\ +Only for debugging. Set the giaddr field of all packets the client +sends to the IP address specified. This should not be expected to work +in any consistent or useful way. + +.TP +.BI \-n +Do not configure any interfaces. Most useful combined with the +.B -w +option. + +.TP +.BI \-nw +Become a daemon process immediately (nowait) rather than waiting until an IP +address has been acquired. + +.TP +.BI \-w +Keep running even if no network interfaces are found. The +.B omshell +program can be used to notify the client when a network interface has been +added or removed so it can attempt to configure an IP address on that +interface. + +.TP +.BI \-B +Set the BOOTP broadcast flag in request packets so servers will always +broadcast replies. + +.TP +.BI \-I\ +Specify the dhcp-client-identifier option to send to the DHCP server. + +.TP +.BI \-H\ +Specify the host-name option to send to the DHCP server. The host-name +string only contains the client's hostname prefix, to which the server will +append the ddns-domainname or domain-name options, if any, to derive the +fully qualified domain name of the client. The +.B -H +option cannot be used with the +.B -F +option. + +.TP +.BI \-F\ +Specify the fqdn.fqdn option to send to the DHCP server. This option cannot +be used with the +.B -H +option. The fqdn.fqdn option must specify the complete domain name of the +client host, which the server may use for dynamic DNS updates. + +.TP +.BI \-V\ +Specify the vendor-class-identifier option to send to the DHCP server. + +.TP +.BI \-R\