From wtogami at fedoraproject.org Fri Jan 1 03:09:49 2010 From: wtogami at fedoraproject.org (=?utf-8?b?V2FycmVuIFRvZ2FtaSDnoKXkuIrli4c=?=) Date: Fri, 1 Jan 2010 03:09:49 +0000 (UTC) Subject: File sabayon-2.29.5-rc2.tar.bz2 uploaded to lookaside cache by wtogami Message-ID: <20100101030949.5697310F883@bastion.fedoraproject.org> A file has been added to the lookaside cache for sabayon: 033e55db90816fb54707615ac3113f11 sabayon-2.29.5-rc2.tar.bz2 From ndim at fedoraproject.org Fri Jan 1 04:21:35 2010 From: ndim at fedoraproject.org (Hans Ulrich Niedermann) Date: Fri, 1 Jan 2010 04:21:35 +0000 (UTC) Subject: File xf86-video-radeonhd-1.3.0-20100101git.tar.xz uploaded to lookaside cache by ndim Message-ID: <20100101042135.3579A10F7EA@bastion.fedoraproject.org> A file has been added to the lookaside cache for xorg-x11-drv-radeonhd: 9f53f14b8a62ca9f0705ed2619c24bfa xf86-video-radeonhd-1.3.0-20100101git.tar.xz From kevin at fedoraproject.org Fri Jan 1 04:23:08 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Fri, 1 Jan 2010 04:23:08 +0000 (UTC) Subject: rpms/fontforge/devel fontforge-20090923-rel-path.patch, NONE, 1.1 fontforge.spec, 1.48, 1.49 Message-ID: <20100101042308.5238A11C008D@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/fontforge/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29629 Modified Files: fontforge.spec Added Files: fontforge-20090923-rel-path.patch Log Message: Add patch to fix relative paths for fontlint (fixes #530760) fontforge-20090923-rel-path.patch: fsys.c | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) --- NEW FILE fontforge-20090923-rel-path.patch --- diff -Nur fontforge-20090923.orig/gutils/fsys.c fontforge-20090923/gutils/fsys.c --- fontforge-20090923.orig/gutils/fsys.c 2009-01-25 11:06:49.000000000 -0700 +++ fontforge-20090923/gutils/fsys.c 2009-12-31 09:59:54.000000000 -0700 @@ -41,6 +41,15 @@ static char dirname_[1024]; +static void savestrcpy(char *dest,const char *src) { + forever { + *dest = *src; + if ( *dest=='\0' ) + break; + ++dest; ++src; + } +} + char *GFileGetAbsoluteName(char *name, char *result, int rsiz) { /* result may be the same as name */ char buffer[1000]; @@ -62,13 +71,13 @@ if ( *spt=='/' ) ++spt; for ( pt = spt; *pt!='\0' && *pt!='/'; ++pt ); if ( pt==spt ) /* Found // in a path spec, reduce to / (we've*/ - strcpy(spt,pt); /* skipped past the :// of the machine name) */ - else if ( pt==spt+1 && spt[0]=='.' ) /* Noop */ - strcpy(spt,pt); - else if ( pt==spt+2 && spt[0]=='.' && spt[1]=='.' ) { + savestrcpy(spt,spt+1); /* skipped past the :// of the machine name) */ + else if ( pt==spt+1 && spt[0]=='.' ) { /* Noop */ + savestrcpy(spt,spt+2); + } else if ( pt==spt+2 && spt[0]=='.' && spt[1]=='.' ) { for ( bpt=spt-2 ; bpt>rpt && *bpt!='/'; --bpt ); if ( bpt>=rpt && *bpt=='/' ) { - strcpy(bpt,pt); + savestrcpy(bpt,pt); spt = bpt; } else { rpt = pt; @@ -99,7 +108,7 @@ if ( dir==NULL || *dir=='\0' ) { if ( strlen( fname ) %{_libdir}/pkgconfig/*.pc %changelog +* Wed Dec 30 2009 Kevin Fenzi - 20090923-2 +- Add patch to fix relative paths for fontlint (fixes #530760) + * Sun Nov 01 2009 Kevin Fenzi - 20090923-1 - Upgrade to 20090923 From kevin at fedoraproject.org Fri Jan 1 04:35:48 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Fri, 1 Jan 2010 04:35:48 +0000 (UTC) Subject: File munin-1.4.3.tar.gz uploaded to lookaside cache by kevin Message-ID: <20100101043548.3D1D910F83D@bastion.fedoraproject.org> A file has been added to the lookaside cache for munin: 229646facc4e2bca6511b20b3e5eb73f munin-1.4.3.tar.gz From kevin at fedoraproject.org Fri Jan 1 04:36:18 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Fri, 1 Jan 2010 04:36:18 +0000 (UTC) Subject: rpms/munin/devel sources, 1.7, 1.8 .cvsignore, 1.7, 1.8 munin.spec, 1.32, 1.33 Message-ID: <20100101043618.D243E11C008D@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/extras/rpms/munin/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv348 Modified Files: sources .cvsignore munin.spec Log Message: Update to 1.4.3 Index: sources =================================================================== RCS file: /cvs/extras/rpms/munin/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 17 Dec 2009 11:31:26 -0000 1.7 +++ sources 1 Jan 2010 04:36:18 -0000 1.8 @@ -1 +1 @@ -656f0b25af119841b610cac9682d7e54 munin-1.4.2.tar.gz +229646facc4e2bca6511b20b3e5eb73f munin-1.4.3.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/munin/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 17 Dec 2009 11:31:26 -0000 1.7 +++ .cvsignore 1 Jan 2010 04:36:18 -0000 1.8 @@ -1 +1 @@ -munin-1.4.2.tar.gz +munin-1.4.3.tar.gz Index: munin.spec =================================================================== RCS file: /cvs/extras/rpms/munin/devel/munin.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- munin.spec 17 Dec 2009 11:31:26 -0000 1.32 +++ munin.spec 1 Jan 2010 04:36:18 -0000 1.33 @@ -1,5 +1,5 @@ Name: munin -Version: 1.4.2 +Version: 1.4.3 Release: 1%{?dist} Summary: Network-wide graphing framework (grapher/gatherer) License: GPLv2 and Bitstream Vera @@ -286,6 +286,9 @@ exit 0 %endif %changelog +* Thu Dec 31 2009 Kevin Fenzi - 1.4.3-1 +- Update to 1.4.3 + * Thu Dec 17 2009 Ingvar Hagelund - 1.4.2-1 - New upstream release - Removed upstream packaged fonts From dtardon at fedoraproject.org Fri Jan 1 07:16:39 2010 From: dtardon at fedoraproject.org (David Tardon) Date: Fri, 1 Jan 2010 07:16:39 +0000 (UTC) Subject: rpms/openoffice.org/F-11 workspace.extmgr01.patch, NONE, 1.1 openoffice.org.spec, 1.1948, 1.1949 Message-ID: <20100101071640.156A111C008D@cvs1.fedora.phx.redhat.com> Author: dtardon Update of /cvs/extras/rpms/openoffice.org/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2237 Modified Files: openoffice.org.spec Added Files: workspace.extmgr01.patch Log Message: Resolves: rhbz#549890 add workspace.extmgr01.patch workspace.extmgr01.patch: dp_gui_extensioncmdqueue.cxx | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) --- NEW FILE workspace.extmgr01.patch --- guard against m_pDialog being NULL, as in CWS extmgr01 diff -r 1b9975e6bffc -r 56ff34d396f1 desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx --- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx Wed Dec 30 09:47:31 2009 +0100 +++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx Thu Dec 31 20:08:07 2009 +0100 @@ -310,13 +310,19 @@ { m_nCurrentProgress = 0; - m_pDialog->showProgress( true ); + if (m_pDialog) + { + m_pDialog->showProgress( true ); + } } //------------------------------------------------------------------------------ void ProgressCmdEnv::stopProgress() { - m_pDialog->showProgress( false ); + if (m_pDialog) + { + m_pDialog->showProgress( false ); + } } //------------------------------------------------------------------------------ @@ -327,8 +333,11 @@ if (! m_bAborted) { m_nCurrentProgress = 0; - m_pDialog->updateProgress( rText, xAbortChannel ); - m_pDialog->updateProgress( 5 ); + if (m_pDialog) + { + m_pDialog->updateProgress( rText, xAbortChannel ); + m_pDialog->updateProgress( 5 ); + } } } @@ -338,7 +347,10 @@ if ( ! m_bAborted ) { long nProgress = ((m_nCurrentProgress*5) % 100) + 5; - m_pDialog->updateProgress( nProgress ); + if (m_pDialog) + { + m_pDialog->updateProgress( nProgress ); + } } } @@ -526,9 +538,12 @@ } else { - vos::OGuard guard(Application::GetSolarMutex()); - approve = m_pDialog->installExtensionWarn( instExc.New->getDisplayName() ); + if (m_pDialog) + { + vos::OGuard guard(Application::GetSolarMutex()); + approve = m_pDialog->installExtensionWarn( instExc.New->getDisplayName() ); + } abort = !approve; } } Index: openoffice.org.spec =================================================================== RCS file: /cvs/extras/rpms/openoffice.org/F-11/openoffice.org.spec,v retrieving revision 1.1948 retrieving revision 1.1949 diff -u -p -r1.1948 -r1.1949 --- openoffice.org.spec 15 Dec 2009 13:07:00 -0000 1.1948 +++ openoffice.org.spec 1 Jan 2010 07:16:38 -0000 1.1949 @@ -1,6 +1,6 @@ %define oootag OOO310 %define ooomilestone 19 -%define rh_rpm_release 11 +%define rh_rpm_release 12 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF %define __jar_repack %{nil} @@ -165,6 +165,7 @@ Patch89: openoffice.org-3.2.0.ooo107151. Patch90: openoffice.org-3.3.0.ooo102645.fix.es.patch Patch91: workspace.vcl105.patch Patch92: workspace.fwk132.patch +Patch93: workspace.extmgr01.patch %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)") %define instdir %{_libdir} @@ -1688,6 +1689,7 @@ cat %{PATCH11} >> svtools/source/dialogs %patch90 -p0 -b .ooo102645.fix.es.patch %patch91 -p0 -b .workspace.vcl105.patch %patch92 -p1 -b .workspace.fwk132.patch +%patch93 -p1 -b .workspace.extmgr01.patch %build echo build start time is `date`, diskspace: `df -h . | tail -n 1` @@ -4191,6 +4193,9 @@ fi unopkg list --shared > /dev/null 2>&1 || : %changelog +* Fri Jan 01 2010 Caol?n McNamara - 1:3.1.1-19.12-UNBUILT +- Resolves: rhbz#549890 add workspace.extmgr01.patch (dtardon) + * Tue Dec 15 2009 Caol?n McNamara - 1:3.1.1-19.11 - Resolves: rhbz#529648 add workspace.fwk132.patch From dtardon at fedoraproject.org Fri Jan 1 07:23:02 2010 From: dtardon at fedoraproject.org (David Tardon) Date: Fri, 1 Jan 2010 07:23:02 +0000 (UTC) Subject: rpms/openoffice.org/F-12 workspace.extmgr01.patch, NONE, 1.1 openoffice.org.spec, 1.2047, 1.2048 Message-ID: <20100101072302.9A89D11C008D@cvs1.fedora.phx.redhat.com> Author: dtardon Update of /cvs/extras/rpms/openoffice.org/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3550 Modified Files: openoffice.org.spec Added Files: workspace.extmgr01.patch Log Message: Resolves: rhbz#549890 add workspace.extmgr01.patch workspace.extmgr01.patch: dp_gui_extensioncmdqueue.cxx | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) --- NEW FILE workspace.extmgr01.patch --- guard against m_pDialog being NULL, as in CWS extmgr01 diff -r 1b9975e6bffc -r 56ff34d396f1 desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx --- a/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx Wed Dec 30 09:47:31 2009 +0100 +++ b/desktop/source/deployment/gui/dp_gui_extensioncmdqueue.cxx Thu Dec 31 20:08:07 2009 +0100 @@ -310,13 +310,19 @@ { m_nCurrentProgress = 0; - m_pDialog->showProgress( true ); + if (m_pDialog) + { + m_pDialog->showProgress( true ); + } } //------------------------------------------------------------------------------ void ProgressCmdEnv::stopProgress() { - m_pDialog->showProgress( false ); + if (m_pDialog) + { + m_pDialog->showProgress( false ); + } } //------------------------------------------------------------------------------ @@ -327,8 +333,11 @@ if (! m_bAborted) { m_nCurrentProgress = 0; - m_pDialog->updateProgress( rText, xAbortChannel ); - m_pDialog->updateProgress( 5 ); + if (m_pDialog) + { + m_pDialog->updateProgress( rText, xAbortChannel ); + m_pDialog->updateProgress( 5 ); + } } } @@ -338,7 +347,10 @@ if ( ! m_bAborted ) { long nProgress = ((m_nCurrentProgress*5) % 100) + 5; - m_pDialog->updateProgress( nProgress ); + if (m_pDialog) + { + m_pDialog->updateProgress( nProgress ); + } } } @@ -526,9 +538,12 @@ } else { - vos::OGuard guard(Application::GetSolarMutex()); - approve = m_pDialog->installExtensionWarn( instExc.New->getDisplayName() ); + if (m_pDialog) + { + vos::OGuard guard(Application::GetSolarMutex()); + approve = m_pDialog->installExtensionWarn( instExc.New->getDisplayName() ); + } abort = !approve; } } Index: openoffice.org.spec =================================================================== RCS file: /cvs/extras/rpms/openoffice.org/F-12/openoffice.org.spec,v retrieving revision 1.2047 retrieving revision 1.2048 diff -u -p -r1.2047 -r1.2048 --- openoffice.org.spec 22 Dec 2009 14:07:35 -0000 1.2047 +++ openoffice.org.spec 1 Jan 2010 07:23:01 -0000 1.2048 @@ -1,6 +1,6 @@ %define oootag OOO310 %define ooomilestone 19 -%define rh_rpm_release 24 +%define rh_rpm_release 25 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF %define __jar_repack %{nil} @@ -183,6 +183,7 @@ Patch106: workspace.fwk132.patch Patch107: openoffice.org-3.2.0.ooo47279.sd.objectsave.safe.patch Patch108: workspace.ooo32gsl03.patch Patch109: openoffice.org-3.2.0.ooo107834.sw.pseudoattribs.patch +Patch110: workspace.extmgr01.patch %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)") %define instdir %{_libdir} @@ -1752,6 +1753,7 @@ cat %{PATCH11} >> svtools/source/dialogs %patch107 -p0 -b .ooo47279.sd.objectsave.safe.patch %patch108 -p0 -b .workspace.ooo32gsl03.patch %patch109 -p0 -b .ooo107834.sw.pseudoattribs.patch +%patch110 -p1 -b .workspace.extmgr01.patch %build echo build start time is `date`, diskspace: `df -h . | tail -n 1` @@ -4285,6 +4287,9 @@ fi unopkg list --shared > /dev/null 2>&1 || : %changelog +* Fri Jan 01 2010 Caol?n McNamara - 1:3.1.1-19.25-UNBUILT +- Resolves: rhbz#549890 add workspace.extmgr01.patch (dtardon) + * Tue Dec 22 2009 Caol?n McNamara - 1:3.1.1-19.24 - Resolves: rhbz#545824 bustage in writer with emboldened fonts From dtardon at fedoraproject.org Fri Jan 1 07:26:35 2010 From: dtardon at fedoraproject.org (David Tardon) Date: Fri, 1 Jan 2010 07:26:35 +0000 (UTC) Subject: rpms/openoffice.org/F-12 openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch, 1.10, 1.11 Message-ID: <20100101072635.117B311C008D@cvs1.fedora.phx.redhat.com> Author: dtardon Update of /cvs/extras/rpms/openoffice.org/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4303 Modified Files: openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch Log Message: prelink opt. uses app. libs, therefore it must depend on respective modules openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch: desktop/prj/build.lst | 2 +- desktop/scripts/soffice.sh | 13 ++++--------- sal/osl/unx/signal.c | 8 ++++++++ 3 files changed, 13 insertions(+), 10 deletions(-) Index: openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch =================================================================== RCS file: /cvs/extras/rpms/openoffice.org/F-12/openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch 15 Sep 2009 08:24:14 -0000 1.10 +++ openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch 1 Jan 2010 07:26:34 -0000 1.11 @@ -1,5 +1,15 @@ ---- SRC680_m123/desktop/scripts/soffice.sh.orig 2005-08-15 20:17:35.000000000 +0100 -+++ SRC680_m123/desktop/scripts/soffice.sh 2005-08-15 20:19:36.000000000 +0100 +diff -r 6ce05aa14db2 desktop/prj/build.lst +--- a/desktop/prj/build.lst Mon Dec 28 15:58:36 2009 +0100 ++++ b/desktop/prj/build.lst Wed Dec 30 09:46:09 2009 +0100 +@@ -1,4 +1,4 @@ +-dt desktop : sfx2 stoc uui BERKELEYDB:berkeleydb sysui SO:sysui_so BOOST:boost svx xmlhelp NULL ++dt desktop : sfx2 stoc uui BERKELEYDB:berkeleydb sysui SO:sysui_so BOOST:boost svx xmlhelp sc sd sw NULL + dt desktop usr1 - all dt_mkout NULL + dt desktop\inc nmake - all dt_inc NULL + dt desktop\prj get - all dt_prj NULL +diff -r 6ce05aa14db2 desktop/scripts/soffice.sh +--- a/desktop/scripts/soffice.sh Mon Dec 28 15:58:36 2009 +0100 ++++ b/desktop/scripts/soffice.sh Wed Dec 30 09:46:09 2009 +0100 @@ -91,23 +91,22 @@ # uncomment line below if you encounter problems starting soffice on your system # SAL_NO_XINITTHREADS=true; export SAL_NO_XINITTHREADS @@ -39,14 +49,10 @@ # Set PATH so that crash_report is found: PATH=$sd_prog${PATH+:$PATH} export PATH -Index: osl/unx/signal.c -=================================================================== -RCS file: /cvs/porting/sal/osl/unx/signal.c,v -retrieving revision 1.28 -diff -u -p -u -r1.28 signal.c ---- openoffice.org.orig/sal/osl/unx/signal.c 8 Sep 2005 15:00:57 -0000 1.28 -+++ openoffice.org/sal/osl/unx/signal.c 3 Nov 2005 11:42:52 -0000 -@@ -185,6 +185,14 @@ +diff -r 6ce05aa14db2 sal/osl/unx/signal.c +--- a/sal/osl/unx/signal.c Mon Dec 28 15:58:36 2009 +0100 ++++ b/sal/osl/unx/signal.c Wed Dec 30 09:46:09 2009 +0100 +@@ -191,6 +191,14 @@ if (strProgName) { idx = rtl_str_indexOfStr (rtl_string_getStr (strProgName), "soffice"); From dtardon at fedoraproject.org Fri Jan 1 07:27:38 2010 From: dtardon at fedoraproject.org (David Tardon) Date: Fri, 1 Jan 2010 07:27:38 +0000 (UTC) Subject: rpms/openoffice.org/F-11 openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch, 1.9, 1.10 Message-ID: <20100101072738.0DBEC11C008D@cvs1.fedora.phx.redhat.com> Author: dtardon Update of /cvs/extras/rpms/openoffice.org/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4533 Modified Files: openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch Log Message: prelink opt. uses app. libs, therefore it must depend on respective modules openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch: desktop/prj/build.lst | 2 +- desktop/scripts/soffice.sh | 13 ++++--------- sal/osl/unx/makefile.mk | 2 -- sal/osl/unx/signal.c | 8 ++++++++ 4 files changed, 13 insertions(+), 12 deletions(-) Index: openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch =================================================================== RCS file: /cvs/extras/rpms/openoffice.org/F-11/openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch 1 Sep 2008 12:09:07 -0000 1.9 +++ openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch 1 Jan 2010 07:27:37 -0000 1.10 @@ -1,5 +1,15 @@ ---- SRC680_m123/desktop/scripts/soffice.sh.orig 2005-08-15 20:17:35.000000000 +0100 -+++ SRC680_m123/desktop/scripts/soffice.sh 2005-08-15 20:19:36.000000000 +0100 +diff -r b878ccca19b8 desktop/prj/build.lst +--- a/desktop/prj/build.lst Tue Dec 29 08:16:11 2009 +0100 ++++ b/desktop/prj/build.lst Wed Dec 30 09:44:16 2009 +0100 +@@ -1,4 +1,4 @@ +-dt desktop : sfx2 stoc uui BERKELEYDB:berkeleydb sysui SO:sysui_so BOOST:boost svx xmlhelp NULL ++dt desktop : sfx2 stoc uui BERKELEYDB:berkeleydb sysui SO:sysui_so BOOST:boost svx xmlhelp sc sd sw NULL + dt desktop usr1 - all dt_mkout NULL + dt desktop\inc nmake - all dt_inc NULL + dt desktop\prj get - all dt_prj NULL +diff -r b878ccca19b8 desktop/scripts/soffice.sh +--- a/desktop/scripts/soffice.sh Tue Dec 29 08:16:11 2009 +0100 ++++ b/desktop/scripts/soffice.sh Wed Dec 30 09:44:16 2009 +0100 @@ -91,23 +91,22 @@ # uncomment line below if you encounter problems starting soffice on your system # SAL_NO_XINITTHREADS=true; export SAL_NO_XINITTHREADS @@ -39,14 +49,23 @@ # Set PATH so that crash_report is found: PATH=$sd_prog${PATH+:$PATH} export PATH -Index: osl/unx/signal.c -=================================================================== -RCS file: /cvs/porting/sal/osl/unx/signal.c,v -retrieving revision 1.28 -diff -u -p -u -r1.28 signal.c ---- openoffice.org.orig/sal/osl/unx/signal.c 8 Sep 2005 15:00:57 -0000 1.28 -+++ openoffice.org/sal/osl/unx/signal.c 3 Nov 2005 11:42:52 -0000 -@@ -185,6 +185,14 @@ +diff -r b878ccca19b8 sal/osl/unx/makefile.mk +--- a/sal/osl/unx/makefile.mk Tue Dec 29 08:16:11 2009 +0100 ++++ b/sal/osl/unx/makefile.mk Wed Dec 30 09:44:16 2009 +0100 +@@ -142,9 +142,7 @@ + .ENDIF + .ENDIF + +-.IF "$(ENABLE_CRASHDUMP)" != "" || "$(PRODUCT)" == "" + CFLAGS+=-DSAL_ENABLE_CRASH_REPORT +-.ENDIF + + .INCLUDE : target.mk + +diff -r b878ccca19b8 sal/osl/unx/signal.c +--- a/sal/osl/unx/signal.c Tue Dec 29 08:16:11 2009 +0100 ++++ b/sal/osl/unx/signal.c Wed Dec 30 09:44:16 2009 +0100 +@@ -191,6 +191,14 @@ if (strProgName) { idx = rtl_str_indexOfStr (rtl_string_getStr (strProgName), "soffice"); @@ -61,20 +80,3 @@ diff -u -p -u -r1.28 signal.c rtl_string_release (strProgName); } return (idx != -1); -Index: osl/unx/makefile.mk -=================================================================== -RCS file: /cvs/porting/sal/osl/unx/makefile.mk,v -retrieving revision 1.28.42.1 -diff -u -r1.28.42.1 makefile.mk ---- openoffice.org.orig/sal/osl/unx/makefile.mk 3 Nov 2006 11:39:24 -0000 1.28.42.1 -+++ openoffice.org/sal/osl/unx/makefile.mk 2 Dec 2006 11:38:16 -0000 -@@ -136,9 +136,7 @@ - .ENDIF - .ENDIF - --.IF "$(ENABLE_CRASHDUMP)" != "" || "$(PRODUCT)" == "" - CFLAGS+=-DSAL_ENABLE_CRASH_REPORT --.ENDIF - - .INCLUDE : target.mk - From dtardon at fedoraproject.org Fri Jan 1 07:29:09 2010 From: dtardon at fedoraproject.org (David Tardon) Date: Fri, 1 Jan 2010 07:29:09 +0000 (UTC) Subject: rpms/openoffice.org/devel openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch, 1.13, 1.14 Message-ID: <20100101072909.AC90B11C008D@cvs1.fedora.phx.redhat.com> Author: dtardon Update of /cvs/extras/rpms/openoffice.org/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4878 Modified Files: openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch Log Message: prelink opt. uses app. libs, therefore it must depend on respective modules openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch: prj/build.lst | 2 - scripts/soffice.sh | 12 +++-------- util/makefile.mk | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+), 9 deletions(-) Index: openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch =================================================================== RCS file: /cvs/extras/rpms/openoffice.org/devel/openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch 14 Oct 2009 08:07:26 -0000 1.13 +++ openoffice.org-1.9.123.ooo53397.prelinkoptimize.desktop.patch 1 Jan 2010 07:29:09 -0000 1.14 @@ -1,5 +1,15 @@ ---- desktop.orig/scripts/soffice.sh 2005-08-15 20:17:35.000000000 +0100 -+++ desktop/scripts/soffice.sh 2005-08-15 20:19:36.000000000 +0100 +diff -r a92d0bd6747b desktop/prj/build.lst +--- a/desktop/prj/build.lst Mon Dec 28 16:11:17 2009 +0100 ++++ b/desktop/prj/build.lst Wed Dec 30 09:34:10 2009 +0100 +@@ -1,4 +1,4 @@ +-dt desktop : l10n sfx2 stoc uui BERKELEYDB:berkeleydb sysui SO:sysui_so BOOST:boost svx xmlhelp sal unoil officecfg NULL ++dt desktop : l10n sfx2 stoc uui BERKELEYDB:berkeleydb sysui SO:sysui_so BOOST:boost svx xmlhelp sal unoil officecfg sc sd sw NULL + dt desktop usr1 - all dt_mkout NULL + dt desktop\inc nmake - all dt_inc NULL + dt desktop\prj get - all dt_prj NULL +diff -r a92d0bd6747b desktop/scripts/soffice.sh +--- a/desktop/scripts/soffice.sh Mon Dec 28 16:11:17 2009 +0100 ++++ b/desktop/scripts/soffice.sh Wed Dec 30 09:34:10 2009 +0100 @@ -73,30 +73,26 @@ esac done @@ -35,9 +45,10 @@ # extend the ld_library_path for java: javaldx checks the sofficerc for us if [ -x "$sd_prog/../basis-link/ure-link/bin/javaldx" ] ; then ---- desktop.orig/util/makefile.mk 2009-10-12 08:41:17.000000000 +0100 -+++ desktop/util/makefile.mk 2009-10-12 09:52:19.000000000 +0100 -@@ -189,6 +189,60 @@ +diff -r a92d0bd6747b desktop/util/makefile.mk +--- a/desktop/util/makefile.mk Mon Dec 28 16:11:17 2009 +0100 ++++ b/desktop/util/makefile.mk Wed Dec 30 09:34:10 2009 +0100 +@@ -192,6 +192,60 @@ APP5DEPN= $(APP1TARGETN) $(APP5RES) ooverinfo.rc APP5DEF= $(MISCX)$/$(TARGET).def From remi at fedoraproject.org Fri Jan 1 08:11:52 2010 From: remi at fedoraproject.org (Remi Collet) Date: Fri, 1 Jan 2010 08:11:52 +0000 (UTC) Subject: File Archive_Tar-1.3.5.tgz uploaded to lookaside cache by remi Message-ID: <20100101081152.0FA2C10F865@bastion.fedoraproject.org> A file has been added to the lookaside cache for php-pear: c9e1d48cd1637ccd9da0c3976b875bc4 Archive_Tar-1.3.5.tgz From remi at fedoraproject.org Fri Jan 1 08:11:57 2010 From: remi at fedoraproject.org (Remi Collet) Date: Fri, 1 Jan 2010 08:11:57 +0000 (UTC) Subject: File Structures_Graph-1.0.3.tgz uploaded to lookaside cache by remi Message-ID: <20100101081157.CDE7610F874@bastion.fedoraproject.org> A file has been added to the lookaside cache for php-pear: d2d8db74818be5cb0af7def3fc285bfc Structures_Graph-1.0.3.tgz From remi at fedoraproject.org Fri Jan 1 08:12:55 2010 From: remi at fedoraproject.org (Remi Collet) Date: Fri, 1 Jan 2010 08:12:55 +0000 (UTC) Subject: rpms/php-pear/devel .cvsignore, 1.18, 1.19 php-pear.spec, 1.38, 1.39 sources, 1.18, 1.19 Message-ID: <20100101081256.0D6AD11C008D@cvs1.fedora.phx.redhat.com> Author: remi Update of /cvs/pkgs/rpms/php-pear/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13715 Modified Files: .cvsignore php-pear.spec sources Log Message: update to Archive_Tar-1.3.5, Structures_Graph-1.0.3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/php-pear/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- .cvsignore 5 Sep 2009 05:35:05 -0000 1.18 +++ .cvsignore 1 Jan 2010 08:12:55 -0000 1.19 @@ -1,6 +1,6 @@ -Archive_Tar-1.3.3.tgz +Archive_Tar-1.3.5.tgz Console_Getopt-1.2.3.tgz PEAR-1.9.0.tgz -Structures_Graph-1.0.2.tgz +Structures_Graph-1.0.3.tgz XML_RPC-1.5.2.tgz XML_Util-1.2.1.tgz Index: php-pear.spec =================================================================== RCS file: /cvs/pkgs/rpms/php-pear/devel/php-pear.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- php-pear.spec 5 Sep 2009 05:35:05 -0000 1.38 +++ php-pear.spec 1 Jan 2010 08:12:55 -0000 1.39 @@ -3,14 +3,14 @@ %global xmlrpcver 1.5.2 %global getoptver 1.2.3 -%global arctarver 1.3.3 -%global structver 1.0.2 +%global arctarver 1.3.5 +%global structver 1.0.3 %global xmlutil 1.2.1 Summary: PHP Extension and Application Repository framework Name: php-pear Version: 1.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: PHP Group: Development/Languages @@ -159,6 +159,9 @@ rm new-pear.conf %changelog +* Fri Jan 01 2010 Remi Collet 1:1.9.0-2 +- update to Archive_Tar-1.3.5, Structures_Graph-1.0.3 + * Sat Sep 05 2009 Remi Collet 1:1.9.0-1 - update to PEAR 1.9.0, XML_RPC 1.5.2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/php-pear/devel/sources,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- sources 5 Sep 2009 05:35:05 -0000 1.18 +++ sources 1 Jan 2010 08:12:55 -0000 1.19 @@ -1,6 +1,6 @@ -38d443cba3f2dc378fdadb73075dcad9 Archive_Tar-1.3.3.tgz +c9e1d48cd1637ccd9da0c3976b875bc4 Archive_Tar-1.3.5.tgz d7618327f9302a7191893768982de823 Console_Getopt-1.2.3.tgz 2f0056187b5f527c0f418f83014fc2a7 PEAR-1.9.0.tgz -2664e2d024048f982e12fad4d1bfbb87 Structures_Graph-1.0.2.tgz +d2d8db74818be5cb0af7def3fc285bfc Structures_Graph-1.0.3.tgz 8a4dd27585d30b39717f3f58bb1f94f5 XML_RPC-1.5.2.tgz b8d4efcdb11b308b179f7bb63043284f XML_Util-1.2.1.tgz From timlau at fedoraproject.org Fri Jan 1 10:36:06 2010 From: timlau at fedoraproject.org (Tim Lauridsen) Date: Fri, 1 Jan 2010 10:36:06 +0000 (UTC) Subject: File yumex-2.9.5.tar.gz uploaded to lookaside cache by timlau Message-ID: <20100101103606.ADF6D10F865@bastion.fedoraproject.org> A file has been added to the lookaside cache for yumex: 7d3d76f130f8af90891c00967111a5f1 yumex-2.9.5.tar.gz From timlau at fedoraproject.org Fri Jan 1 10:37:10 2010 From: timlau at fedoraproject.org (Tim Lauridsen) Date: Fri, 1 Jan 2010 10:37:10 +0000 (UTC) Subject: rpms/yumex/devel .cvsignore, 1.46, 1.47 sources, 1.65, 1.66 yumex.spec, 1.78, 1.79 Message-ID: <20100101103710.50E2A11C008D@cvs1.fedora.phx.redhat.com> Author: timlau Update of /cvs/pkgs/rpms/yumex/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11775 Modified Files: .cvsignore sources yumex.spec Log Message: Release 2.9.5-1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/yumex/devel/.cvsignore,v retrieving revision 1.46 retrieving revision 1.47 diff -u -p -r1.46 -r1.47 --- .cvsignore 7 Nov 2009 07:31:42 -0000 1.46 +++ .cvsignore 1 Jan 2010 10:37:09 -0000 1.47 @@ -1 +1 @@ -yumex-2.9.4.tar.gz +yumex-2.9.5.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/yumex/devel/sources,v retrieving revision 1.65 retrieving revision 1.66 diff -u -p -r1.65 -r1.66 --- sources 7 Nov 2009 07:31:42 -0000 1.65 +++ sources 1 Jan 2010 10:37:09 -0000 1.66 @@ -1 +1 @@ -7f31710de52b24d7b853f3ad577f1cd4 yumex-2.9.4.tar.gz +7d3d76f130f8af90891c00967111a5f1 yumex-2.9.5.tar.gz Index: yumex.spec =================================================================== RCS file: /cvs/pkgs/rpms/yumex/devel/yumex.spec,v retrieving revision 1.78 retrieving revision 1.79 diff -u -p -r1.78 -r1.79 --- yumex.spec 7 Nov 2009 07:31:42 -0000 1.78 +++ yumex.spec 1 Jan 2010 10:37:09 -0000 1.79 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 2.9.4 +Version: 2.9.5 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -73,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Fri Jan 11 2010 Tim Lauridsen - 2.9.5-1 +- bumped version to 2.9.5-1 * Sun Oct 11 2009 Tim Lauridsen - 2.9.4-1 - bumped version to 2.9.4-1 - truncated rpm changelog to 2.9.x releases From sharkcz at fedoraproject.org Fri Jan 1 10:40:18 2010 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Fri, 1 Jan 2010 10:40:18 +0000 (UTC) Subject: File squirrel_2.2.4_stable.tar.gz uploaded to lookaside cache by sharkcz Message-ID: <20100101104018.F39EB10F865@bastion.fedoraproject.org> A file has been added to the lookaside cache for squirrel: e411dfd1bcc5220aa80de53e4a5f094d squirrel_2.2.4_stable.tar.gz From timlau at fedoraproject.org Fri Jan 1 10:47:04 2010 From: timlau at fedoraproject.org (Tim Lauridsen) Date: Fri, 1 Jan 2010 10:47:04 +0000 (UTC) Subject: rpms/yumex/F-12 sources,1.65,1.66 yumex.spec,1.78,1.79 Message-ID: <20100101104704.0AA5911C008D@cvs1.fedora.phx.redhat.com> Author: timlau Update of /cvs/pkgs/rpms/yumex/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14056 Modified Files: sources yumex.spec Log Message: Release 2.9.5-1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/yumex/F-12/sources,v retrieving revision 1.65 retrieving revision 1.66 diff -u -p -r1.65 -r1.66 --- sources 7 Nov 2009 07:39:47 -0000 1.65 +++ sources 1 Jan 2010 10:47:03 -0000 1.66 @@ -1 +1 @@ -7f31710de52b24d7b853f3ad577f1cd4 yumex-2.9.4.tar.gz +7d3d76f130f8af90891c00967111a5f1 yumex-2.9.5.tar.gz Index: yumex.spec =================================================================== RCS file: /cvs/pkgs/rpms/yumex/F-12/yumex.spec,v retrieving revision 1.78 retrieving revision 1.79 diff -u -p -r1.78 -r1.79 --- yumex.spec 7 Nov 2009 07:39:47 -0000 1.78 +++ yumex.spec 1 Jan 2010 10:47:03 -0000 1.79 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 2.9.4 +Version: 2.9.5 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -73,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Fri Jan 11 2010 Tim Lauridsen - 2.9.5-1 +- bumped version to 2.9.5-1 * Sun Oct 11 2009 Tim Lauridsen - 2.9.4-1 - bumped version to 2.9.4-1 - truncated rpm changelog to 2.9.x releases From sharkcz at fedoraproject.org Fri Jan 1 10:50:35 2010 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Fri, 1 Jan 2010 10:50:35 +0000 (UTC) Subject: rpms/squirrel/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 squirrel-autotools.patch, 1.2, 1.3 squirrel.spec, 1.5, 1.6 Message-ID: <20100101105035.2214E11C008D@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/squirrel/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14922 Modified Files: .cvsignore sources squirrel-autotools.patch squirrel.spec Log Message: * Sun Dec 27 2009 Dan Hor?k 2.2.4-1 - update to upstream version 2.2.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 1 Jul 2009 12:59:44 -0000 1.4 +++ .cvsignore 1 Jan 2010 10:50:34 -0000 1.5 @@ -1 +1 @@ -squirrel_2.2.3_stable.tar.gz +squirrel_2.2.4_stable.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 1 Jul 2009 12:59:44 -0000 1.4 +++ sources 1 Jan 2010 10:50:34 -0000 1.5 @@ -1 +1 @@ -25295ed1459111a80f612357cfe83b54 squirrel_2.2.3_stable.tar.gz +e411dfd1bcc5220aa80de53e4a5f094d squirrel_2.2.4_stable.tar.gz squirrel-autotools.patch: Makefile | 18 ----------------- Makefile.am | 18 +++++++++++++++++ autogen.sh | 12 +++++++++++ configure.ac | 26 +++++++++++++++++++++++++ include/Makefile.am | 11 ++++++++++ sq/Makefile | 21 -------------------- sq/Makefile.am | 11 ++++++++++ sqstdlib/Makefile | 30 ----------------------------- sqstdlib/Makefile.am | 20 +++++++++++++++++++ squirrel/Makefile | 52 --------------------------------------------------- squirrel/Makefile.am | 38 +++++++++++++++++++++++++++++++++++++ 11 files changed, 136 insertions(+), 121 deletions(-) Index: squirrel-autotools.patch =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/devel/squirrel-autotools.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- squirrel-autotools.patch 1 Jul 2009 12:59:45 -0000 1.2 +++ squirrel-autotools.patch 1 Jan 2010 10:50:34 -0000 1.3 @@ -20,7 +20,7 @@ diff -Nru SQUIRREL2.orig/configure.ac SQ @@ -0,0 +1,26 @@ +## Bootstrap autoconf/automake +AC_PREREQ(2.59) -+AC_INIT([squirrel], [2.2.3], []) ++AC_INIT([squirrel], [2.2.4], []) +AC_CANONICAL_TARGET +AC_CONFIG_SRCDIR([configure.ac]) +AM_INIT_AUTOMAKE Index: squirrel.spec =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/devel/squirrel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- squirrel.spec 27 Jul 2009 04:45:52 -0000 1.5 +++ squirrel.spec 1 Jan 2010 10:50:34 -0000 1.6 @@ -1,6 +1,6 @@ Name: squirrel -Version: 2.2.3 -Release: 2%{?dist} +Version: 2.2.4 +Release: 1%{?dist} Summary: High level imperative/OO programming language Group: Development/Tools @@ -36,6 +36,9 @@ Development files needed to use Squirrel %prep %setup -q -c +# fix file permissions +find . -type f -exec chmod a-x {} \; + pushd SQUIRREL2 %patch0 -p1 @@ -97,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Dec 27 2009 Dan Hor?k 2.2.4-1 +- update to upstream version 2.2.4 + * Sun Jul 26 2009 Fedora Release Engineering - 2.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From sharkcz at fedoraproject.org Fri Jan 1 10:53:55 2010 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Fri, 1 Jan 2010 10:53:55 +0000 (UTC) Subject: rpms/squirrel/F-12 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 squirrel-autotools.patch, 1.2, 1.3 squirrel.spec, 1.5, 1.6 Message-ID: <20100101105355.6464211C008D@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/squirrel/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15699 Modified Files: .cvsignore sources squirrel-autotools.patch squirrel.spec Log Message: * Sun Dec 27 2009 Dan Hor?k 2.2.4-1 - update to upstream version 2.2.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/F-12/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 1 Jul 2009 12:59:44 -0000 1.4 +++ .cvsignore 1 Jan 2010 10:53:55 -0000 1.5 @@ -1 +1 @@ -squirrel_2.2.3_stable.tar.gz +squirrel_2.2.4_stable.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/F-12/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 1 Jul 2009 12:59:44 -0000 1.4 +++ sources 1 Jan 2010 10:53:55 -0000 1.5 @@ -1 +1 @@ -25295ed1459111a80f612357cfe83b54 squirrel_2.2.3_stable.tar.gz +e411dfd1bcc5220aa80de53e4a5f094d squirrel_2.2.4_stable.tar.gz squirrel-autotools.patch: Makefile | 18 ----------------- Makefile.am | 18 +++++++++++++++++ autogen.sh | 12 +++++++++++ configure.ac | 26 +++++++++++++++++++++++++ include/Makefile.am | 11 ++++++++++ sq/Makefile | 21 -------------------- sq/Makefile.am | 11 ++++++++++ sqstdlib/Makefile | 30 ----------------------------- sqstdlib/Makefile.am | 20 +++++++++++++++++++ squirrel/Makefile | 52 --------------------------------------------------- squirrel/Makefile.am | 38 +++++++++++++++++++++++++++++++++++++ 11 files changed, 136 insertions(+), 121 deletions(-) Index: squirrel-autotools.patch =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/F-12/squirrel-autotools.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- squirrel-autotools.patch 1 Jul 2009 12:59:45 -0000 1.2 +++ squirrel-autotools.patch 1 Jan 2010 10:53:55 -0000 1.3 @@ -20,7 +20,7 @@ diff -Nru SQUIRREL2.orig/configure.ac SQ @@ -0,0 +1,26 @@ +## Bootstrap autoconf/automake +AC_PREREQ(2.59) -+AC_INIT([squirrel], [2.2.3], []) ++AC_INIT([squirrel], [2.2.4], []) +AC_CANONICAL_TARGET +AC_CONFIG_SRCDIR([configure.ac]) +AM_INIT_AUTOMAKE Index: squirrel.spec =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/F-12/squirrel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- squirrel.spec 27 Jul 2009 04:45:52 -0000 1.5 +++ squirrel.spec 1 Jan 2010 10:53:55 -0000 1.6 @@ -1,6 +1,6 @@ Name: squirrel -Version: 2.2.3 -Release: 2%{?dist} +Version: 2.2.4 +Release: 1%{?dist} Summary: High level imperative/OO programming language Group: Development/Tools @@ -36,6 +36,9 @@ Development files needed to use Squirrel %prep %setup -q -c +# fix file permissions +find . -type f -exec chmod a-x {} \; + pushd SQUIRREL2 %patch0 -p1 @@ -97,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Dec 27 2009 Dan Hor?k 2.2.4-1 +- update to upstream version 2.2.4 + * Sun Jul 26 2009 Fedora Release Engineering - 2.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From sharkcz at fedoraproject.org Fri Jan 1 10:55:27 2010 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Fri, 1 Jan 2010 10:55:27 +0000 (UTC) Subject: rpms/squirrel/F-11 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 squirrel-autotools.patch, 1.2, 1.3 squirrel.spec, 1.4, 1.5 Message-ID: <20100101105527.1EF1011C008D@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/squirrel/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16166 Modified Files: .cvsignore sources squirrel-autotools.patch squirrel.spec Log Message: * Sun Dec 27 2009 Dan Hor?k 2.2.4-1 - update to upstream version 2.2.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/F-11/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 1 Jul 2009 13:13:03 -0000 1.4 +++ .cvsignore 1 Jan 2010 10:55:26 -0000 1.5 @@ -1 +1 @@ -squirrel_2.2.3_stable.tar.gz +squirrel_2.2.4_stable.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/F-11/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 1 Jul 2009 13:13:03 -0000 1.4 +++ sources 1 Jan 2010 10:55:26 -0000 1.5 @@ -1 +1 @@ -25295ed1459111a80f612357cfe83b54 squirrel_2.2.3_stable.tar.gz +e411dfd1bcc5220aa80de53e4a5f094d squirrel_2.2.4_stable.tar.gz squirrel-autotools.patch: Makefile | 18 ----------------- Makefile.am | 18 +++++++++++++++++ autogen.sh | 12 +++++++++++ configure.ac | 26 +++++++++++++++++++++++++ include/Makefile.am | 11 ++++++++++ sq/Makefile | 21 -------------------- sq/Makefile.am | 11 ++++++++++ sqstdlib/Makefile | 30 ----------------------------- sqstdlib/Makefile.am | 20 +++++++++++++++++++ squirrel/Makefile | 52 --------------------------------------------------- squirrel/Makefile.am | 38 +++++++++++++++++++++++++++++++++++++ 11 files changed, 136 insertions(+), 121 deletions(-) Index: squirrel-autotools.patch =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/F-11/squirrel-autotools.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- squirrel-autotools.patch 1 Jul 2009 13:13:03 -0000 1.2 +++ squirrel-autotools.patch 1 Jan 2010 10:55:26 -0000 1.3 @@ -20,7 +20,7 @@ diff -Nru SQUIRREL2.orig/configure.ac SQ @@ -0,0 +1,26 @@ +## Bootstrap autoconf/automake +AC_PREREQ(2.59) -+AC_INIT([squirrel], [2.2.3], []) ++AC_INIT([squirrel], [2.2.4], []) +AC_CANONICAL_TARGET +AC_CONFIG_SRCDIR([configure.ac]) +AM_INIT_AUTOMAKE Index: squirrel.spec =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/F-11/squirrel.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- squirrel.spec 1 Jul 2009 13:13:04 -0000 1.4 +++ squirrel.spec 1 Jan 2010 10:55:27 -0000 1.5 @@ -1,5 +1,5 @@ Name: squirrel -Version: 2.2.3 +Version: 2.2.4 Release: 1%{?dist} Summary: High level imperative/OO programming language @@ -36,6 +36,9 @@ Development files needed to use Squirrel %prep %setup -q -c +# fix file permissions +find . -type f -exec chmod a-x {} \; + pushd SQUIRREL2 %patch0 -p1 @@ -97,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Dec 27 2009 Dan Hor?k 2.2.4-1 +- update to upstream version 2.2.4 + * Wed Jul 1 2009 Dan Hor?k 2.2.3-1 - update to upstream version 2.2.3 From sharkcz at fedoraproject.org Fri Jan 1 10:56:58 2010 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Fri, 1 Jan 2010 10:56:58 +0000 (UTC) Subject: rpms/squirrel/EL-5 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 squirrel-autotools.patch, 1.2, 1.3 squirrel.spec, 1.3, 1.4 Message-ID: <20100101105658.2FFD911C008D@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/squirrel/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16589 Modified Files: .cvsignore sources squirrel-autotools.patch squirrel.spec Log Message: * Sun Dec 27 2009 Dan Hor?k 2.2.4-1 - update to upstream version 2.2.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/EL-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 1 Jul 2009 13:16:41 -0000 1.4 +++ .cvsignore 1 Jan 2010 10:56:57 -0000 1.5 @@ -1 +1 @@ -squirrel_2.2.3_stable.tar.gz +squirrel_2.2.4_stable.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/EL-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 1 Jul 2009 13:16:42 -0000 1.4 +++ sources 1 Jan 2010 10:56:58 -0000 1.5 @@ -1 +1 @@ -25295ed1459111a80f612357cfe83b54 squirrel_2.2.3_stable.tar.gz +e411dfd1bcc5220aa80de53e4a5f094d squirrel_2.2.4_stable.tar.gz squirrel-autotools.patch: Makefile | 18 ----------------- Makefile.am | 18 +++++++++++++++++ autogen.sh | 12 +++++++++++ configure.ac | 26 +++++++++++++++++++++++++ include/Makefile.am | 11 ++++++++++ sq/Makefile | 21 -------------------- sq/Makefile.am | 11 ++++++++++ sqstdlib/Makefile | 30 ----------------------------- sqstdlib/Makefile.am | 20 +++++++++++++++++++ squirrel/Makefile | 52 --------------------------------------------------- squirrel/Makefile.am | 38 +++++++++++++++++++++++++++++++++++++ 11 files changed, 136 insertions(+), 121 deletions(-) Index: squirrel-autotools.patch =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/EL-5/squirrel-autotools.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- squirrel-autotools.patch 1 Jul 2009 13:16:42 -0000 1.2 +++ squirrel-autotools.patch 1 Jan 2010 10:56:58 -0000 1.3 @@ -20,7 +20,7 @@ diff -Nru SQUIRREL2.orig/configure.ac SQ @@ -0,0 +1,26 @@ +## Bootstrap autoconf/automake +AC_PREREQ(2.59) -+AC_INIT([squirrel], [2.2.3], []) ++AC_INIT([squirrel], [2.2.4], []) +AC_CANONICAL_TARGET +AC_CONFIG_SRCDIR([configure.ac]) +AM_INIT_AUTOMAKE Index: squirrel.spec =================================================================== RCS file: /cvs/pkgs/rpms/squirrel/EL-5/squirrel.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- squirrel.spec 1 Jul 2009 13:16:42 -0000 1.3 +++ squirrel.spec 1 Jan 2010 10:56:58 -0000 1.4 @@ -1,5 +1,5 @@ Name: squirrel -Version: 2.2.3 +Version: 2.2.4 Release: 1%{?dist} Summary: High level imperative/OO programming language @@ -36,6 +36,9 @@ Development files needed to use Squirrel %prep %setup -q -c +# fix file permissions +find . -type f -exec chmod a-x {} \; + pushd SQUIRREL2 %patch0 -p1 @@ -97,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Dec 27 2009 Dan Hor?k 2.2.4-1 +- update to upstream version 2.2.4 + * Wed Jul 1 2009 Dan Hor?k 2.2.3-1 - update to upstream version 2.2.3 From timlau at fedoraproject.org Fri Jan 1 10:58:10 2010 From: timlau at fedoraproject.org (Tim Lauridsen) Date: Fri, 1 Jan 2010 10:58:10 +0000 (UTC) Subject: rpms/yumex/F-11 sources,1.61,1.62 yumex.spec,1.73,1.74 Message-ID: <20100101105810.9257C11C008D@cvs1.fedora.phx.redhat.com> Author: timlau Update of /cvs/pkgs/rpms/yumex/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16965 Modified Files: sources yumex.spec Log Message: Release 2.9.5-1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/yumex/F-11/sources,v retrieving revision 1.61 retrieving revision 1.62 diff -u -p -r1.61 -r1.62 --- sources 7 Nov 2009 07:55:32 -0000 1.61 +++ sources 1 Jan 2010 10:58:10 -0000 1.62 @@ -1 +1 @@ -7f31710de52b24d7b853f3ad577f1cd4 yumex-2.9.4.tar.gz +7d3d76f130f8af90891c00967111a5f1 yumex-2.9.5.tar.gz Index: yumex.spec =================================================================== RCS file: /cvs/pkgs/rpms/yumex/F-11/yumex.spec,v retrieving revision 1.73 retrieving revision 1.74 diff -u -p -r1.73 -r1.74 --- yumex.spec 7 Nov 2009 07:55:33 -0000 1.73 +++ yumex.spec 1 Jan 2010 10:58:10 -0000 1.74 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: yumex -Version: 2.9.4 +Version: 2.9.5 Release: 1%{?dist} Summary: Yum Extender graphical package management tool @@ -73,6 +73,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Fri Jan 11 2010 Tim Lauridsen - 2.9.5-1 +- bumped version to 2.9.5-1 * Sun Oct 11 2009 Tim Lauridsen - 2.9.4-1 - bumped version to 2.9.4-1 - truncated rpm changelog to 2.9.x releases From jkratoch at fedoraproject.org Fri Jan 1 11:06:09 2010 From: jkratoch at fedoraproject.org (Jan Kratochvil) Date: Fri, 1 Jan 2010 11:06:09 +0000 (UTC) Subject: rpms/gdb/F-12 gdb-testsuite-unknown-output.patch, NONE, 1.1 gdb-watchpoint-cond-gone.patch, NONE, 1.1 gdb-6.3-ia64-info-frame-fix-20050725.patch, 1.2, 1.3 gdb-6.5-bz216711-clone-is-outermost.patch, 1.5, 1.6 gdb-7.0-upstream.patch, 1.5, 1.6 gdb.spec, 1.406, 1.407 gdb-6.3-watchpoint-cond-gone-test.patch, 1.2, NONE Message-ID: <20100101110609.1C2DC11C008D@cvs1.fedora.phx.redhat.com> Author: jkratoch Update of /cvs/pkgs/rpms/gdb/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18725 Modified Files: gdb-6.3-ia64-info-frame-fix-20050725.patch gdb-6.5-bz216711-clone-is-outermost.patch gdb-7.0-upstream.patch gdb.spec Added Files: gdb-testsuite-unknown-output.patch gdb-watchpoint-cond-gone.patch Removed Files: gdb-6.3-watchpoint-cond-gone-test.patch Log Message: * Fri Jan 1 2009 Jan Kratochvil - 7.0-15.fc12 - Fix error on a sw watchpoint active at function epilogue (hit on s390x). - testsuite: Fix false MI "unknown output after running" regression. - testsuite: Update ia64-sigtramp.exp for recent GDB. - Implement bt-clone-stop.exp fix also for ia64. - testsuite: Upstream condbreak.exp results stability fix (Daniel Jacobowitz). gdb-testsuite-unknown-output.patch: mi-support.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE gdb-testsuite-unknown-output.patch --- http://sourceware.org/ml/gdb-patches/2009-12/msg00473.html Subject: [patch] testsuite: false MI "unknown output after running" regression Hi, the attached patch will turn the results this way: -KFAIL: gdb.mi/mi-until.exp: until after while loop (unknown output after running) (PRMS: gdb/2104) +KFAIL: gdb.mi/mi-until.exp: until after while loop (stopped at wrong place) (PRMS: gdb/2104) -XFAIL: gdb.mi/mi-watch.exp: sw: watchpoint trigger (unknown output after running) +XFAIL: gdb.mi/mi-watch.exp: sw: watchpoint trigger (stopped at wrong place) -KFAIL: gdb.mi/mi2-until.exp: until after while loop (unknown output after running) (PRMS: gdb/2104) +KFAIL: gdb.mi/mi2-until.exp: until after while loop (stopped at wrong place) (PRMS: gdb/2104) -XFAIL: gdb.mi/mi2-watch.exp: sw: watchpoint trigger (unknown output after running) +XFAIL: gdb.mi/mi2-watch.exp: sw: watchpoint trigger (stopped at wrong place) This is a fix of KFAIL-kind regression due to: commit 26d086d741fb1bb0eee9d50e0bafa7c5e388023f Re: [RFA] fix *stopped for CLI commands http://sourceware.org/ml/gdb-patches/2009-02/msg00278.html http://sourceware.org/ml/gdb-cvs/2009-02/msg00084.html part: gdb/testsuite/ 2009-02-14 Vladimir Prus * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields. (mi_expect_interrupt): Likewise. * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped response. re-wdiff-ed for your convenience as: verbose -log "mi_expect_stop: expecting: \\*stopped,${r}${a}${bn}[-thread-id=\"$decimal\",stopped-threads=$any,-]frame=\{addr=\"$hex\",func=\"$func\",args=$args,file=\"$any$file\",fullname=\"${fullname_syntax}$file\",line=\"$line\"\}$after_stopped{+,thread-id=\"$decimal\",stopped-threads=$any+}\r\n($thread_selected_re)?$prompt_re" -re "\\*stopped,${r}${a}${bn}[-thread-id=\"$decimal\",stopped-threads=$any,-]frame=\{addr=\"$hex\",func=\"$func\",args=$args,file=\"$any$file\",fullname=\"${fullname_syntax}$file\",line=\"($line)\"\}$after_stopped{+,thread-id=\"$decimal\",stopped-threads=$any+}\r\n($thread_selected_re)?$prompt_re" { -re "\\*stopped,${r}${a}${bn}[-thread-id=\"$decimal\",stopped-threads=$any,-]frame=\{addr=\"$hex\",func=\"$any\",args=\[\\\[\{\]$any\[\\\]\}\],file=\"$any\",fullname=\"${fullname_syntax}$any\",line=\"\[0-9\]*\"\}[-$any-]{+thread-id=\"$decimal\",stopped-threads=$any+}\r\n$prompt_re" { FYI there is: set any "\[^\n\]*" "stopped at wrong place" is the right kind of KFAIL/XFAIL (tested gcc-4.1.2-46.el5_4.1.x86_64 and gcc-4.4.2-20.fc12.x86_64) as discussed in PR gdb/2104. In the last case there is missing comma (,) after the former patch above. $after_stopped was IMO missing there even before. It is in use only by gdb.mi/mi-simplerun.exp and gdb.mi/mi2-simplerun.exp. Also fixed below. No regressions on {x86_64,x86_64-m32,i686}-fedora12-linux-gnu. Thanks, Jan gdb/testsuite/ 2009-12-31 Jan Kratochvil * lib/mi-support.exp (mi_expect_stop ): Insert missing $after_stopped and comma (,) expectation. --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -1038,7 +1038,7 @@ proc mi_expect_stop { reason func args file line extra test } { pass "$test" return $expect_out(2,string) } - -re "\\*stopped,${r}${a}${bn}frame=\{addr=\"$hex\",func=\"$any\",args=\[\\\[\{\]$any\[\\\]\}\],file=\"$any\",fullname=\"${fullname_syntax}$any\",line=\"\[0-9\]*\"\}thread-id=\"$decimal\",stopped-threads=$any\r\n$prompt_re" { + -re "\\*stopped,${r}${a}${bn}frame=\{addr=\"$hex\",func=\"$any\",args=\[\\\[\{\]$any\[\\\]\}\],file=\"$any\",fullname=\"${fullname_syntax}$any\",line=\"\[0-9\]*\"\}$after_stopped,thread-id=\"$decimal\",stopped-threads=$any\r\n$prompt_re" { verbose -log "got $expect_out(buffer)" fail "$test (stopped at wrong place)" return -1 gdb-watchpoint-cond-gone.patch: b/gdb/testsuite/gdb.base/watchpoint-cond-gone-stripped.c | 23 ++++++ b/gdb/testsuite/gdb.base/watchpoint-cond-gone.c | 37 ++++++++++ b/gdb/testsuite/gdb.base/watchpoint-cond-gone.exp | 51 +++++++++++++++ gdb/breakpoint.c | 22 +++--- 4 files changed, 122 insertions(+), 11 deletions(-) --- NEW FILE gdb-watchpoint-cond-gone.patch --- http://sourceware.org/ml/gdb-patches/2009-12/msg00394.html Subject: [patch] Fix watchpoint-at-epilogue 7.0 regression (s390x) Hi, attached testcase regressed 6.8->7.0 on some s390x systems. At the moment PC is at epilogue (after frame pointer got destroyed and PC is still in the calleed function) we must not try any unwinding as it can try to unwind a garbage. Correct way would be to implement epilogue unwinder (such as amd64_epilogue_frame_unwind or i386_epilogue_frame_unwind ones) but it would not be so easy on s390x as it would need full prologue-analyzer: After SP gets restored there can be various instructions before the last jump - GDB needs to interpret the jump to find the register value where it is going to jump to. 00000048279aa09c : [...] 48279aa1b8: eb 6f f0 d0 00 04 lmg %r6,%r15,208(%r15) 48279aa1be: 50 32 10 00 st %r3,0(%r2,%r1) # SP (%r15) is gone hone 48279aa1c2: b3 74 00 00 lzer %r0 48279aa1c6: 07 f4 br %r4 # %r4 is the target [...] Just an easy fix is to be more careful and do not try any unwinding if we find PC is in the epilogue (previous instruction modifies SP=%r15). It is even a performance optimization and I see no regression risk there. The specific s390x error is: #0 throw_error (error=MEMORY_ERROR, fmt=0x8042676a "Cannot access memory at address %s") at exceptions.c:415 #1 in memory_error (status=5, memaddr=0) at corefile.c:220 #2 in read_memory (memaddr=0, myaddr=0x3ffffc7f7f0 "", len=8) at corefile.c:238 #3 in read_memory_unsigned_integer (memaddr=0, len=8, byte_order=BFD_ENDIAN_BIG) at corefile.c:321 #4 in s390_backchain_frame_unwind_cache (this_frame=0x80608958, info=0x80608a08) at s390-tdep.c:1525 #5 in s390_frame_unwind_cache (this_frame=0x80608958, this_prologue_cache=0x80608970) at s390-tdep.c:1572 #6 in s390_frame_this_id (this_frame=0x80608958, this_prologue_cache=0x80608970, this_id=0x806089b8) at s390-tdep.c:1583 #7 in get_frame_id (fi=0x80608958) at frame.c:335 #8 in frame_find_by_id (id={stack_addr = 4398044824952, code_addr = 2147484952, special_addr = 0, stack_addr_p = 1, code_addr_p = 1, special_addr_p = 0, inline_depth = 0}) at frame.c:587 #9 in watchpoint_check (p=0x8095bbc0) at breakpoint.c:3203 #10 in catch_errors (func=0x801262c0 , func_args=0x8095bbc0, errstring=0x80a26410 "Error evaluating expression for watchpoint 3\n", mask=6) at exceptions.c:510 #11 in bpstat_check_watchpoint (bs=0x8095bbc0) at breakpoint.c:3404 #12 in bpstat_stop_status (aspace=0x8061fcb0, bp_addr=2147485040, ptid={pid = 17372, lwp = 17372, tid = 0}) at breakpoint.c:3594 #13 in handle_inferior_event (ecs=0x3ffffc80520) at infrun.c:3588 I did not analyze why 6.8 did not error out, the GDB code is similar there. No regressions on: {x86_64,x86_64-m32,i686}-fedora12-linux-gnu (CVS HEAD GDB) s390x-rhel48-linux-gnu (CVS HEAD GDB) s390-rhel48-linux-gnu (CVS HEAD GDB) s390x-rhel54-linux-gnu (Fedora 12 GDB) s390-rhel54-linux-gnu (Fedora 12 GDB) Thanks, Jan gdb/ 2009-12-25 Jan Kratochvil * breakpoint.c (watchpoint_check): Check the call gdbarch_in_function_epilogue_p before calling frame_find_by_id. Extend the comment. gdb/testsuite/ 2009-12-25 Jan Kratochvil * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c, gdb.base/watchpoint-cond-gone-stripped.c: New. --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -3200,6 +3200,17 @@ watchpoint_check (void *p) struct gdbarch *frame_arch = get_frame_arch (frame); CORE_ADDR frame_pc = get_frame_pc (frame); + /* in_function_epilogue_p() returns a non-zero value if we're still + in the function but the stack frame has already been invalidated. + Since we can't rely on the values of local variables after the + stack has been destroyed, we are treating the watchpoint in that + state as `not changed' without further checking. Don't mark + watchpoints as changed if the current frame is in an epilogue - + even if they are in some other frame, our view of the stack + is likely to be wrong and frame_find_by_id could error out. */ + if (gdbarch_in_function_epilogue_p (frame_arch, frame_pc)) + return WP_VALUE_NOT_CHANGED; + fr = frame_find_by_id (b->watchpoint_frame); within_current_scope = (fr != NULL); @@ -3216,17 +3227,6 @@ watchpoint_check (void *p) within_current_scope = 0; } - /* in_function_epilogue_p() returns a non-zero value if we're still - in the function but the stack frame has already been invalidated. - Since we can't rely on the values of local variables after the - stack has been destroyed, we are treating the watchpoint in that - state as `not changed' without further checking. Don't mark - watchpoints as changed if the current frame is in an epilogue - - even if they are in some other frame, our view of the stack - is likely to be wrong. */ - if (gdbarch_in_function_epilogue_p (frame_arch, frame_pc)) - return WP_VALUE_NOT_CHANGED; - if (within_current_scope) /* If we end up stopping, the current frame will get selected in normal_stop. So this call to select_frame won't affect --- /dev/null +++ b/gdb/testsuite/gdb.base/watchpoint-cond-gone-stripped.c @@ -0,0 +1,23 @@ +/* This testcase is part of GDB, the GNU debugger. + + Copyright 2009 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +void +jumper (void (*jumpto) (void)) +{ + (*jumpto) (); +} --- /dev/null +++ b/gdb/testsuite/gdb.base/watchpoint-cond-gone.c @@ -0,0 +1,37 @@ +/* This testcase is part of GDB, the GNU debugger. + + Copyright 2009 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +extern void jumper (void (*jumpto) (void)); + +static void +func (void) +{ + volatile int c; + + c = 5; + c = 10; /* watchpoint-here */ + c = 20; +} + +int +main (void) +{ + jumper (func); + + return 0; +} --- /dev/null +++ b/gdb/testsuite/gdb.base/watchpoint-cond-gone.exp @@ -0,0 +1,51 @@ +# Copyright 2009 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 +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +set testfile "watchpoint-cond-gone" +set srcfile ${testfile}.c +set srcfilestripped ${testfile}-stripped.c +set objfilestripped ${objdir}/${subdir}/${testfile}-stripped.o +set binfile ${objdir}/${subdir}/${testfile} + +# We need to generate a function without DWARF to crash older GDB. +# Stepping into a dynamic function trampoline or stepping out of MAIN may work +# but it is not a reliable FAIL case. + +if { [gdb_compile "${srcdir}/${subdir}/${srcfilestripped}" "${objfilestripped}" object {}] != "" + || [gdb_compile "${srcdir}/${subdir}/${srcfile} ${objfilestripped}" "${binfile}" executable {debug}] != "" } { + gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail." +} + +clean_restart ${testfile} + +# Problem does not occur otherwise. +gdb_test "set can-use-hw-watchpoints 0" + +if ![runto_main] { + return -1 +} + +gdb_breakpoint [gdb_get_line_number "watchpoint-here"] +gdb_continue_to_breakpoint "Place to set the watchpoint" + +# The condition `c == 30' is the subject being tested. +gdb_test "watch c if c == 30" "" "Place the watchpoint" + +# We may stay either in the function itself or only at the first instruction of +# its caller depending on the epilogue unwinder (or valid epilogue CFI) presence. +gdb_test "finish" \ + "Watchpoint .* deleted because the program has left the block in.*which its expression is valid..*in (jumper|func).*" \ + "Catch the no longer valid watchpoint" gdb-6.3-ia64-info-frame-fix-20050725.patch: ia64-sigtramp.c | 23 +++++++++++++++++ ia64-sigtramp.exp | 73 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) Index: gdb-6.3-ia64-info-frame-fix-20050725.patch =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb-6.3-ia64-info-frame-fix-20050725.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- gdb-6.3-ia64-info-frame-fix-20050725.patch 3 Mar 2008 16:13:47 -0000 1.2 +++ gdb-6.3-ia64-info-frame-fix-20050725.patch 1 Jan 2010 11:06:08 -0000 1.3 @@ -41,7 +41,7 @@ testsuite: + --- gdb-6.3/gdb/testsuite/gdb.arch/ia64-sigtramp.exp.fix 2005-07-25 16:42:50.000000000 -0400 +++ gdb-6.3/gdb/testsuite/gdb.arch/ia64-sigtramp.exp 2005-07-25 16:42:01.000000000 -0400 -@@ -0,0 +1,66 @@ +@@ -0,0 +1,73 @@ +# Copyright 2005 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify @@ -90,7 +90,10 @@ testsuite: +} + +gdb_exit ++set match_max_old [match_max] ++match_max -d 1000000 +gdb_start ++match_max -d $match_max_old +gdb_reinitialize_dir $srcdir/$subdir +gdb_load ${binfile} + @@ -106,5 +109,9 @@ testsuite: +gdb_test "continue" "Breakpoint.*x.*" "continue to x" + +gdb_test "f 1" ".*signal handler called.*" "frame 1" -+gdb_test "info frame" "Stack level 1.*p63 at .*" "info sigtramp frame" -+ ++ ++# gdb-7.0+ no longer prints the pseudo registers as they are computed. ++# frame_info says: /* For moment, only display registers that were saved on the ++# stack. */ ++gdb_test "set debug frame 1" ++gdb_test "info frame" "Stack level 1, .*frame_unwind_register_value \\(frame=1,regnum=750\\(p63\\),\[^\r\n\]*\r\n\[^\r\n\]*-> computed bytes=.*" "info sigtramp frame" gdb-6.5-bz216711-clone-is-outermost.patch: gdb-6.8.50.20090802/gdb/amd64-linux-tdep.c | 76 +++++ gdb-6.8.50.20090802/gdb/amd64-tdep.c | 5 gdb-6.8.50.20090802/gdb/testsuite/gdb.threads/bt-clone-stop.c | 39 ++ gdb-6.8.50.20090802/gdb/testsuite/gdb.threads/bt-clone-stop.exp | 61 ++++ gdb-6.8.50.20090811/gdb/i386-tdep.c | 3 gdb-6.8.50.20090811/gdb/i386-tdep.h | 3 gdb/ia64-tdep.c | 132 ++++++++++ 7 files changed, 319 insertions(+) Index: gdb-6.5-bz216711-clone-is-outermost.patch =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb-6.5-bz216711-clone-is-outermost.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- gdb-6.5-bz216711-clone-is-outermost.patch 11 Aug 2009 14:42:46 -0000 1.5 +++ gdb-6.5-bz216711-clone-is-outermost.patch 1 Jan 2010 11:06:08 -0000 1.6 @@ -162,6 +162,154 @@ Index: gdb-6.8.50.20090802/gdb/amd64-tde }; /* Floating-point registers. */ +--- a/gdb/ia64-tdep.c ++++ b/gdb/ia64-tdep.c +@@ -2122,6 +2122,137 @@ static const struct frame_unwind ia64_frame_unwind = + default_frame_sniffer + }; + ++/* Detect the outermost frame; during unwind of ++ #6 0x2000000000347100 in __clone2 () from /lib/libc.so.6.1 ++ avoid the additional bogus frame ++ #7 0x0000000000000000 in ?? () */ ++ ++static char linux_clone2_code[] = ++{ ++/* libc/sysdeps/unix/sysv/linux/ia64/clone2.S */ ++ 0x09, 0x00, 0x20, 0x12, 0x90, 0x11, 0x00, 0x40, ++ 0x28, 0x20, 0x23, 0x00, 0x00, 0x00, 0x04, 0x00, ++/* st4 [r9]=r8 */ ++/* st4 [r10]=r8 */ ++/* ;; */ ++/* #endif */ ++ 0x02, 0x50, 0x21, 0x40, 0x18, 0x14, 0x90, 0x02, ++ 0x90, 0x00, 0x42, 0x00, 0x00, 0x00, 0x04, 0x00, ++/* 1: ld8 out1=[in0],8 |* Retrieve code pointer. *| */ ++/* mov out0=in4 |* Pass proper argument to fn *| */ ++/* ;; */ ++ 0x11, 0x08, 0x00, 0x40, 0x18, 0x10, 0x60, 0x50, ++ 0x05, 0x80, 0x03, 0x00, 0x68, 0x00, 0x80, 0x12, ++/* ld8 gp=[in0] |* Load function gp. *| */ ++/* mov b6=out1 */ ++/* br.call.dptk.many rp=b6 |* Call fn(arg) in the child *| */ ++/* ;; */ ++ 0x10, 0x48, 0x01, 0x10, 0x00, 0x21, 0x10, 0x00, ++ 0xa0, 0x00, 0x42, 0x00, 0x98, 0xdf, 0xf7, 0x5b, ++/* mov out0=r8 |* Argument to _exit *| */ ++/* mov gp=loc0 */ ++/* .globl HIDDEN_JUMPTARGET(_exit) */ ++/* br.call.dpnt.many rp=HIDDEN_JUMPTARGET(_exit) */ ++/* |* call _exit with result from fn. *| */ ++ 0x11, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, ++ 0x00, 0x02, 0x00, 0x80, 0x00, 0x00, 0x84, 0x00 ++/* ret |* Not reached. *| */ ++}; ++ ++#define LINUX_CLONE_PRE_SLOTS 3 /* Number of slots before PC. */ ++#define LINUX_CLONE_LEN (sizeof linux_clone2_code) ++ ++static int ++ia64_linux_clone2_running (struct frame_info *this_frame) ++{ ++ CORE_ADDR pc = get_frame_pc (this_frame); ++ char buf[LINUX_CLONE_LEN]; ++ struct minimal_symbol *minsym; ++ long long instr; ++ ++ if (!safe_frame_unwind_memory (this_frame, pc - LINUX_CLONE_PRE_SLOTS * 16, ++ buf, LINUX_CLONE_LEN)) ++ return 0; ++ ++ if (memcmp (buf, linux_clone2_code, LINUX_CLONE_PRE_SLOTS * 16) != 0) ++ return 0; ++ ++ /* Adjust the expected "_exit" address. */ ++ minsym = lookup_minimal_symbol_text ("_exit", NULL); ++ if (minsym == NULL) ++ return 0; ++ ++ instr = slotN_contents (&buf[LINUX_CLONE_PRE_SLOTS * 16], 2); ++ instr &= ~(((1L << 20) - 1) << 13); ++ /* Address is relative to the jump instruction slot, not the next one. */ ++ instr |= (((SYMBOL_VALUE_ADDRESS (minsym) - (pc & ~0xfL)) >> 4) ++ & ((1L << 20) - 1)) << 13; ++ replace_slotN_contents (&buf[LINUX_CLONE_PRE_SLOTS * 16], instr, 2); ++ ++ if (memcmp (&buf[LINUX_CLONE_PRE_SLOTS * 16], ++ &linux_clone2_code[LINUX_CLONE_PRE_SLOTS * 16], ++ LINUX_CLONE_LEN - (LINUX_CLONE_PRE_SLOTS * 16)) != 0) ++ return 0; ++ ++ return 1; ++} ++ ++static int ++ia64_outermost_frame (struct frame_info *this_frame) ++{ ++ CORE_ADDR pc = get_frame_pc (this_frame); ++ char *name; ++ ++ find_pc_partial_function (pc, &name, NULL, NULL); ++ ++ /* If we have NAME, we can optimize the search. ++ `clone' NAME still needs to have the code checked as its name may be ++ present in the user code. ++ `__clone' NAME should not be present in the user code but in the initial ++ parts of the `__clone' implementation the unwind still makes sense. ++ More detailed unwinding decision would be too much sensitive to possible ++ subtle changes in specific glibc revisions. */ ++ if (name == NULL || strcmp (name, "clone2") == 0 ++ || strcmp ("__clone2", name) == 0) ++ return (ia64_linux_clone2_running (this_frame) != 0); ++ ++ return 0; ++} ++ ++static void ++ia64_clone2_frame_this_id (struct frame_info *this_frame, void **this_cache, ++ struct frame_id *this_id) ++{ ++ /* Leave the default outermost frame at *THIS_ID. */ ++} ++ ++static struct value * ++ia64_clone2_frame_prev_register (struct frame_info *this_frame, ++ void **this_cache, int regnum) ++{ ++ return frame_unwind_got_register (this_frame, regnum, regnum); ++} ++ ++static int ++ia64_clone2_frame_sniffer (const struct frame_unwind *self, ++ struct frame_info *this_frame, ++ void **this_prologue_cache) ++{ ++ if (ia64_outermost_frame (this_frame)) ++ return 1; ++ ++ return 0; ++} ++ ++static const struct frame_unwind ia64_clone2_frame_unwind = ++{ ++ NORMAL_FRAME, ++ &ia64_clone2_frame_this_id, ++ &ia64_clone2_frame_prev_register, ++ NULL, ++ &ia64_clone2_frame_sniffer ++}; ++ + /* Signal trampolines. */ + + static void +@@ -3824,6 +3955,7 @@ ia64_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) + set_gdbarch_dummy_id (gdbarch, ia64_dummy_id); + + set_gdbarch_unwind_pc (gdbarch, ia64_unwind_pc); ++ frame_unwind_append_unwinder (gdbarch, &ia64_clone2_frame_unwind); + #ifdef HAVE_LIBUNWIND_IA64_H + frame_unwind_append_unwinder (gdbarch, + &ia64_libunwind_sigtramp_frame_unwind); Index: gdb-6.8.50.20090802/gdb/testsuite/gdb.threads/bt-clone-stop.c =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 gdb-7.0-upstream.patch: gdb/COPYING | 916 ++++++++++++++++++++--------- gdb/ChangeLog | 75 ++ gdb/amd64-tdep.c | 2 gdb/amd64fbsd-nat.c | 3 gdb/arm-tdep.c | 212 ++++++ gdb/completer.c | 4 gdb/dbxread.c | 9 gdb/dcache.c | 139 +++- gdb/doc/ChangeLog | 4 gdb/doc/gpl.texi | 958 ++++++++++++++++++++----------- gdb/dwarf2-frame.c | 8 gdb/dwarf2read.c | 3 gdb/elfread.c | 3 gdb/objfiles.c | 16 gdb/score-tdep.c | 52 - gdb/score-tdep.h | 64 -- gdb/testsuite/ChangeLog | 21 gdb/testsuite/gdb.base/bigcore.exp | 2 gdb/testsuite/gdb.base/foll-fork.c | 3 gdb/testsuite/gdb.base/foll-fork.exp | 3 gdb/testsuite/gdb.base/structs.c | 6 gdb/testsuite/gdb.base/structs.exp | 62 +- src/gdb/doc/gdb.texinfo | 13 src/gdb/testsuite/gdb.base/condbreak.exp | 9 src/gdb/testsuite/gdb.base/default.exp | 7 src/gdb/testsuite/gdb.cp/expand-sals.cc | 2 src/gdb/testsuite/gdb.cp/expand-sals.exp | 6 src/gdb/top.c | 7 28 files changed, 1797 insertions(+), 812 deletions(-) Index: gdb-7.0-upstream.patch =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb-7.0-upstream.patch,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- gdb-7.0-upstream.patch 24 Dec 2009 22:39:35 -0000 1.5 +++ gdb-7.0-upstream.patch 1 Jan 2010 11:06:08 -0000 1.6 @@ -3221,3 +3221,65 @@ http://sourceware.org/ml/gdb-cvs/2009-12 -# Verify GDB really could not catch any other breakpoint location. - -gdb_continue_to_breakpoint "uncaught return" ".*exit-line.*" + + + +http://sourceware.org/ml/gdb-cvs/2009-11/msg00213.html + +[ cut ] + +--- src/gdb/testsuite/gdb.base/condbreak.exp 2009/01/03 05:58:03 1.13 ++++ src/gdb/testsuite/gdb.base/condbreak.exp 2009/11/25 20:43:29 1.14 +@@ -207,10 +207,10 @@ + setup_xfail hppa2.0w-*-* 11512CLLbs + send_gdb "continue\n" + gdb_expect { +- -re "Continuing\\..*Breakpoint \[0-9\]+, marker2 \\(a=43\\) at .*$srcfile1:($bp_location8|$bp_location9).*($bp_location8|$bp_location9)\[\t \]+.*" { ++ -re "Continuing\\..*Breakpoint \[0-9\]+, marker2 \\(a=43\\) at .*$srcfile1:($bp_location8|$bp_location9).*($bp_location8|$bp_location9)\[\t \]+.*$gdb_prompt $" { + pass "run until breakpoint at marker2" + } +- -re "Continuing\\..*Breakpoint \[0-9\]+, $hex in marker2 \\(a=43\\) at .*$srcfile1:($bp_location8|$bp_location9).*($bp_location8|$bp_location9)\[\t \]+.*" { ++ -re "Continuing\\..*Breakpoint \[0-9\]+, $hex in marker2 \\(a=43\\) at .*$srcfile1:($bp_location8|$bp_location9).*($bp_location8|$bp_location9)\[\t \]+.*$gdb_prompt $" { + xfail "run until breakpoint at marker2" + } + -re "$gdb_prompt $" { + + + +Fix for gfortran-4.1: + -PASS: gdb.mi/mi-var-child-f.exp: mi runto MAIN__ + +FAIL: gdb.mi/mi-var-child-f.exp: mi runto MAIN__ (unknown output after running) + +RFC: Move language-changed message to verbose +http://sourceware.org/ml/gdb-patches/2009-11/msg00031.html +http://sourceware.org/ml/gdb-cvs/2009-11/msg00034.html + +### src/gdb/ChangeLog 2009/11/05 19:53:03 1.11030 +### src/gdb/ChangeLog 2009/11/05 20:43:52 1.11031 +## -1,3 +1,8 @@ ++2009-11-05 Daniel Jacobowitz ++ ++ * top.c (execute_command): Select a frame before checking the current ++ language. Only output a message if verbose. ++ + 2009-11-05 Tom Tromey + + * symtab.h (SYMBOL_SET_LINKAGE_NAME): Update comment. +--- src/gdb/top.c 2009/10/19 09:51:42 1.172 ++++ src/gdb/top.c 2009/11/05 20:43:52 1.173 +@@ -457,10 +457,13 @@ + + } + +- /* Tell the user if the language has changed (except first time). */ ++ /* Tell the user if the language has changed (except first time). ++ First make sure that a new frame has been selected, in case this ++ command or the hooks changed the program state. */ ++ deprecated_safe_get_selected_frame (); + if (current_language != expected_language) + { +- if (language_mode == language_mode_auto) ++ if (language_mode == language_mode_auto && info_verbose) + { + language_info (1); /* Print what changed. */ + } Index: gdb.spec =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb.spec,v retrieving revision 1.406 retrieving revision 1.407 diff -u -p -r1.406 -r1.407 --- gdb.spec 24 Dec 2009 22:39:35 -0000 1.406 +++ gdb.spec 1 Jan 2010 11:06:08 -0000 1.407 @@ -36,7 +36,7 @@ Version: 7.0 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 14%{?_with_upstream:.upstream}%{dist} +Release: 15%{?_with_upstream:.upstream}%{dist} License: GPLv3+ Group: Development/Debuggers @@ -318,8 +318,8 @@ Patch309: gdb-6.3-mapping-zero-inode-tes # Test a crash on `focus cmd', `focus prev' commands. Patch311: gdb-6.3-focus-cmd-prev-test.patch -# Test crash on a sw watchpoint condition getting out of the scope. -Patch314: gdb-6.3-watchpoint-cond-gone-test.patch +# Fix error on a sw watchpoint active at function epilogue (hit on s390x). +Patch314: gdb-watchpoint-cond-gone.patch # Test various forms of threads tracking across exec() (BZ 442765). Patch315: gdb-6.8-bz442765-threaded-exec-test.patch @@ -423,6 +423,9 @@ Patch396: gdb-ppc-hw-watchpoint-twice.pa # Fix regression by python on ia64 due to stale current frame. Patch397: gdb-follow-child-stale-parent.patch +# testsuite: Fix false MI "unknown output after running" regression. +Patch398: gdb-testsuite-unknown-output.patch + BuildRequires: ncurses-devel texinfo gettext flex bison expat-devel Requires: readline BuildRequires: readline-devel @@ -667,6 +670,7 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc %patch395 -p1 %patch396 -p1 %patch397 -p1 +%patch398 -p1 find -name "*.orig" | xargs rm -f ! find -name "*.rej" # Should not happen. @@ -978,6 +982,13 @@ fi %endif %changelog +* Fri Jan 1 2009 Jan Kratochvil - 7.0-15.fc12 +- Fix error on a sw watchpoint active at function epilogue (hit on s390x). +- testsuite: Fix false MI "unknown output after running" regression. +- testsuite: Update ia64-sigtramp.exp for recent GDB. +- Implement bt-clone-stop.exp fix also for ia64. +- testsuite: Upstream condbreak.exp results stability fix (Daniel Jacobowitz). + * Thu Dec 24 2009 Jan Kratochvil - 7.0-14.fc12 - testsuite: Fix constructortest.exp and expand-sals.exp for gcc-4.4.2-20.fc12. --- gdb-6.3-watchpoint-cond-gone-test.patch DELETED --- From jkratoch at fedoraproject.org Fri Jan 1 11:06:50 2010 From: jkratoch at fedoraproject.org (Jan Kratochvil) Date: Fri, 1 Jan 2010 11:06:50 +0000 (UTC) Subject: rpms/gdb/F-12 gdb.spec,1.407,1.408 Message-ID: <20100101110650.6B8B911C008D@cvs1.fedora.phx.redhat.com> Author: jkratoch Update of /cvs/pkgs/rpms/gdb/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18981 Modified Files: gdb.spec Log Message: %changlog timestamp fixup. Index: gdb.spec =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb.spec,v retrieving revision 1.407 retrieving revision 1.408 diff -u -p -r1.407 -r1.408 --- gdb.spec 1 Jan 2010 11:06:08 -0000 1.407 +++ gdb.spec 1 Jan 2010 11:06:50 -0000 1.408 @@ -982,7 +982,7 @@ fi %endif %changelog -* Fri Jan 1 2009 Jan Kratochvil - 7.0-15.fc12 +* Fri Jan 1 2010 Jan Kratochvil - 7.0-15.fc12 - Fix error on a sw watchpoint active at function epilogue (hit on s390x). - testsuite: Fix false MI "unknown output after running" regression. - testsuite: Update ia64-sigtramp.exp for recent GDB. From mschwendt at fedoraproject.org Fri Jan 1 11:11:27 2010 From: mschwendt at fedoraproject.org (Michael Schwendt) Date: Fri, 1 Jan 2010 11:11:27 +0000 (UTC) Subject: rpms/audacious-plugin-fc/F-12 audacious-plugin-fc-0.4-unknown-songtime.patch, NONE, 1.1 audacious-plugin-fc.spec, 1.16, 1.17 audacious-plugin-fc-0.4-aud21.patch, 1.1, NONE Message-ID: <20100101111127.98CAD11C008D@cvs1.fedora.phx.redhat.com> Author: mschwendt Update of /cvs/pkgs/rpms/audacious-plugin-fc/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20128 Modified Files: audacious-plugin-fc.spec Added Files: audacious-plugin-fc-0.4-unknown-songtime.patch Removed Files: audacious-plugin-fc-0.4-aud21.patch Log Message: sync with Rawhide for Audacious 2.2 iplugin API audacious-plugin-fc-0.4-unknown-songtime.patch: Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE audacious-plugin-fc-0.4-unknown-songtime.patch --- diff -Nur audacious-plugin-fc-0.4-orig/src/Main.cpp audacious-plugin-fc-0.4/src/Main.cpp --- audacious-plugin-fc-0.4-orig/src/Main.cpp 2009-10-23 17:21:56.000000000 +0200 +++ audacious-plugin-fc-0.4/src/Main.cpp 2009-10-24 12:34:16.689418212 +0200 @@ -337,7 +337,7 @@ Tuple *t = aud_tuple_new_from_filename(filename); // delay length detection to start of playback - aud_tuple_associate_int(t, FIELD_LENGTH, NULL, 0); + aud_tuple_associate_int(t, FIELD_LENGTH, NULL, -1); aud_tuple_associate_string(t, FIELD_QUALITY, NULL, "sequenced"); //aud_tuple_associate_string(ti, FIELD_TITLE, NULL, tmp); Index: audacious-plugin-fc.spec =================================================================== RCS file: /cvs/pkgs/rpms/audacious-plugin-fc/F-12/audacious-plugin-fc.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- audacious-plugin-fc.spec 24 Oct 2009 10:49:43 -0000 1.16 +++ audacious-plugin-fc.spec 1 Jan 2010 11:11:27 -0000 1.17 @@ -1,16 +1,16 @@ # Minimum audacious/audacious-plugins version in inter-package -# dependencies. We need 2.1 for both. -%define aud_ver 2.1 +# dependencies. We need 2.2 for both. +%define aud_ver 2.2 %define plugindir %(pkg-config audacious --variable=input_plugin_dir) Summary: Future Composer input plugin for Audacious Name: audacious-plugin-fc Version: 0.4 -Release: 1%{?dist} +Release: 1%{?dist}.2 URL: http://xmms-fc.sourceforge.net/ License: GPLv2+ -Source: http://download.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/xmms-fc/audacious-plugin-fc-%{version}.tar.bz2 Group: Applications/Multimedia Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: audacious-devel >= %{aud_ver} @@ -19,8 +19,8 @@ BuildRequires: pkgconfig Provides: audacious-plugins-fc = %{version}-%{release} Requires: audacious >= %{aud_ver} -# temporary patch to backport to Audacious 2.1 API -Patch0: audacious-plugin-fc-0.4-aud21.patch +# applied upstream +Patch0: audacious-plugin-fc-0.4-unknown-songtime.patch %description @@ -30,7 +30,7 @@ music files from AMIGA. Song-length dete %prep %setup -q -%patch0 -p1 -b .aud21 +%patch0 -p1 -b .unknown-songtime %build @@ -58,8 +58,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Sat Oct 24 2009 Michael Schwendt - 0.4-1 -- Patch temporarily to backport to Audacious 2.1 API. +* Sat Oct 24 2009 Michael Schwendt - 0.4-1.2 +- Set empty/unknown initial songtime instead of 0:00. * Fri Oct 23 2009 Michael Schwendt - 0.4-1 - Upgrade to 0.4 for Audacious 2.2 InputPlugin API changes. --- audacious-plugin-fc-0.4-aud21.patch DELETED --- From roma at fedoraproject.org Fri Jan 1 11:12:02 2010 From: roma at fedoraproject.org (Paulo Roma Cavalcanti) Date: Fri, 1 Jan 2010 11:12:02 +0000 (UTC) Subject: File bashdb-4.0-0.4.tar.bz2 uploaded to lookaside cache by roma Message-ID: <20100101111202.5AF7A10F865@bastion.fedoraproject.org> A file has been added to the lookaside cache for bashdb: eb411b64d27ccbd0093789e9e945a589 bashdb-4.0-0.4.tar.bz2 From roma at fedoraproject.org Fri Jan 1 11:12:35 2010 From: roma at fedoraproject.org (Paulo Roma Cavalcanti) Date: Fri, 1 Jan 2010 11:12:35 +0000 (UTC) Subject: rpms/bashdb/devel .cvsignore, 1.2, 1.3 bashdb.spec, 1.2, 1.3 import.log, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20100101111235.AF03311C008D@cvs1.fedora.phx.redhat.com> Author: roma Update of /cvs/pkgs/rpms/bashdb/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20540/devel Modified Files: .cvsignore bashdb.spec import.log sources Log Message: updated to 4.0_0.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bashdb/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 10 Apr 2009 12:59:23 -0000 1.2 +++ .cvsignore 1 Jan 2010 11:12:35 -0000 1.3 @@ -1 +1 @@ -bashdb-4.0-0.3.tar.bz2 +bashdb-4.0-0.4.tar.bz2 Index: bashdb.spec =================================================================== RCS file: /cvs/pkgs/rpms/bashdb/devel/bashdb.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- bashdb.spec 24 Jul 2009 17:52:44 -0000 1.2 +++ bashdb.spec 1 Jan 2010 11:12:35 -0000 1.3 @@ -1,10 +1,10 @@ %bcond_with tests -%define rversion 4.0-0.3 +%define rversion 4.0-0.4 Name: bashdb Summary: BASH debugger, the BASH symbolic debugger -Version: 4.0_0.3 -Release: 3%{?dist} +Version: 4.0_0.4 +Release: 2%{?dist} License: GPLv2+ Group: Development/Debuggers Url: http://bashdb.sourceforge.net/ @@ -79,8 +79,8 @@ rm -rf %{buildroot} %{_infodir}/%{name}.info* %changelog -* Fri Jul 24 2009 Fedora Release Engineering - 4.0_0.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild +* Sun Dec 27 2009 Paulo Roma 4.0_0.4-2 +- Updated to 4.0-0.4 * Fri Apr 10 2009 Paulo Roma 4.0_0.3-2 - Updated to 4.0-0.3 for supporting bash 4.0 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/bashdb/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- import.log 10 Apr 2009 12:59:24 -0000 1.1 +++ import.log 1 Jan 2010 11:12:35 -0000 1.2 @@ -1 +1,2 @@ bashdb-4_0_0_3-2_fc10:HEAD:bashdb-4.0_0.3-2.fc10.src.rpm:1239368322 +bashdb-4_0_0_4-2_fc12:HEAD:bashdb-4.0_0.4-2.fc12.src.rpm:1262344284 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bashdb/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 10 Apr 2009 12:59:24 -0000 1.2 +++ sources 1 Jan 2010 11:12:35 -0000 1.3 @@ -1 +1 @@ -720b7d4cd55c2a2010c6a2de59565f42 bashdb-4.0-0.3.tar.bz2 +eb411b64d27ccbd0093789e9e945a589 bashdb-4.0-0.4.tar.bz2 From roma at fedoraproject.org Fri Jan 1 11:18:49 2010 From: roma at fedoraproject.org (Paulo Roma Cavalcanti) Date: Fri, 1 Jan 2010 11:18:49 +0000 (UTC) Subject: rpms/bashdb/F-12 .cvsignore, 1.2, 1.3 bashdb.spec, 1.2, 1.3 import.log, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <20100101111849.D3F1F11C008D@cvs1.fedora.phx.redhat.com> Author: roma Update of /cvs/pkgs/rpms/bashdb/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22237/F-12 Modified Files: .cvsignore bashdb.spec import.log sources Log Message: updated to 4.0_0.4 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bashdb/F-12/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 10 Apr 2009 12:59:23 -0000 1.2 +++ .cvsignore 1 Jan 2010 11:18:49 -0000 1.3 @@ -1 +1 @@ -bashdb-4.0-0.3.tar.bz2 +bashdb-4.0-0.4.tar.bz2 Index: bashdb.spec =================================================================== RCS file: /cvs/pkgs/rpms/bashdb/F-12/bashdb.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- bashdb.spec 24 Jul 2009 17:52:44 -0000 1.2 +++ bashdb.spec 1 Jan 2010 11:18:49 -0000 1.3 @@ -1,10 +1,10 @@ %bcond_with tests -%define rversion 4.0-0.3 +%define rversion 4.0-0.4 Name: bashdb Summary: BASH debugger, the BASH symbolic debugger -Version: 4.0_0.3 -Release: 3%{?dist} +Version: 4.0_0.4 +Release: 2%{?dist} License: GPLv2+ Group: Development/Debuggers Url: http://bashdb.sourceforge.net/ @@ -79,8 +79,8 @@ rm -rf %{buildroot} %{_infodir}/%{name}.info* %changelog -* Fri Jul 24 2009 Fedora Release Engineering - 4.0_0.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild +* Sun Dec 27 2009 Paulo Roma 4.0_0.4-2 +- Updated to 4.0-0.4 * Fri Apr 10 2009 Paulo Roma 4.0_0.3-2 - Updated to 4.0-0.3 for supporting bash 4.0 Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/bashdb/F-12/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- import.log 10 Apr 2009 12:59:24 -0000 1.1 +++ import.log 1 Jan 2010 11:18:49 -0000 1.2 @@ -1 +1,2 @@ bashdb-4_0_0_3-2_fc10:HEAD:bashdb-4.0_0.3-2.fc10.src.rpm:1239368322 +bashdb-4_0_0_4-2_fc12:F-12:bashdb-4.0_0.4-2.fc12.src.rpm:1262344659 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bashdb/F-12/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 10 Apr 2009 12:59:24 -0000 1.2 +++ sources 1 Jan 2010 11:18:49 -0000 1.3 @@ -1 +1 @@ -720b7d4cd55c2a2010c6a2de59565f42 bashdb-4.0-0.3.tar.bz2 +eb411b64d27ccbd0093789e9e945a589 bashdb-4.0-0.4.tar.bz2 From jussilehtola at fedoraproject.org Fri Jan 1 11:25:05 2010 From: jussilehtola at fedoraproject.org (Jussi Lehtola) Date: Fri, 1 Jan 2010 11:25:05 +0000 (UTC) Subject: File GaussSum-2.2.2.tar.gz uploaded to lookaside cache by jussilehtola Message-ID: <20100101112505.416D610F865@bastion.fedoraproject.org> A file has been added to the lookaside cache for gausssum: f1eefbfd1b215270870ffd354019cbd2 GaussSum-2.2.2.tar.gz From jussilehtola at fedoraproject.org Fri Jan 1 11:25:38 2010 From: jussilehtola at fedoraproject.org (Jussi Lehtola) Date: Fri, 1 Jan 2010 11:25:38 +0000 (UTC) Subject: rpms/gausssum/devel .cvsignore, 1.3, 1.4 gausssum.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <20100101112538.26A2011C008D@cvs1.fedora.phx.redhat.com> Author: jussilehtola Update of /cvs/pkgs/rpms/gausssum/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23744 Modified Files: .cvsignore gausssum.spec sources Log Message: Update to 2.2.2. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gausssum/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 27 Dec 2009 10:13:31 -0000 1.3 +++ .cvsignore 1 Jan 2010 11:25:37 -0000 1.4 @@ -1 +1 @@ -GaussSum-2.2.0.tar.gz +GaussSum-2.2.2.tar.gz Index: gausssum.spec =================================================================== RCS file: /cvs/pkgs/rpms/gausssum/devel/gausssum.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- gausssum.spec 27 Dec 2009 10:15:49 -0000 1.5 +++ gausssum.spec 1 Jan 2010 11:25:37 -0000 1.6 @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: gausssum -Version: 2.2.0 -Release: 2%{?dist} +Version: 2.2.2 +Release: 1%{?dist} Summary: A GUI application for analysis of output of quantum computations Group: Applications/Engineering License: GPLv2+ @@ -95,6 +95,9 @@ rm -rf %{buildroot} %endif %changelog +* Fri Jan 1 2010 Jussi Lehtola - 2.2.2-1 +- Update to 2.2.2. + * Sun Dec 27 2009 Jussi Lehtola - 2.2.0-2 - Bump release. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gausssum/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 27 Dec 2009 10:13:31 -0000 1.3 +++ sources 1 Jan 2010 11:25:38 -0000 1.4 @@ -1 +1 @@ -425ec0f8f746516ac4739404a3dd5083 GaussSum-2.2.0.tar.gz +f1eefbfd1b215270870ffd354019cbd2 GaussSum-2.2.2.tar.gz From mschwendt at fedoraproject.org Fri Jan 1 12:03:03 2010 From: mschwendt at fedoraproject.org (Michael Schwendt) Date: Fri, 1 Jan 2010 12:03:03 +0000 (UTC) Subject: rpms/xmp/F-12 xmp-2.7.1-audacious-api.patch, NONE, 1.1 xmp-2.7.1-audacious-dialogs.patch, NONE, 1.1 xmp.spec, 1.7, 1.8 Message-ID: <20100101120303.50B3511C008D@cvs1.fedora.phx.redhat.com> Author: mschwendt Update of /cvs/pkgs/rpms/xmp/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31623 Modified Files: xmp.spec Added Files: xmp-2.7.1-audacious-api.patch xmp-2.7.1-audacious-dialogs.patch Log Message: rebuild for Audacious 2.2 iplugin API change with koji buildroot override tag - for updates-testing xmp-2.7.1-audacious-api.patch: audacious.c | 2 ++ 1 file changed, 2 insertions(+) --- NEW FILE xmp-2.7.1-audacious-api.patch --- diff -Nur xmp-2.7.1-orig/src/plugin/audacious.c xmp-2.7.1/src/plugin/audacious.c --- xmp-2.7.1-orig/src/plugin/audacious.c 2009-07-18 00:43:41.000000000 +0200 +++ xmp-2.7.1/src/plugin/audacious.c 2009-12-31 12:53:21.000000000 +0100 @@ -118,7 +118,9 @@ .pause = mod_pause, .seek = seek, .get_time = get_time, +#if __AUDACIOUS_PLUGIN_API__ < 12 .get_song_info = get_song_info, +#endif .cleanup = cleanup, #if __AUDACIOUS_PLUGIN_API__ >= 2 .get_song_tuple = get_song_tuple, xmp-2.7.1-audacious-dialogs.patch: audacious.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- NEW FILE xmp-2.7.1-audacious-dialogs.patch --- diff -Nur xmp-2.7.1-orig/src/plugin/audacious.c xmp-2.7.1/src/plugin/audacious.c --- xmp-2.7.1-orig/src/plugin/audacious.c 2009-07-18 00:43:41.000000000 +0200 +++ xmp-2.7.1/src/plugin/audacious.c 2009-10-29 13:43:15.000000000 +0100 @@ -179,6 +179,7 @@ } about_window = gtk_window_new(GTK_WINDOW_TOPLEVEL); + gtk_window_set_type_hint(GTK_WINDOW(about_window), GDK_WINDOW_TYPE_HINT_DIALOG); gtk_object_set_data(GTK_OBJECT(about_window), "about_window", about_window); gtk_window_set_title(GTK_WINDOW(about_window),"About the XMP Plugin"); @@ -630,7 +631,7 @@ } xmp_conf_window = gtk_window_new(GTK_WINDOW_TOPLEVEL); - + gtk_window_set_type_hint(GTK_WINDOW(xmp_conf_window), GDK_WINDOW_TYPE_HINT_DIALOG); gtk_object_set_data(GTK_OBJECT(xmp_conf_window), "xmp_conf_window", xmp_conf_window); gtk_window_set_title(GTK_WINDOW(xmp_conf_window), "XMP Configuration"); Index: xmp.spec =================================================================== RCS file: /cvs/pkgs/rpms/xmp/F-12/xmp.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- xmp.spec 14 Sep 2009 19:05:18 -0000 1.7 +++ xmp.spec 1 Jan 2010 12:03:03 -0000 1.8 @@ -3,7 +3,7 @@ Name: xmp Version: 2.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A multi-format module player Group: Applications/Multimedia #Source: http://dl.sourceforge.net/sourceforge/xmp/%{name}-%{version}.tar.gz @@ -12,6 +12,10 @@ Source: http://rathann.fedorapeople.org/ # run this to get the above tarball Source1: mktarball.sh Patch0: %{name}-nostrip.patch +# obsolete with XMP version upgrade +Patch1: xmp-2.7.1-audacious-api.patch +# merged upstream +Patch2: xmp-2.7.1-audacious-dialogs.patch License: GPLv2+ URL: http://xmp.sourceforge.net/ Buildrequires: alsa-lib-devel @@ -55,6 +59,8 @@ This package contains the xmp plugin for %prep %setup -q %patch0 -p1 -b .nostrip +%patch1 -p1 -b .audacious-dialogs +%patch2 -p1 -b .audacious-api pushd docs for file in ChangeLog CREDITS ; do iconv -f iso8859-1 -t utf8 -o $file.utf $file && touch -r $file $file.utf && mv $file.utf $file @@ -92,6 +98,10 @@ rm -rf %{buildroot} %{xmms_input_plugin_dir}/* %changelog +* Thu Dec 31 2009 Michael Schwendt - 2.7.1-2 +- fix FTBFS (#539061), Audacious 2.2 iplugin API change +- fix Audacious plugin dialogs + * Mon Sep 14 2009 Dominik Mierzejewski 2.7.1-1 - updated to 2.7.1 - dropped obsolete patch From jussilehtola at fedoraproject.org Fri Jan 1 12:04:40 2010 From: jussilehtola at fedoraproject.org (Jussi Lehtola) Date: Fri, 1 Jan 2010 12:04:40 +0000 (UTC) Subject: rpms/gausssum/F-11 gausssum.spec,1.3,1.4 sources,1.3,1.4 Message-ID: <20100101120440.5C3BF11C008D@cvs1.fedora.phx.redhat.com> Author: jussilehtola Update of /cvs/pkgs/rpms/gausssum/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32052/F-11 Modified Files: gausssum.spec sources Log Message: Update to 2.2.2. Index: gausssum.spec =================================================================== RCS file: /cvs/pkgs/rpms/gausssum/F-11/gausssum.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- gausssum.spec 27 Dec 2009 15:24:59 -0000 1.3 +++ gausssum.spec 1 Jan 2010 12:04:40 -0000 1.4 @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: gausssum -Version: 2.2.0 -Release: 2%{?dist} +Version: 2.2.2 +Release: 1%{?dist} Summary: A GUI application for analysis of output of quantum computations Group: Applications/Engineering License: GPLv2+ @@ -95,6 +95,9 @@ rm -rf %{buildroot} %endif %changelog +* Fri Jan 1 2010 Jussi Lehtola - 2.2.2-1 +- Update to 2.2.2. + * Sun Dec 27 2009 Jussi Lehtola - 2.2.0-2 - Bump release. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gausssum/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 27 Dec 2009 15:24:59 -0000 1.3 +++ sources 1 Jan 2010 12:04:40 -0000 1.4 @@ -1 +1 @@ -425ec0f8f746516ac4739404a3dd5083 GaussSum-2.2.0.tar.gz +f1eefbfd1b215270870ffd354019cbd2 GaussSum-2.2.2.tar.gz From jussilehtola at fedoraproject.org Fri Jan 1 12:04:40 2010 From: jussilehtola at fedoraproject.org (Jussi Lehtola) Date: Fri, 1 Jan 2010 12:04:40 +0000 (UTC) Subject: rpms/gausssum/F-12 gausssum.spec,1.4,1.5 sources,1.3,1.4 Message-ID: <20100101120440.857C111C008D@cvs1.fedora.phx.redhat.com> Author: jussilehtola Update of /cvs/pkgs/rpms/gausssum/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32052/F-12 Modified Files: gausssum.spec sources Log Message: Update to 2.2.2. Index: gausssum.spec =================================================================== RCS file: /cvs/pkgs/rpms/gausssum/F-12/gausssum.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- gausssum.spec 27 Dec 2009 15:24:59 -0000 1.4 +++ gausssum.spec 1 Jan 2010 12:04:40 -0000 1.5 @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: gausssum -Version: 2.2.0 -Release: 2%{?dist} +Version: 2.2.2 +Release: 1%{?dist} Summary: A GUI application for analysis of output of quantum computations Group: Applications/Engineering License: GPLv2+ @@ -95,6 +95,9 @@ rm -rf %{buildroot} %endif %changelog +* Fri Jan 1 2010 Jussi Lehtola - 2.2.2-1 +- Update to 2.2.2. + * Sun Dec 27 2009 Jussi Lehtola - 2.2.0-2 - Bump release. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gausssum/F-12/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 27 Dec 2009 15:24:59 -0000 1.3 +++ sources 1 Jan 2010 12:04:40 -0000 1.4 @@ -1 +1 @@ -425ec0f8f746516ac4739404a3dd5083 GaussSum-2.2.0.tar.gz +f1eefbfd1b215270870ffd354019cbd2 GaussSum-2.2.2.tar.gz From ensc at fedoraproject.org Fri Jan 1 12:55:05 2010 From: ensc at fedoraproject.org (ensc) Date: Fri, 1 Jan 2010 12:55:05 +0000 (UTC) Subject: File xca-0.8.0.tar.gz uploaded to lookaside cache by ensc Message-ID: <20100101125505.516AF10F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for xca: ecd9f7e61bd9a8fcb2ed1a26836a7ec7 xca-0.8.0.tar.gz From belegdol at fedoraproject.org Fri Jan 1 13:56:40 2010 From: belegdol at fedoraproject.org (belegdol) Date: Fri, 1 Jan 2010 13:56:40 +0000 (UTC) Subject: File gnome-chemistry-utils-0.10.10.tar.bz2 uploaded to lookaside cache by belegdol Message-ID: <20100101135640.4CAF210F865@bastion.fedoraproject.org> A file has been added to the lookaside cache for gnome-chemistry-utils: 7ed2e93822d82c69142eba7852a2069e gnome-chemistry-utils-0.10.10.tar.bz2 From belegdol at fedoraproject.org Fri Jan 1 13:58:55 2010 From: belegdol at fedoraproject.org (belegdol) Date: Fri, 1 Jan 2010 13:58:55 +0000 (UTC) Subject: rpms/gnome-chemistry-utils/devel .cvsignore, 1.23, 1.24 gnome-chemistry-utils.spec, 1.45, 1.46 sources, 1.24, 1.25 gnome-chemistry-utils-0.10.9-goffice0716.patch, 1.1, NONE Message-ID: <20100101135855.2483F11C008D@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-serv21888 Modified Files: .cvsignore gnome-chemistry-utils.spec sources Removed Files: gnome-chemistry-utils-0.10.9-goffice0716.patch Log Message: * Fri Jan 01 2010 Julian Sikorski - 0.10.10-1 - Updated to 0.10.10 - Switched to wildcard for goffice plugin installation path - Dropped the goffice patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- .cvsignore 14 Nov 2009 13:20:42 -0000 1.23 +++ .cvsignore 1 Jan 2010 13:58:54 -0000 1.24 @@ -1 +1 @@ -gnome-chemistry-utils-0.10.9.tar.bz2 +gnome-chemistry-utils-0.10.10.tar.bz2 Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/gnome-chemistry-utils.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -p -r1.45 -r1.46 --- gnome-chemistry-utils.spec 30 Dec 2009 10:03:34 -0000 1.45 +++ gnome-chemistry-utils.spec 1 Jan 2010 13:58:54 -0000 1.46 @@ -1,13 +1,12 @@ Name: gnome-chemistry-utils -Version: 0.10.9 -Release: 3%{?dist} +Version: 0.10.10 +Release: 1%{?dist} Summary: A set of chemical utilities Group: Applications/Engineering License: GPLv2+ URL: http://www.nongnu.org/gchemutils/ Source0: http://download.savannah.nongnu.org/releases/gchemutils/0.10/%{name}-%{version}.tar.bz2 -Patch0: gnome-chemistry-utils-0.10.9-goffice0716.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: bodr @@ -71,7 +70,6 @@ This package contains the mozilla plugin %prep %setup -q -%patch0 -p1 -b .goffice0716 %build @@ -103,7 +101,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bind chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gcrystal-0.10 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gspectrum-0.10 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gchemtable-0.10 -chrpath --delete $RPM_BUILD_ROOT%{_libdir}/goffice/0.7.17/plugins/gchemutils/gchemutils.so +chrpath --delete $RPM_BUILD_ROOT%{_libdir}/goffice/*/plugins/gchemutils/gchemutils.so chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgchempaint-0.10.so.%{version} chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/chem-viewer chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gchemutils/0.10/plugins/cdx/cdx.so @@ -195,7 +193,7 @@ scrollkeeper-update -q || : %{_bindir}/gspectrum %{_bindir}/gspectrum-0.10 %{_libdir}/gchemutils -%{_libdir}/goffice/0.7.17/plugins/gchemutils +%{_libdir}/goffice/*/plugins/gchemutils %{_libdir}/libgchempaint-0.10.so.* %{_libdir}/libgcpcanvas-0.10.so.* %{_libdir}/libgcu-0.10.so.* @@ -236,12 +234,17 @@ scrollkeeper-update -q || : %changelog +* Fri Jan 01 2010 Julian Sikorski - 0.10.10-1 +- Updated to 0.10.10 +- Switched to wildcard for goffice plugin installation path +- Dropped the goffice patch + * Wed Dec 30 2009 Julian Sikorski - 0.10.9-3 - Rebuilt for goffice 0.7.17 * Tue Dec 01 2009 Julian Sikorski - 0.10.9-2 - Rebuilt for new goffice -- Added patch from to allow such build +- Added patch from SVN to allow such build * Sat Nov 14 2009 Julian Sikorski - 0.10.9-1 - Updated to 0.10.9 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/devel/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- sources 14 Nov 2009 13:20:42 -0000 1.24 +++ sources 1 Jan 2010 13:58:54 -0000 1.25 @@ -1 +1 @@ -ab1c03b01e8c94429d7ca0b68f95d43f gnome-chemistry-utils-0.10.9.tar.bz2 +7ed2e93822d82c69142eba7852a2069e gnome-chemistry-utils-0.10.10.tar.bz2 --- gnome-chemistry-utils-0.10.9-goffice0716.patch DELETED --- From belegdol at fedoraproject.org Fri Jan 1 14:08:25 2010 From: belegdol at fedoraproject.org (belegdol) Date: Fri, 1 Jan 2010 14:08:25 +0000 (UTC) Subject: rpms/gnome-chemistry-utils/F-12 .cvsignore, 1.23, 1.24 gnome-chemistry-utils.spec, 1.40, 1.41 sources, 1.24, 1.25 Message-ID: <20100101140825.A1E6311C008D@cvs1.fedora.phx.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23516 Modified Files: .cvsignore gnome-chemistry-utils.spec sources Log Message: * Fri Jan 01 2010 Julian Sikorski - 0.10.10-1 - Updated to 0.10.10 - Switched to wildcard for goffice plugin installation path - Dropped the goffice patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/F-12/.cvsignore,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- .cvsignore 14 Nov 2009 13:33:38 -0000 1.23 +++ .cvsignore 1 Jan 2010 14:08:25 -0000 1.24 @@ -1 +1 @@ -gnome-chemistry-utils-0.10.9.tar.bz2 +gnome-chemistry-utils-0.10.10.tar.bz2 Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/F-12/gnome-chemistry-utils.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -p -r1.40 -r1.41 --- gnome-chemistry-utils.spec 14 Nov 2009 13:33:39 -0000 1.40 +++ gnome-chemistry-utils.spec 1 Jan 2010 14:08:25 -0000 1.41 @@ -1,5 +1,5 @@ Name: gnome-chemistry-utils -Version: 0.10.9 +Version: 0.10.10 Release: 1%{?dist} Summary: A set of chemical utilities @@ -101,7 +101,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bind chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gcrystal-0.10 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gspectrum-0.10 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gchemtable-0.10 -chrpath --delete $RPM_BUILD_ROOT%{_libdir}/goffice/0.6.6/plugins/gchemutils/gchemutils.so +chrpath --delete $RPM_BUILD_ROOT%{_libdir}/goffice/*/plugins/gchemutils/gchemutils.so chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgchempaint-0.10.so.%{version} chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/chem-viewer chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gchemutils/0.10/plugins/cdx/cdx.so @@ -193,7 +193,7 @@ scrollkeeper-update -q || : %{_bindir}/gspectrum %{_bindir}/gspectrum-0.10 %{_libdir}/gchemutils -%{_libdir}/goffice/0.6.6/plugins/gchemutils +%{_libdir}/goffice/*/plugins/gchemutils %{_libdir}/libgchempaint-0.10.so.* %{_libdir}/libgcpcanvas-0.10.so.* %{_libdir}/libgcu-0.10.so.* @@ -234,6 +234,18 @@ scrollkeeper-update -q || : %changelog +* Fri Jan 01 2010 Julian Sikorski - 0.10.10-1 +- Updated to 0.10.10 +- Switched to wildcard for goffice plugin installation path +- Dropped the goffice patch + +* Wed Dec 30 2009 Julian Sikorski - 0.10.9-3 +- Rebuilt for goffice 0.7.17 + +* Tue Dec 01 2009 Julian Sikorski - 0.10.9-2 +- Rebuilt for new goffice +- Added patch from SVN to allow such build + * Sat Nov 14 2009 Julian Sikorski - 0.10.9-1 - Updated to 0.10.9 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/F-12/sources,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- sources 14 Nov 2009 13:33:39 -0000 1.24 +++ sources 1 Jan 2010 14:08:25 -0000 1.25 @@ -1 +1 @@ -ab1c03b01e8c94429d7ca0b68f95d43f gnome-chemistry-utils-0.10.9.tar.bz2 +7ed2e93822d82c69142eba7852a2069e gnome-chemistry-utils-0.10.10.tar.bz2 From belegdol at fedoraproject.org Fri Jan 1 14:22:31 2010 From: belegdol at fedoraproject.org (belegdol) Date: Fri, 1 Jan 2010 14:22:31 +0000 (UTC) Subject: rpms/gnome-chemistry-utils/F-11 .cvsignore, 1.22, 1.23 gnome-chemistry-utils.spec, 1.38, 1.39 sources, 1.23, 1.24 Message-ID: <20100101142231.B5A6E11C008D@cvs1.fedora.phx.redhat.com> Author: belegdol Update of /cvs/extras/rpms/gnome-chemistry-utils/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25748 Modified Files: .cvsignore gnome-chemistry-utils.spec sources Log Message: * Fri Jan 01 2010 Julian Sikorski - 0.10.10-1 - Updated to 0.10.10 - Switched to wildcard for goffice plugin installation path - Dropped the goffice patch Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/F-11/.cvsignore,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- .cvsignore 14 Nov 2009 13:47:16 -0000 1.22 +++ .cvsignore 1 Jan 2010 14:22:31 -0000 1.23 @@ -1 +1 @@ -gnome-chemistry-utils-0.10.9.tar.bz2 +gnome-chemistry-utils-0.10.10.tar.bz2 Index: gnome-chemistry-utils.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/F-11/gnome-chemistry-utils.spec,v retrieving revision 1.38 retrieving revision 1.39 diff -u -p -r1.38 -r1.39 --- gnome-chemistry-utils.spec 14 Nov 2009 13:47:16 -0000 1.38 +++ gnome-chemistry-utils.spec 1 Jan 2010 14:22:31 -0000 1.39 @@ -1,5 +1,5 @@ Name: gnome-chemistry-utils -Version: 0.10.9 +Version: 0.10.10 Release: 1%{?dist} Summary: A set of chemical utilities @@ -101,7 +101,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_bind chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gcrystal-0.10 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gspectrum-0.10 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gchemtable-0.10 -chrpath --delete $RPM_BUILD_ROOT%{_libdir}/goffice/0.6.6/plugins/gchemutils/gchemutils.so +chrpath --delete $RPM_BUILD_ROOT%{_libdir}/goffice/*/plugins/gchemutils/gchemutils.so chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libgchempaint-0.10.so.%{version} chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/chem-viewer chrpath --delete $RPM_BUILD_ROOT%{_libdir}/gchemutils/0.10/plugins/cdx/cdx.so @@ -193,7 +193,7 @@ scrollkeeper-update -q || : %{_bindir}/gspectrum %{_bindir}/gspectrum-0.10 %{_libdir}/gchemutils -%{_libdir}/goffice/0.6.6/plugins/gchemutils +%{_libdir}/goffice/*/plugins/gchemutils %{_libdir}/libgchempaint-0.10.so.* %{_libdir}/libgcpcanvas-0.10.so.* %{_libdir}/libgcu-0.10.so.* @@ -234,6 +234,18 @@ scrollkeeper-update -q || : %changelog +* Fri Jan 01 2010 Julian Sikorski - 0.10.10-1 +- Updated to 0.10.10 +- Switched to wildcard for goffice plugin installation path +- Dropped the goffice patch + +* Wed Dec 30 2009 Julian Sikorski - 0.10.9-3 +- Rebuilt for goffice 0.7.17 + +* Tue Dec 01 2009 Julian Sikorski - 0.10.9-2 +- Rebuilt for new goffice +- Added patch from SVN to allow such build + * Sat Nov 14 2009 Julian Sikorski - 0.10.9-1 - Updated to 0.10.9 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnome-chemistry-utils/F-11/sources,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- sources 14 Nov 2009 13:47:16 -0000 1.23 +++ sources 1 Jan 2010 14:22:31 -0000 1.24 @@ -1 +1 @@ -ab1c03b01e8c94429d7ca0b68f95d43f gnome-chemistry-utils-0.10.9.tar.bz2 +7ed2e93822d82c69142eba7852a2069e gnome-chemistry-utils-0.10.10.tar.bz2 From mtasaka at fedoraproject.org Fri Jan 1 14:58:02 2010 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Fri, 1 Jan 2010 14:58:02 +0000 (UTC) Subject: File xtide-2.11-dev-20091227.tar.bz2 uploaded to lookaside cache by mtasaka Message-ID: <20100101145802.C183B10F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for xtide: 39cd9d6881a34feef4968889924a0cd8 xtide-2.11-dev-20091227.tar.bz2 From mtasaka at fedoraproject.org Fri Jan 1 14:58:53 2010 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Fri, 1 Jan 2010 14:58:53 +0000 (UTC) Subject: rpms/xtide/devel .cvsignore, 1.30, 1.31 sources, 1.30, 1.31 xtide.spec, 1.46, 1.47 Message-ID: <20100101145854.00A2F11C008D@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30971 Modified Files: .cvsignore sources xtide.spec Log Message: * Fri Jan 1 2010 Mamoru Tasaka - 2.11-0.2.dev20091227 - Update to 2.11 dev20091227 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/.cvsignore,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- .cvsignore 14 Sep 2009 09:01:28 -0000 1.30 +++ .cvsignore 1 Jan 2010 14:58:53 -0000 1.31 @@ -1,2 +1,2 @@ harmonics-dwf-20081228-free.tar.bz2 -xtide-2.11-dev-20090913.tar.bz2 +xtide-2.11-dev-20091227.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/sources,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- sources 14 Sep 2009 09:01:28 -0000 1.30 +++ sources 1 Jan 2010 14:58:53 -0000 1.31 @@ -1,2 +1,2 @@ 2e1ee564394a7b6f034f7f9be1ce5394 harmonics-dwf-20081228-free.tar.bz2 -718f6fcc35b81b3638c66b088989a7f9 xtide-2.11-dev-20090913.tar.bz2 +39cd9d6881a34feef4968889924a0cd8 xtide-2.11-dev-20091227.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/xtide.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -p -r1.46 -r1.47 --- xtide.spec 14 Sep 2009 08:56:47 -0000 1.46 +++ xtide.spec 1 Jan 2010 14:58:53 -0000 1.47 @@ -1,9 +1,9 @@ %define mainver 2.11 -%define betatag dev-20090913 +%define betatag dev-20091227 %define dwfdate 20081228 -%define fedorarel 1 +%define fedorarel 2 %define rel %{?betatag:0.}%{fedorarel}%{?betatag:.%(echo %betatag | sed -e 's|-||g')} @@ -277,6 +277,9 @@ exit 0 %{_datadir}/man/man8/xttpd.8* %changelog +* Fri Jan 1 2010 Mamoru Tasaka - 2.11-0.2.dev20091227 +- Update to 2.11 dev20091227 + * Mon Sep 14 2009 Mamoru Tasaka - 2.11-0.1.dev20090913 - Update to 2.11 development branch From mtasaka at fedoraproject.org Fri Jan 1 15:02:56 2010 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Fri, 1 Jan 2010 15:02:56 +0000 (UTC) Subject: File harmonics-dwf-20091227-free.tar.bz2 uploaded to lookaside cache by mtasaka Message-ID: <20100101150256.A8C4D10F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for xtide: 1dad5ae62f85b33b7ca249a08473ca79 harmonics-dwf-20091227-free.tar.bz2 From ndim at fedoraproject.org Fri Jan 1 15:05:59 2010 From: ndim at fedoraproject.org (Hans Ulrich Niedermann) Date: Fri, 1 Jan 2010 15:05:59 +0000 (UTC) Subject: rpms/xorg-x11-drv-radeonhd/devel xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch, NONE, 1.1 .cvsignore, 1.51, 1.52 sources, 1.52, 1.53 xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch, 1.1, 1.2 xorg-x11-drv-radeonhd-README.fedora, 1.52, 1.53 xorg-x11-drv-radeonhd-snapshot.sh, 1.15, 1.16 xorg-x11-drv-radeonhd.spec, 1.68, 1.69 Message-ID: <20100101150559.A80D211C008D@cvs1.fedora.phx.redhat.com> Author: ndim Update of /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32228 Modified Files: .cvsignore sources xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch xorg-x11-drv-radeonhd-README.fedora xorg-x11-drv-radeonhd-snapshot.sh xorg-x11-drv-radeonhd.spec Added Files: xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch Log Message: * Fri Jan 01 2010 Hans Ulrich Niedermann - 1.3.0-4.3.20100101git - Log all debug output all the time (gdm "no Xorg params" workaround) - Use xz compression for snapshot tarballs - New snapshot (upstream commit cc1bb50bb44354be7793e4fc45c625746571ec96): - cc1bb50b: Fix incorrect LIST_END macro. - b62d13fc: Bugfixing and a bit cleanup - ace8f44f: HDMI audio support for RV710 and RV730. - ffc141e2: ATOM: add newer power table defs - edeb1e7a: Fix build for w/o USE_DRI. xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch: rhd_atombios.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- NEW FILE xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch --- >From c1e3626319ee6fb068d29011ac7f5278934b0d0e Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 1 Jan 2010 05:02:43 +0100 Subject: [PATCH 1/3] Unify xf86DrvMsg calls This makes it possible to use a simple sed expression to replace all xf86DrvMsg() calls by xf86DrvMsgVerb() calls. --- src/rhd_atombios.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rhd_atombios.c b/src/rhd_atombios.c index 02070dd..3f7ce54 100644 --- a/src/rhd_atombios.c +++ b/src/rhd_atombios.c @@ -5884,8 +5884,8 @@ CailReadPCIConfigData(VOID*CAIL, VOID* ret, UINT32 idx,UINT16 size) *(CARD32*)ret = pciReadLong(tag,idx << 2); break; default: - xf86DrvMsg(((atomBiosHandlePtr)CAIL)->scrnIndex, - X_ERROR,"%s: Unsupported size: %i\n", + xf86DrvMsg(((atomBiosHandlePtr)CAIL)->scrnIndex,X_ERROR, + "%s: Unsupported size: %i\n", __func__,(int)size); return; break; -- 1.6.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/.cvsignore,v retrieving revision 1.51 retrieving revision 1.52 diff -u -p -r1.51 -r1.52 --- .cvsignore 4 Dec 2009 00:33:00 -0000 1.51 +++ .cvsignore 1 Jan 2010 15:05:59 -0000 1.52 @@ -1 +1 @@ -xf86-video-radeonhd-1.3.0-20091204git.tar.lzma +xf86-video-radeonhd-1.3.0-20100101git.tar.xz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/sources,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- sources 4 Dec 2009 00:33:00 -0000 1.52 +++ sources 1 Jan 2010 15:05:59 -0000 1.53 @@ -1 +1 @@ -1bab87280d94db5197c3b700b05024a3 xf86-video-radeonhd-1.3.0-20091204git.tar.lzma +9f53f14b8a62ca9f0705ed2619c24bfa xf86-video-radeonhd-1.3.0-20100101git.tar.xz xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch: rhd_driver.c | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) Index: xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch 4 Dec 2009 00:33:00 -0000 1.1 +++ xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch 1 Jan 2010 15:05:59 -0000 1.2 @@ -1,6 +1,6 @@ -From e6e4a2ff28a841f788d4ff28d3fb175c9ae69a63 Mon Sep 17 00:00:00 2001 +From ff079f55c51b6e270dbeccebc9a124591eb910fe Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann -Date: Fri, 4 Dec 2009 01:26:25 +0100 +Date: Fri, 4 Dec 2009 01:58:03 +0100 Subject: [PATCH] Fail PciProbe if KMS is enabled This copies the radeon_kernel_mode_enabled() function from radeon's @@ -13,22 +13,23 @@ PciProbe and do not touch the GPU in any Then at least the KMS console continues working, and there is an error message for the user to read. --- - src/rhd_driver.c | 42 ++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 42 insertions(+), 0 deletions(-) + src/rhd_driver.c | 43 +++++++++++++++++++++++++++++++++++++++++++ + 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/src/rhd_driver.c b/src/rhd_driver.c -index 2d7f803..058a308 100644 +index 2d7f803..163435d 100644 --- a/src/rhd_driver.c +++ b/src/rhd_driver.c -@@ -2,6 +2,7 @@ +@@ -2,6 +2,8 @@ * Copyright 2007-2009 Luc Verhaegen * Copyright 2007-2009 Matthias Hopf * Copyright 2007-2009 Egbert Eich + * Copyright 2009 Dave Airlie ++ * Copyright 2009 Hans Ulrich Niedermann * Copyright 2007-2009 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a -@@ -88,6 +89,7 @@ +@@ -88,6 +90,7 @@ #define _XF86DRI_SERVER_ #include "dri.h" #include "GL/glxint.h" @@ -36,7 +37,7 @@ index 2d7f803..058a308 100644 #endif #if HAVE_XF86_ANSIC_H -@@ -398,6 +400,34 @@ RHDAvailableOptions(int chipid, int busid) +@@ -398,6 +401,34 @@ RHDAvailableOptions(int chipid, int busid) * */ #ifdef XSERVER_LIBPCIACCESS @@ -71,7 +72,7 @@ index 2d7f803..058a308 100644 static Bool RHDPciProbe(DriverPtr drv, int entityNum, struct pci_device *dev, intptr_t matchData) -@@ -409,6 +439,18 @@ RHDPciProbe(DriverPtr drv, int entityNum, +@@ -409,6 +440,18 @@ RHDPciProbe(DriverPtr drv, int entityNum, RES_SHARED_VGA, NULL, NULL, NULL, NULL); if (pScrn != NULL) { Index: xorg-x11-drv-radeonhd-README.fedora =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd-README.fedora,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- xorg-x11-drv-radeonhd-README.fedora 4 Dec 2009 00:33:01 -0000 1.52 +++ xorg-x11-drv-radeonhd-README.fedora 1 Jan 2010 15:05:59 -0000 1.53 @@ -11,7 +11,7 @@ quickly (and releases happen too infrequ package tarball releases. For this reason, we are packaging selected snapshots of upstream's git repository here. -Latest upstream commit: 98d1d5f68f5be3f9dc3cd4b483ca4bea708e1eb8 +Latest upstream commit: cc1bb50bb44354be7793e4fc45c625746571ec96 Contents Index: xorg-x11-drv-radeonhd-snapshot.sh =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd-snapshot.sh,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- xorg-x11-drv-radeonhd-snapshot.sh 6 Mar 2009 12:12:02 -0000 1.15 +++ xorg-x11-drv-radeonhd-snapshot.sh 1 Jan 2010 15:05:59 -0000 1.16 @@ -192,7 +192,7 @@ else disttarget="distcheck" fi make -C "${builddir}" "${disttarget}" distdir="${tarname}" -bzip2 -c -d "${builddir}/${tarname}.tar.bz2" | lzma -c > "${tarname}.tar.lzma" +bzip2 -c -d "${builddir}/${tarname}.tar.bz2" | xz -c > "${tarname}.tar.xz" # Update spec file with the proper timestamp old_git_commit=`$SED -n 's/^%define git_commit \(.*\)/\1/p' < "$specfile"` @@ -213,5 +213,5 @@ rm -rf "${builddir}" echo "Old upstream commit in spec: ${old_git_commit}" echo "Latest upstream commit: ${upstream_commit}" -echo "$ make new-sources FILES=\"${tarname}.tar.lzma\"" +echo "$ make new-sources FILES=\"${tarname}.tar.xz\"" Index: xorg-x11-drv-radeonhd.spec =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/devel/xorg-x11-drv-radeonhd.spec,v retrieving revision 1.68 retrieving revision 1.69 diff -u -p -r1.68 -r1.69 --- xorg-x11-drv-radeonhd.spec 4 Dec 2009 00:33:01 -0000 1.68 +++ xorg-x11-drv-radeonhd.spec 1 Jan 2010 15:05:59 -0000 1.69 @@ -20,8 +20,8 @@ %endif %if %{snapshot} -%define date 20091204 -%define git_commit 98d1d5f68f5be3f9dc3cd4b483ca4bea708e1eb8 +%define date 20100101 +%define git_commit cc1bb50bb44354be7793e4fc45c625746571ec96 %define alphatag .%{date}git %define tarball %{tarname}-%{version}-%{date}git %define ship_utils 1 @@ -33,7 +33,7 @@ Summary: Xorg X11 radeonhd driver for AMD GPG r[5-8]xx Chipsets Name: xorg-x11-drv-radeonhd Version: 1.3.0 -Release: 4.2%{?alphatag}%{?dist} +Release: 4.3%{?alphatag}%{?dist} License: MIT Group: User Interface/X Hardware Support @@ -48,7 +48,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/ # sh xorg-x11-drv-radeonhd-snapshot.sh --update-config # The latter updates this spec file with the appropriate definition of %date. # This requires git, automake, autoconf, libtool to be installed. -Source0: %{tarball}.tar.lzma +Source0: %{tarball}.tar.xz %else Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}.tar.bz2 %endif @@ -67,6 +67,9 @@ Patch100: xorg-x11-drv-radeonhd-Fix # Abort driver init and Xorg startup when KMS is enabled Patch110: xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch +# Unify xf86DrvMsg calls +Patch120: xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch + # 200-299: Misc patches ExcludeArch: s390 s390x @@ -118,14 +121,26 @@ radeonhd mailing list: http://lists.open Built from git commit: %{git_commit} %endif + %prep %setup -q -n %{tarball} %if %{snapshot} %patch100 -p1 -b .conntest-docrefs %patch110 -p1 -b .kms-check %endif + +# Print all output all the time as Fedora gdm does not allow -logverbose :-/ +%patch120 -p1 -b .xf86drvmsg +# Change all xf86DrvMsg() calls to xf86DrvMsgVerb() calls +find . -type f -name '*.c' -exec sed -i 's/xf86DrvMsg *(\([^,]*\),\([^,]*\),/xf86DrvMsgVerb(\1,\2, 0,/' {} \; +# Change all xf86Msg() calls to xf86MsgVerb() calls +find . -type f -name '*.c' -exec sed -i 's/xf86Msg *(\([^,]*\),/xf86MsgVerb(\1, 0,/' {} \; +# Verify that we have changed all calls to xf86Msg() and xf86DrvMsg() +find . -type f -name '*.c' \( -exec grep -H 'xf86Msg[^V]' {} \; -or -exec grep -H 'xf86DrvMsg[^V]' {} \; \) -print + sed -i 's|\(built from %%s\)\\n\\n"|\1\\n\\tFedora package %{name}-%{version}-%{release}\\n\\n"|' src/rhd_id.c + %build %{configure} --with-xorg-module-dir=%{moduledir} --disable-static --disable-shave %{__make} %{?_smp_mflags} @@ -137,6 +152,7 @@ sed -i 's|\(built from %%s\)\\n\\n"|\1\\ ./src/print-xinf-data > radeonhd.xinf %endif + %install %{__rm} -rf "%{buildroot}" %{__make} install DESTDIR="%{buildroot}" @@ -151,12 +167,15 @@ sed -i 's|\(built from %%s\)\\n\\n"|\1\\ %{__install} -p -m 0644 radeonhd.xinf "%{buildroot}%{_datadir}/hwdata/videoaliases" %endif + %check %{__make} check || %{__make} check VERBOSE=yes + %clean %{__rm} -rf "%{buildroot}" + %files %defattr(-,root,root,-) %doc README COPYING @@ -173,7 +192,18 @@ sed -i 's|\(built from %%s\)\\n\\n"|\1\\ %{_datadir}/hwdata/videoaliases/radeonhd.xinf %endif + %changelog +* Fri Jan 01 2010 Hans Ulrich Niedermann - 1.3.0-4.3.20100101git +- Log all debug output all the time (gdm "no Xorg params" workaround) +- Use xz compression for snapshot tarballs +- New snapshot (upstream commit cc1bb50bb44354be7793e4fc45c625746571ec96): + - cc1bb50b: Fix incorrect LIST_END macro. + - b62d13fc: Bugfixing and a bit cleanup + - ace8f44f: HDMI audio support for RV710 and RV730. + - ffc141e2: ATOM: add newer power table defs + - edeb1e7a: Fix build for w/o USE_DRI. + * Fri Dec 04 2009 Hans Ulrich Niedermann - 1.3.0-4.2.20091204git - Abort driver startup if kernel modesetting (KMS) is enabled - New snapshot (upstream commit 98d1d5f68f5be3f9dc3cd4b483ca4bea708e1eb8): From ndim at fedoraproject.org Fri Jan 1 15:06:25 2010 From: ndim at fedoraproject.org (Hans Ulrich Niedermann) Date: Fri, 1 Jan 2010 15:06:25 +0000 (UTC) Subject: rpms/xorg-x11-drv-radeonhd/F-12 xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch, NONE, 1.1 .cvsignore, 1.51, 1.52 sources, 1.52, 1.53 xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch, 1.1, 1.2 xorg-x11-drv-radeonhd-README.fedora, 1.52, 1.53 xorg-x11-drv-radeonhd-snapshot.sh, 1.15, 1.16 xorg-x11-drv-radeonhd.spec, 1.68, 1.69 Message-ID: <20100101150625.67E0911C008D@cvs1.fedora.phx.redhat.com> Author: ndim Update of /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32475 Modified Files: .cvsignore sources xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch xorg-x11-drv-radeonhd-README.fedora xorg-x11-drv-radeonhd-snapshot.sh xorg-x11-drv-radeonhd.spec Added Files: xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch Log Message: * Fri Jan 01 2010 Hans Ulrich Niedermann - 1.3.0-4.3.20100101git - Log all debug output all the time (gdm "no Xorg params" workaround) - Use xz compression for snapshot tarballs - New snapshot (upstream commit cc1bb50bb44354be7793e4fc45c625746571ec96): - cc1bb50b: Fix incorrect LIST_END macro. - b62d13fc: Bugfixing and a bit cleanup - ace8f44f: HDMI audio support for RV710 and RV730. - ffc141e2: ATOM: add newer power table defs - edeb1e7a: Fix build for w/o USE_DRI. xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch: rhd_atombios.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- NEW FILE xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch --- >From c1e3626319ee6fb068d29011ac7f5278934b0d0e Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 1 Jan 2010 05:02:43 +0100 Subject: [PATCH 1/3] Unify xf86DrvMsg calls This makes it possible to use a simple sed expression to replace all xf86DrvMsg() calls by xf86DrvMsgVerb() calls. --- src/rhd_atombios.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rhd_atombios.c b/src/rhd_atombios.c index 02070dd..3f7ce54 100644 --- a/src/rhd_atombios.c +++ b/src/rhd_atombios.c @@ -5884,8 +5884,8 @@ CailReadPCIConfigData(VOID*CAIL, VOID* ret, UINT32 idx,UINT16 size) *(CARD32*)ret = pciReadLong(tag,idx << 2); break; default: - xf86DrvMsg(((atomBiosHandlePtr)CAIL)->scrnIndex, - X_ERROR,"%s: Unsupported size: %i\n", + xf86DrvMsg(((atomBiosHandlePtr)CAIL)->scrnIndex,X_ERROR, + "%s: Unsupported size: %i\n", __func__,(int)size); return; break; -- 1.6.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-12/.cvsignore,v retrieving revision 1.51 retrieving revision 1.52 diff -u -p -r1.51 -r1.52 --- .cvsignore 4 Dec 2009 00:43:52 -0000 1.51 +++ .cvsignore 1 Jan 2010 15:06:24 -0000 1.52 @@ -1 +1 @@ -xf86-video-radeonhd-1.3.0-20091204git.tar.lzma +xf86-video-radeonhd-1.3.0-20100101git.tar.xz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-12/sources,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- sources 4 Dec 2009 00:43:52 -0000 1.52 +++ sources 1 Jan 2010 15:06:24 -0000 1.53 @@ -1 +1 @@ -1bab87280d94db5197c3b700b05024a3 xf86-video-radeonhd-1.3.0-20091204git.tar.lzma +9f53f14b8a62ca9f0705ed2619c24bfa xf86-video-radeonhd-1.3.0-20100101git.tar.xz xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch: rhd_driver.c | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) Index: xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-12/xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch 4 Dec 2009 00:43:52 -0000 1.1 +++ xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch 1 Jan 2010 15:06:24 -0000 1.2 @@ -1,6 +1,6 @@ -From e6e4a2ff28a841f788d4ff28d3fb175c9ae69a63 Mon Sep 17 00:00:00 2001 +From ff079f55c51b6e270dbeccebc9a124591eb910fe Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann -Date: Fri, 4 Dec 2009 01:26:25 +0100 +Date: Fri, 4 Dec 2009 01:58:03 +0100 Subject: [PATCH] Fail PciProbe if KMS is enabled This copies the radeon_kernel_mode_enabled() function from radeon's @@ -13,22 +13,23 @@ PciProbe and do not touch the GPU in any Then at least the KMS console continues working, and there is an error message for the user to read. --- - src/rhd_driver.c | 42 ++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 42 insertions(+), 0 deletions(-) + src/rhd_driver.c | 43 +++++++++++++++++++++++++++++++++++++++++++ + 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/src/rhd_driver.c b/src/rhd_driver.c -index 2d7f803..058a308 100644 +index 2d7f803..163435d 100644 --- a/src/rhd_driver.c +++ b/src/rhd_driver.c -@@ -2,6 +2,7 @@ +@@ -2,6 +2,8 @@ * Copyright 2007-2009 Luc Verhaegen * Copyright 2007-2009 Matthias Hopf * Copyright 2007-2009 Egbert Eich + * Copyright 2009 Dave Airlie ++ * Copyright 2009 Hans Ulrich Niedermann * Copyright 2007-2009 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a -@@ -88,6 +89,7 @@ +@@ -88,6 +90,7 @@ #define _XF86DRI_SERVER_ #include "dri.h" #include "GL/glxint.h" @@ -36,7 +37,7 @@ index 2d7f803..058a308 100644 #endif #if HAVE_XF86_ANSIC_H -@@ -398,6 +400,34 @@ RHDAvailableOptions(int chipid, int busid) +@@ -398,6 +401,34 @@ RHDAvailableOptions(int chipid, int busid) * */ #ifdef XSERVER_LIBPCIACCESS @@ -71,7 +72,7 @@ index 2d7f803..058a308 100644 static Bool RHDPciProbe(DriverPtr drv, int entityNum, struct pci_device *dev, intptr_t matchData) -@@ -409,6 +439,18 @@ RHDPciProbe(DriverPtr drv, int entityNum, +@@ -409,6 +440,18 @@ RHDPciProbe(DriverPtr drv, int entityNum, RES_SHARED_VGA, NULL, NULL, NULL, NULL); if (pScrn != NULL) { Index: xorg-x11-drv-radeonhd-README.fedora =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-12/xorg-x11-drv-radeonhd-README.fedora,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- xorg-x11-drv-radeonhd-README.fedora 4 Dec 2009 00:43:52 -0000 1.52 +++ xorg-x11-drv-radeonhd-README.fedora 1 Jan 2010 15:06:25 -0000 1.53 @@ -11,7 +11,7 @@ quickly (and releases happen too infrequ package tarball releases. For this reason, we are packaging selected snapshots of upstream's git repository here. -Latest upstream commit: 98d1d5f68f5be3f9dc3cd4b483ca4bea708e1eb8 +Latest upstream commit: cc1bb50bb44354be7793e4fc45c625746571ec96 Contents Index: xorg-x11-drv-radeonhd-snapshot.sh =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-12/xorg-x11-drv-radeonhd-snapshot.sh,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- xorg-x11-drv-radeonhd-snapshot.sh 6 Mar 2009 12:12:02 -0000 1.15 +++ xorg-x11-drv-radeonhd-snapshot.sh 1 Jan 2010 15:06:25 -0000 1.16 @@ -192,7 +192,7 @@ else disttarget="distcheck" fi make -C "${builddir}" "${disttarget}" distdir="${tarname}" -bzip2 -c -d "${builddir}/${tarname}.tar.bz2" | lzma -c > "${tarname}.tar.lzma" +bzip2 -c -d "${builddir}/${tarname}.tar.bz2" | xz -c > "${tarname}.tar.xz" # Update spec file with the proper timestamp old_git_commit=`$SED -n 's/^%define git_commit \(.*\)/\1/p' < "$specfile"` @@ -213,5 +213,5 @@ rm -rf "${builddir}" echo "Old upstream commit in spec: ${old_git_commit}" echo "Latest upstream commit: ${upstream_commit}" -echo "$ make new-sources FILES=\"${tarname}.tar.lzma\"" +echo "$ make new-sources FILES=\"${tarname}.tar.xz\"" Index: xorg-x11-drv-radeonhd.spec =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-12/xorg-x11-drv-radeonhd.spec,v retrieving revision 1.68 retrieving revision 1.69 diff -u -p -r1.68 -r1.69 --- xorg-x11-drv-radeonhd.spec 4 Dec 2009 00:43:52 -0000 1.68 +++ xorg-x11-drv-radeonhd.spec 1 Jan 2010 15:06:25 -0000 1.69 @@ -20,8 +20,8 @@ %endif %if %{snapshot} -%define date 20091204 -%define git_commit 98d1d5f68f5be3f9dc3cd4b483ca4bea708e1eb8 +%define date 20100101 +%define git_commit cc1bb50bb44354be7793e4fc45c625746571ec96 %define alphatag .%{date}git %define tarball %{tarname}-%{version}-%{date}git %define ship_utils 1 @@ -33,7 +33,7 @@ Summary: Xorg X11 radeonhd driver for AMD GPG r[5-8]xx Chipsets Name: xorg-x11-drv-radeonhd Version: 1.3.0 -Release: 4.2%{?alphatag}%{?dist} +Release: 4.3%{?alphatag}%{?dist} License: MIT Group: User Interface/X Hardware Support @@ -48,7 +48,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/ # sh xorg-x11-drv-radeonhd-snapshot.sh --update-config # The latter updates this spec file with the appropriate definition of %date. # This requires git, automake, autoconf, libtool to be installed. -Source0: %{tarball}.tar.lzma +Source0: %{tarball}.tar.xz %else Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}.tar.bz2 %endif @@ -67,6 +67,9 @@ Patch100: xorg-x11-drv-radeonhd-Fix # Abort driver init and Xorg startup when KMS is enabled Patch110: xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch +# Unify xf86DrvMsg calls +Patch120: xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch + # 200-299: Misc patches ExcludeArch: s390 s390x @@ -118,14 +121,26 @@ radeonhd mailing list: http://lists.open Built from git commit: %{git_commit} %endif + %prep %setup -q -n %{tarball} %if %{snapshot} %patch100 -p1 -b .conntest-docrefs %patch110 -p1 -b .kms-check %endif + +# Print all output all the time as Fedora gdm does not allow -logverbose :-/ +%patch120 -p1 -b .xf86drvmsg +# Change all xf86DrvMsg() calls to xf86DrvMsgVerb() calls +find . -type f -name '*.c' -exec sed -i 's/xf86DrvMsg *(\([^,]*\),\([^,]*\),/xf86DrvMsgVerb(\1,\2, 0,/' {} \; +# Change all xf86Msg() calls to xf86MsgVerb() calls +find . -type f -name '*.c' -exec sed -i 's/xf86Msg *(\([^,]*\),/xf86MsgVerb(\1, 0,/' {} \; +# Verify that we have changed all calls to xf86Msg() and xf86DrvMsg() +find . -type f -name '*.c' \( -exec grep -H 'xf86Msg[^V]' {} \; -or -exec grep -H 'xf86DrvMsg[^V]' {} \; \) -print + sed -i 's|\(built from %%s\)\\n\\n"|\1\\n\\tFedora package %{name}-%{version}-%{release}\\n\\n"|' src/rhd_id.c + %build %{configure} --with-xorg-module-dir=%{moduledir} --disable-static --disable-shave %{__make} %{?_smp_mflags} @@ -137,6 +152,7 @@ sed -i 's|\(built from %%s\)\\n\\n"|\1\\ ./src/print-xinf-data > radeonhd.xinf %endif + %install %{__rm} -rf "%{buildroot}" %{__make} install DESTDIR="%{buildroot}" @@ -151,12 +167,15 @@ sed -i 's|\(built from %%s\)\\n\\n"|\1\\ %{__install} -p -m 0644 radeonhd.xinf "%{buildroot}%{_datadir}/hwdata/videoaliases" %endif + %check %{__make} check || %{__make} check VERBOSE=yes + %clean %{__rm} -rf "%{buildroot}" + %files %defattr(-,root,root,-) %doc README COPYING @@ -173,7 +192,18 @@ sed -i 's|\(built from %%s\)\\n\\n"|\1\\ %{_datadir}/hwdata/videoaliases/radeonhd.xinf %endif + %changelog +* Fri Jan 01 2010 Hans Ulrich Niedermann - 1.3.0-4.3.20100101git +- Log all debug output all the time (gdm "no Xorg params" workaround) +- Use xz compression for snapshot tarballs +- New snapshot (upstream commit cc1bb50bb44354be7793e4fc45c625746571ec96): + - cc1bb50b: Fix incorrect LIST_END macro. + - b62d13fc: Bugfixing and a bit cleanup + - ace8f44f: HDMI audio support for RV710 and RV730. + - ffc141e2: ATOM: add newer power table defs + - edeb1e7a: Fix build for w/o USE_DRI. + * Fri Dec 04 2009 Hans Ulrich Niedermann - 1.3.0-4.2.20091204git - Abort driver startup if kernel modesetting (KMS) is enabled - New snapshot (upstream commit 98d1d5f68f5be3f9dc3cd4b483ca4bea708e1eb8): From mtasaka at fedoraproject.org Fri Jan 1 15:07:03 2010 From: mtasaka at fedoraproject.org (Mamoru Tasaka) Date: Fri, 1 Jan 2010 15:07:03 +0000 (UTC) Subject: rpms/xtide/devel .cvsignore, 1.31, 1.32 sources, 1.31, 1.32 xtide.spec, 1.47, 1.48 Message-ID: <20100101150703.9FBC511C008D@cvs1.fedora.phx.redhat.com> Author: mtasaka Update of /cvs/extras/rpms/xtide/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32764 Modified Files: .cvsignore sources xtide.spec Log Message: * Sat Jan 2 2010 Mamoru Tasaka - 2.11-0.2.dev20091227 - Update to 2.11 dev20091227 - Update to dwf data 20091227 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- .cvsignore 1 Jan 2010 14:58:53 -0000 1.31 +++ .cvsignore 1 Jan 2010 15:07:03 -0000 1.32 @@ -1,2 +1,2 @@ -harmonics-dwf-20081228-free.tar.bz2 +harmonics-dwf-20091227-free.tar.bz2 xtide-2.11-dev-20091227.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/sources,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- sources 1 Jan 2010 14:58:53 -0000 1.31 +++ sources 1 Jan 2010 15:07:03 -0000 1.32 @@ -1,2 +1,2 @@ -2e1ee564394a7b6f034f7f9be1ce5394 harmonics-dwf-20081228-free.tar.bz2 +1dad5ae62f85b33b7ca249a08473ca79 harmonics-dwf-20091227-free.tar.bz2 39cd9d6881a34feef4968889924a0cd8 xtide-2.11-dev-20091227.tar.bz2 Index: xtide.spec =================================================================== RCS file: /cvs/extras/rpms/xtide/devel/xtide.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -p -r1.47 -r1.48 --- xtide.spec 1 Jan 2010 14:58:53 -0000 1.47 +++ xtide.spec 1 Jan 2010 15:07:03 -0000 1.48 @@ -1,6 +1,6 @@ %define mainver 2.11 %define betatag dev-20091227 -%define dwfdate 20081228 +%define dwfdate 20091227 %define fedorarel 2 @@ -277,8 +277,9 @@ exit 0 %{_datadir}/man/man8/xttpd.8* %changelog -* Fri Jan 1 2010 Mamoru Tasaka - 2.11-0.2.dev20091227 +* Sat Jan 2 2010 Mamoru Tasaka - 2.11-0.2.dev20091227 - Update to 2.11 dev20091227 +- Update to dwf data 20091227 * Mon Sep 14 2009 Mamoru Tasaka - 2.11-0.1.dev20090913 - Update to 2.11 development branch From ndim at fedoraproject.org Fri Jan 1 15:07:44 2010 From: ndim at fedoraproject.org (Hans Ulrich Niedermann) Date: Fri, 1 Jan 2010 15:07:44 +0000 (UTC) Subject: rpms/xorg-x11-drv-radeonhd/F-11 xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch, NONE, 1.1 .cvsignore, 1.51, 1.52 sources, 1.52, 1.53 xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch, 1.1, 1.2 xorg-x11-drv-radeonhd-README.fedora, 1.52, 1.53 xorg-x11-drv-radeonhd-snapshot.sh, 1.15, 1.16 xorg-x11-drv-radeonhd.spec, 1.65, 1.66 Message-ID: <20100101150744.0DFCE11C008D@cvs1.fedora.phx.redhat.com> Author: ndim Update of /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv540 Modified Files: .cvsignore sources xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch xorg-x11-drv-radeonhd-README.fedora xorg-x11-drv-radeonhd-snapshot.sh xorg-x11-drv-radeonhd.spec Added Files: xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch Log Message: * Fri Jan 01 2010 Hans Ulrich Niedermann - 1.3.0-4.3.20100101git - Log all debug output all the time (gdm "no Xorg params" workaround) - Use xz compression for snapshot tarballs - New snapshot (upstream commit cc1bb50bb44354be7793e4fc45c625746571ec96): - cc1bb50b: Fix incorrect LIST_END macro. - b62d13fc: Bugfixing and a bit cleanup - ace8f44f: HDMI audio support for RV710 and RV730. - ffc141e2: ATOM: add newer power table defs - edeb1e7a: Fix build for w/o USE_DRI. xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch: rhd_atombios.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- NEW FILE xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch --- >From c1e3626319ee6fb068d29011ac7f5278934b0d0e Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Fri, 1 Jan 2010 05:02:43 +0100 Subject: [PATCH 1/3] Unify xf86DrvMsg calls This makes it possible to use a simple sed expression to replace all xf86DrvMsg() calls by xf86DrvMsgVerb() calls. --- src/rhd_atombios.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rhd_atombios.c b/src/rhd_atombios.c index 02070dd..3f7ce54 100644 --- a/src/rhd_atombios.c +++ b/src/rhd_atombios.c @@ -5884,8 +5884,8 @@ CailReadPCIConfigData(VOID*CAIL, VOID* ret, UINT32 idx,UINT16 size) *(CARD32*)ret = pciReadLong(tag,idx << 2); break; default: - xf86DrvMsg(((atomBiosHandlePtr)CAIL)->scrnIndex, - X_ERROR,"%s: Unsupported size: %i\n", + xf86DrvMsg(((atomBiosHandlePtr)CAIL)->scrnIndex,X_ERROR, + "%s: Unsupported size: %i\n", __func__,(int)size); return; break; -- 1.6.2.5 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-11/.cvsignore,v retrieving revision 1.51 retrieving revision 1.52 diff -u -p -r1.51 -r1.52 --- .cvsignore 4 Dec 2009 00:43:52 -0000 1.51 +++ .cvsignore 1 Jan 2010 15:07:43 -0000 1.52 @@ -1 +1 @@ -xf86-video-radeonhd-1.3.0-20091204git.tar.lzma +xf86-video-radeonhd-1.3.0-20100101git.tar.xz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-11/sources,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- sources 4 Dec 2009 00:43:52 -0000 1.52 +++ sources 1 Jan 2010 15:07:43 -0000 1.53 @@ -1 +1 @@ -1bab87280d94db5197c3b700b05024a3 xf86-video-radeonhd-1.3.0-20091204git.tar.lzma +9f53f14b8a62ca9f0705ed2619c24bfa xf86-video-radeonhd-1.3.0-20100101git.tar.xz xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch: rhd_driver.c | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) Index: xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-11/xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch 4 Dec 2009 00:43:52 -0000 1.1 +++ xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch 1 Jan 2010 15:07:43 -0000 1.2 @@ -1,6 +1,6 @@ -From e6e4a2ff28a841f788d4ff28d3fb175c9ae69a63 Mon Sep 17 00:00:00 2001 +From ff079f55c51b6e270dbeccebc9a124591eb910fe Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann -Date: Fri, 4 Dec 2009 01:26:25 +0100 +Date: Fri, 4 Dec 2009 01:58:03 +0100 Subject: [PATCH] Fail PciProbe if KMS is enabled This copies the radeon_kernel_mode_enabled() function from radeon's @@ -13,22 +13,23 @@ PciProbe and do not touch the GPU in any Then at least the KMS console continues working, and there is an error message for the user to read. --- - src/rhd_driver.c | 42 ++++++++++++++++++++++++++++++++++++++++++ - 1 files changed, 42 insertions(+), 0 deletions(-) + src/rhd_driver.c | 43 +++++++++++++++++++++++++++++++++++++++++++ + 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/src/rhd_driver.c b/src/rhd_driver.c -index 2d7f803..058a308 100644 +index 2d7f803..163435d 100644 --- a/src/rhd_driver.c +++ b/src/rhd_driver.c -@@ -2,6 +2,7 @@ +@@ -2,6 +2,8 @@ * Copyright 2007-2009 Luc Verhaegen * Copyright 2007-2009 Matthias Hopf * Copyright 2007-2009 Egbert Eich + * Copyright 2009 Dave Airlie ++ * Copyright 2009 Hans Ulrich Niedermann * Copyright 2007-2009 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a -@@ -88,6 +89,7 @@ +@@ -88,6 +90,7 @@ #define _XF86DRI_SERVER_ #include "dri.h" #include "GL/glxint.h" @@ -36,7 +37,7 @@ index 2d7f803..058a308 100644 #endif #if HAVE_XF86_ANSIC_H -@@ -398,6 +400,34 @@ RHDAvailableOptions(int chipid, int busid) +@@ -398,6 +401,34 @@ RHDAvailableOptions(int chipid, int busid) * */ #ifdef XSERVER_LIBPCIACCESS @@ -71,7 +72,7 @@ index 2d7f803..058a308 100644 static Bool RHDPciProbe(DriverPtr drv, int entityNum, struct pci_device *dev, intptr_t matchData) -@@ -409,6 +439,18 @@ RHDPciProbe(DriverPtr drv, int entityNum, +@@ -409,6 +440,18 @@ RHDPciProbe(DriverPtr drv, int entityNum, RES_SHARED_VGA, NULL, NULL, NULL, NULL); if (pScrn != NULL) { Index: xorg-x11-drv-radeonhd-README.fedora =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-11/xorg-x11-drv-radeonhd-README.fedora,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- xorg-x11-drv-radeonhd-README.fedora 4 Dec 2009 00:43:52 -0000 1.52 +++ xorg-x11-drv-radeonhd-README.fedora 1 Jan 2010 15:07:43 -0000 1.53 @@ -11,7 +11,7 @@ quickly (and releases happen too infrequ package tarball releases. For this reason, we are packaging selected snapshots of upstream's git repository here. -Latest upstream commit: 98d1d5f68f5be3f9dc3cd4b483ca4bea708e1eb8 +Latest upstream commit: cc1bb50bb44354be7793e4fc45c625746571ec96 Contents Index: xorg-x11-drv-radeonhd-snapshot.sh =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-11/xorg-x11-drv-radeonhd-snapshot.sh,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- xorg-x11-drv-radeonhd-snapshot.sh 6 Mar 2009 12:12:02 -0000 1.15 +++ xorg-x11-drv-radeonhd-snapshot.sh 1 Jan 2010 15:07:43 -0000 1.16 @@ -192,7 +192,7 @@ else disttarget="distcheck" fi make -C "${builddir}" "${disttarget}" distdir="${tarname}" -bzip2 -c -d "${builddir}/${tarname}.tar.bz2" | lzma -c > "${tarname}.tar.lzma" +bzip2 -c -d "${builddir}/${tarname}.tar.bz2" | xz -c > "${tarname}.tar.xz" # Update spec file with the proper timestamp old_git_commit=`$SED -n 's/^%define git_commit \(.*\)/\1/p' < "$specfile"` @@ -213,5 +213,5 @@ rm -rf "${builddir}" echo "Old upstream commit in spec: ${old_git_commit}" echo "Latest upstream commit: ${upstream_commit}" -echo "$ make new-sources FILES=\"${tarname}.tar.lzma\"" +echo "$ make new-sources FILES=\"${tarname}.tar.xz\"" Index: xorg-x11-drv-radeonhd.spec =================================================================== RCS file: /cvs/pkgs/rpms/xorg-x11-drv-radeonhd/F-11/xorg-x11-drv-radeonhd.spec,v retrieving revision 1.65 retrieving revision 1.66 diff -u -p -r1.65 -r1.66 --- xorg-x11-drv-radeonhd.spec 4 Dec 2009 00:43:52 -0000 1.65 +++ xorg-x11-drv-radeonhd.spec 1 Jan 2010 15:07:43 -0000 1.66 @@ -20,8 +20,8 @@ %endif %if %{snapshot} -%define date 20091204 -%define git_commit 98d1d5f68f5be3f9dc3cd4b483ca4bea708e1eb8 +%define date 20100101 +%define git_commit cc1bb50bb44354be7793e4fc45c625746571ec96 %define alphatag .%{date}git %define tarball %{tarname}-%{version}-%{date}git %define ship_utils 1 @@ -33,7 +33,7 @@ Summary: Xorg X11 radeonhd driver for AMD GPG r[5-8]xx Chipsets Name: xorg-x11-drv-radeonhd Version: 1.3.0 -Release: 4.2%{?alphatag}%{?dist} +Release: 4.3%{?alphatag}%{?dist} License: MIT Group: User Interface/X Hardware Support @@ -48,7 +48,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/ # sh xorg-x11-drv-radeonhd-snapshot.sh --update-config # The latter updates this spec file with the appropriate definition of %date. # This requires git, automake, autoconf, libtool to be installed. -Source0: %{tarball}.tar.lzma +Source0: %{tarball}.tar.xz %else Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}.tar.bz2 %endif @@ -67,6 +67,9 @@ Patch100: xorg-x11-drv-radeonhd-Fix # Abort driver init and Xorg startup when KMS is enabled Patch110: xorg-x11-drv-radeonhd-Fail-PciProbe-if-KMS-is-enabled.patch +# Unify xf86DrvMsg calls +Patch120: xorg-x11-drv-radeonhd-Unify-xf86DrvMsg-calls.patch + # 200-299: Misc patches ExcludeArch: s390 s390x @@ -118,14 +121,26 @@ radeonhd mailing list: http://lists.open Built from git commit: %{git_commit} %endif + %prep %setup -q -n %{tarball} %if %{snapshot} %patch100 -p1 -b .conntest-docrefs %patch110 -p1 -b .kms-check %endif + +# Print all output all the time as Fedora gdm does not allow -logverbose :-/ +%patch120 -p1 -b .xf86drvmsg +# Change all xf86DrvMsg() calls to xf86DrvMsgVerb() calls +find . -type f -name '*.c' -exec sed -i 's/xf86DrvMsg *(\([^,]*\),\([^,]*\),/xf86DrvMsgVerb(\1,\2, 0,/' {} \; +# Change all xf86Msg() calls to xf86MsgVerb() calls +find . -type f -name '*.c' -exec sed -i 's/xf86Msg *(\([^,]*\),/xf86MsgVerb(\1, 0,/' {} \; +# Verify that we have changed all calls to xf86Msg() and xf86DrvMsg() +find . -type f -name '*.c' \( -exec grep -H 'xf86Msg[^V]' {} \; -or -exec grep -H 'xf86DrvMsg[^V]' {} \; \) -print + sed -i 's|\(built from %%s\)\\n\\n"|\1\\n\\tFedora package %{name}-%{version}-%{release}\\n\\n"|' src/rhd_id.c + %build %{configure} --with-xorg-module-dir=%{moduledir} --disable-static --disable-shave %{__make} %{?_smp_mflags} @@ -137,6 +152,7 @@ sed -i 's|\(built from %%s\)\\n\\n"|\1\\ ./src/print-xinf-data > radeonhd.xinf %endif + %install %{__rm} -rf "%{buildroot}" %{__make} install DESTDIR="%{buildroot}" @@ -151,12 +167,15 @@ sed -i 's|\(built from %%s\)\\n\\n"|\1\\ %{__install} -p -m 0644 radeonhd.xinf "%{buildroot}%{_datadir}/hwdata/videoaliases" %endif + %check %{__make} check || %{__make} check VERBOSE=yes + %clean %{__rm} -rf "%{buildroot}" + %files %defattr(-,root,root,-) %doc README COPYING @@ -173,7 +192,18 @@ sed -i 's|\(built from %%s\)\\n\\n"|\1\\ %{_datadir}/hwdata/videoaliases/radeonhd.xinf %endif + %changelog +* Fri Jan 01 2010 Hans Ulrich Niedermann - 1.3.0-4.3.20100101git +- Log all debug output all the time (gdm "no Xorg params" workaround) +- Use xz compression for snapshot tarballs +- New snapshot (upstream commit cc1bb50bb44354be7793e4fc45c625746571ec96): + - cc1bb50b: Fix incorrect LIST_END macro. + - b62d13fc: Bugfixing and a bit cleanup + - ace8f44f: HDMI audio support for RV710 and RV730. + - ffc141e2: ATOM: add newer power table defs + - edeb1e7a: Fix build for w/o USE_DRI. + * Fri Dec 04 2009 Hans Ulrich Niedermann - 1.3.0-4.2.20091204git - Abort driver startup if kernel modesetting (KMS) is enabled - New snapshot (upstream commit 98d1d5f68f5be3f9dc3cd4b483ca4bea708e1eb8): From jkratoch at fedoraproject.org Fri Jan 1 15:15:34 2010 From: jkratoch at fedoraproject.org (Jan Kratochvil) Date: Fri, 1 Jan 2010 15:15:34 +0000 (UTC) Subject: rpms/gdb/F-12 gdb-rhel5-compat.patch,1.1,1.2 gdb.spec,1.408,1.409 Message-ID: <20100101151535.00EEC11C008D@cvs1.fedora.phx.redhat.com> Author: jkratoch Update of /cvs/pkgs/rpms/gdb/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1848 Modified Files: gdb-rhel5-compat.patch gdb.spec Log Message: * Fri Jan 1 2010 Jan Kratochvil - 7.0-16.fc12 - More RHEL-5 compatibility updates. - Disable the build-id support by default. - Bundle back gdbserver to the base gdb package. - Remove bundled pstack. - Drop the BuildRequires of rpm-devel. gdb-rhel5-compat.patch: ./gdb/corelow.c | 2 +- ./gdb/symfile.c | 2 +- gdb/linux-nat.c | 18 ++++++++++++++++-- symfile.c | 2 ++ 4 files changed, 20 insertions(+), 4 deletions(-) Index: gdb-rhel5-compat.patch =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb-rhel5-compat.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- gdb-rhel5-compat.patch 21 Dec 2009 11:26:48 -0000 1.1 +++ gdb-rhel5-compat.patch 1 Jan 2010 15:15:34 -0000 1.2 @@ -14,6 +14,28 @@ gdb/linux-nat.c: xfree (build_id_name); } else if (build_id_name != NULL) +--- ./gdb/corelow.c 2010-01-01 16:04:34.000000000 +0100 ++++ ./gdb/corelow.c 2010-01-01 16:06:26.000000000 +0100 +@@ -277,7 +277,7 @@ add_to_thread_list (bfd *abfd, asection + inferior_ptid = ptid; /* Yes, make it current */ + } + +-static int build_id_core_loads = 1; ++static int build_id_core_loads = 0; + + static void + build_id_locate_exec (int from_tty) +--- ./gdb/symfile.c 2010-01-01 16:04:35.000000000 +0100 ++++ ./gdb/symfile.c 2010-01-01 16:06:12.000000000 +0100 +@@ -1249,7 +1249,7 @@ symbol_file_clear (int from_tty) + #define BUILD_ID_VERBOSE_NONE 0 + #define BUILD_ID_VERBOSE_FILENAMES 1 + #define BUILD_ID_VERBOSE_BINARY_PARSE 2 +-static int build_id_verbose = BUILD_ID_VERBOSE_FILENAMES; ++static int build_id_verbose = BUILD_ID_VERBOSE_NONE; + static void + show_build_id_verbose (struct ui_file *file, int from_tty, + struct cmd_list_element *c, const char *value) --- gdb-7.0-orig/gdb/linux-nat.c 2009-12-19 20:53:46.000000000 +0100 +++ gdb-7.0/gdb/linux-nat.c 2009-12-19 20:55:02.000000000 +0100 @@ -1604,8 +1604,22 @@ GPT: lwp %s had signal %s, but it is in Index: gdb.spec =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb.spec,v retrieving revision 1.408 retrieving revision 1.409 diff -u -p -r1.408 -r1.409 --- gdb.spec 1 Jan 2010 11:06:50 -0000 1.408 +++ gdb.spec 1 Jan 2010 15:15:34 -0000 1.409 @@ -36,7 +36,7 @@ Version: 7.0 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 15%{?_with_upstream:.upstream}%{dist} +Release: 16%{?_with_upstream:.upstream}%{dist} License: GPLv3+ Group: Development/Debuggers @@ -61,11 +61,13 @@ URL: http://gnu.org/software/gdb/ Obsoletes: gdb64 < 5.3.91 %endif +%if 0%{!?el5:1} %if 0%{!?_with_upstream:1} # The last Rawhide release was (no dist tag) pstack-1.2-7.2.2 Obsoletes: pstack < 1.2-7.2.2.1 Provides: pstack = 1.2-7.2.2.1 %endif # 0%{!?_with_upstream:1} +%endif # 0%{!?el5:1} # GDB patches have the format `gdb--bz-.patch'. # They should be created using patch level 1: diff -up ./gdb (or gdb-6.3/gdb). @@ -429,9 +431,11 @@ Patch398: gdb-testsuite-unknown-output.p BuildRequires: ncurses-devel texinfo gettext flex bison expat-devel Requires: readline BuildRequires: readline-devel +%if 0%{!?el5:1} # dlopen() no longer makes rpm-libs a mandatory dependency. #Requires: rpm-libs BuildRequires: rpm-devel +%endif # 0%{!?el5:1} Requires: zlib BuildRequires: zlib-devel %if 0%{!?_without_python:1} @@ -514,6 +518,7 @@ GDB, the GNU debugger, allows you to deb Java, and other languages, by executing them in a controlled fashion and printing their data. +%if 0%{!?el5:1} %package gdbserver Summary: A standalone server for GDB (the GNU source-level debugger) Group: Development/Debuggers @@ -524,6 +529,7 @@ Java, and other languages, by executing and printing their data. This package provides a program that allows you to run GDB on a different machine than the one which is running the program being debugged. +%endif # 0%{!?el5:1} %prep @@ -920,8 +926,10 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir # pstack obsoletion cp -p %{SOURCE3} $RPM_BUILD_ROOT%{_mandir}/man1/gstack.1 +%if 0%{!?el5:1} ln -s gstack.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/pstack.1.gz ln -s gstack $RPM_BUILD_ROOT%{_bindir}/pstack +%endif # 0%{!?el5:1} %endif # 0%{!?_with_upstream:1} %clean @@ -963,9 +971,11 @@ fi %{_mandir}/*/gdbtui.1* %if 0%{!?_with_upstream:1} %{_bindir}/gstack -%{_bindir}/pstack %{_mandir}/*/gstack.1* +%if 0%{!?el5:1} +%{_bindir}/pstack %{_mandir}/*/pstack.1* +%endif # 0%{!?el5:1} %endif # 0%{!?_with_upstream:1} %{_datadir}/gdb %{_infodir}/annotate.info* @@ -976,12 +986,21 @@ fi # don't include the files in include, they are part of binutils %ifnarch sparcv9 +%if 0%{!?el5:1} %files gdbserver +%endif %{_bindir}/gdbserver %{_mandir}/*/gdbserver.1* %endif %changelog +* Fri Jan 1 2010 Jan Kratochvil - 7.0-16.fc12 +- More RHEL-5 compatibility updates. + - Disable the build-id support by default. + - Bundle back gdbserver to the base gdb package. + - Remove bundled pstack. + - Drop the BuildRequires of rpm-devel. + * Fri Jan 1 2010 Jan Kratochvil - 7.0-15.fc12 - Fix error on a sw watchpoint active at function epilogue (hit on s390x). - testsuite: Fix false MI "unknown output after running" regression. From jkratoch at fedoraproject.org Fri Jan 1 15:29:22 2010 From: jkratoch at fedoraproject.org (Jan Kratochvil) Date: Fri, 1 Jan 2010 15:29:22 +0000 (UTC) Subject: File gdb-7.0.1.tar.bz2 uploaded to lookaside cache by jkratoch Message-ID: <20100101152922.9BAD110F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for gdb: 53ebade39bfdc1d06744e5188b6438b1 gdb-7.0.1.tar.bz2 From perex at fedoraproject.org Fri Jan 1 15:44:36 2010 From: perex at fedoraproject.org (perex) Date: Fri, 1 Jan 2010 15:44:36 +0000 (UTC) Subject: File alsa-utils-1.0.22.tar.bz2 uploaded to lookaside cache by perex Message-ID: <20100101154436.6719410F8AB@bastion.fedoraproject.org> A file has been added to the lookaside cache for alsa-utils: f7180316188552ee1e6759a03f1fe98d alsa-utils-1.0.22.tar.bz2 From perex at fedoraproject.org Fri Jan 1 15:46:24 2010 From: perex at fedoraproject.org (perex) Date: Fri, 1 Jan 2010 15:46:24 +0000 (UTC) Subject: rpms/alsa-utils/F-12 .cvsignore, 1.29, 1.30 alsa-utils.spec, 1.88, 1.89 sources, 1.34, 1.35 alsactl-init-fix-headphone2.patch, 1.1, NONE Message-ID: <20100101154624.BEAB511C008D@cvs1.fedora.phx.redhat.com> Author: perex Update of /cvs/pkgs/rpms/alsa-utils/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6724 Modified Files: .cvsignore alsa-utils.spec sources Removed Files: alsactl-init-fix-headphone2.patch Log Message: updated to 1.0.22 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/alsa-utils/F-12/.cvsignore,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- .cvsignore 3 Sep 2009 10:57:30 -0000 1.29 +++ .cvsignore 1 Jan 2010 15:46:24 -0000 1.30 @@ -22,3 +22,4 @@ alsa-utils-1.0.18.tar.bz2 alsa-utils-1.0.19.tar.bz2 alsa-utils-1.0.20.tar.bz2 alsa-utils-1.0.21.tar.bz2 +alsa-utils-1.0.22.tar.bz2 Index: alsa-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/alsa-utils/F-12/alsa-utils.spec,v retrieving revision 1.88 retrieving revision 1.89 diff -u -p -r1.88 -r1.89 --- alsa-utils.spec 3 Sep 2009 11:00:49 -0000 1.88 +++ alsa-utils.spec 1 Jan 2010 15:46:24 -0000 1.89 @@ -3,8 +3,8 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils -Version: 1.0.21 -Release: 2%{?prever_dot}%{?dist} +Version: 1.0.22 +Release: 1%{?prever_dot}%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -13,7 +13,6 @@ Source4: alsaunmute Source6: alsa-info.sh Source10: alsa.rules Source11: alsactl.conf -Patch1: alsactl-init-fix-headphone2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel >= %{version} BuildRequires: ncurses-devel @@ -27,7 +26,6 @@ Architecture (ALSA). %prep %setup -q -n %{name}-%{version}%{?prever} -%patch1 -p1 -b .headphone %build %configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --sbindir=/sbin --disable-alsaconf @@ -94,6 +92,9 @@ if [ -s /etc/alsa/asound.state -a ! -s / fi %changelog +* Fri Jan 1 2010 Jaroslav Kysela 1.0.22-1 +- updated to 1.0.22 final + * Thu Sep 3 2009 Jaroslav Kysela 1.0.21-2 - added missing patch file Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/alsa-utils/F-12/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- sources 3 Sep 2009 10:57:30 -0000 1.34 +++ sources 1 Jan 2010 15:46:24 -0000 1.35 @@ -1 +1 @@ -3672287c2608040d111ce45495ba7602 alsa-utils-1.0.21.tar.bz2 +f7180316188552ee1e6759a03f1fe98d alsa-utils-1.0.22.tar.bz2 --- alsactl-init-fix-headphone2.patch DELETED --- From ensc at fedoraproject.org Fri Jan 1 16:02:03 2010 From: ensc at fedoraproject.org (ensc) Date: Fri, 1 Jan 2010 16:02:03 +0000 (UTC) Subject: rpms/gif2png/devel gif2png-overflow.patch, NONE, 1.1 gif2png.spec, 1.10, 1.11 Message-ID: <20100101160203.81F1611C008D@cvs1.fedora.phx.redhat.com> Author: ensc Update of /cvs/extras/rpms/gif2png/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9522 Modified Files: gif2png.spec Added Files: gif2png-overflow.patch Log Message: fixed command line buffer overlow (#547515, CVE-2009-XXXX) gif2png-overflow.patch: gif2png.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) --- NEW FILE gif2png-overflow.patch --- Fixes cmdline buffer overflow described in http://lists.grok.org.uk/pipermail/full-disclosure/2009-December/072002.html http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550978 Index: gif2png-2.5.2/gif2png.c =================================================================== --- gif2png-2.5.2.orig/gif2png.c +++ gif2png-2.5.2/gif2png.c @@ -682,7 +682,10 @@ int processfile(char *fname, FILE *fp) strcpy(outname, fname); - file_ext = outname+strlen(outname)-4; + file_ext = outname+strlen(outname); + if (file_ext >= outname + 4) + file_ext -= 4; + if (strcmp(file_ext, ".gif") != 0 && strcmp(file_ext, ".GIF") != 0 && strcmp(file_ext, "_gif") != 0 && strcmp(file_ext, "_GIF") != 0) { /* try to derive basename */ @@ -874,7 +877,8 @@ int main(int argc, char *argv[]) } } else { for (i = ac;i - 2.5.2-1301 +- fixed command line buffer overlow (#547515, CVE-2009-XXXX) + * Sat Nov 14 2009 Enrico Scholz - 2.5.2-1300 - updated to 2.5.2 - removed Debian patches; issues are addressed by new upstream release From ensc at fedoraproject.org Fri Jan 1 16:32:36 2010 From: ensc at fedoraproject.org (ensc) Date: Fri, 1 Jan 2010 16:32:36 +0000 (UTC) Subject: rpms/gif2png/devel gif2png.spec,1.11,1.12 Message-ID: <20100101163236.BF60111C008D@cvs1.fedora.phx.redhat.com> Author: ensc Update of /cvs/extras/rpms/gif2png/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14452 Modified Files: gif2png.spec Log Message: fixed %apply call fixed typo in %changelog Index: gif2png.spec =================================================================== RCS file: /cvs/extras/rpms/gif2png/devel/gif2png.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- gif2png.spec 1 Jan 2010 16:02:03 -0000 1.11 +++ gif2png.spec 1 Jan 2010 16:32:35 -0000 1.12 @@ -5,7 +5,7 @@ Summary: A GIF to PNG converter Name: gif2png Version: 2.5.2 -Release: %release_func 1301 +Release: %release_func 1302 License: BSD Group: Applications/Multimedia URL: http://www.catb.org/~esr/gif2png/ @@ -44,7 +44,7 @@ convert entire web hierarchies (images a %prep %setup -q -%apply -n0 +%apply -n0 -p1 %build @@ -75,8 +75,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Jan 1 2010 Enrico Scholz - 2.5.2-1301 -- fixed command line buffer overlow (#547515, CVE-2009-XXXX) +* Fri Jan 1 2010 Enrico Scholz - 2.5.2-1302 +- fixed command line buffer overflow (#547515, CVE-2009-XXXX) * Sat Nov 14 2009 Enrico Scholz - 2.5.2-1300 - updated to 2.5.2 From ensc at fedoraproject.org Fri Jan 1 16:36:27 2010 From: ensc at fedoraproject.org (ensc) Date: Fri, 1 Jan 2010 16:36:27 +0000 (UTC) Subject: rpms/gif2png/F-12 gif2png-overflow.patch, NONE, 1.1 gif2png.spec, 1.9, 1.10 Message-ID: <20100101163627.2EB0711C008D@cvs1.fedora.phx.redhat.com> Author: ensc Update of /cvs/extras/rpms/gif2png/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15342/F-12 Modified Files: gif2png.spec Added Files: gif2png-overflow.patch Log Message: fixed command line buffer overflow (#547515) gif2png-overflow.patch: gif2png.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) --- NEW FILE gif2png-overflow.patch --- Fixes cmdline buffer overflow described in http://lists.grok.org.uk/pipermail/full-disclosure/2009-December/072002.html http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550978 Index: gif2png-2.5.2/gif2png.c =================================================================== --- gif2png-2.5.2.orig/gif2png.c +++ gif2png-2.5.2/gif2png.c @@ -682,7 +682,10 @@ int processfile(char *fname, FILE *fp) strcpy(outname, fname); - file_ext = outname+strlen(outname)-4; + file_ext = outname+strlen(outname); + if (file_ext >= outname + 4) + file_ext -= 4; + if (strcmp(file_ext, ".gif") != 0 && strcmp(file_ext, ".GIF") != 0 && strcmp(file_ext, "_gif") != 0 && strcmp(file_ext, "_GIF") != 0) { /* try to derive basename */ @@ -874,7 +877,8 @@ int main(int argc, char *argv[]) } } else { for (i = ac;i - 2.5.1-1200 +- fixed command line buffer overflow (#547515) + * Fri Jul 24 2009 Fedora Release Engineering - 2.5.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From ensc at fedoraproject.org Fri Jan 1 16:36:27 2010 From: ensc at fedoraproject.org (ensc) Date: Fri, 1 Jan 2010 16:36:27 +0000 (UTC) Subject: rpms/gif2png/F-11 gif2png-overflow.patch, NONE, 1.1 gif2png.spec, 1.8, 1.9 Message-ID: <20100101163627.8643011C008D@cvs1.fedora.phx.redhat.com> Author: ensc Update of /cvs/extras/rpms/gif2png/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15342/F-11 Modified Files: gif2png.spec Added Files: gif2png-overflow.patch Log Message: fixed command line buffer overflow (#547515) gif2png-overflow.patch: gif2png.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) --- NEW FILE gif2png-overflow.patch --- Fixes cmdline buffer overflow described in http://lists.grok.org.uk/pipermail/full-disclosure/2009-December/072002.html http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550978 Index: gif2png-2.5.2/gif2png.c =================================================================== --- gif2png-2.5.2.orig/gif2png.c +++ gif2png-2.5.2/gif2png.c @@ -682,7 +682,10 @@ int processfile(char *fname, FILE *fp) strcpy(outname, fname); - file_ext = outname+strlen(outname)-4; + file_ext = outname+strlen(outname); + if (file_ext >= outname + 4) + file_ext -= 4; + if (strcmp(file_ext, ".gif") != 0 && strcmp(file_ext, ".GIF") != 0 && strcmp(file_ext, "_gif") != 0 && strcmp(file_ext, "_GIF") != 0) { /* try to derive basename */ @@ -874,7 +877,8 @@ int main(int argc, char *argv[]) } } else { for (i = ac;i - 2.5.1-1100 +- fixed command line buffer overflow (#547515) + * Sun Mar 1 2009 Enrico Scholz - 2.5.1-6 - made web2png noarch From perex at fedoraproject.org Fri Jan 1 16:48:25 2010 From: perex at fedoraproject.org (perex) Date: Fri, 1 Jan 2010 16:48:25 +0000 (UTC) Subject: rpms/alsa-utils/devel .cvsignore, 1.29, 1.30 alsa-utils.spec, 1.88, 1.89 sources, 1.34, 1.35 Message-ID: <20100101164825.972D111C008D@cvs1.fedora.phx.redhat.com> Author: perex Update of /cvs/pkgs/rpms/alsa-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17612 Modified Files: .cvsignore alsa-utils.spec sources Log Message: updated to 1.0.22 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/alsa-utils/devel/.cvsignore,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- .cvsignore 3 Sep 2009 10:57:30 -0000 1.29 +++ .cvsignore 1 Jan 2010 16:48:24 -0000 1.30 @@ -22,3 +22,4 @@ alsa-utils-1.0.18.tar.bz2 alsa-utils-1.0.19.tar.bz2 alsa-utils-1.0.20.tar.bz2 alsa-utils-1.0.21.tar.bz2 +alsa-utils-1.0.22.tar.bz2 Index: alsa-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/alsa-utils/devel/alsa-utils.spec,v retrieving revision 1.88 retrieving revision 1.89 diff -u -p -r1.88 -r1.89 --- alsa-utils.spec 3 Sep 2009 11:00:49 -0000 1.88 +++ alsa-utils.spec 1 Jan 2010 16:48:25 -0000 1.89 @@ -3,8 +3,8 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils -Version: 1.0.21 -Release: 2%{?prever_dot}%{?dist} +Version: 1.0.22 +Release: 1%{?prever_dot}%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -13,7 +13,6 @@ Source4: alsaunmute Source6: alsa-info.sh Source10: alsa.rules Source11: alsactl.conf -Patch1: alsactl-init-fix-headphone2.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel >= %{version} BuildRequires: ncurses-devel @@ -27,7 +26,6 @@ Architecture (ALSA). %prep %setup -q -n %{name}-%{version}%{?prever} -%patch1 -p1 -b .headphone %build %configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --sbindir=/sbin --disable-alsaconf @@ -94,6 +92,9 @@ if [ -s /etc/alsa/asound.state -a ! -s / fi %changelog +* Fri Jan 1 2010 Jaroslav Kysela 1.0.22-1 +- updated to 1.0.22 final + * Thu Sep 3 2009 Jaroslav Kysela 1.0.21-2 - added missing patch file Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/alsa-utils/devel/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- sources 3 Sep 2009 10:57:30 -0000 1.34 +++ sources 1 Jan 2010 16:48:25 -0000 1.35 @@ -1 +1 @@ -3672287c2608040d111ce45495ba7602 alsa-utils-1.0.21.tar.bz2 +f7180316188552ee1e6759a03f1fe98d alsa-utils-1.0.22.tar.bz2 From eseyman at fedoraproject.org Fri Jan 1 16:53:39 2010 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Fri, 1 Jan 2010 16:53:39 +0000 (UTC) Subject: File CGI-Application-Dispatch-2.17.tar.gz uploaded to lookaside cache by eseyman Message-ID: <20100101165339.BA75E10F8AA@bastion.fedoraproject.org> A file has been added to the lookaside cache for perl-CGI-Application-Dispatch: 88d23450667d6a4948c41e10ec0e0ba0 CGI-Application-Dispatch-2.17.tar.gz From eseyman at fedoraproject.org Fri Jan 1 16:57:19 2010 From: eseyman at fedoraproject.org (Emmanuel Seyman) Date: Fri, 1 Jan 2010 16:57:19 +0000 (UTC) Subject: rpms/perl-CGI-Application-Dispatch/devel .cvsignore, 1.2, 1.3 perl-CGI-Application-Dispatch.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20100101165719.8724A11C008D@cvs1.fedora.phx.redhat.com> Author: eseyman Update of /cvs/pkgs/rpms/perl-CGI-Application-Dispatch/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19216 Modified Files: .cvsignore perl-CGI-Application-Dispatch.spec sources Log Message: Update to 2.17 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Dispatch/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 2 Jul 2009 23:01:09 -0000 1.2 +++ .cvsignore 1 Jan 2010 16:57:18 -0000 1.3 @@ -1 +1 @@ -CGI-Application-Dispatch-2.16.tar.gz +CGI-Application-Dispatch-2.17.tar.gz Index: perl-CGI-Application-Dispatch.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Dispatch/devel/perl-CGI-Application-Dispatch.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- perl-CGI-Application-Dispatch.spec 7 Dec 2009 04:53:03 -0000 1.3 +++ perl-CGI-Application-Dispatch.spec 1 Jan 2010 16:57:19 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-CGI-Application-Dispatch -Version: 2.16 -Release: 3%{?dist} +Version: 2.17 +Release: 1%{?dist} Summary: Dispatch requests to CGI::Application based objects License: GPL+ or Artistic Group: Development/Libraries @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Jan 1 2010 Emmanuel Seyman - 2.17-1 +- Update to 2.17. + * Mon Dec 7 2009 Stepan Kasal - 2.16-3 - rebuild against perl 5.10.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-CGI-Application-Dispatch/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 2 Jul 2009 23:01:09 -0000 1.2 +++ sources 1 Jan 2010 16:57:19 -0000 1.3 @@ -1 +1 @@ -365b4b887dc8b60703b97dcbe874fa76 CGI-Application-Dispatch-2.16.tar.gz +88d23450667d6a4948c41e10ec0e0ba0 CGI-Application-Dispatch-2.17.tar.gz From pkgdb at fedoraproject.org Fri Jan 1 17:33:04 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 17:33:04 +0000 Subject: [pkgdb] milter-greylist had acl change status Message-ID: <20100101173302.7071D10F865@bastion.fedoraproject.org> ensc has set the watchbugzilla acl on milter-greylist (Fedora 12) to Approved for kanarip To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/milter-greylist From pkgdb at fedoraproject.org Fri Jan 1 17:33:06 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 17:33:06 +0000 Subject: [pkgdb] milter-greylist had acl change status Message-ID: <20100101173303.F2B1710F865@bastion.fedoraproject.org> ensc has set the watchcommits acl on milter-greylist (Fedora 12) to Approved for kanarip To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/milter-greylist From pkgdb at fedoraproject.org Fri Jan 1 17:33:12 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 17:33:12 +0000 Subject: [pkgdb] milter-greylist had acl change status Message-ID: <20100101173310.E02A010F8AB@bastion.fedoraproject.org> ensc has set the watchcommits acl on milter-greylist (Fedora 11) to Approved for kanarip To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/milter-greylist From pkgdb at fedoraproject.org Fri Jan 1 17:33:29 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 17:33:29 +0000 Subject: [pkgdb] milter-greylist had acl change status Message-ID: <20100101173313.A5CAF10F862@bastion.fedoraproject.org> ensc has set the watchbugzilla acl on milter-greylist (Fedora 11) to Approved for kanarip To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/milter-greylist From pkgdb at fedoraproject.org Fri Jan 1 17:33:19 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 17:33:19 +0000 Subject: [pkgdb] milter-greylist had acl change status Message-ID: <20100101173315.171DA10F8AB@bastion.fedoraproject.org> ensc has set the watchbugzilla acl on milter-greylist (Fedora 10) to Approved for kanarip To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/milter-greylist From pkgdb at fedoraproject.org Fri Jan 1 17:33:18 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 17:33:18 +0000 Subject: [pkgdb] milter-greylist had acl change status Message-ID: <20100101173316.2CB4710F8B3@bastion.fedoraproject.org> ensc has set the watchcommits acl on milter-greylist (Fedora 10) to Approved for kanarip To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/milter-greylist From pkgdb at fedoraproject.org Fri Jan 1 17:33:23 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 17:33:23 +0000 Subject: [pkgdb] milter-greylist had acl change status Message-ID: <20100101173318.E4D3610F8B1@bastion.fedoraproject.org> ensc has set the watchbugzilla acl on milter-greylist (Fedora 9) to Approved for kanarip To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/milter-greylist From pkgdb at fedoraproject.org Fri Jan 1 17:33:13 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 17:33:13 +0000 Subject: [pkgdb] milter-greylist had acl change status Message-ID: <20100101173320.0601910F8B8@bastion.fedoraproject.org> ensc has set the watchcommits acl on milter-greylist (Fedora 9) to Approved for kanarip To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/milter-greylist From pkgdb at fedoraproject.org Fri Jan 1 17:33:29 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 17:33:29 +0000 Subject: [pkgdb] milter-greylist had acl change status Message-ID: <20100101173326.EF2FD10F8B8@bastion.fedoraproject.org> ensc has set the watchbugzilla acl on milter-greylist (Fedora devel) to Approved for kanarip To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/milter-greylist From pkgdb at fedoraproject.org Fri Jan 1 17:33:48 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 17:33:48 +0000 Subject: [pkgdb] milter-greylist had acl change status Message-ID: <20100101173333.0126010F8AB@bastion.fedoraproject.org> ensc has set the watchcommits acl on milter-greylist (Fedora devel) to Approved for kanarip To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/milter-greylist From sparks at fedoraproject.org Fri Jan 1 17:49:15 2010 From: sparks at fedoraproject.org (Eric Christensen) Date: Fri, 1 Jan 2010 17:49:15 +0000 (UTC) Subject: File README-11.0.4.tar.gz uploaded to lookaside cache by sparks Message-ID: <20100101174915.60B0710F8AB@bastion.fedoraproject.org> A file has been added to the lookaside cache for fedora-release-notes: 08a24a44df30ad37e83bff4170a1cf77 README-11.0.4.tar.gz From sparks at fedoraproject.org Fri Jan 1 17:49:17 2010 From: sparks at fedoraproject.org (Eric Christensen) Date: Fri, 1 Jan 2010 17:49:17 +0000 (UTC) Subject: File README-BURNING-ISOS-11.0.4.tar.gz uploaded to lookaside cache by sparks Message-ID: <20100101174917.6F66510F8AB@bastion.fedoraproject.org> A file has been added to the lookaside cache for fedora-release-notes: 45c5d27078b55460c8442b2b62f33bfa README-BURNING-ISOS-11.0.4.tar.gz From sparks at fedoraproject.org Fri Jan 1 17:49:19 2010 From: sparks at fedoraproject.org (Eric Christensen) Date: Fri, 1 Jan 2010 17:49:19 +0000 (UTC) Subject: File about-fedora-11.0.4.tar.gz uploaded to lookaside cache by sparks Message-ID: <20100101174919.6FEF610F8AB@bastion.fedoraproject.org> A file has been added to the lookaside cache for fedora-release-notes: 3d6b58c11f6000cb0c43cfbfea8ed88c about-fedora-11.0.4.tar.gz From sparks at fedoraproject.org Fri Jan 1 17:49:47 2010 From: sparks at fedoraproject.org (Eric Christensen) Date: Fri, 1 Jan 2010 17:49:47 +0000 (UTC) Subject: File fedora-release-notes-11.0.4.tar.gz uploaded to lookaside cache by sparks Message-ID: <20100101174947.43A3B10F8AB@bastion.fedoraproject.org> A file has been added to the lookaside cache for fedora-release-notes: 1537269ca9667355b367c2a7564cde74 fedora-release-notes-11.0.4.tar.gz From sparks at fedoraproject.org Fri Jan 1 17:49:49 2010 From: sparks at fedoraproject.org (Eric Christensen) Date: Fri, 1 Jan 2010 17:49:49 +0000 (UTC) Subject: File homepage-11.0.4.tar.gz uploaded to lookaside cache by sparks Message-ID: <20100101174949.9CF6C10F8AB@bastion.fedoraproject.org> A file has been added to the lookaside cache for fedora-release-notes: 71ff149e8bfc83ad7db59cef0c05c895 homepage-11.0.4.tar.gz From sparks at fedoraproject.org Fri Jan 1 17:49:51 2010 From: sparks at fedoraproject.org (Eric Christensen) Date: Fri, 1 Jan 2010 17:49:51 +0000 (UTC) Subject: File readme-live-image-11.0.4.tar.gz uploaded to lookaside cache by sparks Message-ID: <20100101174951.AB11D10F8AB@bastion.fedoraproject.org> A file has been added to the lookaside cache for fedora-release-notes: 891dbf5f987a82de8f7f8608b38df74b readme-live-image-11.0.4.tar.gz From trasher at fedoraproject.org Fri Jan 1 18:23:32 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 18:23:32 +0000 (UTC) Subject: File homebank-4.1.tar.gz uploaded to lookaside cache by trasher Message-ID: <20100101182332.7F79F10F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for homebank: e12aea4f227b8454bb751abfb958539c homebank-4.1.tar.gz From trasher at fedoraproject.org Fri Jan 1 18:24:47 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 18:24:47 +0000 (UTC) Subject: rpms/homebank/devel .cvsignore, 1.9, 1.10 homebank.spec, 1.14, 1.15 sources, 1.9, 1.10 Message-ID: <20100101182447.506FE11C008D@cvs1.fedora.phx.redhat.com> Author: trasher Update of /cvs/pkgs/rpms/homebank/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv769 Modified Files: .cvsignore homebank.spec sources Log Message: New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/homebank/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 28 Jun 2009 10:49:15 -0000 1.9 +++ .cvsignore 1 Jan 2010 18:24:46 -0000 1.10 @@ -1 +1 @@ -homebank-4.0.4.tar.gz +homebank-4.1.tar.gz Index: homebank.spec =================================================================== RCS file: /cvs/pkgs/rpms/homebank/devel/homebank.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- homebank.spec 25 Jul 2009 02:11:09 -0000 1.14 +++ homebank.spec 1 Jan 2010 18:24:46 -0000 1.15 @@ -1,6 +1,6 @@ Name: homebank -Version: 4.0.4 -Release: 2%{?dist} +Version: 4.1 +Release: 1%{?dist} Summary: Free easy personal accounting for all Group: Applications/Productivity @@ -89,8 +89,8 @@ update-desktop-database &> /dev/null || %{_bindir}/%{name} %dir %{_datadir}/%{name}/ %{_datadir}/%{name}/images +%{_datadir}/%{name}/icons %{_datadir}/applications/*%{name}.desktop -%{_datadir}/pixmaps/%{name}.svg %{_datadir}/icons/hicolor/??x??/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/mime-info/%{name}.* @@ -103,6 +103,9 @@ update-desktop-database &> /dev/null || %{_datadir}/%{name}/help %changelog +* Fri Jan 01 2010 Johan Cwiklinski - 4.1-1 +- 4.1 + * Fri Jul 24 2009 Fedora Release Engineering - 4.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/homebank/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 28 Jun 2009 10:49:16 -0000 1.9 +++ sources 1 Jan 2010 18:24:46 -0000 1.10 @@ -1 +1 @@ -90fcd33db3e1ec00c74662ae468508d5 homebank-4.0.4.tar.gz +e12aea4f227b8454bb751abfb958539c homebank-4.1.tar.gz From trasher at fedoraproject.org Fri Jan 1 18:26:59 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 18:26:59 +0000 (UTC) Subject: rpms/homebank/F-12 .cvsignore, 1.9, 1.10 homebank.spec, 1.14, 1.15 sources, 1.9, 1.10 Message-ID: <20100101182659.4167A11C008D@cvs1.fedora.phx.redhat.com> Author: trasher Update of /cvs/pkgs/rpms/homebank/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1143 Modified Files: .cvsignore homebank.spec sources Log Message: New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/homebank/F-12/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 28 Jun 2009 10:49:15 -0000 1.9 +++ .cvsignore 1 Jan 2010 18:26:58 -0000 1.10 @@ -1 +1 @@ -homebank-4.0.4.tar.gz +homebank-4.1.tar.gz Index: homebank.spec =================================================================== RCS file: /cvs/pkgs/rpms/homebank/F-12/homebank.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- homebank.spec 25 Jul 2009 02:11:09 -0000 1.14 +++ homebank.spec 1 Jan 2010 18:26:59 -0000 1.15 @@ -1,6 +1,6 @@ Name: homebank -Version: 4.0.4 -Release: 2%{?dist} +Version: 4.1 +Release: 1%{?dist} Summary: Free easy personal accounting for all Group: Applications/Productivity @@ -89,8 +89,8 @@ update-desktop-database &> /dev/null || %{_bindir}/%{name} %dir %{_datadir}/%{name}/ %{_datadir}/%{name}/images +%{_datadir}/%{name}/icons %{_datadir}/applications/*%{name}.desktop -%{_datadir}/pixmaps/%{name}.svg %{_datadir}/icons/hicolor/??x??/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/mime-info/%{name}.* @@ -103,6 +103,9 @@ update-desktop-database &> /dev/null || %{_datadir}/%{name}/help %changelog +* Fri Jan 01 2010 Johan Cwiklinski - 4.1-1 +- 4.1 + * Fri Jul 24 2009 Fedora Release Engineering - 4.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/homebank/F-12/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 28 Jun 2009 10:49:16 -0000 1.9 +++ sources 1 Jan 2010 18:26:59 -0000 1.10 @@ -1 +1 @@ -90fcd33db3e1ec00c74662ae468508d5 homebank-4.0.4.tar.gz +e12aea4f227b8454bb751abfb958539c homebank-4.1.tar.gz From trasher at fedoraproject.org Fri Jan 1 18:30:54 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 18:30:54 +0000 (UTC) Subject: rpms/homebank/F-11 .cvsignore, 1.7, 1.8 homebank.spec, 1.14, 1.15 sources, 1.9, 1.10 Message-ID: <20100101183054.CFF0E11C008D@cvs1.fedora.phx.redhat.com> Author: trasher Update of /cvs/pkgs/rpms/homebank/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1949 Modified Files: .cvsignore homebank.spec sources Log Message: New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/homebank/F-11/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 27 Mar 2009 16:50:24 -0000 1.7 +++ .cvsignore 1 Jan 2010 18:30:54 -0000 1.8 @@ -1 +1 @@ -homebank-4.0.2.tar.gz +homebank-4.1.tar.gz Index: homebank.spec =================================================================== RCS file: /cvs/pkgs/rpms/homebank/F-11/homebank.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- homebank.spec 28 Jun 2009 11:33:48 -0000 1.14 +++ homebank.spec 1 Jan 2010 18:30:54 -0000 1.15 @@ -1,5 +1,5 @@ Name: homebank -Version: 4.0.4 +Version: 4.1 Release: 1%{?dist} Summary: Free easy personal accounting for all @@ -89,8 +89,8 @@ update-desktop-database &> /dev/null || %{_bindir}/%{name} %dir %{_datadir}/%{name}/ %{_datadir}/%{name}/images +%{_datadir}/%{name}/icons %{_datadir}/applications/*%{name}.desktop -%{_datadir}/pixmaps/%{name}.svg %{_datadir}/icons/hicolor/??x??/apps/%{name}.png %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %{_datadir}/mime-info/%{name}.* @@ -103,6 +103,9 @@ update-desktop-database &> /dev/null || %{_datadir}/%{name}/help %changelog +* Fri Jan 01 2010 Johan Cwiklinski - 4.1-1 +- 4.1 + * Sun Jun 28 2009 Johan Cwiklinski 4.0.4-1 - 4.0.4 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/homebank/F-11/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 28 Jun 2009 11:31:04 -0000 1.9 +++ sources 1 Jan 2010 18:30:54 -0000 1.10 @@ -1 +1 @@ -90fcd33db3e1ec00c74662ae468508d5 homebank-4.0.4.tar.gz +e12aea4f227b8454bb751abfb958539c homebank-4.1.tar.gz From jkratoch at fedoraproject.org Fri Jan 1 19:07:42 2010 From: jkratoch at fedoraproject.org (Jan Kratochvil) Date: Fri, 1 Jan 2010 19:07:42 +0000 (UTC) Subject: rpms/gdb/F-12 gdb-field-check_typedef-revert.patch, NONE, 1.1 .cvsignore, 1.44, 1.45 gdb-7.0-upstream.patch, 1.6, 1.7 gdb.spec, 1.409, 1.410 sources, 1.43, 1.44 Message-ID: <20100101190742.EF51911C008D@cvs1.fedora.phx.redhat.com> Author: jkratoch Update of /cvs/pkgs/rpms/gdb/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7632 Modified Files: .cvsignore gdb-7.0-upstream.patch gdb.spec sources Added Files: gdb-field-check_typedef-revert.patch Log Message: * Fri Jan 1 2010 Jan Kratochvil - 7.0.1-17.fc12 - Formal upgrade to the FSF GDB release gdb-7.0.1. - Fix regression of gdb-7.0.1 not preserving typedef of a field. gdb-field-check_typedef-revert.patch: testsuite/gdb.mi/mi-var-cmd.exp | 2 -- testsuite/gdb.mi/var-cmd.c | 35 ----------------------------------- value.c | 1 - 3 files changed, 38 deletions(-) --- NEW FILE gdb-field-check_typedef-revert.patch --- http://sourceware.org/ml/gdb/2010-01/msg00017.html revert: http://sourceware.org/ml/gdb-cvs/2009-12/msg00104.html http://sourceware.org/ml/gdb-cvs/2009-12/msg00103.html Leftover testcase would severely hang the testsuite on timeouts. --- ./gdb/testsuite/gdb.mi/mi-var-cmd.exp 2009-12-21 14:21:43.000000000 +0100 +++ ./gdb/testsuite/gdb.mi/mi-var-cmd.exp 2010-01-01 19:47:13.000000000 +0100 @@ -577,8 +577,6 @@ proc set_frozen {varobjs flag} { mi_prepare_inline_tests $srcfile mi_run_inline_test frozen -mi_run_inline_test bitfield - # Since the inline test framework does not really work with # function calls, first to inline tests and then do the reminder # manually. --- ./gdb/testsuite/gdb.mi/var-cmd.c 2009-12-21 14:21:43.000000000 +0100 +++ ./gdb/testsuite/gdb.mi/var-cmd.c 2010-01-01 19:47:13.000000000 +0100 @@ -468,40 +468,6 @@ void do_at_tests () /*: END: floating :*/ } -/* Some header appear to define uint already, so apply some - uglification. Note that without uglification, the compile - does not fail, rather, we don't test what we want because - something else calls check_typedef on 'uint' already. */ -typedef unsigned int uint_for_mi_testing; - -struct Data { - int alloc; - uint_for_mi_testing sharable : 4; -}; - -/* Accessing a value of a bitfield whose type is a typed used to - result in division by zero. See: - - http://sourceware.org/bugzilla/show_bug.cgi?id=10884 - - This tests for this bug. */ - -void do_bitfield_tests () -{ - /*: BEGIN: bitfield :*/ - struct Data d = {0, 3}; - /*: - mi_create_varobj V d "create varobj for Data" - mi_list_varobj_children "V" { - {"V.alloc" "alloc" "0" "int"} - {"V.sharable" "sharable" "0" "unsigned int"} - } "list children of Data" - mi_check_varobj_value V.sharable 3 "access bitfield" - :*/ - return; - /*: END: bitfield :*/ -} - int main (int argc, char *argv []) { @@ -511,7 +477,6 @@ main (int argc, char *argv []) do_special_tests (); do_frozen_tests (); do_at_tests (); - do_bitfield_tests (); exit (0); } --- ./gdb/value.c 2010-01-01 19:46:58.000000000 +0100 +++ ./gdb/value.c 2010-01-01 19:47:13.000000000 +0100 @@ -1960,7 +1960,6 @@ value_primitive_field (struct value *arg CHECK_TYPEDEF (arg_type); type = TYPE_FIELD_TYPE (arg_type, fieldno); - type = check_typedef (type); /* Handle packed fields */ Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/.cvsignore,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- .cvsignore 23 Oct 2009 20:05:49 -0000 1.44 +++ .cvsignore 1 Jan 2010 19:07:40 -0000 1.45 @@ -1,2 +1,2 @@ -gdb-7.0.tar.bz2 +gdb-7.0.1.tar.bz2 libstdc++-v3-python-r151798.tar.bz2 gdb-7.0-upstream.patch: gdb/dbxread.c | 9 +++++++-- src/gdb/doc/gdb.texinfo | 13 +++++++++++-- src/gdb/testsuite/gdb.base/condbreak.exp | 9 +++++++-- src/gdb/testsuite/gdb.base/default.exp | 7 ++++++- src/gdb/testsuite/gdb.cp/expand-sals.cc | 2 +- src/gdb/testsuite/gdb.cp/expand-sals.exp | 6 ------ src/gdb/top.c | 7 +++++-- 7 files changed, 37 insertions(+), 16 deletions(-) View full diff with command: /usr/bin/cvs -n -f diff -kk -u -p -N -r 1.6 -r 1.7 gdb-7.0-upstream.patchIndex: gdb-7.0-upstream.patch =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb-7.0-upstream.patch,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- gdb-7.0-upstream.patch 1 Jan 2010 11:06:08 -0000 1.6 +++ gdb-7.0-upstream.patch 1 Jan 2010 19:07:41 -0000 1.7 @@ -1,3059 +1,3 @@ ---- a/gdb/COPYING -+++ b/gdb/COPYING -@@ -1,286 +1,626 @@ -- GNU GENERAL PUBLIC LICENSE -- Version 2, June 1991 -+ GNU GENERAL PUBLIC LICENSE -+ Version 3, 29 June 2007 - -- Copyright (C) 1989, 1991 Free Software Foundation, Inc. -- 51 Franklin Street, Fifth Floor, -- Boston, MA 02110-1301, USA -+ Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -- Preamble -+ Preamble - -- The licenses for most software are designed to take away your --freedom to share and change it. By contrast, the GNU General Public --License is intended to guarantee your freedom to share and change free --software--to make sure the software is free for all its users. This --General Public License applies to most of the Free Software --Foundation's software and to any other program whose authors commit to --using it. (Some other Free Software Foundation software is covered by --the GNU Library General Public License instead.) You can apply it to -+ The GNU General Public License is a free, copyleft license for -+software and other kinds of works. -+ -+ The licenses for most software and other practical works are designed -+to take away your freedom to share and change the works. By contrast, -+the GNU General Public License is intended to guarantee your freedom to -+share and change all versions of a program--to make sure it remains free -+software for all its users. We, the Free Software Foundation, use the -+GNU General Public License for most of our software; it applies also to -+any other work released this way by its authors. You can apply it to - your programs, too. - - When we speak of free software, we are referring to freedom, not - price. Our General Public Licenses are designed to make sure that you - have the freedom to distribute copies of free software (and charge for --this service if you wish), that you receive source code or can get it --if you want it, that you can change the software or use pieces of it --in new free programs; and that you know you can do these things. -+them if you wish), that you receive source code or can get it if you -+want it, that you can change the software or use pieces of it in new -+free programs, and that you know you can do these things. - -- To protect your rights, we need to make restrictions that forbid --anyone to deny you these rights or to ask you to surrender the rights. --These restrictions translate to certain responsibilities for you if you --distribute copies of the software, or if you modify it. -+ To protect your rights, we need to prevent others from denying you -+these rights or asking you to surrender the rights. Therefore, you have -+certain responsibilities if you distribute copies of the software, or if -+you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether --gratis or for a fee, you must give the recipients all the rights that --you have. You must make sure that they, too, receive or can get the --source code. And you must show them these terms so they know their --rights. -- -- We protect your rights with two steps: (1) copyright the software, and --(2) offer you this license which gives you legal permission to copy, --distribute and/or modify the software. -- -- Also, for each author's protection and ours, we want to make certain --that everyone understands that there is no warranty for this free --software. If the software is modified by someone else and passed on, we --want its recipients to know that what they have is not the original, so --that any problems introduced by others will not reflect on the original --authors' reputations. -- -- Finally, any free program is threatened constantly by software --patents. We wish to avoid the danger that redistributors of a free --program will individually obtain patent licenses, in effect making the --program proprietary. To prevent this, we have made it clear that any --patent must be licensed for everyone's free use or not licensed at all. -+gratis or for a fee, you must pass on to the recipients the same -+freedoms that you received. You must make sure that they, too, receive -+or can get the source code. And you must show them these terms so they -+know their rights. -+ -+ Developers that use the GNU GPL protect your rights with two steps: -+(1) assert copyright on the software, and (2) offer you this License -+giving you legal permission to copy, distribute and/or modify it. -+ -+ For the developers' and authors' protection, the GPL clearly explains -+that there is no warranty for this free software. For both users' and -+authors' sake, the GPL requires that modified versions be marked as -+changed, so that their problems will not be attributed erroneously to -+authors of previous versions. -+ -+ Some devices are designed to deny users access to install or run -+modified versions of the software inside them, although the manufacturer -+can do so. This is fundamentally incompatible with the aim of -+protecting users' freedom to change the software. The systematic -+pattern of such abuse occurs in the area of products for individuals to -+use, which is precisely where it is most unacceptable. Therefore, we -+have designed this version of the GPL to prohibit the practice for those -+products. If such problems arise substantially in other domains, we -+stand ready to extend this provision to those domains in future versions -+of the GPL, as needed to protect the freedom of users. -+ -+ Finally, every program is threatened constantly by software patents. -+States should not allow patents to restrict development and use of -+software on general-purpose computers, but in those that do, we wish to -+avoid the special danger that patents applied to a free program could -+make it effectively proprietary. To prevent this, the GPL assures that -+patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and - modification follow. -- -- GNU GENERAL PUBLIC LICENSE -- TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION -- -- 0. This License applies to any program or other work which contains --a notice placed by the copyright holder saying it may be distributed --under the terms of this General Public License. The "Program", below, --refers to any such program or work, and a "work based on the Program" --means either the Program or any derivative work under copyright law: --that is to say, a work containing the Program or a portion of it, --either verbatim or with modifications and/or translated into another --language. (Hereinafter, translation is included without limitation in --the term "modification".) Each licensee is addressed as "you". -- --Activities other than copying, distribution and modification are not --covered by this License; they are outside its scope. The act of --running the Program is not restricted, and the output from the Program --is covered only if its contents constitute a work based on the --Program (independent of having been made by running the Program). --Whether that is true depends on what the Program does. -- -- 1. You may copy and distribute verbatim copies of the Program's --source code as you receive it, in any medium, provided that you --conspicuously and appropriately publish on each copy an appropriate --copyright notice and disclaimer of warranty; keep intact all the --notices that refer to this License and to the absence of any warranty; --and give any other recipients of the Program a copy of this License --along with the Program. -- --You may charge a fee for the physical act of transferring a copy, and --you may at your option offer warranty protection in exchange for a fee. -- -- 2. You may modify your copy or copies of the Program or any portion --of it, thus forming a work based on the Program, and copy and --distribute such modifications or work under the terms of Section 1 --above, provided that you also meet all of these conditions: -- -- a) You must cause the modified files to carry prominent notices -- stating that you changed the files and the date of any change. -- -- b) You must cause any work that you distribute or publish, that in -- whole or in part contains or is derived from the Program or any -- part thereof, to be licensed as a whole at no charge to all third -- parties under the terms of this License. -- -- c) If the modified program normally reads commands interactively -- when run, you must cause it, when started running for such -- interactive use in the most ordinary way, to print or display an -- announcement including an appropriate copyright notice and a -- notice that there is no warranty (or else, saying that you provide -- a warranty) and that users may redistribute the program under -- these conditions, and telling the user how to view a copy of this -- License. (Exception: if the Program itself is interactive but -- does not normally print such an announcement, your work based on -- the Program is not required to print an announcement.) -- --These requirements apply to the modified work as a whole. If --identifiable sections of that work are not derived from the Program, --and can be reasonably considered independent and separate works in --themselves, then this License, and its terms, do not apply to those --sections when you distribute them as separate works. But when you --distribute the same sections as part of a whole which is a work based --on the Program, the distribution of the whole must be on the terms of --this License, whose permissions for other licensees extend to the --entire whole, and thus to each and every part regardless of who wrote it. -- --Thus, it is not the intent of this section to claim rights or contest --your rights to work written entirely by you; rather, the intent is to --exercise the right to control the distribution of derivative or --collective works based on the Program. -- --In addition, mere aggregation of another work not based on the Program --with the Program (or with a work based on the Program) on a volume of --a storage or distribution medium does not bring the other work under --the scope of this License. -- -- 3. You may copy and distribute the Program (or a work based on it, [...2668 lines suppressed...] -- --#endif /* WITH_SIM */ -- - #endif /* SCORE_TDEP_H */ ---- a/gdb/testsuite/ChangeLog -+++ b/gdb/testsuite/ChangeLog -@@ -1,3 +1,24 @@ -+2009-12-21 Jan Kratochvil -+ -+ * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call): -+ Force $srcfile file. -+ * gdb.base/foll-fork.c (callee): Comment out the printf call. -+ -+2009-12-21 Jan Kratochvil -+ -+ Fix spurious false FAILs. -+ * gdb.base/structs.c (chartest): New. -+ (main): Fill-in chartest. -+ * gdb.base/structs.exp (anychar_re, first): New. -+ (start_structs_test): Import global anychar_re and first. -+ New gdb_test call "set print elements 300; ${testfile}" -+ (start_structs_test <$first>): New block. -+ (any): Import global anychar_re. New variable ac. Use ${ac}. -+ -+2009-12-21 Jan Kratochvil -+ -+ * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200. -+ - 2009-09-29 Jan Kratochvil - - * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ... ---- a/gdb/testsuite/gdb.base/bigcore.exp -+++ b/gdb/testsuite/gdb.base/bigcore.exp -@@ -96,7 +96,7 @@ proc extract_heap { dir } { - } - -re " = \\(struct list \\*\\) (0x\[0-9a-f\]*).*$gdb_prompt $" { - set heap [concat $heap $expect_out(1,string)] -- if { $lim >= 50 } { -+ if { $lim >= 200 } { - pass "$test (stop at $lim)" - } else { - incr lim ---- a/gdb/testsuite/gdb.base/foll-fork.c -+++ b/gdb/testsuite/gdb.base/foll-fork.c -@@ -9,7 +9,8 @@ void callee (i) - int i; - #endif - { -- printf("callee: %d\n", i); -+ /* Any output corrupts GDB CLI expect strings. -+ printf("callee: %d\n", i); */ - } - - #ifdef PROTOTYPES ---- a/gdb/testsuite/gdb.base/foll-fork.exp -+++ b/gdb/testsuite/gdb.base/foll-fork.exp -@@ -240,7 +240,8 @@ proc catch_fork_unpatch_child {} { - # Delete all breakpoints and catchpoints. - delete_breakpoints - -- gdb_test "break $bp_exit" \ -+ # Force $srcfile as the current GDB source can be in glibc sourcetree. -+ gdb_test "break $srcfile:$bp_exit" \ - "Breakpoint .*file .*$srcfile, line .*" \ - "unpatch child, breakpoint at exit call" - ---- a/gdb/testsuite/gdb.base/structs.c -+++ b/gdb/testsuite/gdb.base/structs.c -@@ -396,6 +396,8 @@ zed () - L18.r = 'Z'; - } - -+static struct { char c; } chartest[256]; -+ - int main() - { - #ifdef usestubs -@@ -404,6 +406,10 @@ int main() - #endif - int i; - -+ for (i = 0; i < 256; i++) -+ chartest[i].c = i; -+ chartest[0].c = 0; /* chartest-done */ -+ - Fun1(foo1); - Fun2(foo2); - Fun3(foo3); ---- a/gdb/testsuite/gdb.base/structs.exp -+++ b/gdb/testsuite/gdb.base/structs.exp -@@ -36,6 +36,9 @@ set testfile "structs" - set srcfile ${testfile}.c - set binfile ${objdir}/${subdir}/${testfile} - -+# Regex matching any value of `char' type like: a = 65 'A' -+set anychar_re {-?[0-9]{1,3} '(.|\\([0-7]{3}|[a-z]|\\|'))'} -+ - # Create and source the file that provides information about the - # compiler used to compile the test case. - -@@ -48,6 +51,7 @@ if [get_compiler_info ${binfile}] { - # the last TYPES field). Run the compmiled program up to "main". - # Also updates the global "testfile" to reflect the most recent build. - -+set first 1 - proc start_structs_test { types } { - global testfile - global srcfile -@@ -56,6 +60,8 @@ proc start_structs_test { types } { - global subdir - global srcdir - global gdb_prompt -+ global anychar_re -+ global first - - # Create the additional flags - set flags "debug" -@@ -91,6 +97,8 @@ proc start_structs_test { types } { - "set print address off; ${testfile}" - gdb_test "set width 0" "" \ - "set width 0; ${testfile}" -+ gdb_test "set print elements 300" "" \ -+ "set print elements 300; ${testfile}" - - # Advance to main - if { ![runto_main] } then { -@@ -100,6 +108,16 @@ proc start_structs_test { types } { - # Get the debug format - get_debug_format - -+ # Limit the slow $anychar_re{256} matching for better performance. -+ if $first { -+ set first 0 -+ -+ # Verify $anychar_re can match all the values of `char' type. -+ gdb_breakpoint [gdb_get_line_number "chartest-done"] -+ gdb_continue_to_breakpoint "chartest-done" ".*chartest-done.*" -+ gdb_test "p chartest" "= {({c = ${anychar_re}}, ){255}{c = ${anychar_re}}}" -+ } -+ - # check that at the struct containing all the relevant types is correct - set foo_t "type = struct struct[llength ${types}] \{" - for {set n 0} {$n<[llength ${types}]} {incr n} { -@@ -161,26 +179,28 @@ proc zed { n } { - } - - proc any { n } { -- return [lindex { -- "{}" -- "{a = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*, f = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*, f = \[^,\}\]*, g = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*, f = \[^,\}\]*, g = \[^,\}\]*, h = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*, f = \[^,\}\]*, g = \[^,\}\]*, h = \[^,\}\]*, i = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*, f = \[^,\}\]*, g = \[^,\}\]*, h = \[^,\}\]*, i = \[^,\}\]*, j = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*, f = \[^,\}\]*, g = \[^,\}\]*, h = \[^,\}\]*, i = \[^,\}\]*, j = \[^,\}\]*, k = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*, f = \[^,\}\]*, g = \[^,\}\]*, h = \[^,\}\]*, i = \[^,\}\]*, j = \[^,\}\]*, k = \[^,\}\]*, l = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*, f = \[^,\}\]*, g = \[^,\}\]*, h = \[^,\}\]*, i = \[^,\}\]*, j = \[^,\}\]*, k = \[^,\}\]*, l = \[^,\}\]*, m = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*, f = \[^,\}\]*, g = \[^,\}\]*, h = \[^,\}\]*, i = \[^,\}\]*, j = \[^,\}\]*, k = \[^,\}\]*, l = \[^,\}\]*, m = \[^,\}\]*, n = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*, f = \[^,\}\]*, g = \[^,\}\]*, h = \[^,\}\]*, i = \[^,\}\]*, j = \[^,\}\]*, k = \[^,\}\]*, l = \[^,\}\]*, m = \[^,\}\]*, n = \[^,\}\]*, o = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*, f = \[^,\}\]*, g = \[^,\}\]*, h = \[^,\}\]*, i = \[^,\}\]*, j = \[^,\}\]*, k = \[^,\}\]*, l = \[^,\}\]*, m = \[^,\}\]*, n = \[^,\}\]*, o = \[^,\}\]*, p = \[^,\}\]*}" -- "{a = \[^,\}\]*, b = \[^,\}\]*, c = \[^,\}\]*, d = \[^,\}\]*, e = \[^,\}\]*, f = \[^,\}\]*, g = \[^,\}\]*, h = \[^,\}\]*, i = \[^,\}\]*, j = \[^,\}\]*, k = \[^,\}\]*, l = \[^,\}\]*, m = \[^,\}\]*, n = \[^,\}\]*, o = \[^,\}\]*, p = \[^,\}\]*, q = \[^,\}\]*}" -- } $n] -+ global anychar_re -+ set ac $anychar_re -+ return [lindex [list \ -+ "{}" \ -+ "{a = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}, f = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}, f = ${ac}, g = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}, f = ${ac}, g = ${ac}, h = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}, f = ${ac}, g = ${ac}, h = ${ac}, i = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}, f = ${ac}, g = ${ac}, h = ${ac}, i = ${ac}, j = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}, f = ${ac}, g = ${ac}, h = ${ac}, i = ${ac}, j = ${ac}, k = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}, f = ${ac}, g = ${ac}, h = ${ac}, i = ${ac}, j = ${ac}, k = ${ac}, l = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}, f = ${ac}, g = ${ac}, h = ${ac}, i = ${ac}, j = ${ac}, k = ${ac}, l = ${ac}, m = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}, f = ${ac}, g = ${ac}, h = ${ac}, i = ${ac}, j = ${ac}, k = ${ac}, l = ${ac}, m = ${ac}, n = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}, f = ${ac}, g = ${ac}, h = ${ac}, i = ${ac}, j = ${ac}, k = ${ac}, l = ${ac}, m = ${ac}, n = ${ac}, o = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}, f = ${ac}, g = ${ac}, h = ${ac}, i = ${ac}, j = ${ac}, k = ${ac}, l = ${ac}, m = ${ac}, n = ${ac}, o = ${ac}, p = ${ac}}" \ -+ "{a = ${ac}, b = ${ac}, c = ${ac}, d = ${ac}, e = ${ac}, f = ${ac}, g = ${ac}, h = ${ac}, i = ${ac}, j = ${ac}, k = ${ac}, l = ${ac}, m = ${ac}, n = ${ac}, o = ${ac}, p = ${ac}, q = ${ac}}" \ -+ ] $n] - } - - # Given N (0..25), return the corresponding alphabetic letter in lower -### a/gdb/version.in -### b/gdb/version.in -## -1 +1 @@ --7.0 -+7.0.0.20091221-cvs Index: gdb.spec =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb.spec,v retrieving revision 1.409 retrieving revision 1.410 diff -u -p -r1.409 -r1.410 --- gdb.spec 1 Jan 2010 15:15:34 -0000 1.409 +++ gdb.spec 1 Jan 2010 19:07:41 -0000 1.410 @@ -32,7 +32,7 @@ Name: gdb%{?_with_debug:-debug} # Set version to contents of gdb/version.in. # NOTE: the FSF gdb versions are numbered N.M for official releases, like 6.3 # and, since January 2005, X.Y.Z.date for daily snapshots, like 6.3.50.20050112 # (daily snapshot from mailine), or 6.3.0.20040112 (head of the release branch). -Version: 7.0 +Version: 7.0.1 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. @@ -428,6 +428,9 @@ Patch397: gdb-follow-child-stale-parent. # testsuite: Fix false MI "unknown output after running" regression. Patch398: gdb-testsuite-unknown-output.patch +# Fix regression of gdb-7.0.1 not preserving typedef of a field. +Patch399: gdb-field-check_typedef-revert.patch + BuildRequires: ncurses-devel texinfo gettext flex bison expat-devel Requires: readline BuildRequires: readline-devel @@ -677,6 +680,7 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc %patch396 -p1 %patch397 -p1 %patch398 -p1 +%patch399 -p1 find -name "*.orig" | xargs rm -f ! find -name "*.rej" # Should not happen. @@ -994,6 +998,10 @@ fi %endif %changelog +* Fri Jan 1 2010 Jan Kratochvil - 7.0.1-17.fc12 +- Formal upgrade to the FSF GDB release gdb-7.0.1. + - Fix regression of gdb-7.0.1 not preserving typedef of a field. + * Fri Jan 1 2010 Jan Kratochvil - 7.0-16.fc12 - More RHEL-5 compatibility updates. - Disable the build-id support by default. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/sources,v retrieving revision 1.43 retrieving revision 1.44 diff -u -p -r1.43 -r1.44 --- sources 23 Oct 2009 20:05:50 -0000 1.43 +++ sources 1 Jan 2010 19:07:41 -0000 1.44 @@ -1,2 +1,2 @@ -3386a7b69c010785c920ffc1e9cb890a gdb-7.0.tar.bz2 +53ebade39bfdc1d06744e5188b6438b1 gdb-7.0.1.tar.bz2 7507540c50a1edeb2fc22a37bc4a08b8 libstdc++-v3-python-r151798.tar.bz2 From trasher at fedoraproject.org Fri Jan 1 19:24:35 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 19:24:35 +0000 (UTC) Subject: File eric4-4.3.10.tar.gz uploaded to lookaside cache by trasher Message-ID: <20100101192435.7C4BB10F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for eric: 946cab99f7ac86f50d8c811887bd1da0 eric4-4.3.10.tar.gz From trasher at fedoraproject.org Fri Jan 1 19:24:42 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 19:24:42 +0000 (UTC) Subject: File eric4-i18n-cs-4.3.10.tar.gz uploaded to lookaside cache by trasher Message-ID: <20100101192442.1C45B10F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for eric: 2c47a484488ce2b1c8b410b5130145f8 eric4-i18n-cs-4.3.10.tar.gz From trasher at fedoraproject.org Fri Jan 1 19:24:48 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 19:24:48 +0000 (UTC) Subject: File eric4-i18n-de-4.3.10.tar.gz uploaded to lookaside cache by trasher Message-ID: <20100101192448.A4DBD10F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for eric: cbc48d00b8a7277fc66fdbe9d658dc5b eric4-i18n-de-4.3.10.tar.gz From trasher at fedoraproject.org Fri Jan 1 19:24:55 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 19:24:55 +0000 (UTC) Subject: File eric4-i18n-es-4.3.10.tar.gz uploaded to lookaside cache by trasher Message-ID: <20100101192455.2DAF110F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for eric: d7257a4a3eff3aba4f914445c183189d eric4-i18n-es-4.3.10.tar.gz From trasher at fedoraproject.org Fri Jan 1 19:25:01 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 19:25:01 +0000 (UTC) Subject: File eric4-i18n-fr-4.3.10.tar.gz uploaded to lookaside cache by trasher Message-ID: <20100101192501.BA11310F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for eric: a840a2f7b1277645439e86488e80ff34 eric4-i18n-fr-4.3.10.tar.gz From trasher at fedoraproject.org Fri Jan 1 19:25:08 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 19:25:08 +0000 (UTC) Subject: File eric4-i18n-ru-4.3.10.tar.gz uploaded to lookaside cache by trasher Message-ID: <20100101192508.6C21D10F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for eric: 63cdf3457e9a856f725e99a5c431b10b eric4-i18n-ru-4.3.10.tar.gz From trasher at fedoraproject.org Fri Jan 1 19:25:14 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 19:25:14 +0000 (UTC) Subject: File eric4-i18n-tr-4.3.10.tar.gz uploaded to lookaside cache by trasher Message-ID: <20100101192514.9581F10F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for eric: b9ceb788f997191cd158331b31851ee7 eric4-i18n-tr-4.3.10.tar.gz From trasher at fedoraproject.org Fri Jan 1 19:25:20 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 19:25:20 +0000 (UTC) Subject: File eric4-i18n-zh_CN.GB2312-4.3.10.tar.gz uploaded to lookaside cache by trasher Message-ID: <20100101192520.C659710F80B@bastion.fedoraproject.org> A file has been added to the lookaside cache for eric: 901772483f51c1ac7f57ae232cd94b3c eric4-i18n-zh_CN.GB2312-4.3.10.tar.gz From trasher at fedoraproject.org Fri Jan 1 19:36:21 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 19:36:21 +0000 (UTC) Subject: rpms/eric/devel .cvsignore, 1.21, 1.22 eric.spec, 1.52, 1.53 sources, 1.26, 1.27 Message-ID: <20100101193621.4EECC11C008D@cvs1.fedora.phx.redhat.com> Author: trasher Update of /cvs/pkgs/rpms/eric/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12759 Modified Files: .cvsignore eric.spec sources Log Message: New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eric/devel/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- .cvsignore 9 Nov 2009 19:03:13 -0000 1.21 +++ .cvsignore 1 Jan 2010 19:36:20 -0000 1.22 @@ -1,8 +1,8 @@ -eric4-4.3.9.tar.gz -eric4-i18n-cs-4.3.9.tar.gz -eric4-i18n-de-4.3.9.tar.gz -eric4-i18n-es-4.3.9.tar.gz -eric4-i18n-fr-4.3.9.tar.gz -eric4-i18n-ru-4.3.9.tar.gz -eric4-i18n-tr-4.3.9.tar.gz -eric4-i18n-zh_CN.GB2312-4.3.9.tar.gz +eric4-4.3.10.tar.gz +eric4-i18n-cs-4.3.10.tar.gz +eric4-i18n-de-4.3.10.tar.gz +eric4-i18n-es-4.3.10.tar.gz +eric4-i18n-fr-4.3.10.tar.gz +eric4-i18n-ru-4.3.10.tar.gz +eric4-i18n-tr-4.3.10.tar.gz +eric4-i18n-zh_CN.GB2312-4.3.10.tar.gz Index: eric.spec =================================================================== RCS file: /cvs/pkgs/rpms/eric/devel/eric.spec,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- eric.spec 9 Nov 2009 19:03:13 -0000 1.52 +++ eric.spec 1 Jan 2010 19:36:20 -0000 1.53 @@ -7,7 +7,7 @@ Name: eric Summary: Python IDE -Version: 4.3.9 +Version: 4.3.10 Release: 1%{?dist} License: GPL+ @@ -152,6 +152,9 @@ rm -rf %{buildroot} %{_libdir}/qt4/qsci/api/ruby/*.api %changelog +* Fri Jan 01 2010 Johan Cwiklinski 4.3.10-1 +- 4.3.10 + * Mon Nov 09 2009 Johan Cwiklinski 4.3.9-1 - 4.3.9 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eric/devel/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- sources 9 Nov 2009 19:03:13 -0000 1.26 +++ sources 1 Jan 2010 19:36:21 -0000 1.27 @@ -1,8 +1,8 @@ -5bb853cb716df0c2c4e416799169277f eric4-4.3.9.tar.gz -3ba1f43628de5213f4c330dd57dc1205 eric4-i18n-cs-4.3.9.tar.gz -b08f3da669bffd9cca27a0cf0fad0188 eric4-i18n-de-4.3.9.tar.gz -028626d12ec1e175d45be2364bc7b2a0 eric4-i18n-es-4.3.9.tar.gz -8f49b9d04b7e3e1300355b4c3ea12413 eric4-i18n-fr-4.3.9.tar.gz -86eedd827004022e4e5437457252c819 eric4-i18n-ru-4.3.9.tar.gz -ab6bc4a88635f17034f43c343a5a119a eric4-i18n-tr-4.3.9.tar.gz -aaf18fbf4b2a0efdc56e68728c4bdf35 eric4-i18n-zh_CN.GB2312-4.3.9.tar.gz +946cab99f7ac86f50d8c811887bd1da0 eric4-4.3.10.tar.gz +2c47a484488ce2b1c8b410b5130145f8 eric4-i18n-cs-4.3.10.tar.gz +cbc48d00b8a7277fc66fdbe9d658dc5b eric4-i18n-de-4.3.10.tar.gz +d7257a4a3eff3aba4f914445c183189d eric4-i18n-es-4.3.10.tar.gz +a840a2f7b1277645439e86488e80ff34 eric4-i18n-fr-4.3.10.tar.gz +63cdf3457e9a856f725e99a5c431b10b eric4-i18n-ru-4.3.10.tar.gz +b9ceb788f997191cd158331b31851ee7 eric4-i18n-tr-4.3.10.tar.gz +901772483f51c1ac7f57ae232cd94b3c eric4-i18n-zh_CN.GB2312-4.3.10.tar.gz From trasher at fedoraproject.org Fri Jan 1 19:56:56 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 19:56:56 +0000 (UTC) Subject: rpms/eric/F-12 .cvsignore, 1.21, 1.22 eric.spec, 1.51, 1.52 sources, 1.26, 1.27 Message-ID: <20100101195656.F127711C008D@cvs1.fedora.phx.redhat.com> Author: trasher Update of /cvs/pkgs/rpms/eric/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16265 Modified Files: .cvsignore eric.spec sources Log Message: New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eric/F-12/.cvsignore,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- .cvsignore 9 Nov 2009 20:28:08 -0000 1.21 +++ .cvsignore 1 Jan 2010 19:56:56 -0000 1.22 @@ -1,8 +1,8 @@ -eric4-4.3.9.tar.gz -eric4-i18n-cs-4.3.9.tar.gz -eric4-i18n-de-4.3.9.tar.gz -eric4-i18n-es-4.3.9.tar.gz -eric4-i18n-fr-4.3.9.tar.gz -eric4-i18n-ru-4.3.9.tar.gz -eric4-i18n-tr-4.3.9.tar.gz -eric4-i18n-zh_CN.GB2312-4.3.9.tar.gz +eric4-4.3.10.tar.gz +eric4-i18n-cs-4.3.10.tar.gz +eric4-i18n-de-4.3.10.tar.gz +eric4-i18n-es-4.3.10.tar.gz +eric4-i18n-fr-4.3.10.tar.gz +eric4-i18n-ru-4.3.10.tar.gz +eric4-i18n-tr-4.3.10.tar.gz +eric4-i18n-zh_CN.GB2312-4.3.10.tar.gz Index: eric.spec =================================================================== RCS file: /cvs/pkgs/rpms/eric/F-12/eric.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -p -r1.51 -r1.52 --- eric.spec 9 Nov 2009 20:28:08 -0000 1.51 +++ eric.spec 1 Jan 2010 19:56:56 -0000 1.52 @@ -7,7 +7,7 @@ Name: eric Summary: Python IDE -Version: 4.3.9 +Version: 4.3.10 Release: 1%{?dist} License: GPL+ @@ -152,6 +152,9 @@ rm -rf %{buildroot} %{_libdir}/qt4/qsci/api/ruby/*.api %changelog +* Fri Jan 01 2010 Johan Cwiklinski 4.3.10-1 +- 4.3.10 + * Mon Nov 09 2009 Johan Cwiklinski 4.3.9-1 - 4.3.9 - eric:desktop : drop deprecated Application category (#487800) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eric/F-12/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- sources 9 Nov 2009 20:28:08 -0000 1.26 +++ sources 1 Jan 2010 19:56:56 -0000 1.27 @@ -1,8 +1,8 @@ -5bb853cb716df0c2c4e416799169277f eric4-4.3.9.tar.gz -3ba1f43628de5213f4c330dd57dc1205 eric4-i18n-cs-4.3.9.tar.gz -b08f3da669bffd9cca27a0cf0fad0188 eric4-i18n-de-4.3.9.tar.gz -028626d12ec1e175d45be2364bc7b2a0 eric4-i18n-es-4.3.9.tar.gz -8f49b9d04b7e3e1300355b4c3ea12413 eric4-i18n-fr-4.3.9.tar.gz -86eedd827004022e4e5437457252c819 eric4-i18n-ru-4.3.9.tar.gz -ab6bc4a88635f17034f43c343a5a119a eric4-i18n-tr-4.3.9.tar.gz -aaf18fbf4b2a0efdc56e68728c4bdf35 eric4-i18n-zh_CN.GB2312-4.3.9.tar.gz +946cab99f7ac86f50d8c811887bd1da0 eric4-4.3.10.tar.gz +2c47a484488ce2b1c8b410b5130145f8 eric4-i18n-cs-4.3.10.tar.gz +cbc48d00b8a7277fc66fdbe9d658dc5b eric4-i18n-de-4.3.10.tar.gz +d7257a4a3eff3aba4f914445c183189d eric4-i18n-es-4.3.10.tar.gz +a840a2f7b1277645439e86488e80ff34 eric4-i18n-fr-4.3.10.tar.gz +63cdf3457e9a856f725e99a5c431b10b eric4-i18n-ru-4.3.10.tar.gz +b9ceb788f997191cd158331b31851ee7 eric4-i18n-tr-4.3.10.tar.gz +901772483f51c1ac7f57ae232cd94b3c eric4-i18n-zh_CN.GB2312-4.3.10.tar.gz From trasher at fedoraproject.org Fri Jan 1 19:58:12 2010 From: trasher at fedoraproject.org (Johan Cwiklinski) Date: Fri, 1 Jan 2010 19:58:12 +0000 (UTC) Subject: rpms/eric/F-11 .cvsignore, 1.19, 1.20 eric.spec, 1.48, 1.49 sources, 1.26, 1.27 Message-ID: <20100101195812.7888711C008D@cvs1.fedora.phx.redhat.com> Author: trasher Update of /cvs/pkgs/rpms/eric/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16582 Modified Files: .cvsignore eric.spec sources Log Message: New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/eric/F-11/.cvsignore,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- .cvsignore 9 Nov 2009 20:29:24 -0000 1.19 +++ .cvsignore 1 Jan 2010 19:58:12 -0000 1.20 @@ -1,8 +1,8 @@ -eric4-4.3.9.tar.gz -eric4-i18n-cs-4.3.9.tar.gz -eric4-i18n-de-4.3.9.tar.gz -eric4-i18n-es-4.3.9.tar.gz -eric4-i18n-fr-4.3.9.tar.gz -eric4-i18n-ru-4.3.9.tar.gz -eric4-i18n-tr-4.3.9.tar.gz -eric4-i18n-zh_CN.GB2312-4.3.9.tar.gz +eric4-4.3.10.tar.gz +eric4-i18n-cs-4.3.10.tar.gz +eric4-i18n-de-4.3.10.tar.gz +eric4-i18n-es-4.3.10.tar.gz +eric4-i18n-fr-4.3.10.tar.gz +eric4-i18n-ru-4.3.10.tar.gz +eric4-i18n-tr-4.3.10.tar.gz +eric4-i18n-zh_CN.GB2312-4.3.10.tar.gz Index: eric.spec =================================================================== RCS file: /cvs/pkgs/rpms/eric/F-11/eric.spec,v retrieving revision 1.48 retrieving revision 1.49 diff -u -p -r1.48 -r1.49 --- eric.spec 9 Nov 2009 20:29:24 -0000 1.48 +++ eric.spec 1 Jan 2010 19:58:12 -0000 1.49 @@ -7,7 +7,7 @@ Name: eric Summary: Python IDE -Version: 4.3.9 +Version: 4.3.10 Release: 1%{?dist} License: GPL+ @@ -152,6 +152,9 @@ rm -rf %{buildroot} %{_libdir}/qt4/qsci/api/ruby/*.api %changelog +* Fri Jan 01 2010 Johan Cwiklinski 4.3.10-1 +- 4.3.10 + * Mon Nov 09 2009 Johan Cwiklinski 4.3.9-1 - 4.3.9 - eric:desktop : drop deprecated Application category (#487800) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/eric/F-11/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- sources 9 Nov 2009 20:29:24 -0000 1.26 +++ sources 1 Jan 2010 19:58:12 -0000 1.27 @@ -1,8 +1,8 @@ -5bb853cb716df0c2c4e416799169277f eric4-4.3.9.tar.gz -3ba1f43628de5213f4c330dd57dc1205 eric4-i18n-cs-4.3.9.tar.gz -b08f3da669bffd9cca27a0cf0fad0188 eric4-i18n-de-4.3.9.tar.gz -028626d12ec1e175d45be2364bc7b2a0 eric4-i18n-es-4.3.9.tar.gz -8f49b9d04b7e3e1300355b4c3ea12413 eric4-i18n-fr-4.3.9.tar.gz -86eedd827004022e4e5437457252c819 eric4-i18n-ru-4.3.9.tar.gz -ab6bc4a88635f17034f43c343a5a119a eric4-i18n-tr-4.3.9.tar.gz -aaf18fbf4b2a0efdc56e68728c4bdf35 eric4-i18n-zh_CN.GB2312-4.3.9.tar.gz +946cab99f7ac86f50d8c811887bd1da0 eric4-4.3.10.tar.gz +2c47a484488ce2b1c8b410b5130145f8 eric4-i18n-cs-4.3.10.tar.gz +cbc48d00b8a7277fc66fdbe9d658dc5b eric4-i18n-de-4.3.10.tar.gz +d7257a4a3eff3aba4f914445c183189d eric4-i18n-es-4.3.10.tar.gz +a840a2f7b1277645439e86488e80ff34 eric4-i18n-fr-4.3.10.tar.gz +63cdf3457e9a856f725e99a5c431b10b eric4-i18n-ru-4.3.10.tar.gz +b9ceb788f997191cd158331b31851ee7 eric4-i18n-tr-4.3.10.tar.gz +901772483f51c1ac7f57ae232cd94b3c eric4-i18n-zh_CN.GB2312-4.3.10.tar.gz From hoangelos at fedoraproject.org Fri Jan 1 20:11:19 2010 From: hoangelos at fedoraproject.org (Peter Halliday) Date: Fri, 1 Jan 2010 20:11:19 +0000 (UTC) Subject: rpms/python-pip/devel python-pip.spec,1.3,1.4 Message-ID: <20100101201119.8792711C008D@cvs1.fedora.phx.redhat.com> Author: hoangelos Update of /cvs/pkgs/rpms/python-pip/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18703 Modified Files: python-pip.spec Log Message: fixing dependency issues Index: python-pip.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-pip/devel/python-pip.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- python-pip.spec 18 Dec 2009 13:45:01 -0000 1.3 +++ python-pip.spec 1 Jan 2010 20:11:19 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pip installs packages. Python packages. An easy_install replacement Group: Development/Libraries @@ -16,6 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools-devel +Requires: python-setuptools %description @@ -47,6 +48,8 @@ pip is meant to improve on easy_install. %{python_sitelib}/pip* %changelog +* Fri Jan 1 2010 Peter Halliday - 0.6.1.4 +- fix dependency issue * Tue Dec 18 2009 Peter Halliday - 0.6.1-2 - fix spec file * Mon Dec 17 2009 Peter Halliday - 0.6.1-1 From mso at fedoraproject.org Fri Jan 1 20:11:54 2010 From: mso at fedoraproject.org (Martin Sourada) Date: Fri, 1 Jan 2010 20:11:54 +0000 (UTC) Subject: File gxine-0.5.905.tar.bz2 uploaded to lookaside cache by mso Message-ID: <20100101201154.5D16F10F865@bastion.fedoraproject.org> A file has been added to the lookaside cache for gxine: 3c9092f1c5c8dc85e95ca327cdcc77af gxine-0.5.905.tar.bz2 From mso at fedoraproject.org Fri Jan 1 20:12:31 2010 From: mso at fedoraproject.org (Martin Sourada) Date: Fri, 1 Jan 2010 20:12:31 +0000 (UTC) Subject: rpms/gxine/devel gxine-0.5.905-desktop.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 gxine.spec, 1.30, 1.31 sources, 1.5, 1.6 Message-ID: <20100101201231.4A83E11C008D@cvs1.fedora.phx.redhat.com> Author: mso Update of /cvs/pkgs/rpms/gxine/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18969 Modified Files: .cvsignore gxine.spec sources Added Files: gxine-0.5.905-desktop.patch Log Message: New release. gxine-0.5.905-desktop.patch: Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE gxine-0.5.905-desktop.patch --- diff -up gxine-0.5.905/Makefile.in.desktop gxine-0.5.905/Makefile.in --- gxine-0.5.905/Makefile.in.desktop 2010-01-01 20:53:14.000000000 +0100 +++ gxine-0.5.905/Makefile.in 2010-01-01 20:53:23.000000000 +0100 @@ -887,7 +887,7 @@ translator: dist-pre $(MAKE) -C $(top_builddir)/misc/po update-po @XINE_LIST_TRUE at gxine.desktop: gxine.desktop.in @XINE_LIST@ - at XINE_LIST_TRUE@ exec > $@; $(XINE_MIME_PROCESS) $<; @XINE_LIST@; cat $(srcdir)/mime.extra + at XINE_LIST_TRUE@ exec > $@; $(XINE_MIME_PROCESS) $<; @XINE_LIST@; cat $(srcdir)/mime.extra | awk 'BEGIN { s = "%s;" } { printf s, $$1; s = "%s;" }' @XINE_LIST_FALSE at gxine.desktop: gxine.desktop.in $(MIME) @XINE_LIST_FALSE@ exec > $@; \ @XINE_LIST_FALSE@ $(XINE_MIME_PROCESS) $<; \ Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gxine/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 25 Oct 2009 19:26:22 -0000 1.5 +++ .cvsignore 1 Jan 2010 20:12:31 -0000 1.6 @@ -1 +1 @@ -gxine-0.5.904.tar.bz2 +gxine-0.5.905.tar.bz2 Index: gxine.spec =================================================================== RCS file: /cvs/pkgs/rpms/gxine/devel/gxine.spec,v retrieving revision 1.30 retrieving revision 1.31 diff -u -p -r1.30 -r1.31 --- gxine.spec 25 Oct 2009 19:26:22 -0000 1.30 +++ gxine.spec 1 Jan 2010 20:12:31 -0000 1.31 @@ -1,5 +1,5 @@ Name: gxine -Version: 0.5.904 +Version: 0.5.905 Release: 1%{?dist} Summary: GTK frontend for the xine multimedia library @@ -62,7 +62,7 @@ This plugin allows gxine to be embedded %configure --with-dbus --with-hal --with-logo-format=image \ --with-browser-plugin --disable-integration-wizard \ --enable-watchdog --disable-own-playlist-parsers \ - --disable-deprecated --disable-lirc + --disable-deprecated make %{?_smp_mflags} @@ -124,6 +124,11 @@ touch --no-create %{_datadir}/icons/hico %{_libdir}/mozilla/plugins/gxineplugin.so %changelog +* Fri Jan 01 2010 Martin Sourada - 0.5.905-1 +- 0.5.905 +- Should fix sigsegv on exit +- Reenable lirc support (detection fixed upstream) + * Sun Oct 25 2009 Martin Sourada - 0.5.904-1 - 0.5.904 - Disable lirc support (./configure does not find fedora's lirc) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gxine/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 25 Oct 2009 19:26:22 -0000 1.5 +++ sources 1 Jan 2010 20:12:31 -0000 1.6 @@ -1 +1 @@ -00b10fac6ddfc211a8ef217174feb09b gxine-0.5.904.tar.bz2 +3c9092f1c5c8dc85e95ca327cdcc77af gxine-0.5.905.tar.bz2 From hoangelos at fedoraproject.org Fri Jan 1 20:16:15 2010 From: hoangelos at fedoraproject.org (Peter Halliday) Date: Fri, 1 Jan 2010 20:16:15 +0000 (UTC) Subject: rpms/python-pip/F-11 python-pip.spec,1.6,1.7 Message-ID: <20100101201615.363A711C008D@cvs1.fedora.phx.redhat.com> Author: hoangelos Update of /cvs/pkgs/rpms/python-pip/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19640 Modified Files: python-pip.spec Log Message: fixing dependency issues Index: python-pip.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-pip/F-11/python-pip.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- python-pip.spec 18 Dec 2009 13:30:59 -0000 1.6 +++ python-pip.spec 1 Jan 2010 20:16:14 -0000 1.7 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pip installs packages. Python packages. An easy_install replacement Group: Development/Libraries @@ -16,6 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools-devel +Requires: python-setuptools %description @@ -47,6 +48,8 @@ pip is meant to improve on easy_install. %{python_sitelib}/pip* %changelog +* Fri Jan 1 2010 Peter Halliday - 0.6.1.4 +- fix dependency issue * Tue Dec 18 2009 Peter Halliday - 0.6.1-2 - fix spec file * Mon Dec 17 2009 Peter Halliday - 0.6.1-1 From mso at fedoraproject.org Fri Jan 1 20:23:33 2010 From: mso at fedoraproject.org (Martin Sourada) Date: Fri, 1 Jan 2010 20:23:33 +0000 (UTC) Subject: rpms/gxine/devel gxine-0.5.905-lirc.patch, NONE, 1.1 gxine.spec, 1.31, 1.32 gxine-0.5.11-keep-wnd-state.patch, 1.1, NONE gxine-0.5.11-xine-version-check.patch, 1.1, NONE gxine-0.5.8-lirc.patch, 1.1, NONE Message-ID: <20100101202333.2300811C008D@cvs1.fedora.phx.redhat.com> Author: mso Update of /cvs/pkgs/rpms/gxine/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20703 Modified Files: gxine.spec Added Files: gxine-0.5.905-lirc.patch Removed Files: gxine-0.5.11-keep-wnd-state.patch gxine-0.5.11-xine-version-check.patch gxine-0.5.8-lirc.patch Log Message: remove some old crust, regenerate lirc patch. gxine-0.5.905-lirc.patch: configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- NEW FILE gxine-0.5.905-lirc.patch --- diff -up gxine-0.5.905/configure.lirc gxine-0.5.905/configure --- gxine-0.5.905/configure.lirc 2010-01-01 21:17:59.000000000 +0100 +++ gxine-0.5.905/configure 2010-01-01 21:18:40.000000000 +0100 @@ -17178,10 +17178,10 @@ fi if test "$have_lirc" = "yes"; then if test x"$LIRC_PREFIX" != "x"; then - lirc_libprefix="$LIRC_PREFIX/lib" + lirc_libprefix="$LIRC_PREFIX/${libdir}" LIRC_INCLUDE="-I$LIRC_PREFIX/include" fi - for llirc in $lirc_libprefix /lib /usr/lib /usr/local/lib; do + for llirc in $lirc_libprefix ${libdir}; do as_ac_File=`$as_echo "ac_cv_file_"$llirc/liblirc_client.so"" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"$llirc/liblirc_client.so\"" >&5 $as_echo_n "checking for \"$llirc/liblirc_client.so\"... " >&6; } Index: gxine.spec =================================================================== RCS file: /cvs/pkgs/rpms/gxine/devel/gxine.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- gxine.spec 1 Jan 2010 20:12:31 -0000 1.31 +++ gxine.spec 1 Jan 2010 20:23:32 -0000 1.32 @@ -9,10 +9,10 @@ URL: http://xinehq.de/ Source0: http://superb-west.dl.sourceforge.net/sourceforge/xine/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -#Patch0: gxine-0.5.8-lirc.patch -#Patch1: gxine-0.5.11-keep-wnd-state.patch -#Patch2: gxine-0.5.11-xine-version-check.patch -Patch3: gxine-0.5.902-non-separate-toolbar.patch +Patch1: gxine-0.5.902-non-separate-toolbar.patch +Patch2: gxine-0.5.905-desktop.patch +# some multilib issues +Patch3: gxine-0.5.905-lirc.patch BuildRequires: gecko-devel BuildRequires: desktop-file-utils @@ -25,7 +25,7 @@ BuildRequires: dbus-glib-devel # for hal support BuildRequires: hal-devel # for LIRC support (not available only for fedora) -#BuildRequires: lirc-devel +BuildRequires: lirc-devel # for XTest support BuildRequires: libXtst-devel # for mozplugin @@ -50,10 +50,9 @@ This plugin allows gxine to be embedded %prep %setup -q -#%patch0 -p1 -b .lirc -#%patch1 -p1 -b .keep-wnd-state -#%patch2 -p1 -b .xine-version-check -%patch3 -p1 -b .non-separate-toolbar +%patch1 -p1 -b .non-separate-toolbar +%patch2 -p1 -b .desktop +%patch2 -p1 -b .lirc %{__sed} -i 's/Name=gxine/Name=GXine Video Player/' gxine.desktop.in %{__sed} -i 's/Exec=gxine/Exec=gxine %U/' gxine.desktop.in @@ -77,12 +76,8 @@ make install DESTDIR=$RPM_BUILD_ROOT # Move Mozilla plugin mkdir -p %{buildroot}%{_libdir}/mozilla/plugins/ mv %{buildroot}%{_libdir}/gxine/gxineplugin.so %{buildroot}%{_libdir}/mozilla/plugins/ -# Not supported yet - check bz #213041 -%if 0%{?fedora} >= 8 + %find_lang %{name} --all-name -%else -/usr/lib/rpm/find-lang.sh %{buildroot} %{name} --all-name -%endif desktop-file-install --vendor="fedora" --delete-original \ --dir %{buildroot}%{_datadir}/applications \ --- gxine-0.5.11-keep-wnd-state.patch DELETED --- --- gxine-0.5.11-xine-version-check.patch DELETED --- --- gxine-0.5.8-lirc.patch DELETED --- From hoangelos at fedoraproject.org Fri Jan 1 20:23:36 2010 From: hoangelos at fedoraproject.org (Peter Halliday) Date: Fri, 1 Jan 2010 20:23:36 +0000 (UTC) Subject: rpms/python-pip/F-12 python-pip.spec,1.2,1.3 Message-ID: <20100101202336.4018011C008D@cvs1.fedora.phx.redhat.com> Author: hoangelos Update of /cvs/pkgs/rpms/python-pip/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20857 Modified Files: python-pip.spec Log Message: fixing dependency issues Index: python-pip.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-pip/F-12/python-pip.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- python-pip.spec 18 Dec 2009 13:49:14 -0000 1.2 +++ python-pip.spec 1 Jan 2010 20:23:36 -0000 1.3 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pip installs packages. Python packages. An easy_install replacement Group: Development/Libraries @@ -16,6 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools-devel +Requires: python-setuptools %description @@ -47,6 +48,8 @@ pip is meant to improve on easy_install. %{python_sitelib}/pip* %changelog +* Fri Jan 1 2010 Peter Halliday - 0.6.1.4 +- fix dependency issue * Tue Dec 18 2009 Peter Halliday - 0.6.1-2 - fix spec file * Mon Dec 17 2009 Peter Halliday - 0.6.1-1 From mso at fedoraproject.org Fri Jan 1 20:28:02 2010 From: mso at fedoraproject.org (Martin Sourada) Date: Fri, 1 Jan 2010 20:28:02 +0000 (UTC) Subject: rpms/gxine/devel gxine.spec,1.32,1.33 Message-ID: <20100101202802.7D0EB11C008D@cvs1.fedora.phx.redhat.com> Author: mso Update of /cvs/pkgs/rpms/gxine/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21841 Modified Files: gxine.spec Log Message: fix a typo Index: gxine.spec =================================================================== RCS file: /cvs/pkgs/rpms/gxine/devel/gxine.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- gxine.spec 1 Jan 2010 20:23:32 -0000 1.32 +++ gxine.spec 1 Jan 2010 20:28:02 -0000 1.33 @@ -52,7 +52,7 @@ This plugin allows gxine to be embedded %patch1 -p1 -b .non-separate-toolbar %patch2 -p1 -b .desktop -%patch2 -p1 -b .lirc +%patch3 -p1 -b .lirc %{__sed} -i 's/Name=gxine/Name=GXine Video Player/' gxine.desktop.in %{__sed} -i 's/Exec=gxine/Exec=gxine %U/' gxine.desktop.in From hoangelos at fedoraproject.org Fri Jan 1 20:28:49 2010 From: hoangelos at fedoraproject.org (Peter Halliday) Date: Fri, 1 Jan 2010 20:28:49 +0000 (UTC) Subject: rpms/python-pip/EL-4 python-pip.spec,1.2,1.3 Message-ID: <20100101202849.7A9E211C008D@cvs1.fedora.phx.redhat.com> Author: hoangelos Update of /cvs/pkgs/rpms/python-pip/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22055 Modified Files: python-pip.spec Log Message: fixing dependency issues Index: python-pip.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-pip/EL-4/python-pip.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- python-pip.spec 18 Dec 2009 13:50:58 -0000 1.2 +++ python-pip.spec 1 Jan 2010 20:28:49 -0000 1.3 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pip installs packages. Python packages. An easy_install replacement Group: Development/Libraries @@ -16,6 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools-devel +Requires: python-setuptools %description @@ -47,6 +48,8 @@ pip is meant to improve on easy_install. %{python_sitelib}/pip* %changelog +* Fri Jan 1 2010 Peter Halliday - 0.6.1.4 +- fix dependency issue * Tue Dec 18 2009 Peter Halliday - 0.6.1-2 - fix spec file * Mon Dec 17 2009 Peter Halliday - 0.6.1-1 From cwickert at fedoraproject.org Fri Jan 1 20:34:11 2010 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Fri, 1 Jan 2010 20:34:11 +0000 (UTC) Subject: File parcellite-0.9.2.tar.gz uploaded to lookaside cache by cwickert Message-ID: <20100101203411.5CF9010F7E6@bastion.fedoraproject.org> A file has been added to the lookaside cache for parcellite: a650f6fe0fec96827b30ca3218a2b4df parcellite-0.9.2.tar.gz From hoangelos at fedoraproject.org Fri Jan 1 20:34:40 2010 From: hoangelos at fedoraproject.org (Peter Halliday) Date: Fri, 1 Jan 2010 20:34:40 +0000 (UTC) Subject: rpms/python-pip/EL-5 python-pip.spec,1.2,1.3 Message-ID: <20100101203440.A52A511C008D@cvs1.fedora.phx.redhat.com> Author: hoangelos Update of /cvs/pkgs/rpms/python-pip/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22920 Modified Files: python-pip.spec Log Message: fixing dependency issues Index: python-pip.spec =================================================================== RCS file: /cvs/pkgs/rpms/python-pip/EL-5/python-pip.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- python-pip.spec 18 Dec 2009 13:53:25 -0000 1.2 +++ python-pip.spec 1 Jan 2010 20:34:40 -0000 1.3 @@ -4,7 +4,7 @@ Name: python-%{srcname} Version: 0.6.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Pip installs packages. Python packages. An easy_install replacement Group: Development/Libraries @@ -16,6 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools-devel +Requires: python-setuptools %description @@ -47,6 +48,8 @@ pip is meant to improve on easy_install. %{python_sitelib}/pip* %changelog +* Fri Jan 1 2010 Peter Halliday - 0.6.1.4 +- fix dependency issue * Tue Dec 18 2009 Peter Halliday - 0.6.1-2 - fix spec file * Mon Dec 17 2009 Peter Halliday - 0.6.1-1 From ke4qqq at fedoraproject.org Fri Jan 1 20:44:36 2010 From: ke4qqq at fedoraproject.org (David Nalley) Date: Fri, 1 Jan 2010 20:44:36 +0000 (UTC) Subject: rpms/pywbem/devel import.log,1.1,1.2 pywbem.spec,1.2,1.3 Message-ID: <20100101204436.62ACA11C008D@cvs1.fedora.phx.redhat.com> Author: ke4qqq Update of /cvs/pkgs/rpms/pywbem/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24086/devel Modified Files: import.log pywbem.spec Log Message: * Fri Jan 01 2010 David Nalley 0.7.0-3 - refined requires for epel compat Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/pywbem/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- import.log 28 Jun 2009 18:44:22 -0000 1.1 +++ import.log 1 Jan 2010 20:44:36 -0000 1.2 @@ -1 +1,2 @@ pywbem-0_7_0-2_fc11:HEAD:pywbem-0.7.0-2.fc11.src.rpm:1246214462 +pywbem-0_7_0-3_fc12:HEAD:pywbem-0.7.0-3.fc12.src.rpm:1262378585 Index: pywbem.spec =================================================================== RCS file: /cvs/pkgs/rpms/pywbem/devel/pywbem.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- pywbem.spec 27 Jul 2009 01:37:21 -0000 1.2 +++ pywbem.spec 1 Jan 2010 20:44:36 -0000 1.3 @@ -10,7 +10,8 @@ Source0: http://downloads.sourcef BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-setuptools-devel BuildArch: noarch -Requires: python-twisted +Requires: python-twisted-core +Requires: python-twisted-web %description A Python library for making CIM (Common Information Model) operations over HTTP using the WBEM CIM-XML protocol. It is based on the idea that a good WBEM @@ -49,9 +50,8 @@ rm -rf %{buildroot} %doc README %changelog -* Sun Jul 26 2009 Fedora Release Engineering - 0.7.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - +* Fri Jan 01 2010 David Nalley 0.7.0-3 +- refined requires for epel compat * Sun Jun 28 2009 David Nalley 0.7.0-2 - Added some verbiage regarding what WBEM is and expanding WBEM and CIM acronyms - Added python-twisted as a dependency From ke4qqq at fedoraproject.org Fri Jan 1 20:45:33 2010 From: ke4qqq at fedoraproject.org (David Nalley) Date: Fri, 1 Jan 2010 20:45:33 +0000 (UTC) Subject: rpms/pywbem/EL-5 import.log,1.1,1.2 pywbem.spec,1.1,1.2 Message-ID: <20100101204533.00D0C11C008D@cvs1.fedora.phx.redhat.com> Author: ke4qqq Update of /cvs/pkgs/rpms/pywbem/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24295/EL-5 Modified Files: import.log pywbem.spec Log Message: * Fri Jan 01 2010 David Nalley 0.7.0-3 - refined requires for epel compat Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/pywbem/EL-5/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- import.log 28 Jun 2009 18:59:02 -0000 1.1 +++ import.log 1 Jan 2010 20:45:32 -0000 1.2 @@ -1 +1,2 @@ pywbem-0_7_0-2_fc11:EL-5:pywbem-0.7.0-2.fc11.src.rpm:1246215381 +pywbem-0_7_0-3_fc12:EL-5:pywbem-0.7.0-3.fc12.src.rpm:1262378657 Index: pywbem.spec =================================================================== RCS file: /cvs/pkgs/rpms/pywbem/EL-5/pywbem.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- pywbem.spec 28 Jun 2009 18:59:02 -0000 1.1 +++ pywbem.spec 1 Jan 2010 20:45:32 -0000 1.2 @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: pywbem Version: 0.7.0 -Release: 2%{dist} +Release: 3%{dist} Summary: Python WBEM Client and Provider Interface Group: Development/Libraries License: LGPLv2 @@ -10,7 +10,8 @@ Source0: http://downloads.sourcef BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-setuptools-devel BuildArch: noarch -Requires: python-twisted +Requires: python-twisted-core +Requires: python-twisted-web %description A Python library for making CIM (Common Information Model) operations over HTTP using the WBEM CIM-XML protocol. It is based on the idea that a good WBEM @@ -49,6 +50,8 @@ rm -rf %{buildroot} %doc README %changelog +* Fri Jan 01 2010 David Nalley 0.7.0-3 +- refined requires for epel compat * Sun Jun 28 2009 David Nalley 0.7.0-2 - Added some verbiage regarding what WBEM is and expanding WBEM and CIM acronyms - Added python-twisted as a dependency From mso at fedoraproject.org Fri Jan 1 20:57:49 2010 From: mso at fedoraproject.org (Martin Sourada) Date: Fri, 1 Jan 2010 20:57:49 +0000 (UTC) Subject: rpms/gxine/F-11 gxine-0.5.905-desktop.patch, NONE, 1.1 gxine-0.5.905-lirc.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 gxine.spec, 1.28, 1.29 sources, 1.4, 1.5 gxine-0.5.11-keep-wnd-state.patch, 1.1, NONE gxine-0.5.11-xine-version-check.patch, 1.1, NONE gxine-0.5.8-lirc.patch, 1.1, NONE Message-ID: <20100101205749.D4B7F11C008D@cvs1.fedora.phx.redhat.com> Author: mso Update of /cvs/pkgs/rpms/gxine/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26066/F-11 Modified Files: .cvsignore gxine.spec sources Added Files: gxine-0.5.905-desktop.patch gxine-0.5.905-lirc.patch Removed Files: gxine-0.5.11-keep-wnd-state.patch gxine-0.5.11-xine-version-check.patch gxine-0.5.8-lirc.patch Log Message: sync f-11/12 with devel. gxine-0.5.905-desktop.patch: Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE gxine-0.5.905-desktop.patch --- diff -up gxine-0.5.905/Makefile.in.desktop gxine-0.5.905/Makefile.in --- gxine-0.5.905/Makefile.in.desktop 2010-01-01 20:53:14.000000000 +0100 +++ gxine-0.5.905/Makefile.in 2010-01-01 20:53:23.000000000 +0100 @@ -887,7 +887,7 @@ translator: dist-pre $(MAKE) -C $(top_builddir)/misc/po update-po @XINE_LIST_TRUE at gxine.desktop: gxine.desktop.in @XINE_LIST@ - at XINE_LIST_TRUE@ exec > $@; $(XINE_MIME_PROCESS) $<; @XINE_LIST@; cat $(srcdir)/mime.extra + at XINE_LIST_TRUE@ exec > $@; $(XINE_MIME_PROCESS) $<; @XINE_LIST@; cat $(srcdir)/mime.extra | awk 'BEGIN { s = "%s;" } { printf s, $$1; s = "%s;" }' @XINE_LIST_FALSE at gxine.desktop: gxine.desktop.in $(MIME) @XINE_LIST_FALSE@ exec > $@; \ @XINE_LIST_FALSE@ $(XINE_MIME_PROCESS) $<; \ gxine-0.5.905-lirc.patch: configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- NEW FILE gxine-0.5.905-lirc.patch --- diff -up gxine-0.5.905/configure.lirc gxine-0.5.905/configure --- gxine-0.5.905/configure.lirc 2010-01-01 21:17:59.000000000 +0100 +++ gxine-0.5.905/configure 2010-01-01 21:18:40.000000000 +0100 @@ -17178,10 +17178,10 @@ fi if test "$have_lirc" = "yes"; then if test x"$LIRC_PREFIX" != "x"; then - lirc_libprefix="$LIRC_PREFIX/lib" + lirc_libprefix="$LIRC_PREFIX/${libdir}" LIRC_INCLUDE="-I$LIRC_PREFIX/include" fi - for llirc in $lirc_libprefix /lib /usr/lib /usr/local/lib; do + for llirc in $lirc_libprefix ${libdir}; do as_ac_File=`$as_echo "ac_cv_file_"$llirc/liblirc_client.so"" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"$llirc/liblirc_client.so\"" >&5 $as_echo_n "checking for \"$llirc/liblirc_client.so\"... " >&6; } Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gxine/F-11/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 15 Jun 2008 15:56:32 -0000 1.4 +++ .cvsignore 1 Jan 2010 20:57:49 -0000 1.5 @@ -1 +1 @@ -gxine-0.5.903.tar.bz2 +gxine-0.5.905.tar.bz2 Index: gxine.spec =================================================================== RCS file: /cvs/pkgs/rpms/gxine/F-11/gxine.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- gxine.spec 25 Feb 2009 03:09:09 -0000 1.28 +++ gxine.spec 1 Jan 2010 20:57:49 -0000 1.29 @@ -1,6 +1,6 @@ Name: gxine -Version: 0.5.903 -Release: 3%{?dist} +Version: 0.5.905 +Release: 1%{?dist} Summary: GTK frontend for the xine multimedia library Group: Applications/Multimedia @@ -9,10 +9,10 @@ URL: http://xinehq.de/ Source0: http://superb-west.dl.sourceforge.net/sourceforge/xine/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: gxine-0.5.8-lirc.patch -#Patch1: gxine-0.5.11-keep-wnd-state.patch -#Patch2: gxine-0.5.11-xine-version-check.patch -Patch3: gxine-0.5.902-non-separate-toolbar.patch +Patch1: gxine-0.5.902-non-separate-toolbar.patch +Patch2: gxine-0.5.905-desktop.patch +# some multilib issues +Patch3: gxine-0.5.905-lirc.patch BuildRequires: gecko-devel BuildRequires: desktop-file-utils @@ -50,10 +50,9 @@ This plugin allows gxine to be embedded %prep %setup -q -%patch0 -p1 -b .lirc -#%patch1 -p1 -b .keep-wnd-state -#%patch2 -p1 -b .xine-version-check -%patch3 -p1 -b .non-separate-toolbar +%patch1 -p1 -b .non-separate-toolbar +%patch2 -p1 -b .desktop +%patch3 -p1 -b .lirc %{__sed} -i 's/Name=gxine/Name=GXine Video Player/' gxine.desktop.in %{__sed} -i 's/Exec=gxine/Exec=gxine %U/' gxine.desktop.in @@ -61,8 +60,8 @@ This plugin allows gxine to be embedded %build %configure --with-dbus --with-hal --with-logo-format=image \ --with-browser-plugin --disable-integration-wizard \ - --disable-gtk-compat --enable-watchdog \ - --disable-own-playlist-parsers --disable-deprecated + --enable-watchdog --disable-own-playlist-parsers \ + --disable-deprecated make %{?_smp_mflags} @@ -77,12 +76,8 @@ make install DESTDIR=$RPM_BUILD_ROOT # Move Mozilla plugin mkdir -p %{buildroot}%{_libdir}/mozilla/plugins/ mv %{buildroot}%{_libdir}/gxine/gxineplugin.so %{buildroot}%{_libdir}/mozilla/plugins/ -# Not supported yet - check bz #213041 -%if 0%{?fedora} >= 8 + %find_lang %{name} --all-name -%else -/usr/lib/rpm/find-lang.sh %{buildroot} %{name} --all-name -%endif desktop-file-install --vendor="fedora" --delete-original \ --dir %{buildroot}%{_datadir}/applications \ @@ -124,6 +119,18 @@ touch --no-create %{_datadir}/icons/hico %{_libdir}/mozilla/plugins/gxineplugin.so %changelog +* Fri Jan 01 2010 Martin Sourada - 0.5.905-1 +- 0.5.905 +- Should fix sigsegv on exit +- Reenable lirc support (detection fixed upstream) + +* Sun Oct 25 2009 Martin Sourada - 0.5.904-1 +- 0.5.904 +- Disable lirc support (./configure does not find fedora's lirc) + +* Fri Jul 24 2009 Fedora Release Engineering - 0.5.903-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Tue Feb 24 2009 Fedora Release Engineering - 0.5.903-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gxine/F-11/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 15 Jun 2008 15:56:32 -0000 1.4 +++ sources 1 Jan 2010 20:57:49 -0000 1.5 @@ -1 +1 @@ -3878ffb159fa5aca093617dab4924e6d gxine-0.5.903.tar.bz2 +3c9092f1c5c8dc85e95ca327cdcc77af gxine-0.5.905.tar.bz2 --- gxine-0.5.11-keep-wnd-state.patch DELETED --- --- gxine-0.5.11-xine-version-check.patch DELETED --- --- gxine-0.5.8-lirc.patch DELETED --- From mso at fedoraproject.org Fri Jan 1 20:57:50 2010 From: mso at fedoraproject.org (Martin Sourada) Date: Fri, 1 Jan 2010 20:57:50 +0000 (UTC) Subject: rpms/gxine/F-12 gxine-0.5.905-desktop.patch, NONE, 1.1 gxine-0.5.905-lirc.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 gxine.spec, 1.29, 1.30 sources, 1.4, 1.5 gxine-0.5.11-keep-wnd-state.patch, 1.1, NONE gxine-0.5.11-xine-version-check.patch, 1.1, NONE gxine-0.5.8-lirc.patch, 1.1, NONE Message-ID: <20100101205750.2882D11C008D@cvs1.fedora.phx.redhat.com> Author: mso Update of /cvs/pkgs/rpms/gxine/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26066/F-12 Modified Files: .cvsignore gxine.spec sources Added Files: gxine-0.5.905-desktop.patch gxine-0.5.905-lirc.patch Removed Files: gxine-0.5.11-keep-wnd-state.patch gxine-0.5.11-xine-version-check.patch gxine-0.5.8-lirc.patch Log Message: sync f-11/12 with devel. gxine-0.5.905-desktop.patch: Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE gxine-0.5.905-desktop.patch --- diff -up gxine-0.5.905/Makefile.in.desktop gxine-0.5.905/Makefile.in --- gxine-0.5.905/Makefile.in.desktop 2010-01-01 20:53:14.000000000 +0100 +++ gxine-0.5.905/Makefile.in 2010-01-01 20:53:23.000000000 +0100 @@ -887,7 +887,7 @@ translator: dist-pre $(MAKE) -C $(top_builddir)/misc/po update-po @XINE_LIST_TRUE at gxine.desktop: gxine.desktop.in @XINE_LIST@ - at XINE_LIST_TRUE@ exec > $@; $(XINE_MIME_PROCESS) $<; @XINE_LIST@; cat $(srcdir)/mime.extra + at XINE_LIST_TRUE@ exec > $@; $(XINE_MIME_PROCESS) $<; @XINE_LIST@; cat $(srcdir)/mime.extra | awk 'BEGIN { s = "%s;" } { printf s, $$1; s = "%s;" }' @XINE_LIST_FALSE at gxine.desktop: gxine.desktop.in $(MIME) @XINE_LIST_FALSE@ exec > $@; \ @XINE_LIST_FALSE@ $(XINE_MIME_PROCESS) $<; \ gxine-0.5.905-lirc.patch: configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- NEW FILE gxine-0.5.905-lirc.patch --- diff -up gxine-0.5.905/configure.lirc gxine-0.5.905/configure --- gxine-0.5.905/configure.lirc 2010-01-01 21:17:59.000000000 +0100 +++ gxine-0.5.905/configure 2010-01-01 21:18:40.000000000 +0100 @@ -17178,10 +17178,10 @@ fi if test "$have_lirc" = "yes"; then if test x"$LIRC_PREFIX" != "x"; then - lirc_libprefix="$LIRC_PREFIX/lib" + lirc_libprefix="$LIRC_PREFIX/${libdir}" LIRC_INCLUDE="-I$LIRC_PREFIX/include" fi - for llirc in $lirc_libprefix /lib /usr/lib /usr/local/lib; do + for llirc in $lirc_libprefix ${libdir}; do as_ac_File=`$as_echo "ac_cv_file_"$llirc/liblirc_client.so"" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking for \"$llirc/liblirc_client.so\"" >&5 $as_echo_n "checking for \"$llirc/liblirc_client.so\"... " >&6; } Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gxine/F-12/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 15 Jun 2008 15:56:32 -0000 1.4 +++ .cvsignore 1 Jan 2010 20:57:49 -0000 1.5 @@ -1 +1 @@ -gxine-0.5.903.tar.bz2 +gxine-0.5.905.tar.bz2 Index: gxine.spec =================================================================== RCS file: /cvs/pkgs/rpms/gxine/F-12/gxine.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- gxine.spec 25 Jul 2009 01:57:35 -0000 1.29 +++ gxine.spec 1 Jan 2010 20:57:50 -0000 1.30 @@ -1,6 +1,6 @@ Name: gxine -Version: 0.5.903 -Release: 4%{?dist} +Version: 0.5.905 +Release: 1%{?dist} Summary: GTK frontend for the xine multimedia library Group: Applications/Multimedia @@ -9,10 +9,10 @@ URL: http://xinehq.de/ Source0: http://superb-west.dl.sourceforge.net/sourceforge/xine/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch0: gxine-0.5.8-lirc.patch -#Patch1: gxine-0.5.11-keep-wnd-state.patch -#Patch2: gxine-0.5.11-xine-version-check.patch -Patch3: gxine-0.5.902-non-separate-toolbar.patch +Patch1: gxine-0.5.902-non-separate-toolbar.patch +Patch2: gxine-0.5.905-desktop.patch +# some multilib issues +Patch3: gxine-0.5.905-lirc.patch BuildRequires: gecko-devel BuildRequires: desktop-file-utils @@ -50,10 +50,9 @@ This plugin allows gxine to be embedded %prep %setup -q -%patch0 -p1 -b .lirc -#%patch1 -p1 -b .keep-wnd-state -#%patch2 -p1 -b .xine-version-check -%patch3 -p1 -b .non-separate-toolbar +%patch1 -p1 -b .non-separate-toolbar +%patch2 -p1 -b .desktop +%patch3 -p1 -b .lirc %{__sed} -i 's/Name=gxine/Name=GXine Video Player/' gxine.desktop.in %{__sed} -i 's/Exec=gxine/Exec=gxine %U/' gxine.desktop.in @@ -61,8 +60,8 @@ This plugin allows gxine to be embedded %build %configure --with-dbus --with-hal --with-logo-format=image \ --with-browser-plugin --disable-integration-wizard \ - --disable-gtk-compat --enable-watchdog \ - --disable-own-playlist-parsers --disable-deprecated + --enable-watchdog --disable-own-playlist-parsers \ + --disable-deprecated make %{?_smp_mflags} @@ -77,12 +76,8 @@ make install DESTDIR=$RPM_BUILD_ROOT # Move Mozilla plugin mkdir -p %{buildroot}%{_libdir}/mozilla/plugins/ mv %{buildroot}%{_libdir}/gxine/gxineplugin.so %{buildroot}%{_libdir}/mozilla/plugins/ -# Not supported yet - check bz #213041 -%if 0%{?fedora} >= 8 + %find_lang %{name} --all-name -%else -/usr/lib/rpm/find-lang.sh %{buildroot} %{name} --all-name -%endif desktop-file-install --vendor="fedora" --delete-original \ --dir %{buildroot}%{_datadir}/applications \ @@ -124,6 +119,15 @@ touch --no-create %{_datadir}/icons/hico %{_libdir}/mozilla/plugins/gxineplugin.so %changelog +* Fri Jan 01 2010 Martin Sourada - 0.5.905-1 +- 0.5.905 +- Should fix sigsegv on exit +- Reenable lirc support (detection fixed upstream) + +* Sun Oct 25 2009 Martin Sourada - 0.5.904-1 +- 0.5.904 +- Disable lirc support (./configure does not find fedora's lirc) + * Fri Jul 24 2009 Fedora Release Engineering - 0.5.903-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gxine/F-12/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 15 Jun 2008 15:56:32 -0000 1.4 +++ sources 1 Jan 2010 20:57:50 -0000 1.5 @@ -1 +1 @@ -3878ffb159fa5aca093617dab4924e6d gxine-0.5.903.tar.bz2 +3c9092f1c5c8dc85e95ca327cdcc77af gxine-0.5.905.tar.bz2 --- gxine-0.5.11-keep-wnd-state.patch DELETED --- --- gxine-0.5.11-xine-version-check.patch DELETED --- --- gxine-0.5.8-lirc.patch DELETED --- From cwickert at fedoraproject.org Fri Jan 1 20:58:07 2010 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Fri, 1 Jan 2010 20:58:07 +0000 (UTC) Subject: rpms/parcellite/devel parcellite-0.9.2-de.po.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 parcellite.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20100101205807.7A93211C008D@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/pkgs/rpms/parcellite/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26233 Modified Files: .cvsignore parcellite.spec sources Added Files: parcellite-0.9.2-de.po.patch Log Message: * Fri Jan 01 2010 Christoph Wickert - 0.9.2-1 - Update to 0.9.2 parcellite-0.9.2-de.po.patch: de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE parcellite-0.9.2-de.po.patch --- --- parcellite-0.9.2/po/de.po.orig 2010-01-01 21:37:09.000000000 +0100 +++ parcellite-0.9.2/po/de.po 2010-01-01 21:37:45.000000000 +0100 @@ -227,7 +227,7 @@ #: ../src/preferences.c:582 msgid "Hotkeys" -msgstr "Tastenkombinationen" +msgstr "Tastenkombinationen" #: ../src/preferences.c:590 msgid "Hotkeys" Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/parcellite/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 18 Mar 2009 23:09:13 -0000 1.5 +++ .cvsignore 1 Jan 2010 20:58:07 -0000 1.6 @@ -1 +1 @@ -parcellite-0.9.1.tar.gz +parcellite-0.9.2.tar.gz Index: parcellite.spec =================================================================== RCS file: /cvs/pkgs/rpms/parcellite/devel/parcellite.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- parcellite.spec 25 Jul 2009 23:15:01 -0000 1.7 +++ parcellite.spec 1 Jan 2010 20:58:07 -0000 1.8 @@ -1,12 +1,13 @@ Name: parcellite -Version: 0.9.1 -Release: 2%{?dist} +Version: 0.9.2 +Release: 1%{?dist} Summary: A lightweight GTK+ clipboard manager Group: User Interface/Desktops License: GPLv3+ URL: http://parcellite.sourceforge.net/ Source0: http://downloads.sourceforge.net/parcellite/parcellite-%{version}.tar.gz +Patch0: parcellite-0.9.2-de.po.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.10.0 @@ -23,6 +24,7 @@ system tray or notification area if you %prep %setup -q +%patch0 -p1 -b .orig %build @@ -58,10 +60,13 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-startup.desktop %{_bindir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop -%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man1/%{name}.1.* %changelog +* Fri Jan 01 2010 Christoph Wickert - 0.9.2-1 +- Update to 0.9.2 + * Sat Jul 25 2009 Fedora Release Engineering - 0.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/parcellite/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 18 Mar 2009 23:09:14 -0000 1.5 +++ sources 1 Jan 2010 20:58:07 -0000 1.6 @@ -1 +1 @@ -099d1ccc9fa1e59d3e3b19b77a90a8fb parcellite-0.9.1.tar.gz +a650f6fe0fec96827b30ca3218a2b4df parcellite-0.9.2.tar.gz From wart at fedoraproject.org Fri Jan 1 21:24:14 2010 From: wart at fedoraproject.org (Michael Thomas) Date: Fri, 1 Jan 2010 21:24:14 +0000 (UTC) Subject: rpms/guichan/devel guichan-0.8.1-extended-utf8-support.patch, NONE, 1.1 guichan.spec, 1.10, 1.11 Message-ID: <20100101212414.AB94111C008D@cvs1.fedora.phx.redhat.com> Author: wart Update of /cvs/pkgs/rpms/guichan/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29709 Modified Files: guichan.spec Added Files: guichan-0.8.1-extended-utf8-support.patch Log Message: Add patch for extended UTF-8 support (bz #549867) guichan-0.8.1-extended-utf8-support.patch: key.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE guichan-0.8.1-extended-utf8-support.patch --- diff -Naur guichan-0.8.1.orig/include/guichan/key.hpp guichan-0.8.1/include/guichan/key.hpp > guichan-0.8.1-extended-utf8-support.patch --- guichan-0.8.1.orig/include/guichan/key.hpp 2008-04-12 14:20:09.000000000 +0200 +++ guichan-0.8.1/include/guichan/key.hpp 2009-12-22 21:36:49.280614542 +0100 @@ -125,7 +125,7 @@ SPACE = ' ', TAB = '\t', ENTER = '\n', - LEFT_ALT = 1000, + LEFT_ALT = -1000, RIGHT_ALT, LEFT_SHIFT, RIGHT_SHIFT, Index: guichan.spec =================================================================== RCS file: /cvs/pkgs/rpms/guichan/devel/guichan.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- guichan.spec 25 Jul 2009 01:51:09 -0000 1.10 +++ guichan.spec 1 Jan 2010 21:24:14 -0000 1.11 @@ -1,6 +1,6 @@ Name: guichan Version: 0.8.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Portable C++ GUI library for games using Allegro, SDL and OpenGL Group: Development/Libraries @@ -8,6 +8,7 @@ License: BSD URL: http://guichan.sourceforge.net #Source0: http://downloads.sourceforge.net/guichan/%{name}-%{version}.tar.gz Source0: http://guichan.googlecode.com/files/%{name}-%{version}.tar.gz +Patch0: guichan-0.8.1-extended-utf8-support.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel, SDL-devel, SDL_image-devel, libGL-devel @@ -29,6 +30,7 @@ package is needed to build programs writ %prep %setup -q +%patch0 -p1 %build @@ -77,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 31 2009 Wart 0.8.1-4 +- Add patch for extended utf8 support (bz #549867) + * Fri Jul 24 2009 Fedora Release Engineering - 0.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From cwickert at fedoraproject.org Fri Jan 1 21:52:09 2010 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Fri, 1 Jan 2010 21:52:09 +0000 (UTC) Subject: rpms/parcellite/F-12 parcellite-0.9.2-de.po.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 parcellite.spec, 1.7, 1.8 sources, 1.5, 1.6 Message-ID: <20100101215209.F098911C008D@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/pkgs/rpms/parcellite/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv444 Modified Files: .cvsignore parcellite.spec sources Added Files: parcellite-0.9.2-de.po.patch Log Message: * Fri Jan 01 2010 Christoph Wickert - 0.9.2-1 - Update to 0.9.2 parcellite-0.9.2-de.po.patch: de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE parcellite-0.9.2-de.po.patch --- --- parcellite-0.9.2/po/de.po.orig 2010-01-01 21:37:09.000000000 +0100 +++ parcellite-0.9.2/po/de.po 2010-01-01 21:37:45.000000000 +0100 @@ -227,7 +227,7 @@ #: ../src/preferences.c:582 msgid "Hotkeys" -msgstr "Tastenkombinationen" +msgstr "Tastenkombinationen" #: ../src/preferences.c:590 msgid "Hotkeys" Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/parcellite/F-12/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 18 Mar 2009 23:09:13 -0000 1.5 +++ .cvsignore 1 Jan 2010 21:52:09 -0000 1.6 @@ -1 +1 @@ -parcellite-0.9.1.tar.gz +parcellite-0.9.2.tar.gz Index: parcellite.spec =================================================================== RCS file: /cvs/pkgs/rpms/parcellite/F-12/parcellite.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- parcellite.spec 25 Jul 2009 23:15:01 -0000 1.7 +++ parcellite.spec 1 Jan 2010 21:52:09 -0000 1.8 @@ -1,12 +1,13 @@ Name: parcellite -Version: 0.9.1 -Release: 2%{?dist} +Version: 0.9.2 +Release: 1%{?dist} Summary: A lightweight GTK+ clipboard manager Group: User Interface/Desktops License: GPLv3+ URL: http://parcellite.sourceforge.net/ Source0: http://downloads.sourceforge.net/parcellite/parcellite-%{version}.tar.gz +Patch0: parcellite-0.9.2-de.po.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel >= 2.10.0 @@ -23,6 +24,7 @@ system tray or notification area if you %prep %setup -q +%patch0 -p1 -b .orig %build @@ -58,10 +60,13 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}-startup.desktop %{_bindir}/%{name} %{_datadir}/applications/fedora-%{name}.desktop -%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man1/%{name}.1.* %changelog +* Fri Jan 01 2010 Christoph Wickert - 0.9.2-1 +- Update to 0.9.2 + * Sat Jul 25 2009 Fedora Release Engineering - 0.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/parcellite/F-12/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 18 Mar 2009 23:09:14 -0000 1.5 +++ sources 1 Jan 2010 21:52:09 -0000 1.6 @@ -1 +1 @@ -099d1ccc9fa1e59d3e3b19b77a90a8fb parcellite-0.9.1.tar.gz +a650f6fe0fec96827b30ca3218a2b4df parcellite-0.9.2.tar.gz From wart at fedoraproject.org Fri Jan 1 21:54:13 2010 From: wart at fedoraproject.org (Michael Thomas) Date: Fri, 1 Jan 2010 21:54:13 +0000 (UTC) Subject: rpms/guichan/F-12 guichan-0.8.1-extended-utf8-support.patch, NONE, 1.1 guichan.spec, 1.10, 1.11 Message-ID: <20100101215413.D642611C008D@cvs1.fedora.phx.redhat.com> Author: wart Update of /cvs/pkgs/rpms/guichan/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv710 Modified Files: guichan.spec Added Files: guichan-0.8.1-extended-utf8-support.patch Log Message: Add patch for extended utf8 support (bz #549867) guichan-0.8.1-extended-utf8-support.patch: key.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE guichan-0.8.1-extended-utf8-support.patch --- diff -Naur guichan-0.8.1.orig/include/guichan/key.hpp guichan-0.8.1/include/guichan/key.hpp > guichan-0.8.1-extended-utf8-support.patch --- guichan-0.8.1.orig/include/guichan/key.hpp 2008-04-12 14:20:09.000000000 +0200 +++ guichan-0.8.1/include/guichan/key.hpp 2009-12-22 21:36:49.280614542 +0100 @@ -125,7 +125,7 @@ SPACE = ' ', TAB = '\t', ENTER = '\n', - LEFT_ALT = 1000, + LEFT_ALT = -1000, RIGHT_ALT, LEFT_SHIFT, RIGHT_SHIFT, Index: guichan.spec =================================================================== RCS file: /cvs/pkgs/rpms/guichan/F-12/guichan.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- guichan.spec 25 Jul 2009 01:51:09 -0000 1.10 +++ guichan.spec 1 Jan 2010 21:54:13 -0000 1.11 @@ -1,6 +1,6 @@ Name: guichan Version: 0.8.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Portable C++ GUI library for games using Allegro, SDL and OpenGL Group: Development/Libraries @@ -8,6 +8,7 @@ License: BSD URL: http://guichan.sourceforge.net #Source0: http://downloads.sourceforge.net/guichan/%{name}-%{version}.tar.gz Source0: http://guichan.googlecode.com/files/%{name}-%{version}.tar.gz +Patch0: guichan-0.8.1-extended-utf8-support.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: allegro-devel, SDL-devel, SDL_image-devel, libGL-devel @@ -29,6 +30,7 @@ package is needed to build programs writ %prep %setup -q +%patch0 -p1 %build @@ -77,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 31 2009 Wart 0.8.1-4 +- Add patch for extended utf8 support (bz #549867) + * Fri Jul 24 2009 Fedora Release Engineering - 0.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From konradm at fedoraproject.org Fri Jan 1 23:41:17 2010 From: konradm at fedoraproject.org (konradm) Date: Fri, 1 Jan 2010 23:41:17 +0000 (UTC) Subject: File fftw-3.2.2.tar.gz uploaded to lookaside cache by konradm Message-ID: <20100101234117.7E93E10F7E6@bastion.fedoraproject.org> A file has been added to the lookaside cache for fftw: b616e5c91218cc778b5aa735fefb61ae fftw-3.2.2.tar.gz From konradm at fedoraproject.org Fri Jan 1 23:42:19 2010 From: konradm at fedoraproject.org (konradm) Date: Fri, 1 Jan 2010 23:42:19 +0000 (UTC) Subject: rpms/fftw/devel .cvsignore, 1.7, 1.8 fftw.spec, 1.27, 1.28 sources, 1.7, 1.8 Message-ID: <20100101234219.48DB811C008D@cvs1.fedora.phx.redhat.com> Author: konradm Update of /cvs/pkgs/rpms/fftw/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13118 Modified Files: .cvsignore fftw.spec sources Log Message: * Fri Jan 1 2010 Jussi Lehtola - 3.2.2-1 - Update to 3.2.2. - Make file listings more explicit. - Don't use file dependencies for info. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/fftw/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 15 Feb 2009 02:05:30 -0000 1.7 +++ .cvsignore 1 Jan 2010 23:42:18 -0000 1.8 @@ -1 +1 @@ -fftw-3.2.1.tar.gz +fftw-3.2.2.tar.gz Index: fftw.spec =================================================================== RCS file: /cvs/pkgs/rpms/fftw/devel/fftw.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- fftw.spec 24 Jul 2009 22:43:09 -0000 1.27 +++ fftw.spec 1 Jan 2010 23:42:18 -0000 1.28 @@ -1,16 +1,16 @@ Name: fftw -Version: 3.2.1 -Release: 3%{?dist} +Version: 3.2.2 +Release: 1%{?dist} Summary: Fast Fourier Transform library Group: System Environment/Libraries License: GPLv2+ URL: http://www.fftw.org/ -Source0: ftp://ftp.fftw.org/pub/fftw/%{name}-%{version}.tar.gz +Source0: http://www.fftw.org/fftw-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-gfortran -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info +Requires(post): info +Requires(preun): info Provides: fftw3 = %{version}-%{release} Obsoletes: fftw3 < 3.1 @@ -52,12 +52,16 @@ the FFTW fast Fourier transform library. %prep %setup -q -c %{name}-%{version} -mv %{name}-%{version} single -cp -a single double -cp -a single long +for dir in single double long; do + cp -a fftw-%{version} $dir +done +rm -rf fftw-%{version} %build +# Configure uses g77 by default +export F77=gfortran + CONFIG_FLAGS="--enable-shared --disable-dependency-tracking --enable-threads" pushd double %configure $CONFIG_FLAGS @@ -87,6 +91,7 @@ pushd long make install DESTDIR=${RPM_BUILD_ROOT} popd rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir +find ${RPM_BUILD_ROOT}%{_libdir} -name *.la -delete %clean @@ -111,25 +116,29 @@ fi %files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO -%doc %{_mandir}/man?/* -%{_bindir}/* -%{_libdir}/*.so.* +%doc %{_mandir}/man1/fftw*.1.* +%{_bindir}/fftw*-wisdom* +%{_libdir}/libfftw3*.so.* %files devel %defattr(-,root,root,-) %doc doc/*.pdf doc/html/* doc/FAQ/fftw-faq.html/ -%doc %{_infodir}/*.info* -%{_includedir}/* -%{_libdir}/pkgconfig/* -%{_libdir}/*.so +%doc %{_infodir}/fftw3.info* +%{_includedir}/fftw3.* +%{_libdir}/pkgconfig/fftw3*.pc +%{_libdir}/libfftw3*.so %files static %defattr(-,root,root,-) -%exclude %{_libdir}/*.la -%{_libdir}/*.a +%{_libdir}/libfftw3*.a %changelog +* Fri Jan 1 2010 Jussi Lehtola - 3.2.2-1 +- Update to 3.2.2. +- Make file listings more explicit. +- Don't use file dependencies for info. + * Fri Jul 24 2009 Fedora Release Engineering - 3.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fftw/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 15 Feb 2009 02:05:31 -0000 1.7 +++ sources 1 Jan 2010 23:42:18 -0000 1.8 @@ -1 +1 @@ -712d3f33625a0a76f5758648d4b925f7 fftw-3.2.1.tar.gz +b616e5c91218cc778b5aa735fefb61ae fftw-3.2.2.tar.gz From pkgdb at fedoraproject.org Fri Jan 1 23:46:29 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 23:46:29 +0000 Subject: [pkgdb] purple-msn-pecan: jussilehtola has requested commit Message-ID: <20100101234627.091DD10F8B4@bastion.fedoraproject.org> jussilehtola has requested the commit acl on purple-msn-pecan (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/purple-msn-pecan From pkgdb at fedoraproject.org Fri Jan 1 23:46:34 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 23:46:34 +0000 Subject: [pkgdb] purple-msn-pecan: jussilehtola has given up watchbugzilla Message-ID: <20100101234629.732B810F8B8@bastion.fedoraproject.org> jussilehtola has given up the watchbugzilla acl on purple-msn-pecan (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/purple-msn-pecan From pkgdb at fedoraproject.org Fri Jan 1 23:46:49 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 23:46:49 +0000 Subject: [pkgdb] purple-msn-pecan: jussilehtola has given up watchcommits Message-ID: <20100101234633.E10C510F8B8@bastion.fedoraproject.org> jussilehtola has given up the watchcommits acl on purple-msn-pecan (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/purple-msn-pecan From pkgdb at fedoraproject.org Fri Jan 1 23:46:44 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 23:46:44 +0000 Subject: [pkgdb] purple-msn-pecan: jussilehtola has requested approveacls Message-ID: <20100101234642.C9FAD10F8C2@bastion.fedoraproject.org> jussilehtola has requested the approveacls acl on purple-msn-pecan (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/purple-msn-pecan From pkgdb at fedoraproject.org Fri Jan 1 23:46:55 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 23:46:55 +0000 Subject: [pkgdb] purple-msn-pecan: jussilehtola has given up watchbugzilla Message-ID: <20100101234651.06CBB10F8B8@bastion.fedoraproject.org> jussilehtola has given up the watchbugzilla acl on purple-msn-pecan (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/purple-msn-pecan From pkgdb at fedoraproject.org Fri Jan 1 23:46:53 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 23:46:53 +0000 Subject: [pkgdb] purple-msn-pecan: jussilehtola has requested commit Message-ID: <20100101234652.14B7210F8DC@bastion.fedoraproject.org> jussilehtola has requested the commit acl on purple-msn-pecan (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/purple-msn-pecan From pkgdb at fedoraproject.org Fri Jan 1 23:46:59 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 23:46:59 +0000 Subject: [pkgdb] purple-msn-pecan: jussilehtola has requested approveacls Message-ID: <20100101234654.84D8F10F8CC@bastion.fedoraproject.org> jussilehtola has requested the approveacls acl on purple-msn-pecan (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/purple-msn-pecan From pkgdb at fedoraproject.org Fri Jan 1 23:46:49 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Fri, 01 Jan 2010 23:46:49 +0000 Subject: [pkgdb] purple-msn-pecan: jussilehtola has given up watchcommits Message-ID: <20100101234655.E84C010F8D2@bastion.fedoraproject.org> jussilehtola has given up the watchcommits acl on purple-msn-pecan (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/purple-msn-pecan From pkgdb at fedoraproject.org Sat Jan 2 00:02:31 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:02:31 +0000 Subject: [pkgdb] fftw: jussilehtola has given up watchbugzilla Message-ID: <20100102000229.872FA10F8B8@bastion.fedoraproject.org> jussilehtola has given up the watchbugzilla acl on fftw (Fedora EPEL 4) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:02:32 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:02:32 +0000 Subject: [pkgdb] fftw: jussilehtola has requested commit Message-ID: <20100102000230.9F54110F8D2@bastion.fedoraproject.org> jussilehtola has requested the commit acl on fftw (Fedora EPEL 4) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:02:36 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:02:36 +0000 Subject: [pkgdb] fftw: jussilehtola has requested approveacls Message-ID: <20100102000231.BB36A10F8D2@bastion.fedoraproject.org> jussilehtola has requested the approveacls acl on fftw (Fedora EPEL 4) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:02:49 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:02:49 +0000 Subject: [pkgdb] fftw: jussilehtola has given up watchcommits Message-ID: <20100102000233.865BD10F8B4@bastion.fedoraproject.org> jussilehtola has given up the watchcommits acl on fftw (Fedora EPEL 4) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:02:28 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:02:28 +0000 Subject: [pkgdb] fftw: jussilehtola has given up watchbugzilla Message-ID: <20100102000234.B0B0D10F8B8@bastion.fedoraproject.org> jussilehtola has given up the watchbugzilla acl on fftw (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:02:37 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:02:37 +0000 Subject: [pkgdb] fftw: jussilehtola has given up watchcommits Message-ID: <20100102000235.0329310F8E3@bastion.fedoraproject.org> jussilehtola has given up the watchcommits acl on fftw (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:02:38 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:02:38 +0000 Subject: [pkgdb] fftw: jussilehtola has requested approveacls Message-ID: <20100102000236.CEEF310F8E0@bastion.fedoraproject.org> jussilehtola has requested the approveacls acl on fftw (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:02:55 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:02:55 +0000 Subject: [pkgdb] fftw: jussilehtola has requested commit Message-ID: <20100102000240.7222D10F8D2@bastion.fedoraproject.org> jussilehtola has requested the commit acl on fftw (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:04:21 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:04:21 +0000 Subject: [pkgdb] fftw: jussilehtola has given up watchcommits Message-ID: <20100102000417.20F1210F8D2@bastion.fedoraproject.org> jussilehtola has given up the watchcommits acl on fftw (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:04:19 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:04:19 +0000 Subject: [pkgdb] fftw: jussilehtola has given up watchbugzilla Message-ID: <20100102000416.C688510F8B8@bastion.fedoraproject.org> jussilehtola has given up the watchbugzilla acl on fftw (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:04:11 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:04:11 +0000 Subject: [pkgdb] fftw: jussilehtola has requested commit Message-ID: <20100102000417.DCE1510F8C1@bastion.fedoraproject.org> jussilehtola has requested the commit acl on fftw (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:04:21 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:04:21 +0000 Subject: [pkgdb] fftw: jussilehtola has requested approveacls Message-ID: <20100102000418.A505010F8DE@bastion.fedoraproject.org> jussilehtola has requested the approveacls acl on fftw (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:13:43 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:13:43 +0000 Subject: [pkgdb] fftw had acl change status Message-ID: <20100102001341.8304010F8B3@bastion.fedoraproject.org> konradm has set the approveacls acl on fftw (Fedora devel) to Approved for jussilehtola To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 00:13:47 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 00:13:47 +0000 Subject: [pkgdb] fftw had acl change status Message-ID: <20100102001342.6D38910F8BD@bastion.fedoraproject.org> konradm has set the commit acl on fftw (Fedora devel) to Approved for jussilehtola To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From konradm at fedoraproject.org Sat Jan 2 00:16:48 2010 From: konradm at fedoraproject.org (konradm) Date: Sat, 2 Jan 2010 00:16:48 +0000 (UTC) Subject: rpms/fftw/F-12 .cvsignore, 1.7, 1.8 fftw.spec, 1.27, 1.28 sources, 1.7, 1.8 Message-ID: <20100102001648.C951E11C008D@cvs1.fedora.phx.redhat.com> Author: konradm Update of /cvs/pkgs/rpms/fftw/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17584 Modified Files: .cvsignore fftw.spec sources Log Message: * Fri Jan 1 2010 Jussi Lehtola - 3.2.2-1 - Update to 3.2.2. - Make file listings more explicit. - Don't use file dependencies for info. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/fftw/F-12/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 15 Feb 2009 02:05:30 -0000 1.7 +++ .cvsignore 2 Jan 2010 00:16:48 -0000 1.8 @@ -1 +1 @@ -fftw-3.2.1.tar.gz +fftw-3.2.2.tar.gz Index: fftw.spec =================================================================== RCS file: /cvs/pkgs/rpms/fftw/F-12/fftw.spec,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- fftw.spec 24 Jul 2009 22:43:09 -0000 1.27 +++ fftw.spec 2 Jan 2010 00:16:48 -0000 1.28 @@ -1,16 +1,16 @@ Name: fftw -Version: 3.2.1 -Release: 3%{?dist} +Version: 3.2.2 +Release: 1%{?dist} Summary: Fast Fourier Transform library Group: System Environment/Libraries License: GPLv2+ URL: http://www.fftw.org/ -Source0: ftp://ftp.fftw.org/pub/fftw/%{name}-%{version}.tar.gz +Source0: http://www.fftw.org/fftw-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-gfortran -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info +Requires(post): info +Requires(preun): info Provides: fftw3 = %{version}-%{release} Obsoletes: fftw3 < 3.1 @@ -52,12 +52,16 @@ the FFTW fast Fourier transform library. %prep %setup -q -c %{name}-%{version} -mv %{name}-%{version} single -cp -a single double -cp -a single long +for dir in single double long; do + cp -a fftw-%{version} $dir +done +rm -rf fftw-%{version} %build +# Configure uses g77 by default +export F77=gfortran + CONFIG_FLAGS="--enable-shared --disable-dependency-tracking --enable-threads" pushd double %configure $CONFIG_FLAGS @@ -87,6 +91,7 @@ pushd long make install DESTDIR=${RPM_BUILD_ROOT} popd rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir +find ${RPM_BUILD_ROOT}%{_libdir} -name *.la -delete %clean @@ -111,25 +116,29 @@ fi %files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO -%doc %{_mandir}/man?/* -%{_bindir}/* -%{_libdir}/*.so.* +%doc %{_mandir}/man1/fftw*.1.* +%{_bindir}/fftw*-wisdom* +%{_libdir}/libfftw3*.so.* %files devel %defattr(-,root,root,-) %doc doc/*.pdf doc/html/* doc/FAQ/fftw-faq.html/ -%doc %{_infodir}/*.info* -%{_includedir}/* -%{_libdir}/pkgconfig/* -%{_libdir}/*.so +%doc %{_infodir}/fftw3.info* +%{_includedir}/fftw3.* +%{_libdir}/pkgconfig/fftw3*.pc +%{_libdir}/libfftw3*.so %files static %defattr(-,root,root,-) -%exclude %{_libdir}/*.la -%{_libdir}/*.a +%{_libdir}/libfftw3*.a %changelog +* Fri Jan 1 2010 Jussi Lehtola - 3.2.2-1 +- Update to 3.2.2. +- Make file listings more explicit. +- Don't use file dependencies for info. + * Fri Jul 24 2009 Fedora Release Engineering - 3.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fftw/F-12/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 15 Feb 2009 02:05:31 -0000 1.7 +++ sources 2 Jan 2010 00:16:48 -0000 1.8 @@ -1 +1 @@ -712d3f33625a0a76f5758648d4b925f7 fftw-3.2.1.tar.gz +b616e5c91218cc778b5aa735fefb61ae fftw-3.2.2.tar.gz From jussilehtola at fedoraproject.org Sat Jan 2 00:24:35 2010 From: jussilehtola at fedoraproject.org (Jussi Lehtola) Date: Sat, 2 Jan 2010 00:24:35 +0000 (UTC) Subject: rpms/fftw/EL-5 fftw.spec,1.22,1.23 sources,1.5,1.6 Message-ID: <20100102002435.2B7F911C008D@cvs1.fedora.phx.redhat.com> Author: jussilehtola Update of /cvs/pkgs/rpms/fftw/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18507 Modified Files: fftw.spec sources Log Message: Update to 3.2.2. Index: fftw.spec =================================================================== RCS file: /cvs/pkgs/rpms/fftw/EL-5/fftw.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- fftw.spec 25 Jun 2008 15:30:01 -0000 1.22 +++ fftw.spec 2 Jan 2010 00:24:34 -0000 1.23 @@ -1,67 +1,43 @@ - Name: fftw -Version: 3.1.2 -Release: 5%{?dist}.1 +Version: 3.2.2 +Release: 1%{?dist} Summary: Fast Fourier Transform library - Group: System Environment/Libraries License: GPLv2+ URL: http://www.fftw.org/ -Source0: ftp://ftp.fftw.org/pub/fftw/%{name}-%{version}.tar.gz +Source0: http://www.fftw.org/fftw-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%if 0%{?fedora} > 3 || 0%{?rhel} > 4 -BuildRequires: gcc-gfortran -%else +%if 0%{?rhel} == 4 BuildRequires: gcc-g77 -%endif -BuildRequires: time perl - -# rpmforge compatibility -%if 0%{?rhel} > 1 -%define name_compat fftw3 %else -%define name_compat %{name} +BuildRequires: gcc-gfortran %endif +# For check phase +BuildRequires: time perl -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info - -%description -FFTW is a C subroutine library for computing the Discrete Fourier -Transform (DFT) in one or more dimensions, of both real and complex -data, and of arbitrary input size. - -%if "%{name}" == "%{name_compat}" +Requires(post): info +Requires(preun): info Provides: fftw3 = %{version}-%{release} -Obsoletes: fftw3 < 3.1 - -%else +Obsoletes: fftw3 < %{version}-%{release} -%package -n %{name_compat} -Summary: Fast Fourier Transform library -Group: System Environment/Libraries -Provides: %{name} = %{version}-%{release} -%description -n %{name_compat} +%description FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. -%endif -%package -n %{name_compat}-devel +%package devel Summary: Headers, libraries and docs for the FFTW library Group: Development/Libraries -Requires: %{name_compat} = %{version}-%{release} -Requires: pkgconfig -%if "%{name}" == "%{name_compat}" +Requires: %{name} = %{version}-%{release} pkgconfig + Provides: fftw3-devel = %{version}-%{release} -Obsoletes: fftw3-devel < 3.1 -%else -Provides: %{name}-devel = %{version}-%{release} -%endif -%description -n %{name_compat}-devel +Obsoletes: fftw3-devel < %{version}-%{release} + + +%description devel FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. @@ -70,95 +46,108 @@ This package contains header files and d develop programs using the FFTW fast Fourier transform library. +%package static +Summary: Static version of the FFTW library +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} +Obsoletes: fftw3-static < %{version}-%{release} +Provides: fftw3-static = %{version}-%{release} + +%description static +The fftw-static package contains the statically linkable version of +the FFTW fast Fourier transform library. + + %prep %setup -q -c %{name}-%{version} -mv %{name}-%{version} single -cp -a single double -cp -a single long +for dir in single double long; do + cp -a fftw-%{version} $dir +done +rm -rf fftw-%{version} %build -CONFIG_FLAGS="--enable-shared --disable-dependency-tracking --enable-threads" +# Set Fortran compiler to be used +%if 0%{?rhel} == 4 +export F77=g77 +%else +export F77=gfortran +%endif +CONFIG_FLAGS="--enable-shared --disable-dependency-tracking --enable-threads" pushd double %configure $CONFIG_FLAGS make %{?_smp_mflags} popd - pushd single %configure $CONFIG_FLAGS --enable-single make %{?_smp_mflags} popd - pushd long %configure $CONFIG_FLAGS --enable-long-double make %{?_smp_mflags} popd - - %install rm -rf ${RPM_BUILD_ROOT} - -# grab copy of docs pushd double + make install DESTDIR=${RPM_BUILD_ROOT} cp -a AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO ../ cp -a doc/ ../ popd - -make install DESTDIR=${RPM_BUILD_ROOT} -C double -make install DESTDIR=${RPM_BUILD_ROOT} -C single -make install DESTDIR=${RPM_BUILD_ROOT} -C long - -# Unpackaged files +pushd single + make install DESTDIR=${RPM_BUILD_ROOT} +popd +pushd long + make install DESTDIR=${RPM_BUILD_ROOT} +popd rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir -rm -f ${RPM_BUILD_ROOT}%{_libdir}/lib*.la - - -%check -%if 0%{!?_without_check:1} -time make check -C double -time make check -C single -time make check -C long -%endif - +find ${RPM_BUILD_ROOT}%{_libdir} -name *.la -delete %clean rm -rf ${RPM_BUILD_ROOT} +%check +make check -%post -n %{name_compat} -p /sbin/ldconfig - -%postun -n %{name_compat} -p /sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig -%post -n %{name_compat}-devel +%post devel /sbin/install-info --section="Math" %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || : -%preun -n %{name_compat}-devel +%preun devel if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || : fi - -%files -n %{name_compat} +%files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO -%{_bindir}/* -%{_libdir}/lib*.so.* -%{_mandir}/man?/* +%doc %{_mandir}/man1/fftw*.1.* +%{_bindir}/fftw*-wisdom* +%{_libdir}/libfftw3*.so.* -%files -n %{name_compat}-devel +%files devel %defattr(-,root,root,-) %doc doc/*.pdf doc/html/* doc/FAQ/fftw-faq.html/ -%{_includedir}/* -%{_infodir}/*.info* -%{_libdir}/pkgconfig/* -%{_libdir}/lib*.so -%{_libdir}/lib*.a +%doc %{_infodir}/fftw3.info* +%{_includedir}/fftw3.* +%{_libdir}/pkgconfig/fftw3*.pc +%{_libdir}/libfftw3*.so + +%files static +%defattr(-,root,root,-) +%{_libdir}/libfftw3*.a %changelog +* Fri Jan 1 2010 Jussi Lehtola 3.2.2-1 +- Update to 3.2.2 from rawhide tree. +- Change name of package to fftw(-devel) to conform with Package Naming + Guidelines. + * Wed Jun 25 2008 Rex Dieter 3.1.2-5.1 - re-enable %%check - License: GPLv2+ @@ -171,7 +160,7 @@ fi - (re)name -> fftw3 (epel-only, for rpmforge compatibility, #246004) * Thu Oct 05 2006 Christian Iseli 3.1.2-3 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Tue Sep 26 2006 Quentin Spencer 3.1.2-2 - BuildRequires: pkgconfig for -devel (bug 206444). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fftw/EL-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 8 Sep 2006 18:07:40 -0000 1.5 +++ sources 2 Jan 2010 00:24:35 -0000 1.6 @@ -1 +1 @@ -08f2e21c9fd02f4be2bd53a62592afa4 fftw-3.1.2.tar.gz +b616e5c91218cc778b5aa735fefb61ae fftw-3.2.2.tar.gz From jussilehtola at fedoraproject.org Sat Jan 2 00:45:54 2010 From: jussilehtola at fedoraproject.org (Jussi Lehtola) Date: Sat, 2 Jan 2010 00:45:54 +0000 (UTC) Subject: rpms/fftw/EL-4 fftw.spec,1.9,1.10 sources,1.3,1.4 Message-ID: <20100102004554.805D211C008D@cvs1.fedora.phx.redhat.com> Author: jussilehtola Update of /cvs/pkgs/rpms/fftw/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21471/EL-4 Modified Files: fftw.spec sources Log Message: Update EPEL trees to 3.2.2. Index: fftw.spec =================================================================== RCS file: /cvs/pkgs/rpms/fftw/EL-4/fftw.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- fftw.spec 25 Jun 2008 15:29:20 -0000 1.9 +++ fftw.spec 2 Jan 2010 00:45:54 -0000 1.10 @@ -1,67 +1,43 @@ - Name: fftw -Version: 3.1.2 -Release: 5%{?dist}.1 +Version: 3.2.2 +Release: 1%{?dist} Summary: Fast Fourier Transform library - Group: System Environment/Libraries License: GPLv2+ URL: http://www.fftw.org/ -Source0: ftp://ftp.fftw.org/pub/fftw/%{name}-%{version}.tar.gz +Source0: http://www.fftw.org/fftw-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%if 0%{?fedora} > 3 || 0%{?rhel} > 4 -BuildRequires: gcc-gfortran -%else +%if 0%{?rhel} == 4 BuildRequires: gcc-g77 -%endif -BuildRequires: time perl - -# rpmforge compatibility -%if 0%{?rhel} > 1 -%define name_compat fftw3 %else -%define name_compat %{name} +BuildRequires: gcc-gfortran %endif +# For check phase +BuildRequires: time perl -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info - -%description -FFTW is a C subroutine library for computing the Discrete Fourier -Transform (DFT) in one or more dimensions, of both real and complex -data, and of arbitrary input size. - -%if "%{name}" == "%{name_compat}" +Requires(post): info +Requires(preun): info Provides: fftw3 = %{version}-%{release} -Obsoletes: fftw3 < 3.1 - -%else +Obsoletes: fftw3 < %{version}-%{release} -%package -n %{name_compat} -Summary: Fast Fourier Transform library -Group: System Environment/Libraries -Provides: %{name} = %{version}-%{release} -%description -n %{name_compat} +%description FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. -%endif -%package -n %{name_compat}-devel +%package devel Summary: Headers, libraries and docs for the FFTW library Group: Development/Libraries -Requires: %{name_compat} = %{version}-%{release} -Requires: pkgconfig -%if "%{name}" == "%{name_compat}" +Requires: %{name} = %{version}-%{release} pkgconfig + Provides: fftw3-devel = %{version}-%{release} -Obsoletes: fftw3-devel < 3.1 -%else -Provides: %{name}-devel = %{version}-%{release} -%endif -%description -n %{name_compat}-devel +Obsoletes: fftw3-devel < %{version}-%{release} + + +%description devel FFTW is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. @@ -70,95 +46,110 @@ This package contains header files and d develop programs using the FFTW fast Fourier transform library. +%package static +Summary: Static version of the FFTW library +Group: Development/Libraries +Requires: %{name}-devel = %{version}-%{release} +Obsoletes: fftw3-static < %{version}-%{release} +Provides: fftw3-static = %{version}-%{release} + +%description static +The fftw-static package contains the statically linkable version of +the FFTW fast Fourier transform library. + + %prep %setup -q -c %{name}-%{version} -mv %{name}-%{version} single -cp -a single double -cp -a single long +for dir in single double long; do + cp -a fftw-%{version} $dir +done +rm -rf fftw-%{version} %build -CONFIG_FLAGS="--enable-shared --disable-dependency-tracking --enable-threads" +# Set Fortran compiler to be used +%if 0%{?rhel} == 4 +export F77=g77 +%else +export F77=gfortran +%endif +CONFIG_FLAGS="--enable-shared --disable-dependency-tracking --enable-threads" pushd double %configure $CONFIG_FLAGS make %{?_smp_mflags} popd - pushd single %configure $CONFIG_FLAGS --enable-single make %{?_smp_mflags} popd - pushd long %configure $CONFIG_FLAGS --enable-long-double make %{?_smp_mflags} popd - - %install rm -rf ${RPM_BUILD_ROOT} - -# grab copy of docs pushd double + make install DESTDIR=${RPM_BUILD_ROOT} cp -a AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO ../ cp -a doc/ ../ popd - -make install DESTDIR=${RPM_BUILD_ROOT} -C double -make install DESTDIR=${RPM_BUILD_ROOT} -C single -make install DESTDIR=${RPM_BUILD_ROOT} -C long - -# Unpackaged files +pushd single + make install DESTDIR=${RPM_BUILD_ROOT} +popd +pushd long + make install DESTDIR=${RPM_BUILD_ROOT} +popd rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir -rm -f ${RPM_BUILD_ROOT}%{_libdir}/lib*.la - - -%check -%if 0%{!?_without_check:1} -time make check -C double -time make check -C single -time make check -C long -%endif - +rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la %clean rm -rf ${RPM_BUILD_ROOT} +%check +make -C single check +make -C double check +make -C long check -%post -n %{name_compat} -p /sbin/ldconfig - -%postun -n %{name_compat} -p /sbin/ldconfig +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig -%post -n %{name_compat}-devel +%post devel /sbin/install-info --section="Math" %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || : -%preun -n %{name_compat}-devel +%preun devel if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || : fi - -%files -n %{name_compat} +%files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO -%{_bindir}/* -%{_libdir}/lib*.so.* -%{_mandir}/man?/* +%doc %{_mandir}/man1/fftw*.1.* +%{_bindir}/fftw*-wisdom* +%{_libdir}/libfftw3*.so.* -%files -n %{name_compat}-devel +%files devel %defattr(-,root,root,-) %doc doc/*.pdf doc/html/* doc/FAQ/fftw-faq.html/ -%{_includedir}/* -%{_infodir}/*.info* -%{_libdir}/pkgconfig/* -%{_libdir}/lib*.so -%{_libdir}/lib*.a +%doc %{_infodir}/fftw3.info* +%{_includedir}/fftw3.* +%{_libdir}/pkgconfig/fftw3*.pc +%{_libdir}/libfftw3*.so + +%files static +%defattr(-,root,root,-) +%{_libdir}/libfftw3*.a %changelog +* Fri Jan 1 2010 Jussi Lehtola 3.2.2-1 +- Update to 3.2.2 from rawhide tree. +- Change name of package to fftw(-devel) to conform with Package Naming + Guidelines. + * Wed Jun 25 2008 Rex Dieter 3.1.2-5.1 - re-enable %%check - License: GPLv2+ @@ -171,7 +162,7 @@ fi - (re)name -> fftw3 (epel-only, for rpmforge compatibility, #246004) * Thu Oct 05 2006 Christian Iseli 3.1.2-3 - - rebuilt for unwind info generation, broken in gcc-4.1.1-21 +- rebuilt for unwind info generation, broken in gcc-4.1.1-21 * Tue Sep 26 2006 Quentin Spencer 3.1.2-2 - BuildRequires: pkgconfig for -devel (bug 206444). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fftw/EL-4/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 12 Jul 2007 15:27:28 -0000 1.3 +++ sources 2 Jan 2010 00:45:54 -0000 1.4 @@ -1 +1 @@ -08f2e21c9fd02f4be2bd53a62592afa4 fftw-3.1.2.tar.gz +b616e5c91218cc778b5aa735fefb61ae fftw-3.2.2.tar.gz From jussilehtola at fedoraproject.org Sat Jan 2 00:45:54 2010 From: jussilehtola at fedoraproject.org (Jussi Lehtola) Date: Sat, 2 Jan 2010 00:45:54 +0000 (UTC) Subject: rpms/fftw/EL-5 fftw.spec,1.23,1.24 Message-ID: <20100102004554.9237311C008D@cvs1.fedora.phx.redhat.com> Author: jussilehtola Update of /cvs/pkgs/rpms/fftw/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21471/EL-5 Modified Files: fftw.spec Log Message: Update EPEL trees to 3.2.2. Index: fftw.spec =================================================================== RCS file: /cvs/pkgs/rpms/fftw/EL-5/fftw.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- fftw.spec 2 Jan 2010 00:24:34 -0000 1.23 +++ fftw.spec 2 Jan 2010 00:45:54 -0000 1.24 @@ -103,13 +103,15 @@ pushd long make install DESTDIR=${RPM_BUILD_ROOT} popd rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir -find ${RPM_BUILD_ROOT}%{_libdir} -name *.la -delete +rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la %clean rm -rf ${RPM_BUILD_ROOT} %check -make check +make -C single check +make -C double check +make -C long check %post -p /sbin/ldconfig %postun -p /sbin/ldconfig From jussilehtola at fedoraproject.org Sat Jan 2 00:58:50 2010 From: jussilehtola at fedoraproject.org (Jussi Lehtola) Date: Sat, 2 Jan 2010 00:58:50 +0000 (UTC) Subject: rpms/fftw/devel fftw.spec,1.28,1.29 Message-ID: <20100102005850.3EA3411C008D@cvs1.fedora.phx.redhat.com> Author: jussilehtola Update of /cvs/pkgs/rpms/fftw/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23560 Modified Files: fftw.spec Log Message: Added check phase plus a few other cosmetic fixes. Index: fftw.spec =================================================================== RCS file: /cvs/pkgs/rpms/fftw/devel/fftw.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- fftw.spec 1 Jan 2010 23:42:18 -0000 1.28 +++ fftw.spec 2 Jan 2010 00:58:49 -0000 1.29 @@ -1,19 +1,22 @@ Name: fftw Version: 3.2.2 -Release: 1%{?dist} -Summary: Fast Fourier Transform library +Release: 2%{?dist} +Summary: A Fast Fourier Transform library Group: System Environment/Libraries License: GPLv2+ -URL: http://www.fftw.org/ +URL: http://www.fftw.org Source0: http://www.fftw.org/fftw-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-gfortran +# For check phase +BuildRequires: time perl + Requires(post): info Requires(preun): info Provides: fftw3 = %{version}-%{release} -Obsoletes: fftw3 < 3.1 +Obsoletes: fftw3 < %{version}-%{release} %description FFTW is a C subroutine library for computing the Discrete Fourier @@ -27,7 +30,7 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} pkgconfig Provides: fftw3-devel = %{version}-%{release} -Obsoletes: fftw3-devel < 3.1 +Obsoletes: fftw3-devel < %{version}-%{release} %description devel @@ -43,6 +46,7 @@ develop programs using the FFTW fast Fou Summary: Static version of the FFTW library Group: Development/Libraries Requires: %{name}-devel = %{version}-%{release} +Obsoletes: fftw3-static < %{version}-%{release} Provides: fftw3-static = %{version}-%{release} %description static @@ -59,7 +63,7 @@ rm -rf fftw-%{version} %build -# Configure uses g77 by default +# Configure uses g77 by default, if present on system export F77=gfortran CONFIG_FLAGS="--enable-shared --disable-dependency-tracking --enable-threads" @@ -91,19 +95,19 @@ pushd long make install DESTDIR=${RPM_BUILD_ROOT} popd rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir -find ${RPM_BUILD_ROOT}%{_libdir} -name *.la -delete +rm -f ${RPM_BUILD_ROOT}%{_libdir}/*.la +%check +make -C single check +make -C double check +make -C long check %clean rm -rf ${RPM_BUILD_ROOT} - %post -p /sbin/ldconfig - - %postun -p /sbin/ldconfig - %post devel /sbin/install-info --section="Math" %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || : @@ -112,7 +116,6 @@ if [ "$1" = 0 ]; then /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir 2>/dev/null || : fi - %files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYRIGHT ChangeLog NEWS README* TODO @@ -134,27 +137,34 @@ fi %changelog -* Fri Jan 1 2010 Jussi Lehtola - 3.2.2-1 +* Sat Jan 2 2010 Jussi Lehtola 3.2.2-2 +- Add check phase. +- Cosmetic changes to spec file (unified changelog format, removed unnecessary + space). +- Use rm instead of find -delete, as latter is not present on EPEL-4. +- Generalize obsoletes of fftw3 packages. Add Obsoletes: fftw3-static. + +* Fri Jan 1 2010 Jussi Lehtola 3.2.2-1 - Update to 3.2.2. - Make file listings more explicit. - Don't use file dependencies for info. -* Fri Jul 24 2009 Fedora Release Engineering - 3.2.1-3 +* Fri Jul 24 2009 Fedora Release Engineering 3.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -* Tue Feb 24 2009 Fedora Release Engineering - 3.2.1-2 +* Tue Feb 24 2009 Fedora Release Engineering 3.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Sat Feb 14 2009 Conrad Meyer - 3.2.1-1 +* Sat Feb 14 2009 Conrad Meyer 3.2.1-1 - Bump to 3.2.1. -* Thu Dec 4 2008 Conrad Meyer - 3.2-1 +* Thu Dec 4 2008 Conrad Meyer 3.2-1 - Bump to 3.2. -* Fri Jul 18 2008 Tom "spot" Callaway - 3.1.2-7 +* Fri Jul 18 2008 Tom "spot" Callaway 3.1.2-7 - fix license tag -* Tue Feb 19 2008 Fedora Release Engineering - 3.1.2-6 +* Tue Feb 19 2008 Fedora Release Engineering 3.1.2-6 - Autorebuild for GCC 4.3 * Fri Aug 24 2007 Quentin Spencer 3.1.2-5 @@ -191,7 +201,7 @@ fi - Upgrade to the 3.x branch, incorporating changes from the fftw3 spec file. - Add dist tag. -* Mon May 23 2005 Michael Schwendt - 2.1.5-8 +* Mon May 23 2005 Michael Schwendt 2.1.5-8 - BuildReq gcc-gfortran (#156490). * Sun May 22 2005 Jeremy Katz - 2.1.5-7 From pkgdb at fedoraproject.org Sat Jan 2 01:09:32 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 01:09:32 +0000 Subject: [pkgdb] fedora-release-notes: sparks has given up watchbugzilla Message-ID: <20100102010939.3338710F8B4@bastion.fedoraproject.org> sparks has given up the watchbugzilla acl on fedora-release-notes (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fedora-release-notes From pkgdb at fedoraproject.org Sat Jan 2 01:09:43 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 01:09:43 +0000 Subject: [pkgdb] fedora-release-notes: sparks has requested commit Message-ID: <20100102010940.EB2E610F8B6@bastion.fedoraproject.org> sparks has requested the commit acl on fedora-release-notes (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fedora-release-notes From pkgdb at fedoraproject.org Sat Jan 2 01:09:46 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 01:09:46 +0000 Subject: [pkgdb] fedora-release-notes: sparks has requested approveacls Message-ID: <20100102010942.26C6B10F8B8@bastion.fedoraproject.org> sparks has requested the approveacls acl on fedora-release-notes (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fedora-release-notes From pkgdb at fedoraproject.org Sat Jan 2 01:09:58 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 01:09:58 +0000 Subject: [pkgdb] fedora-release-notes: sparks has given up watchcommits Message-ID: <20100102010943.D7F0710F862@bastion.fedoraproject.org> sparks has given up the watchcommits acl on fedora-release-notes (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fedora-release-notes From tgl at fedoraproject.org Sat Jan 2 01:28:45 2010 From: tgl at fedoraproject.org (Tom Lane) Date: Sat, 2 Jan 2010 01:28:45 +0000 (UTC) Subject: File mysql-5.1.42.tar.gz uploaded to lookaside cache by tgl Message-ID: <20100102012845.4D5FC10F7E6@bastion.fedoraproject.org> A file has been added to the lookaside cache for mysql: b644b219e130b7c6bca81948f75d72d7 mysql-5.1.42.tar.gz From tgl at fedoraproject.org Sat Jan 2 01:44:16 2010 From: tgl at fedoraproject.org (Tom Lane) Date: Sat, 2 Jan 2010 01:44:16 +0000 (UTC) Subject: rpms/mysql/devel .cvsignore, 1.44, 1.45 mysql-plugin-bug.patch, 1.14, 1.15 mysql-strmov.patch, 1.1, 1.2 mysql.init, 1.27, 1.28 mysql.spec, 1.135, 1.136 sources, 1.44, 1.45 Message-ID: <20100102014416.F189311C00E8@cvs1.fedora.phx.redhat.com> Author: tgl Update of /cvs/pkgs/rpms/mysql/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30737 Modified Files: .cvsignore mysql-plugin-bug.patch mysql-strmov.patch mysql.init mysql.spec sources Log Message: Update to MySQL 5.1.42; also fix #547485 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mysql/devel/.cvsignore,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- .cvsignore 24 Nov 2009 05:04:04 -0000 1.44 +++ .cvsignore 2 Jan 2010 01:44:16 -0000 1.45 @@ -1 +1 @@ -mysql-5.1.41.tar.gz +mysql-5.1.42.tar.gz mysql-plugin-bug.patch: disabled.def | 3 +++ 1 file changed, 3 insertions(+) Index: mysql-plugin-bug.patch =================================================================== RCS file: /cvs/pkgs/rpms/mysql/devel/mysql-plugin-bug.patch,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- mysql-plugin-bug.patch 24 Nov 2009 05:04:04 -0000 1.14 +++ mysql-plugin-bug.patch 2 Jan 2010 01:44:16 -0000 1.15 @@ -11,13 +11,13 @@ platform-dependent results, with the "ex wrong ones. This is upstream at http://bugs.mysql.com/bug.php?id=46895 -diff -Naur mysql-5.1.41.orig/mysql-test/t/disabled.def mysql-5.1.41/mysql-test/t/disabled.def ---- mysql-5.1.41.orig/mysql-test/t/disabled.def 2009-11-04 14:00:39.000000000 -0500 -+++ mysql-5.1.41/mysql-test/t/disabled.def 2009-11-23 22:04:14.000000000 -0500 -@@ -15,3 +15,6 @@ - partition_innodb_plugin : Bug#32430 2009-09-25 mattiasj Waiting for push of Innodb changes - innodb-autoinc : Bug#48482 2009-11-02 svoj innodb-autoinc.test fails with results difference +diff -Naur mysql-5.1.42.orig/mysql-test/t/disabled.def mysql-5.1.42/mysql-test/t/disabled.def +--- mysql-5.1.42.orig/mysql-test/t/disabled.def 2009-12-16 13:21:00.000000000 -0500 ++++ mysql-5.1.42/mysql-test/t/disabled.def 2010-01-01 18:45:49.000000000 -0500 +@@ -13,3 +13,6 @@ + query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically rpl_killed_ddl : Bug#45520: rpl_killed_ddl fails sporadically in pb2 + innodb-autoinc : Bug#49267 2009-12-02 test fails on windows because of different case mode +# +plugin_load : gives wrong answer on PPC64 +outfile_loaddata : gives different results on different platforms mysql-strmov.patch: m_string.h | 7 ------- 1 file changed, 7 deletions(-) Index: mysql-strmov.patch =================================================================== RCS file: /cvs/pkgs/rpms/mysql/devel/mysql-strmov.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mysql-strmov.patch 1 Sep 2009 03:35:23 -0000 1.1 +++ mysql-strmov.patch 2 Jan 2010 01:44:16 -0000 1.2 @@ -6,6 +6,12 @@ Deleting the definition is sufficient to byte-at-a-time copy loop, which should consistently give the expected behavior. +Note: the particular case that prompted this patch is reported and fixed +at http://bugs.mysql.com/bug.php?id=48864. However, my faith in upstream's +ability to detect this type of error is low, and I also see little evidence +of any real performance gain from optimizing these calls. So I'm keeping +this patch. + diff -Naur mysql-5.1.37.orig/include/m_string.h mysql-5.1.37/include/m_string.h --- mysql-5.1.37.orig/include/m_string.h 2009-07-13 19:08:50.000000000 -0400 Index: mysql.init =================================================================== RCS file: /cvs/pkgs/rpms/mysql/devel/mysql.init,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- mysql.init 17 Dec 2009 19:38:26 -0000 1.27 +++ mysql.init 2 Jan 2010 01:44:16 -0000 1.28 @@ -69,9 +69,11 @@ start(){ # but we need to be sure. (An exception is that we don't force the # log-error setting, since this script doesn't really depend on that, # and some users might prefer to configure logging to syslog.) + # Note: set --basedir to prevent probes that might trigger SELinux + # alarms, per bug #547485 /usr/bin/mysqld_safe --datadir="$datadir" --socket="$socketfile" \ --pid-file="$mypidfile" \ - --user=mysql >/dev/null 2>&1 & + --basedir=/usr --user=mysql >/dev/null 2>&1 & safe_pid=$! # Spin for a maximum of N seconds waiting for the server to come up; # exit the loop immediately if mysqld_safe process disappears. Index: mysql.spec =================================================================== RCS file: /cvs/pkgs/rpms/mysql/devel/mysql.spec,v retrieving revision 1.135 retrieving revision 1.136 diff -u -p -r1.135 -r1.136 --- mysql.spec 17 Dec 2009 19:38:27 -0000 1.135 +++ mysql.spec 2 Jan 2010 01:44:16 -0000 1.136 @@ -1,6 +1,6 @@ Name: mysql -Version: 5.1.41 -Release: 2%{?dist} +Version: 5.1.42 +Release: 1%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -649,6 +649,12 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Fri Jan 1 2010 Tom Lane 5.1.42-1 +- Update to MySQL 5.1.42, for various fixes described at + http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html +- Start mysqld_safe with --basedir=/usr, to avoid unwanted SELinux messages +Resolves: #547485 + * Thu Dec 17 2009 Tom Lane 5.1.41-2 - Stop waiting during "service mysqld start" if mysqld_safe exits Resolves: #544095 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mysql/devel/sources,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- sources 24 Nov 2009 05:04:04 -0000 1.44 +++ sources 2 Jan 2010 01:44:16 -0000 1.45 @@ -1 +1 @@ -b5d39e8789174753f3c782959729e68c mysql-5.1.41.tar.gz +b644b219e130b7c6bca81948f75d72d7 mysql-5.1.42.tar.gz From mycae at fedoraproject.org Sat Jan 2 03:17:23 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 03:17:23 +0000 (UTC) Subject: File mathgl-1.10.tgz uploaded to lookaside cache by mycae Message-ID: <20100102031723.A203E10F7E6@bastion.fedoraproject.org> A file has been added to the lookaside cache for mathgl: 55831831783943567083a79319892247 mathgl-1.10.tgz From mycae at fedoraproject.org Sat Jan 2 03:20:03 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 03:20:03 +0000 (UTC) Subject: rpms/mathgl/devel .cvsignore, 1.2, 1.3 mathgl-info.patch, 1.1, 1.2 mathgl-no-mglwx.patch, 1.1, 1.2 mathgl.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <20100102032003.34F5A11C03FC@cvs1.fedora.phx.redhat.com> Author: mycae Update of /cvs/pkgs/rpms/mathgl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13219 Modified Files: .cvsignore mathgl-info.patch mathgl-no-mglwx.patch mathgl.spec sources Log Message: * Update to 1.10 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 14 Sep 2009 10:51:22 -0000 1.2 +++ .cvsignore 2 Jan 2010 03:20:02 -0000 1.3 @@ -1 +1 @@ -mathgl-1.9.tgz +mathgl-1.10.tgz mathgl-info.patch: mathgl_en.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Index: mathgl-info.patch =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/devel/mathgl-info.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mathgl-info.patch 14 Sep 2009 10:51:22 -0000 1.1 +++ mathgl-info.patch 2 Jan 2010 03:20:02 -0000 1.2 @@ -1,7 +1,7 @@ Index: mathgl/texinfo/mathgl.texi =================================================================== ---- texinfo/mathgl.texi 2009-03-04 13:22:15.000000000 +0000 -+++ texinfo/mathgl.texi 2009-05-27 17:39:59.000000000 +0100 +--- texinfo/mathgl_en.texi 2009-03-04 13:22:15.000000000 +0000 ++++ texinfo/mathgl_en.texi 2009-05-27 17:39:59.000000000 +0100 @@ -25,10 +25,10 @@ @end quotation @end copying mathgl-no-mglwx.patch: Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Index: mathgl-no-mglwx.patch =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/devel/mathgl-no-mglwx.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mathgl-no-mglwx.patch 14 Sep 2009 10:51:23 -0000 1.1 +++ mathgl-no-mglwx.patch 2 Jan 2010 03:20:02 -0000 1.2 @@ -1,24 +1,5 @@ ---- widgets/Makefile.am.orig 2009-08-15 12:35:36.000000000 +1000 -+++ widgets/Makefile.am 2009-08-15 12:35:27.000000000 +1000 -@@ -18,11 +18,11 @@ - endif - - if USE_WX --lib_LTLIBRARIES += libmgl-wx.la --libmgl_wx_la_LDFLAGS = -no-undefined -version-info $(MGL_CURRENT):$(MGL_REVISION):$(MGL_AGE) --libmgl_wx_la_LIBADD = $(WX_LIBS) $(top_builddir)/mgl/libmgl.la --libmgl_wx_la_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS) --libmgl_wx_la_SOURCES = mgl_wx.cpp -+#lib_LTLIBRARIES += libmgl-wx.la -+#libmgl_wx_la_LDFLAGS = -no-undefined -version-info $(MGL_CURRENT):$(MGL_REVISION):$(MGL_AGE) -+#libmgl_wx_la_LIBADD = $(WX_LIBS) $(top_builddir)/mgl/libmgl.la -+#libmgl_wx_la_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS) -+#libmgl_wx_la_SOURCES = mgl_wx.cpp - endif - - if USE_QT ---- examples/Makefile.am.orig 2009-08-15 12:55:36.000000000 +1000 -+++ examples/Makefile.am 2009-08-15 12:55:29.000000000 +1000 +--- examples/Makefile.am 2010-01-02 10:56:23.000000000 +1100 ++++ examples/Makefile.am.new 2010-01-02 10:57:38.000000000 +1100 @@ -24,10 +24,10 @@ endif @@ -26,11 +7,11 @@ -bin_PROGRAMS += mgl_wx_example -mgl_wx_example_LDADD = $(WX_LIBS) $(top_builddir)/widgets/libmgl-wx.la -mgl_wx_example_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS) --mgl_wx_example_SOURCES = wx_example.cpp +-mgl_wx_example_SOURCES = wnd_samples.cpp wx_example.cpp +#bin_PROGRAMS += mgl_wx_example +#mgl_wx_example_LDADD = $(WX_LIBS) $(top_builddir)/widgets/libmgl-wx.la +#mgl_wx_example_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS) -+#mgl_wx_example_SOURCES = wx_example.cpp ++#mgl_wx_example_SOURCES = wnd_samples.cpp wx_example.cpp endif if USE_QT Index: mathgl.spec =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/devel/mathgl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mathgl.spec 25 Nov 2009 00:20:20 -0000 1.3 +++ mathgl.spec 2 Jan 2010 03:20:02 -0000 1.4 @@ -1,7 +1,7 @@ %{!?octave_api:%global octave_api %(octave-config -p API_VERSION || echo 0)} Name: mathgl -Version: 1.9 -Release: 8%{?dist} +Version: 1.10 +Release: 1%{?dist} Summary: Cross-platform library for making high-quality scientific graphics Summary(ru): MathGL - ??? ?????????? ??? ????????????? ?????????????????? ???????????? ?????? License: GPLv2+ @@ -9,14 +9,10 @@ Group: Development/Libraries Url: http://mathgl.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz -#Fix missing default parameter in hdf5 code -Patch0: %{name}-io.patch -#Patch to fix parallel build issue (from debian pts) -Patch1: %{name}-png.patch #Uncomment mathgl dif listing (fix warning) also from pts -Patch2: %{name}-info.patch +Patch0: %{name}-info.patch #Remove empty libmgl-wx from compilation -Patch3: %{name}-no-mglwx.patch +Patch1: %{name}-no-mglwx.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -82,8 +78,6 @@ done %patch0 %patch1 -%patch2 -%patch3 autoreconf @@ -124,18 +118,18 @@ tar -zxf $RPM_BUILD_ROOT/%{_datadir}/%{n rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/octave/%{name}.tar.gz #Copy the .oct file and supporting files to octave packages dir -mkdir -p $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.9.0/ +mkdir -p $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.10.0/ #Remove empty INDEX file rm %{name}/INDEX #We cannot use version macro with octave package search, # as pkg.m assumes a x.y.z format for packages. Failing # to do this renders the plugin inoperable -cp -pR %{name}/inst/* $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.9.0/ +cp -pR %{name}/inst/* $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.10.0/ #packinfo dir is required, or octave will not find the dir in recursive search -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.9.0/packinfo -cp -p %{name}/[A-Z]* $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.9.0/packinfo +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.10.0/packinfo +cp -p %{name}/[A-Z]* $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.10.0/packinfo popd @@ -145,7 +139,7 @@ pushd . #Lets build a "docs" dir to maintain the dir relationships needed for html files mkdir -p texinfo/docs cd texinfo/docs/ -cp -pr ../mathgl.html . +cp -pr ../mathgl_en.html . cp -pr ../png_static . cp -pr ../png/ . @@ -184,9 +178,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %{_bindir}/mgl* %{_datadir}/%{name}/ -%{_prefix}/libexec/octave/packages/%{name}-1.9.0/ -%{_datadir}/octave/packages/%{name}-1.9.0/ -%{_infodir}/%{name}.*.gz +%{_prefix}/libexec/octave/packages/%{name}-1.10.0/ +%{_datadir}/octave/packages/%{name}-1.10.0/ +%{_infodir}/%{name}_en.*.gz +%{_infodir}/%{name}_ru.*.gz %files devel @@ -199,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT %doc texinfo/docs/* %changelog +* Sat Jan 02 2010 - 1.10-1 +- Update to 1.10 + * Wed Nov 25 2009 Kevin Kofler - 1.9-8 - Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 14 Sep 2009 10:51:23 -0000 1.2 +++ sources 2 Jan 2010 03:20:02 -0000 1.3 @@ -1 +1 @@ -9aa6b5f8c4a6f7d5b8708b8565b17b63 mathgl-1.9.tgz +55831831783943567083a79319892247 mathgl-1.10.tgz From mycae at fedoraproject.org Sat Jan 2 03:22:39 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 03:22:39 +0000 (UTC) Subject: rpms/mathgl/F-12 mathgl-info.patch, 1.1, 1.2 mathgl-no-mglwx.patch, 1.1, 1.2 mathgl.spec, 1.2, 1.3 Message-ID: <20100102032239.3BAE011C00E8@cvs1.fedora.phx.redhat.com> Author: mycae Update of /cvs/pkgs/rpms/mathgl/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13811 Modified Files: mathgl-info.patch mathgl-no-mglwx.patch mathgl.spec Log Message: * Update to 1.10 mathgl-info.patch: mathgl_en.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Index: mathgl-info.patch =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-12/mathgl-info.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mathgl-info.patch 14 Sep 2009 10:51:22 -0000 1.1 +++ mathgl-info.patch 2 Jan 2010 03:22:38 -0000 1.2 @@ -1,7 +1,7 @@ Index: mathgl/texinfo/mathgl.texi =================================================================== ---- texinfo/mathgl.texi 2009-03-04 13:22:15.000000000 +0000 -+++ texinfo/mathgl.texi 2009-05-27 17:39:59.000000000 +0100 +--- texinfo/mathgl_en.texi 2009-03-04 13:22:15.000000000 +0000 ++++ texinfo/mathgl_en.texi 2009-05-27 17:39:59.000000000 +0100 @@ -25,10 +25,10 @@ @end quotation @end copying mathgl-no-mglwx.patch: Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Index: mathgl-no-mglwx.patch =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-12/mathgl-no-mglwx.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mathgl-no-mglwx.patch 14 Sep 2009 10:51:23 -0000 1.1 +++ mathgl-no-mglwx.patch 2 Jan 2010 03:22:39 -0000 1.2 @@ -1,24 +1,5 @@ ---- widgets/Makefile.am.orig 2009-08-15 12:35:36.000000000 +1000 -+++ widgets/Makefile.am 2009-08-15 12:35:27.000000000 +1000 -@@ -18,11 +18,11 @@ - endif - - if USE_WX --lib_LTLIBRARIES += libmgl-wx.la --libmgl_wx_la_LDFLAGS = -no-undefined -version-info $(MGL_CURRENT):$(MGL_REVISION):$(MGL_AGE) --libmgl_wx_la_LIBADD = $(WX_LIBS) $(top_builddir)/mgl/libmgl.la --libmgl_wx_la_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS) --libmgl_wx_la_SOURCES = mgl_wx.cpp -+#lib_LTLIBRARIES += libmgl-wx.la -+#libmgl_wx_la_LDFLAGS = -no-undefined -version-info $(MGL_CURRENT):$(MGL_REVISION):$(MGL_AGE) -+#libmgl_wx_la_LIBADD = $(WX_LIBS) $(top_builddir)/mgl/libmgl.la -+#libmgl_wx_la_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS) -+#libmgl_wx_la_SOURCES = mgl_wx.cpp - endif - - if USE_QT ---- examples/Makefile.am.orig 2009-08-15 12:55:36.000000000 +1000 -+++ examples/Makefile.am 2009-08-15 12:55:29.000000000 +1000 +--- examples/Makefile.am 2010-01-02 10:56:23.000000000 +1100 ++++ examples/Makefile.am.new 2010-01-02 10:57:38.000000000 +1100 @@ -24,10 +24,10 @@ endif @@ -26,11 +7,11 @@ -bin_PROGRAMS += mgl_wx_example -mgl_wx_example_LDADD = $(WX_LIBS) $(top_builddir)/widgets/libmgl-wx.la -mgl_wx_example_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS) --mgl_wx_example_SOURCES = wx_example.cpp +-mgl_wx_example_SOURCES = wnd_samples.cpp wx_example.cpp +#bin_PROGRAMS += mgl_wx_example +#mgl_wx_example_LDADD = $(WX_LIBS) $(top_builddir)/widgets/libmgl-wx.la +#mgl_wx_example_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS) -+#mgl_wx_example_SOURCES = wx_example.cpp ++#mgl_wx_example_SOURCES = wnd_samples.cpp wx_example.cpp endif if USE_QT Index: mathgl.spec =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-12/mathgl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mathgl.spec 25 Oct 2009 17:53:26 -0000 1.2 +++ mathgl.spec 2 Jan 2010 03:22:39 -0000 1.3 @@ -1,7 +1,7 @@ %{!?octave_api:%global octave_api %(octave-config -p API_VERSION || echo 0)} Name: mathgl -Version: 1.9 -Release: 7%{?dist} +Version: 1.10 +Release: 1%{?dist} Summary: Cross-platform library for making high-quality scientific graphics Summary(ru): MathGL - ??? ?????????? ??? ????????????? ?????????????????? ???????????? ?????? License: GPLv2+ @@ -9,14 +9,10 @@ Group: Development/Libraries Url: http://mathgl.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz -#Fix missing default parameter in hdf5 code -Patch0: %{name}-io.patch -#Patch to fix parallel build issue (from debian pts) -Patch1: %{name}-png.patch #Uncomment mathgl dif listing (fix warning) also from pts -Patch2: %{name}-info.patch +Patch0: %{name}-info.patch #Remove empty libmgl-wx from compilation -Patch3: %{name}-no-mglwx.patch +Patch1: %{name}-no-mglwx.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -82,8 +78,6 @@ done %patch0 %patch1 -%patch2 -%patch3 autoreconf @@ -124,18 +118,18 @@ tar -zxf $RPM_BUILD_ROOT/%{_datadir}/%{n rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/octave/%{name}.tar.gz #Copy the .oct file and supporting files to octave packages dir -mkdir -p $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.9.0/ +mkdir -p $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.10.0/ #Remove empty INDEX file rm %{name}/INDEX #We cannot use version macro with octave package search, # as pkg.m assumes a x.y.z format for packages. Failing # to do this renders the plugin inoperable -cp -pR %{name}/inst/* $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.9.0/ +cp -pR %{name}/inst/* $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.10.0/ #packinfo dir is required, or octave will not find the dir in recursive search -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.9.0/packinfo -cp -p %{name}/[A-Z]* $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.9.0/packinfo +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.10.0/packinfo +cp -p %{name}/[A-Z]* $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.10.0/packinfo popd @@ -145,7 +139,7 @@ pushd . #Lets build a "docs" dir to maintain the dir relationships needed for html files mkdir -p texinfo/docs cd texinfo/docs/ -cp -pr ../mathgl.html . +cp -pr ../mathgl_en.html . cp -pr ../png_static . cp -pr ../png/ . @@ -184,9 +178,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %{_bindir}/mgl* %{_datadir}/%{name}/ -%{_prefix}/libexec/octave/packages/%{name}-1.9.0/ -%{_datadir}/octave/packages/%{name}-1.9.0/ -%{_infodir}/%{name}.*.gz +%{_prefix}/libexec/octave/packages/%{name}-1.10.0/ +%{_datadir}/octave/packages/%{name}-1.10.0/ +%{_infodir}/%{name}_en.*.gz +%{_infodir}/%{name}_ru.*.gz %files devel @@ -199,6 +194,12 @@ rm -rf $RPM_BUILD_ROOT %doc texinfo/docs/* %changelog +* Sat Jan 02 2010 - 1.10-1 +- Update to 1.10 + +* Wed Nov 25 2009 Kevin Kofler - 1.9-8 +- Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI) + * Sun Oct 25 2009 Milos Jakubicek - 1.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From mycae at fedoraproject.org Sat Jan 2 03:24:32 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 03:24:32 +0000 (UTC) Subject: rpms/mathgl/F-11 mathgl-info.patch, 1.1, 1.2 mathgl-no-mglwx.patch, 1.1, 1.2 mathgl.spec, 1.2, 1.3 Message-ID: <20100102032432.8796611C00E8@cvs1.fedora.phx.redhat.com> Author: mycae Update of /cvs/pkgs/rpms/mathgl/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14209 Modified Files: mathgl-info.patch mathgl-no-mglwx.patch mathgl.spec Log Message: *Update to 1.10 mathgl-info.patch: mathgl_en.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Index: mathgl-info.patch =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-11/mathgl-info.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mathgl-info.patch 14 Sep 2009 10:49:17 -0000 1.1 +++ mathgl-info.patch 2 Jan 2010 03:24:32 -0000 1.2 @@ -1,7 +1,7 @@ Index: mathgl/texinfo/mathgl.texi =================================================================== ---- texinfo/mathgl.texi 2009-03-04 13:22:15.000000000 +0000 -+++ texinfo/mathgl.texi 2009-05-27 17:39:59.000000000 +0100 +--- texinfo/mathgl_en.texi 2009-03-04 13:22:15.000000000 +0000 ++++ texinfo/mathgl_en.texi 2009-05-27 17:39:59.000000000 +0100 @@ -25,10 +25,10 @@ @end quotation @end copying mathgl-no-mglwx.patch: Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Index: mathgl-no-mglwx.patch =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-11/mathgl-no-mglwx.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mathgl-no-mglwx.patch 14 Sep 2009 10:49:18 -0000 1.1 +++ mathgl-no-mglwx.patch 2 Jan 2010 03:24:32 -0000 1.2 @@ -1,24 +1,5 @@ ---- widgets/Makefile.am.orig 2009-08-15 12:35:36.000000000 +1000 -+++ widgets/Makefile.am 2009-08-15 12:35:27.000000000 +1000 -@@ -18,11 +18,11 @@ - endif - - if USE_WX --lib_LTLIBRARIES += libmgl-wx.la --libmgl_wx_la_LDFLAGS = -no-undefined -version-info $(MGL_CURRENT):$(MGL_REVISION):$(MGL_AGE) --libmgl_wx_la_LIBADD = $(WX_LIBS) $(top_builddir)/mgl/libmgl.la --libmgl_wx_la_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS) --libmgl_wx_la_SOURCES = mgl_wx.cpp -+#lib_LTLIBRARIES += libmgl-wx.la -+#libmgl_wx_la_LDFLAGS = -no-undefined -version-info $(MGL_CURRENT):$(MGL_REVISION):$(MGL_AGE) -+#libmgl_wx_la_LIBADD = $(WX_LIBS) $(top_builddir)/mgl/libmgl.la -+#libmgl_wx_la_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS) -+#libmgl_wx_la_SOURCES = mgl_wx.cpp - endif - - if USE_QT ---- examples/Makefile.am.orig 2009-08-15 12:55:36.000000000 +1000 -+++ examples/Makefile.am 2009-08-15 12:55:29.000000000 +1000 +--- examples/Makefile.am 2010-01-02 10:56:23.000000000 +1100 ++++ examples/Makefile.am.new 2010-01-02 10:57:38.000000000 +1100 @@ -24,10 +24,10 @@ endif @@ -26,11 +7,11 @@ -bin_PROGRAMS += mgl_wx_example -mgl_wx_example_LDADD = $(WX_LIBS) $(top_builddir)/widgets/libmgl-wx.la -mgl_wx_example_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS) --mgl_wx_example_SOURCES = wx_example.cpp +-mgl_wx_example_SOURCES = wnd_samples.cpp wx_example.cpp +#bin_PROGRAMS += mgl_wx_example +#mgl_wx_example_LDADD = $(WX_LIBS) $(top_builddir)/widgets/libmgl-wx.la +#mgl_wx_example_CXXFLAGS = $(WX_FLAGS) $(AM_CXXFLAGS) -+#mgl_wx_example_SOURCES = wx_example.cpp ++#mgl_wx_example_SOURCES = wnd_samples.cpp wx_example.cpp endif if USE_QT Index: mathgl.spec =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-11/mathgl.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mathgl.spec 21 Oct 2009 02:23:37 -0000 1.2 +++ mathgl.spec 2 Jan 2010 03:24:32 -0000 1.3 @@ -1,7 +1,7 @@ %{!?octave_api:%global octave_api %(octave-config -p API_VERSION || echo 0)} Name: mathgl -Version: 1.9 -Release: 6%{?dist}.1 +Version: 1.10 +Release: 1%{?dist} Summary: Cross-platform library for making high-quality scientific graphics Summary(ru): MathGL - ??? ?????????? ??? ????????????? ?????????????????? ???????????? ?????? License: GPLv2+ @@ -9,14 +9,10 @@ Group: Development/Libraries Url: http://mathgl.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tgz -#Fix missing default parameter in hdf5 code -Patch0: %{name}-io.patch -#Patch to fix parallel build issue (from debian pts) -Patch1: %{name}-png.patch #Uncomment mathgl dif listing (fix warning) also from pts -Patch2: %{name}-info.patch +Patch0: %{name}-info.patch #Remove empty libmgl-wx from compilation -Patch3: %{name}-no-mglwx.patch +Patch1: %{name}-no-mglwx.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -82,8 +78,6 @@ done %patch0 %patch1 -%patch2 -%patch3 autoreconf @@ -124,18 +118,18 @@ tar -zxf $RPM_BUILD_ROOT/%{_datadir}/%{n rm $RPM_BUILD_ROOT/%{_datadir}/%{name}/octave/%{name}.tar.gz #Copy the .oct file and supporting files to octave packages dir -mkdir -p $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.9.0/ +mkdir -p $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.10.0/ #Remove empty INDEX file rm %{name}/INDEX #We cannot use version macro with octave package search, # as pkg.m assumes a x.y.z format for packages. Failing # to do this renders the plugin inoperable -cp -pR %{name}/inst/* $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.9.0/ +cp -pR %{name}/inst/* $RPM_BUILD_ROOT/%{_prefix}/libexec/octave/packages/%{name}-1.10.0/ #packinfo dir is required, or octave will not find the dir in recursive search -mkdir -p $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.9.0/packinfo -cp -p %{name}/[A-Z]* $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.9.0/packinfo +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.10.0/packinfo +cp -p %{name}/[A-Z]* $RPM_BUILD_ROOT/%{_datadir}/octave/packages/%{name}-1.10.0/packinfo popd @@ -145,7 +139,7 @@ pushd . #Lets build a "docs" dir to maintain the dir relationships needed for html files mkdir -p texinfo/docs cd texinfo/docs/ -cp -pr ../mathgl.html . +cp -pr ../mathgl_en.html . cp -pr ../png_static . cp -pr ../png/ . @@ -184,9 +178,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %{_bindir}/mgl* %{_datadir}/%{name}/ -%{_prefix}/libexec/octave/packages/%{name}-1.9.0/ -%{_datadir}/octave/packages/%{name}-1.9.0/ -%{_infodir}/%{name}.*.gz +%{_prefix}/libexec/octave/packages/%{name}-1.10.0/ +%{_datadir}/octave/packages/%{name}-1.10.0/ +%{_infodir}/%{name}_en.*.gz +%{_infodir}/%{name}_ru.*.gz %files devel @@ -199,8 +194,14 @@ rm -rf $RPM_BUILD_ROOT %doc texinfo/docs/* %changelog -* Tue Oct 20 2009 Alex Lancaster - 1.9-6.1 -- Rebuild for new Octave 3.2.x and new SWIG (#529522) +* Sat Jan 02 2010 - 1.10-1 +- Update to 1.10 + +* Wed Nov 25 2009 Kevin Kofler - 1.9-8 +- Rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI) + +* Sun Oct 25 2009 Milos Jakubicek - 1.9-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Sep 14 2009 1.9-6 - Add COPYING to doc From tgl at fedoraproject.org Sat Jan 2 03:52:10 2010 From: tgl at fedoraproject.org (Tom Lane) Date: Sat, 2 Jan 2010 03:52:10 +0000 (UTC) Subject: rpms/mysql/F-12 .cvsignore, 1.44, 1.45 mysql-plugin-bug.patch, 1.14, 1.15 mysql-strmov.patch, 1.1, 1.2 mysql.init, 1.27, 1.28 mysql.spec, 1.134, 1.135 sources, 1.44, 1.45 Message-ID: <20100102035210.BBE8C11C00E8@cvs1.fedora.phx.redhat.com> Author: tgl Update of /cvs/pkgs/rpms/mysql/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19199 Modified Files: .cvsignore mysql-plugin-bug.patch mysql-strmov.patch mysql.init mysql.spec sources Log Message: Update to MySQL 5.1.42; also fix #547485 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-12/.cvsignore,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- .cvsignore 17 Dec 2009 19:57:13 -0000 1.44 +++ .cvsignore 2 Jan 2010 03:52:09 -0000 1.45 @@ -1 +1 @@ -mysql-5.1.41.tar.gz +mysql-5.1.42.tar.gz mysql-plugin-bug.patch: disabled.def | 3 +++ 1 file changed, 3 insertions(+) Index: mysql-plugin-bug.patch =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-12/mysql-plugin-bug.patch,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- mysql-plugin-bug.patch 17 Dec 2009 19:57:13 -0000 1.14 +++ mysql-plugin-bug.patch 2 Jan 2010 03:52:09 -0000 1.15 @@ -11,13 +11,13 @@ platform-dependent results, with the "ex wrong ones. This is upstream at http://bugs.mysql.com/bug.php?id=46895 -diff -Naur mysql-5.1.41.orig/mysql-test/t/disabled.def mysql-5.1.41/mysql-test/t/disabled.def ---- mysql-5.1.41.orig/mysql-test/t/disabled.def 2009-11-04 14:00:39.000000000 -0500 -+++ mysql-5.1.41/mysql-test/t/disabled.def 2009-11-23 22:04:14.000000000 -0500 -@@ -15,3 +15,6 @@ - partition_innodb_plugin : Bug#32430 2009-09-25 mattiasj Waiting for push of Innodb changes - innodb-autoinc : Bug#48482 2009-11-02 svoj innodb-autoinc.test fails with results difference +diff -Naur mysql-5.1.42.orig/mysql-test/t/disabled.def mysql-5.1.42/mysql-test/t/disabled.def +--- mysql-5.1.42.orig/mysql-test/t/disabled.def 2009-12-16 13:21:00.000000000 -0500 ++++ mysql-5.1.42/mysql-test/t/disabled.def 2010-01-01 18:45:49.000000000 -0500 +@@ -13,3 +13,6 @@ + query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically rpl_killed_ddl : Bug#45520: rpl_killed_ddl fails sporadically in pb2 + innodb-autoinc : Bug#49267 2009-12-02 test fails on windows because of different case mode +# +plugin_load : gives wrong answer on PPC64 +outfile_loaddata : gives different results on different platforms mysql-strmov.patch: m_string.h | 7 ------- 1 file changed, 7 deletions(-) Index: mysql-strmov.patch =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-12/mysql-strmov.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mysql-strmov.patch 1 Sep 2009 03:35:23 -0000 1.1 +++ mysql-strmov.patch 2 Jan 2010 03:52:09 -0000 1.2 @@ -6,6 +6,12 @@ Deleting the definition is sufficient to byte-at-a-time copy loop, which should consistently give the expected behavior. +Note: the particular case that prompted this patch is reported and fixed +at http://bugs.mysql.com/bug.php?id=48864. However, my faith in upstream's +ability to detect this type of error is low, and I also see little evidence +of any real performance gain from optimizing these calls. So I'm keeping +this patch. + diff -Naur mysql-5.1.37.orig/include/m_string.h mysql-5.1.37/include/m_string.h --- mysql-5.1.37.orig/include/m_string.h 2009-07-13 19:08:50.000000000 -0400 Index: mysql.init =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-12/mysql.init,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- mysql.init 17 Dec 2009 19:57:13 -0000 1.27 +++ mysql.init 2 Jan 2010 03:52:09 -0000 1.28 @@ -69,9 +69,11 @@ start(){ # but we need to be sure. (An exception is that we don't force the # log-error setting, since this script doesn't really depend on that, # and some users might prefer to configure logging to syslog.) + # Note: set --basedir to prevent probes that might trigger SELinux + # alarms, per bug #547485 /usr/bin/mysqld_safe --datadir="$datadir" --socket="$socketfile" \ --pid-file="$mypidfile" \ - --user=mysql >/dev/null 2>&1 & + --basedir=/usr --user=mysql >/dev/null 2>&1 & safe_pid=$! # Spin for a maximum of N seconds waiting for the server to come up; # exit the loop immediately if mysqld_safe process disappears. Index: mysql.spec =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-12/mysql.spec,v retrieving revision 1.134 retrieving revision 1.135 diff -u -p -r1.134 -r1.135 --- mysql.spec 17 Dec 2009 19:57:13 -0000 1.134 +++ mysql.spec 2 Jan 2010 03:52:09 -0000 1.135 @@ -1,6 +1,6 @@ Name: mysql -Version: 5.1.41 -Release: 2%{?dist} +Version: 5.1.42 +Release: 1%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -649,6 +649,12 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Fri Jan 1 2010 Tom Lane 5.1.42-1 +- Update to MySQL 5.1.42, for various fixes described at + http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html +- Start mysqld_safe with --basedir=/usr, to avoid unwanted SELinux messages +Resolves: #547485 + * Thu Dec 17 2009 Tom Lane 5.1.41-2 - Update to MySQL 5.1.41, for various fixes described at http://dev.mysql.com/doc/refman/5.1/en/news-5-1-41.html Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-12/sources,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- sources 17 Dec 2009 19:57:13 -0000 1.44 +++ sources 2 Jan 2010 03:52:09 -0000 1.45 @@ -1 +1 @@ -b5d39e8789174753f3c782959729e68c mysql-5.1.41.tar.gz +b644b219e130b7c6bca81948f75d72d7 mysql-5.1.42.tar.gz From tgl at fedoraproject.org Sat Jan 2 03:55:54 2010 From: tgl at fedoraproject.org (Tom Lane) Date: Sat, 2 Jan 2010 03:55:54 +0000 (UTC) Subject: rpms/mysql/F-11 .cvsignore, 1.44, 1.45 mysql-plugin-bug.patch, 1.12, 1.13 mysql-strmov.patch, 1.1, 1.2 mysql.init, 1.27, 1.28 mysql.spec, 1.125, 1.126 sources, 1.44, 1.45 Message-ID: <20100102035554.CFBEA11C00E8@cvs1.fedora.phx.redhat.com> Author: tgl Update of /cvs/pkgs/rpms/mysql/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19918 Modified Files: .cvsignore mysql-plugin-bug.patch mysql-strmov.patch mysql.init mysql.spec sources Log Message: Update to MySQL 5.1.42; also fix #547485 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-11/.cvsignore,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- .cvsignore 17 Dec 2009 20:01:47 -0000 1.44 +++ .cvsignore 2 Jan 2010 03:55:54 -0000 1.45 @@ -1 +1 @@ -mysql-5.1.41.tar.gz +mysql-5.1.42.tar.gz mysql-plugin-bug.patch: disabled.def | 3 +++ 1 file changed, 3 insertions(+) Index: mysql-plugin-bug.patch =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-11/mysql-plugin-bug.patch,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- mysql-plugin-bug.patch 17 Dec 2009 20:01:47 -0000 1.12 +++ mysql-plugin-bug.patch 2 Jan 2010 03:55:54 -0000 1.13 @@ -11,13 +11,13 @@ platform-dependent results, with the "ex wrong ones. This is upstream at http://bugs.mysql.com/bug.php?id=46895 -diff -Naur mysql-5.1.41.orig/mysql-test/t/disabled.def mysql-5.1.41/mysql-test/t/disabled.def ---- mysql-5.1.41.orig/mysql-test/t/disabled.def 2009-11-04 14:00:39.000000000 -0500 -+++ mysql-5.1.41/mysql-test/t/disabled.def 2009-11-23 22:04:14.000000000 -0500 -@@ -15,3 +15,6 @@ - partition_innodb_plugin : Bug#32430 2009-09-25 mattiasj Waiting for push of Innodb changes - innodb-autoinc : Bug#48482 2009-11-02 svoj innodb-autoinc.test fails with results difference +diff -Naur mysql-5.1.42.orig/mysql-test/t/disabled.def mysql-5.1.42/mysql-test/t/disabled.def +--- mysql-5.1.42.orig/mysql-test/t/disabled.def 2009-12-16 13:21:00.000000000 -0500 ++++ mysql-5.1.42/mysql-test/t/disabled.def 2010-01-01 18:45:49.000000000 -0500 +@@ -13,3 +13,6 @@ + query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically rpl_killed_ddl : Bug#45520: rpl_killed_ddl fails sporadically in pb2 + innodb-autoinc : Bug#49267 2009-12-02 test fails on windows because of different case mode +# +plugin_load : gives wrong answer on PPC64 +outfile_loaddata : gives different results on different platforms mysql-strmov.patch: m_string.h | 7 ------- 1 file changed, 7 deletions(-) Index: mysql-strmov.patch =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-11/mysql-strmov.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- mysql-strmov.patch 28 Sep 2009 03:24:24 -0000 1.1 +++ mysql-strmov.patch 2 Jan 2010 03:55:54 -0000 1.2 @@ -6,6 +6,12 @@ Deleting the definition is sufficient to byte-at-a-time copy loop, which should consistently give the expected behavior. +Note: the particular case that prompted this patch is reported and fixed +at http://bugs.mysql.com/bug.php?id=48864. However, my faith in upstream's +ability to detect this type of error is low, and I also see little evidence +of any real performance gain from optimizing these calls. So I'm keeping +this patch. + diff -Naur mysql-5.1.37.orig/include/m_string.h mysql-5.1.37/include/m_string.h --- mysql-5.1.37.orig/include/m_string.h 2009-07-13 19:08:50.000000000 -0400 Index: mysql.init =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-11/mysql.init,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- mysql.init 17 Dec 2009 20:01:47 -0000 1.27 +++ mysql.init 2 Jan 2010 03:55:54 -0000 1.28 @@ -69,9 +69,11 @@ start(){ # but we need to be sure. (An exception is that we don't force the # log-error setting, since this script doesn't really depend on that, # and some users might prefer to configure logging to syslog.) + # Note: set --basedir to prevent probes that might trigger SELinux + # alarms, per bug #547485 /usr/bin/mysqld_safe --datadir="$datadir" --socket="$socketfile" \ --pid-file="$mypidfile" \ - --user=mysql >/dev/null 2>&1 & + --basedir=/usr --user=mysql >/dev/null 2>&1 & safe_pid=$! # Spin for a maximum of N seconds waiting for the server to come up; # exit the loop immediately if mysqld_safe process disappears. Index: mysql.spec =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-11/mysql.spec,v retrieving revision 1.125 retrieving revision 1.126 diff -u -p -r1.125 -r1.126 --- mysql.spec 17 Dec 2009 20:01:48 -0000 1.125 +++ mysql.spec 2 Jan 2010 03:55:54 -0000 1.126 @@ -1,6 +1,6 @@ Name: mysql -Version: 5.1.41 -Release: 2%{?dist} +Version: 5.1.42 +Release: 1%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -649,6 +649,12 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Fri Jan 1 2010 Tom Lane 5.1.42-1 +- Update to MySQL 5.1.42, for various fixes described at + http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html +- Start mysqld_safe with --basedir=/usr, to avoid unwanted SELinux messages +Resolves: #547485 + * Thu Dec 17 2009 Tom Lane 5.1.41-2 - Update to MySQL 5.1.41, for various fixes described at http://dev.mysql.com/doc/refman/5.1/en/news-5-1-41.html Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-11/sources,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- sources 17 Dec 2009 20:01:48 -0000 1.44 +++ sources 2 Jan 2010 03:55:54 -0000 1.45 @@ -1 +1 @@ -b5d39e8789174753f3c782959729e68c mysql-5.1.41.tar.gz +b644b219e130b7c6bca81948f75d72d7 mysql-5.1.42.tar.gz From kkofler at fedoraproject.org Sat Jan 2 04:21:46 2010 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Sat, 2 Jan 2010 04:21:46 +0000 (UTC) Subject: rpms/gnash/F-12 gnash.spec,1.65,1.66 Message-ID: <20100102042146.85DB311C0068@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/gnash/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15652/F-12 Modified Files: gnash.spec Log Message: * Sat Jan 02 2009 Kevin Kofler - 1:0.8.6-8 - Install icon to the correct place (#551621) Index: gnash.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnash/F-12/gnash.spec,v retrieving revision 1.65 retrieving revision 1.66 diff -u -p -r1.65 -r1.66 --- gnash.spec 30 Dec 2009 10:02:13 -0000 1.65 +++ gnash.spec 2 Jan 2010 04:21:46 -0000 1.66 @@ -5,7 +5,7 @@ Name: gnash Version: 0.8.6 -Release: 2%{?dist} +Release: 8%{?dist} #Release: 0.8.%{alphatag}%{?dist} Epoch: 1 Summary: GNU flash movie player @@ -207,8 +207,8 @@ desktop-file-install --vendor="fedora" \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \ gnash.desktop -mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32 -cp -p ./gui/images/GnashG.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32 +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps +cp -p ./gui/images/GnashG.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps #chmod a-x $RPM_BUILD_ROOT%{_datadir}/services/klash_part.desktop \ # $RPM_BUILD_ROOT%{_datadir}/apps/klash/pluginsinfo @@ -284,7 +284,7 @@ fi %{_mandir}/man1/flvdumper.1* %{_infodir}/gnash* %{_datadir}/gnash/ -%{_datadir}/icons/hicolor/32x32/*.png +%{_datadir}/icons/hicolor/32x32/apps/*.png %{_datadir}/applications/*.desktop %{_libexecdir}/gnash-wrapper #%{_datadir}/omf/gnash/ @@ -319,10 +319,28 @@ fi %{python_sitearch}/gtk-2.0/* %changelog -* Wed Dec 30 2009 Tomeu Vizoso - 0.8.6-2 -- Bump release number +* Sat Jan 02 2009 Kevin Kofler - 1:0.8.6-8 +- Install icon to the correct place (#551621) -* Wed Dec 30 2009 Tomeu Vizoso - 0.8.6-1 +* Wed Dec 30 2009 Tomeu Vizoso - 1:0.8.6-7 +- One more try at using the correct dir + +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-6 +- Patch was reversed + +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-5 +- Patch Makefile.in, not Makefile.am + +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-4 +- Pick up python modules from the right dir + +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-3 +- Install python modules in the right dir + +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-2 +- Add cygnal plugins + +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-1 - Update to 0.8.6, increase epoch. * Thu Sep 10 2009 Tomeu Vizoso 0.9.0-0.8.20090910bzr11506 From kkofler at fedoraproject.org Sat Jan 2 04:21:46 2010 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Sat, 2 Jan 2010 04:21:46 +0000 (UTC) Subject: rpms/gnash/devel gnash.spec,1.70,1.71 Message-ID: <20100102042146.A70B511C0068@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/gnash/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15652/devel Modified Files: gnash.spec Log Message: * Sat Jan 02 2009 Kevin Kofler - 1:0.8.6-8 - Install icon to the correct place (#551621) Index: gnash.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v retrieving revision 1.70 retrieving revision 1.71 diff -u -p -r1.70 -r1.71 --- gnash.spec 30 Dec 2009 09:13:21 -0000 1.70 +++ gnash.spec 2 Jan 2010 04:21:46 -0000 1.71 @@ -5,7 +5,7 @@ Name: gnash Version: 0.8.6 -Release: 7%{?dist} +Release: 8%{?dist} #Release: 0.8.%{alphatag}%{?dist} Epoch: 1 Summary: GNU flash movie player @@ -207,8 +207,8 @@ desktop-file-install --vendor="fedora" \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \ gnash.desktop -mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32 -cp -p ./gui/images/GnashG.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32 +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps +cp -p ./gui/images/GnashG.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps #chmod a-x $RPM_BUILD_ROOT%{_datadir}/services/klash_part.desktop \ # $RPM_BUILD_ROOT%{_datadir}/apps/klash/pluginsinfo @@ -284,7 +284,7 @@ fi %{_mandir}/man1/flvdumper.1* %{_infodir}/gnash* %{_datadir}/gnash/ -%{_datadir}/icons/hicolor/32x32/*.png +%{_datadir}/icons/hicolor/32x32/apps/*.png %{_datadir}/applications/*.desktop %{_libexecdir}/gnash-wrapper #%{_datadir}/omf/gnash/ @@ -319,25 +319,28 @@ fi %{python_sitearch}/gtk-2.0/* %changelog -* Wed Dec 30 2009 Tomeu Vizoso - 0.8.6-7 +* Sat Jan 02 2009 Kevin Kofler - 1:0.8.6-8 +- Install icon to the correct place (#551621) + +* Wed Dec 30 2009 Tomeu Vizoso - 1:0.8.6-7 - One more try at using the correct dir -* Tue Dec 29 2009 Tomeu Vizoso - 0.8.6-6 +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-6 - Patch was reversed -* Tue Dec 29 2009 Tomeu Vizoso - 0.8.6-5 +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-5 - Patch Makefile.in, not Makefile.am -* Tue Dec 29 2009 Tomeu Vizoso - 0.8.6-4 +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-4 - Pick up python modules from the right dir -* Tue Dec 29 2009 Tomeu Vizoso - 0.8.6-3 +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-3 - Install python modules in the right dir -* Tue Dec 29 2009 Tomeu Vizoso - 0.8.6-2 +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-2 - Add cygnal plugins -* Tue Dec 29 2009 Tomeu Vizoso - 0.8.6-1 +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-1 - Update to 0.8.6, increase epoch. * Thu Sep 10 2009 Tomeu Vizoso 0.9.0-0.8.20090910bzr11506 From kkofler at fedoraproject.org Sat Jan 2 04:23:48 2010 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Sat, 2 Jan 2010 04:23:48 +0000 (UTC) Subject: rpms/gnash/F-12 gnash.spec,1.66,1.67 Message-ID: <20100102042348.90C6B11C0068@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/gnash/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16045/F-12 Modified Files: gnash.spec Log Message: Oops, it's 2010 already. ;-) Index: gnash.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnash/F-12/gnash.spec,v retrieving revision 1.66 retrieving revision 1.67 diff -u -p -r1.66 -r1.67 --- gnash.spec 2 Jan 2010 04:21:46 -0000 1.66 +++ gnash.spec 2 Jan 2010 04:23:48 -0000 1.67 @@ -319,7 +319,7 @@ fi %{python_sitearch}/gtk-2.0/* %changelog -* Sat Jan 02 2009 Kevin Kofler - 1:0.8.6-8 +* Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-8 - Install icon to the correct place (#551621) * Wed Dec 30 2009 Tomeu Vizoso - 1:0.8.6-7 From kkofler at fedoraproject.org Sat Jan 2 04:23:48 2010 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Sat, 2 Jan 2010 04:23:48 +0000 (UTC) Subject: rpms/gnash/devel gnash.spec,1.71,1.72 Message-ID: <20100102042348.A6F3911C0068@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/gnash/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16045/devel Modified Files: gnash.spec Log Message: Oops, it's 2010 already. ;-) Index: gnash.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v retrieving revision 1.71 retrieving revision 1.72 diff -u -p -r1.71 -r1.72 --- gnash.spec 2 Jan 2010 04:21:46 -0000 1.71 +++ gnash.spec 2 Jan 2010 04:23:48 -0000 1.72 @@ -319,7 +319,7 @@ fi %{python_sitearch}/gtk-2.0/* %changelog -* Sat Jan 02 2009 Kevin Kofler - 1:0.8.6-8 +* Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-8 - Install icon to the correct place (#551621) * Wed Dec 30 2009 Tomeu Vizoso - 1:0.8.6-7 From dcbw at fedoraproject.org Sat Jan 2 04:28:28 2010 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 2 Jan 2010 04:28:28 +0000 (UTC) Subject: rpms/ModemManager/devel ModemManager.spec,1.11,1.12 Message-ID: <20100102042828.5026911C0068@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/ModemManager/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16963 Modified Files: ModemManager.spec Log Message: * Fri Jan 1 2010 Dan Williams - 0.2.997-5.git20100101 - core: fix apparent hangs by limiting retried serial writes - gsm: ensure modem state is reset when disabled Index: ModemManager.spec =================================================================== RCS file: /cvs/pkgs/rpms/ModemManager/devel/ModemManager.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- ModemManager.spec 19 Dec 2009 04:00:08 -0000 1.11 +++ ModemManager.spec 2 Jan 2010 04:28:28 -0000 1.12 @@ -1,9 +1,9 @@ -%define snapshot .git20091218 +%define snapshot .git20100101 Summary: Mobile broadband modem management service Name: ModemManager Version: 0.2.997 -Release: 4%{snapshot}%{?dist} +Release: 5%{snapshot}%{?dist} # # Source from git://anongit.freedesktop.org/ModemManager/ModemManager # tarball built with: @@ -19,6 +19,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na BuildRequires: glib2-devel BuildRequires: dbus-glib-devel >= 0.75 BuildRequires: libgudev-devel >= 143 +BuildRequires: ppp-devel >= 2.4.4 %description The ModemManager service provides a consistent API to operate many different @@ -28,10 +29,13 @@ modems, including mobile broadband (3G) %setup -q %build + +pppddir=`ls -1d %{_libdir}/pppd/2*` %configure \ --enable-more-warnings=yes \ --with-udev-base-dir=/lib/udev \ - --disable-static + --disable-static \ + --with-pppd-plugin-dir=$pppddir make %{?_smp_mflags} @@ -43,6 +47,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.*/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.*/*.so %clean rm -rf $RPM_BUILD_ROOT @@ -62,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT /lib/udev/rules.d/* %changelog +* Fri Jan 1 2010 Dan Williams - 0.2.997-5.git20100101 +- core: fix apparent hangs by limiting retried serial writes +- gsm: ensure modem state is reset when disabled + * Fri Dec 18 2009 Dan Williams - 0.2.997-4.git20091218 - sierra: fix CDMA registration detection in some cases (rh #547513) From kkofler at fedoraproject.org Sat Jan 2 04:33:13 2010 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Sat, 2 Jan 2010 04:33:13 +0000 (UTC) Subject: rpms/gnash/devel .cvsignore,1.18,1.19 Message-ID: <20100102043313.7840F11C0068@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/gnash/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18146/devel Modified Files: .cvsignore Log Message: Don't cvsignore a patch. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gnash/devel/.cvsignore,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- .cvsignore 29 Dec 2009 18:40:48 -0000 1.18 +++ .cvsignore 2 Jan 2010 04:33:13 -0000 1.19 @@ -1,3 +1,2 @@ gnash-0.8.6.tar.bz2 gnash-splash.swf -gnash-0.8.6-python-install-dir.patch From dcbw at fedoraproject.org Sat Jan 2 04:33:22 2010 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 2 Jan 2010 04:33:22 +0000 (UTC) Subject: File ModemManager-0.2.997.git20100101.tar.bz2 uploaded to lookaside cache by dcbw Message-ID: <20100102043322.EBF6410F892@bastion.fedoraproject.org> A file has been added to the lookaside cache for ModemManager: bd186d74e1b478932fe1c32a49d78da7 ModemManager-0.2.997.git20100101.tar.bz2 From dcbw at fedoraproject.org Sat Jan 2 04:33:56 2010 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 2 Jan 2010 04:33:56 +0000 (UTC) Subject: rpms/ModemManager/devel .cvsignore,1.8,1.9 sources,1.9,1.10 Message-ID: <20100102043356.5F79F11C0068@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/ModemManager/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18316 Modified Files: .cvsignore sources Log Message: Add the MM 2010-01-01 snapshot Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ModemManager/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 19 Dec 2009 03:59:17 -0000 1.8 +++ .cvsignore 2 Jan 2010 04:33:56 -0000 1.9 @@ -5,3 +5,4 @@ ModemManager-0.2.997.tar.bz2 ModemManager-0.2.997.git20091214.tar.bz2 ModemManager-0.2.997.git20091216.tar.bz2 ModemManager-0.2.997.git20091218.tar.bz2 +ModemManager-0.2.997.git20100101.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ModemManager/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 19 Dec 2009 03:59:17 -0000 1.9 +++ sources 2 Jan 2010 04:33:56 -0000 1.10 @@ -1 +1 @@ -d5972d307305992cce8f12a27b2a62c1 ModemManager-0.2.997.git20091218.tar.bz2 +bd186d74e1b478932fe1c32a49d78da7 ModemManager-0.2.997.git20100101.tar.bz2 From kkofler at fedoraproject.org Sat Jan 2 04:36:30 2010 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Sat, 2 Jan 2010 04:36:30 +0000 (UTC) Subject: rpms/gnash/F-11 gnash-0.8.6-python-install-dir.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 gnash.spec, 1.50, 1.51 sources, 1.10, 1.11 Message-ID: <20100102043630.9279411C0068@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/gnash/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18835/F-11 Modified Files: .cvsignore gnash.spec sources Added Files: gnash-0.8.6-python-install-dir.patch Log Message: Sync from devel: * Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-8 - Install icon to the correct place (#551621) * Wed Dec 30 2009 Tomeu Vizoso - 1:0.8.6-7 - One more try at using the correct dir * Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-6 - Patch was reversed * Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-5 - Patch Makefile.in, not Makefile.am * Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-4 - Pick up python modules from the right dir * Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-3 - Install python modules in the right dir * Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-2 - Add cygnal plugins * Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-1 - Update to 0.8.6, increase epoch. * Thu Sep 10 2009 Tomeu Vizoso 0.9.0-0.8.20090910bzr11506 - update to HEAD * Thu Sep 10 2009 Tomeu Vizoso 0.9.0-0.7.20090910bzr11505 - update to HEAD * Mon Aug 10 2009 Kevin Kofler 0.9.0-0.6.20090809bzr11401 - don't package headers in -widget, only in -devel (no duplicate files) - own %%{_includedir}/gnash/ in -devel - add missing %%defattr for -devel and -widget - make -devel and -widget require the main package (with exact VR) - fix -devel group and description - rename gnash-widget to python-gnash as per the naming guidelines * Sun Aug 09 2009 Kevin Kofler 0.9.0-0.5.20090809bzr11401 - use %%{_includedir}, not %%{_prefix}/include * Sun Aug 09 2009 Tomeu Vizoso 0.9.0-0.4.20090809bzr11401 - Install the python module in the sitearch dir * Sun Aug 09 2009 Tomeu Vizoso 0.9.0-0.3.20090809bzr11401 - One more 64bit fix * Sun Aug 09 2009 Tomeu Vizoso 0.9.0-0.3.20090809bzr11400 - Fix the packaging in 64bits * Sun Aug 09 2009 Tomeu Vizoso 0.9.0-0.2.20090809bzr11400 - upload the .swf file * Sun Aug 09 2009 Tomeu Vizoso 0.9.0-0.1.20090809bzr11400 - merge upstream changes into the spec * Fri Jul 24 2009 Fedora Release Engineering - 0.8.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri May 22 2009 Kevin Kofler 0.8.5-4 - rebuild for new Boost gnash-0.8.6-python-install-dir.patch: Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- NEW FILE gnash-0.8.6-python-install-dir.patch --- diff -rup gnash-0.8.6.orig/gui/pythonmod/Makefile.in gnash-0.8.6/gui/pythonmod/Makefile.in --- gnash-0.8.6.orig/gui/pythonmod/Makefile.in 2009-12-29 21:23:44.632275091 +0100 +++ gnash-0.8.6/gui/pythonmod/Makefile.in 2009-12-29 21:24:41.569276016 +0100 @@ -527,8 +527,8 @@ mconfig = @mconfig@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ -pkgpyexecdir = $(pythondir)/gtk-2.0 -pkgpythondir = $(pythondir)/gtk-2.0 +pkgpyexecdir = $(pyexecdir)/gtk-2.0 +pkgpythondir = $(pyexecdir)/gtk-2.0 prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gnash/F-11/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 6 Mar 2009 12:24:35 -0000 1.10 +++ .cvsignore 2 Jan 2010 04:36:30 -0000 1.11 @@ -1,2 +1,2 @@ -gnash-0.8.5.tar.gz +gnash-0.8.6.tar.bz2 gnash-splash.swf Index: gnash.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnash/F-11/gnash.spec,v retrieving revision 1.50 retrieving revision 1.51 diff -u -p -r1.50 -r1.51 --- gnash.spec 6 Mar 2009 17:37:28 -0000 1.50 +++ gnash.spec 2 Jan 2010 04:36:30 -0000 1.51 @@ -1,16 +1,25 @@ +%define commitid 11506 +%define alphatag 20090910bzr%{commitid} + +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} + Name: gnash -Version: 0.8.5 -Release: 3%{?dist} +Version: 0.8.6 +Release: 8%{?dist} +#Release: 0.8.%{alphatag}%{?dist} +Epoch: 1 Summary: GNU flash movie player Group: Applications/Multimedia License: GPLv3+ URL: http://www.gnu.org/software/gnash/ -Source0: http://ftp.gnu.org/gnu/gnash/%{version}/%{name}-%{version}.tar.gz +Source0: http://ftp.gnu.org/gnu/gnash/%{version}/%{name}-%{version}.tar.bz2 +#Source0: %{name}-%{version}.%{alphatag}.tar.gz Source1: http://www.getgnash.org/gnash-splash.swf Source2: gnash.desktop Patch0: gnash-0.8.3-manual.patch +Patch1: gnash-0.8.6-python-install-dir.patch # register KComponentData properly in KDE 4 KPart Patch3: gnash-0.8.3-fix-kde4-port.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -36,6 +45,7 @@ BuildRequires: gettext BuildRequires: desktop-file-utils BuildRequires: speex-devel BuildRequires: gstreamer-plugins-base-devel +BuildRequires: pygtk2-devel #Requires(post): scrollkeeper #Requires(postun): scrollkeeper @@ -82,10 +92,28 @@ Group: Applications/Multimedia %description cygnal Cygnal is a streaming media server that's Flash aware. +%package devel +Summary: Gnash header files +Requires: %{name} = %{version}-%{release} +Group: Development/Libraries + +%description devel +Gnash header files can be used to write external Gnash extensions or to embed +the Gnash GTK+ widget into a C/C++ application. + +%package -n python-gnash +Summary: Gnash Python bindings +Requires: %{name} = %{version}-%{release} +Group: Applications/Multimedia + +%description -n python-gnash +Python bindings for the Gnash widget. Can be used to embed Gnash into any PyGTK +application. %prep %setup -q %patch0 -p1 -b .manual +%patch1 -p1 -b .python %patch3 -p1 -b .fix-kde4 # Hack as autoreconf breaks build sed -i -e 's!kapp.h!kapplication.h!g' configure @@ -108,8 +136,9 @@ mv AUTHORS.utf8 AUTHORS --enable-docbook --enable-ghelp --enable-media=GST \ --disable-dependency-tracking --disable-rpath \ --enable-cygnal \ + --enable-sdkinstall \ + --enable-python \ --enable-gui=gtk,kde4,sdl,fb \ - --with-qt4=%{_kde4_prefix} \ --with-kde4-prefix=%{_kde4_prefix} \ --with-kde4-lib=%{_kde4_libdir}/kde4/devel \ --with-kde4-incl=%{_kde4_includedir} @@ -130,19 +159,6 @@ make install install-plugins \ rm $RPM_BUILD_ROOT%{_libdir}/gnash/*.la # KDE 4 doesn't need the .la file anymore, thankfully rm $RPM_BUILD_ROOT%{_kde4_libdir}/kde4/libklashpart.la -rm \ - $RPM_BUILD_ROOT%{_libdir}/gnash/libgnashamf.so \ - $RPM_BUILD_ROOT%{_libdir}/gnash/libgnashbase.so \ - $RPM_BUILD_ROOT%{_libdir}/gnash/libgnashmedia.so \ - $RPM_BUILD_ROOT%{_libdir}/gnash/libgnashnet.so \ - $RPM_BUILD_ROOT%{_libdir}/gnash/libgnashcore.so \ - $RPM_BUILD_ROOT%{_libdir}/gnash/libmozsdk.so* -# $RPM_BUILD_ROOT%{_libdir}/gnash/libgnashserver.so -# $RPM_BUILD_ROOT%{_libdir}/libgnashbackend.so \ -# $RPM_BUILD_ROOT%{_libdir}/libgnashgeo.so \ -# $RPM_BUILD_ROOT%{_libdir}/libgnashgui.so \ -# $RPM_BUILD_ROOT%{_libdir}/libgnashplayer.so \ -# $RPM_BUILD_ROOT%{_libdir}/libklashplayer.so #rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper rm -f $RPM_BUILD_ROOT%{_infodir}/dir # don't package libltdl related files! @@ -191,8 +207,8 @@ desktop-file-install --vendor="fedora" \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications/ \ gnash.desktop -mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32 -cp -p ./gui/images/GnashG.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32 +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps +cp -p ./gui/images/GnashG.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps #chmod a-x $RPM_BUILD_ROOT%{_datadir}/services/klash_part.desktop \ # $RPM_BUILD_ROOT%{_datadir}/apps/klash/pluginsinfo @@ -257,10 +273,10 @@ fi %{_bindir}/soldumper %{_bindir}/gnash %{_bindir}/gprocessor +%{_bindir}/findmicrophones +%{_bindir}/findwebcams %dir %{_libdir}/gnash -%{_libdir}/gnash/libgnash* -#%{_libdir}/libgnash*-*.so -#%{_libdir}/libklash*-*.so +%{_libdir}/gnash/*.so* %{_mandir}/man1/gnash.1* %{_mandir}/man1/dumpshm.1* %{_mandir}/man1/gprocessor.1* @@ -268,7 +284,7 @@ fi %{_mandir}/man1/flvdumper.1* %{_infodir}/gnash* %{_datadir}/gnash/ -%{_datadir}/icons/hicolor/32x32/*.png +%{_datadir}/icons/hicolor/32x32/apps/*.png %{_datadir}/applications/*.desktop %{_libexecdir}/gnash-wrapper #%{_datadir}/omf/gnash/ @@ -286,10 +302,85 @@ fi %files cygnal %defattr(-,root,root,-) +%config(noreplace) %{_sysconfdir}/cygnalrc %{_bindir}/cygnal %{_mandir}/man1/cygnal.1* +%{_mandir}/man1/rtmpget.1* +%dir %{_libdir}/cygnal +%{_libdir}/cygnal/plugins/*.so* + +%files devel +%defattr(-,root,root,-) +%{_includedir}/gnash/ +%{_libdir}/pkgconfig/gnash.pc + +%files -n python-gnash +%defattr(-,root,root,-) +%{python_sitearch}/gtk-2.0/* %changelog +* Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-8 +- Install icon to the correct place (#551621) + +* Wed Dec 30 2009 Tomeu Vizoso - 1:0.8.6-7 +- One more try at using the correct dir + +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-6 +- Patch was reversed + +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-5 +- Patch Makefile.in, not Makefile.am + +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-4 +- Pick up python modules from the right dir + +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-3 +- Install python modules in the right dir + +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-2 +- Add cygnal plugins + +* Tue Dec 29 2009 Tomeu Vizoso - 1:0.8.6-1 +- Update to 0.8.6, increase epoch. + +* Thu Sep 10 2009 Tomeu Vizoso 0.9.0-0.8.20090910bzr11506 +- update to HEAD + +* Thu Sep 10 2009 Tomeu Vizoso 0.9.0-0.7.20090910bzr11505 +- update to HEAD + +* Mon Aug 10 2009 Kevin Kofler 0.9.0-0.6.20090809bzr11401 +- don't package headers in -widget, only in -devel (no duplicate files) +- own %%{_includedir}/gnash/ in -devel +- add missing %%defattr for -devel and -widget +- make -devel and -widget require the main package (with exact VR) +- fix -devel group and description +- rename gnash-widget to python-gnash as per the naming guidelines + +* Sun Aug 09 2009 Kevin Kofler 0.9.0-0.5.20090809bzr11401 +- use %%{_includedir}, not %%{_prefix}/include + +* Sun Aug 09 2009 Tomeu Vizoso 0.9.0-0.4.20090809bzr11401 +- Install the python module in the sitearch dir + +* Sun Aug 09 2009 Tomeu Vizoso 0.9.0-0.3.20090809bzr11401 +- One more 64bit fix + +* Sun Aug 09 2009 Tomeu Vizoso 0.9.0-0.3.20090809bzr11400 +- Fix the packaging in 64bits + +* Sun Aug 09 2009 Tomeu Vizoso 0.9.0-0.2.20090809bzr11400 +- upload the .swf file + +* Sun Aug 09 2009 Tomeu Vizoso 0.9.0-0.1.20090809bzr11400 +- merge upstream changes into the spec + +* Fri Jul 24 2009 Fedora Release Engineering - 0.8.5-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri May 22 2009 Kevin Kofler 0.8.5-4 +- rebuild for new Boost + * Fri Mar 06 2009 Kevin Kofler 0.8.5-3 - explicitly link the KlashPart against the libraries it uses Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gnash/F-11/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 6 Mar 2009 12:24:36 -0000 1.10 +++ sources 2 Jan 2010 04:36:30 -0000 1.11 @@ -1,2 +1,2 @@ -b54a72a52d2477e65d9029be572789ff gnash-0.8.5.tar.gz +913bcbffd37c9603b84486227c65dce7 gnash-0.8.6.tar.bz2 3ba3f30fbcd9ac6458c7d50a33eb933e gnash-splash.swf From dcbw at fedoraproject.org Sat Jan 2 04:42:12 2010 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 2 Jan 2010 04:42:12 +0000 (UTC) Subject: rpms/ModemManager/devel ModemManager.spec,1.12,1.13 Message-ID: <20100102044212.460FC11C0068@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/ModemManager/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19688 Modified Files: ModemManager.spec Log Message: BuildRequire ppp for the ppp plugin dir Index: ModemManager.spec =================================================================== RCS file: /cvs/pkgs/rpms/ModemManager/devel/ModemManager.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- ModemManager.spec 2 Jan 2010 04:28:28 -0000 1.12 +++ ModemManager.spec 2 Jan 2010 04:42:12 -0000 1.13 @@ -1,4 +1,5 @@ %define snapshot .git20100101 +%define ppp_version 2.4.4 Summary: Mobile broadband modem management service Name: ModemManager @@ -19,7 +20,8 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na BuildRequires: glib2-devel BuildRequires: dbus-glib-devel >= 0.75 BuildRequires: libgudev-devel >= 143 -BuildRequires: ppp-devel >= 2.4.4 +BuildRequires: ppp >= %{ppp_version} +BuildRequires: ppp-devel >= %{ppp_version} %description The ModemManager service provides a consistent API to operate many different From dcbw at fedoraproject.org Sat Jan 2 04:47:30 2010 From: dcbw at fedoraproject.org (Daniel Williams) Date: Sat, 2 Jan 2010 04:47:30 +0000 (UTC) Subject: rpms/ModemManager/F-12 ModemManager.spec,1.9,1.10 sources,1.8,1.9 Message-ID: <20100102044730.5E78D11C0068@cvs1.fedora.phx.redhat.com> Author: dcbw Update of /cvs/pkgs/rpms/ModemManager/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20566 Modified Files: ModemManager.spec sources Log Message: * Fri Jan 1 2010 Dan Williams - 0.2.997-5.git20100101 - core: fix apparent hangs by limiting retried serial writes - gsm: ensure modem state is reset when disabled Index: ModemManager.spec =================================================================== RCS file: /cvs/pkgs/rpms/ModemManager/F-12/ModemManager.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- ModemManager.spec 19 Dec 2009 04:01:04 -0000 1.9 +++ ModemManager.spec 2 Jan 2010 04:47:30 -0000 1.10 @@ -1,9 +1,10 @@ -%define snapshot .git20091218 +%define snapshot .git20100101 +%define ppp_version 2.4.4 Summary: Mobile broadband modem management service Name: ModemManager Version: 0.2.997 -Release: 4%{snapshot}%{?dist} +Release: 5%{snapshot}%{?dist} # # Source from git://anongit.freedesktop.org/ModemManager/ModemManager # tarball built with: @@ -19,6 +20,8 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{na BuildRequires: glib2-devel BuildRequires: dbus-glib-devel >= 0.75 BuildRequires: libgudev-devel >= 143 +BuildRequires: ppp >= %{ppp_version} +BuildRequires: ppp-devel >= %{ppp_version} %description The ModemManager service provides a consistent API to operate many different @@ -28,10 +31,13 @@ modems, including mobile broadband (3G) %setup -q %build + +pppddir=`ls -1d %{_libdir}/pppd/2*` %configure \ --enable-more-warnings=yes \ --with-udev-base-dir=/lib/udev \ - --disable-static + --disable-static \ + --with-pppd-plugin-dir=$pppddir make %{?_smp_mflags} @@ -43,6 +49,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.*/*.la +rm -f $RPM_BUILD_ROOT%{_libdir}/pppd/2.*/*.so %clean rm -rf $RPM_BUILD_ROOT @@ -62,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT /lib/udev/rules.d/* %changelog +* Fri Jan 1 2010 Dan Williams - 0.2.997-5.git20100101 +- core: fix apparent hangs by limiting retried serial writes +- gsm: ensure modem state is reset when disabled + * Fri Dec 18 2009 Dan Williams - 0.2.997-4.git20091218 - sierra: fix CDMA registration detection in some cases (rh #547513) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ModemManager/F-12/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 19 Dec 2009 04:01:05 -0000 1.8 +++ sources 2 Jan 2010 04:47:30 -0000 1.9 @@ -1 +1 @@ -d5972d307305992cce8f12a27b2a62c1 ModemManager-0.2.997.git20091218.tar.bz2 +bd186d74e1b478932fe1c32a49d78da7 ModemManager-0.2.997.git20100101.tar.bz2 From mclasen at fedoraproject.org Sat Jan 2 05:08:41 2010 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Sat, 2 Jan 2010 05:08:41 +0000 (UTC) Subject: rpms/gnome-games/devel gnome-games.spec,1.247,1.248 Message-ID: <20100102050841.CF16911C0068@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gnome-games/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23700 Modified Files: gnome-games.spec Log Message: Omit swell-foop Index: gnome-games.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnome-games/devel/gnome-games.spec,v retrieving revision 1.247 retrieving revision 1.248 diff -u -p -r1.247 -r1.248 --- gnome-games.spec 22 Dec 2009 21:35:23 -0000 1.247 +++ gnome-games.spec 2 Jan 2010 05:08:41 -0000 1.248 @@ -20,15 +20,15 @@ %endif %if !%{build_card} && !%{build_tali} -%define omitgames --enable-omitgames=aisleriot,gtali +%define omitgames --enable-omitgames=swell-foop,aisleriot,gtali %else %if !%{build_card} -%define omitgames --enable-omitgames=aisleriot +%define omitgames --enable-omitgames=swell-foop,aisleriot %else %if !%{build_tali} -%define omitgames --enable-omitgames=gtali +%define omitgames --enable-omitgames=swell-foop,gtali %else -%define omitgames %{nil} +%define omitgames --enable-omitgames=swell-foop %endif %endif %endif @@ -44,7 +44,7 @@ Summary: Games for the GNOME desktop Name: gnome-games Version: 2.29.4 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 License: GPLv2+ and GFDL Group: Amusements/Games @@ -199,7 +199,6 @@ gconftool-2 --makefile-install-rule \ %{card_schemas} \ gnomine.schemas \ iagno.schemas \ - swell-foop.schemas \ gnome-sudoku.schemas \ > /dev/null || : ) @@ -230,7 +229,6 @@ if [ "$1" -gt 1 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` (cd %{_sysconfdir}/gconf/schemas; \ if test -f same-gnome.schemas ; then gconftool-2 --makefile-uninstall-rule same-gnome.schemas ; fi ; \ - if test -f swell-foop.schemas ; then gconftool-2 --makefile-uninstall-rule swell-foop.schemas ; fi ; \ gconftool-2 --makefile-uninstall-rule \ %{card_schemas} \ gnomine.schemas \ @@ -264,7 +262,6 @@ if [ "$1" -eq 0 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` (cd %{_sysconfdir}/gconf/schemas; \ if test -f same-gnome.schemas ; then gconftool-2 --makefile-uninstall-rule same-gnome.schemas ; fi ; \ - if test -f swell-foop.schemas ; then gconftool-2 --makefile-uninstall-rule swell-foop.schemas ; fi ; \ gconftool-2 --makefile-uninstall-rule \ %{card_schemas} \ gnomine.schemas \ @@ -331,14 +328,12 @@ gtk-update-icon-cache %{_datadir}/icons/ %{_datadir}/applications/gnome-sol.desktop %{_datadir}/applications/gnome-gnomine.desktop %{_datadir}/applications/gnome-iagno.desktop -%{_datadir}/applications/gnome-swell-foop.desktop %{_datadir}/applications/gnome-sudoku.desktop %dir %{_datadir}/gnome-games %{_datadir}/gnome-games/aisleriot %{_datadir}/gnome-games/gnomine %{_datadir}/gnome-games/iagno -%{_datadir}/gnome-games/swell-foop %{_datadir}/gnome-games/icons %{_datadir}/gnome-games/sounds %{_datadir}/gnome-games/pixmaps @@ -348,11 +343,8 @@ gtk-update-icon-cache %{_datadir}/icons/ %{_datadir}/icons/hicolor/*/apps/gnome-aisleriot.* %{_datadir}/icons/hicolor/*/apps/gnome-iagno.* %{_datadir}/icons/hicolor/*/apps/gnome-mines.* -%{_datadir}/icons/hicolor/*/apps/gnome-swell-foop.* -#%{_datadir}/icons/hicolor/*/apps/gnome-samegnome.* %{_datadir}/icons/hicolor/*/apps/gnome-sudoku.* -# %verify(not md5 size mtime) %config(noreplace) %attr(664, games, games) /var/lib/games/swell-foop.* %verify(not md5 size mtime) %config(noreplace) %attr(664, games, games) /var/lib/games/gnomine.* %{_libdir}/gnome-games @@ -365,7 +357,6 @@ gtk-update-icon-cache %{_datadir}/icons/ %endif %{_sysconfdir}/gconf/schemas/gnomine.schemas %{_sysconfdir}/gconf/schemas/iagno.schemas -%{_sysconfdir}/gconf/schemas/swell-foop.schemas %{_sysconfdir}/gconf/schemas/gnome-sudoku.schemas # these are not setgid games @@ -373,11 +364,9 @@ gtk-update-icon-cache %{_datadir}/icons/ %{_bindir}/gnome-sudoku # these are setgid games -%attr(2551, root, games) %{_bindir}/swell-foop %attr(2551, root, games) %{_bindir}/iagno %attr(2551, root, games) %{_bindir}/gnomine -# %{_mandir}/man6/swell-foop.6.gz %{_mandir}/man6/iagno.6.gz %{_mandir}/man6/gnomine.6.gz %{_mandir}/man6/gnome-sudoku.6.gz @@ -476,6 +465,9 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog +* Sat Jan 2 2009 Matthias Clasen 2.29.4-2 +- Omit swell-foop + * Tue Dec 22 2009 Matthias Clasen 2.29.4-1 - Update to 2.29.4 From mclasen at fedoraproject.org Sat Jan 2 05:15:14 2010 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Sat, 2 Jan 2010 05:15:14 +0000 (UTC) Subject: rpms/gnome-games/devel gnome-games.spec,1.248,1.249 Message-ID: <20100102051514.A57A811C0068@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/gnome-games/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24527 Modified Files: gnome-games.spec Log Message: Fix date Index: gnome-games.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnome-games/devel/gnome-games.spec,v retrieving revision 1.248 retrieving revision 1.249 diff -u -p -r1.248 -r1.249 --- gnome-games.spec 2 Jan 2010 05:08:41 -0000 1.248 +++ gnome-games.spec 2 Jan 2010 05:15:14 -0000 1.249 @@ -465,7 +465,7 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog -* Sat Jan 2 2009 Matthias Clasen 2.29.4-2 +* Sat Jan 2 2010 Matthias Clasen - 2.29.4-2 - Omit swell-foop * Tue Dec 22 2009 Matthias Clasen 2.29.4-1 From boodle at fedoraproject.org Sat Jan 2 05:19:47 2010 From: boodle at fedoraproject.org (boodle) Date: Sat, 2 Jan 2010 05:19:47 +0000 (UTC) Subject: rpms/pxe-kexec/devel import.log,1.1,1.2 Message-ID: <20100102051947.2485611C0068@cvs1.fedora.phx.redhat.com> Author: boodle Update of /cvs/pkgs/rpms/pxe-kexec/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25363/devel Modified Files: import.log Log Message: CVS commit Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/pxe-kexec/devel/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- import.log 7 Dec 2009 03:20:44 -0000 1.1 +++ import.log 2 Jan 2010 05:19:46 -0000 1.2 @@ -1 +1,2 @@ pxe-kexec-0_2_3-2_fc12:HEAD:pxe-kexec-0.2.3-2.fc12.src.rpm:1260156014 +pxe-kexec-0_2_3-2_fc12:HEAD:pxe-kexec-0.2.3-2.fc12.src.rpm:1262409525 From mycae at fedoraproject.org Sat Jan 2 05:57:14 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 05:57:14 +0000 (UTC) Subject: rpms/mathgl/devel mathgl.spec,1.4,1.5 Message-ID: <20100102055714.40E1B11C03E3@cvs1.fedora.phx.redhat.com> Author: mycae Update of /cvs/pkgs/rpms/mathgl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30912 Modified Files: mathgl.spec Log Message: * Fix octave install * Fix texinfo install Index: mathgl.spec =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/devel/mathgl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mathgl.spec 2 Jan 2010 03:20:02 -0000 1.4 +++ mathgl.spec 2 Jan 2010 05:57:12 -0000 1.5 @@ -1,7 +1,7 @@ %{!?octave_api:%global octave_api %(octave-config -p API_VERSION || echo 0)} Name: mathgl Version: 1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform library for making high-quality scientific graphics Summary(ru): MathGL - ??? ?????????? ??? ????????????? ?????????????????? ???????????? ?????? License: GPLv2+ @@ -122,6 +122,13 @@ mkdir -p $RPM_BUILD_ROOT/%{_prefix}/libe #Remove empty INDEX file rm %{name}/INDEX +#Fix PKG_ADD +echo "pkg load mathgl" > %{name}/PKG_ADD +echo "mathgl;" >> %{name}/PKG_ADD + +#fix wrong version number in description +sed -i 's/1.9/1.10/' %{name}/DESCRIPTION + #We cannot use version macro with octave package search, # as pkg.m assumes a x.y.z format for packages. Failing # to do this renders the plugin inoperable @@ -154,6 +161,16 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name #remove misplaced info "dir" file rm -f $RPM_BUILD_ROOT/%{_infodir}/dir +pushd $RPM_BUILD_ROOT/%{_infodir} + +#move to _en info files +for i in mathgl_en.info*; +do + mv $i `echo $i | sed s/mathgl_en/mathgl/` +done + +popd + %post /sbin/ldconfig /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : @@ -180,7 +197,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}/ %{_prefix}/libexec/octave/packages/%{name}-1.10.0/ %{_datadir}/octave/packages/%{name}-1.10.0/ -%{_infodir}/%{name}_en.*.gz +%{_infodir}/%{name}.*.gz %{_infodir}/%{name}_ru.*.gz @@ -194,6 +211,10 @@ rm -rf $RPM_BUILD_ROOT %doc texinfo/docs/* %changelog +* Sat Jan 02 2010 - 1.10-2 +- Fix octave interface to load on startup +- Fix texinfo insatll + * Sat Jan 02 2010 - 1.10-1 - Update to 1.10 From mycae at fedoraproject.org Sat Jan 2 05:58:52 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 05:58:52 +0000 (UTC) Subject: rpms/mathgl/F-12 mathgl.spec,1.3,1.4 Message-ID: <20100102055852.BA9B811C0068@cvs1.fedora.phx.redhat.com> Author: mycae Update of /cvs/pkgs/rpms/mathgl/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31287 Modified Files: mathgl.spec Log Message: * Fix info install * Fix octave install Index: mathgl.spec =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-12/mathgl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mathgl.spec 2 Jan 2010 03:22:39 -0000 1.3 +++ mathgl.spec 2 Jan 2010 05:58:52 -0000 1.4 @@ -1,7 +1,7 @@ %{!?octave_api:%global octave_api %(octave-config -p API_VERSION || echo 0)} Name: mathgl Version: 1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform library for making high-quality scientific graphics Summary(ru): MathGL - ??? ?????????? ??? ????????????? ?????????????????? ???????????? ?????? License: GPLv2+ @@ -122,6 +122,13 @@ mkdir -p $RPM_BUILD_ROOT/%{_prefix}/libe #Remove empty INDEX file rm %{name}/INDEX +#Fix PKG_ADD +echo "pkg load mathgl" > %{name}/PKG_ADD +echo "mathgl;" >> %{name}/PKG_ADD + +#fix wrong version number in description +sed -i 's/1.9/1.10/' %{name}/DESCRIPTION + #We cannot use version macro with octave package search, # as pkg.m assumes a x.y.z format for packages. Failing # to do this renders the plugin inoperable @@ -154,6 +161,16 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name #remove misplaced info "dir" file rm -f $RPM_BUILD_ROOT/%{_infodir}/dir +pushd $RPM_BUILD_ROOT/%{_infodir} + +#move to _en info files +for i in mathgl_en.info*; +do + mv $i `echo $i | sed s/mathgl_en/mathgl/` +done + +popd + %post /sbin/ldconfig /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : @@ -180,7 +197,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}/ %{_prefix}/libexec/octave/packages/%{name}-1.10.0/ %{_datadir}/octave/packages/%{name}-1.10.0/ -%{_infodir}/%{name}_en.*.gz +%{_infodir}/%{name}.*.gz %{_infodir}/%{name}_ru.*.gz @@ -194,6 +211,10 @@ rm -rf $RPM_BUILD_ROOT %doc texinfo/docs/* %changelog +* Sat Jan 02 2010 - 1.10-2 +- Fix octave interface to load on startup +- Fix texinfo insatll + * Sat Jan 02 2010 - 1.10-1 - Update to 1.10 From mycae at fedoraproject.org Sat Jan 2 06:01:37 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 06:01:37 +0000 (UTC) Subject: rpms/mathgl/F-11 mathgl.spec, 1.3, 1.4 mathgl-io.patch, 1.1, NONE mathgl-png.patch, 1.1, NONE Message-ID: <20100102060137.9F1C211C0068@cvs1.fedora.phx.redhat.com> Author: mycae Update of /cvs/pkgs/rpms/mathgl/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31883 Modified Files: mathgl.spec Removed Files: mathgl-io.patch mathgl-png.patch Log Message: * Fix octave install * Fix info install * Remove patches that are no longer needed (fixed by upstream) Index: mathgl.spec =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-11/mathgl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mathgl.spec 2 Jan 2010 03:24:32 -0000 1.3 +++ mathgl.spec 2 Jan 2010 06:01:37 -0000 1.4 @@ -1,7 +1,7 @@ %{!?octave_api:%global octave_api %(octave-config -p API_VERSION || echo 0)} Name: mathgl Version: 1.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Cross-platform library for making high-quality scientific graphics Summary(ru): MathGL - ??? ?????????? ??? ????????????? ?????????????????? ???????????? ?????? License: GPLv2+ @@ -122,6 +122,13 @@ mkdir -p $RPM_BUILD_ROOT/%{_prefix}/libe #Remove empty INDEX file rm %{name}/INDEX +#Fix PKG_ADD +echo "pkg load mathgl" > %{name}/PKG_ADD +echo "mathgl;" >> %{name}/PKG_ADD + +#fix wrong version number in description +sed -i 's/1.9/1.10/' %{name}/DESCRIPTION + #We cannot use version macro with octave package search, # as pkg.m assumes a x.y.z format for packages. Failing # to do this renders the plugin inoperable @@ -154,6 +161,16 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name #remove misplaced info "dir" file rm -f $RPM_BUILD_ROOT/%{_infodir}/dir +pushd $RPM_BUILD_ROOT/%{_infodir} + +#move to _en info files +for i in mathgl_en.info*; +do + mv $i `echo $i | sed s/mathgl_en/mathgl/` +done + +popd + %post /sbin/ldconfig /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : @@ -180,7 +197,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/%{name}/ %{_prefix}/libexec/octave/packages/%{name}-1.10.0/ %{_datadir}/octave/packages/%{name}-1.10.0/ -%{_infodir}/%{name}_en.*.gz +%{_infodir}/%{name}.*.gz %{_infodir}/%{name}_ru.*.gz @@ -194,6 +211,10 @@ rm -rf $RPM_BUILD_ROOT %doc texinfo/docs/* %changelog +* Sat Jan 02 2010 - 1.10-2 +- Fix octave interface to load on startup +- Fix texinfo insatll + * Sat Jan 02 2010 - 1.10-1 - Update to 1.10 --- mathgl-io.patch DELETED --- --- mathgl-png.patch DELETED --- From mycae at fedoraproject.org Sat Jan 2 06:07:09 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 06:07:09 +0000 (UTC) Subject: rpms/mathgl/F-12 .cvsignore, 1.2, 1.3 mathgl.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20100102060709.ABABB11C0068@cvs1.fedora.phx.redhat.com> Author: mycae Update of /cvs/pkgs/rpms/mathgl/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv650 Modified Files: .cvsignore mathgl.spec sources Log Message: * Add sources file Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-12/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 14 Sep 2009 10:51:22 -0000 1.2 +++ .cvsignore 2 Jan 2010 06:07:09 -0000 1.3 @@ -1 +1 @@ -mathgl-1.9.tgz +mathgl-1.10.tgz Index: mathgl.spec =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-12/mathgl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mathgl.spec 2 Jan 2010 05:58:52 -0000 1.4 +++ mathgl.spec 2 Jan 2010 06:07:09 -0000 1.5 @@ -1,7 +1,7 @@ %{!?octave_api:%global octave_api %(octave-config -p API_VERSION || echo 0)} Name: mathgl Version: 1.10 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Cross-platform library for making high-quality scientific graphics Summary(ru): MathGL - ??? ?????????? ??? ????????????? ?????????????????? ???????????? ?????? License: GPLv2+ @@ -211,6 +211,8 @@ rm -rf $RPM_BUILD_ROOT %doc texinfo/docs/* %changelog +* Sat Jan 02 2010 - 1.10-2.1 +- Import new tgz file into cvs * Sat Jan 02 2010 - 1.10-2 - Fix octave interface to load on startup - Fix texinfo insatll Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-12/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 14 Sep 2009 10:51:23 -0000 1.2 +++ sources 2 Jan 2010 06:07:09 -0000 1.3 @@ -1 +1 @@ -9aa6b5f8c4a6f7d5b8708b8565b17b63 mathgl-1.9.tgz +55831831783943567083a79319892247 mathgl-1.10.tgz From mycae at fedoraproject.org Sat Jan 2 06:07:14 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 06:07:14 +0000 (UTC) Subject: rpms/mathgl/F-11 .cvsignore, 1.2, 1.3 mathgl.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <20100102060714.17BC111C0068@cvs1.fedora.phx.redhat.com> Author: mycae Update of /cvs/pkgs/rpms/mathgl/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv663 Modified Files: .cvsignore mathgl.spec sources Log Message: * Add new sources Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-11/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 14 Sep 2009 10:49:17 -0000 1.2 +++ .cvsignore 2 Jan 2010 06:07:13 -0000 1.3 @@ -1 +1 @@ -mathgl-1.9.tgz +mathgl-1.10.tgz Index: mathgl.spec =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-11/mathgl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mathgl.spec 2 Jan 2010 06:01:37 -0000 1.4 +++ mathgl.spec 2 Jan 2010 06:07:13 -0000 1.5 @@ -1,7 +1,7 @@ %{!?octave_api:%global octave_api %(octave-config -p API_VERSION || echo 0)} Name: mathgl Version: 1.10 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Cross-platform library for making high-quality scientific graphics Summary(ru): MathGL - ??? ?????????? ??? ????????????? ?????????????????? ???????????? ?????? License: GPLv2+ @@ -211,6 +211,8 @@ rm -rf $RPM_BUILD_ROOT %doc texinfo/docs/* %changelog +* Sat Jan 02 2010 - 1.10-2.1 +- Import new tgz file into cvs * Sat Jan 02 2010 - 1.10-2 - Fix octave interface to load on startup - Fix texinfo insatll Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mathgl/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 14 Sep 2009 10:49:18 -0000 1.2 +++ sources 2 Jan 2010 06:07:13 -0000 1.3 @@ -1 +1 @@ -9aa6b5f8c4a6f7d5b8708b8565b17b63 mathgl-1.9.tgz +55831831783943567083a79319892247 mathgl-1.10.tgz From kkofler at fedoraproject.org Sat Jan 2 06:34:47 2010 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Sat, 2 Jan 2010 06:34:47 +0000 (UTC) Subject: rpms/gnash/F-11 gnash.spec,1.51,1.52 Message-ID: <20100102063447.B6B1711C0068@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/gnash/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5368/F-11 Modified Files: gnash.spec Log Message: * Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-9 - Add missing Epoch to Requires Index: gnash.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnash/F-11/gnash.spec,v retrieving revision 1.51 retrieving revision 1.52 diff -u -p -r1.51 -r1.52 --- gnash.spec 2 Jan 2010 04:36:30 -0000 1.51 +++ gnash.spec 2 Jan 2010 06:34:46 -0000 1.52 @@ -5,7 +5,7 @@ Name: gnash Version: 0.8.6 -Release: 8%{?dist} +Release: 9%{?dist} #Release: 0.8.%{alphatag}%{?dist} Epoch: 1 Summary: GNU flash movie player @@ -65,7 +65,7 @@ class. %package plugin Summary: Web-client flash movie player plugin -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} # this doesn't prevent wrong dependencies, in case a package # provides %%{_libdir}/mozilla/plugins (like kdebase for konqueror) # and another unrelated webbrowser is installed, like w3m-el. @@ -78,7 +78,7 @@ The gnash flash movie player plugin for %package klash Summary: Konqueror flash movie player plugin -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Group: Applications/Multimedia %description klash @@ -86,7 +86,7 @@ The gnash flash movie player plugin for %package cygnal Summary: Streaming media server -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Group: Applications/Multimedia %description cygnal @@ -94,7 +94,7 @@ Cygnal is a streaming media server that' %package devel Summary: Gnash header files -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Group: Development/Libraries %description devel @@ -103,7 +103,7 @@ the Gnash GTK+ widget into a C/C++ appli %package -n python-gnash Summary: Gnash Python bindings -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Group: Applications/Multimedia %description -n python-gnash @@ -319,6 +319,9 @@ fi %{python_sitearch}/gtk-2.0/* %changelog +* Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-9 +- Add missing Epoch to Requires + * Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-8 - Install icon to the correct place (#551621) From kkofler at fedoraproject.org Sat Jan 2 06:34:47 2010 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Sat, 2 Jan 2010 06:34:47 +0000 (UTC) Subject: rpms/gnash/devel gnash.spec,1.72,1.73 Message-ID: <20100102063447.BC26211C03D6@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/gnash/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5368/devel Modified Files: gnash.spec Log Message: * Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-9 - Add missing Epoch to Requires Index: gnash.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v retrieving revision 1.72 retrieving revision 1.73 diff -u -p -r1.72 -r1.73 --- gnash.spec 2 Jan 2010 04:23:48 -0000 1.72 +++ gnash.spec 2 Jan 2010 06:34:47 -0000 1.73 @@ -5,7 +5,7 @@ Name: gnash Version: 0.8.6 -Release: 8%{?dist} +Release: 9%{?dist} #Release: 0.8.%{alphatag}%{?dist} Epoch: 1 Summary: GNU flash movie player @@ -65,7 +65,7 @@ class. %package plugin Summary: Web-client flash movie player plugin -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} # this doesn't prevent wrong dependencies, in case a package # provides %%{_libdir}/mozilla/plugins (like kdebase for konqueror) # and another unrelated webbrowser is installed, like w3m-el. @@ -78,7 +78,7 @@ The gnash flash movie player plugin for %package klash Summary: Konqueror flash movie player plugin -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Group: Applications/Multimedia %description klash @@ -86,7 +86,7 @@ The gnash flash movie player plugin for %package cygnal Summary: Streaming media server -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Group: Applications/Multimedia %description cygnal @@ -94,7 +94,7 @@ Cygnal is a streaming media server that' %package devel Summary: Gnash header files -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Group: Development/Libraries %description devel @@ -103,7 +103,7 @@ the Gnash GTK+ widget into a C/C++ appli %package -n python-gnash Summary: Gnash Python bindings -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Group: Applications/Multimedia %description -n python-gnash @@ -319,6 +319,9 @@ fi %{python_sitearch}/gtk-2.0/* %changelog +* Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-9 +- Add missing Epoch to Requires + * Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-8 - Install icon to the correct place (#551621) From kkofler at fedoraproject.org Sat Jan 2 06:34:47 2010 From: kkofler at fedoraproject.org (Kevin Kofler) Date: Sat, 2 Jan 2010 06:34:47 +0000 (UTC) Subject: rpms/gnash/F-12 gnash.spec,1.67,1.68 Message-ID: <20100102063447.B975811C02BB@cvs1.fedora.phx.redhat.com> Author: kkofler Update of /cvs/pkgs/rpms/gnash/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5368/F-12 Modified Files: gnash.spec Log Message: * Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-9 - Add missing Epoch to Requires Index: gnash.spec =================================================================== RCS file: /cvs/pkgs/rpms/gnash/F-12/gnash.spec,v retrieving revision 1.67 retrieving revision 1.68 diff -u -p -r1.67 -r1.68 --- gnash.spec 2 Jan 2010 04:23:48 -0000 1.67 +++ gnash.spec 2 Jan 2010 06:34:47 -0000 1.68 @@ -5,7 +5,7 @@ Name: gnash Version: 0.8.6 -Release: 8%{?dist} +Release: 9%{?dist} #Release: 0.8.%{alphatag}%{?dist} Epoch: 1 Summary: GNU flash movie player @@ -65,7 +65,7 @@ class. %package plugin Summary: Web-client flash movie player plugin -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} # this doesn't prevent wrong dependencies, in case a package # provides %%{_libdir}/mozilla/plugins (like kdebase for konqueror) # and another unrelated webbrowser is installed, like w3m-el. @@ -78,7 +78,7 @@ The gnash flash movie player plugin for %package klash Summary: Konqueror flash movie player plugin -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Group: Applications/Multimedia %description klash @@ -86,7 +86,7 @@ The gnash flash movie player plugin for %package cygnal Summary: Streaming media server -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Group: Applications/Multimedia %description cygnal @@ -94,7 +94,7 @@ Cygnal is a streaming media server that' %package devel Summary: Gnash header files -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Group: Development/Libraries %description devel @@ -103,7 +103,7 @@ the Gnash GTK+ widget into a C/C++ appli %package -n python-gnash Summary: Gnash Python bindings -Requires: %{name} = %{version}-%{release} +Requires: %{name} = %{epoch}:%{version}-%{release} Group: Applications/Multimedia %description -n python-gnash @@ -319,6 +319,9 @@ fi %{python_sitearch}/gtk-2.0/* %changelog +* Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-9 +- Add missing Epoch to Requires + * Sat Jan 02 2010 Kevin Kofler - 1:0.8.6-8 - Install icon to the correct place (#551621) From mycae at fedoraproject.org Sat Jan 2 07:22:22 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 07:22:22 +0000 (UTC) Subject: File givaro-3.3.1.tar.gz uploaded to lookaside cache by mycae Message-ID: <20100102072222.06FE910F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for givaro: df8c06c5a53e2b1123b7b5ea146d8a09 givaro-3.3.1.tar.gz From mycae at fedoraproject.org Sat Jan 2 07:26:01 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 07:26:01 +0000 (UTC) Subject: rpms/givaro/devel .cvsignore, 1.2, 1.3 givaro.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <20100102072601.6413211C0068@cvs1.fedora.phx.redhat.com> Author: mycae Update of /cvs/pkgs/rpms/givaro/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14414 Modified Files: .cvsignore givaro.spec sources Log Message: * Update to 3.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/givaro/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 14 Sep 2009 10:18:15 -0000 1.2 +++ .cvsignore 2 Jan 2010 07:26:00 -0000 1.3 @@ -1 +1 @@ -givaro-3.2.15rc1.tar.gz +givaro-3.3.1.tar.gz Index: givaro.spec =================================================================== RCS file: /cvs/pkgs/rpms/givaro/devel/givaro.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- givaro.spec 9 Oct 2009 11:59:32 -0000 1.2 +++ givaro.spec 2 Jan 2010 07:26:00 -0000 1.3 @@ -1,5 +1,5 @@ Name: givaro -Version: 3.3.0 +Version: 3.3.1 Release: 1%{?dist} Summary: C++ library for arithmetic and algebraic computations Group: Development/Libraries @@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 02 2010 D Haley - 3.3.1-1 +- Update to 3.3.1 + * Fri Oct 09 2009 D Haley - 3.3.0-1 - Update to 3.3.0 - Relicence per CeCILL-B Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/givaro/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 14 Sep 2009 10:18:15 -0000 1.2 +++ sources 2 Jan 2010 07:26:00 -0000 1.3 @@ -1 +1 @@ -f0b754ee54bcac0e866f2979b57393ba givaro-3.2.15rc1.tar.gz +df8c06c5a53e2b1123b7b5ea146d8a09 givaro-3.3.1.tar.gz From mycae at fedoraproject.org Sat Jan 2 07:27:29 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 07:27:29 +0000 (UTC) Subject: rpms/givaro/F-11 .cvsignore, 1.3, 1.4 givaro.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20100102072729.AF30411C0068@cvs1.fedora.phx.redhat.com> Author: mycae Update of /cvs/pkgs/rpms/givaro/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14784 Modified Files: .cvsignore givaro.spec sources Log Message: * Update to 3.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/givaro/F-11/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 9 Oct 2009 12:08:28 -0000 1.3 +++ .cvsignore 2 Jan 2010 07:27:29 -0000 1.4 @@ -1 +1 @@ -givaro-3.3.0.tar.gz +givaro-3.3.1.tar.gz Index: givaro.spec =================================================================== RCS file: /cvs/pkgs/rpms/givaro/F-11/givaro.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- givaro.spec 9 Oct 2009 12:09:29 -0000 1.3 +++ givaro.spec 2 Jan 2010 07:27:29 -0000 1.4 @@ -1,6 +1,6 @@ Name: givaro -Version: 3.3.0 -Release: 2%{?dist} +Version: 3.3.1 +Release: 1%{?dist} Summary: C++ library for arithmetic and algebraic computations Group: Development/Libraries @@ -113,8 +113,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Oct 09 2009 D Haley - 3.3.0-2 -- Tag bymp +* Sat Jan 02 2010 D Haley - 3.3.1-1 +- Update to 3.3.1 * Fri Oct 09 2009 D Haley - 3.3.0-1 - Update to 3.3.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/givaro/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 9 Oct 2009 12:08:28 -0000 1.3 +++ sources 2 Jan 2010 07:27:29 -0000 1.4 @@ -1 +1 @@ -b0cf70f7d7fa4cdccfa9271a897b1086 givaro-3.3.0.tar.gz +df8c06c5a53e2b1123b7b5ea146d8a09 givaro-3.3.1.tar.gz From mycae at fedoraproject.org Sat Jan 2 07:27:53 2010 From: mycae at fedoraproject.org (mycae) Date: Sat, 2 Jan 2010 07:27:53 +0000 (UTC) Subject: rpms/givaro/F-12 .cvsignore, 1.3, 1.4 givaro.spec, 1.3, 1.4 sources, 1.3, 1.4 Message-ID: <20100102072753.A560811C0068@cvs1.fedora.phx.redhat.com> Author: mycae Update of /cvs/pkgs/rpms/givaro/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14888 Modified Files: .cvsignore givaro.spec sources Log Message: * Update to 3.3.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/givaro/F-12/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 9 Oct 2009 12:10:36 -0000 1.3 +++ .cvsignore 2 Jan 2010 07:27:52 -0000 1.4 @@ -1 +1 @@ -givaro-3.3.0.tar.gz +givaro-3.3.1.tar.gz Index: givaro.spec =================================================================== RCS file: /cvs/pkgs/rpms/givaro/F-12/givaro.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- givaro.spec 9 Oct 2009 12:10:36 -0000 1.3 +++ givaro.spec 2 Jan 2010 07:27:53 -0000 1.4 @@ -1,6 +1,6 @@ Name: givaro -Version: 3.3.0 -Release: 2%{?dist} +Version: 3.3.1 +Release: 1%{?dist} Summary: C++ library for arithmetic and algebraic computations Group: Development/Libraries @@ -113,8 +113,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Oct 09 2009 D Haley - 3.3.0-2 -- Tag bump +* Sat Jan 02 2010 D Haley - 3.3.1-1 +- Update to 3.3.1 * Fri Oct 09 2009 D Haley - 3.3.0-1 - Update to 3.3.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/givaro/F-12/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 9 Oct 2009 12:10:36 -0000 1.3 +++ sources 2 Jan 2010 07:27:53 -0000 1.4 @@ -1 +1 @@ -b0cf70f7d7fa4cdccfa9271a897b1086 givaro-3.3.0.tar.gz +df8c06c5a53e2b1123b7b5ea146d8a09 givaro-3.3.1.tar.gz From ensc at fedoraproject.org Sat Jan 2 11:30:32 2010 From: ensc at fedoraproject.org (ensc) Date: Sat, 2 Jan 2010 11:30:32 +0000 (UTC) Subject: rpms/gif2png/devel gif2png-overflow.patch, 1.1, 1.2 gif2png.spec, 1.12, 1.13 Message-ID: <20100102113032.EA0E111C0381@cvs1.fedora.phx.redhat.com> Author: ensc Update of /cvs/extras/rpms/gif2png/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27583 Modified Files: gif2png-overflow.patch gif2png.spec Log Message: changed -overflow patch to abort on bad filenames instead of processing truncated ones gif2png-overflow.patch: gif2png.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) Index: gif2png-overflow.patch =================================================================== RCS file: /cvs/extras/rpms/gif2png/devel/gif2png-overflow.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- gif2png-overflow.patch 1 Jan 2010 16:02:02 -0000 1.1 +++ gif2png-overflow.patch 2 Jan 2010 11:30:31 -0000 1.2 @@ -19,13 +19,16 @@ Index: gif2png-2.5.2/gif2png.c if (strcmp(file_ext, ".gif") != 0 && strcmp(file_ext, ".GIF") != 0 && strcmp(file_ext, "_gif") != 0 && strcmp(file_ext, "_GIF") != 0) { /* try to derive basename */ -@@ -874,7 +877,8 @@ int main(int argc, char *argv[]) +@@ -874,6 +877,12 @@ int main(int argc, char *argv[]) } } else { for (i = ac;i= sizeof name - sizeof ".gif") { ++ fprintf(stderr, "%s: name too long\n", argv[i]); ++ errors = 1; ++ continue; ++ } ++ + strcpy(name, argv[i]); if ((fp = fopen(name, "rb")) == NULL) { /* retry with .gif appended */ - strcat(name, ".gif"); Index: gif2png.spec =================================================================== RCS file: /cvs/extras/rpms/gif2png/devel/gif2png.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- gif2png.spec 1 Jan 2010 16:32:35 -0000 1.12 +++ gif2png.spec 2 Jan 2010 11:30:32 -0000 1.13 @@ -5,7 +5,7 @@ Summary: A GIF to PNG converter Name: gif2png Version: 2.5.2 -Release: %release_func 1302 +Release: %release_func 1304 License: BSD Group: Applications/Multimedia URL: http://www.catb.org/~esr/gif2png/ @@ -75,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 2 2010 Enrico Scholz - 2.5.2-1304 +- changed -overflow patch to abort on bad filenames instead of + processing truncated ones + * Fri Jan 1 2010 Enrico Scholz - 2.5.2-1302 - fixed command line buffer overflow (#547515, CVE-2009-XXXX) From ensc at fedoraproject.org Sat Jan 2 11:35:33 2010 From: ensc at fedoraproject.org (ensc) Date: Sat, 2 Jan 2010 11:35:33 +0000 (UTC) Subject: rpms/gif2png/F-12 gif2png.spec, 1.10, 1.11 gif2png-overflow.patch, 1.1, 1.2 Message-ID: <20100102113533.3070611C0068@cvs1.fedora.phx.redhat.com> Author: ensc Update of /cvs/extras/rpms/gif2png/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28627/F-12 Modified Files: gif2png.spec gif2png-overflow.patch Log Message: changed -overflow patch to abort on bad filenames instead of processing truncated ones Index: gif2png.spec =================================================================== RCS file: /cvs/extras/rpms/gif2png/F-12/gif2png.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- gif2png.spec 1 Jan 2010 16:36:26 -0000 1.10 +++ gif2png.spec 2 Jan 2010 11:35:32 -0000 1.11 @@ -3,7 +3,7 @@ Summary: A GIF to PNG converter Name: gif2png Version: 2.5.1 -Release: %release_func 1200 +Release: %release_func 1201 License: BSD Group: Applications/Multimedia URL: http://www.catb.org/~esr/gif2png/ @@ -77,6 +77,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 2 2010 Enrico Scholz - 2.5.1-1201 +- changed -overflow patch to abort on bad filenames instead of + processing truncated ones + * Fri Jan 1 2010 Enrico Scholz - 2.5.1-1200 - fixed command line buffer overflow (#547515) gif2png-overflow.patch: gif2png.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) Index: gif2png-overflow.patch =================================================================== RCS file: /cvs/extras/rpms/gif2png/F-12/gif2png-overflow.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- gif2png-overflow.patch 1 Jan 2010 16:36:26 -0000 1.1 +++ gif2png-overflow.patch 2 Jan 2010 11:35:32 -0000 1.2 @@ -19,13 +19,16 @@ Index: gif2png-2.5.2/gif2png.c if (strcmp(file_ext, ".gif") != 0 && strcmp(file_ext, ".GIF") != 0 && strcmp(file_ext, "_gif") != 0 && strcmp(file_ext, "_GIF") != 0) { /* try to derive basename */ -@@ -874,7 +877,8 @@ int main(int argc, char *argv[]) +@@ -874,6 +877,12 @@ int main(int argc, char *argv[]) } } else { for (i = ac;i= sizeof name - sizeof ".gif") { ++ fprintf(stderr, "%s: name too long\n", argv[i]); ++ errors = 1; ++ continue; ++ } ++ + strcpy(name, argv[i]); if ((fp = fopen(name, "rb")) == NULL) { /* retry with .gif appended */ - strcat(name, ".gif"); From ensc at fedoraproject.org Sat Jan 2 11:35:33 2010 From: ensc at fedoraproject.org (ensc) Date: Sat, 2 Jan 2010 11:35:33 +0000 (UTC) Subject: rpms/gif2png/F-11 gif2png.spec, 1.9, 1.10 gif2png-overflow.patch, 1.1, 1.2 Message-ID: <20100102113533.4AFA911C0068@cvs1.fedora.phx.redhat.com> Author: ensc Update of /cvs/extras/rpms/gif2png/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28627/F-11 Modified Files: gif2png.spec gif2png-overflow.patch Log Message: changed -overflow patch to abort on bad filenames instead of processing truncated ones Index: gif2png.spec =================================================================== RCS file: /cvs/extras/rpms/gif2png/F-11/gif2png.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- gif2png.spec 1 Jan 2010 16:36:27 -0000 1.9 +++ gif2png.spec 2 Jan 2010 11:35:33 -0000 1.10 @@ -3,7 +3,7 @@ Summary: A GIF to PNG converter Name: gif2png Version: 2.5.1 -Release: %release_func 1100 +Release: %release_func 1101 License: BSD Group: Applications/Multimedia URL: http://www.catb.org/~esr/gif2png/ @@ -44,7 +44,7 @@ convert entire web hierarchies (images a %setup -q %patch0 -p1 -cat debian/patches/* | patch -p1 +cat debian/patches/* | patch -p1 %build @@ -75,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 2 2010 Enrico Scholz - 2.5.1-1101 +- changed -overflow patch to abort on bad filenames instead of + processing truncated ones + * Fri Jan 1 2010 Enrico Scholz - 2.5.1-1100 - fixed command line buffer overflow (#547515) gif2png-overflow.patch: gif2png.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) Index: gif2png-overflow.patch =================================================================== RCS file: /cvs/extras/rpms/gif2png/F-11/gif2png-overflow.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- gif2png-overflow.patch 1 Jan 2010 16:36:27 -0000 1.1 +++ gif2png-overflow.patch 2 Jan 2010 11:35:33 -0000 1.2 @@ -19,13 +19,16 @@ Index: gif2png-2.5.2/gif2png.c if (strcmp(file_ext, ".gif") != 0 && strcmp(file_ext, ".GIF") != 0 && strcmp(file_ext, "_gif") != 0 && strcmp(file_ext, "_GIF") != 0) { /* try to derive basename */ -@@ -874,7 +877,8 @@ int main(int argc, char *argv[]) +@@ -874,6 +877,12 @@ int main(int argc, char *argv[]) } } else { for (i = ac;i= sizeof name - sizeof ".gif") { ++ fprintf(stderr, "%s: name too long\n", argv[i]); ++ errors = 1; ++ continue; ++ } ++ + strcpy(name, argv[i]); if ((fp = fopen(name, "rb")) == NULL) { /* retry with .gif appended */ - strcat(name, ".gif"); From jpopelka at fedoraproject.org Sat Jan 2 11:51:32 2010 From: jpopelka at fedoraproject.org (=?utf-8?b?SmnFmcOtIFBvcGVsa2E=?=) Date: Sat, 2 Jan 2010 11:51:32 +0000 (UTC) Subject: rpms/net-tools/devel net-tools-1.60-IA64.patch, NONE, 1.1 net-tools-1.60-large-indexes.patch, NONE, 1.1 net-tools-1.60-netstat_stop_trim.patch, 1.3, 1.4 net-tools-1.60-num-ports.patch, 1.1, 1.2 net-tools-1.60-overflow.patch, 1.1, 1.2 net-tools-1.60-trunc.patch, 1.1, 1.2 net-tools.spec, 1.106, 1.107 Message-ID: <20100102115132.0CBB611C0068@cvs1.fedora.phx.redhat.com> Author: jpopelka Update of /cvs/pkgs/rpms/net-tools/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32459 Modified Files: net-tools-1.60-netstat_stop_trim.patch net-tools-1.60-num-ports.patch net-tools-1.60-overflow.patch net-tools-1.60-trunc.patch net-tools.spec Added Files: net-tools-1.60-IA64.patch net-tools-1.60-large-indexes.patch Log Message: * Sat Jan 2 2010 Jiri Popelka - 1.60-101 - fixed overflow patch (#551625) - ifconfig interface:0 del will remove the Aliased IP on IA64 (#473211) - interface slip: cast keepalive/outfill to unsigned long to fix warnings on 64bit hosts -- no functional changes since these only have an 8bit range anyways - interface: fix IPv6 parsing of interfaces with large indexes (> 255) (Debian #433543) net-tools-1.60-IA64.patch: ifconfig.c | 3 ++- lib/interface.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) --- NEW FILE net-tools-1.60-IA64.patch --- diff -up net-tools-1.60/ifconfig.c.IA64 net-tools-1.60/ifconfig.c --- net-tools-1.60/ifconfig.c.IA64 2010-01-02 11:35:39.000000000 +0100 +++ net-tools-1.60/ifconfig.c 2010-01-02 11:35:39.000000000 +0100 @@ -894,7 +894,8 @@ int main(int argc, char **argv) continue; } - memcpy(&ip, &sin.sin_addr.s_addr, sizeof(unsigned long)); + memset(&ip, 0, sizeof(unsigned long)); + memcpy(&ip, &sin.sin_addr.s_addr, sizeof(sin.sin_addr.s_addr)); if (get_nmbc_parent(ifr.ifr_name, &nm, &bc) < 0) { fprintf(stderr, _("Interface %s not initialized\n"), diff -up net-tools-1.60/lib/interface.c.IA64 net-tools-1.60/lib/interface.c --- net-tools-1.60/lib/interface.c.IA64 2010-01-02 11:35:39.000000000 +0100 +++ net-tools-1.60/lib/interface.c 2010-01-02 12:03:05.000000000 +0100 @@ -491,14 +491,14 @@ int if_fetch(struct interface *ife) if (ioctl(skfd, SIOCGOUTFILL, &ifr) < 0) ife->outfill = 0; else - ife->outfill = (unsigned int) ifr.ifr_data; + ife->outfill = (unsigned long) ifr.ifr_data; #endif #ifdef SIOCGKEEPALIVE strcpy(ifr.ifr_name, ifname); if (ioctl(skfd, SIOCGKEEPALIVE, &ifr) < 0) ife->keepalive = 0; else - ife->keepalive = (unsigned int) ifr.ifr_data; + ife->keepalive = (unsigned long) ifr.ifr_data; #endif } #endif net-tools-1.60-large-indexes.patch: interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE net-tools-1.60-large-indexes.patch --- diff -up net-tools-1.60/lib/interface.c.large-indexes net-tools-1.60/lib/interface.c --- net-tools-1.60/lib/interface.c.large-indexes 2010-01-02 12:05:13.000000000 +0100 +++ net-tools-1.60/lib/interface.c 2010-01-02 12:34:24.000000000 +0100 @@ -766,7 +766,7 @@ void ife_print_long(struct interface *pt /* FIXME: should be integrated into interface.c. */ if ((f = fopen(_PATH_PROCNET_IFINET6, "r")) != NULL) { - while (fscanf(f, "%4s%4s%4s%4s%4s%4s%4s%4s %02x %02x %02x %02x %20s\n", + while (fscanf(f, "%4s%4s%4s%4s%4s%4s%4s%4s %08x %02x %02x %02x %20s\n", addr6p[0], addr6p[1], addr6p[2], addr6p[3], addr6p[4], addr6p[5], addr6p[6], addr6p[7], &if_idx, &plen, &scope, &dad_status, devname) != EOF) { net-tools-1.60-netstat_stop_trim.patch: man/en_US/netstat.8 | 4 ++++ netstat.c | 27 ++++++++++++++++++++------- 2 files changed, 24 insertions(+), 7 deletions(-) Index: net-tools-1.60-netstat_stop_trim.patch =================================================================== RCS file: /cvs/pkgs/rpms/net-tools/devel/net-tools-1.60-netstat_stop_trim.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- net-tools-1.60-netstat_stop_trim.patch 7 Jun 2006 10:37:05 -0000 1.3 +++ net-tools-1.60-netstat_stop_trim.patch 2 Jan 2010 11:51:31 -0000 1.4 @@ -23,7 +23,7 @@ FILE *procinfo; -@@ -980,17 +983,21 @@ +@@ -980,16 +983,20 @@ get_sname(htons(local_port), "tcp", flag_not & FLAG_NUM_PORT)); @@ -35,8 +35,7 @@ + } strcat(local_addr, ":"); - strncat(local_addr, buffer, sizeof(local_addr)); - local_addr[sizeof(local_addr)-1] = 0; + strncat(local_addr, buffer, sizeof(local_addr)-strlen(local_addr)-1); snprintf(buffer, sizeof(buffer), "%s", get_sname(htons(rem_port), "tcp", flag_not & FLAG_NUM_PORT)); - @@ -49,7 +48,7 @@ + } strcat(rem_addr, ":"); - strncat(rem_addr, buffer, sizeof(rem_addr)); + strncat(rem_addr, buffer, sizeof(rem_addr)-strlen(rem_addr)-1); @@ -1776,6 +1783,7 @@ {"fib", 0, 0, 'F'}, {"groups", 0, 0, 'g'}, net-tools-1.60-num-ports.patch: netstat.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) Index: net-tools-1.60-num-ports.patch =================================================================== RCS file: /cvs/pkgs/rpms/net-tools/devel/net-tools-1.60-num-ports.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- net-tools-1.60-num-ports.patch 25 Nov 2004 14:07:55 -0000 1.1 +++ net-tools-1.60-num-ports.patch 2 Jan 2010 11:51:31 -0000 1.2 @@ -24,7 +24,7 @@ + if ((strlen(local_addr) + strlen(buffer)) >= 27) local_addr[22 - strlen(buffer)] = '\0'; strcat(local_addr, ":"); - strncat(local_addr, buffer, sizeof(local_addr)); + strncat(local_addr, buffer, sizeof(local_addr)-strlen(local_addr)-1); @@ -934,8 +934,8 @@ snprintf(buffer, sizeof(buffer), "%s", get_sname(htons(rem_port), "udp", flag_not & FLAG_NUM_PORT)); @@ -35,7 +35,7 @@ + if ((strlen(rem_addr) + strlen(buffer)) >= 27) rem_addr[22 - strlen(buffer)] = '\0'; strcat(rem_addr, ":"); - strncat(rem_addr, buffer, sizeof(rem_addr)); + strncat(rem_addr, buffer, sizeof(rem_addr)-strlen(rem_addr)-1); @@ -958,7 +958,7 @@ retr, timeout); break; @@ -55,7 +55,7 @@ + if ((strlen(local_addr) + strlen(buffer)) >= 27) local_addr[22 - strlen(buffer)] = '\0'; strcat(local_addr, ":"); - strncat(local_addr, buffer, sizeof(local_addr)); + strncat(local_addr, buffer, sizeof(local_addr)-strlen(local_addr)-1); @@ -1055,8 +1055,8 @@ snprintf(buffer, sizeof(buffer), "%s", get_sname(htons(rem_port), "raw", flag_not & FLAG_NUM_PORT)); @@ -66,7 +66,7 @@ + if ((strlen(rem_addr) + strlen(buffer)) >= 27) rem_addr[22 - strlen(buffer)] = '\0'; strcat(rem_addr, ":"); - strncat(rem_addr, buffer, sizeof(rem_addr)); + strncat(rem_addr, buffer, sizeof(rem_addr)-strlen(rem_addr)-1); @@ -1081,7 +1081,7 @@ retr, timeout); break; net-tools-1.60-overflow.patch: netstat.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Index: net-tools-1.60-overflow.patch =================================================================== RCS file: /cvs/pkgs/rpms/net-tools/devel/net-tools-1.60-overflow.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- net-tools-1.60-overflow.patch 9 Sep 2004 09:12:39 -0000 1.1 +++ net-tools-1.60-overflow.patch 2 Jan 2010 11:51:31 -0000 1.2 @@ -1,63 +1,57 @@ -diff -ur net-tools-1.60.orig/netstat.c net-tools-1.60/netstat.c ---- net-tools-1.60.orig/netstat.c 2004-04-07 11:47:05.000000000 -0400 -+++ net-tools-1.60/netstat.c 2004-04-07 16:47:15.000000000 -0400 -@@ -777,7 +777,8 @@ +diff -up net-tools-1.60/netstat.c.overflow net-tools-1.60/netstat.c +--- net-tools-1.60/netstat.c.overflow 2010-01-02 10:45:45.000000000 +0100 ++++ net-tools-1.60/netstat.c 2010-01-02 10:50:50.000000000 +0100 +@@ -777,7 +777,7 @@ static void tcp_do_one(int lnr, const ch local_addr[22 - strlen(buffer)] = '\0'; strcat(local_addr, ":"); - strcat(local_addr, buffer); -+ strncat(local_addr, buffer, sizeof(local_addr)); -+ local_addr[sizeof(local_addr)-1] = 0; ++ strncat(local_addr, buffer, sizeof(local_addr)-strlen(local_addr)-1); snprintf(buffer, sizeof(buffer), "%s", get_sname(htons(rem_port), "tcp", flag_not & FLAG_NUM_PORT)); -@@ -785,7 +786,8 @@ +@@ -785,7 +785,7 @@ static void tcp_do_one(int lnr, const ch rem_addr[22 - strlen(buffer)] = '\0'; strcat(rem_addr, ":"); - strcat(rem_addr, buffer); -+ strncat(rem_addr, buffer, sizeof(rem_addr)); -+ rem_addr[sizeof(rem_addr)-1] = 0; ++ strncat(rem_addr, buffer, sizeof(rem_addr)-strlen(rem_addr)-1); timers[0] = '\0'; if (flag_opt) -@@ -926,7 +928,8 @@ +@@ -926,7 +926,7 @@ static void udp_do_one(int lnr, const ch if ((strlen(local_addr) + strlen(buffer)) > 22) local_addr[22 - strlen(buffer)] = '\0'; strcat(local_addr, ":"); - strcat(local_addr, buffer); -+ strncat(local_addr, buffer, sizeof(local_addr)); -+ local_addr[sizeof(local_addr)-1] = 0; ++ strncat(local_addr, buffer, sizeof(local_addr)-strlen(local_addr)-1); snprintf(buffer, sizeof(buffer), "%s", get_sname(htons(rem_port), "udp", flag_not & FLAG_NUM_PORT)); -@@ -935,7 +938,8 @@ +@@ -935,7 +935,7 @@ static void udp_do_one(int lnr, const ch if ((strlen(rem_addr) + strlen(buffer)) > 22) rem_addr[22 - strlen(buffer)] = '\0'; strcat(rem_addr, ":"); - strcat(rem_addr, buffer); -+ strncat(rem_addr, buffer, sizeof(rem_addr)); -+ rem_addr[sizeof(rem_addr)-1] = 0; ++ strncat(rem_addr, buffer, sizeof(rem_addr)-strlen(rem_addr)-1); timers[0] = '\0'; if (flag_opt) -@@ -1045,7 +1049,8 @@ +@@ -1045,7 +1045,7 @@ static void raw_do_one(int lnr, const ch if ((strlen(local_addr) + strlen(buffer)) > 22) local_addr[22 - strlen(buffer)] = '\0'; strcat(local_addr, ":"); - strcat(local_addr, buffer); -+ strncat(local_addr, buffer, sizeof(local_addr)); -+ local_addr[sizeof(local_addr)-1] = 0; ++ strncat(local_addr, buffer, sizeof(local_addr)-strlen(local_addr)-1); snprintf(buffer, sizeof(buffer), "%s", get_sname(htons(rem_port), "raw", flag_not & FLAG_NUM_PORT)); -@@ -1054,7 +1059,8 @@ +@@ -1054,7 +1054,7 @@ static void raw_do_one(int lnr, const ch if ((strlen(rem_addr) + strlen(buffer)) > 22) rem_addr[22 - strlen(buffer)] = '\0'; strcat(rem_addr, ":"); - strcat(rem_addr, buffer); -+ strncat(rem_addr, buffer, sizeof(rem_addr)); -+ rem_addr[sizeof(rem_addr)-1] = 0; ++ strncat(rem_addr, buffer, sizeof(rem_addr)-strlen(rem_addr)-1); timers[0] = '\0'; if (flag_opt) net-tools-1.60-trunc.patch: netstat.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Index: net-tools-1.60-trunc.patch =================================================================== RCS file: /cvs/pkgs/rpms/net-tools/devel/net-tools-1.60-trunc.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- net-tools-1.60-trunc.patch 9 Sep 2004 09:14:10 -0000 1.1 +++ net-tools-1.60-trunc.patch 2 Jan 2010 11:51:31 -0000 1.2 @@ -10,7 +10,7 @@ + local_addr[27 - strlen(buffer) - 1] = '\0'; strcat(local_addr, ":"); - strncat(local_addr, buffer, sizeof(local_addr)); + strncat(local_addr, buffer, sizeof(local_addr)-strlen(local_addr)-1); @@ -782,8 +782,8 @@ snprintf(buffer, sizeof(buffer), "%s", get_sname(htons(rem_port), "tcp", flag_not & FLAG_NUM_PORT)); @@ -21,7 +21,7 @@ + rem_addr[27 - strlen(buffer) - 1] = '\0'; strcat(rem_addr, ":"); - strncat(rem_addr, buffer, sizeof(rem_addr)); + strncat(rem_addr, buffer, sizeof(rem_addr)-strlen(rem_addr)-1); @@ -816,7 +816,7 @@ timer_run, (double) time_len / HZ, retr, timeout); break; Index: net-tools.spec =================================================================== RCS file: /cvs/pkgs/rpms/net-tools/devel/net-tools.spec,v retrieving revision 1.106 retrieving revision 1.107 diff -u -p -r1.106 -r1.107 --- net-tools.spec 21 Dec 2009 13:04:15 -0000 1.106 +++ net-tools.spec 2 Jan 2010 11:51:31 -0000 1.107 @@ -1,7 +1,7 @@ Summary: Basic networking tools Name: net-tools Version: 1.60 -Release: 100%{?dist} +Release: 101%{?dist} License: GPL+ Group: System Environment/Base URL: http://net-tools.berlios.de/ @@ -117,6 +117,13 @@ Patch82: net-tools-1.60-hostname-short.p # use instead of "mii.h" and fix Bug #491358 Patch83: net-tools-1.60-mii-refactor.patch +# Bug 473211: ifconfig interface:0 del will remove the Aliased IP on IA64 +# interface slip: cast keepalive/outfill to unsigned long to fix warnings on 64bit hosts -- no functional changes since these only have an 8bit range anyways +Patch84: net-tools-1.60-IA64.patch + +# interface: fix IPv6 parsing of interfaces with large indexes (> 255) (Debian #433543) +Patch85: net-tools-1.60-large-indexes.patch + BuildRequires: gettext, libselinux BuildRequires: libselinux-devel Requires: hostname @@ -205,6 +212,8 @@ Most of them are obsolete. For replaceme %patch81 -p1 -b .slattach-fchown %patch82 -p1 -b .hostname-short %patch83 -p1 -b .mii-refactor +%patch84 -p1 -b .IA64 +%patch85 -p1 -b .large-indexes cp %SOURCE1 ./config.h cp %SOURCE2 ./config.make @@ -304,6 +313,12 @@ rm -rf %{buildroot} %config(noreplace) %{_sysconfdir}/ethers %changelog +* Sat Jan 2 2010 Jiri Popelka - 1.60-101 +- fixed overflow patch (#551625) +- ifconfig interface:0 del will remove the Aliased IP on IA64 (#473211) +- interface slip: cast keepalive/outfill to unsigned long to fix warnings on 64bit hosts -- no functional changes since these only have an 8bit range anyways +- interface: fix IPv6 parsing of interfaces with large indexes (> 255) (Debian #433543) + * Mon Dec 21 2009 Jiri Popelka - 1.60-100 - Move hostname to separate package From ndim at fedoraproject.org Sat Jan 2 13:06:22 2010 From: ndim at fedoraproject.org (Hans Ulrich Niedermann) Date: Sat, 2 Jan 2010 13:06:22 +0000 (UTC) Subject: File libtool-2.2.6b.tar.lzma uploaded to lookaside cache by ndim Message-ID: <20100102130622.D4FE610F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for mingw32-libltdl: a4b36980765003b47dd75ac9429f4f11 libtool-2.2.6b.tar.lzma From madko at fedoraproject.org Sat Jan 2 13:09:47 2010 From: madko at fedoraproject.org (madko) Date: Sat, 2 Jan 2010 13:09:47 +0000 (UTC) Subject: File msn-pecan-0.1.0-rc2.tar.bz2 uploaded to lookaside cache by madko Message-ID: <20100102130947.19B8610F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for purple-msn-pecan: ea5dcf4cc1dbd709f034675d9e996cc4 msn-pecan-0.1.0-rc2.tar.bz2 From madko at fedoraproject.org Sat Jan 2 13:10:33 2010 From: madko at fedoraproject.org (madko) Date: Sat, 2 Jan 2010 13:10:33 +0000 (UTC) Subject: rpms/purple-msn-pecan/devel .cvsignore, 1.4, 1.5 purple-msn-pecan.spec, 1.7, 1.8 sources, 1.4, 1.5 purple-msn-pecan-handle_malformed_data.patch, 1.1, NONE Message-ID: <20100102131033.22FF911C0405@cvs1.fedora.phx.redhat.com> Author: madko Update of /cvs/pkgs/rpms/purple-msn-pecan/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16109 Modified Files: .cvsignore purple-msn-pecan.spec sources Removed Files: purple-msn-pecan-handle_malformed_data.patch Log Message: update to RC2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/purple-msn-pecan/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 11 Aug 2009 12:45:07 -0000 1.4 +++ .cvsignore 2 Jan 2010 13:10:32 -0000 1.5 @@ -1 +1 @@ -msn-pecan-0.1.0-rc1.tar.bz2 +msn-pecan-0.1.0-rc2.tar.bz2 Index: purple-msn-pecan.spec =================================================================== RCS file: /cvs/pkgs/rpms/purple-msn-pecan/devel/purple-msn-pecan.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- purple-msn-pecan.spec 18 Dec 2009 10:39:16 -0000 1.7 +++ purple-msn-pecan.spec 2 Jan 2010 13:10:32 -0000 1.8 @@ -1,17 +1,14 @@ -%define realname msn-pecan +%global realname msn-pecan +%global relcand rc2 + Name: purple-%{realname} Version: 0.1.0 -Release: 0.3.rc1%{?dist} +Release: 0.3.%{relcand}%{?dist} Summary: Alternative MSN protocol plugin for libpurple - Group: Applications/Internet License: GPLv2+ URL: http://code.google.com/p/msn-pecan/ -Source0: http://msn-pecan.googlecode.com/files/%{realname}-%{version}-rc1.tar.bz2 - -# Upstream has applied this patch see http://groups.google.com/group/msn-pecan/browse_thread/thread/3df8df31f2faa25b?pli=1 -Patch0: purple-msn-pecan-handle_malformed_data.patch - +Source0: http://msn-pecan.googlecode.com/files/%{realname}-%{version}-%{relcand}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpurple-devel @@ -24,7 +21,6 @@ The project aims to have a much faster d contributions, and close contact with the user-base. Compared to Pidgin's official MSN plug-in: - * Faster log-in * Fewer connection issues * Fewer crashes @@ -36,44 +32,42 @@ Compared to Pidgin's official MSN plug-i * Option to hide Plus! tags Other features: - * Support for personal status messages * Support for offline messaging (read-only) * Send custom emoticons (Pidgin >= 2.5) %prep -%setup -q -n %{realname}-%{version}-rc1 -%patch0 -p1 -b malformed_data.rej +%setup -q -n %{realname}-%{version}-%{relcand} %build -make CFLAGS="%{optflags}" %{?_smp_mflags} V=yes - +#make CFLAGS="%{optflags}" %{?_smp_mflags} V=yes +make CFLAGS="%{optflags}" %{?_smp_mflags} Q="" %install rm -rf $RPM_BUILD_ROOT install -Dp -m 755 libmsn-pecan.so $RPM_BUILD_ROOT/%{_libdir}/purple-2/libmsn-pecan.so -make install_locales DESTDIR=$RPM_BUILD_ROOT +make install_locales DESTDIR=$RPM_BUILD_ROOT Q="" %find_lang libmsn-pecan - %check cd tests make clean make - %clean rm -rf $RPM_BUILD_ROOT - %files -f libmsn-pecan.lang %defattr(-, root, root, -) %doc AUTHORS COPYING TODO README pidgin-copyright ChangeLog %{_libdir}/purple-2/libmsn-pecan.so - %changelog +* Sat Jan 02 2010 Jussi Lehtola - 0.1.0-0.3.rc2 +- Update to 0.1.0-rc2. +- Use macro for defining release candidate. + * Fri Dec 18 2009 Edouard Bourguignon - 0.1.0-0.3.rc1 - patch to handle malformed data was not complete (bz #547836) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/purple-msn-pecan/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 11 Aug 2009 12:45:07 -0000 1.4 +++ sources 2 Jan 2010 13:10:32 -0000 1.5 @@ -1 +1 @@ -67686d16ff1cb7410a374c231931512d msn-pecan-0.1.0-rc1.tar.bz2 +ea5dcf4cc1dbd709f034675d9e996cc4 msn-pecan-0.1.0-rc2.tar.bz2 --- purple-msn-pecan-handle_malformed_data.patch DELETED --- From ndim at fedoraproject.org Sat Jan 2 13:24:57 2010 From: ndim at fedoraproject.org (Hans Ulrich Niedermann) Date: Sat, 2 Jan 2010 13:24:57 +0000 (UTC) Subject: rpms/mingw32-libltdl/devel .cvsignore, 1.2, 1.3 mingw32-libltdl.spec, 1.3, 1.4 sources, 1.2, 1.3 libtool-1.5.24-relativepath.patch, 1.1, NONE Message-ID: <20100102132457.A1A6711C0068@cvs1.fedora.phx.redhat.com> Author: ndim Update of /cvs/pkgs/rpms/mingw32-libltdl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18931 Modified Files: .cvsignore mingw32-libltdl.spec sources Removed Files: libtool-1.5.24-relativepath.patch Log Message: * Sat Jan 2 2010 Hans Ulrich Niedermann - 2.2.6-17 - Use .tar.lzma instead of .tar.gz - Remove obsolete libtool-1.5.24-relativepath.patch - Update to 2.2.6b from 1.5.26 - Update file list with new header files - New DLL name: libltdl-7.dll instead of libltdl-3.dll Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-libltdl/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 3 Feb 2009 20:36:16 -0000 1.2 +++ .cvsignore 2 Jan 2010 13:24:57 -0000 1.3 @@ -1 +1 @@ -libtool-1.5.26.tar.gz +libtool-2.2.6b.tar.lzma Index: mingw32-libltdl.spec =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-libltdl/devel/mingw32-libltdl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mingw32-libltdl.spec 25 Jul 2009 12:22:13 -0000 1.3 +++ mingw32-libltdl.spec 2 Jan 2010 13:24:57 -0000 1.4 @@ -8,24 +8,26 @@ # Note: As of libtool-1.5.26, libltdl does not contain any tests at all. %define run_tests 0 +# Major soname, or the number in libltdl-N.dll +%global libltdl_major 7 + +# Tarball patchlevel (a, b, etc. or nothing at all) +%global patchlevel b + Summary: Runtime libraries for GNU Libtool Dynamic Module Loader Name: mingw32-libltdl -Version: 1.5.26 -Release: 14%{?dist} +Version: 2.2.6 +Release: 17%{?dist} Group: System Environment/Libraries # Even though the source package contains files under # "GPLv2+ and LGPLv2+ and GFDL", the binary RPM only ships LGPLv2+ code. License: LGPLv2+ Group: Development/Tools -Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.gz -URL: http://www.gnu.org/software/libtool/ +Source: http://ftp.gnu.org/gnu/libtool/libtool-%{version}%{?patchlevel}.tar.lzma +URL: http://www.gnu.org/software/libtool/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n) -# don't read .la file in current working directory, root might get tricked -# into running a prepared binary in that directory: -Patch2: libtool-1.5.24-relativepath.patch - BuildRequires: mingw32-filesystem >= 30 BuildRequires: mingw32-binutils BuildRequires: mingw32-gcc @@ -49,8 +51,8 @@ the rest of the GNU Autotools (including %prep -%setup -n libtool-%{version} -q -%patch2 -p1 +%setup -n libtool-%{version}%{?patchlevel} -q + %build export PATH=%{_mingw32_bindir}:$PATH @@ -63,7 +65,7 @@ export F77=false export CFLAGS="$RPM_OPT_FLAGS -fPIC" # dumb redhat-rpm-config replaces config.{sub,guess} with ancient ones in %%configure, use ./configure instead: # %%_mingw32_configure does not make that error :) -%{_mingw32_configure} --enable-shared +%{_mingw32_configure} --enable-shared --enable-ltdl-install # build not smp safe: make #%{?_smp_mflags} @@ -90,13 +92,23 @@ rm -rf %{buildroot} %defattr(-,root,root) %doc AUTHORS NEWS THANKS TODO ChangeLog %doc libltdl/COPYING.LIB libltdl/README +%{_mingw32_bindir}/libltdl-%{libltdl_major}.dll +%{_mingw32_includedir}/libltdl/lt_dlloader.h +%{_mingw32_includedir}/libltdl/lt_error.h +%{_mingw32_includedir}/libltdl/lt_system.h +%{_mingw32_includedir}/ltdl.h %{_mingw32_libdir}/libltdl.dll.a -%{_mingw32_bindir}/libltdl-3.dll %{_mingw32_libdir}/libltdl.la -%{_mingw32_includedir}/ltdl.h %changelog +* Sat Jan 2 2010 Hans Ulrich Niedermann - 2.2.6-17 +- Use .tar.lzma instead of .tar.gz +- Remove obsolete libtool-1.5.24-relativepath.patch +- Update to 2.2.6b from 1.5.26 +- Update file list with new header files +- New DLL name: libltdl-7.dll instead of libltdl-3.dll + * Sat Jul 25 2009 Fedora Release Engineering - 1.5.26-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-libltdl/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 3 Feb 2009 20:36:16 -0000 1.2 +++ sources 2 Jan 2010 13:24:57 -0000 1.3 @@ -1 +1 @@ -aa9c5107f3ec9ef4200eb6556f3b3c29 libtool-1.5.26.tar.gz +a4b36980765003b47dd75ac9429f4f11 libtool-2.2.6b.tar.lzma --- libtool-1.5.24-relativepath.patch DELETED --- From madko at fedoraproject.org Sat Jan 2 13:49:13 2010 From: madko at fedoraproject.org (madko) Date: Sat, 2 Jan 2010 13:49:13 +0000 (UTC) Subject: rpms/purple-msn-pecan/F-12 .cvsignore, 1.4, 1.5 purple-msn-pecan.spec, 1.8, 1.9 sources, 1.4, 1.5 purple-msn-pecan-0.0.18_ru-po.patch, 1.1, NONE purple-msn-pecan-handle_malformed_data.patch, 1.2, NONE Message-ID: <20100102134914.2AC8F11C0068@cvs1.fedora.phx.redhat.com> Author: madko Update of /cvs/pkgs/rpms/purple-msn-pecan/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23811 Modified Files: .cvsignore purple-msn-pecan.spec sources Removed Files: purple-msn-pecan-0.0.18_ru-po.patch purple-msn-pecan-handle_malformed_data.patch Log Message: update to RC2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/purple-msn-pecan/F-12/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 11 Aug 2009 12:45:07 -0000 1.4 +++ .cvsignore 2 Jan 2010 13:49:12 -0000 1.5 @@ -1 +1 @@ -msn-pecan-0.1.0-rc1.tar.bz2 +msn-pecan-0.1.0-rc2.tar.bz2 Index: purple-msn-pecan.spec =================================================================== RCS file: /cvs/pkgs/rpms/purple-msn-pecan/F-12/purple-msn-pecan.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- purple-msn-pecan.spec 18 Dec 2009 09:14:10 -0000 1.8 +++ purple-msn-pecan.spec 2 Jan 2010 13:49:13 -0000 1.9 @@ -1,17 +1,14 @@ -%define realname msn-pecan +%global realname msn-pecan +%global relcand rc2 + Name: purple-%{realname} Version: 0.1.0 -Release: 0.3.rc1%{?dist} +Release: 0.3.%{relcand}%{?dist} Summary: Alternative MSN protocol plugin for libpurple - Group: Applications/Internet License: GPLv2+ URL: http://code.google.com/p/msn-pecan/ -Source0: http://msn-pecan.googlecode.com/files/%{realname}-%{version}-rc1.tar.bz2 - -# Upstream has applied this patch see http://groups.google.com/group/msn-pecan/browse_thread/thread/3df8df31f2faa25b?pli=1 -Patch0: purple-msn-pecan-handle_malformed_data.patch - +Source0: http://msn-pecan.googlecode.com/files/%{realname}-%{version}-%{relcand}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpurple-devel @@ -24,7 +21,6 @@ The project aims to have a much faster d contributions, and close contact with the user-base. Compared to Pidgin's official MSN plug-in: - * Faster log-in * Fewer connection issues * Fewer crashes @@ -36,44 +32,42 @@ Compared to Pidgin's official MSN plug-i * Option to hide Plus! tags Other features: - * Support for personal status messages * Support for offline messaging (read-only) * Send custom emoticons (Pidgin >= 2.5) %prep -%setup -q -n %{realname}-%{version}-rc1 -%patch0 -p1 -b malformed_data.rej +%setup -q -n %{realname}-%{version}-%{relcand} %build -make CFLAGS="%{optflags}" %{?_smp_mflags} V=yes - +#make CFLAGS="%{optflags}" %{?_smp_mflags} V=yes +make CFLAGS="%{optflags}" %{?_smp_mflags} Q="" %install rm -rf $RPM_BUILD_ROOT install -Dp -m 755 libmsn-pecan.so $RPM_BUILD_ROOT/%{_libdir}/purple-2/libmsn-pecan.so -make install_locales DESTDIR=$RPM_BUILD_ROOT +make install_locales DESTDIR=$RPM_BUILD_ROOT Q="" %find_lang libmsn-pecan - %check cd tests make clean make - %clean rm -rf $RPM_BUILD_ROOT - %files -f libmsn-pecan.lang %defattr(-, root, root, -) %doc AUTHORS COPYING TODO README pidgin-copyright ChangeLog %{_libdir}/purple-2/libmsn-pecan.so - %changelog +* Sat Jan 02 2010 Jussi Lehtola - 0.1.0-0.3.rc2 +- Update to 0.1.0-rc2. +- Use macro for defining release candidate. + * Fri Dec 18 2009 Edouard Bourguignon - 0.1.0-0.3.rc1 - patch to handle malformed data was not complete (bz #547836) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/purple-msn-pecan/F-12/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 11 Aug 2009 12:45:07 -0000 1.4 +++ sources 2 Jan 2010 13:49:13 -0000 1.5 @@ -1 +1 @@ -67686d16ff1cb7410a374c231931512d msn-pecan-0.1.0-rc1.tar.bz2 +ea5dcf4cc1dbd709f034675d9e996cc4 msn-pecan-0.1.0-rc2.tar.bz2 --- purple-msn-pecan-0.0.18_ru-po.patch DELETED --- --- purple-msn-pecan-handle_malformed_data.patch DELETED --- From mschwendt at fedoraproject.org Sat Jan 2 14:02:27 2010 From: mschwendt at fedoraproject.org (Michael Schwendt) Date: Sat, 2 Jan 2010 14:02:27 +0000 (UTC) Subject: rpms/audacious-plugins/devel audacious-plugins-2.2-svis_expose.patch, NONE, 1.1 audacious-plugins.spec, 1.75, 1.76 Message-ID: <20100102140227.7BE3111C0068@cvs1.fedora.phx.redhat.com> Author: mschwendt Update of /cvs/pkgs/rpms/audacious-plugins/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26698 Modified Files: audacious-plugins.spec Added Files: audacious-plugins-2.2-svis_expose.patch Log Message: * Sat Jan 2 2010 Michael Schwendt - 2.2-8 - Fix stack smashing in ui_svis_expose (#551801). audacious-plugins-2.2-svis_expose.patch: ui_svis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- NEW FILE audacious-plugins-2.2-svis_expose.patch --- diff -Nur audacious-plugins-2.2-orig/src/skins/ui_svis.c audacious-plugins-2.2-551801/src/skins/ui_svis.c --- audacious-plugins-2.2-orig/src/skins/ui_svis.c 2009-11-22 23:49:53.000000000 +0100 +++ audacious-plugins-2.2-551801/src/skins/ui_svis.c 2010-01-02 14:58:56.146988246 +0100 @@ -354,7 +354,7 @@ for(x=0;x< SVIS_WIDTH; x++){ if(svis->data[x] > y << 1) { - ptr = rgb_data + x * 6 + (SVIS_HEIGHT * 2 - y * 2) * SVIS_WIDTH *2; + ptr = rgb_data + x * 6 + (SVIS_HEIGHT-y) * SVIS_WIDTH *2; DRAW_DS_PIXEL(ptr, 23); DRAW_DS_PIXEL(ptr + 2, 23); } @@ -364,7 +364,7 @@ for(x=0;x< SVIS_WIDTH; x++){ if(svis->data[x] > y << 1) { - ptr = rgb_data + x * 2 + (SVIS_HEIGHT * 2 - y * 2) * SVIS_WIDTH * 2; + ptr = rgb_data + x * 2 + (SVIS_HEIGHT-y) * SVIS_WIDTH * 2; DRAW_DS_PIXEL(ptr, 23); } } Index: audacious-plugins.spec =================================================================== RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/audacious-plugins.spec,v retrieving revision 1.75 retrieving revision 1.76 diff -u -p -r1.75 -r1.76 --- audacious-plugins.spec 31 Dec 2009 13:47:47 -0000 1.75 +++ audacious-plugins.spec 2 Jan 2010 14:02:27 -0000 1.76 @@ -5,7 +5,7 @@ Name: audacious-plugins Version: 2.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Plugins for the Audacious media player Group: Applications/Multimedia URL: http://audacious-media-player.org/ @@ -35,6 +35,8 @@ Patch4: audacious-plugins-2.2-bluetooth. Patch5: audacious-plugins-2.2-alarm.patch # Patch6: audacious-plugins-2.2-xspf-base.patch +# submitted upstream +Patch7: audacious-plugins-2.2-svis_expose.patch BuildRequires: audacious-devel >= %{aud_ver} BuildRequires: jack-audio-connection-kit-devel libsamplerate-devel @@ -171,6 +173,7 @@ in Vortex (.vtx) format. %patch4 -p1 -b .bluetooth %patch5 -p1 -b .alarm %patch6 -p1 -b .xspf +%patch7 -p1 -b .svis_expose sed -i '\,^.SILENT:,d' buildsys.mk.in @@ -265,6 +268,9 @@ update-desktop-database &> /dev/null || %changelog +* Sat Jan 2 2010 Michael Schwendt - 2.2-8 +- Fix stack smashing in ui_svis_expose (#551801). + * Thu Dec 31 2009 Michael Schwendt - 2.2-7 - Fix xspf Container plugin's handling of plain file names. - Disable modplug plugin (where is it compared with libmodplug and From mschwendt at fedoraproject.org Sat Jan 2 14:04:02 2010 From: mschwendt at fedoraproject.org (Michael Schwendt) Date: Sat, 2 Jan 2010 14:04:02 +0000 (UTC) Subject: rpms/audacious-plugins/F-12 audacious-plugins-2.2-svis_expose.patch, NONE, 1.1 audacious-plugins.spec, 1.79, 1.80 Message-ID: <20100102140402.7682611C0068@cvs1.fedora.phx.redhat.com> Author: mschwendt Update of /cvs/pkgs/rpms/audacious-plugins/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27158 Modified Files: audacious-plugins.spec Added Files: audacious-plugins-2.2-svis_expose.patch Log Message: sync with Rawhide audacious-plugins-2.2-svis_expose.patch: ui_svis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- NEW FILE audacious-plugins-2.2-svis_expose.patch --- diff -Nur audacious-plugins-2.2-orig/src/skins/ui_svis.c audacious-plugins-2.2-551801/src/skins/ui_svis.c --- audacious-plugins-2.2-orig/src/skins/ui_svis.c 2009-11-22 23:49:53.000000000 +0100 +++ audacious-plugins-2.2-551801/src/skins/ui_svis.c 2010-01-02 14:58:56.146988246 +0100 @@ -354,7 +354,7 @@ for(x=0;x< SVIS_WIDTH; x++){ if(svis->data[x] > y << 1) { - ptr = rgb_data + x * 6 + (SVIS_HEIGHT * 2 - y * 2) * SVIS_WIDTH *2; + ptr = rgb_data + x * 6 + (SVIS_HEIGHT-y) * SVIS_WIDTH *2; DRAW_DS_PIXEL(ptr, 23); DRAW_DS_PIXEL(ptr + 2, 23); } @@ -364,7 +364,7 @@ for(x=0;x< SVIS_WIDTH; x++){ if(svis->data[x] > y << 1) { - ptr = rgb_data + x * 2 + (SVIS_HEIGHT * 2 - y * 2) * SVIS_WIDTH * 2; + ptr = rgb_data + x * 2 + (SVIS_HEIGHT-y) * SVIS_WIDTH * 2; DRAW_DS_PIXEL(ptr, 23); } } Index: audacious-plugins.spec =================================================================== RCS file: /cvs/pkgs/rpms/audacious-plugins/F-12/audacious-plugins.spec,v retrieving revision 1.79 retrieving revision 1.80 diff -u -p -r1.79 -r1.80 --- audacious-plugins.spec 31 Dec 2009 13:50:30 -0000 1.79 +++ audacious-plugins.spec 2 Jan 2010 14:04:02 -0000 1.80 @@ -5,7 +5,7 @@ Name: audacious-plugins Version: 2.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Plugins for the Audacious media player Group: Applications/Multimedia URL: http://audacious-media-player.org/ @@ -35,6 +35,8 @@ Patch4: audacious-plugins-2.2-bluetooth. Patch5: audacious-plugins-2.2-alarm.patch # Patch6: audacious-plugins-2.2-xspf-base.patch +# submitted upstream +Patch7: audacious-plugins-2.2-svis_expose.patch BuildRequires: audacious-devel >= %{aud_ver} BuildRequires: jack-audio-connection-kit-devel libsamplerate-devel @@ -171,6 +173,7 @@ in Vortex (.vtx) format. %patch4 -p1 -b .bluetooth %patch5 -p1 -b .alarm %patch6 -p1 -b .xspf +%patch7 -p1 -b .svis_expose sed -i '\,^.SILENT:,d' buildsys.mk.in @@ -265,6 +268,9 @@ update-desktop-database &> /dev/null || %changelog +* Sat Jan 2 2010 Michael Schwendt - 2.2-8 +- Fix stack smashing in ui_svis_expose (#551801). + * Thu Dec 31 2009 Michael Schwendt - 2.2-7 - Fix xspf Container plugin's handling of plain file names. - Disable modplug plugin (where is it compared with libmodplug and From madko at fedoraproject.org Sat Jan 2 14:35:01 2010 From: madko at fedoraproject.org (madko) Date: Sat, 2 Jan 2010 14:35:01 +0000 (UTC) Subject: rpms/purple-msn-pecan/F-11 .cvsignore, 1.4, 1.5 purple-msn-pecan.spec, 1.6, 1.7 sources, 1.4, 1.5 purple-msn-pecan-handle_malformed_data.patch, 1.1, NONE Message-ID: <20100102143501.45F8411C0068@cvs1.fedora.phx.redhat.com> Author: madko Update of /cvs/pkgs/rpms/purple-msn-pecan/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1416 Modified Files: .cvsignore purple-msn-pecan.spec sources Removed Files: purple-msn-pecan-handle_malformed_data.patch Log Message: update to rc2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/purple-msn-pecan/F-11/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 11 Aug 2009 13:33:05 -0000 1.4 +++ .cvsignore 2 Jan 2010 14:35:00 -0000 1.5 @@ -1 +1 @@ -msn-pecan-0.1.0-rc1.tar.bz2 +msn-pecan-0.1.0-rc2.tar.bz2 Index: purple-msn-pecan.spec =================================================================== RCS file: /cvs/pkgs/rpms/purple-msn-pecan/F-11/purple-msn-pecan.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- purple-msn-pecan.spec 19 Dec 2009 12:55:44 -0000 1.6 +++ purple-msn-pecan.spec 2 Jan 2010 14:35:01 -0000 1.7 @@ -1,17 +1,14 @@ -%define realname msn-pecan +%global realname msn-pecan +%global relcand rc2 + Name: purple-%{realname} Version: 0.1.0 -Release: 0.3.rc1%{?dist} +Release: 0.3.%{relcand}%{?dist} Summary: Alternative MSN protocol plugin for libpurple - Group: Applications/Internet License: GPLv2+ URL: http://code.google.com/p/msn-pecan/ -Source0: http://msn-pecan.googlecode.com/files/%{realname}-%{version}-rc1.tar.bz2 - -# Upstream has applied this patch see http://groups.google.com/group/msn-pecan/browse_thread/thread/3df8df31f2faa25b?pli=1 -Patch0: purple-msn-pecan-handle_malformed_data.patch - +Source0: http://msn-pecan.googlecode.com/files/%{realname}-%{version}-%{relcand}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libpurple-devel @@ -24,7 +21,6 @@ The project aims to have a much faster d contributions, and close contact with the user-base. Compared to Pidgin's official MSN plug-in: - * Faster log-in * Fewer connection issues * Fewer crashes @@ -36,44 +32,42 @@ Compared to Pidgin's official MSN plug-i * Option to hide Plus! tags Other features: - * Support for personal status messages * Support for offline messaging (read-only) * Send custom emoticons (Pidgin >= 2.5) %prep -%setup -q -n %{realname}-%{version}-rc1 -%patch0 -p1 -b malformed_data.rej +%setup -q -n %{realname}-%{version}-%{relcand} %build -make CFLAGS="%{optflags}" %{?_smp_mflags} V=yes - +#make CFLAGS="%{optflags}" %{?_smp_mflags} V=yes +make CFLAGS="%{optflags}" %{?_smp_mflags} Q="" %install rm -rf $RPM_BUILD_ROOT install -Dp -m 755 libmsn-pecan.so $RPM_BUILD_ROOT/%{_libdir}/purple-2/libmsn-pecan.so -make install_locales DESTDIR=$RPM_BUILD_ROOT +make install_locales DESTDIR=$RPM_BUILD_ROOT Q="" %find_lang libmsn-pecan - %check cd tests make clean make - %clean rm -rf $RPM_BUILD_ROOT - %files -f libmsn-pecan.lang %defattr(-, root, root, -) %doc AUTHORS COPYING TODO README pidgin-copyright ChangeLog %{_libdir}/purple-2/libmsn-pecan.so - %changelog +* Sat Jan 02 2010 Jussi Lehtola - 0.1.0-0.3.rc2 +- Update to 0.1.0-rc2. +- Use macro for defining release candidate. + * Fri Dec 18 2009 Edouard Bourguignon - 0.1.0-0.3.rc1 - patch to handle malformed data was not complete (bz #547836) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/purple-msn-pecan/F-11/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 11 Aug 2009 13:33:06 -0000 1.4 +++ sources 2 Jan 2010 14:35:01 -0000 1.5 @@ -1 +1 @@ -67686d16ff1cb7410a374c231931512d msn-pecan-0.1.0-rc1.tar.bz2 +ea5dcf4cc1dbd709f034675d9e996cc4 msn-pecan-0.1.0-rc2.tar.bz2 --- purple-msn-pecan-handle_malformed_data.patch DELETED --- From madko at fedoraproject.org Sat Jan 2 14:39:19 2010 From: madko at fedoraproject.org (madko) Date: Sat, 2 Jan 2010 14:39:19 +0000 (UTC) Subject: rpms/purple-msn-pecan/F-12 purple-msn-pecan.spec,1.9,1.10 Message-ID: <20100102143919.CDA4F11C0068@cvs1.fedora.phx.redhat.com> Author: madko Update of /cvs/pkgs/rpms/purple-msn-pecan/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2506 Modified Files: purple-msn-pecan.spec Log Message: update to rc2 Index: purple-msn-pecan.spec =================================================================== RCS file: /cvs/pkgs/rpms/purple-msn-pecan/F-12/purple-msn-pecan.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- purple-msn-pecan.spec 2 Jan 2010 13:49:13 -0000 1.9 +++ purple-msn-pecan.spec 2 Jan 2010 14:39:19 -0000 1.10 @@ -107,3 +107,4 @@ rm -rf $RPM_BUILD_ROOT * Fri Jun 13 2008 Edouard Bourguignon - 0.0.13-1 - Initial version + From kalev at fedoraproject.org Sat Jan 2 14:39:26 2010 From: kalev at fedoraproject.org (Kalev Lember) Date: Sat, 2 Jan 2010 14:39:26 +0000 (UTC) Subject: rpms/mingw32-libp11/devel mingw32-libp11.spec,1.7,1.8 Message-ID: <20100102143926.7DCA511C0068@cvs1.fedora.phx.redhat.com> Author: kalev Update of /cvs/pkgs/rpms/mingw32-libp11/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2526 Modified Files: mingw32-libp11.spec Log Message: Rebuilt with new mingw32-libltdl Index: mingw32-libp11.spec =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-libp11/devel/mingw32-libp11.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- mingw32-libp11.spec 25 Nov 2009 19:52:05 -0000 1.7 +++ mingw32-libp11.spec 2 Jan 2010 14:39:26 -0000 1.8 @@ -7,7 +7,7 @@ Name: mingw32-libp11 Version: 0.2.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MingGW Windows libp11 library Group: Development/Libraries @@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 02 2010 Kalev Lember - 0.2.7-2 +- Rebuilt with new mingw32-libltdl + * Wed Nov 25 2009 Kalev Lember - 0.2.7-1 - Update to 0.2.7 From kalev at fedoraproject.org Sat Jan 2 14:46:29 2010 From: kalev at fedoraproject.org (Kalev Lember) Date: Sat, 2 Jan 2010 14:46:29 +0000 (UTC) Subject: rpms/mingw32-opensc/devel mingw32-opensc.spec,1.7,1.8 Message-ID: <20100102144629.6EDA611C0068@cvs1.fedora.phx.redhat.com> Author: kalev Update of /cvs/pkgs/rpms/mingw32-opensc/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4613 Modified Files: mingw32-opensc.spec Log Message: Rebuilt with new mingw32-libltdl Index: mingw32-opensc.spec =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-opensc/devel/mingw32-opensc.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- mingw32-opensc.spec 22 Nov 2009 17:59:07 -0000 1.7 +++ mingw32-opensc.spec 2 Jan 2010 14:46:29 -0000 1.8 @@ -7,7 +7,7 @@ Name: mingw32-opensc Version: 0.11.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MingGW Windows OpenSC library Group: Development/Libraries @@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 02 2010 Kalev Lember - 0.11.11-2 +- Rebuilt with new mingw32-libltdl + * Sun Nov 22 2009 Kalev Lember - 0.11.11-1 - Update to 0.11.11 From sindrepb at fedoraproject.org Sat Jan 2 14:48:04 2010 From: sindrepb at fedoraproject.org (=?utf-8?q?Sindre_Pedersen_Bj=C3=B8rdal?=) Date: Sat, 2 Jan 2010 14:48:04 +0000 (UTC) Subject: File gpsman-6.4.1.tgz uploaded to lookaside cache by sindrepb Message-ID: <20100102144804.E605A10F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for gpsman: 54b6d638e28e12f2c392c1f83130e5f6 gpsman-6.4.1.tgz From madko at fedoraproject.org Sat Jan 2 14:48:28 2010 From: madko at fedoraproject.org (madko) Date: Sat, 2 Jan 2010 14:48:28 +0000 (UTC) Subject: rpms/purple-msn-pecan/F-12 purple-msn-pecan.spec,1.10,1.11 Message-ID: <20100102144828.3067611C0068@cvs1.fedora.phx.redhat.com> Author: madko Update of /cvs/pkgs/rpms/purple-msn-pecan/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5193 Modified Files: purple-msn-pecan.spec Log Message: update to rc2 Index: purple-msn-pecan.spec =================================================================== RCS file: /cvs/pkgs/rpms/purple-msn-pecan/F-12/purple-msn-pecan.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- purple-msn-pecan.spec 2 Jan 2010 14:39:19 -0000 1.10 +++ purple-msn-pecan.spec 2 Jan 2010 14:48:27 -0000 1.11 @@ -107,4 +107,3 @@ rm -rf $RPM_BUILD_ROOT * Fri Jun 13 2008 Edouard Bourguignon - 0.0.13-1 - Initial version - From ensc at fedoraproject.org Sat Jan 2 15:01:18 2010 From: ensc at fedoraproject.org (ensc) Date: Sat, 2 Jan 2010 15:01:18 +0000 (UTC) Subject: rpms/clamav/devel clamav.spec,1.96,1.97 Message-ID: <20100102150118.A113E11C0068@cvs1.fedora.phx.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8232/devel Modified Files: clamav.spec Log Message: fixed %apply to work with older rpmbuild versions Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v retrieving revision 1.96 retrieving revision 1.97 diff -u -p -r1.96 -r1.97 --- clamav.spec 6 Dec 2009 11:18:53 -0000 1.96 +++ clamav.spec 2 Jan 2010 15:01:18 -0000 1.97 @@ -20,7 +20,7 @@ %{?with_noarch:%global noarch BuildArch: noarch} %{!?release_func:%global release_func() %1%{?dist}} -%{!?apply:%global apply(p:n:b:) %patch%%{-n:%%{-n*}} %%{-p:-p%%{-p*}} %%{-b:-b%%{-b*}} \ +%{!?apply:%global apply(p:n:b:) %patch%%{-n:%%{-n*}} %%{-p:-p %%{-p*}} %%{-b:-b %%{-b*}} \ %nil} Summary: End-user tools for the Clam Antivirus scanner From heffer at fedoraproject.org Sat Jan 2 15:09:40 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 15:09:40 +0000 (UTC) Subject: File opengfx-0.2.1-source.tar.gz uploaded to lookaside cache by heffer Message-ID: <20100102150940.B9FCE10F86E@bastion.fedoraproject.org> A file has been added to the lookaside cache for openttd-opengfx: 5b9bf9a04f5f7db6012ad4fafe984ed6 opengfx-0.2.1-source.tar.gz From heffer at fedoraproject.org Sat Jan 2 15:11:30 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 15:11:30 +0000 (UTC) Subject: rpms/openttd-opengfx/devel .cvsignore, 1.5, 1.6 opengfx.obg, 1.2, 1.3 openttd-opengfx.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20100102151130.D6D7611C0068@cvs1.fedora.phx.redhat.com> Author: heffer Update of /cvs/pkgs/rpms/openttd-opengfx/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10545 Modified Files: .cvsignore opengfx.obg openttd-opengfx.spec sources Log Message: * Sat Jan 02 2010 Felix Kaechele - 0.2.1-1 - upstream bugfix release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/openttd-opengfx/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 11 Dec 2009 20:14:30 -0000 1.5 +++ .cvsignore 2 Jan 2010 15:11:30 -0000 1.6 @@ -1 +1 @@ -opengfx-0.2.0-source.tar.gz +opengfx-0.2.1-source.tar.gz Index: opengfx.obg =================================================================== RCS file: /cvs/pkgs/rpms/openttd-opengfx/devel/opengfx.obg,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- opengfx.obg 11 Dec 2009 20:14:30 -0000 1.2 +++ opengfx.obg 2 Jan 2010 15:11:30 -0000 1.3 @@ -1,15 +1,17 @@ [metadata] name = OpenGFX shortname = OGFX -version = 274 +version = 292 palette = Windows -description = OpenGFX base graphics set for OpenTTD. Freely available under the terms of the GNU General Public License version 2. More information available in the readme at http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX nightly-r274] -description.en_GB = OpenGFX base graphics set for OpenTTD. Freely available under the terms of the GNU General Public License version 2. More information available in the readme at http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX nightly-r274] -description.de_DE = OpenGFX Basisgrafiken f?r OpenTTD. Frei verf?gbar unter der GNU General Public License in der Version 2. Weitere Informationen sind in der Datei readme.txt oder unter http://wiki.openttd.org/OpenGFX_Readme verf?gbar. [OpenGFX nightly-r274] -description.sv_SE = OpenGFX basgrafikpaket f?r OpenTTD. Fritt tillg?ngligt enligt villkoren f?r GNU General Public License version 2 licensen. Mer information ?r tillg?nglig i readme-dokumentet p? http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX nightly-r274] -description.zh_TW = ?OpenTTD???OpenGFX???????????GNU General Public License version 2??????????????http://wiki.openttd.org/OpenGFX_Readme?????? [OpenGFX nightly-r274] -description.nl_NL = OpenGFX basisgraphicsset voor OpenTTD. Vrij verkrijgbaar onder de voorwaarden van de GNU General Public License versie 2. Meer informatie is beschikbaar in de documentatie op http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX nightly-r274] -description.hu_HU = OpenGFX grafikus alapcsomag az OpenTTD-hez. Ingyenesen hozz?f?het? a GNU General Public License (?ltal?nos Nyilv?nos Licenc) 2. vezi?j?ban foglalt felt?telekkel. Tov?bbi inform?ci? el?rhet? a http://wiki.openttd.org/OpenGFX_Readme webhelyen. [OpenGFX nightly-r274] +description = OpenGFX base graphics set for OpenTTD. Freely available under the terms of the GNU General Public License version 2. More information available in the readme at http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] +description.en_GB = OpenGFX base graphics set for OpenTTD. Freely available under the terms of the GNU General Public License version 2. More information available in the readme at http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] +description.de_DE = OpenGFX Basisgrafiken f?r OpenTTD. Frei verf?gbar unter der GNU General Public License in der Version 2. Weitere Informationen sind in der Datei readme.txt oder unter http://wiki.openttd.org/OpenGFX_Readme verf?gbar. [OpenGFX 0.2.1] +description.sv_SE = OpenGFX basgrafikpaket f?r OpenTTD. Fritt tillg?ngligt enligt villkoren f?r GNU General Public License version 2 licensen. Mer information ?r tillg?nglig i readme-dokumentet p? http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] +description.zh_TW = ?OpenTTD???OpenGFX???????????GNU General Public License version 2??????????????http://wiki.openttd.org/OpenGFX_Readme?????? [OpenGFX 0.2.1] +description.nl_NL = OpenGFX basisgraphicsset voor OpenTTD. Vrij verkrijgbaar onder de voorwaarden van de GNU General Public License versie 2. Meer informatie is beschikbaar in de documentatie op http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] +description.hu_HU = OpenGFX grafikus alapcsomag az OpenTTD-hez. Ingyenesen hozz?f?het? a GNU General Public License (?ltal?nos Nyilv?nos Licenc) 2. vezi?j?ban foglalt felt?telekkel. Tov?bbi inform?ci? el?rhet? a http://wiki.openttd.org/OpenGFX_Readme webhelyen. [OpenGFX 0.2.1] +description.nb_NO = OpenGFX grafikksett til OpenTTD. Fritt tilgjengelig etter vilk?rene i lisensen GNU General Public License versjon 2. Mer informasjon er tilgjengelig i readme-dokumentet p? http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] + [files] base = ogfx1_base.grf arctic = ogfxc_arctic.grf @@ -19,12 +21,12 @@ toyland = ogfxt_toyland.grf extra = ogfxe_extra.grf [md5s] -ogfx1_base.grf = 10918be9dca236415e95f4f492cc3f53 +ogfx1_base.grf = d1a25079f0fc9fba4d77ce08d8bc2c27 ogfxc_arctic.grf = 8c8007eaeae8c0cbfdbd3e012ad7927e ogfxh_tropical.grf = b53a1f61623540a64b81da3e9f87b007 -ogfxi_logos.grf = c25d95e446bd38b1574889be4e46c0c7 +ogfxi_logos.grf = 97f7ee07ecf8feb406f36399dd751e86 ogfxt_toyland.grf = b7c413a20c3115174172c49948590182 -ogfxe_extra.grf = df538a10536cb1b79c41f521a9040e6a +ogfxe_extra.grf = 2ff39ea82e9b9e4a52fef421b67cb143 [origin] default = Please redownload from official source. Index: openttd-opengfx.spec =================================================================== RCS file: /cvs/pkgs/rpms/openttd-opengfx/devel/openttd-opengfx.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- openttd-opengfx.spec 11 Dec 2009 20:14:30 -0000 1.6 +++ openttd-opengfx.spec 2 Jan 2010 15:11:30 -0000 1.7 @@ -2,7 +2,7 @@ #define prever alpha6 Name: openttd-opengfx -Version: 0.2.0 +Version: 0.2.1 Release: 1%{?prever:.%{prever}}%{?dist} Summary: OpenGFX replacement graphics for OpenTTD @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 02 2010 Felix Kaechele - 0.2.1-1 +- upstream bugfix release + * Fri Dec 11 2009 Felix Kaechele - 0.2.0-1 - update to 0.2.0 - cleaned up docs Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/openttd-opengfx/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 11 Dec 2009 20:14:30 -0000 1.5 +++ sources 2 Jan 2010 15:11:30 -0000 1.6 @@ -1 +1 @@ -468b4c4d8252b1ab0a45da84d48d3044 opengfx-0.2.0-source.tar.gz +5b9bf9a04f5f7db6012ad4fafe984ed6 opengfx-0.2.1-source.tar.gz From heffer at fedoraproject.org Sat Jan 2 15:15:54 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 15:15:54 +0000 (UTC) Subject: rpms/openttd-opengfx/F-12 .cvsignore, 1.5, 1.6 opengfx.obg, 1.2, 1.3 openttd-opengfx.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20100102151554.9FB2B11C0068@cvs1.fedora.phx.redhat.com> Author: heffer Update of /cvs/pkgs/rpms/openttd-opengfx/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11726 Modified Files: .cvsignore opengfx.obg openttd-opengfx.spec sources Log Message: * Sat Jan 02 2010 Felix Kaechele - 0.2.1-1 - upstream bugfix release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/openttd-opengfx/F-12/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 11 Dec 2009 20:19:47 -0000 1.5 +++ .cvsignore 2 Jan 2010 15:15:54 -0000 1.6 @@ -1 +1 @@ -opengfx-0.2.0-source.tar.gz +opengfx-0.2.1-source.tar.gz Index: opengfx.obg =================================================================== RCS file: /cvs/pkgs/rpms/openttd-opengfx/F-12/opengfx.obg,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- opengfx.obg 11 Dec 2009 20:19:47 -0000 1.2 +++ opengfx.obg 2 Jan 2010 15:15:54 -0000 1.3 @@ -1,15 +1,17 @@ [metadata] name = OpenGFX shortname = OGFX -version = 274 +version = 292 palette = Windows -description = OpenGFX base graphics set for OpenTTD. Freely available under the terms of the GNU General Public License version 2. More information available in the readme at http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX nightly-r274] -description.en_GB = OpenGFX base graphics set for OpenTTD. Freely available under the terms of the GNU General Public License version 2. More information available in the readme at http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX nightly-r274] -description.de_DE = OpenGFX Basisgrafiken f?r OpenTTD. Frei verf?gbar unter der GNU General Public License in der Version 2. Weitere Informationen sind in der Datei readme.txt oder unter http://wiki.openttd.org/OpenGFX_Readme verf?gbar. [OpenGFX nightly-r274] -description.sv_SE = OpenGFX basgrafikpaket f?r OpenTTD. Fritt tillg?ngligt enligt villkoren f?r GNU General Public License version 2 licensen. Mer information ?r tillg?nglig i readme-dokumentet p? http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX nightly-r274] -description.zh_TW = ?OpenTTD???OpenGFX???????????GNU General Public License version 2??????????????http://wiki.openttd.org/OpenGFX_Readme?????? [OpenGFX nightly-r274] -description.nl_NL = OpenGFX basisgraphicsset voor OpenTTD. Vrij verkrijgbaar onder de voorwaarden van de GNU General Public License versie 2. Meer informatie is beschikbaar in de documentatie op http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX nightly-r274] -description.hu_HU = OpenGFX grafikus alapcsomag az OpenTTD-hez. Ingyenesen hozz?f?het? a GNU General Public License (?ltal?nos Nyilv?nos Licenc) 2. vezi?j?ban foglalt felt?telekkel. Tov?bbi inform?ci? el?rhet? a http://wiki.openttd.org/OpenGFX_Readme webhelyen. [OpenGFX nightly-r274] +description = OpenGFX base graphics set for OpenTTD. Freely available under the terms of the GNU General Public License version 2. More information available in the readme at http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] +description.en_GB = OpenGFX base graphics set for OpenTTD. Freely available under the terms of the GNU General Public License version 2. More information available in the readme at http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] +description.de_DE = OpenGFX Basisgrafiken f?r OpenTTD. Frei verf?gbar unter der GNU General Public License in der Version 2. Weitere Informationen sind in der Datei readme.txt oder unter http://wiki.openttd.org/OpenGFX_Readme verf?gbar. [OpenGFX 0.2.1] +description.sv_SE = OpenGFX basgrafikpaket f?r OpenTTD. Fritt tillg?ngligt enligt villkoren f?r GNU General Public License version 2 licensen. Mer information ?r tillg?nglig i readme-dokumentet p? http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] +description.zh_TW = ?OpenTTD???OpenGFX???????????GNU General Public License version 2??????????????http://wiki.openttd.org/OpenGFX_Readme?????? [OpenGFX 0.2.1] +description.nl_NL = OpenGFX basisgraphicsset voor OpenTTD. Vrij verkrijgbaar onder de voorwaarden van de GNU General Public License versie 2. Meer informatie is beschikbaar in de documentatie op http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] +description.hu_HU = OpenGFX grafikus alapcsomag az OpenTTD-hez. Ingyenesen hozz?f?het? a GNU General Public License (?ltal?nos Nyilv?nos Licenc) 2. vezi?j?ban foglalt felt?telekkel. Tov?bbi inform?ci? el?rhet? a http://wiki.openttd.org/OpenGFX_Readme webhelyen. [OpenGFX 0.2.1] +description.nb_NO = OpenGFX grafikksett til OpenTTD. Fritt tilgjengelig etter vilk?rene i lisensen GNU General Public License versjon 2. Mer informasjon er tilgjengelig i readme-dokumentet p? http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] + [files] base = ogfx1_base.grf arctic = ogfxc_arctic.grf @@ -19,12 +21,12 @@ toyland = ogfxt_toyland.grf extra = ogfxe_extra.grf [md5s] -ogfx1_base.grf = 10918be9dca236415e95f4f492cc3f53 +ogfx1_base.grf = d1a25079f0fc9fba4d77ce08d8bc2c27 ogfxc_arctic.grf = 8c8007eaeae8c0cbfdbd3e012ad7927e ogfxh_tropical.grf = b53a1f61623540a64b81da3e9f87b007 -ogfxi_logos.grf = c25d95e446bd38b1574889be4e46c0c7 +ogfxi_logos.grf = 97f7ee07ecf8feb406f36399dd751e86 ogfxt_toyland.grf = b7c413a20c3115174172c49948590182 -ogfxe_extra.grf = df538a10536cb1b79c41f521a9040e6a +ogfxe_extra.grf = 2ff39ea82e9b9e4a52fef421b67cb143 [origin] default = Please redownload from official source. Index: openttd-opengfx.spec =================================================================== RCS file: /cvs/pkgs/rpms/openttd-opengfx/F-12/openttd-opengfx.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- openttd-opengfx.spec 11 Dec 2009 20:19:47 -0000 1.6 +++ openttd-opengfx.spec 2 Jan 2010 15:15:54 -0000 1.7 @@ -2,7 +2,7 @@ #define prever alpha6 Name: openttd-opengfx -Version: 0.2.0 +Version: 0.2.1 Release: 1%{?prever:.%{prever}}%{?dist} Summary: OpenGFX replacement graphics for OpenTTD @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 02 2010 Felix Kaechele - 0.2.1-1 +- upstream bugfix release + * Fri Dec 11 2009 Felix Kaechele - 0.2.0-1 - update to 0.2.0 - cleaned up docs Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/openttd-opengfx/F-12/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 11 Dec 2009 20:19:47 -0000 1.5 +++ sources 2 Jan 2010 15:15:54 -0000 1.6 @@ -1 +1 @@ -468b4c4d8252b1ab0a45da84d48d3044 opengfx-0.2.0-source.tar.gz +5b9bf9a04f5f7db6012ad4fafe984ed6 opengfx-0.2.1-source.tar.gz From heffer at fedoraproject.org Sat Jan 2 15:16:38 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 15:16:38 +0000 (UTC) Subject: rpms/openttd-opengfx/F-11 .cvsignore, 1.5, 1.6 opengfx.obg, 1.2, 1.3 openttd-opengfx.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <20100102151638.5FEFE11C0068@cvs1.fedora.phx.redhat.com> Author: heffer Update of /cvs/pkgs/rpms/openttd-opengfx/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11962 Modified Files: .cvsignore opengfx.obg openttd-opengfx.spec sources Log Message: * Sat Jan 02 2010 Felix Kaechele - 0.2.1-1 - upstream bugfix release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/openttd-opengfx/F-11/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 11 Dec 2009 20:21:27 -0000 1.5 +++ .cvsignore 2 Jan 2010 15:16:38 -0000 1.6 @@ -1 +1 @@ -opengfx-0.2.0-source.tar.gz +opengfx-0.2.1-source.tar.gz Index: opengfx.obg =================================================================== RCS file: /cvs/pkgs/rpms/openttd-opengfx/F-11/opengfx.obg,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- opengfx.obg 11 Dec 2009 20:21:27 -0000 1.2 +++ opengfx.obg 2 Jan 2010 15:16:38 -0000 1.3 @@ -1,15 +1,17 @@ [metadata] name = OpenGFX shortname = OGFX -version = 274 +version = 292 palette = Windows -description = OpenGFX base graphics set for OpenTTD. Freely available under the terms of the GNU General Public License version 2. More information available in the readme at http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX nightly-r274] -description.en_GB = OpenGFX base graphics set for OpenTTD. Freely available under the terms of the GNU General Public License version 2. More information available in the readme at http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX nightly-r274] -description.de_DE = OpenGFX Basisgrafiken f?r OpenTTD. Frei verf?gbar unter der GNU General Public License in der Version 2. Weitere Informationen sind in der Datei readme.txt oder unter http://wiki.openttd.org/OpenGFX_Readme verf?gbar. [OpenGFX nightly-r274] -description.sv_SE = OpenGFX basgrafikpaket f?r OpenTTD. Fritt tillg?ngligt enligt villkoren f?r GNU General Public License version 2 licensen. Mer information ?r tillg?nglig i readme-dokumentet p? http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX nightly-r274] -description.zh_TW = ?OpenTTD???OpenGFX???????????GNU General Public License version 2??????????????http://wiki.openttd.org/OpenGFX_Readme?????? [OpenGFX nightly-r274] -description.nl_NL = OpenGFX basisgraphicsset voor OpenTTD. Vrij verkrijgbaar onder de voorwaarden van de GNU General Public License versie 2. Meer informatie is beschikbaar in de documentatie op http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX nightly-r274] -description.hu_HU = OpenGFX grafikus alapcsomag az OpenTTD-hez. Ingyenesen hozz?f?het? a GNU General Public License (?ltal?nos Nyilv?nos Licenc) 2. vezi?j?ban foglalt felt?telekkel. Tov?bbi inform?ci? el?rhet? a http://wiki.openttd.org/OpenGFX_Readme webhelyen. [OpenGFX nightly-r274] +description = OpenGFX base graphics set for OpenTTD. Freely available under the terms of the GNU General Public License version 2. More information available in the readme at http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] +description.en_GB = OpenGFX base graphics set for OpenTTD. Freely available under the terms of the GNU General Public License version 2. More information available in the readme at http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] +description.de_DE = OpenGFX Basisgrafiken f?r OpenTTD. Frei verf?gbar unter der GNU General Public License in der Version 2. Weitere Informationen sind in der Datei readme.txt oder unter http://wiki.openttd.org/OpenGFX_Readme verf?gbar. [OpenGFX 0.2.1] +description.sv_SE = OpenGFX basgrafikpaket f?r OpenTTD. Fritt tillg?ngligt enligt villkoren f?r GNU General Public License version 2 licensen. Mer information ?r tillg?nglig i readme-dokumentet p? http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] +description.zh_TW = ?OpenTTD???OpenGFX???????????GNU General Public License version 2??????????????http://wiki.openttd.org/OpenGFX_Readme?????? [OpenGFX 0.2.1] +description.nl_NL = OpenGFX basisgraphicsset voor OpenTTD. Vrij verkrijgbaar onder de voorwaarden van de GNU General Public License versie 2. Meer informatie is beschikbaar in de documentatie op http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] +description.hu_HU = OpenGFX grafikus alapcsomag az OpenTTD-hez. Ingyenesen hozz?f?het? a GNU General Public License (?ltal?nos Nyilv?nos Licenc) 2. vezi?j?ban foglalt felt?telekkel. Tov?bbi inform?ci? el?rhet? a http://wiki.openttd.org/OpenGFX_Readme webhelyen. [OpenGFX 0.2.1] +description.nb_NO = OpenGFX grafikksett til OpenTTD. Fritt tilgjengelig etter vilk?rene i lisensen GNU General Public License versjon 2. Mer informasjon er tilgjengelig i readme-dokumentet p? http://wiki.openttd.org/OpenGFX_Readme. [OpenGFX 0.2.1] + [files] base = ogfx1_base.grf arctic = ogfxc_arctic.grf @@ -19,12 +21,12 @@ toyland = ogfxt_toyland.grf extra = ogfxe_extra.grf [md5s] -ogfx1_base.grf = 10918be9dca236415e95f4f492cc3f53 +ogfx1_base.grf = d1a25079f0fc9fba4d77ce08d8bc2c27 ogfxc_arctic.grf = 8c8007eaeae8c0cbfdbd3e012ad7927e ogfxh_tropical.grf = b53a1f61623540a64b81da3e9f87b007 -ogfxi_logos.grf = c25d95e446bd38b1574889be4e46c0c7 +ogfxi_logos.grf = 97f7ee07ecf8feb406f36399dd751e86 ogfxt_toyland.grf = b7c413a20c3115174172c49948590182 -ogfxe_extra.grf = df538a10536cb1b79c41f521a9040e6a +ogfxe_extra.grf = 2ff39ea82e9b9e4a52fef421b67cb143 [origin] default = Please redownload from official source. Index: openttd-opengfx.spec =================================================================== RCS file: /cvs/pkgs/rpms/openttd-opengfx/F-11/openttd-opengfx.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- openttd-opengfx.spec 11 Dec 2009 20:21:27 -0000 1.5 +++ openttd-opengfx.spec 2 Jan 2010 15:16:38 -0000 1.6 @@ -2,7 +2,7 @@ #define prever alpha6 Name: openttd-opengfx -Version: 0.2.0 +Version: 0.2.1 Release: 1%{?prever:.%{prever}}%{?dist} Summary: OpenGFX replacement graphics for OpenTTD @@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 02 2010 Felix Kaechele - 0.2.1-1 +- upstream bugfix release + * Fri Dec 11 2009 Felix Kaechele - 0.2.0-1 - update to 0.2.0 - cleaned up docs Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/openttd-opengfx/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 11 Dec 2009 20:21:27 -0000 1.5 +++ sources 2 Jan 2010 15:16:38 -0000 1.6 @@ -1 +1 @@ -468b4c4d8252b1ab0a45da84d48d3044 opengfx-0.2.0-source.tar.gz +5b9bf9a04f5f7db6012ad4fafe984ed6 opengfx-0.2.1-source.tar.gz From nbecker at fedoraproject.org Sat Jan 2 15:28:32 2010 From: nbecker at fedoraproject.org (Neal Becker) Date: Sat, 2 Jan 2010 15:28:32 +0000 (UTC) Subject: File mercurial-1.4.2.tar.gz uploaded to lookaside cache by nbecker Message-ID: <20100102152832.E07A610F86E@bastion.fedoraproject.org> A file has been added to the lookaside cache for mercurial: cf23b0887f0437c8601d5b89ae4663a6 mercurial-1.4.2.tar.gz From nbecker at fedoraproject.org Sat Jan 2 15:29:56 2010 From: nbecker at fedoraproject.org (Neal Becker) Date: Sat, 2 Jan 2010 15:29:56 +0000 (UTC) Subject: rpms/mercurial/devel .cvsignore, 1.29, 1.30 mercurial.spec, 1.76, 1.77 sources, 1.31, 1.32 Message-ID: <20100102152956.CD7D911C0068@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/mercurial/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14692 Modified Files: .cvsignore mercurial.spec sources Log Message: Update to 1.4.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/devel/.cvsignore,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- .cvsignore 2 Dec 2009 12:22:05 -0000 1.29 +++ .cvsignore 2 Jan 2010 15:29:56 -0000 1.30 @@ -1 +1 @@ -mercurial-1.4.1.tar.gz +mercurial-1.4.2.tar.gz Index: mercurial.spec =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/devel/mercurial.spec,v retrieving revision 1.76 retrieving revision 1.77 diff -u -p -r1.76 -r1.77 --- mercurial.spec 2 Dec 2009 12:22:05 -0000 1.76 +++ mercurial.spec 2 Jan 2010 15:29:56 -0000 1.77 @@ -2,7 +2,7 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial -Version: 1.4.1 +Version: 1.4.2 Release: 1%{?dist} License: GPLv2 Group: Development/Tools @@ -170,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT ##cd tests && %{__python} run-tests.py %changelog +* Sat Jan 2 2010 Neal Becker - 1.4.2-1 +- Update to 1.4.2 + * Wed Dec 2 2009 Neal Becker - 1.4.1-1 - Update to 1.4.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/devel/sources,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- sources 2 Dec 2009 12:22:05 -0000 1.31 +++ sources 2 Jan 2010 15:29:56 -0000 1.32 @@ -1 +1 @@ -eacffecad59ec145e61a1edf332b3f1f mercurial-1.4.1.tar.gz +cf23b0887f0437c8601d5b89ae4663a6 mercurial-1.4.2.tar.gz From nbecker at fedoraproject.org Sat Jan 2 15:37:16 2010 From: nbecker at fedoraproject.org (Neal Becker) Date: Sat, 2 Jan 2010 15:37:16 +0000 (UTC) Subject: rpms/mercurial/F-12 .cvsignore, 1.29, 1.30 mercurial.spec, 1.78, 1.79 sources, 1.31, 1.32 Message-ID: <20100102153716.50C0C11C0068@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/mercurial/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16371 Modified Files: .cvsignore mercurial.spec sources Log Message: update to 1.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/F-12/.cvsignore,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- .cvsignore 2 Dec 2009 12:41:01 -0000 1.29 +++ .cvsignore 2 Jan 2010 15:37:15 -0000 1.30 @@ -1 +1 @@ -mercurial-1.4.1.tar.gz +mercurial-1.4.2.tar.gz Index: mercurial.spec =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/F-12/mercurial.spec,v retrieving revision 1.78 retrieving revision 1.79 diff -u -p -r1.78 -r1.79 --- mercurial.spec 2 Dec 2009 12:41:02 -0000 1.78 +++ mercurial.spec 2 Jan 2010 15:37:16 -0000 1.79 @@ -2,7 +2,7 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial -Version: 1.4.1 +Version: 1.4.2 Release: 1%{?dist} License: GPLv2 Group: Development/Tools @@ -170,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT ##cd tests && %{__python} run-tests.py %changelog +* Sat Jan 2 2010 Neal Becker - 1.4.2-1 +- Update to 1.4.2 + * Wed Dec 2 2009 Neal Becker - 1.4.1-1 - Update to 1.4.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/F-12/sources,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- sources 2 Dec 2009 12:41:02 -0000 1.31 +++ sources 2 Jan 2010 15:37:16 -0000 1.32 @@ -1 +1 @@ -eacffecad59ec145e61a1edf332b3f1f mercurial-1.4.1.tar.gz +cf23b0887f0437c8601d5b89ae4663a6 mercurial-1.4.2.tar.gz From nbecker at fedoraproject.org Sat Jan 2 15:43:46 2010 From: nbecker at fedoraproject.org (Neal Becker) Date: Sat, 2 Jan 2010 15:43:46 +0000 (UTC) Subject: rpms/mercurial/F-11 .cvsignore, 1.28, 1.29 mercurial.spec, 1.74, 1.75 sources, 1.31, 1.32 Message-ID: <20100102154346.697E611C0068@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/mercurial/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17959 Modified Files: .cvsignore mercurial.spec sources Log Message: update to 1.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/F-11/.cvsignore,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- .cvsignore 2 Dec 2009 12:48:07 -0000 1.28 +++ .cvsignore 2 Jan 2010 15:43:46 -0000 1.29 @@ -1 +1 @@ -mercurial-1.4.1.tar.gz +mercurial-1.4.2.tar.gz Index: mercurial.spec =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/F-11/mercurial.spec,v retrieving revision 1.74 retrieving revision 1.75 diff -u -p -r1.74 -r1.75 --- mercurial.spec 2 Dec 2009 12:48:07 -0000 1.74 +++ mercurial.spec 2 Jan 2010 15:43:46 -0000 1.75 @@ -2,7 +2,7 @@ Summary: A fast, lightweight distributed source control management system Name: mercurial -Version: 1.4.1 +Version: 1.4.2 Release: 1%{?dist} License: GPLv2 Group: Development/Tools @@ -170,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT ##cd tests && %{__python} run-tests.py %changelog +* Sat Jan 2 2010 Neal Becker - 1.4.2-1 +- Update to 1.4.2 + * Wed Dec 2 2009 Neal Becker - 1.4.1-1 - Update to 1.4.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mercurial/F-11/sources,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- sources 2 Dec 2009 12:48:07 -0000 1.31 +++ sources 2 Jan 2010 15:43:46 -0000 1.32 @@ -1 +1 @@ -eacffecad59ec145e61a1edf332b3f1f mercurial-1.4.1.tar.gz +cf23b0887f0437c8601d5b89ae4663a6 mercurial-1.4.2.tar.gz From heffer at fedoraproject.org Sat Jan 2 16:07:40 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 16:07:40 +0000 (UTC) Subject: File openttd-0.7.5-source.tar.bz2 uploaded to lookaside cache by heffer Message-ID: <20100102160740.EED2610F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for openttd: ceb7ab1f5d6ef5c54181949c232dd0ca openttd-0.7.5-source.tar.bz2 From heffer at fedoraproject.org Sat Jan 2 16:08:53 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 16:08:53 +0000 (UTC) Subject: rpms/openttd/devel .cvsignore, 1.6, 1.7 openttd.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <20100102160853.850B311C0068@cvs1.fedora.phx.redhat.com> Author: heffer Update of /cvs/pkgs/rpms/openttd/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23147 Modified Files: .cvsignore openttd.spec sources Log Message: * Sat Jan 02 2010 Felix Kaechele - 0.7.5-1 - 0.7.5 stable release - fixes CVE-2009-4007 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/openttd/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 18 Dec 2009 12:08:07 -0000 1.6 +++ .cvsignore 2 Jan 2010 16:08:53 -0000 1.7 @@ -1 +1 @@ -openttd-0.7.5-RC1-source.tar.bz2 +openttd-0.7.5-source.tar.bz2 Index: openttd.spec =================================================================== RCS file: /cvs/pkgs/rpms/openttd/devel/openttd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- openttd.spec 18 Dec 2009 12:08:08 -0000 1.8 +++ openttd.spec 2 Jan 2010 16:08:53 -0000 1.9 @@ -1,9 +1,9 @@ # If we have a prerelease version we can define it here -%define prever RC1 +#define prever RC1 Name: openttd Version: 0.7.5 -Release: 0.1.rc1%{?dist} +Release: 1%{?dist} Summary: Transport system simulation game Group: Amusements/Games @@ -116,6 +116,10 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog +* Sat Jan 02 2010 Felix Kaechele - 0.7.5-1 +- 0.7.5 stable release +- fixes CVE-2009-4007 + * Thu Dec 17 2009 Felix Kaechele - 0.7.5-0.1.rc1 - bump to 0.7.5-RC1 - omitting 0.7.4 because it has a bug Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/openttd/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 18 Dec 2009 12:08:08 -0000 1.6 +++ sources 2 Jan 2010 16:08:53 -0000 1.7 @@ -1 +1 @@ -fc34260584312c4d4644919afb500a71 openttd-0.7.5-RC1-source.tar.bz2 +ceb7ab1f5d6ef5c54181949c232dd0ca openttd-0.7.5-source.tar.bz2 From mnowak at fedoraproject.org Sat Jan 2 16:11:40 2010 From: mnowak at fedoraproject.org (Michal Nowak) Date: Sat, 2 Jan 2010 16:11:40 +0000 (UTC) Subject: File libev-3.9.tar.gz uploaded to lookaside cache by mnowak Message-ID: <20100102161140.DFE3610F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for libev: 40fe7d56d70db83cc0c22a6a68d87a96 libev-3.9.tar.gz From mnowak at fedoraproject.org Sat Jan 2 16:12:43 2010 From: mnowak at fedoraproject.org (Michal Nowak) Date: Sat, 2 Jan 2010 16:12:43 +0000 (UTC) Subject: rpms/libev/devel .cvsignore, 1.9, 1.10 import.log, 1.10, 1.11 libev.spec, 1.12, 1.13 sources, 1.9, 1.10 Message-ID: <20100102161243.709FE11C0068@cvs1.fedora.phx.redhat.com> Author: mnowak Update of /cvs/pkgs/rpms/libev/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24094/devel Modified Files: .cvsignore import.log libev.spec sources Log Message: 3.9 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libev/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 10 Aug 2009 10:05:28 -0000 1.9 +++ .cvsignore 2 Jan 2010 16:12:42 -0000 1.10 @@ -1 +1 @@ -libev-3.8.tar.gz +libev-3.9.tar.gz Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/libev/devel/import.log,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- import.log 10 Aug 2009 10:05:28 -0000 1.10 +++ import.log 2 Jan 2010 16:12:43 -0000 1.11 @@ -8,3 +8,4 @@ libev-3_60-1_fc11:HEAD:libev-3.60-1.fc11 libev-3_70-1_fc11:HEAD:libev-3.70-1.fc11.src.rpm:1247825976 libev-3_70-2_fc11:HEAD:libev-3.70-2.fc11.src.rpm:1247863439 libev-3_80-1_fc11:HEAD:libev-3.80-1.fc11.src.rpm:1249898792 +libev-3_90-1_fc12:HEAD:libev-3.90-1.fc12.src.rpm:1262448657 Index: libev.spec =================================================================== RCS file: /cvs/pkgs/rpms/libev/devel/libev.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- libev.spec 10 Aug 2009 10:05:28 -0000 1.12 +++ libev.spec 2 Jan 2010 16:12:43 -0000 1.13 @@ -1,7 +1,7 @@ -%define version_upstream 3.8 +%define version_upstream 3.9 Name: libev -Version: 3.80 +Version: 3.90 Release: 1%{?dist} Summary: High-performance event loop/event model with lots of features @@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 2 2010 Michal Nowak - 3.90-1 +- 3.9 + * Fri Aug 10 2009 Michal Nowak - 3.80-1 - 3.8 - always use the most recent automake Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libev/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 10 Aug 2009 10:05:28 -0000 1.9 +++ sources 2 Jan 2010 16:12:43 -0000 1.10 @@ -1 +1 @@ -4897453c077056769777d43e5495ded1 libev-3.8.tar.gz +40fe7d56d70db83cc0c22a6a68d87a96 libev-3.9.tar.gz From ndim at fedoraproject.org Sat Jan 2 16:15:38 2010 From: ndim at fedoraproject.org (Hans Ulrich Niedermann) Date: Sat, 2 Jan 2010 16:15:38 +0000 (UTC) Subject: rpms/mingw32-libltdl/devel mingw32-libltdl.spec,1.4,1.5 Message-ID: <20100102161538.0FC5211C0068@cvs1.fedora.phx.redhat.com> Author: ndim Update of /cvs/pkgs/rpms/mingw32-libltdl/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24932 Modified Files: mingw32-libltdl.spec Log Message: * Sat Jan 2 2010 Hans Ulrich Niedermann - 2.2.6-17.2 - Automatically generate debuginfo subpackage Index: mingw32-libltdl.spec =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-libltdl/devel/mingw32-libltdl.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- mingw32-libltdl.spec 2 Jan 2010 13:24:57 -0000 1.4 +++ mingw32-libltdl.spec 2 Jan 2010 16:15:37 -0000 1.5 @@ -3,6 +3,8 @@ %define _use_internal_dependency_generator 0 %define __find_requires %{_mingw32_findrequires} %define __find_provides %{_mingw32_findprovides} +%define __debug_install_post %{_mingw32_debug_install_post} + # Define this to run tests (requires Wine, and won't work inside mock or Koji). # Note: As of libtool-1.5.26, libltdl does not contain any tests at all. @@ -17,7 +19,7 @@ Summary: Runtime libraries for GNU Libtool Dynamic Module Loader Name: mingw32-libltdl Version: 2.2.6 -Release: 17%{?dist} +Release: 17.2%{?dist} Group: System Environment/Libraries # Even though the source package contains files under # "GPLv2+ and LGPLv2+ and GFDL", the binary RPM only ships LGPLv2+ code. @@ -28,7 +30,7 @@ Source: http://ftp.gnu.org/gnu/libtool URL: http://www.gnu.org/software/libtool/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n) -BuildRequires: mingw32-filesystem >= 30 +BuildRequires: mingw32-filesystem >= 53 BuildRequires: mingw32-binutils BuildRequires: mingw32-gcc @@ -39,6 +41,12 @@ BuildRequires: wine BuildArch: noarch +# Use a ? to expand to nothing if undefined, enabling F13 mock builds on F11. +# This avoids the trick of hiding the macro in %%description which in turn +# confuses the koji webinterface. +%{?_mingw32_debug_package} + + %description The mingw32-libltdl package contains the GNU Libtool Dynamic Module Loader, a library that provides a consistent, portable interface which simplifies the @@ -102,6 +110,9 @@ rm -rf %{buildroot} %changelog +* Sat Jan 2 2010 Hans Ulrich Niedermann - 2.2.6-17.2 +- Automatically generate debuginfo subpackage + * Sat Jan 2 2010 Hans Ulrich Niedermann - 2.2.6-17 - Use .tar.lzma instead of .tar.gz - Remove obsolete libtool-1.5.24-relativepath.patch From heffer at fedoraproject.org Sat Jan 2 16:20:31 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 16:20:31 +0000 (UTC) Subject: rpms/openttd/F-12 .cvsignore, 1.6, 1.7 openttd.spec, 1.8, 1.9 sources, 1.6, 1.7 Message-ID: <20100102162031.450AB11C0068@cvs1.fedora.phx.redhat.com> Author: heffer Update of /cvs/pkgs/rpms/openttd/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25875 Modified Files: .cvsignore openttd.spec sources Log Message: * Sat Jan 02 2010 Felix Kaechele - 0.7.5-1 - 0.7.5 stable release - fixes CVE-2009-4007 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/openttd/F-12/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 18 Dec 2009 12:19:20 -0000 1.6 +++ .cvsignore 2 Jan 2010 16:20:30 -0000 1.7 @@ -1 +1 @@ -openttd-0.7.5-RC1-source.tar.bz2 +openttd-0.7.5-source.tar.bz2 Index: openttd.spec =================================================================== RCS file: /cvs/pkgs/rpms/openttd/F-12/openttd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- openttd.spec 18 Dec 2009 12:19:20 -0000 1.8 +++ openttd.spec 2 Jan 2010 16:20:30 -0000 1.9 @@ -1,9 +1,9 @@ # If we have a prerelease version we can define it here -%define prever RC1 +#define prever RC1 Name: openttd Version: 0.7.5 -Release: 0.1.rc1%{?dist} +Release: 1%{?dist} Summary: Transport system simulation game Group: Amusements/Games @@ -116,6 +116,10 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog +* Sat Jan 02 2010 Felix Kaechele - 0.7.5-1 +- 0.7.5 stable release +- fixes CVE-2009-4007 + * Thu Dec 17 2009 Felix Kaechele - 0.7.5-0.1.rc1 - bump to 0.7.5-RC1 - omitting 0.7.4 because it has a bug Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/openttd/F-12/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 18 Dec 2009 12:19:20 -0000 1.6 +++ sources 2 Jan 2010 16:20:30 -0000 1.7 @@ -1 +1 @@ -fc34260584312c4d4644919afb500a71 openttd-0.7.5-RC1-source.tar.bz2 +ceb7ab1f5d6ef5c54181949c232dd0ca openttd-0.7.5-source.tar.bz2 From heffer at fedoraproject.org Sat Jan 2 16:21:56 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 16:21:56 +0000 (UTC) Subject: rpms/openttd/F-11 .cvsignore, 1.6, 1.7 openttd.spec, 1.7, 1.8 sources, 1.6, 1.7 Message-ID: <20100102162156.403E811C0068@cvs1.fedora.phx.redhat.com> Author: heffer Update of /cvs/pkgs/rpms/openttd/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26228 Modified Files: .cvsignore openttd.spec sources Log Message: * Sat Jan 02 2010 Felix Kaechele - 0.7.5-1 - 0.7.5 stable release - fixes CVE-2009-4007 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/openttd/F-11/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 18 Dec 2009 12:23:33 -0000 1.6 +++ .cvsignore 2 Jan 2010 16:21:55 -0000 1.7 @@ -1 +1 @@ -openttd-0.7.5-RC1-source.tar.bz2 +openttd-0.7.5-source.tar.bz2 Index: openttd.spec =================================================================== RCS file: /cvs/pkgs/rpms/openttd/F-11/openttd.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- openttd.spec 18 Dec 2009 12:23:33 -0000 1.7 +++ openttd.spec 2 Jan 2010 16:21:55 -0000 1.8 @@ -1,9 +1,9 @@ # If we have a prerelease version we can define it here -%define prever RC1 +#define prever RC1 Name: openttd Version: 0.7.5 -Release: 0.1.rc1%{?dist} +Release: 1%{?dist} Summary: Transport system simulation game Group: Amusements/Games @@ -116,6 +116,10 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog +* Sat Jan 02 2010 Felix Kaechele - 0.7.5-1 +- 0.7.5 stable release +- fixes CVE-2009-4007 + * Thu Dec 17 2009 Felix Kaechele - 0.7.5-0.1.rc1 - bump to 0.7.5-RC1 - omitting 0.7.4 because it has a bug Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/openttd/F-11/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 18 Dec 2009 12:23:33 -0000 1.6 +++ sources 2 Jan 2010 16:21:56 -0000 1.7 @@ -1 +1 @@ -fc34260584312c4d4644919afb500a71 openttd-0.7.5-RC1-source.tar.bz2 +ceb7ab1f5d6ef5c54181949c232dd0ca openttd-0.7.5-source.tar.bz2 From cwickert at fedoraproject.org Sat Jan 2 16:43:09 2010 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sat, 2 Jan 2010 16:43:09 +0000 (UTC) Subject: File xfce4-settings-4.6.4.tar.bz2 uploaded to lookaside cache by cwickert Message-ID: <20100102164309.7A21310F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for xfce4-settings: 04985407e8e5b916c44780314a177e96 xfce4-settings-4.6.4.tar.bz2 From ndim at fedoraproject.org Sat Jan 2 16:48:08 2010 From: ndim at fedoraproject.org (Hans Ulrich Niedermann) Date: Sat, 2 Jan 2010 16:48:08 +0000 (UTC) Subject: rpms/mingw32-libltdl/F-12 mingw32-libltdl.spec,1.3,1.4 Message-ID: <20100102164808.A627711C0068@cvs1.fedora.phx.redhat.com> Author: ndim Update of /cvs/pkgs/rpms/mingw32-libltdl/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31404 Modified Files: mingw32-libltdl.spec Log Message: * Sat Jan 2 2010 Hans Ulrich Niedermann - 1.5.26-15 - Automatically generate debuginfo subpackage Index: mingw32-libltdl.spec =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-libltdl/F-12/mingw32-libltdl.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- mingw32-libltdl.spec 25 Jul 2009 12:22:13 -0000 1.3 +++ mingw32-libltdl.spec 2 Jan 2010 16:48:08 -0000 1.4 @@ -3,6 +3,8 @@ %define _use_internal_dependency_generator 0 %define __find_requires %{_mingw32_findrequires} %define __find_provides %{_mingw32_findprovides} +%define __debug_install_post %{_mingw32_debug_install_post} + # Define this to run tests (requires Wine, and won't work inside mock or Koji). # Note: As of libtool-1.5.26, libltdl does not contain any tests at all. @@ -11,7 +13,7 @@ Summary: Runtime libraries for GNU Libtool Dynamic Module Loader Name: mingw32-libltdl Version: 1.5.26 -Release: 14%{?dist} +Release: 15%{?dist} Group: System Environment/Libraries # Even though the source package contains files under # "GPLv2+ and LGPLv2+ and GFDL", the binary RPM only ships LGPLv2+ code. @@ -26,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version # into running a prepared binary in that directory: Patch2: libtool-1.5.24-relativepath.patch -BuildRequires: mingw32-filesystem >= 30 +BuildRequires: mingw32-filesystem >= 53 BuildRequires: mingw32-binutils BuildRequires: mingw32-gcc @@ -37,6 +39,12 @@ BuildRequires: wine BuildArch: noarch +# Use a ? to expand to nothing if undefined, enabling F13 mock builds on F11. +# This avoids the trick of hiding the macro in %%description which in turn +# confuses the koji webinterface. +%{?_mingw32_debug_package} + + %description The mingw32-libltdl package contains the GNU Libtool Dynamic Module Loader, a library that provides a consistent, portable interface which simplifies the @@ -97,6 +105,9 @@ rm -rf %{buildroot} %changelog +* Sat Jan 2 2010 Hans Ulrich Niedermann - 1.5.26-15 +- Automatically generate debuginfo subpackage + * Sat Jul 25 2009 Fedora Release Engineering - 1.5.26-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From cwickert at fedoraproject.org Sat Jan 2 16:49:55 2010 From: cwickert at fedoraproject.org (Christoph Wickert) Date: Sat, 2 Jan 2010 16:49:55 +0000 (UTC) Subject: rpms/xfce4-settings/devel .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 xfce4-settings.spec, 1.21, 1.22 xfce4-settings-4.6.3-xi2.patch, 1.1, NONE Message-ID: <20100102164955.5739011C0068@cvs1.fedora.phx.redhat.com> Author: cwickert Update of /cvs/pkgs/rpms/xfce4-settings/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31836 Modified Files: .cvsignore sources xfce4-settings.spec Removed Files: xfce4-settings-4.6.3-xi2.patch Log Message: * Sat Jan 02 2010 Christoph Wickert - 4.6.4-1 - Update to 4.6.4 - Drop xi2 patch, fixed upstream Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/xfce4-settings/devel/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 29 Sep 2009 22:40:11 -0000 1.7 +++ .cvsignore 2 Jan 2010 16:49:55 -0000 1.8 @@ -1 +1 @@ -xfce4-settings-4.6.3.tar.bz2 +xfce4-settings-4.6.4.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/xfce4-settings/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 29 Sep 2009 22:40:11 -0000 1.7 +++ sources 2 Jan 2010 16:49:55 -0000 1.8 @@ -1 +1 @@ -60e726143baf0605f6ee8b158d536ed0 xfce4-settings-4.6.3.tar.bz2 +04985407e8e5b916c44780314a177e96 xfce4-settings-4.6.4.tar.bz2 Index: xfce4-settings.spec =================================================================== RCS file: /cvs/pkgs/rpms/xfce4-settings/devel/xfce4-settings.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- xfce4-settings.spec 10 Nov 2009 00:10:45 -0000 1.21 +++ xfce4-settings.spec 2 Jan 2010 16:49:55 -0000 1.22 @@ -1,8 +1,8 @@ %global xfceversion 4.6 Name: xfce4-settings -Version: 4.6.3 -Release: 2%{?dist} +Version: 4.6.4 +Release: 1%{?dist} Summary: Settings Manager for Xfce Group: User Interface/Desktops @@ -10,8 +10,6 @@ Group: User Interface/Desktops License: GPLv2+ and GPLv2 URL: http://www.xfce.org/ Source0: http://www.xfce.org/archive/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2 -# http://bugzilla.xfce.org/show_bug.cgi?id=4929 -Patch0: xfce4-settings-4.6.3-xi2.patch # use vendor's artwork Patch10: xfce4-settings-4.6.0-fedora.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -41,7 +39,6 @@ This package includes the settings manag %prep %setup -q -%patch0 -p0 -b .xi %patch10 -p1 -b .vendor %build @@ -120,6 +117,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/xfce*.desktop %changelog +* Sat Jan 02 2010 Christoph Wickert - 4.6.4-1 +- Update to 4.6.4 +- Drop xi2 patch, fixed upstream + * Tue Nov 10 2009 Christoph Wickert - 4.6.3-2 - Patch xfce4-mouse-settings for newer libXi (#525501) --- xfce4-settings-4.6.3-xi2.patch DELETED --- From heffer at fedoraproject.org Sat Jan 2 16:59:40 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 16:59:40 +0000 (UTC) Subject: File vdr-streamdev-0.5.0-pre-20090706.tgz uploaded to lookaside cache by heffer Message-ID: <20100102165940.86F4410F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for vdr-streamdev: 4675d8cd204defad941c65b020bfb04a vdr-streamdev-0.5.0-pre-20090706.tgz From heffer at fedoraproject.org Sat Jan 2 17:00:11 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 17:00:11 +0000 (UTC) Subject: rpms/vdr-streamdev/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vdr-streamdev.spec, 1.3, 1.4 Message-ID: <20100102170011.D961311C0381@cvs1.fedora.phx.redhat.com> Author: heffer Update of /cvs/pkgs/rpms/vdr-streamdev/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1371 Modified Files: .cvsignore sources vdr-streamdev.spec Log Message: * Fri Dec 18 2009 Felix Kaechele - 0.5.0-0.1.pre20090706 - update to latest version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/vdr-streamdev/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 12 Sep 2008 07:14:30 -0000 1.2 +++ .cvsignore 2 Jan 2010 17:00:11 -0000 1.3 @@ -1 +1 @@ -vdr-streamdev-0.3.4.tgz +vdr-streamdev-0.5.0-pre-20090706.tgz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/vdr-streamdev/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 12 Sep 2008 07:14:30 -0000 1.2 +++ sources 2 Jan 2010 17:00:11 -0000 1.3 @@ -1 +1 @@ -dcbe6cb0974a5ff43a1b9bb22086ec64 vdr-streamdev-0.3.4.tgz +4675d8cd204defad941c65b020bfb04a vdr-streamdev-0.5.0-pre-20090706.tgz Index: vdr-streamdev.spec =================================================================== RCS file: /cvs/pkgs/rpms/vdr-streamdev/devel/vdr-streamdev.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- vdr-streamdev.spec 27 Jul 2009 06:47:13 -0000 1.3 +++ vdr-streamdev.spec 2 Jan 2010 17:00:11 -0000 1.4 @@ -1,17 +1,18 @@ %define pname streamdev +%define prever 20090706 %define plugindir %(vdr-config --plugindir 2>/dev/null || echo ERROR) %define apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR) %define configdir %(vdr-config --configdir 2>/dev/null || echo ERROR) Name: vdr-%{pname} -Version: 0.3.4 -Release: 4%{?dist} +Version: 0.5.0 +Release: 0.1.pre%{prever}%{?dist} Summary: Streaming plugin for VDR Group: Applications/Multimedia License: GPL+ and GPLv2+ URL: http://streamdev.vdr-developer.org -Source0: http://streamdev.vdr-developer.org/releases/vdr-streamdev-%{version}.tgz +Source0: http://streamdev.vdr-developer.org/releases/vdr-streamdev-%{version}%{?prever:-pre-%{prever}}.tgz # Configuration files for plugin parameters. These are Fedora specific and not in upstream. Source1: %{name}-server.conf Source2: %{name}-client.conf @@ -41,10 +42,16 @@ Lets your VDR in conjunction with a stre VDR will then be able to work even without a DVB device. %prep -%setup -q -n %{pname}-%{version} +%setup -q -n %{pname}-%{version}%{?prever:-pre-%{prever}} + +for f in CONTRIBUTORS HISTORY; do + iconv -f iso8859-1 -t utf-8 $f >$f.conv + touch -r $f $f.conv + mv $f.conv $f +done %build -make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr all +make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr LOCALEDIR=$RPM_BUILD_ROOT%{_libdir}/vdr/locale all %install rm -rf $RPM_BUILD_ROOT @@ -52,7 +59,8 @@ install -dm 755 $RPM_BUILD_ROOT%{plugind install -dm 755 $RPM_BUILD_ROOT%{configdir}/plugins install -pm 755 libvdr-%{pname}-server.so.%{apiver} $RPM_BUILD_ROOT%{plugindir} install -pm 755 libvdr-%{pname}-client.so.%{apiver} $RPM_BUILD_ROOT%{plugindir} -install -Dpm 644 streamdevhosts.conf.example $RPM_BUILD_ROOT%{configdir}/plugins/streamdevhosts.conf +install -Dpm 644 streamdev/streamdevhosts.conf $RPM_BUILD_ROOT%{configdir}/plugins/streamdevhosts.conf +install -Dpm 755 streamdev/externremux.sh $RPM_BUILD_ROOT%{_libdir}/vdr/bin/externremux.sh install -Dpm 644 %{SOURCE1} \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-server.conf install -Dpm 644 %{SOURCE2} \ @@ -64,6 +72,7 @@ rm -rf $RPM_BUILD_ROOT %files server %defattr(-,root,root,-) %{plugindir}/libvdr-%{pname}-server.so.%{apiver} +%{_libdir}/vdr/bin/externremux.sh %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-server.conf %config(noreplace) %{configdir}/plugins/streamdevhosts.conf %doc CONTRIBUTORS COPYING HISTORY PROTOCOL README @@ -75,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %doc CONTRIBUTORS COPYING HISTORY PROTOCOL README %changelog +* Fri Dec 18 2009 Felix Kaechele - 0.5.0-0.1.pre20090706 +- update to latest version + * Sun Jul 26 2009 Fedora Release Engineering - 0.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From heffer at fedoraproject.org Sat Jan 2 17:25:42 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 17:25:42 +0000 (UTC) Subject: rpms/vdr-streamdev/devel vdr-streamdev.spec,1.4,1.5 Message-ID: <20100102172542.1AD1611C0068@cvs1.fedora.phx.redhat.com> Author: heffer Update of /cvs/pkgs/rpms/vdr-streamdev/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6105 Modified Files: vdr-streamdev.spec Log Message: * Sat Jan 02 2010 Felix Kaechele - 0.5.0-0.2.pre20090706 - added missing BuildReq: gettext Index: vdr-streamdev.spec =================================================================== RCS file: /cvs/pkgs/rpms/vdr-streamdev/devel/vdr-streamdev.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- vdr-streamdev.spec 2 Jan 2010 17:00:11 -0000 1.4 +++ vdr-streamdev.spec 2 Jan 2010 17:25:41 -0000 1.5 @@ -6,7 +6,7 @@ Name: vdr-%{pname} Version: 0.5.0 -Release: 0.1.pre%{prever}%{?dist} +Release: 0.2.pre%{prever}%{?dist} Summary: Streaming plugin for VDR Group: Applications/Multimedia @@ -19,6 +19,7 @@ Source2: %{name}-client.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vdr-devel >= 1.3.47 +BuildRequires: gettext %description The streamdev plugin adds streaming capabilities to your VDR. @@ -84,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %doc CONTRIBUTORS COPYING HISTORY PROTOCOL README %changelog +* Sat Jan 02 2010 Felix Kaechele - 0.5.0-0.2.pre20090706 +- added missing BuildReq: gettext + * Fri Dec 18 2009 Felix Kaechele - 0.5.0-0.1.pre20090706 - update to latest version From scop at fedoraproject.org Sat Jan 2 17:28:14 2010 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Sat, 2 Jan 2010 17:28:14 +0000 (UTC) Subject: File dvdauthor-0.6.17.tar.gz uploaded to lookaside cache by scop Message-ID: <20100102172814.CD6AE10F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for dvdauthor: 27ef1b20dcdf7a42906c0d2b52e0b461 dvdauthor-0.6.17.tar.gz From scop at fedoraproject.org Sat Jan 2 17:28:17 2010 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Sat, 2 Jan 2010 17:28:17 +0000 (UTC) Subject: File dvdauthor-doc-0.6.17.tar.gz uploaded to lookaside cache by scop Message-ID: <20100102172817.C514C10F86E@bastion.fedoraproject.org> A file has been added to the lookaside cache for dvdauthor: 9f2049b0973248bd2e33444bc58243a2 dvdauthor-doc-0.6.17.tar.gz From heffer at fedoraproject.org Sat Jan 2 17:32:06 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 17:32:06 +0000 (UTC) Subject: rpms/vdr-streamdev/F-12 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vdr-streamdev.spec, 1.3, 1.4 Message-ID: <20100102173206.E2ADD11C0068@cvs1.fedora.phx.redhat.com> Author: heffer Update of /cvs/pkgs/rpms/vdr-streamdev/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7367 Modified Files: .cvsignore sources vdr-streamdev.spec Log Message: * Sat Jan 02 2010 Felix Kaechele - 0.5.0-0.2.pre20090706 - added missing BuildReq: gettext Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/vdr-streamdev/F-12/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 12 Sep 2008 07:14:30 -0000 1.2 +++ .cvsignore 2 Jan 2010 17:32:06 -0000 1.3 @@ -1 +1 @@ -vdr-streamdev-0.3.4.tgz +vdr-streamdev-0.5.0-pre-20090706.tgz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/vdr-streamdev/F-12/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 12 Sep 2008 07:14:30 -0000 1.2 +++ sources 2 Jan 2010 17:32:06 -0000 1.3 @@ -1 +1 @@ -dcbe6cb0974a5ff43a1b9bb22086ec64 vdr-streamdev-0.3.4.tgz +4675d8cd204defad941c65b020bfb04a vdr-streamdev-0.5.0-pre-20090706.tgz Index: vdr-streamdev.spec =================================================================== RCS file: /cvs/pkgs/rpms/vdr-streamdev/F-12/vdr-streamdev.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- vdr-streamdev.spec 27 Jul 2009 06:47:13 -0000 1.3 +++ vdr-streamdev.spec 2 Jan 2010 17:32:06 -0000 1.4 @@ -1,23 +1,25 @@ %define pname streamdev +%define prever 20090706 %define plugindir %(vdr-config --plugindir 2>/dev/null || echo ERROR) %define apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR) %define configdir %(vdr-config --configdir 2>/dev/null || echo ERROR) Name: vdr-%{pname} -Version: 0.3.4 -Release: 4%{?dist} +Version: 0.5.0 +Release: 0.2.pre%{prever}%{?dist} Summary: Streaming plugin for VDR Group: Applications/Multimedia License: GPL+ and GPLv2+ URL: http://streamdev.vdr-developer.org -Source0: http://streamdev.vdr-developer.org/releases/vdr-streamdev-%{version}.tgz +Source0: http://streamdev.vdr-developer.org/releases/vdr-streamdev-%{version}%{?prever:-pre-%{prever}}.tgz # Configuration files for plugin parameters. These are Fedora specific and not in upstream. Source1: %{name}-server.conf Source2: %{name}-client.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vdr-devel >= 1.3.47 +BuildRequires: gettext %description The streamdev plugin adds streaming capabilities to your VDR. @@ -41,10 +43,16 @@ Lets your VDR in conjunction with a stre VDR will then be able to work even without a DVB device. %prep -%setup -q -n %{pname}-%{version} +%setup -q -n %{pname}-%{version}%{?prever:-pre-%{prever}} + +for f in CONTRIBUTORS HISTORY; do + iconv -f iso8859-1 -t utf-8 $f >$f.conv + touch -r $f $f.conv + mv $f.conv $f +done %build -make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr all +make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr LOCALEDIR=$RPM_BUILD_ROOT%{_libdir}/vdr/locale all %install rm -rf $RPM_BUILD_ROOT @@ -52,7 +60,8 @@ install -dm 755 $RPM_BUILD_ROOT%{plugind install -dm 755 $RPM_BUILD_ROOT%{configdir}/plugins install -pm 755 libvdr-%{pname}-server.so.%{apiver} $RPM_BUILD_ROOT%{plugindir} install -pm 755 libvdr-%{pname}-client.so.%{apiver} $RPM_BUILD_ROOT%{plugindir} -install -Dpm 644 streamdevhosts.conf.example $RPM_BUILD_ROOT%{configdir}/plugins/streamdevhosts.conf +install -Dpm 644 streamdev/streamdevhosts.conf $RPM_BUILD_ROOT%{configdir}/plugins/streamdevhosts.conf +install -Dpm 755 streamdev/externremux.sh $RPM_BUILD_ROOT%{_libdir}/vdr/bin/externremux.sh install -Dpm 644 %{SOURCE1} \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-server.conf install -Dpm 644 %{SOURCE2} \ @@ -64,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT %files server %defattr(-,root,root,-) %{plugindir}/libvdr-%{pname}-server.so.%{apiver} +%{_libdir}/vdr/bin/externremux.sh %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-server.conf %config(noreplace) %{configdir}/plugins/streamdevhosts.conf %doc CONTRIBUTORS COPYING HISTORY PROTOCOL README @@ -75,6 +85,12 @@ rm -rf $RPM_BUILD_ROOT %doc CONTRIBUTORS COPYING HISTORY PROTOCOL README %changelog +* Sat Jan 02 2010 Felix Kaechele - 0.5.0-0.2.pre20090706 +- added missing BuildReq: gettext + +* Fri Dec 18 2009 Felix Kaechele - 0.5.0-0.1.pre20090706 +- update to latest version + * Sun Jul 26 2009 Fedora Release Engineering - 0.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From scop at fedoraproject.org Sat Jan 2 17:32:39 2010 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Sat, 2 Jan 2010 17:32:39 +0000 (UTC) Subject: rpms/dvdauthor/devel 0001-Use-pkg-config-to-find-FriBidi.patch, NONE, 1.1 0002-Fix-build-with-FriBidi-0.19.x.patch, NONE, 1.1 dvdauthor-0.6.17-graphicsmagick.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 dvdauthor.spec, 1.14, 1.15 sources, 1.5, 1.6 dvdauthor-0.6.14-graphicsmagick.patch, 1.1, NONE Message-ID: <20100102173239.E1F3B11C0068@cvs1.fedora.phx.redhat.com> Author: scop Update of /cvs/pkgs/rpms/dvdauthor/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7567 Modified Files: .cvsignore dvdauthor.spec sources Added Files: 0001-Use-pkg-config-to-find-FriBidi.patch 0002-Fix-build-with-FriBidi-0.19.x.patch dvdauthor-0.6.17-graphicsmagick.patch Removed Files: dvdauthor-0.6.14-graphicsmagick.patch Log Message: * Sat Jan 2 2010 Ville Skytt? - 0.6.17-1 - Update to 0.6.17 (new "unofficial" upstream: http://www.joonet.de/dvdauthor/). - Include HTML docs in package. - Drop no longer needed libdvdread header dir hack. 0001-Use-pkg-config-to-find-FriBidi.patch: configure.ac | 9 ++------- src/Makefile.am | 3 +-- 2 files changed, 3 insertions(+), 9 deletions(-) --- NEW FILE 0001-Use-pkg-config-to-find-FriBidi.patch --- >From 079ec43050c6fcfecbdfe13d34307730103f7a19 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 2 Jan 2010 18:45:15 +0200 Subject: [PATCH] Use pkg-config to find FriBidi. fribidi-config no longer exists in 0.19.x, whereas the .pc is available since 2002. --- configure.ac | 9 ++------- src/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index e2433da..431cf51 100644 --- a/configure.ac +++ b/configure.ac @@ -75,14 +75,9 @@ fi AC_SUBST(MAGICK_CPPFLAGS) AC_SUBST(MAGICK_LIBS) -AC_CHECK_PROGS(FRIBIDICONFIG, [fribidi-config]) -if test -n "$FRIBIDICONFIG"; then - FRIBIDI_CPPFLAGS="`$FRIBIDICONFIG --cflags`" - FRIBIDI_LIBS="`$FRIBIDICONFIG --libs`" - AC_DEFINE(HAVE_FRIBIDI, 1, [Whether FriBiDi is available]) -fi +PKG_CHECK_MODULES([FRIBIDI], [fribidi], [AC_DEFINE(HAVE_FRIBIDI, 1, [Whether FriBiDi is available])]) -AC_SUBST(FRIBIDI_CPPFLAGS) +AC_SUBST(FRIBIDI_CFLAGS) AC_SUBST(FRIBIDI_LIBS) AC_CHECK_PROGS(FREETYPECONFIG, [freetype-config]) diff --git a/src/Makefile.am b/src/Makefile.am index 41c8520..33cd80f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ endif nodist_bin_SCRIPTS = dvddirdel -AM_CPPFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\"" @XML_CPPFLAGS@ @MAGICK_CPPFLAGS@ @FREETYPE_CPPFLAGS@ @FRIBIDI_CPPFLAGS@ +AM_CPPFLAGS = -DSYSCONFDIR="\"$(sysconfdir)\"" @XML_CPPFLAGS@ @MAGICK_CPPFLAGS@ @FREETYPE_CPPFLAGS@ @FRIBIDI_CFLAGS@ AM_CFLAGS = -Wall dvdauthor_SOURCES = dvdauthor.c dvdauthor.h da-internal.h \ -- 1.6.2.5 0002-Fix-build-with-FriBidi-0.19.x.patch: subreader.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- NEW FILE 0002-Fix-build-with-FriBidi-0.19.x.patch --- >From d99dd01c5502e760c165de1ca1ca525bfcf8acc5 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 2 Jan 2010 19:07:58 +0200 Subject: [PATCH 2/2] Fix build with FriBidi 0.19.x. --- src/subreader.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/subreader.c b/src/subreader.c index 01f23e3..6838ea9 100644 --- a/src/subreader.c +++ b/src/subreader.c @@ -1082,8 +1082,8 @@ subtitle* sub_fribidi (subtitle *sub, int sub_utf8) int char_set_num; fribidi_boolean log2vis; if(flip_hebrew) { // Please fix the indentation someday - fribidi_set_mirroring (FRIBIDI_TRUE); - fribidi_set_reorder_nsm (FRIBIDI_FALSE); + fribidi_set_mirroring (1); + fribidi_set_reorder_nsm (0); if( sub_utf8 == 0 ) { char_set_num = fribidi_parse_charset (fribidi_charset?fribidi_charset:"ISO8859-8"); -- 1.6.2.5 dvdauthor-0.6.17-graphicsmagick.patch: configure.ac | 32 +++++++++++++++++++++++++------- src/compat.h | 6 +++++- src/subgen-image.c | 21 ++++++++++++++------- 3 files changed, 44 insertions(+), 15 deletions(-) --- NEW FILE dvdauthor-0.6.17-graphicsmagick.patch --- o Do not apply the "RGBA meaning swapped in ImageMagick 6" to GraphicsMagick. o Do not rely on GraphicsMagick's ImageMagick compat things installed. o Identify ImageMagick/GraphicsMagick in build spec. o Upstreamed: http://github.com/ldo/dvdauthor/commit/101466dae973dbb95808570c9804ea9c9f359157 diff -up dvdauthor-0.6.17/configure.ac~ dvdauthor-0.6.17/configure.ac --- dvdauthor-0.6.17/configure.ac~ 2009-12-28 18:53:34.000000000 +0200 +++ dvdauthor-0.6.17/configure.ac 2010-01-02 17:49:32.000000000 +0200 @@ -27,9 +27,9 @@ AC_CHECK_FUNCS( \ setmode \ ) -AC_CHECK_PROGS(MAGICKCONFIG, [Magick-config GraphicsMagick-config]) - usemagick=0 + +AC_CHECK_PROGS(MAGICKCONFIG, [Magick-config]) if test -n "$MAGICKCONFIG"; then ac_save_CPPFLAGS="$CPPFLAGS" ac_save_LIBS="$LIBS" @@ -37,11 +37,31 @@ if test -n "$MAGICKCONFIG"; then MAGICK_LIBS="`$MAGICKCONFIG --ldflags` `$MAGICKCONFIG --libs`" CPPFLAGS="$CPPFLAGS $MAGICK_CPPFLAGS" LIBS="$MAGICK_LIBS $LIBS" - AC_CHECK_FUNC(ExportImagePixels, usemagick=1, AC_MSG_NOTICE([ImageMagick/GraphicsMagick does not support the function - ExportImagePixels. Please upgrade to ImageMagick 6.3.0 or newer (or - the corresponding GraphicsMagick version)])) + AC_CHECK_FUNC(ExportImagePixels, usemagick=1, AC_MSG_NOTICE([ImageMagick does not support the function + ExportImagePixels. Please upgrade to ImageMagick 6.3.0 or newer])) CPPFLAGS="$ac_save_CPPFLAGS" LIBS="$ac_save_LIBS" + if test "$usemagick" = 1; then + AC_DEFINE(HAVE_MAGICK, 1, [Whether the ImageMagick libraries are available]) + fi +fi + +if test "$usemagick" != 1; then + AC_CHECK_PROGS(GMAGICKCONFIG, [GraphicsMagick-config]) + if test -n "$GMAGICKCONFIG"; then + ac_save_CPPFLAGS="$CPPFLAGS" + ac_save_LIBS="$LIBS" + MAGICK_CPPFLAGS="`$GMAGICKCONFIG --cppflags`" + MAGICK_LIBS="`$GMAGICKCONFIG --ldflags` `$GMAGICKCONFIG --libs`" + CPPFLAGS="$CPPFLAGS $MAGICK_CPPFLAGS" + LIBS="$MAGICK_LIBS $LIBS" + AC_CHECK_FUNC(DispatchImage, usemagick=1) + CPPFLAGS="$ac_save_CPPFLAGS" + LIBS="$ac_save_LIBS" + if test "$usemagick" = 1; then + AC_DEFINE(HAVE_GMAGICK, 1, [Whether the GraphicsMagick libraries are available]) + fi + fi fi if test "$usemagick" != 1; then @@ -50,8 +70,6 @@ if test "$usemagick" != 1; then AC_CHECK_LIB(png, png_sig_cmp, test, AC_MSG_ERROR([You must have libpng(-devel) installed]), -lz -lm) MAGICK_CPPFLAGS= MAGICK_LIBS="-lpng -lz -lm" -else - AC_DEFINE(HAVE_MAGICK, 1, [Whether the ImageMagick or GraphicsMagick libraries are available]) fi AC_SUBST(MAGICK_CPPFLAGS) diff -up dvdauthor-0.6.17/src/compat.h~ dvdauthor-0.6.17/src/compat.h --- dvdauthor-0.6.17/src/compat.h~ 2009-12-28 18:46:27.000000000 +0200 +++ dvdauthor-0.6.17/src/compat.h 2010-01-02 17:49:35.000000000 +0200 @@ -49,10 +49,14 @@ // this doesn't really belong here, but it was easiest #ifdef HAVE_MAGICK -#define BUILDSPEC_MAGICK " magick" +#define BUILDSPEC_MAGICK " imagemagick" +#else +#ifdef HAVE_GMAGICK +#define BUILDSPEC_MAGICK " graphicsmagick" #else #define BUILDSPEC_MAGICK "" #endif +#endif #ifdef HAVE_GETOPT_LONG #define BUILDSPEC_GETOPT " gnugetopt" diff -up dvdauthor-0.6.17/src/subgen-image.c~ dvdauthor-0.6.17/src/subgen-image.c --- dvdauthor-0.6.17/src/subgen-image.c~ 2009-12-28 18:51:39.000000000 +0200 +++ dvdauthor-0.6.17/src/subgen-image.c 2010-01-02 17:49:30.000000000 +0200 @@ -28,7 +28,7 @@ #include #include -#ifdef HAVE_MAGICK +#if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) #include #include #else @@ -154,7 +154,7 @@ static void createimage(pict *s,int w,in } } -#ifdef HAVE_MAGICK +#if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) static int read_magick(pict *s) /* uses ImageMagick to read image s from s->fname. */ { @@ -182,7 +182,13 @@ static int read_magick(pict *s) for( y=0; yrows; y++ ) { char pdata[MAXX*4]; - if(!ExportImagePixels(im,0,y,im->columns,1,"RGBA",CharPixel,pdata,&ei)) { + if(! +#ifdef HAVE_MAGICK + ExportImagePixels +#else // HAVE_GMAGICK + DispatchImage +#endif + (im,0,y,im->columns,1,"RGBA",CharPixel,pdata,&ei)) { fprintf(stderr,"ERR: Extracting row %d from %s (%s,%s)\n",y,s->fname,ei.reason,ei.description); CatchException(&ei); MagickError(ei.severity,ei.reason,ei.description); @@ -196,7 +202,8 @@ static int read_magick(pict *s) p.g=pdata[x*4+1]; p.b=pdata[x*4+2]; // the meaning of RGBA swapped with ImageMagick 6.0.0... -#if MagickLibVersion >= 0x600 + // ...but not with GraphicsMagick +#if defined(HAVE_MAGICK) && MagickLibVersion >= 0x600 p.t=pdata[x*4+3]; #else p.t=255-pdata[x*4+3]; @@ -336,7 +343,7 @@ static int read_pic(stinfo *s,pict *p) { if( !p->fname ) return 0; -#ifdef HAVE_MAGICK +#if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) r=read_magick(p); #else r=read_png(p); @@ -1075,14 +1082,14 @@ int process_subtitle(stinfo *s) void image_init() { -#ifdef HAVE_MAGICK +#if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) InitializeMagick(NULL); #endif } void image_shutdown() { -#ifdef HAVE_MAGICK +#if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) DestroyMagick(); #endif } Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/dvdauthor/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 25 Feb 2007 08:09:53 -0000 1.5 +++ .cvsignore 2 Jan 2010 17:32:39 -0000 1.6 @@ -1 +1,2 @@ -dvdauthor-0.6.14.tar.gz +dvdauthor-0.6.17.tar.gz +dvdauthor-doc-0.6.17.tar.gz Index: dvdauthor.spec =================================================================== RCS file: /cvs/pkgs/rpms/dvdauthor/devel/dvdauthor.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- dvdauthor.spec 24 Jul 2009 20:39:37 -0000 1.14 +++ dvdauthor.spec 2 Jan 2010 17:32:39 -0000 1.15 @@ -1,13 +1,16 @@ Name: dvdauthor -Version: 0.6.14 -Release: 10%{?dist} +Version: 0.6.17 +Release: 1%{?dist} Summary: Command line DVD authoring tool Group: Applications/Multimedia License: GPLv2+ URL: http://dvdauthor.sourceforge.net/ -Source0: http://downloads.sourceforge.net/dvdauthor/%{name}-%{version}.tar.gz -Patch0: %{name}-0.6.14-graphicsmagick.patch +Source0: http://www.joonet.de/dvdauthor/ftp/%{name}-%{version}.tar.gz +Source1: http://www.joonet.de/dvdauthor/ftp/%{name}-doc-%{version}.tar.gz +Patch0: %{name}-0.6.17-graphicsmagick.patch +Patch1: 0001-Use-pkg-config-to-find-FriBidi.patch +Patch2: 0002-Fix-build-with-FriBidi-0.19.x.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libdvdread-devel >= 0.9.4-4 @@ -18,23 +21,21 @@ BuildRequires: libxml2-devel >= 2.6.0 BuildRequires: fribidi-devel BuildRequires: freetype-devel BuildRequires: GraphicsMagick-devel -# autofoo etc for Patch0 +# autofoo etc for Patch0, Patch1 BuildRequires: autoconf automake gettext-devel %description dvdauthor is a program that will generate a DVD movie from a valid -mpeg2 stream that should play when you put it in a DVD player. +MPEG-2 stream that should play when you put it in a DVD player. %prep -%setup -q -%patch0 -p1 -b .graphicsmagick -autoreconf # for Patch0 - -# Adapt to changed header location in libdvdread 4.1.3. *sigh* -if [ -d %{_includedir}/libdvdread ] ; then - sed -i -e 's| - 0.6.17-1 +- Update to 0.6.17 (new "unofficial" upstream: http://www.joonet.de/dvdauthor/). +- Include HTML docs in package. +- Drop no longer needed libdvdread header dir hack. + * Fri Jul 24 2009 Fedora Release Engineering - 0.6.14-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -84,49 +90,49 @@ rm -rf $RPM_BUILD_ROOT * Thu Sep 11 2008 Tom "spot" Callaway - 0.6.14-7 - rebuild against new GraphicsMagick -* Tue Jul 8 2008 Ville Skytt? - 0.6.14-6 +* Tue Jul 8 2008 Ville Skytt? - 0.6.14-6 - Fix build with changed libdvdread 4.1.3 header location. -* Wed Feb 13 2008 Ville Skytt? - 0.6.14-5 +* Wed Feb 13 2008 Ville Skytt? - 0.6.14-5 - Build with GraphicsMagick, drop all build time conditionals (#245155). - Patch to differentiate ImageMagick vs GraphicsMagick at build time, don't rely on GM's IM compat things installed, fix RGBA treatment with GM. - Avoid linkage bloat from GraphicsMagick-config --libs. -* Wed Feb 13 2008 Ville Skytt? - 0.6.14-4 +* Wed Feb 13 2008 Ville Skytt? - 0.6.14-4 - Add build time conditional for GraphicsMagick, disabled by default (#432651). - Get rid of need for BuildConflicts. -* Fri Nov 16 2007 Ville Skytt? - 0.6.14-3 +* Fri Nov 16 2007 Ville Skytt? - 0.6.14-3 - Rebuild. -* Tue Aug 14 2007 Ville Skytt? - 0.6.14-2 +* Tue Aug 14 2007 Ville Skytt? - 0.6.14-2 - License: GPLv2+ -* Sat Feb 24 2007 Ville Skytt? - 0.6.14-1 +* Sat Feb 24 2007 Ville Skytt? - 0.6.14-1 - 0.6.14. -* Wed Jan 17 2007 Ville Skytt? - 0.6.13-1 +* Wed Jan 17 2007 Ville Skytt? - 0.6.13-1 - 0.6.13. -* Mon Jan 8 2007 Ville Skytt? - 0.6.12-1 +* Mon Jan 8 2007 Ville Skytt? - 0.6.12-1 - 0.6.12. -* Sun Jan 7 2007 Ville Skytt? - 0.6.11-9 +* Sun Jan 7 2007 Ville Skytt? - 0.6.11-9 - First FE build (#219103). -* Thu Oct 26 2006 Ville Skytt? - 0.6.11-8 +* Thu Oct 26 2006 Ville Skytt? - 0.6.11-8 - Build without ImageMagick by default due to dependency bloat (#212478). - Prune pre-2006 changelog entries. * Fri Oct 06 2006 Thorsten Leemhuis 0.6.11-7 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 -* Sun Sep 24 2006 Ville Skytt? - 0.6.11-6 +* Sun Sep 24 2006 Ville Skytt? - 0.6.11-6 - Rebuild. -* Sun Jul 9 2006 Ville Skytt? - 0.6.11-5 +* Sun Jul 9 2006 Ville Skytt? - 0.6.11-5 - Rebuild for new ImageMagick (#1087). -* Thu Mar 16 2006 Ville Skytt? - 0.6.11-4 +* Thu Mar 16 2006 Ville Skytt? - 0.6.11-4 - Remove -ldl hacks, BR fixed libdvdread-devel. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/dvdauthor/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 25 Feb 2007 08:09:53 -0000 1.5 +++ sources 2 Jan 2010 17:32:39 -0000 1.6 @@ -1 +1,2 @@ -bd646b47950c4091ffd781d43fd2c5e9 dvdauthor-0.6.14.tar.gz +27ef1b20dcdf7a42906c0d2b52e0b461 dvdauthor-0.6.17.tar.gz +9f2049b0973248bd2e33444bc58243a2 dvdauthor-doc-0.6.17.tar.gz --- dvdauthor-0.6.14-graphicsmagick.patch DELETED --- From heffer at fedoraproject.org Sat Jan 2 17:33:54 2010 From: heffer at fedoraproject.org (Felix Kaechele) Date: Sat, 2 Jan 2010 17:33:54 +0000 (UTC) Subject: rpms/vdr-streamdev/F-11 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vdr-streamdev.spec, 1.2, 1.3 Message-ID: <20100102173354.C16BB11C0068@cvs1.fedora.phx.redhat.com> Author: heffer Update of /cvs/pkgs/rpms/vdr-streamdev/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7955 Modified Files: .cvsignore sources vdr-streamdev.spec Log Message: * Sat Jan 02 2010 Felix Kaechele - 0.5.0-0.2.pre20090706 - added missing BuildReq: gettext Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/vdr-streamdev/F-11/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 12 Sep 2008 07:14:30 -0000 1.2 +++ .cvsignore 2 Jan 2010 17:33:54 -0000 1.3 @@ -1 +1 @@ -vdr-streamdev-0.3.4.tgz +vdr-streamdev-0.5.0-pre-20090706.tgz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/vdr-streamdev/F-11/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 12 Sep 2008 07:14:30 -0000 1.2 +++ sources 2 Jan 2010 17:33:54 -0000 1.3 @@ -1 +1 @@ -dcbe6cb0974a5ff43a1b9bb22086ec64 vdr-streamdev-0.3.4.tgz +4675d8cd204defad941c65b020bfb04a vdr-streamdev-0.5.0-pre-20090706.tgz Index: vdr-streamdev.spec =================================================================== RCS file: /cvs/pkgs/rpms/vdr-streamdev/F-11/vdr-streamdev.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- vdr-streamdev.spec 25 Feb 2009 23:59:47 -0000 1.2 +++ vdr-streamdev.spec 2 Jan 2010 17:33:54 -0000 1.3 @@ -1,23 +1,25 @@ %define pname streamdev +%define prever 20090706 %define plugindir %(vdr-config --plugindir 2>/dev/null || echo ERROR) %define apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR) %define configdir %(vdr-config --configdir 2>/dev/null || echo ERROR) Name: vdr-%{pname} -Version: 0.3.4 -Release: 3%{?dist} +Version: 0.5.0 +Release: 0.2.pre%{prever}%{?dist} Summary: Streaming plugin for VDR Group: Applications/Multimedia License: GPL+ and GPLv2+ URL: http://streamdev.vdr-developer.org -Source0: http://streamdev.vdr-developer.org/releases/vdr-streamdev-%{version}.tgz +Source0: http://streamdev.vdr-developer.org/releases/vdr-streamdev-%{version}%{?prever:-pre-%{prever}}.tgz # Configuration files for plugin parameters. These are Fedora specific and not in upstream. Source1: %{name}-server.conf Source2: %{name}-client.conf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: vdr-devel >= 1.3.47 +BuildRequires: gettext %description The streamdev plugin adds streaming capabilities to your VDR. @@ -41,10 +43,16 @@ Lets your VDR in conjunction with a stre VDR will then be able to work even without a DVB device. %prep -%setup -q -n %{pname}-%{version} +%setup -q -n %{pname}-%{version}%{?prever:-pre-%{prever}} + +for f in CONTRIBUTORS HISTORY; do + iconv -f iso8859-1 -t utf-8 $f >$f.conv + touch -r $f $f.conv + mv $f.conv $f +done %build -make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr all +make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr LOCALEDIR=$RPM_BUILD_ROOT%{_libdir}/vdr/locale all %install rm -rf $RPM_BUILD_ROOT @@ -52,7 +60,8 @@ install -dm 755 $RPM_BUILD_ROOT%{plugind install -dm 755 $RPM_BUILD_ROOT%{configdir}/plugins install -pm 755 libvdr-%{pname}-server.so.%{apiver} $RPM_BUILD_ROOT%{plugindir} install -pm 755 libvdr-%{pname}-client.so.%{apiver} $RPM_BUILD_ROOT%{plugindir} -install -Dpm 644 streamdevhosts.conf.example $RPM_BUILD_ROOT%{configdir}/plugins/streamdevhosts.conf +install -Dpm 644 streamdev/streamdevhosts.conf $RPM_BUILD_ROOT%{configdir}/plugins/streamdevhosts.conf +install -Dpm 755 streamdev/externremux.sh $RPM_BUILD_ROOT%{_libdir}/vdr/bin/externremux.sh install -Dpm 644 %{SOURCE1} \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-server.conf install -Dpm 644 %{SOURCE2} \ @@ -64,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT %files server %defattr(-,root,root,-) %{plugindir}/libvdr-%{pname}-server.so.%{apiver} +%{_libdir}/vdr/bin/externremux.sh %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-server.conf %config(noreplace) %{configdir}/plugins/streamdevhosts.conf %doc CONTRIBUTORS COPYING HISTORY PROTOCOL README @@ -75,6 +85,12 @@ rm -rf $RPM_BUILD_ROOT %doc CONTRIBUTORS COPYING HISTORY PROTOCOL README %changelog +* Sat Jan 02 2010 Felix Kaechele - 0.5.0-0.2.pre20090706 +- added missing BuildReq: gettext + +* Fri Dec 18 2009 Felix Kaechele - 0.5.0-0.1.pre20090706 +- update to latest version + * Wed Feb 25 2009 Fedora Release Engineering - 0.3.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From scop at fedoraproject.org Sat Jan 2 17:34:39 2010 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Sat, 2 Jan 2010 17:34:39 +0000 (UTC) Subject: rpms/dvdauthor/devel dvdauthor.spec,1.15,1.16 Message-ID: <20100102173439.1E05F11C0068@cvs1.fedora.phx.redhat.com> Author: scop Update of /cvs/pkgs/rpms/dvdauthor/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8306 Modified Files: dvdauthor.spec Log Message: Note FriBidi 0.19.x patches. Index: dvdauthor.spec =================================================================== RCS file: /cvs/pkgs/rpms/dvdauthor/devel/dvdauthor.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- dvdauthor.spec 2 Jan 2010 17:32:39 -0000 1.15 +++ dvdauthor.spec 2 Jan 2010 17:34:38 -0000 1.16 @@ -75,6 +75,7 @@ rm -rf $RPM_BUILD_ROOT %changelog * Sat Jan 2 2010 Ville Skytt? - 0.6.17-1 - Update to 0.6.17 (new "unofficial" upstream: http://www.joonet.de/dvdauthor/). +- Patch to compile with FriBidi 0.19.x. - Include HTML docs in package. - Drop no longer needed libdvdread header dir hack. From kiilerix at fedoraproject.org Sat Jan 2 17:35:09 2010 From: kiilerix at fedoraproject.org (Mads Kiilerich) Date: Sat, 2 Jan 2010 17:35:09 +0000 (UTC) Subject: File tortoisehg-0.9.2.tar.gz uploaded to lookaside cache by kiilerix Message-ID: <20100102173509.6561610F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for tortoisehg: 16a40b1d1d3ea39d0dbb9d46cfdd04e0 tortoisehg-0.9.2.tar.gz From kiilerix at fedoraproject.org Sat Jan 2 17:43:36 2010 From: kiilerix at fedoraproject.org (Mads Kiilerich) Date: Sat, 2 Jan 2010 17:43:36 +0000 (UTC) Subject: rpms/tortoisehg/F-11 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 tortoisehg.spec, 1.4, 1.5 Message-ID: <20100102174336.6BC0711C0068@cvs1.fedora.phx.redhat.com> Author: kiilerix Update of /cvs/pkgs/rpms/tortoisehg/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10045 Modified Files: .cvsignore sources tortoisehg.spec Log Message: tortoisehg-0.9.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/tortoisehg/F-11/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 3 Dec 2009 01:37:48 -0000 1.5 +++ .cvsignore 2 Jan 2010 17:43:36 -0000 1.6 @@ -1 +1 @@ -tortoisehg-0.9.1.1.tar.gz +tortoisehg-0.9.2.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/tortoisehg/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 3 Dec 2009 01:37:48 -0000 1.5 +++ sources 2 Jan 2010 17:43:36 -0000 1.6 @@ -1 +1 @@ -ad10f5ceb2a2147fc45d1491a9837ab3 tortoisehg-0.9.1.1.tar.gz +16a40b1d1d3ea39d0dbb9d46cfdd04e0 tortoisehg-0.9.2.tar.gz Index: tortoisehg.spec =================================================================== RCS file: /cvs/pkgs/rpms/tortoisehg/F-11/tortoisehg.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- tortoisehg.spec 3 Dec 2009 01:37:48 -0000 1.4 +++ tortoisehg.spec 2 Jan 2010 17:43:36 -0000 1.5 @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: tortoisehg -Version: 0.9.1.1 +Version: 0.9.2 Release: 1%{dist} Summary: Mercurial GUI command line tool hgtk Group: Development/Tools @@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/nautilus/extensions-2.0/python/nautilus-thg.py* %changelog +* Sat Jan 2 2010 Mads Kiilerich - 0.9.2-1 +- New upstream bugfix release 0.9.2 + * Thu Dec 3 2009 Mads Kiilerich - 0.9.1.1-1 - tortoisehg-0.9.1.1 - a brown paperbag release From kiilerix at fedoraproject.org Sat Jan 2 17:51:33 2010 From: kiilerix at fedoraproject.org (Mads Kiilerich) Date: Sat, 2 Jan 2010 17:51:33 +0000 (UTC) Subject: rpms/tortoisehg/F-11 tortoisehg.spec,1.5,1.6 Message-ID: <20100102175133.5B6D511C0068@cvs1.fedora.phx.redhat.com> Author: kiilerix Update of /cvs/pkgs/rpms/tortoisehg/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11651 Modified Files: tortoisehg.spec Log Message: tortoisehg-0.9.2-2 Index: tortoisehg.spec =================================================================== RCS file: /cvs/pkgs/rpms/tortoisehg/F-11/tortoisehg.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- tortoisehg.spec 2 Jan 2010 17:43:36 -0000 1.5 +++ tortoisehg.spec 2 Jan 2010 17:51:33 -0000 1.6 @@ -4,7 +4,7 @@ Name: tortoisehg Version: 0.9.2 -Release: 1%{dist} +Release: 2%{dist} Summary: Mercurial GUI command line tool hgtk Group: Development/Tools License: GPLv2 From kiilerix at fedoraproject.org Sat Jan 2 17:56:33 2010 From: kiilerix at fedoraproject.org (Mads Kiilerich) Date: Sat, 2 Jan 2010 17:56:33 +0000 (UTC) Subject: rpms/tortoisehg/F-12 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 tortoisehg.spec, 1.4, 1.5 Message-ID: <20100102175633.2E0E711C0068@cvs1.fedora.phx.redhat.com> Author: kiilerix Update of /cvs/pkgs/rpms/tortoisehg/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12623 Modified Files: .cvsignore sources tortoisehg.spec Log Message: tortoisehg-0.9.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/tortoisehg/F-12/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 3 Dec 2009 01:39:15 -0000 1.5 +++ .cvsignore 2 Jan 2010 17:56:32 -0000 1.6 @@ -1 +1 @@ -tortoisehg-0.9.1.1.tar.gz +tortoisehg-0.9.2.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/tortoisehg/F-12/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 3 Dec 2009 01:39:15 -0000 1.5 +++ sources 2 Jan 2010 17:56:32 -0000 1.6 @@ -1 +1 @@ -ad10f5ceb2a2147fc45d1491a9837ab3 tortoisehg-0.9.1.1.tar.gz +16a40b1d1d3ea39d0dbb9d46cfdd04e0 tortoisehg-0.9.2.tar.gz Index: tortoisehg.spec =================================================================== RCS file: /cvs/pkgs/rpms/tortoisehg/F-12/tortoisehg.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- tortoisehg.spec 3 Dec 2009 01:39:15 -0000 1.4 +++ tortoisehg.spec 2 Jan 2010 17:56:33 -0000 1.5 @@ -3,8 +3,8 @@ %define debug_package %{nil} Name: tortoisehg -Version: 0.9.1.1 -Release: 1%{dist} +Version: 0.9.2 +Release: 2%{dist} Summary: Mercurial GUI command line tool hgtk Group: Development/Tools License: GPLv2 @@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/nautilus/extensions-2.0/python/nautilus-thg.py* %changelog +* Sat Jan 2 2010 Mads Kiilerich - 0.9.2-1 +- New upstream bugfix release 0.9.2 + * Thu Dec 3 2009 Mads Kiilerich - 0.9.1.1-1 - tortoisehg-0.9.1.1 - a brown paperbag release From kiilerix at fedoraproject.org Sat Jan 2 17:58:26 2010 From: kiilerix at fedoraproject.org (Mads Kiilerich) Date: Sat, 2 Jan 2010 17:58:26 +0000 (UTC) Subject: rpms/tortoisehg/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 tortoisehg.spec, 1.4, 1.5 Message-ID: <20100102175826.A0B3011C0068@cvs1.fedora.phx.redhat.com> Author: kiilerix Update of /cvs/pkgs/rpms/tortoisehg/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13028 Modified Files: .cvsignore sources tortoisehg.spec Log Message: tortoisehg-0.9.2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/tortoisehg/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 3 Dec 2009 01:36:51 -0000 1.5 +++ .cvsignore 2 Jan 2010 17:58:26 -0000 1.6 @@ -1 +1 @@ -tortoisehg-0.9.1.1.tar.gz +tortoisehg-0.9.2.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/tortoisehg/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 3 Dec 2009 01:36:51 -0000 1.5 +++ sources 2 Jan 2010 17:58:26 -0000 1.6 @@ -1 +1 @@ -ad10f5ceb2a2147fc45d1491a9837ab3 tortoisehg-0.9.1.1.tar.gz +16a40b1d1d3ea39d0dbb9d46cfdd04e0 tortoisehg-0.9.2.tar.gz Index: tortoisehg.spec =================================================================== RCS file: /cvs/pkgs/rpms/tortoisehg/devel/tortoisehg.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- tortoisehg.spec 3 Dec 2009 01:36:51 -0000 1.4 +++ tortoisehg.spec 2 Jan 2010 17:58:26 -0000 1.5 @@ -3,8 +3,8 @@ %define debug_package %{nil} Name: tortoisehg -Version: 0.9.1.1 -Release: 1%{dist} +Version: 0.9.2 +Release: 2%{dist} Summary: Mercurial GUI command line tool hgtk Group: Development/Tools License: GPLv2 @@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/nautilus/extensions-2.0/python/nautilus-thg.py* %changelog +* Sat Jan 2 2010 Mads Kiilerich - 0.9.2-1 +- New upstream bugfix release 0.9.2 + * Thu Dec 3 2009 Mads Kiilerich - 0.9.1.1-1 - tortoisehg-0.9.1.1 - a brown paperbag release From mclasen at fedoraproject.org Sat Jan 2 18:15:31 2010 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Sat, 2 Jan 2010 18:15:31 +0000 (UTC) Subject: File shotwell-0.4.1.tar.bz2 uploaded to lookaside cache by mclasen Message-ID: <20100102181531.C6E9C10F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for shotwell: 395676e7a0630dad5e79bb8d76f23ae7 shotwell-0.4.1.tar.bz2 From mclasen at fedoraproject.org Sat Jan 2 18:16:50 2010 From: mclasen at fedoraproject.org (Matthias Clasen) Date: Sat, 2 Jan 2010 18:16:50 +0000 (UTC) Subject: rpms/shotwell/devel .cvsignore, 1.6, 1.7 shotwell.spec, 1.15, 1.16 sources, 1.6, 1.7 Message-ID: <20100102181650.E26A711C0068@cvs1.fedora.phx.redhat.com> Author: mclasen Update of /cvs/pkgs/rpms/shotwell/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16477 Modified Files: .cvsignore shotwell.spec sources Log Message: 0.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/shotwell/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 24 Dec 2009 01:50:03 -0000 1.6 +++ .cvsignore 2 Jan 2010 18:16:50 -0000 1.7 @@ -1 +1 @@ -shotwell-0.4.0.tar.bz2 +shotwell-0.4.1.tar.bz2 Index: shotwell.spec =================================================================== RCS file: /cvs/pkgs/rpms/shotwell/devel/shotwell.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- shotwell.spec 24 Dec 2009 01:50:03 -0000 1.15 +++ shotwell.spec 2 Jan 2010 18:16:50 -0000 1.16 @@ -1,7 +1,5 @@ -%define alphatag 20091218svn - Name: shotwell -Version: 0.4.0 +Version: 0.4.1 Release: 1%{?dist} Summary: A photo organizer for the GNOME desktop @@ -97,6 +95,9 @@ gtk-update-icon-cache --quiet %{_datadir %changelog +* Sat Jan 2 2010 Matthias Clasen - 0.4.1-1 +- Update to 0.4.1 + * Wed Dec 23 2009 Matthias Clasen - 0.4.0-1 - Update to 0.4.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/shotwell/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 24 Dec 2009 01:50:03 -0000 1.6 +++ sources 2 Jan 2010 18:16:50 -0000 1.7 @@ -1 +1 @@ -40d957febf23f15e6e59148b983ac300 shotwell-0.4.0.tar.bz2 +395676e7a0630dad5e79bb8d76f23ae7 shotwell-0.4.1.tar.bz2 From tgl at fedoraproject.org Sat Jan 2 18:38:27 2010 From: tgl at fedoraproject.org (Tom Lane) Date: Sat, 2 Jan 2010 18:38:27 +0000 (UTC) Subject: rpms/mysql/devel mysql.spec,1.136,1.137 Message-ID: <20100102183827.3F43F11C0068@cvs1.fedora.phx.redhat.com> Author: tgl Update of /cvs/pkgs/rpms/mysql/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20300 Modified Files: mysql.spec Log Message: Disable building the innodb plugin Index: mysql.spec =================================================================== RCS file: /cvs/pkgs/rpms/mysql/devel/mysql.spec,v retrieving revision 1.136 retrieving revision 1.137 diff -u -p -r1.136 -r1.137 --- mysql.spec 2 Jan 2010 01:44:16 -0000 1.136 +++ mysql.spec 2 Jan 2010 18:38:26 -0000 1.137 @@ -1,6 +1,6 @@ Name: mysql Version: 5.1.42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -203,6 +203,8 @@ export CFLAGS CXXFLAGS # mysql 5.1.30 fails regression tests on x86 unless we use --with-big-tables, # suggesting that upstream doesn't bother to test the other case ... +# note: the with-plugin and without-plugin options do actually work; ignore +# warnings from configure suggesting they are ignored ... %configure \ --with-readline \ --with-ssl=/usr \ @@ -217,6 +219,7 @@ export CFLAGS CXXFLAGS --with-pic \ --with-plugin-innobase \ --with-plugin-ndbcluster \ + --without-plugin-innodb_plugin \ --enable-local-infile \ --enable-largefile \ --enable-thread-safe-client \ @@ -649,6 +652,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Sat Jan 2 2010 Tom Lane 5.1.42-2 +- Disable building the innodb plugin; it tickles assorted gcc bugs and + doesn't seem entirely ready for prime time anyway. + * Fri Jan 1 2010 Tom Lane 5.1.42-1 - Update to MySQL 5.1.42, for various fixes described at http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html From mschwendt at fedoraproject.org Sat Jan 2 18:51:25 2010 From: mschwendt at fedoraproject.org (Michael Schwendt) Date: Sat, 2 Jan 2010 18:51:25 +0000 (UTC) Subject: rpms/audacious-plugins/devel audacious-plugins.spec,1.76,1.77 Message-ID: <20100102185125.4D6E311C0068@cvs1.fedora.phx.redhat.com> Author: mschwendt Update of /cvs/pkgs/rpms/audacious-plugins/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22663 Modified Files: audacious-plugins.spec Log Message: AUDPLUG-160 Index: audacious-plugins.spec =================================================================== RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/audacious-plugins.spec,v retrieving revision 1.76 retrieving revision 1.77 diff -u -p -r1.76 -r1.77 --- audacious-plugins.spec 2 Jan 2010 14:02:27 -0000 1.76 +++ audacious-plugins.spec 2 Jan 2010 18:51:25 -0000 1.77 @@ -35,7 +35,7 @@ Patch4: audacious-plugins-2.2-bluetooth. Patch5: audacious-plugins-2.2-alarm.patch # Patch6: audacious-plugins-2.2-xspf-base.patch -# submitted upstream +# merged upstream (AUDPLUG-160) Patch7: audacious-plugins-2.2-svis_expose.patch BuildRequires: audacious-devel >= %{aud_ver} From rdieter at fedoraproject.org Sat Jan 2 19:59:44 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sat, 02 Jan 2010 13:59:44 -0600 Subject: rpms/fftw/EL-4 fftw.spec,1.9,1.10 sources,1.3,1.4 In-Reply-To: <20100102004554.805D211C008D@cvs1.fedora.phx.redhat.com> References: <20100102004554.805D211C008D@cvs1.fedora.phx.redhat.com> Message-ID: <4B3FA5B0.4030702@fedoraproject.org> On 01/01/2010 06:45 PM, Jussi Lehtola wrote: > +- Change name of package to fftw(-devel) to conform with Package Naming > + Guidelines. I don't appreciate this change, nor will the rpmforge users that I accomodated by using fftw3 in the first place. Preferable would have been to discuss such changes with your fellow maintainers, so you wouldn't have to find out after the fact. -- Rex From pkgdb at fedoraproject.org Sat Jan 2 20:07:20 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:07:20 +0000 Subject: [pkgdb] fftw had acl change status Message-ID: <20100102200719.213A710F8A9@bastion.fedoraproject.org> rdieter has set the commit acl on fftw (Fedora EPEL 4) to Approved for jussilehtola To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 20:07:27 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:07:27 +0000 Subject: [pkgdb] fftw had acl change status Message-ID: <20100102200725.8764F10F8A9@bastion.fedoraproject.org> rdieter has set the commit acl on fftw (Fedora EPEL 5) to Approved for jussilehtola To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 20:07:45 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:07:45 +0000 Subject: [pkgdb] fftw had acl change status Message-ID: <20100102200729.C20A610F8B4@bastion.fedoraproject.org> rdieter has set the approveacls acl on fftw (Fedora EPEL 5) to Approved for jussilehtola To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 20:07:23 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:07:23 +0000 Subject: [pkgdb] fftw had acl change status Message-ID: <20100102200730.62AF810F8C0@bastion.fedoraproject.org> rdieter has set the approveacls acl on fftw (Fedora EPEL 4) to Approved for jussilehtola To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fftw From pkgdb at fedoraproject.org Sat Jan 2 20:11:27 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:11:27 +0000 Subject: [pkgdb] liboglappth was added for carllibpst Message-ID: <20100102201112.B105010F8A9@bastion.fedoraproject.org> kevin has added Package liboglappth with summary An OpenGL wrapper library kevin has approved Package liboglappth kevin has added a Fedora devel branch for liboglappth with an owner of carllibpst kevin has approved liboglappth in Fedora devel kevin has approved Package liboglappth kevin has set commit to Approved for 107427 on liboglappth (Fedora devel) kevin has set checkout to Approved for 107427 on liboglappth (Fedora devel) kevin has set build to Approved for 107427 on liboglappth (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/liboglappth From pkgdb at fedoraproject.org Sat Jan 2 20:11:15 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:11:15 +0000 Subject: [pkgdb] liboglappth summary updated by kevin Message-ID: <20100102201113.0A28C10F8B6@bastion.fedoraproject.org> kevin set package liboglappth summary to An OpenGL wrapper library To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/liboglappth From pkgdb at fedoraproject.org Sat Jan 2 20:11:15 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:11:15 +0000 Subject: [pkgdb] liboglappth (Fedora, 11) updated by kevin Message-ID: <20100102201113.261F510F8C0@bastion.fedoraproject.org> kevin added a Fedora 11 branch for liboglappth kevin has set commit to Approved for 107427 on liboglappth (Fedora 11) kevin has set checkout to Approved for 107427 on liboglappth (Fedora 11) kevin has set build to Approved for 107427 on liboglappth (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/liboglappth From pkgdb at fedoraproject.org Sat Jan 2 20:11:15 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:11:15 +0000 Subject: [pkgdb] liboglappth (Fedora, 12) updated by kevin Message-ID: <20100102201113.5D28110F8CC@bastion.fedoraproject.org> kevin added a Fedora 12 branch for liboglappth kevin has set commit to Approved for 107427 on liboglappth (Fedora 12) kevin has set checkout to Approved for 107427 on liboglappth (Fedora 12) kevin has set build to Approved for 107427 on liboglappth (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/liboglappth From kevin at fedoraproject.org Sat Jan 2 20:11:32 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:11:32 +0000 (UTC) Subject: rpms/liboglappth/devel - New directory Message-ID: <20100102201132.3C94911C0337@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/liboglappth/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvslY5427/rpms/liboglappth/devel Log Message: Directory /cvs/pkgs/rpms/liboglappth/devel added to the repository From kevin at fedoraproject.org Sat Jan 2 20:11:32 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:11:32 +0000 (UTC) Subject: rpms/liboglappth - New directory Message-ID: <20100102201132.21F2711C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/liboglappth In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvslY5427/rpms/liboglappth Log Message: Directory /cvs/pkgs/rpms/liboglappth added to the repository From kevin at fedoraproject.org Sat Jan 2 20:11:40 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:11:40 +0000 (UTC) Subject: rpms/liboglappth/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20100102201140.034BF11C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/liboglappth/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvslY5427/rpms/liboglappth/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module liboglappth --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: liboglappth # $Id: Makefile,v 1.1 2010/01/02 20:11:39 kevin Exp $ NAME := liboglappth 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 $$d/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 Sat Jan 2 20:11:39 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:11:39 +0000 (UTC) Subject: rpms/liboglappth Makefile,NONE,1.1 Message-ID: <20100102201139.B737C11C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/liboglappth In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvslY5427/rpms/liboglappth Added Files: Makefile Log Message: Setup of module liboglappth --- NEW FILE Makefile --- # Top level Makefile for module liboglappth 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 Sat Jan 2 20:12:01 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:12:01 +0000 Subject: [pkgdb] fedora-kde-icon-theme was added for rdieter Message-ID: <20100102201156.2527110F8B6@bastion.fedoraproject.org> kevin has added Package fedora-kde-icon-theme with summary Default Icon theme for KDE Desktops on fedora kevin has approved Package fedora-kde-icon-theme kevin has added a Fedora devel branch for fedora-kde-icon-theme with an owner of rdieter kevin has approved fedora-kde-icon-theme in Fedora devel kevin has approved Package fedora-kde-icon-theme kevin has set commit to Approved for 107427 on fedora-kde-icon-theme (Fedora devel) kevin has set checkout to Approved for 107427 on fedora-kde-icon-theme (Fedora devel) kevin has set build to Approved for 107427 on fedora-kde-icon-theme (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fedora-kde-icon-theme From pkgdb at fedoraproject.org Sat Jan 2 20:11:59 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:11:59 +0000 Subject: [pkgdb] fedora-kde-icon-theme summary updated by kevin Message-ID: <20100102201157.DADB010F8B6@bastion.fedoraproject.org> kevin set package fedora-kde-icon-theme summary to Default Icon theme for KDE Desktops on fedora To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fedora-kde-icon-theme From kevin at fedoraproject.org Sat Jan 2 20:12:17 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:12:17 +0000 (UTC) Subject: rpms/fedora-kde-icon-theme - New directory Message-ID: <20100102201217.161B811C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/fedora-kde-icon-theme In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsVv5719/rpms/fedora-kde-icon-theme Log Message: Directory /cvs/pkgs/rpms/fedora-kde-icon-theme added to the repository From kevin at fedoraproject.org Sat Jan 2 20:12:17 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:12:17 +0000 (UTC) Subject: rpms/fedora-kde-icon-theme/devel - New directory Message-ID: <20100102201217.2CB6511C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/fedora-kde-icon-theme/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsVv5719/rpms/fedora-kde-icon-theme/devel Log Message: Directory /cvs/pkgs/rpms/fedora-kde-icon-theme/devel added to the repository From kevin at fedoraproject.org Sat Jan 2 20:12:24 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:12:24 +0000 (UTC) Subject: rpms/fedora-kde-icon-theme Makefile,NONE,1.1 Message-ID: <20100102201224.84D9511C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/fedora-kde-icon-theme In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsVv5719/rpms/fedora-kde-icon-theme Added Files: Makefile Log Message: Setup of module fedora-kde-icon-theme --- NEW FILE Makefile --- # Top level Makefile for module fedora-kde-icon-theme 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 Sat Jan 2 20:12:24 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:12:24 +0000 (UTC) Subject: rpms/fedora-kde-icon-theme/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20100102201224.B7AF211C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/fedora-kde-icon-theme/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsVv5719/rpms/fedora-kde-icon-theme/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module fedora-kde-icon-theme --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: fedora-kde-icon-theme # $Id: Makefile,v 1.1 2010/01/02 20:12:24 kevin Exp $ NAME := fedora-kde-icon-theme 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 $$d/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 Sat Jan 2 20:13:12 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:13:12 +0000 Subject: [pkgdb] pulseaudio-equalizer was added for hicham Message-ID: <20100102201310.0FA6010F8C0@bastion.fedoraproject.org> kevin has added Package pulseaudio-equalizer with summary A 15 Bands Equalizer for PulseAudio kevin has approved Package pulseaudio-equalizer kevin has added a Fedora devel branch for pulseaudio-equalizer with an owner of hicham kevin has approved pulseaudio-equalizer in Fedora devel kevin has approved Package pulseaudio-equalizer kevin has set commit to Approved for 107427 on pulseaudio-equalizer (Fedora devel) kevin has set checkout to Approved for 107427 on pulseaudio-equalizer (Fedora devel) kevin has set build to Approved for 107427 on pulseaudio-equalizer (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pulseaudio-equalizer From pkgdb at fedoraproject.org Sat Jan 2 20:13:16 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:13:16 +0000 Subject: [pkgdb] pulseaudio-equalizer summary updated by kevin Message-ID: <20100102201311.2922910F8C2@bastion.fedoraproject.org> kevin set package pulseaudio-equalizer summary to A 15 Bands Equalizer for PulseAudio To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pulseaudio-equalizer From pkgdb at fedoraproject.org Sat Jan 2 20:13:16 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:13:16 +0000 Subject: [pkgdb] pulseaudio-equalizer (Fedora, 12) updated by kevin Message-ID: <20100102201311.340D710F8DE@bastion.fedoraproject.org> kevin added a Fedora 12 branch for pulseaudio-equalizer kevin has set commit to Approved for 107427 on pulseaudio-equalizer (Fedora 12) kevin has set checkout to Approved for 107427 on pulseaudio-equalizer (Fedora 12) kevin has set build to Approved for 107427 on pulseaudio-equalizer (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pulseaudio-equalizer From kevin at fedoraproject.org Sat Jan 2 20:13:31 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:13:31 +0000 (UTC) Subject: rpms/pulseaudio-equalizer - New directory Message-ID: <20100102201331.1CD0111C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pulseaudio-equalizer In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsug5989/rpms/pulseaudio-equalizer Log Message: Directory /cvs/pkgs/rpms/pulseaudio-equalizer added to the repository From kevin at fedoraproject.org Sat Jan 2 20:13:31 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:13:31 +0000 (UTC) Subject: rpms/pulseaudio-equalizer/devel - New directory Message-ID: <20100102201331.409B811C0381@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pulseaudio-equalizer/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsug5989/rpms/pulseaudio-equalizer/devel Log Message: Directory /cvs/pkgs/rpms/pulseaudio-equalizer/devel added to the repository From kevin at fedoraproject.org Sat Jan 2 20:13:38 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:13:38 +0000 (UTC) Subject: rpms/pulseaudio-equalizer Makefile,NONE,1.1 Message-ID: <20100102201338.C0B2211C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pulseaudio-equalizer In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsug5989/rpms/pulseaudio-equalizer Added Files: Makefile Log Message: Setup of module pulseaudio-equalizer --- NEW FILE Makefile --- # Top level Makefile for module pulseaudio-equalizer 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 Sat Jan 2 20:13:39 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:13:39 +0000 (UTC) Subject: rpms/pulseaudio-equalizer/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20100102201339.145C511C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pulseaudio-equalizer/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsug5989/rpms/pulseaudio-equalizer/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pulseaudio-equalizer --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: pulseaudio-equalizer # $Id: Makefile,v 1.1 2010/01/02 20:13:38 kevin Exp $ NAME := pulseaudio-equalizer 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 $$d/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 Sat Jan 2 20:14:45 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:14:45 +0000 Subject: [pkgdb] rubygem-mime-types was added for mkent Message-ID: <20100102201452.4257F10F8B3@bastion.fedoraproject.org> kevin has added Package rubygem-mime-types with summary Return the MIME Content-Type for a given filename kevin has approved Package rubygem-mime-types kevin has added a Fedora devel branch for rubygem-mime-types with an owner of mkent kevin has approved rubygem-mime-types in Fedora devel kevin has approved Package rubygem-mime-types kevin has set commit to Approved for 107427 on rubygem-mime-types (Fedora devel) kevin has set checkout to Approved for 107427 on rubygem-mime-types (Fedora devel) kevin has set build to Approved for 107427 on rubygem-mime-types (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rubygem-mime-types From pkgdb at fedoraproject.org Sat Jan 2 20:14:56 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:14:56 +0000 Subject: [pkgdb] rubygem-mime-types summary updated by kevin Message-ID: <20100102201454.28A9010F8B3@bastion.fedoraproject.org> kevin set package rubygem-mime-types summary to Return the MIME Content-Type for a given filename To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rubygem-mime-types From pkgdb at fedoraproject.org Sat Jan 2 20:14:56 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:14:56 +0000 Subject: [pkgdb] rubygem-mime-types (Fedora, 11) updated by kevin Message-ID: <20100102201454.418CC10F8C2@bastion.fedoraproject.org> kevin added a Fedora 11 branch for rubygem-mime-types kevin has set commit to Approved for 107427 on rubygem-mime-types (Fedora 11) kevin has set checkout to Approved for 107427 on rubygem-mime-types (Fedora 11) kevin has set build to Approved for 107427 on rubygem-mime-types (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rubygem-mime-types From pkgdb at fedoraproject.org Sat Jan 2 20:14:56 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:14:56 +0000 Subject: [pkgdb] rubygem-mime-types (Fedora, 12) updated by kevin Message-ID: <20100102201454.4C1C210F8D2@bastion.fedoraproject.org> kevin added a Fedora 12 branch for rubygem-mime-types kevin has set commit to Approved for 107427 on rubygem-mime-types (Fedora 12) kevin has set checkout to Approved for 107427 on rubygem-mime-types (Fedora 12) kevin has set build to Approved for 107427 on rubygem-mime-types (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/rubygem-mime-types From kevin at fedoraproject.org Sat Jan 2 20:15:11 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:15:11 +0000 (UTC) Subject: rpms/rubygem-mime-types - New directory Message-ID: <20100102201511.1BBB211C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/rubygem-mime-types In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsNw6385/rpms/rubygem-mime-types Log Message: Directory /cvs/pkgs/rpms/rubygem-mime-types added to the repository From kevin at fedoraproject.org Sat Jan 2 20:15:11 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:15:11 +0000 (UTC) Subject: rpms/rubygem-mime-types/devel - New directory Message-ID: <20100102201511.2C90611C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/rubygem-mime-types/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsNw6385/rpms/rubygem-mime-types/devel Log Message: Directory /cvs/pkgs/rpms/rubygem-mime-types/devel added to the repository From kevin at fedoraproject.org Sat Jan 2 20:15:18 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:15:18 +0000 (UTC) Subject: rpms/rubygem-mime-types Makefile,NONE,1.1 Message-ID: <20100102201518.E308211C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/rubygem-mime-types In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsNw6385/rpms/rubygem-mime-types Added Files: Makefile Log Message: Setup of module rubygem-mime-types --- NEW FILE Makefile --- # Top level Makefile for module rubygem-mime-types 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 Sat Jan 2 20:15:19 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:15:19 +0000 (UTC) Subject: rpms/rubygem-mime-types/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20100102201519.AE0D811C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/rubygem-mime-types/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsNw6385/rpms/rubygem-mime-types/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module rubygem-mime-types --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: rubygem-mime-types # $Id: Makefile,v 1.1 2010/01/02 20:15:19 kevin Exp $ NAME := rubygem-mime-types 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 $$d/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 Sat Jan 2 20:16:48 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:16:48 +0000 Subject: [pkgdb] chordii was added for sciurius Message-ID: <20100102201646.4FE8D10F8A9@bastion.fedoraproject.org> kevin has added Package chordii with summary Utility to print songsbooks (lyrics + chords) kevin has approved Package chordii kevin has added a Fedora devel branch for chordii with an owner of sciurius kevin has approved chordii in Fedora devel kevin has approved Package chordii kevin has set commit to Approved for 107427 on chordii (Fedora devel) kevin has set checkout to Approved for 107427 on chordii (Fedora devel) kevin has set build to Approved for 107427 on chordii (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/chordii From pkgdb at fedoraproject.org Sat Jan 2 20:16:50 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:16:50 +0000 Subject: [pkgdb] chordii summary updated by kevin Message-ID: <20100102201647.F1C1E10F8A9@bastion.fedoraproject.org> kevin set package chordii summary to Utility to print songsbooks (lyrics + chords) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/chordii From pkgdb at fedoraproject.org Sat Jan 2 20:16:50 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:16:50 +0000 Subject: [pkgdb] chordii (Fedora, 11) updated by kevin Message-ID: <20100102201648.14E5F10F8C2@bastion.fedoraproject.org> kevin added a Fedora 11 branch for chordii kevin has set commit to Approved for 107427 on chordii (Fedora 11) kevin has set checkout to Approved for 107427 on chordii (Fedora 11) kevin has set build to Approved for 107427 on chordii (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/chordii From pkgdb at fedoraproject.org Sat Jan 2 20:16:50 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:16:50 +0000 Subject: [pkgdb] chordii (Fedora, 12) updated by kevin Message-ID: <20100102201648.1DB3810F8D2@bastion.fedoraproject.org> kevin added a Fedora 12 branch for chordii kevin has set commit to Approved for 107427 on chordii (Fedora 12) kevin has set checkout to Approved for 107427 on chordii (Fedora 12) kevin has set build to Approved for 107427 on chordii (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/chordii From kevin at fedoraproject.org Sat Jan 2 20:17:06 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:17:06 +0000 (UTC) Subject: rpms/chordii - New directory Message-ID: <20100102201706.11B8A11C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/chordii In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsIz7076/rpms/chordii Log Message: Directory /cvs/pkgs/rpms/chordii added to the repository From kevin at fedoraproject.org Sat Jan 2 20:17:06 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:17:06 +0000 (UTC) Subject: rpms/chordii/devel - New directory Message-ID: <20100102201706.3198511C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/chordii/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsIz7076/rpms/chordii/devel Log Message: Directory /cvs/pkgs/rpms/chordii/devel added to the repository From kevin at fedoraproject.org Sat Jan 2 20:17:13 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:17:13 +0000 (UTC) Subject: rpms/chordii Makefile,NONE,1.1 Message-ID: <20100102201713.E4B0C11C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/chordii In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsIz7076/rpms/chordii Added Files: Makefile Log Message: Setup of module chordii --- NEW FILE Makefile --- # Top level Makefile for module chordii 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 Sat Jan 2 20:17:14 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:17:14 +0000 (UTC) Subject: rpms/chordii/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20100102201714.53AFB11C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/chordii/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsIz7076/rpms/chordii/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module chordii --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: chordii # $Id: Makefile,v 1.1 2010/01/02 20:17:14 kevin Exp $ NAME := chordii 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 $$d/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 Sat Jan 2 20:17:47 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:17:47 +0000 Subject: [pkgdb] mingw32-OpenSceneGraph was added for stefanriemens Message-ID: <20100102201745.B8C9310F8B3@bastion.fedoraproject.org> kevin has added Package mingw32-OpenSceneGraph with summary Fedora mingw high performance real-time graphics toolkit kevin has approved Package mingw32-OpenSceneGraph kevin has added a Fedora devel branch for mingw32-OpenSceneGraph with an owner of stefanriemens kevin has approved mingw32-OpenSceneGraph in Fedora devel kevin has approved Package mingw32-OpenSceneGraph kevin has set commit to Approved for 107427 on mingw32-OpenSceneGraph (Fedora devel) kevin has set checkout to Approved for 107427 on mingw32-OpenSceneGraph (Fedora devel) kevin has set build to Approved for 107427 on mingw32-OpenSceneGraph (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mingw32-OpenSceneGraph From pkgdb at fedoraproject.org Sat Jan 2 20:17:50 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:17:50 +0000 Subject: [pkgdb] mingw32-OpenSceneGraph summary updated by kevin Message-ID: <20100102201747.7378F10F8C0@bastion.fedoraproject.org> kevin set package mingw32-OpenSceneGraph summary to Fedora mingw high performance real-time graphics toolkit To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mingw32-OpenSceneGraph From pkgdb at fedoraproject.org Sat Jan 2 20:17:50 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:17:50 +0000 Subject: [pkgdb] mingw32-OpenSceneGraph (Fedora, 12) updated by kevin Message-ID: <20100102201747.8B50910F8CC@bastion.fedoraproject.org> kevin added a Fedora 12 branch for mingw32-OpenSceneGraph kevin has set commit to Approved for 107427 on mingw32-OpenSceneGraph (Fedora 12) kevin has set checkout to Approved for 107427 on mingw32-OpenSceneGraph (Fedora 12) kevin has set build to Approved for 107427 on mingw32-OpenSceneGraph (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/mingw32-OpenSceneGraph From kevin at fedoraproject.org Sat Jan 2 20:18:07 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:18:07 +0000 (UTC) Subject: rpms/mingw32-OpenSceneGraph - New directory Message-ID: <20100102201807.17E4B11C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mingw32-OpenSceneGraph In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvstQ7378/rpms/mingw32-OpenSceneGraph Log Message: Directory /cvs/pkgs/rpms/mingw32-OpenSceneGraph added to the repository From kevin at fedoraproject.org Sat Jan 2 20:18:07 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:18:07 +0000 (UTC) Subject: rpms/mingw32-OpenSceneGraph/devel - New directory Message-ID: <20100102201807.5BC5311C0337@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mingw32-OpenSceneGraph/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvstQ7378/rpms/mingw32-OpenSceneGraph/devel Log Message: Directory /cvs/pkgs/rpms/mingw32-OpenSceneGraph/devel added to the repository From kevin at fedoraproject.org Sat Jan 2 20:18:15 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:18:15 +0000 (UTC) Subject: rpms/mingw32-OpenSceneGraph Makefile,NONE,1.1 Message-ID: <20100102201815.219A711C03D6@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mingw32-OpenSceneGraph In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvstQ7378/rpms/mingw32-OpenSceneGraph Added Files: Makefile Log Message: Setup of module mingw32-OpenSceneGraph --- NEW FILE Makefile --- # Top level Makefile for module mingw32-OpenSceneGraph 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 Sat Jan 2 20:18:15 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:18:15 +0000 (UTC) Subject: rpms/mingw32-OpenSceneGraph/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20100102201815.F41DC11C040C@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/mingw32-OpenSceneGraph/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvstQ7378/rpms/mingw32-OpenSceneGraph/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module mingw32-OpenSceneGraph --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: mingw32-OpenSceneGraph # $Id: Makefile,v 1.1 2010/01/02 20:18:15 kevin Exp $ NAME := mingw32-OpenSceneGraph 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 $$d/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 Sat Jan 2 20:20:10 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:20:10 +0000 Subject: [pkgdb] pki-java-tools was added for kwright Message-ID: <20100102202007.7C01B10F8C0@bastion.fedoraproject.org> kevin has added Package pki-java-tools with summary The Dogtag PKI Java Tools kevin has approved Package pki-java-tools kevin has added a Fedora devel branch for pki-java-tools with an owner of kwright kevin has approved pki-java-tools in Fedora devel kevin has approved Package pki-java-tools kevin has set commit to Approved for 107427 on pki-java-tools (Fedora devel) kevin has set checkout to Approved for 107427 on pki-java-tools (Fedora devel) kevin has set build to Approved for 107427 on pki-java-tools (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pki-java-tools From pkgdb at fedoraproject.org Sat Jan 2 20:20:41 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:20:41 +0000 Subject: [pkgdb] pki-java-tools summary updated by kevin Message-ID: <20100102202025.58F2C10F8B3@bastion.fedoraproject.org> kevin set package pki-java-tools summary to The Dogtag PKI Java Tools To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pki-java-tools From pkgdb at fedoraproject.org Sat Jan 2 20:20:41 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:20:41 +0000 Subject: [pkgdb] pki-java-tools (Fedora, 11) updated by kevin Message-ID: <20100102202026.14A6710F8B3@bastion.fedoraproject.org> kevin added a Fedora 11 branch for pki-java-tools kevin has set commit to Approved for 107427 on pki-java-tools (Fedora 11) kevin has set checkout to Approved for 107427 on pki-java-tools (Fedora 11) kevin has set build to Approved for 107427 on pki-java-tools (Fedora 11) kevin approved watchbugzilla on pki-java-tools (Fedora 11) for ausil kevin approved watchcommits on pki-java-tools (Fedora 11) for ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pki-java-tools From pkgdb at fedoraproject.org Sat Jan 2 20:20:41 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:20:41 +0000 Subject: [pkgdb] pki-java-tools (Fedora, devel) updated by kevin Message-ID: <20100102202026.8F12610F8A9@bastion.fedoraproject.org> kevin approved watchbugzilla on pki-java-tools (Fedora devel) for ausil kevin approved watchcommits on pki-java-tools (Fedora devel) for ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pki-java-tools From pkgdb at fedoraproject.org Sat Jan 2 20:20:41 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:20:41 +0000 Subject: [pkgdb] pki-java-tools (Fedora, 12) updated by kevin Message-ID: <20100102202027.44B9E10F8CC@bastion.fedoraproject.org> kevin added a Fedora 12 branch for pki-java-tools kevin has set commit to Approved for 107427 on pki-java-tools (Fedora 12) kevin has set checkout to Approved for 107427 on pki-java-tools (Fedora 12) kevin has set build to Approved for 107427 on pki-java-tools (Fedora 12) kevin approved watchbugzilla on pki-java-tools (Fedora 12) for ausil kevin approved watchcommits on pki-java-tools (Fedora 12) for ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pki-java-tools From pkgdb at fedoraproject.org Sat Jan 2 20:20:41 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:20:41 +0000 Subject: [pkgdb] pki-java-tools (Fedora EPEL, 5) updated by kevin Message-ID: <20100102202027.B95E410F8C0@bastion.fedoraproject.org> kevin added a Fedora EPEL 5 branch for pki-java-tools kevin has set commit to Approved for 107427 on pki-java-tools (Fedora EPEL 5) kevin has set checkout to Approved for 107427 on pki-java-tools (Fedora EPEL 5) kevin has set build to Approved for 107427 on pki-java-tools (Fedora EPEL 5) kevin approved watchbugzilla on pki-java-tools (Fedora EPEL 5) for ausil kevin approved watchcommits on pki-java-tools (Fedora EPEL 5) for ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pki-java-tools From kevin at fedoraproject.org Sat Jan 2 20:20:49 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:20:49 +0000 (UTC) Subject: rpms/pki-java-tools - New directory Message-ID: <20100102202049.16E4E11C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pki-java-tools In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsuG8039/rpms/pki-java-tools Log Message: Directory /cvs/pkgs/rpms/pki-java-tools added to the repository From kevin at fedoraproject.org Sat Jan 2 20:20:49 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:20:49 +0000 (UTC) Subject: rpms/pki-java-tools/devel - New directory Message-ID: <20100102202049.2B8DF11C0381@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pki-java-tools/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsuG8039/rpms/pki-java-tools/devel Log Message: Directory /cvs/pkgs/rpms/pki-java-tools/devel added to the repository From kevin at fedoraproject.org Sat Jan 2 20:20:56 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:20:56 +0000 (UTC) Subject: rpms/pki-java-tools Makefile,NONE,1.1 Message-ID: <20100102202056.B267511C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pki-java-tools In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsuG8039/rpms/pki-java-tools Added Files: Makefile Log Message: Setup of module pki-java-tools --- NEW FILE Makefile --- # Top level Makefile for module pki-java-tools 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 Sat Jan 2 20:20:57 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:20:57 +0000 (UTC) Subject: rpms/pki-java-tools/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20100102202057.1402B11C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pki-java-tools/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsuG8039/rpms/pki-java-tools/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pki-java-tools --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: pki-java-tools # $Id: Makefile,v 1.1 2010/01/02 20:20:56 kevin Exp $ NAME := pki-java-tools 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 $$d/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 Sat Jan 2 20:21:16 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:21:16 +0000 Subject: [pkgdb] pki-common was added for kwright Message-ID: <20100102202111.150E110F8B3@bastion.fedoraproject.org> kevin has added Package pki-common with summary The Dogtag PKI Common Framework kevin has approved Package pki-common kevin has added a Fedora devel branch for pki-common with an owner of kwright kevin has approved pki-common in Fedora devel kevin has approved Package pki-common kevin has set commit to Approved for 107427 on pki-common (Fedora devel) kevin has set checkout to Approved for 107427 on pki-common (Fedora devel) kevin has set build to Approved for 107427 on pki-common (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pki-common From pkgdb at fedoraproject.org Sat Jan 2 20:21:18 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:21:18 +0000 Subject: [pkgdb] pki-common summary updated by kevin Message-ID: <20100102202112.EEE6B10F8C2@bastion.fedoraproject.org> kevin set package pki-common summary to The Dogtag PKI Common Framework To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pki-common From pkgdb at fedoraproject.org Sat Jan 2 20:21:18 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:21:18 +0000 Subject: [pkgdb] pki-common (Fedora, devel) updated by kevin Message-ID: <20100102202113.10B4D10F8DC@bastion.fedoraproject.org> kevin approved watchbugzilla on pki-common (Fedora devel) for ausil kevin approved watchcommits on pki-common (Fedora devel) for ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pki-common From pkgdb at fedoraproject.org Sat Jan 2 20:21:18 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:21:18 +0000 Subject: [pkgdb] pki-common (Fedora, 11) updated by kevin Message-ID: <20100102202113.19CCF10F8DE@bastion.fedoraproject.org> kevin added a Fedora 11 branch for pki-common kevin has set commit to Approved for 107427 on pki-common (Fedora 11) kevin has set checkout to Approved for 107427 on pki-common (Fedora 11) kevin has set build to Approved for 107427 on pki-common (Fedora 11) kevin approved watchbugzilla on pki-common (Fedora 11) for ausil kevin approved watchcommits on pki-common (Fedora 11) for ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pki-common From pkgdb at fedoraproject.org Sat Jan 2 20:21:18 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:21:18 +0000 Subject: [pkgdb] pki-common (Fedora EPEL, 5) updated by kevin Message-ID: <20100102202113.5AB9010F8E0@bastion.fedoraproject.org> kevin added a Fedora EPEL 5 branch for pki-common kevin has set commit to Approved for 107427 on pki-common (Fedora EPEL 5) kevin has set checkout to Approved for 107427 on pki-common (Fedora EPEL 5) kevin has set build to Approved for 107427 on pki-common (Fedora EPEL 5) kevin approved watchbugzilla on pki-common (Fedora EPEL 5) for ausil kevin approved watchcommits on pki-common (Fedora EPEL 5) for ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pki-common From pkgdb at fedoraproject.org Sat Jan 2 20:21:18 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:21:18 +0000 Subject: [pkgdb] pki-common (Fedora, 12) updated by kevin Message-ID: <20100102202113.7156210F8EB@bastion.fedoraproject.org> kevin added a Fedora 12 branch for pki-common kevin has set commit to Approved for 107427 on pki-common (Fedora 12) kevin has set checkout to Approved for 107427 on pki-common (Fedora 12) kevin has set build to Approved for 107427 on pki-common (Fedora 12) kevin approved watchbugzilla on pki-common (Fedora 12) for ausil kevin approved watchcommits on pki-common (Fedora 12) for ausil To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/pki-common From kevin at fedoraproject.org Sat Jan 2 20:21:31 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:21:31 +0000 (UTC) Subject: rpms/pki-common - New directory Message-ID: <20100102202131.11C2A11C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pki-common In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsZQ8367/rpms/pki-common Log Message: Directory /cvs/pkgs/rpms/pki-common added to the repository From kevin at fedoraproject.org Sat Jan 2 20:21:31 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:21:31 +0000 (UTC) Subject: rpms/pki-common/devel - New directory Message-ID: <20100102202131.316F811C0337@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pki-common/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsZQ8367/rpms/pki-common/devel Log Message: Directory /cvs/pkgs/rpms/pki-common/devel added to the repository From kevin at fedoraproject.org Sat Jan 2 20:21:38 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:21:38 +0000 (UTC) Subject: rpms/pki-common Makefile,NONE,1.1 Message-ID: <20100102202138.C422911C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pki-common In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsZQ8367/rpms/pki-common Added Files: Makefile Log Message: Setup of module pki-common --- NEW FILE Makefile --- # Top level Makefile for module pki-common 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 Sat Jan 2 20:21:39 2010 From: kevin at fedoraproject.org (Kevin Fenzi) Date: Sat, 2 Jan 2010 20:21:39 +0000 (UTC) Subject: rpms/pki-common/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20100102202139.5F59811C0068@cvs1.fedora.phx.redhat.com> Author: kevin Update of /cvs/pkgs/rpms/pki-common/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsZQ8367/rpms/pki-common/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pki-common --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: pki-common # $Id: Makefile,v 1.1 2010/01/02 20:21:39 kevin Exp $ NAME := pki-common 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 $$d/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 Sat Jan 2 20:22:49 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:22:49 +0000 Subject: [pkgdb] perl-Data-Report (Fedora EPEL, 5) updated by kevin Message-ID: <20100102202247.DEF3610F8C0@bastion.fedoraproject.org> kevin added a Fedora EPEL 5 branch for perl-Data-Report kevin has set commit to Approved for 107427 on perl-Data-Report (Fedora EPEL 5) kevin has set checkout to Approved for 107427 on perl-Data-Report (Fedora EPEL 5) kevin has set build to Approved for 107427 on perl-Data-Report (Fedora EPEL 5) kevin changed owner of perl-Data-Report in Fedora EPEL 5 to sciurius kevin approved watchbugzilla on perl-Data-Report (Fedora EPEL 5) for ksyz kevin approved watchcommits on perl-Data-Report (Fedora EPEL 5) for ksyz kevin approved commit on perl-Data-Report (Fedora EPEL 5) for ksyz kevin approved build on perl-Data-Report (Fedora EPEL 5) for ksyz kevin approved approveacls on perl-Data-Report (Fedora EPEL 5) for ksyz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Data-Report From pkgdb at fedoraproject.org Sat Jan 2 20:24:18 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sat, 02 Jan 2010 20:24:18 +0000 Subject: [pkgdb] perl-Text-CSV (Fedora EPEL, 5) updated by kevin Message-ID: <20100102202402.AD84A10F8C0@bastion.fedoraproject.org> kevin added a Fedora EPEL 5 branch for perl-Text-CSV kevin has set commit to Approved for 107427 on perl-Text-CSV (Fedora EPEL 5) kevin has set checkout to Approved for 107427 on perl-Text-CSV (Fedora EPEL 5) kevin has set build to Approved for 107427 on perl-Text-CSV (Fedora EPEL 5) kevin changed owner of perl-Text-CSV in Fedora EPEL 5 to sciurius kevin approved watchbugzilla on perl-Text-CSV (Fedora EPEL 5) for ksyz kevin approved watchcommits on perl-Text-CSV (Fedora EPEL 5) for ksyz kevin approved commit on perl-Text-CSV (Fedora EPEL 5) for ksyz kevin approved build on perl-Text-CSV (Fedora EPEL 5) for ksyz kevin approved approveacls on perl-Text-CSV (Fedora EPEL 5) for ksyz To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/perl-Text-CSV From tgl at fedoraproject.org Sat Jan 2 20:26:34 2010 From: tgl at fedoraproject.org (Tom Lane) Date: Sat, 2 Jan 2010 20:26:34 +0000 (UTC) Subject: rpms/mysql/F-12 mysql.spec,1.135,1.136 Message-ID: <20100102202634.69BDF11C0068@cvs1.fedora.phx.redhat.com> Author: tgl Update of /cvs/pkgs/rpms/mysql/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9673 Modified Files: mysql.spec Log Message: Disable building the innodb plugin Index: mysql.spec =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-12/mysql.spec,v retrieving revision 1.135 retrieving revision 1.136 diff -u -p -r1.135 -r1.136 --- mysql.spec 2 Jan 2010 03:52:09 -0000 1.135 +++ mysql.spec 2 Jan 2010 20:26:34 -0000 1.136 @@ -1,6 +1,6 @@ Name: mysql Version: 5.1.42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -203,6 +203,8 @@ export CFLAGS CXXFLAGS # mysql 5.1.30 fails regression tests on x86 unless we use --with-big-tables, # suggesting that upstream doesn't bother to test the other case ... +# note: the with-plugin and without-plugin options do actually work; ignore +# warnings from configure suggesting they are ignored ... %configure \ --with-readline \ --with-ssl=/usr \ @@ -217,6 +219,7 @@ export CFLAGS CXXFLAGS --with-pic \ --with-plugin-innobase \ --with-plugin-ndbcluster \ + --without-plugin-innodb_plugin \ --enable-local-infile \ --enable-largefile \ --enable-thread-safe-client \ @@ -649,6 +652,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Sat Jan 2 2010 Tom Lane 5.1.42-2 +- Disable building the innodb plugin; it tickles assorted gcc bugs and + doesn't seem entirely ready for prime time anyway. + * Fri Jan 1 2010 Tom Lane 5.1.42-1 - Update to MySQL 5.1.42, for various fixes described at http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html From carllibpst at fedoraproject.org Sat Jan 2 20:26:37 2010 From: carllibpst at fedoraproject.org (Carl Byington) Date: Sat, 2 Jan 2010 20:26:37 +0000 (UTC) Subject: File liboglappth-0.98.tar.gz uploaded to lookaside cache by carllibpst Message-ID: <20100102202637.2F55C10F86E@bastion.fedoraproject.org> A file has been added to the lookaside cache for liboglappth: dd280286a51fcba6a47264a383a2f1fe liboglappth-0.98.tar.gz From carllibpst at fedoraproject.org Sat Jan 2 20:28:39 2010 From: carllibpst at fedoraproject.org (Carl Byington) Date: Sat, 2 Jan 2010 20:28:39 +0000 (UTC) Subject: rpms/liboglappth/devel liboglappth.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20100102202839.A73C411C0068@cvs1.fedora.phx.redhat.com> Author: carllibpst Update of /cvs/pkgs/rpms/liboglappth/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10217 Modified Files: .cvsignore sources Added Files: liboglappth.spec Log Message: initial version --- NEW FILE liboglappth.spec --- Name: liboglappth Summary: An OpenGL wrapper library Version: 0.98 Release: 6%{?dist} License: GPLv2+ Group: Applications/Engineering URL: http://www.uku.fi/~thassine/ghemical Source0: http://www.uku.fi/~thassine/projects/download/current/%{name}-%{version}.tar.gz BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLU-devel BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %description Library for creating portable OpenGL applications with easy-to-code scene setup and selection operations. %package devel Summary: Libraries and header files from %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel Libraries and header include files for developing programs based on %{name}. %prep %setup -n %{name}-%{version} -q [ -s NEWS ] && exit 1 [ -s README ] && exit 1 %build %configure --disable-static make %{?_smp_mflags} CCOPTIONS="%{optflags}" LIBS="-lGL -lGLU" %install rm -rf %{buildroot} make DESTDIR="%{buildroot}" INSTALL="install -p" install find %{buildroot}%{_libdir} -name *.la -exec rm -rf {} \; %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING %{_libdir}/liboglappth.so.* %files devel %defattr(-,root,root,-) %{_includedir}/oglappth/ %{_libdir}/liboglappth.so %{_libdir}/pkgconfig/liboglappth.pc %changelog * Wed Dec 23 2009 Carl Byington 0.98-6 - devel requires pkgconfig for EPEL * Wed Dec 23 2009 Carl Byington 0.98-5 - fedora package review changes. - install -p to preserve timestamps - explicit includedir name - trim changelog - rename package to liboglappth - fail the build if NEWS or README acquire content, since they are currently empty and not installed. - add pkgconfig for EPEL * Sun Dec 20 2009 Carl Byington 0.98-4 - explicit names in %%files section rather than wildcards * Sat Dec 05 2009 Carl Byington 0.98-3 - main package now contains the versioned libs * Wed Dec 02 2009 Carl Byington 0.98-2 - convert to fedora compatible spec file - remove static libraries * Mon Jan 12 2009 Guillaume Bedot 0.98-1mdv2009.1 - Revision: 328725 - Name specfile correctly - Release 0.98 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/liboglappth/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 2 Jan 2010 20:11:39 -0000 1.1 +++ .cvsignore 2 Jan 2010 20:28:39 -0000 1.2 @@ -0,0 +1 @@ +liboglappth-0.98.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/liboglappth/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 2 Jan 2010 20:11:39 -0000 1.1 +++ sources 2 Jan 2010 20:28:39 -0000 1.2 @@ -0,0 +1 @@ +dd280286a51fcba6a47264a383a2f1fe liboglappth-0.98.tar.gz From tgl at fedoraproject.org Sat Jan 2 20:29:12 2010 From: tgl at fedoraproject.org (Tom Lane) Date: Sat, 2 Jan 2010 20:29:12 +0000 (UTC) Subject: rpms/mysql/F-11 mysql.spec,1.126,1.127 Message-ID: <20100102202912.27DDB11C0068@cvs1.fedora.phx.redhat.com> Author: tgl Update of /cvs/pkgs/rpms/mysql/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10415 Modified Files: mysql.spec Log Message: Disable building the innodb plugin Index: mysql.spec =================================================================== RCS file: /cvs/pkgs/rpms/mysql/F-11/mysql.spec,v retrieving revision 1.126 retrieving revision 1.127 diff -u -p -r1.126 -r1.127 --- mysql.spec 2 Jan 2010 03:55:54 -0000 1.126 +++ mysql.spec 2 Jan 2010 20:29:11 -0000 1.127 @@ -1,6 +1,6 @@ Name: mysql Version: 5.1.42 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -203,6 +203,8 @@ export CFLAGS CXXFLAGS # mysql 5.1.30 fails regression tests on x86 unless we use --with-big-tables, # suggesting that upstream doesn't bother to test the other case ... +# note: the with-plugin and without-plugin options do actually work; ignore +# warnings from configure suggesting they are ignored ... %configure \ --with-readline \ --with-ssl=/usr \ @@ -217,6 +219,7 @@ export CFLAGS CXXFLAGS --with-pic \ --with-plugin-innobase \ --with-plugin-ndbcluster \ + --without-plugin-innodb_plugin \ --enable-local-infile \ --enable-largefile \ --enable-thread-safe-client \ @@ -649,6 +652,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Sat Jan 2 2010 Tom Lane 5.1.42-2 +- Disable building the innodb plugin; it tickles assorted gcc bugs and + doesn't seem entirely ready for prime time anyway. + * Fri Jan 1 2010 Tom Lane 5.1.42-1 - Update to MySQL 5.1.42, for various fixes described at http://dev.mysql.com/doc/refman/5.1/en/news-5-1-42.html From carllibpst at fedoraproject.org Sat Jan 2 20:35:10 2010 From: carllibpst at fedoraproject.org (Carl Byington) Date: Sat, 2 Jan 2010 20:35:10 +0000 (UTC) Subject: rpms/liboglappth/F-12 liboglappth.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20100102203510.272BD11C0068@cvs1.fedora.phx.redhat.com> Author: carllibpst Update of /cvs/pkgs/rpms/liboglappth/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11596 Modified Files: .cvsignore sources Added Files: liboglappth.spec Log Message: initial version --- NEW FILE liboglappth.spec --- Name: liboglappth Summary: An OpenGL wrapper library Version: 0.98 Release: 6%{?dist} License: GPLv2+ Group: Applications/Engineering URL: http://www.uku.fi/~thassine/ghemical Source0: http://www.uku.fi/~thassine/projects/download/current/%{name}-%{version}.tar.gz BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLU-devel BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %description Library for creating portable OpenGL applications with easy-to-code scene setup and selection operations. %package devel Summary: Libraries and header files from %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel Libraries and header include files for developing programs based on %{name}. %prep %setup -n %{name}-%{version} -q [ -s NEWS ] && exit 1 [ -s README ] && exit 1 %build %configure --disable-static make %{?_smp_mflags} CCOPTIONS="%{optflags}" LIBS="-lGL -lGLU" %install rm -rf %{buildroot} make DESTDIR="%{buildroot}" INSTALL="install -p" install find %{buildroot}%{_libdir} -name *.la -exec rm -rf {} \; %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING %{_libdir}/liboglappth.so.* %files devel %defattr(-,root,root,-) %{_includedir}/oglappth/ %{_libdir}/liboglappth.so %{_libdir}/pkgconfig/liboglappth.pc %changelog * Wed Dec 23 2009 Carl Byington 0.98-6 - devel requires pkgconfig for EPEL * Wed Dec 23 2009 Carl Byington 0.98-5 - fedora package review changes. - install -p to preserve timestamps - explicit includedir name - trim changelog - rename package to liboglappth - fail the build if NEWS or README acquire content, since they are currently empty and not installed. - add pkgconfig for EPEL * Sun Dec 20 2009 Carl Byington 0.98-4 - explicit names in %%files section rather than wildcards * Sat Dec 05 2009 Carl Byington 0.98-3 - main package now contains the versioned libs * Wed Dec 02 2009 Carl Byington 0.98-2 - convert to fedora compatible spec file - remove static libraries * Mon Jan 12 2009 Guillaume Bedot 0.98-1mdv2009.1 - Revision: 328725 - Name specfile correctly - Release 0.98 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/liboglappth/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 2 Jan 2010 20:11:39 -0000 1.1 +++ .cvsignore 2 Jan 2010 20:35:09 -0000 1.2 @@ -0,0 +1 @@ +liboglappth-0.98.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/liboglappth/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 2 Jan 2010 20:11:39 -0000 1.1 +++ sources 2 Jan 2010 20:35:10 -0000 1.2 @@ -0,0 +1 @@ +dd280286a51fcba6a47264a383a2f1fe liboglappth-0.98.tar.gz From rdieter at fedoraproject.org Sat Jan 2 20:34:35 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sat, 02 Jan 2010 14:34:35 -0600 Subject: rpms/fftw/EL-4 fftw.spec,1.9,1.10 sources,1.3,1.4 In-Reply-To: <1262463417.23649.1.camel@acer> References: <20100102004554.805D211C008D@cvs1.fedora.phx.redhat.com> <4B3FA5B0.4030702@fedoraproject.org> <1262463417.23649.1.camel@acer> Message-ID: <4B3FADDB.7090302@fedoraproject.org> On 01/02/2010 02:16 PM, Jussi Lehtola wrote: > On Sat, 2010-01-02 at 13:59 -0600, Rex Dieter wrote: >> On 01/01/2010 06:45 PM, Jussi Lehtola wrote: >>> +- Change name of package to fftw(-devel) to conform with Package Naming >>> + Guidelines. >> >> I don't appreciate this change, nor will the rpmforge users that I >> accomodated by using fftw3 in the first place. >> >> Preferable would have been to discuss such changes with your fellow >> maintainers, so you wouldn't have to find out after the fact. > > What do you mean? The compatibility with the old rpmforge packages still > exists - fftw3(-devel) resolvs to fftw(-devel). Everything works as > before. The spec file is just a lot less garbled... The actual name of the package in EPEL was purposely fftw3, as was violently requested by rpmforge maintainers and users, to preserve more compatibility. Feel free to read the flames on rpmforge mailing list archives, if you're interested in the history. Else, I'd suggest not renaming the package, please. -- Rex From carllibpst at fedoraproject.org Sat Jan 2 20:44:55 2010 From: carllibpst at fedoraproject.org (Carl Byington) Date: Sat, 2 Jan 2010 20:44:55 +0000 (UTC) Subject: rpms/liboglappth/F-11 liboglappth.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20100102204456.004AD11C0068@cvs1.fedora.phx.redhat.com> Author: carllibpst Update of /cvs/pkgs/rpms/liboglappth/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13428 Modified Files: .cvsignore sources Added Files: liboglappth.spec Log Message: initial version --- NEW FILE liboglappth.spec --- Name: liboglappth Summary: An OpenGL wrapper library Version: 0.98 Release: 6%{?dist} License: GPLv2+ Group: Applications/Engineering URL: http://www.uku.fi/~thassine/ghemical Source0: http://www.uku.fi/~thassine/projects/download/current/%{name}-%{version}.tar.gz BuildRequires: mesa-libGL-devel BuildRequires: mesa-libGLU-devel BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) %description Library for creating portable OpenGL applications with easy-to-code scene setup and selection operations. %package devel Summary: Libraries and header files from %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel Libraries and header include files for developing programs based on %{name}. %prep %setup -n %{name}-%{version} -q [ -s NEWS ] && exit 1 [ -s README ] && exit 1 %build %configure --disable-static make %{?_smp_mflags} CCOPTIONS="%{optflags}" LIBS="-lGL -lGLU" %install rm -rf %{buildroot} make DESTDIR="%{buildroot}" INSTALL="install -p" install find %{buildroot}%{_libdir} -name *.la -exec rm -rf {} \; %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING %{_libdir}/liboglappth.so.* %files devel %defattr(-,root,root,-) %{_includedir}/oglappth/ %{_libdir}/liboglappth.so %{_libdir}/pkgconfig/liboglappth.pc %changelog * Wed Dec 23 2009 Carl Byington 0.98-6 - devel requires pkgconfig for EPEL * Wed Dec 23 2009 Carl Byington 0.98-5 - fedora package review changes. - install -p to preserve timestamps - explicit includedir name - trim changelog - rename package to liboglappth - fail the build if NEWS or README acquire content, since they are currently empty and not installed. - add pkgconfig for EPEL * Sun Dec 20 2009 Carl Byington 0.98-4 - explicit names in %%files section rather than wildcards * Sat Dec 05 2009 Carl Byington 0.98-3 - main package now contains the versioned libs * Wed Dec 02 2009 Carl Byington 0.98-2 - convert to fedora compatible spec file - remove static libraries * Mon Jan 12 2009 Guillaume Bedot 0.98-1mdv2009.1 - Revision: 328725 - Name specfile correctly - Release 0.98 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/liboglappth/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 2 Jan 2010 20:11:39 -0000 1.1 +++ .cvsignore 2 Jan 2010 20:44:55 -0000 1.2 @@ -0,0 +1 @@ +liboglappth-0.98.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/liboglappth/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 2 Jan 2010 20:11:39 -0000 1.1 +++ sources 2 Jan 2010 20:44:55 -0000 1.2 @@ -0,0 +1 @@ +dd280286a51fcba6a47264a383a2f1fe liboglappth-0.98.tar.gz From tmraz at fedoraproject.org Sat Jan 2 20:46:55 2010 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Sat, 2 Jan 2010 20:46:55 +0000 (UTC) Subject: rpms/sectool/devel sectool.spec,1.33,1.34 Message-ID: <20100102204655.C723411C0068@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/sectool/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14128 Modified Files: sectool.spec Log Message: * Sat Jan 2 2010 Tomas Mraz - 0.9.4-4 - rebuilt with new librpm Index: sectool.spec =================================================================== RCS file: /cvs/pkgs/rpms/sectool/devel/sectool.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- sectool.spec 19 Nov 2009 14:41:36 -0000 1.33 +++ sectool.spec 2 Jan 2010 20:46:55 -0000 1.34 @@ -1,7 +1,7 @@ Summary: A security audit system and intrusion detection system Name: sectool Version: 0.9.4 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://hosted.fedoraproject.org/sectool/wiki/WikiStart Source0: %{name}-%{version}.tar.bz2 Source1: sectool.log @@ -112,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 2 2010 Tomas Mraz - 0.9.4-4 +- rebuilt with new librpm + * Thu Nov 19 2009 Maros Barabas - 0.9.4-3 - change policy file path - removed usermod requirement From tmraz at fedoraproject.org Sat Jan 2 20:49:54 2010 From: tmraz at fedoraproject.org (=?utf-8?b?VG9tw6HFoSBNcsOheg==?=) Date: Sat, 2 Jan 2010 20:49:54 +0000 (UTC) Subject: rpms/openscap/devel openscap.spec,1.8,1.9 Message-ID: <20100102204954.5914C11C0068@cvs1.fedora.phx.redhat.com> Author: tmraz Update of /cvs/pkgs/rpms/openscap/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14827 Modified Files: openscap.spec Log Message: * Sat Jan 2 2010 Tomas Mraz 0.5.5-2 - rebuilt with new librpm Index: openscap.spec =================================================================== RCS file: /cvs/pkgs/rpms/openscap/devel/openscap.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- openscap.spec 12 Nov 2009 14:59:52 -0000 1.8 +++ openscap.spec 2 Jan 2010 20:49:54 -0000 1.9 @@ -3,7 +3,7 @@ Name: openscap Version: 0.5.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of open source libraries enabling integration of the SCAP line of standards Group: System Environment/Libraries License: LGPLv2+ @@ -11,8 +11,8 @@ URL: http://www.open-scap.org Source0: http://open-scap.org/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: swig pcre-devel libxml2-devel -BuildRequires: rpm-devel -BuildRequires: libnl-devel +BuildRequires: rpm-devel +BuildRequires: libnl-devel Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 2 2010 Tomas Mraz 0.5.5-2 +- rebuilt with new librpm + * Thu Nov 12 2009 Peter Vrabec 0.5.5-1 - upgrade From jussilehtola at fedoraproject.org Sat Jan 2 21:01:07 2010 From: jussilehtola at fedoraproject.org (Jussi Lehtola) Date: Sat, 02 Jan 2010 23:01:07 +0200 Subject: rpms/fftw/EL-4 fftw.spec,1.9,1.10 sources,1.3,1.4 In-Reply-To: <4B3FADDB.7090302@fedoraproject.org> References: <20100102004554.805D211C008D@cvs1.fedora.phx.redhat.com> <4B3FA5B0.4030702@fedoraproject.org> <1262463417.23649.1.camel@acer> <4B3FADDB.7090302@fedoraproject.org> Message-ID: <1262466067.24111.3.camel@acer> On Sat, 2010-01-02 at 14:34 -0600, Rex Dieter wrote: > > What do you mean? The compatibility with the old rpmforge packages still > > exists - fftw3(-devel) resolvs to fftw(-devel). Everything works as > > before. The spec file is just a lot less garbled... > > The actual name of the package in EPEL was purposely fftw3, as was > violently requested by rpmforge maintainers and users, to preserve more > compatibility. > > Feel free to read the flames on rpmforge mailing list archives, if > you're interested in the history. Else, I'd suggest not renaming the > package, please. Well, in principle Fedora doesn't have to care about 3rd party repos. But, as a helping hand the Obsoletes: and Provides: are in place, offering a clean upgrade path and full compatibility with the old rpmforge packages. -- Jussi Lehtola Fedora Project Contributor jussilehtola at fedoraproject.org From rdieter at fedoraproject.org Sat Jan 2 21:10:33 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sat, 02 Jan 2010 15:10:33 -0600 Subject: rpms/fftw/EL-4 fftw.spec,1.9,1.10 sources,1.3,1.4 In-Reply-To: <1262466067.24111.3.camel@acer> References: <20100102004554.805D211C008D@cvs1.fedora.phx.redhat.com> <4B3FA5B0.4030702@fedoraproject.org> <1262463417.23649.1.camel@acer> <4B3FADDB.7090302@fedoraproject.org> <1262466067.24111.3.camel@acer> Message-ID: <4B3FB649.8000405@fedoraproject.org> On 01/02/2010 03:01 PM, Jussi Lehtola wrote: > On Sat, 2010-01-02 at 14:34 -0600, Rex Dieter wrote: >>> What do you mean? The compatibility with the old rpmforge packages still >>> exists - fftw3(-devel) resolvs to fftw(-devel). Everything works as >>> before. The spec file is just a lot less garbled... >> >> The actual name of the package in EPEL was purposely fftw3, as was >> violently requested by rpmforge maintainers and users, to preserve more >> compatibility. >> >> Feel free to read the flames on rpmforge mailing list archives, if >> you're interested in the history. Else, I'd suggest not renaming the >> package, please. > > Well, in principle Fedora doesn't have to care about 3rd party repos. I strongly disagree with that assertion. I feel it is very important work together with other repos, especially one with the history (and clout) such as rpmforge. Hint: rpmforge was around long before EPEL. See also, http://fedoraproject.org/wiki/EPEL/FAQ#What_about_compatibility_with_other_third_party_repositories.3F Which mentions the importance of making reasonable efforts to maintain compatibility. > But, as a helping hand the Obsoletes: and Provides: are in place, > offering a clean upgrade path and full compatibility with the old > rpmforge packages. I offerred that in the past, and it was summarily rejected. Please, if you insist, please revisit the flames/threads on rpmforge mailing lists... or just take my word for it. :) -- Rex From jkratoch at fedoraproject.org Sat Jan 2 21:26:55 2010 From: jkratoch at fedoraproject.org (Jan Kratochvil) Date: Sat, 2 Jan 2010 21:26:55 +0000 (UTC) Subject: rpms/gdb/F-12 gdb-bitfield-check_typedef.patch, NONE, 1.1 gdb-stale-related_breakpoint.patch, NONE, 1.1 gdb.spec, 1.410, 1.411 gdb-field-check_typedef-revert.patch, 1.1, NONE Message-ID: <20100102212655.11FAC11C0068@cvs1.fedora.phx.redhat.com> Author: jkratoch Update of /cvs/pkgs/rpms/gdb/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22231 Modified Files: gdb.spec Added Files: gdb-bitfield-check_typedef.patch gdb-stale-related_breakpoint.patch Removed Files: gdb-field-check_typedef-revert.patch Log Message: * Sat Jan 2 2010 Jan Kratochvil - 7.0.1-18.fc12 - Fix regression of gdb-7.0 (from 6.8) crashing on typedefed bitfields. - Fix related_breakpoint stale ref crash. gdb-bitfield-check_typedef.patch: testsuite/gdb.mi/var-cmd.c | 2 +- value.c | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) --- NEW FILE gdb-bitfield-check_typedef.patch --- http://sourceware.org/ml/gdb-patches/2010-01/msg00030.html Subject: [patch] Re: Regression: field type preservation: 7.0 -> 7.0.1+HEAD On Friday 01 January 2010 21:45:05 Jan Kratochvil wrote: > -PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1 > +FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1 > -PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1 > +FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1 > -PASS: gdb.python/py-mi.exp: examine container children=0, no pretty-printing > +FAIL: gdb.python/py-mi.exp: examine container children=0, no pretty-printing > > due to: > Re: RFA: unbreak typedefed bitfield > http://sourceware.org/ml/gdb-patches/2009-12/msg00295.html > commit fc85da4ee2a7c32afc53b1b334a4f84e2e9bd84e > http://sourceware.org/ml/gdb-cvs/2009-12/msg00100.html attached a fix on top of existing HEAD. Original PR gdb/10884 was a regression 6.8 -> 7.0 due to: RFC: Lazy bitfields http://sourceware.org/ml/gdb-patches/2009-07/msg00437.html http://sourceware.org/ml/gdb-cvs/2009-07/msg00143.html 07491b3409f6ace0b7a9a707775a56ce10fece1c No regressions for HEAD on {x86_64,x86_64-m32,i686}-fedora12-linux-gnu. Plus: -FAIL: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1 +PASS: gdb.mi/mi-var-child.exp: get children of struct_declarations.s2.u2.u1s1 -FAIL: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1 +PASS: gdb.mi/mi2-var-child.exp: get children of struct_declarations.s2.u2.u1s1 -FAIL: gdb.python/py-mi.exp: examine container children=0, no pretty-printing +PASS: gdb.python/py-mi.exp: examine container children=0, no pretty-printing Going to check it in also for gdb_7_0-branch after an approval. Thanks, Jan gdb/ 2010-01-02 Jan Kratochvil * value.c (value_primitive_field): Remove one check_typedef call. Move bitpos and container_bitsize initialization after allocate_value_lazy. New comment before accessing TYPE_LENGTH. gdb/testsuite/ 2010-01-02 Jan Kratochvil * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to "uint_for_mi_testing". --- a/gdb/testsuite/gdb.mi/var-cmd.c +++ b/gdb/testsuite/gdb.mi/var-cmd.c @@ -494,7 +494,7 @@ void do_bitfield_tests () mi_create_varobj V d "create varobj for Data" mi_list_varobj_children "V" { {"V.alloc" "alloc" "0" "int"} - {"V.sharable" "sharable" "0" "unsigned int"} + {"V.sharable" "sharable" "0" "uint_for_mi_testing"} } "list children of Data" mi_check_varobj_value V.sharable 3 "access bitfield" :*/ --- a/gdb/value.c +++ b/gdb/value.c @@ -1873,7 +1873,6 @@ value_primitive_field (struct value *arg1, int offset, CHECK_TYPEDEF (arg_type); type = TYPE_FIELD_TYPE (arg_type, fieldno); - type = check_typedef (type); /* Handle packed fields */ @@ -1885,10 +1884,14 @@ value_primitive_field (struct value *arg1, int offset, Otherwise, adjust offset to the byte containing the first bit. Assume that the address, offset, and embedded offset are sufficiently aligned. */ - int bitpos = TYPE_FIELD_BITPOS (arg_type, fieldno); - int container_bitsize = TYPE_LENGTH (type) * 8; + int bitpos, container_bitsize; v = allocate_value_lazy (type); + + /* TYPE_LENGTH of TYPE gets initialized by allocate_value_lazy. */ + bitpos = TYPE_FIELD_BITPOS (arg_type, fieldno); + container_bitsize = TYPE_LENGTH (type) * 8; + v->bitsize = TYPE_FIELD_BITSIZE (arg_type, fieldno); if ((bitpos % container_bitsize) + v->bitsize <= container_bitsize && TYPE_LENGTH (type) <= (int) sizeof (LONGEST)) @@ -1939,6 +1942,8 @@ value_primitive_field (struct value *arg1, int offset, else { v = allocate_value (type); + + /* TYPE_LENGTH of TYPE gets initialized by allocate_value. */ memcpy (value_contents_raw (v), value_contents_raw (arg1) + offset, TYPE_LENGTH (type)); gdb-stale-related_breakpoint.patch: breakpoint.c | 10 ++++++++++ 1 file changed, 10 insertions(+) --- NEW FILE gdb-stale-related_breakpoint.patch --- http://sourceware.org/ml/gdb-patches/2009-12/msg00364.html Subject: [patch] related_breakpoint stale ref crash fix Hi, getting occasional random: PASS: gdb.threads/local-watch-wrong-thread.exp: local watchpoint still triggers PASS: gdb.threads/local-watch-wrong-thread.exp: let thread_function0 return PASS: gdb.threads/local-watch-wrong-thread.exp: breakpoint on thread_function0's caller -PASS: gdb.threads/local-watch-wrong-thread.exp: local watchpoint automatically deleted +ERROR: Process no longer exists +UNRESOLVED: gdb.threads/local-watch-wrong-thread.exp: local watchpoint automatically deleted It is even reproducible on HEAD using "input" file below and: valgrind ../gdb -nx type == bp_none) return; [...] bpt->type = bp_none; xfree (bpt); } While fixing this part may be difficult I find the attached patch easy enough fixing the IMO currently most common crash due to it. No regressions on {x86_64,x86_64-m32,i686}-fedora12-linux-gnu. Thanks, Jan "input": set height 0 set width 0 set confirm no file ../testsuite/gdb.threads/local-watch-wrong-thread set can-use-hw-watchpoints 1 break main run break local-watch-wrong-thread.c:36 continue delete breakpoints watch *myp continue delete breakpoints echo MAKE watch\n watch *myp if trigger != 0 echo MAKE break\n break local-watch-wrong-thread.c:60 info break continue echo DELETE five\n delete 5 set trigger=1 continue set *myp=0 break local-watch-wrong-thread.c:47 continue 2009-12-23 Jan Kratochvil * breakpoint.c (delete_breakpoint related_breakpoint != NULL>): New. --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -8649,6 +8649,16 @@ delete_breakpoint (struct breakpoint *bpt) if (bpt->type == bp_none) return; + /* At least avoid this stale reference until the reference counting of + breakpoints gets resolved. */ + if (bpt->related_breakpoint != NULL) + { + gdb_assert (bpt->related_breakpoint->related_breakpoint == bpt); + bpt->related_breakpoint->disposition = disp_del_at_next_stop; + bpt->related_breakpoint->related_breakpoint = NULL; + bpt->related_breakpoint = NULL; + } + observer_notify_breakpoint_deleted (bpt->number); if (breakpoint_chain == bpt) Index: gdb.spec =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb.spec,v retrieving revision 1.410 retrieving revision 1.411 diff -u -p -r1.410 -r1.411 --- gdb.spec 1 Jan 2010 19:07:41 -0000 1.410 +++ gdb.spec 2 Jan 2010 21:26:54 -0000 1.411 @@ -36,7 +36,7 @@ Version: 7.0.1 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 16%{?_with_upstream:.upstream}%{dist} +Release: 18%{?_with_upstream:.upstream}%{dist} License: GPLv3+ Group: Development/Debuggers @@ -429,7 +429,10 @@ Patch397: gdb-follow-child-stale-parent. Patch398: gdb-testsuite-unknown-output.patch # Fix regression of gdb-7.0.1 not preserving typedef of a field. -Patch399: gdb-field-check_typedef-revert.patch +Patch399: gdb-bitfield-check_typedef.patch + +# Fix related_breakpoint stale ref crash. +Patch400: gdb-stale-related_breakpoint.patch BuildRequires: ncurses-devel texinfo gettext flex bison expat-devel Requires: readline @@ -681,6 +684,7 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc %patch397 -p1 %patch398 -p1 %patch399 -p1 +%patch400 -p1 find -name "*.orig" | xargs rm -f ! find -name "*.rej" # Should not happen. @@ -998,6 +1002,10 @@ fi %endif %changelog +* Sat Jan 2 2010 Jan Kratochvil - 7.0.1-18.fc12 +- Fix regression of gdb-7.0 (from 6.8) crashing on typedefed bitfields. +- Fix related_breakpoint stale ref crash. + * Fri Jan 1 2010 Jan Kratochvil - 7.0.1-17.fc12 - Formal upgrade to the FSF GDB release gdb-7.0.1. - Fix regression of gdb-7.0.1 not preserving typedef of a field. --- gdb-field-check_typedef-revert.patch DELETED --- From jussilehtola at fedoraproject.org Sat Jan 2 21:40:47 2010 From: jussilehtola at fedoraproject.org (Jussi Lehtola) Date: Sat, 02 Jan 2010 23:40:47 +0200 Subject: rpms/fftw/EL-4 fftw.spec,1.9,1.10 sources,1.3,1.4 In-Reply-To: <4B3FB649.8000405@fedoraproject.org> References: <20100102004554.805D211C008D@cvs1.fedora.phx.redhat.com> <4B3FA5B0.4030702@fedoraproject.org> <1262463417.23649.1.camel@acer> <4B3FADDB.7090302@fedoraproject.org> <1262466067.24111.3.camel@acer> <4B3FB649.8000405@fedoraproject.org> Message-ID: <1262468447.21612.8.camel@localhost> On Sat, 2010-01-02 at 15:10 -0600, Rex Dieter wrote: > On 01/02/2010 03:01 PM, Jussi Lehtola wrote: > > On Sat, 2010-01-02 at 14:34 -0600, Rex Dieter wrote: > > Well, in principle Fedora doesn't have to care about 3rd party repos. > > I strongly disagree with that assertion. > > I feel it is very important work together with other repos, especially > one with the history (and clout) such as rpmforge. Hint: rpmforge was > around long before EPEL. > > See also, > http://fedoraproject.org/wiki/EPEL/FAQ#What_about_compatibility_with_other_third_party_repositories.3F > > Which mentions the importance of making reasonable efforts to maintain > compatibility. OK. But this is not a question of compatibility: I did not touch it, it is still there. This is more of a question of adhering to the Fedora guidelines. If someone from rpmforge complains, we can refer to the guidelines. If you feel strongly about it, you can ask FESCo for an exception from the naming guidelines. > > But, as a helping hand the Obsoletes: and Provides: are in place, > > offering a clean upgrade path and full compatibility with the old > > rpmforge packages. > > I offerred that in the past, and it was summarily rejected. Please, if > you insist, please revisit the flames/threads on rpmforge mailing > lists... or just take my word for it. :) I am quite satisfied with your word, but I really don't see the fuss about the whole thing as long as the upgrade paths are there (Obsoletes). Besides, old spec files work as well, since the Provides are there, too. This is just a package renamal done according to http://fedoraproject.org/wiki/Packaging/NamingGuidelines#Renaming.2Freplacing_existing_packages -- Jussi Lehtola Fedora Project Contributor jussilehtola at fedoraproject.org From tmz at fedoraproject.org Sat Jan 2 22:13:45 2010 From: tmz at fedoraproject.org (Todd M. Zullinger) Date: Sat, 2 Jan 2010 22:13:45 +0000 (UTC) Subject: rpms/git/F-12 .cvsignore, 1.85, 1.86 git.spec, 1.99, 1.100 sources, 1.85, 1.86 Message-ID: <20100102221345.AFEA211C0068@cvs1.fedora.phx.redhat.com> Author: tmz Update of /cvs/pkgs/rpms/git/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30036 Modified Files: .cvsignore git.spec sources Log Message: Update to git-1.6.6 This syncs the F-12 branch with devel to pull in various fixes from upstream as well as making the spec file more compatible with EPEL. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/git/F-12/.cvsignore,v retrieving revision 1.85 retrieving revision 1.86 diff -u -p -r1.85 -r1.86 --- .cvsignore 31 Oct 2009 02:02:35 -0000 1.85 +++ .cvsignore 2 Jan 2010 22:13:40 -0000 1.86 @@ -1 +1 @@ -git-1.6.5.2.tar.bz2 +git-1.6.6.tar.bz2 Index: git.spec =================================================================== RCS file: /cvs/pkgs/rpms/git/F-12/git.spec,v retrieving revision 1.99 retrieving revision 1.100 diff -u -p -r1.99 -r1.100 --- git.spec 31 Oct 2009 02:02:35 -0000 1.99 +++ git.spec 2 Jan 2010 22:13:41 -0000 1.100 @@ -1,6 +1,12 @@ # Pass --without docs to rpmbuild if you don't want the documentation +%if 0%{?rhel} && 0%{?rhel} <= 5 +%global gitcoredir %{_bindir} +%else +%global gitcoredir %{_libexecdir}/git-core +%endif + Name: git -Version: 1.6.5.2 +Version: 1.6.6 Release: 1%{?dist} Summary: Fast Version Control System License: GPLv2 @@ -33,13 +39,21 @@ BuildRequires: zlib-devel >= 1.2 Requires: less Requires: openssh-clients +%if 0%{?fedora} || 0%{?rhel} >= 5 Requires: perl(Error) +%endif Requires: perl-Git = %{version}-%{release} Requires: rsync Requires: zlib >= 1.2 Provides: git-core = %{version}-%{release} +%if 0%{?fedora} || 0%{?rhel} >= 5 Obsoletes: git-core <= 1.5.4.3 +%else +# EL-4 has 1.5.4.7-3.el4. We don't support this, but no point making it more +# difficult than it needs to be (folks stuck on EL-4 have it bad enough ;). +Obsoletes: git-core <= 1.5.4.7-4 +%endif %description Git is a fast, scalable, distributed revision control system with an @@ -67,7 +81,13 @@ Requires: perl-Git = %{version}-%{ Requires: emacs-git = %{version}-%{release} Requires: git-arch = %{version}-%{release} %endif +%if 0%{?fedora} || 0%{?rhel} >= 5 Obsoletes: git <= 1.5.4.3 +%else +# EL-4 has 1.5.4.7-3.el4. We don't support this, but no point making it more +# difficult than it needs to be (folks stuck on EL-4 have it bad enough ;). +Obsoletes: git <= 1.5.4.7-4 +%endif %description all Git is a fast, scalable, distributed revision control system with an @@ -111,7 +131,10 @@ Group: Development/Tools %if 0%{?fedora} >= 10 BuildArch: noarch %endif -Requires: git = %{version}-%{release}, cvs, cvsps +Requires: git = %{version}-%{release}, cvs +%if 0%{?fedora} || 0%{?rhel} >= 5 +Requires: cvsps +%endif %description cvs Git tools for importing CVS repositories. @@ -134,7 +157,10 @@ Group: Development/Tools BuildArch: noarch %endif Requires: git = %{version}-%{release}, perl-Git = %{version}-%{release} -Requires: perl(Net::SMTP::SSL), perl(Authen::SASL) +Requires: perl(Authen::SASL) +%if 0%{?fedora} || 0%{?rhel} >= 5 +Requires: perl(Net::SMTP::SSL) +%endif %description email Git tools for sending email. @@ -165,9 +191,12 @@ Group: Development/Libraries %if 0%{?fedora} >= 10 BuildArch: noarch %endif -Requires: git = %{version}-%{release}, perl(Error) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: git = %{version}-%{release} +%if 0%{?fedora} || 0%{?rhel} >= 5 BuildRequires: perl(Error), perl(ExtUtils::MakeMaker) +Requires: perl(Error) +%endif +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -n perl-Git Perl interface to Git. @@ -193,16 +222,27 @@ Requires: git = %{version}-%{relea # 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} V=1 CFLAGS="$RPM_OPT_FLAGS" \\\ - ASCIIDOC8=1 ASCIIDOC_NO_ROFF=1 \\\ - BLK_SHA1=1 \\\ - ETC_GITCONFIG=%{_sysconfdir}/gitconfig \\\ - DESTDIR=$RPM_BUILD_ROOT \\\ - INSTALL="install -p" \\\ - INSTALLDIRS=vendor \\\ - htmldir=%{_docdir}/%{name}-%{version} \\\ - prefix=%{_prefix} +cat << \EOF > config.mak +V = 1 +CFLAGS = %{optflags} +BLK_SHA1 = 1 +ETC_GITCONFIG = %{_sysconfdir}/gitconfig +DESTDIR = %{buildroot} +INSTALL = install -p +htmldir = %{_docdir}/%{name}-%{version} +prefix = %{_prefix} +EOF + +%if 0%{?fedora} +cat << \EOF >> config.mak +ASCIIDOC8 = 1 +ASCIIDOC_NO_ROFF = 1 +EOF +%endif + +%if 0%{?rhel} && 0%{?rhel} <= 5 +echo gitexecdir = %{_bindir} >> config.mak +%endif # Filter bogus perl requires # packed-refs comes from a comment in contrib/hooks/update-paranoid @@ -216,7 +256,7 @@ EOF chmod +x %{__perl_requires} %build -%{make_git} all %{!?_without_docs: doc} +make %{?_smp_mflags} all %{!?_without_docs: doc} %if 0%{?fedora} make -C contrib/emacs @@ -226,53 +266,53 @@ make -C contrib/emacs sed -i '/^#!bash/,+1 d' contrib/completion/git-completion.bash %install -rm -rf $RPM_BUILD_ROOT -%{make_git} install %{!?_without_docs: install-doc} +rm -rf %{buildroot} +make %{?_smp_mflags} INSTALLDIRS=vendor install %{!?_without_docs: install-doc} %if 0%{?fedora} make -C contrib/emacs install \ - emacsdir=$RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp -for elc in $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/*.elc ; do + emacsdir=%{buildroot}%{_datadir}/emacs/site-lisp +for elc in %{buildroot}%{_datadir}/emacs/site-lisp/*.elc ; do install -pm 644 contrib/emacs/$(basename $elc .elc).el \ - $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp + %{buildroot}%{_datadir}/emacs/site-lisp done install -Dpm 644 %{SOURCE1} \ - $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/site-start.d/git-init.el + %{buildroot}%{_datadir}/emacs/site-lisp/site-start.d/git-init.el %endif -mkdir -p $RPM_BUILD_ROOT%{_var}/www/git -install -pm 644 gitweb/*.png gitweb/*.css $RPM_BUILD_ROOT%{_var}/www/git -install -pm 755 gitweb/gitweb.cgi $RPM_BUILD_ROOT%{_var}/www/git -mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d -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 {} ';' +mkdir -p %{buildroot}%{_var}/www/git +install -pm 644 gitweb/*.png gitweb/*.css %{buildroot}%{_var}/www/git +install -pm 755 gitweb/gitweb.cgi %{buildroot}%{_var}/www/git +mkdir -p %{buildroot}/%{_sysconfdir}/httpd/conf.d +install -pm 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/httpd/conf.d/git.conf + +find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';' +find %{buildroot} -type f -name perllocal.pod -exec rm -f {} ';' %if ! 0%{?fedora} -find $RPM_BUILD_ROOT Documentation -type f -name 'git-archimport*' -exec rm -f {} ';' +find %{buildroot} Documentation -type f -name 'git-archimport*' -exec rm -f {} ';' %endif -(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 +(find %{buildroot}{%{_bindir},%{_libexecdir}} -type f | grep -vE "archimport|svn|cvs|email|gitk|git-gui|git-citool|git-daemon" | sed -e s@^%{buildroot}@@) > bin-man-doc-files +(find %{buildroot}%{perl_vendorlib} -type f | sed -e s@^%{buildroot}@@) >> perl-files %if %{!?_without_docs:1}0 -(find $RPM_BUILD_ROOT%{_mandir} -type f | grep -vE "archimport|svn|git-cvs|email|gitk|git-gui|git-citool|git-daemon" | sed -e s@^$RPM_BUILD_ROOT@@ -e 's/$/*/' ) >> bin-man-doc-files +(find %{buildroot}%{_mandir} -type f | grep -vE "archimport|svn|git-cvs|email|gitk|git-gui|git-citool|git-daemon" | sed -e s@^%{buildroot}@@ -e 's/$/*/' ) >> bin-man-doc-files %else -rm -rf $RPM_BUILD_ROOT%{_mandir} +rm -rf %{buildroot}%{_mandir} %endif -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 %{buildroot}%{_var}/lib/git +mkdir -p %{buildroot}%{_sysconfdir}/xinetd.d +install -pm 0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/xinetd.d/git -mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d -install -pm 644 contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git +mkdir -p %{buildroot}%{_sysconfdir}/bash_completion.d +install -pm 644 contrib/completion/git-completion.bash %{buildroot}%{_sysconfdir}/bash_completion.d/git # Move contrib/hooks out of %%docdir and make them executable -mkdir -p $RPM_BUILD_ROOT%{_datadir}/git-core/contrib -mv contrib/hooks $RPM_BUILD_ROOT%{_datadir}/git-core/contrib -chmod +x $RPM_BUILD_ROOT%{_datadir}/git-core/contrib/hooks/* +mkdir -p %{buildroot}%{_datadir}/git-core/contrib +mv contrib/hooks %{buildroot}%{_datadir}/git-core/contrib +chmod +x %{buildroot}%{_datadir}/git-core/contrib/hooks/* pushd contrib > /dev/null ln -s ../../../git-core/contrib/hooks popd > /dev/null @@ -282,24 +322,24 @@ desktop-file-install \ %if 0%{?rhel} && 0%{?rhel} <= 5 --vendor fedora \ %endif - --dir=${RPM_BUILD_ROOT}%{_datadir}/applications %{SOURCE4} + --dir=%{buildroot}%{_datadir}/applications %{SOURCE4} # quiet some rpmlint complaints -chmod g-w $RPM_BUILD_ROOT%{_libexecdir}/git-core/* -chmod a-x $RPM_BUILD_ROOT%{_libexecdir}/git-core/git-mergetool--lib +chmod -R g-w %{buildroot} +find %{buildroot} -name git-mergetool--lib | xargs chmod a-x rm -f {Documentation/technical,contrib/emacs}/.gitignore chmod a-x Documentation/technical/api-index.sh find contrib -type f | xargs chmod -x %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} %files -f bin-man-doc-files %defattr(-,root,root) %{_datadir}/git-core/ -%dir %{_libexecdir}/git-core/ +%dir %{gitcoredir} %doc README COPYING Documentation/*.txt contrib/ %{!?_without_docs: %doc Documentation/*.html Documentation/docbook-xsl.css} %{!?_without_docs: %doc Documentation/howto Documentation/technical} @@ -308,7 +348,7 @@ rm -rf $RPM_BUILD_ROOT %files svn %defattr(-,root,root) -%{_libexecdir}/git-core/*svn* +%{gitcoredir}/*svn* %doc Documentation/*svn*.txt %{!?_without_docs: %{_mandir}/man1/*svn*.1*} %{!?_without_docs: %doc Documentation/*svn*.html } @@ -317,7 +357,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc Documentation/*git-cvs*.txt %{_bindir}/git-cvsserver -%{_libexecdir}/git-core/*cvs* +%{gitcoredir}/*cvs* %{!?_without_docs: %{_mandir}/man1/*cvs*.1*} %{!?_without_docs: %doc Documentation/*git-cvs*.html } @@ -325,7 +365,7 @@ rm -rf $RPM_BUILD_ROOT %files arch %defattr(-,root,root) %doc Documentation/git-archimport.txt -%{_libexecdir}/git-core/git-archimport +%{gitcoredir}/git-archimport %{!?_without_docs: %{_mandir}/man1/git-archimport.1*} %{!?_without_docs: %doc Documentation/git-archimport.html } %endif @@ -333,14 +373,14 @@ rm -rf $RPM_BUILD_ROOT %files email %defattr(-,root,root) %doc Documentation/*email*.txt -%{_libexecdir}/git-core/*email* +%{gitcoredir}/*email* %{!?_without_docs: %{_mandir}/man1/*email*.1*} %{!?_without_docs: %doc Documentation/*email*.html } %files gui %defattr(-,root,root) -%{_libexecdir}/git-core/git-gui* -%{_libexecdir}/git-core/git-citool +%{gitcoredir}/git-gui* +%{gitcoredir}/git-citool %{_datadir}/applications/*git-gui.desktop %{_datadir}/git-gui/ %{!?_without_docs: %{_mandir}/man1/git-gui.1*} @@ -371,7 +411,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %doc Documentation/*daemon*.txt %config(noreplace)%{_sysconfdir}/xinetd.d/git -%{_libexecdir}/git-core/git-daemon +%{gitcoredir}/git-daemon %{_var}/lib/git %{!?_without_docs: %{_mandir}/man1/*daemon*.1*} %{!?_without_docs: %doc Documentation/*daemon*.html} @@ -387,6 +427,26 @@ rm -rf $RPM_BUILD_ROOT # No files for you! %changelog +* Wed Dec 23 2009 Todd Zullinger - 1.6.6-1 +- git-1.6.6 + +* Fri Dec 11 2009 Todd Zullinger - 1.6.5.6-1 +- git-1.6.5.6 + +* Sun Dec 06 2009 Todd Zullinger - 1.6.5.5-1 +- git-1.6.5.5 + +* Fri Dec 4 2009 Stepan Kasal - 1.6.5.3-2 +- rebuild against perl 5.10.1 + +* Sat Nov 21 2009 Todd Zullinger - 1.6.5.3-1 +- git-1.6.5.3 +- Only BR perl(Error) on Fedora and RHEL >= 5 +- Use config.mak to set build options +- Improve compatibility with EPEL +- Replace $RPM_BUILD_ROOT with %%{buildroot} +- Fix Obsoletes for those rebuilding on EL-4 + * Mon Oct 26 2009 Todd Zullinger - 1.6.5.2-1 - git-1.6.5.2 - Drop asciidoc --unsafe option, it should not be needed anymore Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/git/F-12/sources,v retrieving revision 1.85 retrieving revision 1.86 diff -u -p -r1.85 -r1.86 --- sources 31 Oct 2009 02:02:35 -0000 1.85 +++ sources 2 Jan 2010 22:13:41 -0000 1.86 @@ -1 +1 @@ -99708c449b23433136dbdfa38bd16d80 git-1.6.5.2.tar.bz2 +25e4bcdc528b3ffadc6e59908a513881 git-1.6.6.tar.bz2 From mjakubicek at fedoraproject.org Sat Jan 2 22:39:09 2010 From: mjakubicek at fedoraproject.org (=?utf-8?b?TWlsb8WhIEpha3Viw63EjWVr?=) Date: Sat, 2 Jan 2010 22:39:09 +0000 (UTC) Subject: File boinc-6.10.25.tar.xz uploaded to lookaside cache by mjakubicek Message-ID: <20100102223909.D5DA710F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for boinc-client: 9399dc95f8ffaabcb90d3c2c115500ea boinc-6.10.25.tar.xz From scop at fedoraproject.org Sat Jan 2 23:19:53 2010 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Sat, 2 Jan 2010 23:19:53 +0000 (UTC) Subject: File portecle-1.5-src.zip uploaded to lookaside cache by scop Message-ID: <20100102231953.9B2F910F86E@bastion.fedoraproject.org> A file has been added to the lookaside cache for portecle: 48a47156a8c500d6a2c0cbbac85f3623 portecle-1.5-src.zip From scop at fedoraproject.org Sat Jan 2 23:22:01 2010 From: scop at fedoraproject.org (=?utf-8?q?Ville_Skytt=C3=A4?=) Date: Sat, 2 Jan 2010 23:22:01 +0000 (UTC) Subject: rpms/portecle/devel .cvsignore, 1.3, 1.4 portecle.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <20100102232201.419AE11C0068@cvs1.fedora.phx.redhat.com> Author: scop Update of /cvs/pkgs/rpms/portecle/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10799 Modified Files: .cvsignore portecle.spec sources Log Message: * Sun Jan 3 2010 Ville Skytt? - 1.5-1 - Update to 1.5. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/portecle/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 23 Feb 2009 20:37:17 -0000 1.3 +++ .cvsignore 2 Jan 2010 23:22:00 -0000 1.4 @@ -1 +1 @@ -portecle-1.4-src.zip +portecle-1.5-src.zip Index: portecle.spec =================================================================== RCS file: /cvs/pkgs/rpms/portecle/devel/portecle.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- portecle.spec 12 Nov 2009 21:54:49 -0000 1.8 +++ portecle.spec 2 Jan 2010 23:22:00 -0000 1.9 @@ -1,8 +1,8 @@ %global docdir %{_docdir}/%{name}-%{version}/doc Name: portecle -Version: 1.4 -Release: 5%{?dist} +Version: 1.5 +Release: 1%{?dist} Summary: Multipurpose keystore and certificate tool Group: Applications/System @@ -14,10 +14,10 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildArch: noarch BuildRequires: ant -BuildRequires: bouncycastle >= 1.38 +BuildRequires: bouncycastle >= 1.44 BuildRequires: desktop-file-utils BuildRequires: jpackage-utils -Requires: bouncycastle >= 1.38 +Requires: bouncycastle >= 1.44 Requires: jpackage-utils Requires: hicolor-icon-theme BuildRequires: java-devel >= 1.6.0 @@ -32,7 +32,6 @@ certificate revocation lists and more. %prep %setup -q -n %{name}-%{version}-src ln -sf %{_javadir}/bcprov.jar lib/ -rm doc/.htaccess cp -p src/main/net/sf/portecle/images/splash.png doc/images/ @@ -87,6 +86,9 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog +* Sun Jan 3 2010 Ville Skytt? - 1.5-1 +- Update to 1.5. + * Wed Nov 11 2009 Ville Skytt? - 1.4-5 - Try to force use of a JRE instead of a SDK if $JAVA_HOME is not set to work around #461683 (#498831). Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/portecle/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 23 Feb 2009 20:37:17 -0000 1.3 +++ sources 2 Jan 2010 23:22:00 -0000 1.4 @@ -1 +1 @@ -be4991444af94d84e82397e1733f8176 portecle-1.4-src.zip +48a47156a8c500d6a2c0cbbac85f3623 portecle-1.5-src.zip From hicham at fedoraproject.org Sat Jan 2 23:33:16 2010 From: hicham at fedoraproject.org (Hicham HAOUARI) Date: Sat, 2 Jan 2010 23:33:16 +0000 (UTC) Subject: File pulseaudio-equalizer_2.4debsource.tar.bz2 uploaded to lookaside cache by hicham Message-ID: <20100102233316.1C8FB10F86E@bastion.fedoraproject.org> A file has been added to the lookaside cache for pulseaudio-equalizer: 76cc270a6926bf4881165b84ee811d19 pulseaudio-equalizer_2.4debsource.tar.bz2 From hicham at fedoraproject.org Sat Jan 2 23:34:21 2010 From: hicham at fedoraproject.org (Hicham HAOUARI) Date: Sat, 2 Jan 2010 23:34:21 +0000 (UTC) Subject: rpms/pulseaudio-equalizer/devel import.log, NONE, 1.1 moving-active-clients.patch, NONE, 1.1 pulseaudio-equalizer.spec, NONE, 1.1 respect-fhs.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20100102233421.BB50811C0068@cvs1.fedora.phx.redhat.com> Author: hicham Update of /cvs/pkgs/rpms/pulseaudio-equalizer/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13269/devel Modified Files: .cvsignore sources Added Files: import.log moving-active-clients.patch pulseaudio-equalizer.spec respect-fhs.patch Log Message: --- NEW FILE import.log --- pulseaudio-equalizer-2_4-1_fc12:HEAD:pulseaudio-equalizer-2.4-1.fc12.src.rpm:1262475160 moving-active-clients.patch: pulseaudio-equalizer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- NEW FILE moving-active-clients.patch --- --- pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/bin/pulseaudio-equalizer.orig 2009-11-19 18:12:23.000000000 +0000 +++ pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/bin/pulseaudio-equalizer 2009-11-26 21:28:43.617223850 +0000 @@ -353,7 +353,7 @@ if [ "$1" = "disable" ]; then # Move currently active client sinks to ALSA sink echo "Moving active PulseAudio clients to ALSA sink ($PA_MASTER_SINK)..." - pacmd "list-sink-inputs" | grep 'index: ' | sed 's/ index: /move-sink-input /g' | sed "s/$/ $PA_MASTER_SINK/g" | pacmd >/dev/null + pacmd >/dev/null "$(pacmd "list-sink-inputs" | grep 'index: ' | sed 's/ index: /move-sink-input /g' | sed "s/$/ $PA_MASTER_SINK/g")" # Resmume running clients echo "Resuming clients..." @@ -387,7 +387,7 @@ if [ "$1" = "enable" ]; then # Move currently active client sinks to LADSPA sink echo "Moving active PulseAudio clients to LADSPA sink ($PA_LADSPA_SINK)..." - pacmd "list-sink-inputs" | grep 'index: ' | sed 's/ index: /move-sink-input /g' | sed "s/$/ $PA_LADSPA_SINK/g" | pacmd >/dev/null + pacmd >/dev/null "$(pacmd "list-sink-inputs" | grep 'index: ' | sed 's/ index: /move-sink-input /g' | sed "s/$/ $PA_LADSPA_SINK/g")" # Unmute & set preamp level on ALSA sink (as LADSPA sink will act as primary volume control) echo "Setting ALSA sink ($PA_MASTER_SINK) preamp ("$PA_PREAMP"x)..." --- NEW FILE pulseaudio-equalizer.spec --- Name: pulseaudio-equalizer Version: 2.4 Release: 1%{?dist} Summary: A 15 Bands Equalizer for PulseAudio Group: Applications/Multimedia License: GPLv3+ URL: http://ubuntuforums.org/showthread.php?t=1308838 # To obtain the source, logon to http://ubuntuforums.org ( or create an account if u don't have one ) # then you can download the file from : http://ubuntuforums.org/attachment.php?attachmentid=140874&d=1261515002 Source0: %{name}_%{version}debsource.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch #Patch0: fix a hang when applying settings Patch0: moving-active-clients.patch #Patch1: respect FHS as per Fedora Guidelines Patch1: respect-fhs.patch BuildRequires: desktop-file-utils Requires: pygtk2 ladspa-swh-plugins gnome-media Requires: pulseaudio-utils >= 0.9.19 %description PulseAudio Equalizer is a 15 bands system wide equalizer, that means any application that is using PulseAudio, will benefit from the sound improvement. %prep %setup -q -c %{name}-%{version} cp %{name}/debian/copyright COPYING cp %{name}/debian/changelog ChangeLog mv %{name}/usr/bin/%{name}.sh %{name}/usr/bin/%{name} sed -i s/%{name}.sh/%{name}/ %{name}/usr/bin/%{name} sed -i s/%{name}.sh/%{name}/ %{name}/usr/share/%{name}/%{name}.py %patch0 -p1 %patch1 -p1 chmod +x %{name}/usr/bin/%{name}-gtk %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr cp -rfp %{name}/usr $RPM_BUILD_ROOT desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING ChangeLog %{_bindir}/%{name} %{_bindir}/%{name}-gtk %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name} %changelog * Thu Nov 26 2009 Hicham HAOUARI 2.4-1 - Initial package respect-fhs.patch: bin/pulseaudio-equalizer-gtk | 2 ++ share/applications/pulseaudio-equalizer.desktop | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) --- NEW FILE respect-fhs.patch --- diff -up /dev/null pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/bin/pulseaudio-equalizer-gtk --- /dev/null 2009-12-21 15:13:08.824222031 +0000 +++ pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/bin/pulseaudio-equalizer-gtk 2009-12-21 15:57:39.504464379 +0000 @@ -0,0 +1,2 @@ +#!/bin/bash +python /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py diff -up pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/share/applications/pulseaudio-equalizer.desktop.orig pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/share/applications/pulseaudio-equalizer.desktop --- pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/share/applications/pulseaudio-equalizer.desktop.orig 2009-12-21 16:00:22.995464841 +0000 +++ pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/share/applications/pulseaudio-equalizer.desktop 2009-12-21 16:00:39.964477791 +0000 @@ -1,10 +1,9 @@ [Desktop Entry] Version=1.0 -Encoding=UTF-8 Name=PulseAudio Equalizer GenericName=Equalizer Comment=15 band graphic equalizer -Exec=/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py +Exec=pulseaudio-equalizer-gtk Icon=gnome-volume-control StartupNotify=true Type=Application Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pulseaudio-equalizer/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 2 Jan 2010 20:13:38 -0000 1.1 +++ .cvsignore 2 Jan 2010 23:34:20 -0000 1.2 @@ -0,0 +1 @@ +pulseaudio-equalizer_2.4debsource.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pulseaudio-equalizer/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 2 Jan 2010 20:13:38 -0000 1.1 +++ sources 2 Jan 2010 23:34:21 -0000 1.2 @@ -0,0 +1 @@ +76cc270a6926bf4881165b84ee811d19 pulseaudio-equalizer_2.4debsource.tar.bz2 From hicham at fedoraproject.org Sat Jan 2 23:34:40 2010 From: hicham at fedoraproject.org (Hicham HAOUARI) Date: Sat, 2 Jan 2010 23:34:40 +0000 (UTC) Subject: rpms/pulseaudio-equalizer/F-12 import.log, NONE, 1.1 moving-active-clients.patch, NONE, 1.1 pulseaudio-equalizer.spec, NONE, 1.1 respect-fhs.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20100102233440.9876011C0068@cvs1.fedora.phx.redhat.com> Author: hicham Update of /cvs/pkgs/rpms/pulseaudio-equalizer/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13431/F-12 Modified Files: .cvsignore sources Added Files: import.log moving-active-clients.patch pulseaudio-equalizer.spec respect-fhs.patch Log Message: --- NEW FILE import.log --- pulseaudio-equalizer-2_4-1_fc12:F-12:pulseaudio-equalizer-2.4-1.fc12.src.rpm:1262475180 moving-active-clients.patch: pulseaudio-equalizer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- NEW FILE moving-active-clients.patch --- --- pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/bin/pulseaudio-equalizer.orig 2009-11-19 18:12:23.000000000 +0000 +++ pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/bin/pulseaudio-equalizer 2009-11-26 21:28:43.617223850 +0000 @@ -353,7 +353,7 @@ if [ "$1" = "disable" ]; then # Move currently active client sinks to ALSA sink echo "Moving active PulseAudio clients to ALSA sink ($PA_MASTER_SINK)..." - pacmd "list-sink-inputs" | grep 'index: ' | sed 's/ index: /move-sink-input /g' | sed "s/$/ $PA_MASTER_SINK/g" | pacmd >/dev/null + pacmd >/dev/null "$(pacmd "list-sink-inputs" | grep 'index: ' | sed 's/ index: /move-sink-input /g' | sed "s/$/ $PA_MASTER_SINK/g")" # Resmume running clients echo "Resuming clients..." @@ -387,7 +387,7 @@ if [ "$1" = "enable" ]; then # Move currently active client sinks to LADSPA sink echo "Moving active PulseAudio clients to LADSPA sink ($PA_LADSPA_SINK)..." - pacmd "list-sink-inputs" | grep 'index: ' | sed 's/ index: /move-sink-input /g' | sed "s/$/ $PA_LADSPA_SINK/g" | pacmd >/dev/null + pacmd >/dev/null "$(pacmd "list-sink-inputs" | grep 'index: ' | sed 's/ index: /move-sink-input /g' | sed "s/$/ $PA_LADSPA_SINK/g")" # Unmute & set preamp level on ALSA sink (as LADSPA sink will act as primary volume control) echo "Setting ALSA sink ($PA_MASTER_SINK) preamp ("$PA_PREAMP"x)..." --- NEW FILE pulseaudio-equalizer.spec --- Name: pulseaudio-equalizer Version: 2.4 Release: 1%{?dist} Summary: A 15 Bands Equalizer for PulseAudio Group: Applications/Multimedia License: GPLv3+ URL: http://ubuntuforums.org/showthread.php?t=1308838 # To obtain the source, logon to http://ubuntuforums.org ( or create an account if u don't have one ) # then you can download the file from : http://ubuntuforums.org/attachment.php?attachmentid=140874&d=1261515002 Source0: %{name}_%{version}debsource.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch #Patch0: fix a hang when applying settings Patch0: moving-active-clients.patch #Patch1: respect FHS as per Fedora Guidelines Patch1: respect-fhs.patch BuildRequires: desktop-file-utils Requires: pygtk2 ladspa-swh-plugins gnome-media Requires: pulseaudio-utils >= 0.9.19 %description PulseAudio Equalizer is a 15 bands system wide equalizer, that means any application that is using PulseAudio, will benefit from the sound improvement. %prep %setup -q -c %{name}-%{version} cp %{name}/debian/copyright COPYING cp %{name}/debian/changelog ChangeLog mv %{name}/usr/bin/%{name}.sh %{name}/usr/bin/%{name} sed -i s/%{name}.sh/%{name}/ %{name}/usr/bin/%{name} sed -i s/%{name}.sh/%{name}/ %{name}/usr/share/%{name}/%{name}.py %patch0 -p1 %patch1 -p1 chmod +x %{name}/usr/bin/%{name}-gtk %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/usr cp -rfp %{name}/usr $RPM_BUILD_ROOT desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc COPYING ChangeLog %{_bindir}/%{name} %{_bindir}/%{name}-gtk %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name} %changelog * Thu Nov 26 2009 Hicham HAOUARI 2.4-1 - Initial package respect-fhs.patch: bin/pulseaudio-equalizer-gtk | 2 ++ share/applications/pulseaudio-equalizer.desktop | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) --- NEW FILE respect-fhs.patch --- diff -up /dev/null pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/bin/pulseaudio-equalizer-gtk --- /dev/null 2009-12-21 15:13:08.824222031 +0000 +++ pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/bin/pulseaudio-equalizer-gtk 2009-12-21 15:57:39.504464379 +0000 @@ -0,0 +1,2 @@ +#!/bin/bash +python /usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py diff -up pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/share/applications/pulseaudio-equalizer.desktop.orig pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/share/applications/pulseaudio-equalizer.desktop --- pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/share/applications/pulseaudio-equalizer.desktop.orig 2009-12-21 16:00:22.995464841 +0000 +++ pulseaudio-equalizer-2.4/pulseaudio-equalizer/usr/share/applications/pulseaudio-equalizer.desktop 2009-12-21 16:00:39.964477791 +0000 @@ -1,10 +1,9 @@ [Desktop Entry] Version=1.0 -Encoding=UTF-8 Name=PulseAudio Equalizer GenericName=Equalizer Comment=15 band graphic equalizer -Exec=/usr/share/pulseaudio-equalizer/pulseaudio-equalizer.py +Exec=pulseaudio-equalizer-gtk Icon=gnome-volume-control StartupNotify=true Type=Application Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pulseaudio-equalizer/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 2 Jan 2010 20:13:38 -0000 1.1 +++ .cvsignore 2 Jan 2010 23:34:40 -0000 1.2 @@ -0,0 +1 @@ +pulseaudio-equalizer_2.4debsource.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pulseaudio-equalizer/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 2 Jan 2010 20:13:38 -0000 1.1 +++ sources 2 Jan 2010 23:34:40 -0000 1.2 @@ -0,0 +1 @@ +76cc270a6926bf4881165b84ee811d19 pulseaudio-equalizer_2.4debsource.tar.bz2 From mjakubicek at fedoraproject.org Sat Jan 2 23:42:10 2010 From: mjakubicek at fedoraproject.org (=?utf-8?b?TWlsb8WhIEpha3Viw63EjWVr?=) Date: Sat, 2 Jan 2010 23:42:10 +0000 (UTC) Subject: rpms/boinc-client/devel .cvsignore, 1.6, 1.7 boinc-client.spec, 1.40, 1.41 sources, 1.7, 1.8 boinc-gcc44.patch, 1.3, NONE boinc-macbuild.patch, 1.1, NONE Message-ID: <20100102234210.B060411C0068@cvs1.fedora.phx.redhat.com> Author: mjakubicek Update of /cvs/pkgs/rpms/boinc-client/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15001 Modified Files: .cvsignore boinc-client.spec sources Removed Files: boinc-gcc44.patch boinc-macbuild.patch Log Message: - Rebase to 6.10 branch - Use XZ for sources compression - Added BR: sqlite-devel - Dropped boinc-gcc44.patch (merged upstream) - Dropped boinc-macbuild.patch (merged upstream) - Fix owner/group of shared libraries Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 20 Jul 2009 00:00:55 -0000 1.6 +++ .cvsignore 2 Jan 2010 23:42:10 -0000 1.7 @@ -1 +1 @@ -boinc-6.6.37.tar.bz2 +boinc-6.10.25.tar.xz Index: boinc-client.spec =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -p -r1.40 -r1.41 --- boinc-client.spec 21 Aug 2009 12:39:13 -0000 1.40 +++ boinc-client.spec 2 Jan 2010 23:42:10 -0000 1.41 @@ -1,38 +1,32 @@ -%global revision 18632 -%global version_ 6_6a +%global revision 20004 +%global version_ 6_10 Summary: The BOINC client core Name: boinc-client -Version: 6.6.37 -Release: 4.r%{revision}svn%{?dist} +Version: 6.10.25 +Release: 1.r%{revision}svn%{?dist} License: LGPLv2+ Group: Applications/Engineering URL: http://boinc.berkeley.edu/ # The source for this package was pulled from upstream's vcs. Use the # following commands to generate the tarball: -# svn export http://boinc.berkeley.edu/svn/tags/boinc_core_release_%{version_} +# svn export http://boinc.berkeley.edu/svn/branches/boinc_core_release_%{version_} # pushd boinc_core_release_%{version_} # ./_autosetup # ./trim . Trim all binaries and other unnecessary things. # popd -# tar -cjvf boinc-%{version}.tar.bz2 boinc_core_release_%{version_}/ -Source0: boinc-%{version}.tar.bz2 +# tar -cJvf boinc-%{version}.tar.xz boinc_core_release_%{version_}/ +Source0: boinc-%{version}.tar.xz Source1: boinc-client-init-d Source2: boinc-client-logrotate-d Source3: boinc-manager.desktop Source4: USAGE_FEDORA Source8: trim -#Fix the gcc 4.4 at glibc2.10 build -#Reported in upstream bugtracker: http://boinc.berkeley.edu/trac/ticket/854 -Patch4: boinc-gcc44.patch #Create password file rw for group, this enables passwordless connection #of manager from users of the boinc group. #This won't be probably upstreamed as it might be unsafe for common usage #without setting proper group ownership of the password file. -Patch6: boinc-guirpcauth.patch -#Fix Mac build: -#Reported in upstream bugtracker: http://boinc.berkeley.edu/trac/ticket/941 -Patch8: boinc-macbuild.patch +Patch0: boinc-guirpcauth.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: logrotate @@ -43,6 +37,7 @@ Requires(postun): initscripts Requires(pre): shadow-utils BuildRequires: MySQL-python +BuildRequires: sqlite-devel BuildRequires: curl-devel BuildRequires: desktop-file-utils BuildRequires: freeglut-devel @@ -116,11 +111,13 @@ This package contains documentation file %prep %setup -q -n boinc_core_release_%{version_} -%patch4 -%patch6 -%patch8 -p1 +%patch0 # fix utf8 +iconv -f ISO88591 -t UTF8 < checkin_notes > checkin_notes.utf8 +touch -r checkin_notes checkin_notes.utf8 +mv checkin_notes.utf8 checkin_notes + iconv -f ISO88591 -t UTF8 < checkin_notes_2004 > checkin_notes_2004.utf8 touch -r checkin_notes_2004 checkin_notes_2004.utf8 mv checkin_notes_2004.utf8 checkin_notes_2004 @@ -307,9 +304,9 @@ fi %{_initrddir}/%{name} %{_mandir}/man1/boinccmd.1.gz %{_mandir}/man1/boinc.1.gz +%{_libdir}/*.so.* %defattr(-,boinc,boinc,-) %{_localstatedir}/lib/boinc/ -%{_libdir}/*.so.* %files doc %defattr(-,root,root,-) @@ -329,6 +326,7 @@ fi %defattr(-,root,root,-) %{_libdir}/libboinc.a %{_libdir}/libboinc_api.a +%{_libdir}/libboinc_crypt.a %{_libdir}/libboinc_graphics2.a %files devel @@ -337,6 +335,14 @@ fi %{_includedir}/boinc %changelog +* Tue Dec 22 2009 Milos Jakubicek - 6.10.25-1.r20004svn +- Rebase to 6.10 branch +- Use XZ for sources compression +- Added BR: sqlite-devel +- Dropped boinc-gcc44.patch (merged upstream) +- Dropped boinc-macbuild.patch (merged upstream) +- Fix owner/group of shared libraries + * Fri Aug 21 2009 Tomas Mraz - 6.6.37-4.r18632svn - rebuilt with new openssl Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/devel/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 21 Jul 2009 22:35:45 -0000 1.7 +++ sources 2 Jan 2010 23:42:10 -0000 1.8 @@ -1 +1 @@ -b5c60cbad27be3a136b2384151ec6b17 boinc-6.6.37.tar.bz2 +9399dc95f8ffaabcb90d3c2c115500ea boinc-6.10.25.tar.xz --- boinc-gcc44.patch DELETED --- --- boinc-macbuild.patch DELETED --- From jsteffan at fedoraproject.org Sat Jan 2 23:53:06 2010 From: jsteffan at fedoraproject.org (Jonathan Steffan) Date: Sat, 2 Jan 2010 23:53:06 +0000 (UTC) Subject: File glusterfs-2.0.9.tar.gz uploaded to lookaside cache by jsteffan Message-ID: <20100102235306.EA55C10F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for glusterfs: 0467740f423e32bdf2f66d2cf63467f3 glusterfs-2.0.9.tar.gz From jsteffan at fedoraproject.org Sat Jan 2 23:53:36 2010 From: jsteffan at fedoraproject.org (Jonathan Steffan) Date: Sat, 2 Jan 2010 23:53:36 +0000 (UTC) Subject: rpms/glusterfs/devel .cvsignore, 1.12, 1.13 glusterfs.spec, 1.17, 1.18 import.log, 1.2, 1.3 sources, 1.12, 1.13 Message-ID: <20100102235336.2E8D811C0068@cvs1.fedora.phx.redhat.com> Author: jsteffan Update of /cvs/pkgs/rpms/glusterfs/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17779/devel Modified Files: .cvsignore glusterfs.spec import.log sources Log Message: Update to 2.0.9. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/devel/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- .cvsignore 8 Nov 2009 20:29:57 -0000 1.12 +++ .cvsignore 2 Jan 2010 23:53:35 -0000 1.13 @@ -1 +1 @@ -glusterfs-2.0.8.tar.gz +glusterfs-2.0.9.tar.gz Index: glusterfs.spec =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/devel/glusterfs.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- glusterfs.spec 8 Nov 2009 20:29:57 -0000 1.17 +++ glusterfs.spec 2 Jan 2010 23:53:35 -0000 1.18 @@ -19,7 +19,7 @@ Summary: Cluster File System Name: glusterfs -Version: 2.0.8 +Version: 2.0.9 Release: 1%{?pre:.%{pre}}%{?dist} License: GPLv3+ Group: System Environment/Base @@ -237,12 +237,16 @@ fi %files devel %{_includedir}/glusterfs/ %{_includedir}/libglusterfsclient.h +%{_datadir}/glusterfs/* %exclude %{_libdir}/*.a %exclude %{_libdir}/*.la %{_libdir}/*.so %changelog +* Sat Jan 2 2010 Jonathan Steffan - 2.0.9-1 +- Update to 2.0.9 + * Sat Nov 8 2009 Jonathan Steffan - 2.0.8-1 - Update to 2.0.8 - Remove install of glusterfs-volgen, it's properly added to Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/devel/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- import.log 8 Nov 2009 20:29:57 -0000 1.2 +++ import.log 2 Jan 2010 23:53:35 -0000 1.3 @@ -1,2 +1,3 @@ glusterfs-2_0_7-1_fc11:HEAD:glusterfs-2.0.7-1.fc11.src.rpm:1257022756 glusterfs-2_0_8-1_fc11:HEAD:glusterfs-2.0.8-1.fc11.src.rpm:1257712107 +glusterfs-2_0_9-1_fc12:HEAD:glusterfs-2.0.9-1.fc12.src.rpm:1262476327 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/devel/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- sources 8 Nov 2009 20:29:57 -0000 1.12 +++ sources 2 Jan 2010 23:53:35 -0000 1.13 @@ -1 +1 @@ -858a3887b67ee6e8c900799ebb65a61c glusterfs-2.0.8.tar.gz +0467740f423e32bdf2f66d2cf63467f3 glusterfs-2.0.9.tar.gz From jsteffan at fedoraproject.org Sat Jan 2 23:55:12 2010 From: jsteffan at fedoraproject.org (Jonathan Steffan) Date: Sat, 2 Jan 2010 23:55:12 +0000 (UTC) Subject: rpms/glusterfs/F-12 .cvsignore, 1.12, 1.13 glusterfs.spec, 1.17, 1.18 import.log, 1.2, 1.3 sources, 1.12, 1.13 Message-ID: <20100102235512.E565C11C0068@cvs1.fedora.phx.redhat.com> Author: jsteffan Update of /cvs/pkgs/rpms/glusterfs/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18250/F-12 Modified Files: .cvsignore glusterfs.spec import.log sources Log Message: Update to 2.0.9 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/F-12/.cvsignore,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- .cvsignore 8 Nov 2009 20:32:52 -0000 1.12 +++ .cvsignore 2 Jan 2010 23:55:12 -0000 1.13 @@ -1 +1 @@ -glusterfs-2.0.8.tar.gz +glusterfs-2.0.9.tar.gz Index: glusterfs.spec =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/F-12/glusterfs.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- glusterfs.spec 8 Nov 2009 20:32:53 -0000 1.17 +++ glusterfs.spec 2 Jan 2010 23:55:12 -0000 1.18 @@ -19,7 +19,7 @@ Summary: Cluster File System Name: glusterfs -Version: 2.0.8 +Version: 2.0.9 Release: 1%{?pre:.%{pre}}%{?dist} License: GPLv3+ Group: System Environment/Base @@ -237,12 +237,16 @@ fi %files devel %{_includedir}/glusterfs/ %{_includedir}/libglusterfsclient.h +%{_datadir}/glusterfs/* %exclude %{_libdir}/*.a %exclude %{_libdir}/*.la %{_libdir}/*.so %changelog +* Sat Jan 2 2010 Jonathan Steffan - 2.0.9-1 +- Update to 2.0.9 + * Sat Nov 8 2009 Jonathan Steffan - 2.0.8-1 - Update to 2.0.8 - Remove install of glusterfs-volgen, it's properly added to Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/F-12/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- import.log 8 Nov 2009 20:32:53 -0000 1.2 +++ import.log 2 Jan 2010 23:55:12 -0000 1.3 @@ -1,2 +1,3 @@ glusterfs-2_0_7-1_fc11:F-12:glusterfs-2.0.7-1.fc11.src.rpm:1257022867 glusterfs-2_0_8-1_fc11:F-12:glusterfs-2.0.8-1.fc11.src.rpm:1257712282 +glusterfs-2_0_9-1_fc12:F-12:glusterfs-2.0.9-1.fc12.src.rpm:1262476367 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/F-12/sources,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- sources 8 Nov 2009 20:32:53 -0000 1.12 +++ sources 2 Jan 2010 23:55:12 -0000 1.13 @@ -1 +1 @@ -858a3887b67ee6e8c900799ebb65a61c glusterfs-2.0.8.tar.gz +0467740f423e32bdf2f66d2cf63467f3 glusterfs-2.0.9.tar.gz From jsteffan at fedoraproject.org Sat Jan 2 23:55:38 2010 From: jsteffan at fedoraproject.org (Jonathan Steffan) Date: Sat, 2 Jan 2010 23:55:38 +0000 (UTC) Subject: rpms/glusterfs/F-11 .cvsignore, 1.10, 1.11 glusterfs.spec, 1.15, 1.16 import.log, 1.2, 1.3 sources, 1.10, 1.11 Message-ID: <20100102235538.03EAE11C0068@cvs1.fedora.phx.redhat.com> Author: jsteffan Update of /cvs/pkgs/rpms/glusterfs/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18492/F-11 Modified Files: .cvsignore glusterfs.spec import.log sources Log Message: Update to 2.0.9 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/F-11/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 8 Nov 2009 20:33:45 -0000 1.10 +++ .cvsignore 2 Jan 2010 23:55:37 -0000 1.11 @@ -1 +1 @@ -glusterfs-2.0.8.tar.gz +glusterfs-2.0.9.tar.gz Index: glusterfs.spec =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/F-11/glusterfs.spec,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- glusterfs.spec 8 Nov 2009 20:33:45 -0000 1.15 +++ glusterfs.spec 2 Jan 2010 23:55:37 -0000 1.16 @@ -19,7 +19,7 @@ Summary: Cluster File System Name: glusterfs -Version: 2.0.8 +Version: 2.0.9 Release: 1%{?pre:.%{pre}}%{?dist} License: GPLv3+ Group: System Environment/Base @@ -237,12 +237,16 @@ fi %files devel %{_includedir}/glusterfs/ %{_includedir}/libglusterfsclient.h +%{_datadir}/glusterfs/* %exclude %{_libdir}/*.a %exclude %{_libdir}/*.la %{_libdir}/*.so %changelog +* Sat Jan 2 2010 Jonathan Steffan - 2.0.9-1 +- Update to 2.0.9 + * Sat Nov 8 2009 Jonathan Steffan - 2.0.8-1 - Update to 2.0.8 - Remove install of glusterfs-volgen, it's properly added to Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/F-11/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- import.log 8 Nov 2009 20:33:45 -0000 1.2 +++ import.log 2 Jan 2010 23:55:37 -0000 1.3 @@ -1,2 +1,3 @@ glusterfs-2_0_7-1_fc11:F-11:glusterfs-2.0.7-1.fc11.src.rpm:1257022817 glusterfs-2_0_8-1_fc11:F-11:glusterfs-2.0.8-1.fc11.src.rpm:1257712315 +glusterfs-2_0_9-1_fc12:F-11:glusterfs-2.0.9-1.fc12.src.rpm:1262476457 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/F-11/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 8 Nov 2009 20:33:45 -0000 1.10 +++ sources 2 Jan 2010 23:55:37 -0000 1.11 @@ -1 +1 @@ -858a3887b67ee6e8c900799ebb65a61c glusterfs-2.0.8.tar.gz +0467740f423e32bdf2f66d2cf63467f3 glusterfs-2.0.9.tar.gz From jsteffan at fedoraproject.org Sat Jan 2 23:57:01 2010 From: jsteffan at fedoraproject.org (Jonathan Steffan) Date: Sat, 2 Jan 2010 23:57:01 +0000 (UTC) Subject: rpms/glusterfs/EL-5 .cvsignore, 1.6, 1.7 glusterfs.spec, 1.8, 1.9 import.log, 1.2, 1.3 sources, 1.6, 1.7 Message-ID: <20100102235701.C518511C0068@cvs1.fedora.phx.redhat.com> Author: jsteffan Update of /cvs/pkgs/rpms/glusterfs/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18900/EL-5 Modified Files: .cvsignore glusterfs.spec import.log sources Log Message: Update to 2.0.9 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/EL-5/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- .cvsignore 8 Nov 2009 23:45:45 -0000 1.6 +++ .cvsignore 2 Jan 2010 23:57:01 -0000 1.7 @@ -1 +1 @@ -glusterfs-2.0.8.tar.gz +glusterfs-2.0.9.tar.gz Index: glusterfs.spec =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/EL-5/glusterfs.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- glusterfs.spec 8 Nov 2009 23:45:45 -0000 1.8 +++ glusterfs.spec 2 Jan 2010 23:57:01 -0000 1.9 @@ -19,7 +19,7 @@ Summary: Cluster File System Name: glusterfs -Version: 2.0.8 +Version: 2.0.9 Release: 1%{?pre:.%{pre}}%{?dist} License: GPLv3+ Group: System Environment/Base @@ -237,12 +237,16 @@ fi %files devel %{_includedir}/glusterfs/ %{_includedir}/libglusterfsclient.h +%{_datadir}/glusterfs/* %exclude %{_libdir}/*.a %exclude %{_libdir}/*.la %{_libdir}/*.so %changelog +* Sat Jan 2 2010 Jonathan Steffan - 2.0.9-1 +- Update to 2.0.9 + * Sat Nov 8 2009 Jonathan Steffan - 2.0.8-1 - Update to 2.0.8 - Remove install of glusterfs-volgen, it's properly added to Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/EL-5/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- import.log 8 Nov 2009 23:45:46 -0000 1.2 +++ import.log 2 Jan 2010 23:57:01 -0000 1.3 @@ -1,2 +1,3 @@ glusterfs-2_0_7-1_fc11:EL-5:glusterfs-2.0.7-1.fc11.src.rpm:1257023935 glusterfs-2_0_8-1_fc11:EL-5:glusterfs-2.0.8-1.fc11.src.rpm:1257723855 +glusterfs-2_0_9-1_fc12:EL-5:glusterfs-2.0.9-1.fc12.src.rpm:1262476524 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/glusterfs/EL-5/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 8 Nov 2009 23:45:46 -0000 1.6 +++ sources 2 Jan 2010 23:57:01 -0000 1.7 @@ -1 +1 @@ -858a3887b67ee6e8c900799ebb65a61c glusterfs-2.0.8.tar.gz +0467740f423e32bdf2f66d2cf63467f3 glusterfs-2.0.9.tar.gz From mjakubicek at fedoraproject.org Sun Jan 3 00:03:27 2010 From: mjakubicek at fedoraproject.org (=?utf-8?b?TWlsb8WhIEpha3Viw63EjWVr?=) Date: Sun, 3 Jan 2010 00:03:27 +0000 (UTC) Subject: rpms/boinc-client/F-12 boinc-client.spec, 1.40, 1.41 boinc-gcc44.patch, 1.3, NONE boinc-macbuild.patch, 1.1, NONE Message-ID: <20100103000327.68E8711C0068@cvs1.fedora.phx.redhat.com> Author: mjakubicek Update of /cvs/pkgs/rpms/boinc-client/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20212 Modified Files: boinc-client.spec Removed Files: boinc-gcc44.patch boinc-macbuild.patch Log Message: - Rebase to 6.10 branch - Use XZ for sources compression - Added BR: sqlite-devel - Dropped boinc-gcc44.patch (merged upstream) - Dropped boinc-macbuild.patch (merged upstream) - Fix owner/group of shared libraries Index: boinc-client.spec =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/F-12/boinc-client.spec,v retrieving revision 1.40 retrieving revision 1.41 diff -u -p -r1.40 -r1.41 --- boinc-client.spec 21 Aug 2009 12:39:13 -0000 1.40 +++ boinc-client.spec 3 Jan 2010 00:03:26 -0000 1.41 @@ -1,38 +1,32 @@ -%global revision 18632 -%global version_ 6_6a +%global revision 20004 +%global version_ 6_10 Summary: The BOINC client core Name: boinc-client -Version: 6.6.37 -Release: 4.r%{revision}svn%{?dist} +Version: 6.10.25 +Release: 1.r%{revision}svn%{?dist} License: LGPLv2+ Group: Applications/Engineering URL: http://boinc.berkeley.edu/ # The source for this package was pulled from upstream's vcs. Use the # following commands to generate the tarball: -# svn export http://boinc.berkeley.edu/svn/tags/boinc_core_release_%{version_} +# svn export http://boinc.berkeley.edu/svn/branches/boinc_core_release_%{version_} # pushd boinc_core_release_%{version_} # ./_autosetup # ./trim . Trim all binaries and other unnecessary things. # popd -# tar -cjvf boinc-%{version}.tar.bz2 boinc_core_release_%{version_}/ -Source0: boinc-%{version}.tar.bz2 +# tar -cJvf boinc-%{version}.tar.xz boinc_core_release_%{version_}/ +Source0: boinc-%{version}.tar.xz Source1: boinc-client-init-d Source2: boinc-client-logrotate-d Source3: boinc-manager.desktop Source4: USAGE_FEDORA Source8: trim -#Fix the gcc 4.4 at glibc2.10 build -#Reported in upstream bugtracker: http://boinc.berkeley.edu/trac/ticket/854 -Patch4: boinc-gcc44.patch #Create password file rw for group, this enables passwordless connection #of manager from users of the boinc group. #This won't be probably upstreamed as it might be unsafe for common usage #without setting proper group ownership of the password file. -Patch6: boinc-guirpcauth.patch -#Fix Mac build: -#Reported in upstream bugtracker: http://boinc.berkeley.edu/trac/ticket/941 -Patch8: boinc-macbuild.patch +Patch0: boinc-guirpcauth.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: logrotate @@ -43,6 +37,7 @@ Requires(postun): initscripts Requires(pre): shadow-utils BuildRequires: MySQL-python +BuildRequires: sqlite-devel BuildRequires: curl-devel BuildRequires: desktop-file-utils BuildRequires: freeglut-devel @@ -116,11 +111,13 @@ This package contains documentation file %prep %setup -q -n boinc_core_release_%{version_} -%patch4 -%patch6 -%patch8 -p1 +%patch0 # fix utf8 +iconv -f ISO88591 -t UTF8 < checkin_notes > checkin_notes.utf8 +touch -r checkin_notes checkin_notes.utf8 +mv checkin_notes.utf8 checkin_notes + iconv -f ISO88591 -t UTF8 < checkin_notes_2004 > checkin_notes_2004.utf8 touch -r checkin_notes_2004 checkin_notes_2004.utf8 mv checkin_notes_2004.utf8 checkin_notes_2004 @@ -307,9 +304,9 @@ fi %{_initrddir}/%{name} %{_mandir}/man1/boinccmd.1.gz %{_mandir}/man1/boinc.1.gz +%{_libdir}/*.so.* %defattr(-,boinc,boinc,-) %{_localstatedir}/lib/boinc/ -%{_libdir}/*.so.* %files doc %defattr(-,root,root,-) @@ -329,6 +326,7 @@ fi %defattr(-,root,root,-) %{_libdir}/libboinc.a %{_libdir}/libboinc_api.a +%{_libdir}/libboinc_crypt.a %{_libdir}/libboinc_graphics2.a %files devel @@ -337,6 +335,14 @@ fi %{_includedir}/boinc %changelog +* Tue Dec 22 2009 Milos Jakubicek - 6.10.25-1.r20004svn +- Rebase to 6.10 branch +- Use XZ for sources compression +- Added BR: sqlite-devel +- Dropped boinc-gcc44.patch (merged upstream) +- Dropped boinc-macbuild.patch (merged upstream) +- Fix owner/group of shared libraries + * Fri Aug 21 2009 Tomas Mraz - 6.6.37-4.r18632svn - rebuilt with new openssl --- boinc-gcc44.patch DELETED --- --- boinc-macbuild.patch DELETED --- From mjakubicek at fedoraproject.org Sun Jan 3 00:04:07 2010 From: mjakubicek at fedoraproject.org (=?utf-8?b?TWlsb8WhIEpha3Viw63EjWVr?=) Date: Sun, 3 Jan 2010 00:04:07 +0000 (UTC) Subject: rpms/boinc-client/F-11 boinc-client.spec, 1.36, 1.37 boinc-gcc44.patch, 1.3, NONE boinc-macbuild.patch, 1.1, NONE Message-ID: <20100103000407.4CC5311C0068@cvs1.fedora.phx.redhat.com> Author: mjakubicek Update of /cvs/pkgs/rpms/boinc-client/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20453 Modified Files: boinc-client.spec Removed Files: boinc-gcc44.patch boinc-macbuild.patch Log Message: - Rebase to 6.10 branch - Use XZ for sources compression - Added BR: sqlite-devel - Dropped boinc-gcc44.patch (merged upstream) - Dropped boinc-macbuild.patch (merged upstream) - Fix owner/group of shared libraries Index: boinc-client.spec =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/F-11/boinc-client.spec,v retrieving revision 1.36 retrieving revision 1.37 diff -u -p -r1.36 -r1.37 --- boinc-client.spec 21 Jul 2009 23:30:17 -0000 1.36 +++ boinc-client.spec 3 Jan 2010 00:04:07 -0000 1.37 @@ -1,38 +1,32 @@ -%global revision 18632 -%global version_ 6_6a +%global revision 20004 +%global version_ 6_10 Summary: The BOINC client core Name: boinc-client -Version: 6.6.37 -Release: 2.r%{revision}svn%{?dist} +Version: 6.10.25 +Release: 1.r%{revision}svn%{?dist} License: LGPLv2+ Group: Applications/Engineering URL: http://boinc.berkeley.edu/ # The source for this package was pulled from upstream's vcs. Use the # following commands to generate the tarball: -# svn export http://boinc.berkeley.edu/svn/tags/boinc_core_release_%{version_} +# svn export http://boinc.berkeley.edu/svn/branches/boinc_core_release_%{version_} # pushd boinc_core_release_%{version_} # ./_autosetup # ./trim . Trim all binaries and other unnecessary things. # popd -# tar -cjvf boinc-%{version}.tar.bz2 boinc_core_release_%{version_}/ -Source0: boinc-%{version}.tar.bz2 +# tar -cJvf boinc-%{version}.tar.xz boinc_core_release_%{version_}/ +Source0: boinc-%{version}.tar.xz Source1: boinc-client-init-d Source2: boinc-client-logrotate-d Source3: boinc-manager.desktop Source4: USAGE_FEDORA Source8: trim -#Fix the gcc 4.4 at glibc2.10 build -#Reported in upstream bugtracker: http://boinc.berkeley.edu/trac/ticket/854 -Patch4: boinc-gcc44.patch #Create password file rw for group, this enables passwordless connection #of manager from users of the boinc group. #This won't be probably upstreamed as it might be unsafe for common usage #without setting proper group ownership of the password file. -Patch6: boinc-guirpcauth.patch -#Fix Mac build: -#Reported in upstream bugtracker: http://boinc.berkeley.edu/trac/ticket/941 -Patch8: boinc-macbuild.patch +Patch0: boinc-guirpcauth.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: logrotate @@ -43,6 +37,7 @@ Requires(postun): initscripts Requires(pre): shadow-utils BuildRequires: MySQL-python +BuildRequires: sqlite-devel BuildRequires: curl-devel BuildRequires: desktop-file-utils BuildRequires: freeglut-devel @@ -116,11 +111,13 @@ This package contains documentation file %prep %setup -q -n boinc_core_release_%{version_} -%patch4 -%patch6 -%patch8 -p1 +%patch0 # fix utf8 +iconv -f ISO88591 -t UTF8 < checkin_notes > checkin_notes.utf8 +touch -r checkin_notes checkin_notes.utf8 +mv checkin_notes.utf8 checkin_notes + iconv -f ISO88591 -t UTF8 < checkin_notes_2004 > checkin_notes_2004.utf8 touch -r checkin_notes_2004 checkin_notes_2004.utf8 mv checkin_notes_2004.utf8 checkin_notes_2004 @@ -307,9 +304,9 @@ fi %{_initrddir}/%{name} %{_mandir}/man1/boinccmd.1.gz %{_mandir}/man1/boinc.1.gz +%{_libdir}/*.so.* %defattr(-,boinc,boinc,-) %{_localstatedir}/lib/boinc/ -%{_libdir}/*.so.* %files doc %defattr(-,root,root,-) @@ -329,6 +326,7 @@ fi %defattr(-,root,root,-) %{_libdir}/libboinc.a %{_libdir}/libboinc_api.a +%{_libdir}/libboinc_crypt.a %{_libdir}/libboinc_graphics2.a %files devel @@ -337,6 +335,20 @@ fi %{_includedir}/boinc %changelog +* Tue Dec 22 2009 Milos Jakubicek - 6.10.25-1.r20004svn +- Rebase to 6.10 branch +- Use XZ for sources compression +- Added BR: sqlite-devel +- Dropped boinc-gcc44.patch (merged upstream) +- Dropped boinc-macbuild.patch (merged upstream) +- Fix owner/group of shared libraries + +* Fri Aug 21 2009 Tomas Mraz - 6.6.37-4.r18632svn +- rebuilt with new openssl + +* Fri Jul 24 2009 Fedora Release Engineering - 6.6.37-3.r18632svn +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Tue Jul 21 2009 Milos Jakubicek - 6.6.37-2.r18632svn - Rebase to 6.6a branch (resolves BZ#477882) - Ship shared libraries too, link client dynamically to them --- boinc-gcc44.patch DELETED --- --- boinc-macbuild.patch DELETED --- From mjakubicek at fedoraproject.org Sun Jan 3 00:09:50 2010 From: mjakubicek at fedoraproject.org (=?utf-8?b?TWlsb8WhIEpha3Viw63EjWVr?=) Date: Sun, 3 Jan 2010 00:09:50 +0000 (UTC) Subject: rpms/boinc-client/F-12 sources,1.7,1.8 Message-ID: <20100103000950.7CA1511C0068@cvs1.fedora.phx.redhat.com> Author: mjakubicek Update of /cvs/pkgs/rpms/boinc-client/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21581 Modified Files: sources Log Message: - forgot to commit new sources again:( - 6.10.25 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/F-12/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 21 Jul 2009 22:35:45 -0000 1.7 +++ sources 3 Jan 2010 00:09:50 -0000 1.8 @@ -1 +1 @@ -b5c60cbad27be3a136b2384151ec6b17 boinc-6.6.37.tar.bz2 +9399dc95f8ffaabcb90d3c2c115500ea boinc-6.10.25.tar.xz From mjakubicek at fedoraproject.org Sun Jan 3 00:10:16 2010 From: mjakubicek at fedoraproject.org (=?utf-8?b?TWlsb8WhIEpha3Viw63EjWVr?=) Date: Sun, 3 Jan 2010 00:10:16 +0000 (UTC) Subject: rpms/boinc-client/F-11 sources,1.6,1.7 Message-ID: <20100103001016.4E65211C0405@cvs1.fedora.phx.redhat.com> Author: mjakubicek Update of /cvs/pkgs/rpms/boinc-client/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21805 Modified Files: sources Log Message: - forgot to commit new sources again:( - 6.10.25 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/boinc-client/F-11/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 21 Jul 2009 23:30:18 -0000 1.6 +++ sources 3 Jan 2010 00:10:16 -0000 1.7 @@ -1 +1 @@ -b5c60cbad27be3a136b2384151ec6b17 boinc-6.6.37.tar.bz2 +9399dc95f8ffaabcb90d3c2c115500ea boinc-6.10.25.tar.xz From bruno at fedoraproject.org Sun Jan 3 02:40:24 2010 From: bruno at fedoraproject.org (Bruno Wolff III) Date: Sun, 3 Jan 2010 02:40:24 +0000 (UTC) Subject: File colossus--20100102-4646.tar.gz uploaded to lookaside cache by bruno Message-ID: <20100103024024.3D16A10F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for colossus: 23ed67c640d8b072e1b16cc36d03e331 colossus--20100102-4646.tar.gz From bruno at fedoraproject.org Sun Jan 3 02:41:03 2010 From: bruno at fedoraproject.org (Bruno Wolff III) Date: Sun, 3 Jan 2010 02:41:03 +0000 (UTC) Subject: rpms/colossus/devel .cvsignore, 1.9, 1.10 colossus.spec, 1.11, 1.12 import.log, 1.8, 1.9 sources, 1.9, 1.10 Message-ID: <20100103024104.0562911C0068@cvs1.fedora.phx.redhat.com> Author: bruno Update of /cvs/pkgs/rpms/colossus/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18912/devel Modified Files: .cvsignore colossus.spec import.log sources Log Message: Rebase to 0.10.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/colossus/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 26 Dec 2009 08:12:57 -0000 1.9 +++ .cvsignore 3 Jan 2010 02:41:02 -0000 1.10 @@ -1 +1 @@ -colossus--20091225-4635.tar.gz +colossus--20100102-4646.tar.gz Index: colossus.spec =================================================================== RCS file: /cvs/pkgs/rpms/colossus/devel/colossus.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- colossus.spec 26 Dec 2009 08:12:58 -0000 1.11 +++ colossus.spec 3 Jan 2010 02:41:02 -0000 1.12 @@ -1,7 +1,7 @@ Name: colossus -%global rev 4635 -%global revdate 20091225 -Version: 0.10.0 +%global rev 4646 +%global revdate 20100102 +Version: 0.10.1 %global branch %() Release: 1%{?dist} Summary: Allows people to play Titan against each other or AIs @@ -180,6 +180,17 @@ touch --no-create %{_datadir}/pixmaps || %changelog +* Sat Jan 02 2010 Bruno Wolff III - 0.10.1-1 +- Rebase to 0.10.1 +- Tell the names of logged in users, not only the number +- PGS: Access to userMaps now synchronized to prevent the hang/crash we had once recently +- PGS/WebClient: Most of the text fields now automatically select all text when they gain focus +- Corrected the text "redisplaying last 50 messages" (from 10 10 50) +- Improved text in MasterBoard BottomBar during engagements phase +- Added options for: when my (masterboard) turn starts, beep and/or bring my masterboard to front +- PGS: when lastOnline was changed (user does login or logoff), write back users file to disk +- When webclient user logs out, cancel proposed instant games he created. Also clear running games table and gameHash. + * Sat Dec 26 2009 Bruno Wolff III - 0.10.0-1 - Rebase to 0.10.0 - Fixed undo that reblocks a split Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/colossus/devel/import.log,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- import.log 26 Dec 2009 08:12:58 -0000 1.8 +++ import.log 3 Jan 2010 02:41:02 -0000 1.9 @@ -6,3 +6,4 @@ colossus-0_9_1-1_20090817svn4489_fc11:HE colossus-0_9_2-1_20090906svn4519_fc11:HEAD:colossus-0.9.2-1.20090906svn4519.fc11.src.rpm:1252255689 colossus-0_9_3-1_fc12:HEAD:colossus-0.9.3-1.fc12.src.rpm:1255739650 colossus-0_10_0-1_fc13:HEAD:colossus-0.10.0-1.fc13.src.rpm:1261815117 +colossus-0_10_1-1_fc13:HEAD:colossus-0.10.1-1.fc13.src.rpm:1262486379 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/colossus/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 26 Dec 2009 08:12:58 -0000 1.9 +++ sources 3 Jan 2010 02:41:02 -0000 1.10 @@ -1 +1 @@ -4e293f0496674fe28968658851d7ba05 colossus--20091225-4635.tar.gz +23ed67c640d8b072e1b16cc36d03e331 colossus--20100102-4646.tar.gz From rdieter at fedoraproject.org Sun Jan 3 02:43:54 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 02:43:54 +0000 (UTC) Subject: rpms/maxima/devel maxima.spec,1.144,1.145 Message-ID: <20100103024354.86EC611C0068@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/maxima/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19541 Modified Files: maxima.spec Log Message: sync check_nonfatal bits from EPEL branches Index: maxima.spec =================================================================== RCS file: /cvs/pkgs/rpms/maxima/devel/maxima.spec,v retrieving revision 1.144 retrieving revision 1.145 diff -u -p -r1.144 -r1.145 --- maxima.spec 21 Dec 2009 19:40:05 -0000 1.144 +++ maxima.spec 3 Jan 2010 02:43:54 -0000 1.145 @@ -52,6 +52,7 @@ ExclusiveArch: %{ix86} x86_64 ppc sparcv # sbcl: http://bugzilla.redhat.com/220053 (resolved) # sbcl: ppc/ld joy, "final link failed: Nonrepresentable section on output" http://bugzilla.redhat.com/448734 %define _enable_sbcl --enable-sbcl +%define check_nonfatal ||: %endif %ifarch sparcv9 @@ -241,7 +242,7 @@ popd %check -make check +make -k check %{?check_nonfatal} %install From rdieter at fedoraproject.org Sun Jan 3 02:47:02 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 02:47:02 +0000 (UTC) Subject: rpms/maxima/devel maxima.spec,1.145,1.146 Message-ID: <20100103024702.DF38811C0068@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/maxima/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20186 Modified Files: maxima.spec Log Message: * Wed Dec 16 2009 Stephen Beahm - 5.20.1-2 - enable rmaxima (#551910) Index: maxima.spec =================================================================== RCS file: /cvs/pkgs/rpms/maxima/devel/maxima.spec,v retrieving revision 1.145 retrieving revision 1.146 diff -u -p -r1.145 -r1.146 --- maxima.spec 3 Jan 2010 02:43:54 -0000 1.145 +++ maxima.spec 3 Jan 2010 02:47:02 -0000 1.146 @@ -3,7 +3,7 @@ Summary: Symbolic Computation Program Name: maxima Version: 5.20.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -110,6 +110,7 @@ Requires: %{name}-runtime = %{version} #Requires(hint): %{name}-runtime-%{default_lisp} = %{version} #endif Requires: gnuplot +Requires: rlwrap Requires(post): /sbin/install-info Requires(postun): /sbin/install-info @@ -278,8 +279,6 @@ ln -sf %{_datadir}/maxima/%{maxima_ver} ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir -# until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ -rm -f $RPM_BUILD_ROOT%{_bindir}/rmaxima # docs rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps} @@ -359,6 +358,7 @@ rm -rf $RPM_BUILD_ROOT %doc doc/intromax/intromax.pdf %doc doc/maximabook/maxima.pdf %{_bindir}/maxima +%{_bindir}/rmaxima %dir %{_datadir}/maxima %dir %{_datadir}/maxima/%{maxima_ver} %{_datadir}/maxima/%{maxima_ver}/[a-c,f-r,t-w,y-z,A-Z]* @@ -432,6 +432,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Dec 16 2009 Stephen Beahm - 5.20.1-2 +- enable rmaxima (#551910) + * Tue Dec 15 2009 Rex Dieter - 5.20.1-1 - maxima-5.20.1 (#547012) From rdieter at fedoraproject.org Sun Jan 3 02:48:53 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 02:48:53 +0000 (UTC) Subject: rpms/maxima/F-12 maxima.spec,1.139,1.140 Message-ID: <20100103024853.0B5E611C0068@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/maxima/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20611 Modified Files: maxima.spec Log Message: * Wed Dec 16 2009 Stephen Beahm - 5.20.1-2 - enable rmaxima (#551910) Index: maxima.spec =================================================================== RCS file: /cvs/pkgs/rpms/maxima/F-12/maxima.spec,v retrieving revision 1.139 retrieving revision 1.140 diff -u -p -r1.139 -r1.140 --- maxima.spec 21 Dec 2009 19:41:34 -0000 1.139 +++ maxima.spec 3 Jan 2010 02:48:52 -0000 1.140 @@ -3,7 +3,7 @@ Summary: Symbolic Computation Program Name: maxima Version: 5.20.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -52,6 +52,7 @@ ExclusiveArch: %{ix86} x86_64 ppc sparcv # sbcl: http://bugzilla.redhat.com/220053 (resolved) # sbcl: ppc/ld joy, "final link failed: Nonrepresentable section on output" http://bugzilla.redhat.com/448734 %define _enable_sbcl --enable-sbcl +%define check_nonfatal ||: %endif %ifarch sparcv9 @@ -109,6 +110,7 @@ Requires: %{name}-runtime = %{version} #Requires(hint): %{name}-runtime-%{default_lisp} = %{version} #endif Requires: gnuplot +Requires: rlwrap Requires(post): /sbin/install-info Requires(postun): /sbin/install-info @@ -241,7 +243,7 @@ popd %check -make check +make -k check %{?check_nonfatal} %install @@ -277,8 +279,6 @@ ln -sf %{_datadir}/maxima/%{maxima_ver} ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir -# until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ -rm -f $RPM_BUILD_ROOT%{_bindir}/rmaxima # docs rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps} @@ -358,6 +358,7 @@ rm -rf $RPM_BUILD_ROOT %doc doc/intromax/intromax.pdf %doc doc/maximabook/maxima.pdf %{_bindir}/maxima +%{_bindir}/rmaxima %dir %{_datadir}/maxima %dir %{_datadir}/maxima/%{maxima_ver} %{_datadir}/maxima/%{maxima_ver}/[a-c,f-r,t-w,y-z,A-Z]* @@ -431,6 +432,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Dec 16 2009 Stephen Beahm - 5.20.1-2 +- enable rmaxima (#551910) + * Tue Dec 15 2009 Rex Dieter - 5.20.1-1 - maxima-5.20.1 (#547012) From nbecker at fedoraproject.org Sun Jan 3 03:07:02 2010 From: nbecker at fedoraproject.org (Neal Becker) Date: Sun, 3 Jan 2010 03:07:02 +0000 (UTC) Subject: File filelight-1.9-rc3.tgz uploaded to lookaside cache by nbecker Message-ID: <20100103030702.0C15510F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for filelight: a75cb50bc0b7238507952fb7d1b8d8a8 filelight-1.9-rc3.tgz From nbecker at fedoraproject.org Sun Jan 3 03:09:22 2010 From: nbecker at fedoraproject.org (Neal Becker) Date: Sun, 3 Jan 2010 03:09:22 +0000 (UTC) Subject: rpms/filelight/devel .cvsignore, 1.3, 1.4 filelight.spec, 1.12, 1.13 sources, 1.3, 1.4 Message-ID: <20100103030922.A2E6B11C0068@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/filelight/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23792 Modified Files: .cvsignore filelight.spec sources Log Message: Update to 1.9-rc3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/filelight/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 1 Aug 2009 00:15:30 -0000 1.3 +++ .cvsignore 3 Jan 2010 03:09:22 -0000 1.4 @@ -1 +1 @@ -filelight-1.9-rc2.tgz +filelight-1.9-rc3.tgz Index: filelight.spec =================================================================== RCS file: /cvs/pkgs/rpms/filelight/devel/filelight.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- filelight.spec 2 Aug 2009 23:42:55 -0000 1.12 +++ filelight.spec 3 Jan 2010 03:09:22 -0000 1.13 @@ -3,12 +3,12 @@ Summary: Graphical disk usage statistics Name: filelight Version: 1.9 -Release: 3.rc2%{?dist} +Release: 3.rc3%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.methylblue.com/filelight/ -%define upstreamversion %{version}-rc2 +%define upstreamversion %{version}-rc3 Source: http://www.methylblue.com/filelight/packages/filelight-%{upstreamversion}.tgz Patch0: filelight_part.desktop.diff Patch1: filelight.ChangeLog.diff Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/filelight/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 1 Aug 2009 00:15:30 -0000 1.3 +++ sources 3 Jan 2010 03:09:22 -0000 1.4 @@ -1 +1 @@ -bf1a0459997fdd9e2f3cbe6b2b8c0210 filelight-1.9-rc2.tgz +a75cb50bc0b7238507952fb7d1b8d8a8 filelight-1.9-rc3.tgz From nbecker at fedoraproject.org Sun Jan 3 03:15:21 2010 From: nbecker at fedoraproject.org (Neal Becker) Date: Sun, 3 Jan 2010 03:15:21 +0000 (UTC) Subject: rpms/filelight/devel filelight.spec,1.13,1.14 Message-ID: <20100103031521.C875311C0068@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/filelight/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24758 Modified Files: filelight.spec Log Message: Fix directory Index: filelight.spec =================================================================== RCS file: /cvs/pkgs/rpms/filelight/devel/filelight.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- filelight.spec 3 Jan 2010 03:09:22 -0000 1.13 +++ filelight.spec 3 Jan 2010 03:15:21 -0000 1.14 @@ -3,7 +3,7 @@ Summary: Graphical disk usage statistics Name: filelight Version: 1.9 -Release: 3.rc3%{?dist} +Release: 4.rc3%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.methylblue.com/filelight/ @@ -26,7 +26,8 @@ with each segment's size being proportio directories having child segments. %prep -%setup -q -n %{name}-%{upstreamversion} +%define directory %{name}-%{version}rc3 +%setup -q -n %{directory} %patch0 -p0 %patch1 -p0 @@ -88,6 +89,9 @@ fi %changelog +* Sat Jan 2 2010 Neal Becker - 1.9-4.rc3 +- fix directory + * Sun Aug 2 2009 Neal Becker - 1.9-3.rc2 - fix some rpmlint complaints: - Follow cmake_kde4 recipe From nbecker at fedoraproject.org Sun Jan 3 03:17:07 2010 From: nbecker at fedoraproject.org (Neal Becker) Date: Sun, 3 Jan 2010 03:17:07 +0000 (UTC) Subject: rpms/filelight/devel filelight.spec,1.14,1.15 Message-ID: <20100103031707.D94EB11C0068@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/filelight/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25021 Modified Files: filelight.spec Log Message: Drop ChangeLog patch Index: filelight.spec =================================================================== RCS file: /cvs/pkgs/rpms/filelight/devel/filelight.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- filelight.spec 3 Jan 2010 03:15:21 -0000 1.14 +++ filelight.spec 3 Jan 2010 03:17:07 -0000 1.15 @@ -3,7 +3,7 @@ Summary: Graphical disk usage statistics Name: filelight Version: 1.9 -Release: 4.rc3%{?dist} +Release: 5.rc3%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.methylblue.com/filelight/ @@ -11,7 +11,6 @@ URL: http://www.methylblue.com/filelight %define upstreamversion %{version}-rc3 Source: http://www.methylblue.com/filelight/packages/filelight-%{upstreamversion}.tgz Patch0: filelight_part.desktop.diff -Patch1: filelight.ChangeLog.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel kdebase-devel @@ -29,7 +28,6 @@ directories having child segments. %define directory %{name}-%{version}rc3 %setup -q -n %{directory} %patch0 -p0 -%patch1 -p0 %build mkdir -p %{_target_platform} @@ -89,6 +87,9 @@ fi %changelog +* Sat Jan 2 2010 Neal Becker - 1.9-5.rc3 +- Drop filelight.ChangeLog.diff + * Sat Jan 2 2010 Neal Becker - 1.9-4.rc3 - fix directory From rdieter at fedoraproject.org Sun Jan 3 03:18:48 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 03:18:48 +0000 (UTC) Subject: rpms/maxima/F-11 maxima.spec,1.131,1.132 Message-ID: <20100103031848.844EA11C0068@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/maxima/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25347 Modified Files: maxima.spec Log Message: * Wed Dec 16 2009 Stephen Beahm - 5.20.1-2 - enable rmaxima (#551910) Index: maxima.spec =================================================================== RCS file: /cvs/pkgs/rpms/maxima/F-11/maxima.spec,v retrieving revision 1.131 retrieving revision 1.132 diff -u -p -r1.131 -r1.132 --- maxima.spec 21 Dec 2009 19:42:44 -0000 1.131 +++ maxima.spec 3 Jan 2010 03:18:48 -0000 1.132 @@ -3,7 +3,7 @@ Summary: Symbolic Computation Program Name: maxima Version: 5.20.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -52,6 +52,7 @@ ExclusiveArch: %{ix86} x86_64 ppc sparcv # sbcl: http://bugzilla.redhat.com/220053 (resolved) # sbcl: ppc/ld joy, "final link failed: Nonrepresentable section on output" http://bugzilla.redhat.com/448734 %define _enable_sbcl --enable-sbcl +%define check_nonfatal ||: %endif %ifarch sparcv9 @@ -109,6 +110,7 @@ Requires: %{name}-runtime = %{version} #Requires(hint): %{name}-runtime-%{default_lisp} = %{version} #endif Requires: gnuplot +Requires: rlwrap Requires(post): /sbin/install-info Requires(postun): /sbin/install-info @@ -241,7 +243,7 @@ popd %check -make check +make -k check %{?check_nonfatal} %install @@ -277,8 +279,6 @@ ln -sf %{_datadir}/maxima/%{maxima_ver} ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir -# until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ -rm -f $RPM_BUILD_ROOT%{_bindir}/rmaxima # docs rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps} @@ -358,6 +358,7 @@ rm -rf $RPM_BUILD_ROOT %doc doc/intromax/intromax.pdf %doc doc/maximabook/maxima.pdf %{_bindir}/maxima +%{_bindir}/rmaxima %dir %{_datadir}/maxima %dir %{_datadir}/maxima/%{maxima_ver} %{_datadir}/maxima/%{maxima_ver}/[a-c,f-r,t-w,y-z,A-Z]* @@ -431,6 +432,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Dec 16 2009 Stephen Beahm - 5.20.1-2 +- enable rmaxima (#551910) + * Tue Dec 15 2009 Rex Dieter - 5.20.1-1 - maxima-5.20.1 (#547012) From rdieter at fedoraproject.org Sun Jan 3 03:26:41 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 03:26:41 +0000 (UTC) Subject: rpms/maxima/EL-5 maxima.spec,1.58,1.59 Message-ID: <20100103032641.C4E4A11C0068@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/maxima/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26834 Modified Files: maxima.spec Log Message: * Wed Dec 16 2009 Stephen Beahm - 5.20.1-2 - enable rmaxima (#551910) Index: maxima.spec =================================================================== RCS file: /cvs/pkgs/rpms/maxima/EL-5/maxima.spec,v retrieving revision 1.58 retrieving revision 1.59 diff -u -p -r1.58 -r1.59 --- maxima.spec 21 Dec 2009 21:02:04 -0000 1.58 +++ maxima.spec 3 Jan 2010 03:26:41 -0000 1.59 @@ -3,7 +3,7 @@ Summary: Symbolic Computation Program Name: maxima Version: 5.20.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: Applications/Engineering URL: http://maxima.sourceforge.net/ @@ -110,6 +110,7 @@ Requires: %{name}-runtime = %{version} #Requires(hint): %{name}-runtime-%{default_lisp} = %{version} #endif Requires: gnuplot +Requires: rlwrap Requires(post): /sbin/install-info Requires(postun): /sbin/install-info @@ -278,8 +279,6 @@ ln -sf %{_datadir}/maxima/%{maxima_ver} ## unwanted/unpackaged files rm -f $RPM_BUILD_ROOT%{_infodir}/dir -# until we get/Require rlwrap from http://utopia.knoware.nl/~hlub/uck/rlwrap/ -rm -f $RPM_BUILD_ROOT%{_bindir}/rmaxima # docs rm -rf $RPM_BUILD_ROOT%{_datadir}/maxima/%{maxima_ver}/doc/{contributors,implementation,misc,maximabook,EMaximaIntro.ps} @@ -359,6 +358,7 @@ rm -rf $RPM_BUILD_ROOT %doc doc/intromax/intromax.pdf %doc doc/maximabook/maxima.pdf %{_bindir}/maxima +%{_bindir}/rmaxima %dir %{_datadir}/maxima %dir %{_datadir}/maxima/%{maxima_ver} %{_datadir}/maxima/%{maxima_ver}/[a-c,f-r,t-w,y-z,A-Z]* @@ -432,6 +432,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Dec 16 2009 Stephen Beahm - 5.20.1-2 +- enable rmaxima (#551910) + * Tue Dec 15 2009 Rex Dieter - 5.20.1-1 - maxima-5.20.1 (#547012) From nbecker at fedoraproject.org Sun Jan 3 03:31:29 2010 From: nbecker at fedoraproject.org (Neal Becker) Date: Sun, 3 Jan 2010 03:31:29 +0000 (UTC) Subject: rpms/filelight/F-12 .cvsignore, 1.3, 1.4 filelight.spec, 1.12, 1.13 sources, 1.3, 1.4 Message-ID: <20100103033129.356CF11C0068@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/filelight/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27588 Modified Files: .cvsignore filelight.spec sources Log Message: update to 1.9-rc3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/filelight/F-12/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 1 Aug 2009 00:15:30 -0000 1.3 +++ .cvsignore 3 Jan 2010 03:31:28 -0000 1.4 @@ -1 +1 @@ -filelight-1.9-rc2.tgz +filelight-1.9-rc3.tgz Index: filelight.spec =================================================================== RCS file: /cvs/pkgs/rpms/filelight/F-12/filelight.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- filelight.spec 2 Aug 2009 23:42:55 -0000 1.12 +++ filelight.spec 3 Jan 2010 03:31:28 -0000 1.13 @@ -3,15 +3,14 @@ Summary: Graphical disk usage statistics Name: filelight Version: 1.9 -Release: 3.rc2%{?dist} +Release: 5.rc3%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.methylblue.com/filelight/ -%define upstreamversion %{version}-rc2 +%define upstreamversion %{version}-rc3 Source: http://www.methylblue.com/filelight/packages/filelight-%{upstreamversion}.tgz Patch0: filelight_part.desktop.diff -Patch1: filelight.ChangeLog.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel kdebase-devel @@ -26,9 +25,9 @@ with each segment's size being proportio directories having child segments. %prep -%setup -q -n %{name}-%{upstreamversion} +%define directory %{name}-%{version}rc3 +%setup -q -n %{directory} %patch0 -p0 -%patch1 -p0 %build mkdir -p %{_target_platform} @@ -88,6 +87,12 @@ fi %changelog +* Sat Jan 2 2010 Neal Becker - 1.9-5.rc3 +- Drop filelight.ChangeLog.diff + +* Sat Jan 2 2010 Neal Becker - 1.9-4.rc3 +- fix directory + * Sun Aug 2 2009 Neal Becker - 1.9-3.rc2 - fix some rpmlint complaints: - Follow cmake_kde4 recipe Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/filelight/F-12/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 1 Aug 2009 00:15:30 -0000 1.3 +++ sources 3 Jan 2010 03:31:28 -0000 1.4 @@ -1 +1 @@ -bf1a0459997fdd9e2f3cbe6b2b8c0210 filelight-1.9-rc2.tgz +a75cb50bc0b7238507952fb7d1b8d8a8 filelight-1.9-rc3.tgz From nbecker at fedoraproject.org Sun Jan 3 03:40:21 2010 From: nbecker at fedoraproject.org (Neal Becker) Date: Sun, 3 Jan 2010 03:40:21 +0000 (UTC) Subject: rpms/filelight/F-11 .cvsignore, 1.3, 1.4 filelight.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <20100103034021.A509E11C0405@cvs1.fedora.phx.redhat.com> Author: nbecker Update of /cvs/pkgs/rpms/filelight/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28734 Modified Files: .cvsignore filelight.spec sources Log Message: update to 1.9-rc3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/filelight/F-11/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 3 Aug 2009 12:24:01 -0000 1.3 +++ .cvsignore 3 Jan 2010 03:40:21 -0000 1.4 @@ -1 +1 @@ -filelight-1.9-rc2.tgz +filelight-1.9-rc3.tgz Index: filelight.spec =================================================================== RCS file: /cvs/pkgs/rpms/filelight/F-11/filelight.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- filelight.spec 3 Aug 2009 12:24:01 -0000 1.9 +++ filelight.spec 3 Jan 2010 03:40:21 -0000 1.10 @@ -3,15 +3,14 @@ Summary: Graphical disk usage statistics Name: filelight Version: 1.9 -Release: 3.rc2%{?dist} +Release: 5.rc3%{?dist} License: GPLv2+ Group: Applications/System URL: http://www.methylblue.com/filelight/ -%define upstreamversion %{version}-rc2 +%define upstreamversion %{version}-rc3 Source: http://www.methylblue.com/filelight/packages/filelight-%{upstreamversion}.tgz Patch0: filelight_part.desktop.diff -Patch1: filelight.ChangeLog.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kdelibs-devel kdebase-devel @@ -26,9 +25,9 @@ with each segment's size being proportio directories having child segments. %prep -%setup -q -n %{name}-%{upstreamversion} +%define directory %{name}-%{version}rc3 +%setup -q -n %{directory} %patch0 -p0 -%patch1 -p0 %build mkdir -p %{_target_platform} @@ -88,6 +87,12 @@ fi %changelog +* Sat Jan 2 2010 Neal Becker - 1.9-5.rc3 +- Drop filelight.ChangeLog.diff + +* Sat Jan 2 2010 Neal Becker - 1.9-4.rc3 +- fix directory + * Sun Aug 2 2009 Neal Becker - 1.9-3.rc2 - fix some rpmlint complaints: - Follow cmake_kde4 recipe Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/filelight/F-11/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- sources 3 Aug 2009 12:24:01 -0000 1.3 +++ sources 3 Jan 2010 03:40:21 -0000 1.4 @@ -1 +1 @@ -bf1a0459997fdd9e2f3cbe6b2b8c0210 filelight-1.9-rc2.tgz +a75cb50bc0b7238507952fb7d1b8d8a8 filelight-1.9-rc3.tgz From mbarnes at fedoraproject.org Sun Jan 3 03:45:47 2010 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Sun, 3 Jan 2010 03:45:47 +0000 (UTC) Subject: File pygobject-2.21.1.tar.bz2 uploaded to lookaside cache by mbarnes Message-ID: <20100103034547.12AB810F862@bastion.fedoraproject.org> A file has been added to the lookaside cache for pygobject2: c12eef0cd6725dc7245c3db78ef85d2d pygobject-2.21.1.tar.bz2 From mbarnes at fedoraproject.org Sun Jan 3 03:47:13 2010 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Sun, 3 Jan 2010 03:47:13 +0000 (UTC) Subject: rpms/pygobject2/devel .cvsignore, 1.26, 1.27 pygobject2.spec, 1.57, 1.58 sources, 1.26, 1.27 Message-ID: <20100103034713.BDABC11C0068@cvs1.fedora.phx.redhat.com> Author: mbarnes Update of /cvs/pkgs/rpms/pygobject2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29582 Modified Files: .cvsignore pygobject2.spec sources Log Message: * Sat Jan 02 2010 Matthew Barnes - 2.21.1-1.fc13 - Update to 2.21.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/pygobject2/devel/.cvsignore,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- .cvsignore 20 Dec 2009 14:12:51 -0000 1.26 +++ .cvsignore 3 Jan 2010 03:47:13 -0000 1.27 @@ -1 +1 @@ -pygobject-2.21.0.tar.bz2 +pygobject-2.21.1.tar.bz2 Index: pygobject2.spec =================================================================== RCS file: /cvs/pkgs/rpms/pygobject2/devel/pygobject2.spec,v retrieving revision 1.57 retrieving revision 1.58 diff -u -p -r1.57 -r1.58 --- pygobject2.spec 20 Dec 2009 14:12:51 -0000 1.57 +++ pygobject2.spec 3 Jan 2010 03:47:13 -0000 1.58 @@ -14,7 +14,7 @@ ### Abstract ### Name: pygobject2 -Version: 2.21.0 +Version: 2.21.1 Release: 1%{?dist} License: LGPLv2+ Group: Development/Languages @@ -124,6 +124,9 @@ rm -fr $RPM_BUILD_ROOT %{_datadir}/pygobject/xsl %changelog +* Sat Jan 02 2010 Matthew Barnes - 2.21.1-1.fc13 +- Update to 2.21.1 + * Sun Dec 20 2009 Matthew Barnes - 2.21.0-1.fc13 - Update to 2.21.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/pygobject2/devel/sources,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- sources 20 Dec 2009 14:12:51 -0000 1.26 +++ sources 3 Jan 2010 03:47:13 -0000 1.27 @@ -1 +1 @@ -1211c99c9e9d40c2e57b651c67781b39 pygobject-2.21.0.tar.bz2 +c12eef0cd6725dc7245c3db78ef85d2d pygobject-2.21.1.tar.bz2 From mbarnes at fedoraproject.org Sun Jan 3 03:54:40 2010 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Sun, 3 Jan 2010 03:54:40 +0000 (UTC) Subject: rpms/pygobject2/devel pygobject2.spec,1.58,1.59 Message-ID: <20100103035440.E991B11C00EF@cvs1.fedora.phx.redhat.com> Author: mbarnes Update of /cvs/pkgs/rpms/pygobject2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30758 Modified Files: pygobject2.spec Log Message: Update file list. Index: pygobject2.spec =================================================================== RCS file: /cvs/pkgs/rpms/pygobject2/devel/pygobject2.spec,v retrieving revision 1.58 retrieving revision 1.59 diff -u -p -r1.58 -r1.59 --- pygobject2.spec 3 Jan 2010 03:47:13 -0000 1.58 +++ pygobject2.spec 3 Jan 2010 03:54:40 -0000 1.59 @@ -97,7 +97,6 @@ rm -fr $RPM_BUILD_ROOT %defattr(755, root, root, 755) %{python_sitearch}/gtk-2.0/gio -%{python_sitearch}/gtk-2.0/girepository %{python_sitearch}/gtk-2.0/glib %{python_sitearch}/gtk-2.0/gobject From mbarnes at fedoraproject.org Sun Jan 3 04:11:53 2010 From: mbarnes at fedoraproject.org (Matthew Barnes) Date: Sun, 3 Jan 2010 04:11:53 +0000 (UTC) Subject: rpms/pygobject2/devel pygobject2.spec,1.59,1.60 Message-ID: <20100103041153.3202411C00E8@cvs1.fedora.phx.redhat.com> Author: mbarnes Update of /cvs/pkgs/rpms/pygobject2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24237 Modified Files: pygobject2.spec Log Message: Update file list again. Index: pygobject2.spec =================================================================== RCS file: /cvs/pkgs/rpms/pygobject2/devel/pygobject2.spec,v retrieving revision 1.59 retrieving revision 1.60 diff -u -p -r1.59 -r1.60 --- pygobject2.spec 3 Jan 2010 03:54:40 -0000 1.59 +++ pygobject2.spec 3 Jan 2010 04:11:53 -0000 1.60 @@ -112,7 +112,6 @@ rm -fr $RPM_BUILD_ROOT %dir %{_datadir}/pygobject %dir %{_includedir}/pygtk-2.0 %{_datadir}/pygobject/2.0/defs -%{_includedir}/pygobject/bank.h %{_includedir}/pygtk-2.0/pyglib.h %{_includedir}/pygtk-2.0/pygobject.h %{_libdir}/pkgconfig/pygobject-2.0.pc From rdieter at fedoraproject.org Sun Jan 3 05:06:23 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 05:06:23 +0000 (UTC) Subject: rpms/kdebase-runtime/devel kdebase-runtime.spec,1.176,1.177 Message-ID: <20100103050623.3243311C00E8@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/kdebase-runtime/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8781 Modified Files: kdebase-runtime.spec Log Message: * Sat Jan 02 2010 Rex Dieter - 4.3.85-2 - Provides: desktop-notification-daemon Index: kdebase-runtime.spec =================================================================== RCS file: /cvs/pkgs/rpms/kdebase-runtime/devel/kdebase-runtime.spec,v retrieving revision 1.176 retrieving revision 1.177 diff -u -p -r1.176 -r1.177 --- kdebase-runtime.spec 18 Dec 2009 15:54:07 -0000 1.176 +++ kdebase-runtime.spec 3 Jan 2010 05:06:21 -0000 1.177 @@ -6,7 +6,7 @@ Name: kdebase-runtime Summary: KDE Runtime Version: 4.3.85 -Release: 1%{?dist} +Release: 2%{?dist} # http://techbase.kde.org/Policies/Licensing_Policy License: LGPLv2+ @@ -39,6 +39,9 @@ Conflicts: kdebase4 < 4.3.0 Provides: kdebase4-runtime = %{version}-%{release} Obsoletes: kdebase4-runtime < %{version}-%{release} +# knotify4 provides dbus service org.freedesktop.Notifications too +Provides: desktop-notification-daemon + %{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} } %ifnarch s390 s390x Requires: eject @@ -232,6 +235,9 @@ fi %changelog +* Sat Jan 02 2010 Rex Dieter - 4.3.85-2 +- Provides: desktop-notification-daemon + * Fri Dec 18 2009 Rex Dieter - 4.3.85-1 - kde-4.3.85 (4.4beta2) From rdieter at fedoraproject.org Sun Jan 3 05:25:25 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 05:25:25 +0000 (UTC) Subject: rpms/kdebase-workspace/devel kdebase-workspace-4.3.85-no_malloc_check.patch, NONE, 1.1 kdebase-workspace.spec, 1.333, 1.334 Message-ID: <20100103052525.A79E111C00E8@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/kdebase-workspace/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11084 Modified Files: kdebase-workspace.spec Added Files: kdebase-workspace-4.3.85-no_malloc_check.patch Log Message: * Sat Jan 02 2010 Rex Dieter - 4.3.85-2 - startkde: disable MALLOC_CHECK_ kdebase-workspace-4.3.85-no_malloc_check.patch: startkde.cmake | 16 ---------------- 1 file changed, 16 deletions(-) --- NEW FILE kdebase-workspace-4.3.85-no_malloc_check.patch --- diff -up kdebase-workspace-4.3.85/startkde.cmake.no_malloc_check kdebase-workspace-4.3.85/startkde.cmake --- kdebase-workspace-4.3.85/startkde.cmake.no_malloc_check 2009-12-27 04:41:34.850054083 -0600 +++ kdebase-workspace-4.3.85/startkde.cmake 2010-01-02 23:21:57.248464093 -0600 @@ -36,22 +36,6 @@ fi # we have to unset this for Darwin since it will screw up KDE's dynamic-loading unset DYLD_FORCE_FLAT_NAMESPACE -# Enable lightweight memory corruption checker if not already set -# -- this is for trunk only, we remove it for releases -if [ "x$MALLOC_CHECK_" = "x" ] && [ -x /lib/libc.so.6 ]; then - # Extract the first two components of the version from the output. - glibc_version=$(LC_ALL=C /lib/libc.so.6 | head -1 | sed -e 's/[^0-9]*\([0-9]\.[0-9]\+\).*/\1/') - - MALLOC_CHECK_=2 # Default to 2 unless glibc 2.9 or higher. - - # POSIX test or sh can't do the string compare, use perl - # The s/// is to make 2.d$ --> 2.0d$ for sorting. - ver_script='$vers = $ARGV[0]; $vers =~ s/\.([0-9])$/.0$1/; if ("${vers}" ge "2.09") { exit 0; } exit 1;' - perl -e "$ver_script" $glibc_version >/dev/null 2>&1 && MALLOC_CHECK_=3 - - export MALLOC_CHECK_ -fi - # Boot sequence: # # kdeinit is used to fork off processes which improves memory usage Index: kdebase-workspace.spec =================================================================== RCS file: /cvs/pkgs/rpms/kdebase-workspace/devel/kdebase-workspace.spec,v retrieving revision 1.333 retrieving revision 1.334 diff -u -p -r1.333 -r1.334 --- kdebase-workspace.spec 27 Dec 2009 10:47:51 -0000 1.333 +++ kdebase-workspace.spec 3 Jan 2010 05:25:25 -0000 1.334 @@ -10,7 +10,7 @@ Summary: KDE Workspace Name: kdebase-workspace Version: 4.3.85 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: User Interface/Desktops @@ -40,6 +40,7 @@ Patch16: kdebase-workspace-4.3.75-batter Patch17: kdebase-workspace-4.3.75-classicmenu-logout.patch Patch19: kdebase-workspace-4.3.3-kdm_plymouth.patch Patch20: kdebase-workspace-4.3.80-xsession_errors_O_APPEND.patch +Patch21: kdebase-workspace-4.3.85-no_malloc_check.patch # upstream patches: # "keyboard stops working", https://bugs.kde.org/show_bug.cgi?id=171685#c135 @@ -276,6 +277,7 @@ Requires: akonadi %patch17 -p1 -b .classicmenu-logout %patch19 -p1 -b .kdm_plymouth %patch20 -p1 -b .xsession_errors_O_APPEND +%patch21 -p1 -b .no_malloc_check # upstream patches %patch50 -p1 -b .kde#171685 @@ -632,6 +634,9 @@ fi %changelog +* Sat Jan 02 2010 Rex Dieter - 4.3.85-2 +- startkde: disable MALLOC_CHECK_ + * Fri Dec 18 2009 Rex Dieter - 4.3.85-1 - kde-4.3.85 (4.4beta2) From abompard at fedoraproject.org Sun Jan 3 07:58:00 2010 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Sun, 3 Jan 2010 07:58:00 +0000 (UTC) Subject: File keepassx-0.4.1.tar.gz uploaded to lookaside cache by abompard Message-ID: <20100103075800.526B510F838@bastion.fedoraproject.org> A file has been added to the lookaside cache for keepassx: 96efdf5855703e3d2817973d5e2b0fcf keepassx-0.4.1.tar.gz From abompard at fedoraproject.org Sun Jan 3 08:03:59 2010 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Sun, 3 Jan 2010 08:03:59 +0000 (UTC) Subject: rpms/keepassx/F-11 .cvsignore, 1.10, 1.11 keepassx.spec, 1.17, 1.18 sources, 1.10, 1.11 keepassx-0.4.0-autotype.patch, 1.1, NONE Message-ID: <20100103080359.DC7D811C008D@cvs1.fedora.phx.redhat.com> Author: abompard Update of /cvs/pkgs/rpms/keepassx/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30599/F-11 Modified Files: .cvsignore keepassx.spec sources Removed Files: keepassx-0.4.0-autotype.patch Log Message: * Sun Jan 03 2010 Aurelien Bompard - 0.4.1-1 - version 0.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/keepassx/F-11/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 26 Mar 2009 20:29:53 -0000 1.10 +++ .cvsignore 3 Jan 2010 08:03:58 -0000 1.11 @@ -1 +1 @@ -keepassx-0.4.0.tar.bz2 +keepassx-0.4.1.tar.gz Index: keepassx.spec =================================================================== RCS file: /cvs/pkgs/rpms/keepassx/F-11/keepassx.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- keepassx.spec 18 Apr 2009 09:21:08 -0000 1.17 +++ keepassx.spec 3 Jan 2010 08:03:58 -0000 1.18 @@ -1,15 +1,12 @@ Name: keepassx -Version: 0.4.0 -Release: 2%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: Cross-platform password manager Group: User Interface/Desktops License: GPLv2+ URL: http://keepassx.sourceforge.net -Source0: http://download.sf.net/keepassx/keepassx-%{version}.tar.bz2 -# Fix for bug 496035: -# http://keepassx.svn.sourceforge.net/viewvc/keepassx/branches/0.4/src/lib/AutoTypeX11.h?view=patch&r1=307&r2=306&pathrev=307 -Patch0: keepassx-0.4.0-autotype.patch +Source0: http://download.sf.net/keepassx/keepassx-%{version}.tar.gz Patch1: keepassx-0.3.3-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -37,7 +34,6 @@ that is compatible with KeePass Password %prep %setup -q -%patch0 -p2 -b .autotype %patch1 -p0 -b .gcc43 @@ -114,6 +110,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 03 2010 Aurelien Bompard - 0.4.1-1 +- version 0.4.1 + +* Fri Jul 24 2009 Fedora Release Engineering - 0.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Sat Apr 18 2009 Aurelien Bompard 0.4.0-2 - add patch0 to fix bug 496035 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/keepassx/F-11/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 26 Mar 2009 20:29:53 -0000 1.10 +++ sources 3 Jan 2010 08:03:58 -0000 1.11 @@ -1 +1 @@ -0167d8fc0d2180621d451f0af89be9a6 keepassx-0.4.0.tar.bz2 +96efdf5855703e3d2817973d5e2b0fcf keepassx-0.4.1.tar.gz --- keepassx-0.4.0-autotype.patch DELETED --- From abompard at fedoraproject.org Sun Jan 3 08:03:59 2010 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Sun, 3 Jan 2010 08:03:59 +0000 (UTC) Subject: rpms/keepassx/devel .cvsignore, 1.10, 1.11 keepassx.spec, 1.18, 1.19 sources, 1.10, 1.11 keepassx-0.4.0-autotype.patch, 1.1, NONE Message-ID: <20100103080359.DF49B11C0260@cvs1.fedora.phx.redhat.com> Author: abompard Update of /cvs/pkgs/rpms/keepassx/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30599/devel Modified Files: .cvsignore keepassx.spec sources Removed Files: keepassx-0.4.0-autotype.patch Log Message: * Sun Jan 03 2010 Aurelien Bompard - 0.4.1-1 - version 0.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/keepassx/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 26 Mar 2009 20:29:53 -0000 1.10 +++ .cvsignore 3 Jan 2010 08:03:59 -0000 1.11 @@ -1 +1 @@ -keepassx-0.4.0.tar.bz2 +keepassx-0.4.1.tar.gz Index: keepassx.spec =================================================================== RCS file: /cvs/pkgs/rpms/keepassx/devel/keepassx.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- keepassx.spec 25 Jul 2009 04:32:12 -0000 1.18 +++ keepassx.spec 3 Jan 2010 08:03:59 -0000 1.19 @@ -1,15 +1,12 @@ Name: keepassx -Version: 0.4.0 -Release: 3%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: Cross-platform password manager Group: User Interface/Desktops License: GPLv2+ URL: http://keepassx.sourceforge.net -Source0: http://download.sf.net/keepassx/keepassx-%{version}.tar.bz2 -# Fix for bug 496035: -# http://keepassx.svn.sourceforge.net/viewvc/keepassx/branches/0.4/src/lib/AutoTypeX11.h?view=patch&r1=307&r2=306&pathrev=307 -Patch0: keepassx-0.4.0-autotype.patch +Source0: http://download.sf.net/keepassx/keepassx-%{version}.tar.gz Patch1: keepassx-0.3.3-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -37,7 +34,6 @@ that is compatible with KeePass Password %prep %setup -q -%patch0 -p2 -b .autotype %patch1 -p0 -b .gcc43 @@ -114,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 03 2010 Aurelien Bompard - 0.4.1-1 +- version 0.4.1 + * Fri Jul 24 2009 Fedora Release Engineering - 0.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/keepassx/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 26 Mar 2009 20:29:53 -0000 1.10 +++ sources 3 Jan 2010 08:03:59 -0000 1.11 @@ -1 +1 @@ -0167d8fc0d2180621d451f0af89be9a6 keepassx-0.4.0.tar.bz2 +96efdf5855703e3d2817973d5e2b0fcf keepassx-0.4.1.tar.gz --- keepassx-0.4.0-autotype.patch DELETED --- From abompard at fedoraproject.org Sun Jan 3 08:03:59 2010 From: abompard at fedoraproject.org (Aurelien Bompard) Date: Sun, 3 Jan 2010 08:03:59 +0000 (UTC) Subject: rpms/keepassx/F-12 .cvsignore, 1.10, 1.11 keepassx.spec, 1.18, 1.19 sources, 1.10, 1.11 keepassx-0.4.0-autotype.patch, 1.1, NONE Message-ID: <20100103080359.E21B311C039C@cvs1.fedora.phx.redhat.com> Author: abompard Update of /cvs/pkgs/rpms/keepassx/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30599/F-12 Modified Files: .cvsignore keepassx.spec sources Removed Files: keepassx-0.4.0-autotype.patch Log Message: * Sun Jan 03 2010 Aurelien Bompard - 0.4.1-1 - version 0.4.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/keepassx/F-12/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 26 Mar 2009 20:29:53 -0000 1.10 +++ .cvsignore 3 Jan 2010 08:03:58 -0000 1.11 @@ -1 +1 @@ -keepassx-0.4.0.tar.bz2 +keepassx-0.4.1.tar.gz Index: keepassx.spec =================================================================== RCS file: /cvs/pkgs/rpms/keepassx/F-12/keepassx.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- keepassx.spec 25 Jul 2009 04:32:12 -0000 1.18 +++ keepassx.spec 3 Jan 2010 08:03:59 -0000 1.19 @@ -1,15 +1,12 @@ Name: keepassx -Version: 0.4.0 -Release: 3%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: Cross-platform password manager Group: User Interface/Desktops License: GPLv2+ URL: http://keepassx.sourceforge.net -Source0: http://download.sf.net/keepassx/keepassx-%{version}.tar.bz2 -# Fix for bug 496035: -# http://keepassx.svn.sourceforge.net/viewvc/keepassx/branches/0.4/src/lib/AutoTypeX11.h?view=patch&r1=307&r2=306&pathrev=307 -Patch0: keepassx-0.4.0-autotype.patch +Source0: http://download.sf.net/keepassx/keepassx-%{version}.tar.gz Patch1: keepassx-0.3.3-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -37,7 +34,6 @@ that is compatible with KeePass Password %prep %setup -q -%patch0 -p2 -b .autotype %patch1 -p0 -b .gcc43 @@ -114,6 +110,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 03 2010 Aurelien Bompard - 0.4.1-1 +- version 0.4.1 + * Fri Jul 24 2009 Fedora Release Engineering - 0.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/keepassx/F-12/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 26 Mar 2009 20:29:53 -0000 1.10 +++ sources 3 Jan 2010 08:03:59 -0000 1.11 @@ -1 +1 @@ -0167d8fc0d2180621d451f0af89be9a6 keepassx-0.4.0.tar.bz2 +96efdf5855703e3d2817973d5e2b0fcf keepassx-0.4.1.tar.gz --- keepassx-0.4.0-autotype.patch DELETED --- From jussilehtola at fedoraproject.org Sun Jan 3 08:23:34 2010 From: jussilehtola at fedoraproject.org (Jussi Lehtola) Date: Sun, 3 Jan 2010 08:23:34 +0000 (UTC) Subject: rpms/fftw/devel fftw.spec,1.29,1.30 Message-ID: <20100103082334.B152611C008D@cvs1.fedora.phx.redhat.com> Author: jussilehtola Update of /cvs/pkgs/rpms/fftw/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv628 Modified Files: fftw.spec Log Message: Revert erroneous changes to changelog entry format, caused by misinterpretation of guidelines. Index: fftw.spec =================================================================== RCS file: /cvs/pkgs/rpms/fftw/devel/fftw.spec,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- fftw.spec 2 Jan 2010 00:58:49 -0000 1.29 +++ fftw.spec 3 Jan 2010 08:23:32 -0000 1.30 @@ -137,34 +137,34 @@ fi %changelog -* Sat Jan 2 2010 Jussi Lehtola 3.2.2-2 +* Sat Jan 2 2010 Jussi Lehtola - 3.2.2-2 - Add check phase. - Cosmetic changes to spec file (unified changelog format, removed unnecessary space). - Use rm instead of find -delete, as latter is not present on EPEL-4. - Generalize obsoletes of fftw3 packages. Add Obsoletes: fftw3-static. -* Fri Jan 1 2010 Jussi Lehtola 3.2.2-1 +* Fri Jan 1 2010 Jussi Lehtola - 3.2.2-1 - Update to 3.2.2. - Make file listings more explicit. - Don't use file dependencies for info. -* Fri Jul 24 2009 Fedora Release Engineering 3.2.1-3 +* Fri Jul 24 2009 Fedora Release Engineering - 3.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild -* Tue Feb 24 2009 Fedora Release Engineering 3.2.1-2 +* Tue Feb 24 2009 Fedora Release Engineering - 3.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild -* Sat Feb 14 2009 Conrad Meyer 3.2.1-1 +* Sat Feb 14 2009 Conrad Meyer - 3.2.1-1 - Bump to 3.2.1. -* Thu Dec 4 2008 Conrad Meyer 3.2-1 +* Thu Dec 4 2008 Conrad Meyer - 3.2-1 - Bump to 3.2. -* Fri Jul 18 2008 Tom "spot" Callaway 3.1.2-7 +* Fri Jul 18 2008 Tom "spot" Callaway - 3.1.2-7 - fix license tag -* Tue Feb 19 2008 Fedora Release Engineering 3.1.2-6 +* Tue Feb 19 2008 Fedora Release Engineering - 3.1.2-6 - Autorebuild for GCC 4.3 * Fri Aug 24 2007 Quentin Spencer 3.1.2-5 @@ -201,7 +201,7 @@ fi - Upgrade to the 3.x branch, incorporating changes from the fftw3 spec file. - Add dist tag. -* Mon May 23 2005 Michael Schwendt 2.1.5-8 +* Mon May 23 2005 Michael Schwendt - 2.1.5-8 - BuildReq gcc-gfortran (#156490). * Sun May 22 2005 Jeremy Katz - 2.1.5-7 @@ -240,4 +240,3 @@ fi * Mon Oct 21 2002 Matthias Saou - Initial RPM release. - From jnovy at fedoraproject.org Sun Jan 3 09:51:41 2010 From: jnovy at fedoraproject.org (Jindrich Novy) Date: Sun, 3 Jan 2010 09:51:41 +0000 (UTC) Subject: File mc-4.7.0.1.tar.lzma uploaded to lookaside cache by jnovy Message-ID: <20100103095141.4DB9410F838@bastion.fedoraproject.org> A file has been added to the lookaside cache for mc: 4fec587435388701fd137bbe99ec77cd mc-4.7.0.1.tar.lzma From jnovy at fedoraproject.org Sun Jan 3 10:06:07 2010 From: jnovy at fedoraproject.org (Jindrich Novy) Date: Sun, 3 Jan 2010 10:06:07 +0000 (UTC) Subject: rpms/mc/devel .cvsignore, 1.44, 1.45 mc-extensions.patch, 1.17, 1.18 mc.spec, 1.155, 1.156 sources, 1.52, 1.53 Message-ID: <20100103100607.449FB11C008D@cvs1.fedora.phx.redhat.com> Author: jnovy Update of /cvs/pkgs/rpms/mc/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13715 Modified Files: .cvsignore mc-extensions.patch mc.spec sources Log Message: * Sat Jan 2 2010 Jindrich Novy 4.7.0.1-1 - update to 4.7.0.1 - update bindings to use xdg-open wherever possible Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mc/devel/.cvsignore,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- .cvsignore 26 Dec 2009 14:04:08 -0000 1.44 +++ .cvsignore 3 Jan 2010 10:06:06 -0000 1.45 @@ -1 +1 @@ -mc-4.7.0.tar.lzma +mc-4.7.0.1.tar.lzma mc-extensions.patch: configure.ac | 2 +- misc/mc.ext.in | 51 ++++++++++++++++++++++++++++++++++----------------- 2 files changed, 35 insertions(+), 18 deletions(-) Index: mc-extensions.patch =================================================================== RCS file: /cvs/pkgs/rpms/mc/devel/mc-extensions.patch,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- mc-extensions.patch 15 Dec 2009 14:57:00 -0000 1.17 +++ mc-extensions.patch 3 Jan 2010 10:06:06 -0000 1.18 @@ -107,7 +107,7 @@ diff -up mc-4.7.0-pre4/misc/mc.ext.in.ex # html regex/\.([hH][tT][mM][lL]?)$ - Open=(if test -n "@X11_WWW@" && test -n "$DISPLAY"; then (@X11_WWW@ file://%d/%p &) 1>&2; else links %f || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null -+ Open=(if test -n "$DISPLAY"; then (xdg-open file://%d/%p &) 1>&2; else links %f || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null ++ Open=xdg-open file://%d/%p 1>&2 View=%view{ascii} links -dump %f 2>/dev/null || w3m -dump %f 2>/dev/null || lynx -dump -force_html %f # StarOffice 5.2 @@ -116,30 +116,30 @@ diff -up mc-4.7.0-pre4/misc/mc.ext.in.ex # Microsoft Word Document regex/\.([Dd][oO][cCtT]|[Ww][rR][iI])$ - Open=(abiword %f >/dev/null 2>&1 &) -+ Open=(ooffice %f &) ++ Open=(xdg-open %f &) +# Open=(abiword %f >/dev/null 2>&1 &) View=%view{ascii} antiword -t %f || catdoc -w %f || word2x -f text %f - || strings %f type/^Microsoft\ Word - Open=(abiword %f >/dev/null 2>&1 &) -+ Open=(ooffice %f &) ++ Open=(xdg-open %f &) +# Open=(abiword %f >/dev/null 2>&1 &) View=%view{ascii} antiword -t %f || catdoc -w %f || word2x -f text %f - || strings %f # RTF document regex/\.([rR][tT][fF])$ - Open=(abiword %f >/dev/null 2>&1 &) -+ Open=(ooffice %f &) ++ Open=(xdg-open %f &) +# Open=(abiword %f >/dev/null 2>&1 &) # Microsoft Excel Worksheet regex/\.([xX][lL][sSwW])$ - Open=(gnumeric %f >/dev/null 2>&1 &) -+ Open=(ooffice %f &) ++ Open=(xdg-open %f &) +# Open=(gnumeric %f >/dev/null 2>&1 &) View=%view{ascii} xls2csv %f || strings %f type/^Microsoft\ Excel - Open=(gnumeric %f >/dev/null 2>&1 &) -+ Open=(ooffice %f &) ++ Open=(xdg-open %f &) +# Open=(gnumeric %f >/dev/null 2>&1 &) View=%view{ascii} xls2csv %f || strings %f Index: mc.spec =================================================================== RCS file: /cvs/pkgs/rpms/mc/devel/mc.spec,v retrieving revision 1.155 retrieving revision 1.156 diff -u -p -r1.155 -r1.156 --- mc.spec 26 Dec 2009 14:04:09 -0000 1.155 +++ mc.spec 3 Jan 2010 10:06:06 -0000 1.156 @@ -1,6 +1,6 @@ Summary: User-friendly text console file manager and visual shell Name: mc -Version: 4.7.0 +Version: 4.7.0.1 Release: 1%{?dist} Epoch: 1 License: GPLv2 @@ -82,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT %dir %{_libexecdir}/mc %changelog +* Sat Jan 2 2010 Jindrich Novy 4.7.0.1-1 +- update to 4.7.0.1 +- update bindings to use xdg-open wherever possible + * Sat Dec 26 2009 Jindrich Novy 4.7.0-1 - update to official 4.7.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mc/devel/sources,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- sources 26 Dec 2009 14:04:09 -0000 1.52 +++ sources 3 Jan 2010 10:06:06 -0000 1.53 @@ -1 +1 @@ -f945a4767104534167ecb8dae7c23c06 mc-4.7.0.tar.lzma +4fec587435388701fd137bbe99ec77cd mc-4.7.0.1.tar.lzma From pkgdb at fedoraproject.org Sun Jan 3 10:45:38 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 10:45:38 +0000 Subject: [pkgdb] php-phpunit-File-Iterator: llaumgui has given up watchbugzilla Message-ID: <20100103104522.BAF6310F838@bastion.fedoraproject.org> llaumgui has given up the watchbugzilla acl on php-phpunit-File-Iterator (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 10:45:16 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 10:45:16 +0000 Subject: [pkgdb] php-phpunit-File-Iterator: llaumgui has given up watchcommits Message-ID: <20100103104523.A04DE10F8DD@bastion.fedoraproject.org> llaumgui has given up the watchcommits acl on php-phpunit-File-Iterator (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 10:45:28 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 10:45:28 +0000 Subject: [pkgdb] php-phpunit-File-Iterator: llaumgui has requested commit Message-ID: <20100103104526.1EB1010F895@bastion.fedoraproject.org> llaumgui has requested the commit acl on php-phpunit-File-Iterator (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 10:45:42 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 10:45:42 +0000 Subject: [pkgdb] php-phpunit-File-Iterator: llaumgui has given up watchbugzilla Message-ID: <20100103104537.8DA6910F895@bastion.fedoraproject.org> llaumgui has given up the watchbugzilla acl on php-phpunit-File-Iterator (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 10:45:32 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 10:45:32 +0000 Subject: [pkgdb] php-phpunit-File-Iterator: llaumgui has given up watchcommits Message-ID: <20100103104539.440A110F895@bastion.fedoraproject.org> llaumgui has given up the watchcommits acl on php-phpunit-File-Iterator (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 10:45:44 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 10:45:44 +0000 Subject: [pkgdb] php-phpunit-File-Iterator: llaumgui has requested commit Message-ID: <20100103104542.3755310F895@bastion.fedoraproject.org> llaumgui has requested the commit acl on php-phpunit-File-Iterator (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 10:45:55 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 10:45:55 +0000 Subject: [pkgdb] php-phpunit-File-Iterator: llaumgui has given up watchbugzilla Message-ID: <20100103104550.3F83410F895@bastion.fedoraproject.org> llaumgui has given up the watchbugzilla acl on php-phpunit-File-Iterator (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 10:45:44 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 10:45:44 +0000 Subject: [pkgdb] php-phpunit-File-Iterator: llaumgui has given up watchcommits Message-ID: <20100103104552.3CFAC10F895@bastion.fedoraproject.org> llaumgui has given up the watchcommits acl on php-phpunit-File-Iterator (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 10:45:56 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 10:45:56 +0000 Subject: [pkgdb] php-phpunit-File-Iterator: llaumgui has requested commit Message-ID: <20100103104554.0DCD210F895@bastion.fedoraproject.org> llaumgui has requested the commit acl on php-phpunit-File-Iterator (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 10:46:23 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 10:46:23 +0000 Subject: [pkgdb] php-phpunit-File-Iterator: llaumgui has given up watchbugzilla Message-ID: <20100103104607.7AA3F10F895@bastion.fedoraproject.org> llaumgui has given up the watchbugzilla acl on php-phpunit-File-Iterator (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 10:46:01 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 10:46:01 +0000 Subject: [pkgdb] php-phpunit-File-Iterator: llaumgui has given up watchcommits Message-ID: <20100103104608.633C110F8D0@bastion.fedoraproject.org> llaumgui has given up the watchcommits acl on php-phpunit-File-Iterator (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 10:46:12 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 10:46:12 +0000 Subject: [pkgdb] php-phpunit-File-Iterator: llaumgui has requested commit Message-ID: <20100103104609.CF4C310F8D2@bastion.fedoraproject.org> llaumgui has requested the commit acl on php-phpunit-File-Iterator (Fedora EPEL 5) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From jkratoch at fedoraproject.org Sun Jan 3 11:00:19 2010 From: jkratoch at fedoraproject.org (Jan Kratochvil) Date: Sun, 3 Jan 2010 11:00:19 +0000 (UTC) Subject: rpms/gdb/F-12 gdb-6.3-test-dtorfix-20050121.patch, 1.9, 1.10 gdb.spec, 1.411, 1.412 Message-ID: <20100103110019.1350C11C039C@cvs1.fedora.phx.redhat.com> Author: jkratoch Update of /cvs/pkgs/rpms/gdb/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20609 Modified Files: gdb-6.3-test-dtorfix-20050121.patch gdb.spec Log Message: * Sun Jan 3 2010 Jan Kratochvil - 7.0.1-19.fc12 - testsuite: Fixup false FAILs for gdb.cp/constructortest.exp. gdb-6.3-test-dtorfix-20050121.patch: constructortest.cc | 99 +++++++++++++++++++++++++++++++++++++ constructortest.exp | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 236 insertions(+) Index: gdb-6.3-test-dtorfix-20050121.patch =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb-6.3-test-dtorfix-20050121.patch,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- gdb-6.3-test-dtorfix-20050121.patch 24 Dec 2009 22:39:35 -0000 1.9 +++ gdb-6.3-test-dtorfix-20050121.patch 3 Jan 2010 11:00:18 -0000 1.10 @@ -235,10 +235,11 @@ Index: gdb/testsuite/ChangeLog +gdb_load ${binfile} +runto_main + ++set first_line_dtor [gdb_get_line_number "First line ~C"] +set define_line_dtor [gdb_get_line_number "Destructor C"] +# Break on the various forms of the C::~C destructor +# " ([23] locations)" is displayed depending on G++ version. -+gdb_test "break C\:\:~C" "Breakpoint .*, line $define_line_dtor\\..*" "breaking on C::~C" ++gdb_test "break C\:\:~C" "Breakpoint .*, line ($define_line_dtor|$define_line_dtor)\\..*" "breaking on C::~C" +gdb_continue_to_breakpoint "First line ~C" + +# Verify that we can break by line number in a destructor and find @@ -247,7 +248,6 @@ Index: gdb/testsuite/ChangeLog +gdb_load ${binfile} +delete_breakpoints + -+set first_line_dtor [gdb_get_line_number "First line ~C"] +# " (3 locations)" is displayed depending on G++ version. +gdb_test "break $first_line_dtor" "Breakpoint .*, line $first_line_dtor\\..*" "break by line in destructor" + Index: gdb.spec =================================================================== RCS file: /cvs/pkgs/rpms/gdb/F-12/gdb.spec,v retrieving revision 1.411 retrieving revision 1.412 diff -u -p -r1.411 -r1.412 --- gdb.spec 2 Jan 2010 21:26:54 -0000 1.411 +++ gdb.spec 3 Jan 2010 11:00:18 -0000 1.412 @@ -36,7 +36,7 @@ Version: 7.0.1 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 18%{?_with_upstream:.upstream}%{dist} +Release: 19%{?_with_upstream:.upstream}%{dist} License: GPLv3+ Group: Development/Debuggers @@ -1002,6 +1002,9 @@ fi %endif %changelog +* Sun Jan 3 2010 Jan Kratochvil - 7.0.1-19.fc12 +- testsuite: Fixup false FAILs for gdb.cp/constructortest.exp. + * Sat Jan 2 2010 Jan Kratochvil - 7.0.1-18.fc12 - Fix regression of gdb-7.0 (from 6.8) crashing on typedefed bitfields. - Fix related_breakpoint stale ref crash. From ensc at fedoraproject.org Sun Jan 3 11:59:56 2010 From: ensc at fedoraproject.org (ensc) Date: Sun, 3 Jan 2010 11:59:56 +0000 (UTC) Subject: rpms/libtasn1/devel libtasn1.spec,1.33,1.34 Message-ID: <20100103115956.7649A11C008D@cvs1.fedora.phx.redhat.com> Author: ensc Update of /cvs/extras/rpms/libtasn1/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28151 Modified Files: libtasn1.spec Log Message: whitespace cleanups Index: libtasn1.spec =================================================================== RCS file: /cvs/extras/rpms/libtasn1/devel/libtasn1.spec,v retrieving revision 1.33 retrieving revision 1.34 diff -u -p -r1.33 -r1.34 --- libtasn1.spec 11 Aug 2009 14:38:08 -0000 1.33 +++ libtasn1.spec 3 Jan 2010 11:59:56 -0000 1.34 @@ -3,10 +3,10 @@ Summary: The ASN.1 library used in GNUTLS Name: libtasn1 Version: 2.3 -Release: %release_func 1 +Release: %release_func 1 # The libtasn1 library is LGPLv2+, utilities are GPLv3+ -License: GPLv3+ and LGPLv2+ +License: GPLv3+ and LGPLv2+ Group: System Environment/Libraries URL: http://www.gnu.org/software/libtasn1/ Source0: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz From dsd at fedoraproject.org Sun Jan 3 12:18:37 2010 From: dsd at fedoraproject.org (Daniel Drake) Date: Sun, 3 Jan 2010 12:18:37 +0000 (UTC) Subject: File sugar-0.84.10.tar.bz2 uploaded to lookaside cache by dsd Message-ID: <20100103121837.E49E110F879@bastion.fedoraproject.org> A file has been added to the lookaside cache for sugar: 5959f3f15ea00fb3d87e0b8a5d4021c7 sugar-0.84.10.tar.bz2 From dsd at fedoraproject.org Sun Jan 3 12:19:12 2010 From: dsd at fedoraproject.org (Daniel Drake) Date: Sun, 3 Jan 2010 12:19:12 +0000 (UTC) Subject: rpms/sugar/F-11 .cvsignore, 1.41, 1.42 sources, 1.43, 1.44 sugar.spec, 1.65, 1.66 Message-ID: <20100103121912.6494111C008D@cvs1.fedora.phx.redhat.com> Author: dsd Update of /cvs/pkgs/rpms/sugar/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30742 Modified Files: .cvsignore sources sugar.spec Log Message: v0.84.10 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/sugar/F-11/.cvsignore,v retrieving revision 1.41 retrieving revision 1.42 diff -u -p -r1.41 -r1.42 --- .cvsignore 11 Dec 2009 13:42:57 -0000 1.41 +++ .cvsignore 3 Jan 2010 12:19:12 -0000 1.42 @@ -1 +1 @@ -sugar-0.84.9.tar.bz2 +sugar-0.84.10.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/sugar/F-11/sources,v retrieving revision 1.43 retrieving revision 1.44 diff -u -p -r1.43 -r1.44 --- sources 11 Dec 2009 13:42:57 -0000 1.43 +++ sources 3 Jan 2010 12:19:12 -0000 1.44 @@ -1 +1 @@ -e7a01fecf2f67bf02f20de3470206667 sugar-0.84.9.tar.bz2 +5959f3f15ea00fb3d87e0b8a5d4021c7 sugar-0.84.10.tar.bz2 Index: sugar.spec =================================================================== RCS file: /cvs/pkgs/rpms/sugar/F-11/sugar.spec,v retrieving revision 1.65 retrieving revision 1.66 diff -u -p -r1.65 -r1.66 --- sugar.spec 11 Dec 2009 13:42:57 -0000 1.65 +++ sugar.spec 3 Jan 2010 12:19:12 -0000 1.66 @@ -5,7 +5,7 @@ Summary: Constructionist learning platform Name: sugar -Version: 0.84.9 +Version: 0.84.10 Release: 1%{?dist} #Release: 4.%{alphatag}%{?dist} URL: http://sugarlabs.org/ @@ -140,6 +140,9 @@ rm -rf %{buildroot} %{_bindir}/sugar-emulator %changelog +* Sun Jan 3 2010 Daniel Drake - 0.84.10-1 +- Fix ad-hoc network creation with long usernames + * Fri Dec 11 2009 Daniel Drake - 0.84.9-1 - bugfix and translations release From ensc at fedoraproject.org Sun Jan 3 12:46:09 2010 From: ensc at fedoraproject.org (ensc) Date: Sun, 3 Jan 2010 12:46:09 +0000 (UTC) Subject: rpms/xca/devel xca-0.8.0-noec.patch, NONE, 1.1 xca.spec, 1.31, 1.32 sources, 1.9, 1.10 lastver, 1.2, 1.3 .cvsignore, 1.4, 1.5 Message-ID: <20100103124609.E435311C008D@cvs1.fedora.phx.redhat.com> Author: ensc Update of /cvs/extras/rpms/xca/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1663 Modified Files: xca.spec sources lastver .cvsignore Added Files: xca-0.8.0-noec.patch Log Message: updated to 0.8.0 xca-0.8.0-noec.patch: lib/pki_evp.cpp | 14 ++++++++++++++ lib/pki_evp.h | 2 ++ lib/pki_key.cpp | 2 ++ lib/pki_scard.cpp | 4 ++++ widgets/KeyDetail.cpp | 4 ++++ widgets/MainWindow.cpp | 2 ++ widgets/NewKey.cpp | 5 +++++ widgets/hashBox.cpp | 2 ++ 8 files changed, 35 insertions(+) --- NEW FILE xca-0.8.0-noec.patch --- Index: xca-0.8.0/lib/pki_evp.cpp =================================================================== --- xca-0.8.0.orig/lib/pki_evp.cpp +++ xca-0.8.0/lib/pki_evp.cpp @@ -25,9 +25,11 @@ QString pki_evp::passHash = QString(); QPixmap *pki_evp::icon[2]= { NULL, NULL }; +#ifndef DISABLE_EC EC_builtin_curve *pki_evp::curves = NULL; size_t pki_evp::num_curves = 0; unsigned char *pki_evp::curve_flags = NULL; +#endif void pki_evp::erasePasswd() { @@ -107,7 +109,9 @@ void pki_evp::generate(int bits, int typ { RSA *rsakey; DSA *dsakey; +#ifndef DISABLE_EC EC_KEY *eckey; +#endif progress->setMinimum(0); progress->setMaximum(100); @@ -127,6 +131,7 @@ void pki_evp::generate(int bits, int typ if (dsakey) EVP_PKEY_set1_DSA(key, dsakey); break; +#ifndef DISABLE_EC case EVP_PKEY_EC: EC_GROUP *group = EC_GROUP_new_by_curve_name(curve_nid); if (!group) @@ -147,6 +152,7 @@ void pki_evp::generate(int bits, int typ EC_KEY_free(eckey); EC_GROUP_free(group); break; +#endif } openssl_error(); encryptKey(); @@ -190,8 +196,10 @@ static bool EVP_PKEY_isPrivKey(EVP_PKEY return key->pkey.rsa->d ? true: false; case EVP_PKEY_DSA: return key->pkey.dsa->priv_key ? true: false; +#ifndef DISABLE_EC case EVP_PKEY_EC: return EC_KEY_get0_private_key(key->pkey.ec) ? true: false; +#endif } return false; } @@ -236,6 +244,7 @@ void pki_evp::fromPEM_BIO(BIO *bio, QStr openssl_error(name); } +#ifndef DISABLE_EC static void search_ec_oid(EC_KEY *ec) { const EC_GROUP *ec_group = EC_KEY_get0_group(ec); @@ -260,6 +269,7 @@ static void search_ec_oid(EC_KEY *ec) } } } +#endif void pki_evp::fload(const QString fname) { @@ -301,8 +311,10 @@ void pki_evp::fload(const QString fname) } fclose(fp); if (pkey){ +#ifndef DISABLE_EC if (pkey->type == EVP_PKEY_EC) search_ec_oid(pkey->pkey.ec); +#endif if (key) EVP_PKEY_free(key); key = pkey; @@ -680,7 +692,9 @@ const EVP_MD *pki_evp::getDefaultMD() switch (key->type) { case EVP_PKEY_RSA: md = EVP_sha1(); break; case EVP_PKEY_DSA: md = EVP_dss1(); break; +#ifndef DISABLE_EC case EVP_PKEY_EC: md = EVP_ecdsa(); break; +#endif default: md = NULL; break; } return md; Index: xca-0.8.0/lib/pki_scard.cpp =================================================================== --- xca-0.8.0.orig/lib/pki_scard.cpp +++ xca-0.8.0/lib/pki_scard.cpp @@ -178,6 +178,7 @@ EVP_PKEY *pki_scard::load_pubkey(pkcs11 EVP_PKEY_set1_DSA(pkey, dsa); break; } +#ifndef DISABLE_EC case CKK_EC: { EC_KEY *ec = EC_KEY_new(); @@ -202,6 +203,7 @@ EVP_PKEY *pki_scard::load_pubkey(pkcs11 EVP_PKEY_set1_EC_KEY(pkey, ec); break; } +#endif default: throw errorEx(QString("Unsupported CKA_KEY_TYPE: %1\n").arg(keytype)); } @@ -304,8 +306,10 @@ const EVP_MD *pki_scard::getDefaultMD() return EVP_sha1(); if (mech_list.contains(CKM_DSA_SHA1)) return EVP_dss1(); +#ifndef DISABLE_EC if (mech_list.contains(CKM_ECDSA_SHA1)) return EVP_ecdsa(); +#endif if (mech_list.contains(CKM_SHA512_RSA_PKCS)) return EVP_sha512(); if (mech_list.contains(CKM_SHA384_RSA_PKCS)) Index: xca-0.8.0/widgets/KeyDetail.cpp =================================================================== --- xca-0.8.0.orig/widgets/KeyDetail.cpp +++ xca-0.8.0/widgets/KeyDetail.cpp @@ -25,6 +25,7 @@ KeyDetail::KeyDetail(QWidget *parent) keyDesc->setReadOnly(true); } +#ifndef DISABLE_EC static QString CurveComment(int nid) { for (size_t i=0; isetText(key->subprime()); keyModulus->setText(key->pubkey()); break; +#ifndef DISABLE_EC case EVP_PKEY_EC: nid = key->ecParamNid(); tlModulus->setText(tr("Public key")); @@ -84,6 +87,7 @@ void KeyDetail::setKey(pki_key *key) keyPubEx->setToolTip(CurveComment(nid)); keyModulus->setText(key->ecPubKey()); break; +#endif default: tlHeader->setText(tr("UNKNOWN Key")); } Index: xca-0.8.0/widgets/NewKey.cpp =================================================================== --- xca-0.8.0.orig/widgets/NewKey.cpp +++ xca-0.8.0/widgets/NewKey.cpp @@ -23,7 +23,9 @@ struct typelist { static const struct typelist typeList[] = { { "RSA", EVP_PKEY_RSA }, { "DSA", EVP_PKEY_DSA }, +#ifndef DISABLE_EC { "EC", EVP_PKEY_EC }, +#endif }; NewKey::NewKey(QWidget *parent, QString name) @@ -48,6 +50,7 @@ NewKey::NewKey(QWidget *parent, QString keyType->addItem(QString(typeList[i].name)); } +#ifndef DISABLE_EC for (i = 0; iaddItems(curve_x962); curveBox->addItems(curve_other); +#endif + keyLength->setCurrentIndex(0); keyDesc->setFocus(); } Index: xca-0.8.0/widgets/hashBox.cpp =================================================================== --- xca-0.8.0.orig/widgets/hashBox.cpp +++ xca-0.8.0/widgets/hashBox.cpp @@ -42,8 +42,10 @@ const EVP_MD *hashBox::currentHash() switch(key_type) { case EVP_PKEY_DSA: return EVP_dss1(); +#ifndef DISABLE_EC case EVP_PKEY_EC: return EVP_ecdsa(); +#endif default: QString hash = currentText(); for (unsigned i=0; itype != EVP_PKEY_EC) @@ -160,6 +161,7 @@ QString pki_key::ecPubKey() } return pub; } +#endif bool pki_key::compare(pki_base *ref) { Index: xca-0.8.0/widgets/MainWindow.cpp =================================================================== --- xca-0.8.0.orig/widgets/MainWindow.cpp +++ xca-0.8.0/widgets/MainWindow.cpp @@ -97,6 +97,7 @@ static const int other_curve_nids[] = { static void init_curves() { +#ifndef DISABLE_EC pki_evp::num_curves = EC_get_builtin_curves(NULL, 0); pki_evp::curves = (EC_builtin_curve*)OPENSSL_malloc( (int)(sizeof(EC_builtin_curve) *pki_evp::num_curves)); @@ -125,6 +126,7 @@ static void init_curves() } } } +#endif } void MainWindow::load_engine() Index: xca.spec =================================================================== RCS file: /cvs/extras/rpms/xca/devel/xca.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- xca.spec 13 Sep 2009 11:21:17 -0000 1.31 +++ xca.spec 3 Jan 2010 12:46:09 -0000 1.32 @@ -1,9 +1,11 @@ %{!?release_func:%global release_func() %1%{?dist}} +%{!?apply:%global apply(p:n:b:) %patch%%{-n:%%{-n*}} %%{-p:-p %%{-p*}} %%{-b:-b %%{-b*}} \ +%nil} Summary: Graphical X.509 certificate management tool Name: xca -Version: 0.7.0 -Release: %release_func 0 +Version: 0.8.0 +Release: %release_func 1300 License: BSD Group: Applications/Productivity @@ -14,6 +16,7 @@ Source4: xca.xml Patch0: xca-0.7.0-locale.patch Patch2: xca-0.6.4-includes.patch Patch3: xca-0.6.4-openssl10.patch +Patch4: xca-0.8.0-noec.patch BuildRoot: %_tmppath/%name-%version-%release-buildroot BuildRequires: qt4-devel openssl-devel BuildRequires: db4-devel @@ -38,14 +41,10 @@ PEM, DER, PKCS#8. %prep %setup -q -%if 0 -quilt import %PATCH0 %PATCH2 %PATCH3 -quilt push -a -%else -%patch0 -p1 -%patch2 -p1 -%patch3 -p1 -%endif +%apply -n0 -p1 +%apply -n2 -p1 +%apply -n3 -p1 +%apply -n4 -p1 mkdir -p _tmp_root/usr ln -s /usr/%_lib _tmp_root/usr/lib @@ -60,7 +59,7 @@ sed -i -e 's!xca\.xpm!fedora-xca!g;s!^Ex %build #test -n "$QTDIR" || . %_sysconfdir/profile.d/qt.sh export QTDIR=%_libdir/qt4 -CC='%__cc' LD='%__ld' CFLAGS="$RPM_OPT_FLAGS -DXCA_DEFAULT_TRANSLATE=\\\"%_datadir/qt4/translations\\\"" STRIP=: prefix=%_prefix \ +CC='%__cc' LD='%__ld' CFLAGS="$RPM_OPT_FLAGS -DDISABLE_EC -DXCA_DEFAULT_TRANSLATE=\\\"%_datadir/qt4/translations\\\"" STRIP=: prefix=%_prefix \ ./configure `pwd`/_tmp_root{,/usr} make %{?_smp_mflags} @@ -136,6 +135,11 @@ gtk-update-icon-cache %_datadir/icons/hi %changelog +* Sun Jan 3 2010 Enrico Scholz - 0.8.0-1300 +- updated to 0.8.0 +- added patch to disable elliptic curve code because these algorithms + are removed in Fedora's openssl + * Sun Sep 13 2009 Enrico Scholz - 0.7.0-0 - updated to 0.7.0; rediffed patches Index: sources =================================================================== RCS file: /cvs/extras/rpms/xca/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 13 Sep 2009 11:22:52 -0000 1.9 +++ sources 3 Jan 2010 12:46:09 -0000 1.10 @@ -1 +1 @@ -c6d6bfb1955aecdd2829db5bb1290d00 xca-0.7.0.tar.gz +ecd9f7e61bd9a8fcb2ed1a26836a7ec7 xca-0.8.0.tar.gz Index: lastver =================================================================== RCS file: /cvs/extras/rpms/xca/devel/lastver,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- lastver 13 Sep 2009 11:22:52 -0000 1.2 +++ lastver 3 Jan 2010 12:46:09 -0000 1.3 @@ -1 +1 @@ -0.7.0 +0.8.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/xca/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 13 Sep 2009 11:22:52 -0000 1.4 +++ .cvsignore 3 Jan 2010 12:46:09 -0000 1.5 @@ -1 +1 @@ -xca-0.7.0.tar.gz +xca-0.8.0.tar.gz From pkgdb at fedoraproject.org Sun Jan 3 12:53:29 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 12:53:29 +0000 Subject: [pkgdb] php-phpunit-File-Iterator had acl change status Message-ID: <20100103125327.0BC2D10F879@bastion.fedoraproject.org> cdamian has set the commit acl on php-phpunit-File-Iterator (Fedora devel) to Approved for llaumgui To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 12:53:36 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 12:53:36 +0000 Subject: [pkgdb] php-phpunit-File-Iterator had acl change status Message-ID: <20100103125333.CC0C010F879@bastion.fedoraproject.org> cdamian has set the approveacls acl on php-phpunit-File-Iterator (Fedora devel) to Approved for llaumgui To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 12:53:42 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 12:53:42 +0000 Subject: [pkgdb] php-phpunit-File-Iterator had acl change status Message-ID: <20100103125336.AB82110F896@bastion.fedoraproject.org> cdamian has set the commit acl on php-phpunit-File-Iterator (Fedora 12) to Approved for llaumgui To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 12:53:57 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 12:53:57 +0000 Subject: [pkgdb] php-phpunit-File-Iterator had acl change status Message-ID: <20100103125341.8B2A910F857@bastion.fedoraproject.org> cdamian has set the approveacls acl on php-phpunit-File-Iterator (Fedora 12) to Approved for llaumgui To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 12:53:50 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 12:53:50 +0000 Subject: [pkgdb] php-phpunit-File-Iterator had acl change status Message-ID: <20100103125348.4154710F857@bastion.fedoraproject.org> cdamian has set the commit acl on php-phpunit-File-Iterator (Fedora 11) to Approved for llaumgui To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 12:53:54 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 12:53:54 +0000 Subject: [pkgdb] php-phpunit-File-Iterator had acl change status Message-ID: <20100103125349.6516E10F857@bastion.fedoraproject.org> cdamian has set the approveacls acl on php-phpunit-File-Iterator (Fedora 11) to Approved for llaumgui To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 12:53:54 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 12:53:54 +0000 Subject: [pkgdb] php-phpunit-File-Iterator had acl change status Message-ID: <20100103125351.B547510F857@bastion.fedoraproject.org> cdamian has set the commit acl on php-phpunit-File-Iterator (Fedora EPEL 5) to Approved for llaumgui To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From pkgdb at fedoraproject.org Sun Jan 3 12:53:46 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 12:53:46 +0000 Subject: [pkgdb] php-phpunit-File-Iterator had acl change status Message-ID: <20100103125353.F3C4710F857@bastion.fedoraproject.org> cdamian has set the approveacls acl on php-phpunit-File-Iterator (Fedora EPEL 5) to Approved for llaumgui To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/php-phpunit-File-Iterator From ensc at fedoraproject.org Sun Jan 3 13:11:49 2010 From: ensc at fedoraproject.org (ensc) Date: Sun, 3 Jan 2010 13:11:49 +0000 (UTC) Subject: rpms/xca/devel xca.spec,1.32,1.33 Message-ID: <20100103131150.009B911C008D@cvs1.fedora.phx.redhat.com> Author: ensc Update of /cvs/extras/rpms/xca/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4931 Modified Files: xca.spec Log Message: BR: libtool-ltdl-devel Index: xca.spec =================================================================== RCS file: /cvs/extras/rpms/xca/devel/xca.spec,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- xca.spec 3 Jan 2010 12:46:09 -0000 1.32 +++ xca.spec 3 Jan 2010 13:11:48 -0000 1.33 @@ -5,7 +5,7 @@ Summary: Graphical X.509 certificate management tool Name: xca Version: 0.8.0 -Release: %release_func 1300 +Release: %release_func 1301 License: BSD Group: Applications/Productivity @@ -23,6 +23,7 @@ BuildRequires: db4-devel BuildRequires: xdg-utils BuildRequires: ImageMagick BuildRequires: linuxdoc-tools +BuildRequires: libtool-ltdl-devel Requires: hicolor-icon-theme Requires(posttrans): shared-mime-info Requires(postun): shared-mime-info @@ -135,7 +136,7 @@ gtk-update-icon-cache %_datadir/icons/hi %changelog -* Sun Jan 3 2010 Enrico Scholz - 0.8.0-1300 +* Sun Jan 3 2010 Enrico Scholz - 0.8.0-1301 - updated to 0.8.0 - added patch to disable elliptic curve code because these algorithms are removed in Fedora's openssl From bradbell at fedoraproject.org Sun Jan 3 13:24:16 2010 From: bradbell at fedoraproject.org (Bradley M. Bell) Date: Sun, 3 Jan 2010 13:24:16 +0000 (UTC) Subject: File cppad-20100101.0.gpl.tgz uploaded to lookaside cache by bradbell Message-ID: <20100103132416.BD88910F838@bastion.fedoraproject.org> A file has been added to the lookaside cache for cppad: 4886174196fbd7745f30ec3c320a6975 cppad-20100101.0.gpl.tgz From bradbell at fedoraproject.org Sun Jan 3 13:33:12 2010 From: bradbell at fedoraproject.org (Bradley M. Bell) Date: Sun, 3 Jan 2010 13:33:12 +0000 (UTC) Subject: rpms/cppad/devel .cvsignore, 1.5, 1.6 cppad.spec, 1.16, 1.17 sources, 1.6, 1.7 Message-ID: <20100103133312.F0C6711C008D@cvs1.fedora.phx.redhat.com> Author: bradbell Update of /cvs/pkgs/rpms/cppad/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7305 Modified Files: .cvsignore cppad.spec sources Log Message: upload and use version Jan 01, 2010 of cppad Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/cppad/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 29 Mar 2009 10:49:24 -0000 1.5 +++ .cvsignore 3 Jan 2010 13:33:12 -0000 1.6 @@ -1 +1 @@ -cppad-20090303.0.gpl.tgz +cppad-20100101.0.gpl.tgz Index: cppad.spec =================================================================== RCS file: /cvs/pkgs/rpms/cppad/devel/cppad.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- cppad.spec 24 Jul 2009 19:33:51 -0000 1.16 +++ cppad.spec 3 Jan 2010 13:33:12 -0000 1.17 @@ -1,7 +1,3 @@ -# ---------------------------------------------------------------------------- -# RPM source for this version of cppad.spec: -# http://www.seanet.com/~bradbell/cppad/cppad-%{version}-%{release}.fc7.src.rpm -# ---------------------------------------------------------------------------- # Known Problems: # # After installation of cppad-doc-%{version} the command @@ -15,8 +11,8 @@ # ---------------------------------------------------------------------------- Name: cppad -Version: 20090303.0 -Release: 5%{?dist} +Version: 20100101.0 +Release: 1%{?dist} Summary: No base package is installed, see %{name}-devel Group: Development/Libraries @@ -62,47 +58,6 @@ as a single web page, in both html and x %prep %setup -q -# Patch problems fix in trunk on 20090606, but not yet in any release -# This grep should fail once the version passes 20090606 -grep 'x\[2\] = 5.0; x\[2\] = 5.0;' test_more/jacobian.cpp -# This patch will no longer be needed once the version passes 20090606 -sed -i.stamp test_more/jacobian.cpp \ - -e 's/x\[2\] = 5.0; x\[2\] = 5.0;/x[1] = 5.0; x[2] = 5.0;/' -# This patch will no longer be needed once the version passes 20090606 -sed -i.stamp cppad/local/default.hpp \ - -e 's/AD::AD(void) :/& value_(Base(0)), /' - -# This patch will no longer be needed once branches/sweep is merged into -# the CppAD trunk (date is as yet unknown). -sed -i.stamp cppad/local/fun_construct.hpp \ - -e '/for(i = 0; i < m; i++)/,$d' -cat << EOF >> cppad/local/fun_construct.hpp -# ifndef NDEBUG - for(i = 0; i < m; i++) if( taylor_[dep_taddr_[i]] != y[i].value_ ) - { using std::endl; - std::ostringstream buf; - buf << "A dependent variable value is not equal to " - << "its tape evaluation value (perhaps it is nan)" << endl - << "Dependent variable value = " - << y[i].value_ << endl - << "Tape evaluation value = " - << taylor_[dep_taddr_[i]] << endl - << "Difference = " - << y[i].value_ - taylor_[dep_taddr_[i]] << endl - ; - CPPAD_ASSERT_KNOWN( - 0, - buf.str().c_str() - ); - } -# endif -} - -} // END CppAD namespace - -# endif -EOF - # change example/example.cpp to print out machine epsilon cat << EOF > example.sed /^int main(void)/N @@ -115,9 +70,6 @@ int main(void)\\ EOF sed -i.stamp example/example.cpp -f example.sed -# See Sat Jan 12 2008 log entry -sed -i.stamp speed/example/example.cpp -e '/Run(speed_test,/d' - # Remove setting of permissions in documentation destination directory. # Create the doc_prefix directory (if it does not already exist). # (Note we are not using a postfix directory, so can overwrite its case.) @@ -140,11 +92,16 @@ make install DESTDIR=$RPM_BUILD_ROOT %check example/example test_more/test_more -speed/cppad/cppad correct 123 true -speed/cppad/cppad correct 123 false -speed/double/double correct 123 true speed/example/example -speed/profile/profile correct 123 true +speed/double/double correct 123 +speed/cppad/cppad correct 123 +speed/cppad/cppad correct 123 optimize +speed/cppad/cppad correct 123 retape +speed/cppad/cppad correct 123 optimize retape +speed/profile/profile correct 123 +speed/profile/profile correct 123 optimize +speed/profile/profile correct 123 retape +speed/profile/profile correct 123 optimize retape %clean # cleanup @@ -161,6 +118,13 @@ rm -rf $RPM_BUILD_ROOT # ---------------------------------------------------------------------------- %changelog +* Sat Jan 01 2010 Brad Bell - 20100101.0-1 +- Use new upstream source. +- Remove out of date comment about where this spec file is maintained. +- Remove patches that are no longer necessary in prep section. +- Change calling sequence for correctness of speed tests (we do not run speed +- tests, that requires a computer with no other processes running). + * Fri Jul 24 2009 Fedora Release Engineering - 20090303.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/cppad/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- sources 29 Mar 2009 10:49:24 -0000 1.6 +++ sources 3 Jan 2010 13:33:12 -0000 1.7 @@ -1 +1 @@ -d34e093cb4b59b87b73a1b38597e45ac cppad-20090303.0.gpl.tgz +4886174196fbd7745f30ec3c320a6975 cppad-20100101.0.gpl.tgz From pingou at fedoraproject.org Sun Jan 3 13:58:36 2010 From: pingou at fedoraproject.org (pingou) Date: Sun, 3 Jan 2010 13:58:36 +0000 (UTC) Subject: rpms/R-pls/devel R-pls.spec,1.8,1.9 Message-ID: <20100103135836.DFFAB11C03A3@cvs1.fedora.phx.redhat.com> Author: pingou Update of /cvs/pkgs/rpms/R-pls/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10577/devel Modified Files: R-pls.spec Log Message: Fix build Index: R-pls.spec =================================================================== RCS file: /cvs/pkgs/rpms/R-pls/devel/R-pls.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- R-pls.spec 24 Jul 2009 16:14:34 -0000 1.8 +++ R-pls.spec 3 Jan 2010 13:58:36 -0000 1.9 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Multivariate regression by PLSR and PCR Summary(fr): R?gression multivari?e par PLSR et PCR @@ -46,47 +46,32 @@ rm -rf %{buildroot}%{_datadir}/R/library install -pm 0644 %{packname}/CHANGES %{buildroot}%{_datadir}/R/library/%{packname} -for f in %{buildroot}/%{_datadir}/R/library/%{packname}/latex/* - do - iconv -f ISO-8859-1 -t UTF-8 -o $f.temp $f - mv $f.temp $f -done - -iconv -f ISO-8859-1 -t UTF-8 -o %{buildroot}/%{_datadir}/R/library/pls/man/pls.Rd.gz.temp %{buildroot}/%{_datadir}/R/library/pls/man/pls.Rd.gz -mv %{buildroot}/%{_datadir}/R/library/pls/man/pls.Rd.gz.temp %{buildroot}/%{_datadir}/R/library/pls/man/pls.Rd.gz - %check %{_bindir}/R CMD check %{packname} %clean rm -rf %{buildroot} -%post -%{_R_make_search_index} - -%postun -%{_R_make_search_index} - %files %defattr(-, root, root, -) %dir %{_datadir}/R/library/%{packname} -%dir %{_datadir}/R/library/%{packname} %doc %{_datadir}/R/library/%{packname}/DESCRIPTION %doc %{_datadir}/R/library/%{packname}/html -%doc %{_datadir}/R/library/%{packname}/latex/ -%doc %{_datadir}/R/library/%{packname}/man/ %doc %{_datadir}/R/library/%{packname}/CHANGES %{_datadir}/R/library/%{packname}/Meta/ -%{_datadir}/R/library/%{packname}/R-ex/ %{_datadir}/R/library/%{packname}/R/ %{_datadir}/R/library/%{packname}/help/ -%{_datadir}/R/library/%{packname}/CONTENTS %{_datadir}/R/library/%{packname}/INDEX %{_datadir}/R/library/%{packname}/data %changelog +* Sun Jan 03 2010 pingou - 2.1.0-3 +- Fix build bz 538957 +- Remove %%post and %%postun +- Adapt %%files to R-2.10.0 + * Fri Jul 24 2009 Fedora Release Engineering - 2.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From pingou at fedoraproject.org Sun Jan 3 13:58:36 2010 From: pingou at fedoraproject.org (pingou) Date: Sun, 3 Jan 2010 13:58:36 +0000 (UTC) Subject: rpms/R-pls/F-12 R-pls.spec,1.8,1.9 Message-ID: <20100103135836.DEB9A11C008D@cvs1.fedora.phx.redhat.com> Author: pingou Update of /cvs/pkgs/rpms/R-pls/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10577/F-12 Modified Files: R-pls.spec Log Message: Fix build Index: R-pls.spec =================================================================== RCS file: /cvs/pkgs/rpms/R-pls/F-12/R-pls.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- R-pls.spec 24 Jul 2009 16:14:34 -0000 1.8 +++ R-pls.spec 3 Jan 2010 13:58:36 -0000 1.9 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Multivariate regression by PLSR and PCR Summary(fr): R?gression multivari?e par PLSR et PCR @@ -46,47 +46,32 @@ rm -rf %{buildroot}%{_datadir}/R/library install -pm 0644 %{packname}/CHANGES %{buildroot}%{_datadir}/R/library/%{packname} -for f in %{buildroot}/%{_datadir}/R/library/%{packname}/latex/* - do - iconv -f ISO-8859-1 -t UTF-8 -o $f.temp $f - mv $f.temp $f -done - -iconv -f ISO-8859-1 -t UTF-8 -o %{buildroot}/%{_datadir}/R/library/pls/man/pls.Rd.gz.temp %{buildroot}/%{_datadir}/R/library/pls/man/pls.Rd.gz -mv %{buildroot}/%{_datadir}/R/library/pls/man/pls.Rd.gz.temp %{buildroot}/%{_datadir}/R/library/pls/man/pls.Rd.gz - %check %{_bindir}/R CMD check %{packname} %clean rm -rf %{buildroot} -%post -%{_R_make_search_index} - -%postun -%{_R_make_search_index} - %files %defattr(-, root, root, -) %dir %{_datadir}/R/library/%{packname} -%dir %{_datadir}/R/library/%{packname} %doc %{_datadir}/R/library/%{packname}/DESCRIPTION %doc %{_datadir}/R/library/%{packname}/html -%doc %{_datadir}/R/library/%{packname}/latex/ -%doc %{_datadir}/R/library/%{packname}/man/ %doc %{_datadir}/R/library/%{packname}/CHANGES %{_datadir}/R/library/%{packname}/Meta/ -%{_datadir}/R/library/%{packname}/R-ex/ %{_datadir}/R/library/%{packname}/R/ %{_datadir}/R/library/%{packname}/help/ -%{_datadir}/R/library/%{packname}/CONTENTS %{_datadir}/R/library/%{packname}/INDEX %{_datadir}/R/library/%{packname}/data %changelog +* Sun Jan 03 2010 pingou - 2.1.0-3 +- Fix build bz 538957 +- Remove %%post and %%postun +- Adapt %%files to R-2.10.0 + * Fri Jul 24 2009 Fedora Release Engineering - 2.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From pingou at fedoraproject.org Sun Jan 3 13:58:36 2010 From: pingou at fedoraproject.org (pingou) Date: Sun, 3 Jan 2010 13:58:36 +0000 (UTC) Subject: rpms/R-pls/F-11 R-pls.spec,1.7,1.8 Message-ID: <20100103135836.DEC2811C02BB@cvs1.fedora.phx.redhat.com> Author: pingou Update of /cvs/pkgs/rpms/R-pls/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10577/F-11 Modified Files: R-pls.spec Log Message: Fix build Index: R-pls.spec =================================================================== RCS file: /cvs/pkgs/rpms/R-pls/F-11/R-pls.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- R-pls.spec 6 Jul 2009 17:37:35 -0000 1.7 +++ R-pls.spec 3 Jan 2010 13:58:35 -0000 1.8 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 2.1.0 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Multivariate regression by PLSR and PCR Summary(fr): R?gression multivari?e par PLSR et PCR @@ -46,47 +46,35 @@ rm -rf %{buildroot}%{_datadir}/R/library install -pm 0644 %{packname}/CHANGES %{buildroot}%{_datadir}/R/library/%{packname} -for f in %{buildroot}/%{_datadir}/R/library/%{packname}/latex/* - do - iconv -f ISO-8859-1 -t UTF-8 -o $f.temp $f - mv $f.temp $f -done - -iconv -f ISO-8859-1 -t UTF-8 -o %{buildroot}/%{_datadir}/R/library/pls/man/pls.Rd.gz.temp %{buildroot}/%{_datadir}/R/library/pls/man/pls.Rd.gz -mv %{buildroot}/%{_datadir}/R/library/pls/man/pls.Rd.gz.temp %{buildroot}/%{_datadir}/R/library/pls/man/pls.Rd.gz - %check %{_bindir}/R CMD check %{packname} %clean rm -rf %{buildroot} -%post -%{_R_make_search_index} - -%postun -%{_R_make_search_index} - %files %defattr(-, root, root, -) %dir %{_datadir}/R/library/%{packname} -%dir %{_datadir}/R/library/%{packname} %doc %{_datadir}/R/library/%{packname}/DESCRIPTION %doc %{_datadir}/R/library/%{packname}/html -%doc %{_datadir}/R/library/%{packname}/latex/ -%doc %{_datadir}/R/library/%{packname}/man/ %doc %{_datadir}/R/library/%{packname}/CHANGES %{_datadir}/R/library/%{packname}/Meta/ -%{_datadir}/R/library/%{packname}/R-ex/ %{_datadir}/R/library/%{packname}/R/ %{_datadir}/R/library/%{packname}/help/ -%{_datadir}/R/library/%{packname}/CONTENTS %{_datadir}/R/library/%{packname}/INDEX %{_datadir}/R/library/%{packname}/data %changelog +* Sun Jan 03 2010 pingou - 2.1.0-3 +- Fix build bz 538957 +- Remove %%post and %%postun +- Adapt %%files to R-2.10.0 + +* Fri Jul 24 2009 Fedora Release Engineering - 2.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Mon Jul 06 2009 pingou 2.1.0-1 - Update version from 2.1 to 2.1.0 since for R having a - or a . is similar From kwizart at fedoraproject.org Sun Jan 3 14:18:23 2010 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Sun, 3 Jan 2010 14:18:23 +0000 (UTC) Subject: File FileZilla_3.3.1-rc1_src.tar.bz2 uploaded to lookaside cache by kwizart Message-ID: <20100103141823.D590610F857@bastion.fedoraproject.org> A file has been added to the lookaside cache for filezilla: 1a2f9abb6ddce66cbfa48a09a16237ef FileZilla_3.3.1-rc1_src.tar.bz2 From kwizart at fedoraproject.org Sun Jan 3 14:19:08 2010 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Sun, 3 Jan 2010 14:19:08 +0000 (UTC) Subject: rpms/filezilla/devel .cvsignore, 1.47, 1.48 sources, 1.51, 1.52 filezilla.spec, 1.58, 1.59 Message-ID: <20100103141908.F300111C008D@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/filezilla/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13532 Modified Files: .cvsignore sources filezilla.spec Log Message: - Update to 3.3.1-rc1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/filezilla/devel/.cvsignore,v retrieving revision 1.47 retrieving revision 1.48 diff -u -p -r1.47 -r1.48 --- .cvsignore 22 Nov 2009 14:10:58 -0000 1.47 +++ .cvsignore 3 Jan 2010 14:19:08 -0000 1.48 @@ -1 +1 @@ -FileZilla_3.3.0.1_src.tar.bz2 +FileZilla_3.3.1-rc1_src.tar.bz2 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/filezilla/devel/sources,v retrieving revision 1.51 retrieving revision 1.52 diff -u -p -r1.51 -r1.52 --- sources 22 Nov 2009 14:10:58 -0000 1.51 +++ sources 3 Jan 2010 14:19:08 -0000 1.52 @@ -1 +1 @@ -f273aef3b8408d0a1c7f0fee39733e9b FileZilla_3.3.0.1_src.tar.bz2 +1a2f9abb6ddce66cbfa48a09a16237ef FileZilla_3.3.1-rc1_src.tar.bz2 Index: filezilla.spec =================================================================== RCS file: /cvs/pkgs/rpms/filezilla/devel/filezilla.spec,v retrieving revision 1.58 retrieving revision 1.59 diff -u -p -r1.58 -r1.59 --- filezilla.spec 22 Nov 2009 14:10:58 -0000 1.58 +++ filezilla.spec 3 Jan 2010 14:19:08 -0000 1.59 @@ -1,14 +1,14 @@ -#global fz_rc rc1 +%global fz_rc rc1 Name: filezilla -Version: 3.3.0.1 -Release: 1%{?fz_rc:_%{?fz_rc}}%{?dist} +Version: 3.3.1 +Release: 0.1%{?fz_rc:_%{?fz_rc}}%{?dist} Summary: FileZilla FTP, FTPS and SFTP client Group: Applications/Internet License: GPLv2+ URL: http://filezilla-project.org/ -Source0: http://downloads.sourceforge.net/%{name}/FileZilla_%{version}%{?fz_rc:-%{?fz_rc}}_src.tar.bz2 +Source0: http://download.filezilla-project.org/FileZilla_%{version}%{?fz_rc:-%{?fz_rc}}_src.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## Needed if autogen.sh is invoked @@ -119,6 +119,9 @@ fi || : %changelog +* Sun Nov 22 2009 Nicolas Chauvet - 3.3.1-0.1_rc1 +- Update to 3.3.1-rc1 + * Sun Nov 22 2009 Nicolas Chauvet - 3.3.0.1-1 - Update to 3.3.0.1 From kwizart at fedoraproject.org Sun Jan 3 14:41:36 2010 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Sun, 3 Jan 2010 14:41:36 +0000 (UTC) Subject: rpms/filezilla/devel filezilla.spec,1.59,1.60 Message-ID: <20100103144136.4BF3411C008D@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/filezilla/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16517 Modified Files: filezilla.spec Log Message: - Add Requires xdg-utils Index: filezilla.spec =================================================================== RCS file: /cvs/pkgs/rpms/filezilla/devel/filezilla.spec,v retrieving revision 1.59 retrieving revision 1.60 diff -u -p -r1.59 -r1.60 --- filezilla.spec 3 Jan 2010 14:19:08 -0000 1.59 +++ filezilla.spec 3 Jan 2010 14:41:36 -0000 1.60 @@ -18,6 +18,8 @@ BuildRoot: %{_tmppath}/%{name}-%{ve BuildRequires: cppunit-devel >= 1.10.2 ## BuildRequires: desktop-file-utils +BuildRequires: xdg-utils +Requires: xdg-utils BuildRequires: dbus-devel BuildRequires: gettext @@ -121,6 +123,7 @@ fi || : %changelog * Sun Nov 22 2009 Nicolas Chauvet - 3.3.1-0.1_rc1 - Update to 3.3.1-rc1 +- Add Requires xdg-utils * Sun Nov 22 2009 Nicolas Chauvet - 3.3.0.1-1 - Update to 3.3.0.1 From kwizart at fedoraproject.org Sun Jan 3 14:42:32 2010 From: kwizart at fedoraproject.org (Nicolas Chauvet) Date: Sun, 3 Jan 2010 14:42:32 +0000 (UTC) Subject: rpms/filezilla/devel filezilla.spec,1.60,1.61 Message-ID: <20100103144232.7626B11C008D@cvs1.fedora.phx.redhat.com> Author: kwizart Update of /cvs/pkgs/rpms/filezilla/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16637 Modified Files: filezilla.spec Log Message: Fix date Index: filezilla.spec =================================================================== RCS file: /cvs/pkgs/rpms/filezilla/devel/filezilla.spec,v retrieving revision 1.60 retrieving revision 1.61 diff -u -p -r1.60 -r1.61 --- filezilla.spec 3 Jan 2010 14:41:36 -0000 1.60 +++ filezilla.spec 3 Jan 2010 14:42:32 -0000 1.61 @@ -121,7 +121,7 @@ fi || : %changelog -* Sun Nov 22 2009 Nicolas Chauvet - 3.3.1-0.1_rc1 +* Sun Jan 3 2010 Nicolas Chauvet - 3.3.1-0.1_rc1 - Update to 3.3.1-rc1 - Add Requires xdg-utils From bonii at fedoraproject.org Sun Jan 3 15:01:27 2010 From: bonii at fedoraproject.org (Vivek Shah) Date: Sun, 3 Jan 2010 15:01:27 +0000 (UTC) Subject: rpms/xqf/devel xqf.spec,1.6,1.7 Message-ID: <20100103150127.1E83411C008D@cvs1.fedora.phx.redhat.com> Author: bonii Update of /cvs/pkgs/rpms/xqf/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18873 Modified Files: xqf.spec Log Message: Fixed dependency issues with qstat #551990 Index: xqf.spec =================================================================== RCS file: /cvs/pkgs/rpms/xqf/devel/xqf.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- xqf.spec 14 Nov 2009 12:20:35 -0000 1.6 +++ xqf.spec 3 Jan 2010 15:01:26 -0000 1.7 @@ -1,6 +1,6 @@ Name: xqf Version: 1.0.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Server browser for many popular games Group: Amusements/Games @@ -11,7 +11,7 @@ Source1: %{name}.desktop Patch0: %{name}-%{version}-launch.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: qstat >= 2.11-9 +Requires: qstat >= 2.11 BuildRequires: GeoIP-devel BuildRequires: qstat BuildRequires: gettext @@ -97,6 +97,10 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog +* Sun Jan 03, 2009 Vivek Shah - 1.0.5-10 +- Fix RHBZ #551990 +- Fixed dependency issues + * Thu Nov 08 2009 Simon Wesp - 1.0.5-9 - Fix RHBZ #533704 #533705 - Cosmetical changes From bonii at fedoraproject.org Sun Jan 3 15:02:43 2010 From: bonii at fedoraproject.org (Vivek Shah) Date: Sun, 3 Jan 2010 15:02:43 +0000 (UTC) Subject: rpms/xqf/devel xqf.spec,1.7,1.8 Message-ID: <20100103150243.D867611C008D@cvs1.fedora.phx.redhat.com> Author: bonii Update of /cvs/pkgs/rpms/xqf/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19126 Modified Files: xqf.spec Log Message: Fixed changelog format altered in previous commit Index: xqf.spec =================================================================== RCS file: /cvs/pkgs/rpms/xqf/devel/xqf.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- xqf.spec 3 Jan 2010 15:01:26 -0000 1.7 +++ xqf.spec 3 Jan 2010 15:02:43 -0000 1.8 @@ -97,7 +97,7 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog -* Sun Jan 03, 2009 Vivek Shah - 1.0.5-10 +* Sun Jan 03 2009 Vivek Shah - 1.0.5-10 - Fix RHBZ #551990 - Fixed dependency issues From bonii at fedoraproject.org Sun Jan 3 15:03:36 2010 From: bonii at fedoraproject.org (Vivek Shah) Date: Sun, 3 Jan 2010 15:03:36 +0000 (UTC) Subject: rpms/xqf/devel xqf.spec,1.8,1.9 Message-ID: <20100103150336.7674811C008D@cvs1.fedora.phx.redhat.com> Author: bonii Update of /cvs/pkgs/rpms/xqf/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19301 Modified Files: xqf.spec Log Message: Fixed date in changelog Index: xqf.spec =================================================================== RCS file: /cvs/pkgs/rpms/xqf/devel/xqf.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- xqf.spec 3 Jan 2010 15:02:43 -0000 1.8 +++ xqf.spec 3 Jan 2010 15:03:36 -0000 1.9 @@ -97,7 +97,7 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog -* Sun Jan 03 2009 Vivek Shah - 1.0.5-10 +* Sun Jan 03 2010 Vivek Shah - 1.0.5-10 - Fix RHBZ #551990 - Fixed dependency issues From bonii at fedoraproject.org Sun Jan 3 15:12:29 2010 From: bonii at fedoraproject.org (Vivek Shah) Date: Sun, 3 Jan 2010 15:12:29 +0000 (UTC) Subject: rpms/xqf/F-12 xqf.spec,1.6,1.7 Message-ID: <20100103151229.A9B8211C008D@cvs1.fedora.phx.redhat.com> Author: bonii Update of /cvs/pkgs/rpms/xqf/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20651 Modified Files: xqf.spec Log Message: Fixed dependency issues #551990 Index: xqf.spec =================================================================== RCS file: /cvs/pkgs/rpms/xqf/F-12/xqf.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- xqf.spec 14 Nov 2009 12:21:05 -0000 1.6 +++ xqf.spec 3 Jan 2010 15:12:29 -0000 1.7 @@ -1,6 +1,6 @@ Name: xqf Version: 1.0.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Server browser for many popular games Group: Amusements/Games @@ -11,7 +11,7 @@ Source1: %{name}.desktop Patch0: %{name}-%{version}-launch.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: qstat >= 2.11-9 +Requires: qstat >= 2.11 BuildRequires: GeoIP-devel BuildRequires: qstat BuildRequires: gettext @@ -97,6 +97,10 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog +* Sun Jan 03 2010 Vivek Shah - 1.0.5-10 +- Fix RHBZ #551990 +- Fixed dependency issues + * Thu Nov 08 2009 Simon Wesp - 1.0.5-9 - Fix RHBZ #533704 #533705 - Cosmetical changes From bonii at fedoraproject.org Sun Jan 3 15:14:24 2010 From: bonii at fedoraproject.org (Vivek Shah) Date: Sun, 3 Jan 2010 15:14:24 +0000 (UTC) Subject: rpms/xqf/F-11 xqf.spec,1.5,1.6 Message-ID: <20100103151424.CDFD311C008D@cvs1.fedora.phx.redhat.com> Author: bonii Update of /cvs/pkgs/rpms/xqf/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20969 Modified Files: xqf.spec Log Message: Fixed dependency issue #551990 Index: xqf.spec =================================================================== RCS file: /cvs/pkgs/rpms/xqf/F-11/xqf.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- xqf.spec 14 Nov 2009 20:02:07 -0000 1.5 +++ xqf.spec 3 Jan 2010 15:14:24 -0000 1.6 @@ -1,6 +1,6 @@ Name: xqf Version: 1.0.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Server browser for many popular games Group: Amusements/Games @@ -11,7 +11,7 @@ Source1: %{name}.desktop Patch0: %{name}-%{version}-launch.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: qstat >= 2.11-9 +Requires: qstat >= 2.11 BuildRequires: GeoIP-devel BuildRequires: qstat BuildRequires: gettext @@ -97,6 +97,10 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog +* Sun Jan 03 2010 Vivek Shah - 1.0.5-10 +- Fix RHBZ #551990 +- Fixed dependency issues + * Thu Nov 08 2009 Simon Wesp - 1.0.5-9 - Fix RHBZ #533704 #533705 - Cosmetical changes From bonii at fedoraproject.org Sun Jan 3 15:20:49 2010 From: bonii at fedoraproject.org (Vivek Shah) Date: Sun, 3 Jan 2010 15:20:49 +0000 (UTC) Subject: rpms/xqf/F-10 xqf.spec,1.4,1.5 Message-ID: <20100103152049.0B28811C008D@cvs1.fedora.phx.redhat.com> Author: bonii Update of /cvs/pkgs/rpms/xqf/F-10 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21910 Modified Files: xqf.spec Log Message: Fixed dependency issue #551990 Index: xqf.spec =================================================================== RCS file: /cvs/pkgs/rpms/xqf/F-10/xqf.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- xqf.spec 14 Nov 2009 20:02:06 -0000 1.4 +++ xqf.spec 3 Jan 2010 15:20:48 -0000 1.5 @@ -1,6 +1,6 @@ Name: xqf Version: 1.0.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Server browser for many popular games Group: Amusements/Games @@ -11,7 +11,7 @@ Source1: %{name}.desktop Patch0: %{name}-%{version}-launch.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: qstat >= 2.11-9 +Requires: qstat >= 2.11 BuildRequires: GeoIP-devel BuildRequires: qstat BuildRequires: gettext @@ -97,6 +97,10 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog +* Sun Jan 03 2010 Vivek Shah - 1.0.5-10 +- Fix RHBZ #551990 +- Fixed dependency issues + * Thu Nov 08 2009 Simon Wesp - 1.0.5-9 - Fix RHBZ #533704 #533705 - Cosmetical changes From pkgdb at fedoraproject.org Sun Jan 3 16:09:20 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 16:09:20 +0000 Subject: [pkgdb] fedora-release-notes had acl change status Message-ID: <20100103160918.61A0710F8A5@bastion.fedoraproject.org> pfrields has set the approveacls acl on fedora-release-notes (Fedora 11) to Approved for sparks To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fedora-release-notes From pkgdb at fedoraproject.org Sun Jan 3 16:09:37 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 16:09:37 +0000 Subject: [pkgdb] fedora-release-notes had acl change status Message-ID: <20100103160922.B1DC310F879@bastion.fedoraproject.org> pfrields has set the commit acl on fedora-release-notes (Fedora 11) to Approved for sparks To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/fedora-release-notes From otaylor at fedoraproject.org Sun Jan 3 16:20:07 2010 From: otaylor at fedoraproject.org (Owen Taylor) Date: Sun, 3 Jan 2010 16:20:07 +0000 (UTC) Subject: rpms/metacity/F-12 metacity-2.28-IceCloseConnection.patch, 1.1, 1.2 metacity.spec, 1.216, 1.217 Message-ID: <20100103162007.744E411C03D6@cvs1.fedora.phx.redhat.com> Author: otaylor Update of /cvs/extras/rpms/metacity/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30293 Modified Files: metacity-2.28-IceCloseConnection.patch metacity.spec Log Message: * Sun Jan 3 2010 Owen Taylor - 2.28.0-14 - Fix crash in _IceTransClose (rhbz 551994) The previous patch for rhbz 539905 didn't actually fix the problem; the ICE connection was still being closed twice. metacity-2.28-IceCloseConnection.patch: session.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Index: metacity-2.28-IceCloseConnection.patch =================================================================== RCS file: /cvs/extras/rpms/metacity/F-12/metacity-2.28-IceCloseConnection.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- metacity-2.28-IceCloseConnection.patch 17 Dec 2009 23:14:53 -0000 1.1 +++ metacity-2.28-IceCloseConnection.patch 3 Jan 2010 16:20:06 -0000 1.2 @@ -1,4 +1,4 @@ -From 3fd59d1e7e1a23202f58536fb7a995aa5951664b Mon Sep 17 00:00:00 2001 +From 13f6daee4752ae5b1fb61447deaca43161d5b0bc Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Thu, 17 Dec 2009 16:20:18 -0500 Subject: [PATCH] Don't call IceCloseConnection() behind libSM's back @@ -10,11 +10,11 @@ exit out of the metacity main loop and g https://bugzilla.gnome.org/show_bug.cgi?id=604867 --- - src/core/session.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + src/core/session.c | 10 +++++++--- + 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/core/session.c b/src/core/session.c -index 96d8d71..0a12649 100644 +index 96d8d71..2ca15c9 100644 --- a/src/core/session.c +++ b/src/core/session.c @@ -84,6 +84,7 @@ static char* load_state (const char *previous_save_file); @@ -25,20 +25,22 @@ index 96d8d71..0a12649 100644 /* This is called when data is available on an ICE connection. */ static gboolean -@@ -106,7 +107,12 @@ process_ice_messages (GIOChannel *channel, +@@ -106,9 +107,12 @@ process_ice_messages (GIOChannel *channel, IcePointer context = IceGetConnectionContext (connection); #endif - /* We were disconnected */ +- IceSetShutdownNegotiation (connection, False); +- IceCloseConnection (connection); + /* We were disconnected; close our connection to the + * session manager, this will result in the ICE connection + * being cleaned up, since it is owned by libSM. + */ + disconnect (); + meta_quit (META_EXIT_SUCCESS); - IceSetShutdownNegotiation (connection, False); - IceCloseConnection (connection); + return FALSE; + } -- 1.6.5.2 Index: metacity.spec =================================================================== RCS file: /cvs/extras/rpms/metacity/F-12/metacity.spec,v retrieving revision 1.216 retrieving revision 1.217 diff -u -p -r1.216 -r1.217 --- metacity.spec 17 Dec 2009 23:14:54 -0000 1.216 +++ metacity.spec 3 Jan 2010 16:20:06 -0000 1.217 @@ -3,7 +3,7 @@ Summary: Unobtrusive window manager Name: metacity Version: 2.28.0 -Release: 13%{?dist} +Release: 14%{?dist} URL: http://download.gnome.org/sources/metacity/ Source0: http://download.gnome.org/sources/metacity/2.28/metacity-%{version}.tar.bz2 # http://bugzilla.gnome.org/show_bug.cgi?id=558723 @@ -244,6 +244,11 @@ fi %{_mandir}/man1/metacity-window-demo.1.gz %changelog +* Sun Jan 3 2010 Owen Taylor - 2.28.0-14 +- Fix crash in _IceTransClose (rhbz 551994) + The previous patch for rhbz 539905 didn't actually fix the + problem; the ICE connection was still being closed twice. + * Thu Dec 17 2009 Owen Taylor - 2.28.0-13 - Fix crash in in tooltip on_style_set() (rhbz 546509) - Fix Crash in SmcSetProperties() on exit (rhbz 539905, gnome 604867) From sparks at fedoraproject.org Sun Jan 3 16:22:36 2010 From: sparks at fedoraproject.org (Eric Christensen) Date: Sun, 3 Jan 2010 16:22:36 +0000 (UTC) Subject: rpms/fedora-release-notes/F-11 .cvsignore, 1.20, 1.21 fedora-release-notes.spec, 1.39, 1.40 import.log, 1.5, 1.6 sources, 1.31, 1.32 Message-ID: <20100103162236.1EB5111C008D@cvs1.fedora.phx.redhat.com> Author: sparks Update of /cvs/pkgs/rpms/fedora-release-notes/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30903/F-11 Modified Files: .cvsignore fedora-release-notes.spec import.log sources Log Message: Changes: - bugs 505607, 511933, 505665, 508832, 506344 - Some additional languages are translated - Now have a menu icon for KDE with language selection (previously HTML was available if you could find it) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/fedora-release-notes/F-11/.cvsignore,v retrieving revision 1.20 retrieving revision 1.21 diff -u -p -r1.20 -r1.21 --- .cvsignore 12 May 2009 01:34:17 -0000 1.20 +++ .cvsignore 3 Jan 2010 16:22:35 -0000 1.21 @@ -1,6 +1,6 @@ -README-11.0.0.tar.gz -README-BURNING-ISOS-11.0.0.tar.gz -about-fedora-11.0.0.tar.gz -fedora-release-notes-11.0.0.tar.gz -homepage-11.0.0.tar.gz -readme-live-image-11.0.0.tar.gz +README-11.0.4.tar.gz +README-BURNING-ISOS-11.0.4.tar.gz +about-fedora-11.0.4.tar.gz +fedora-release-notes-11.0.4.tar.gz +homepage-11.0.4.tar.gz +readme-live-image-11.0.4.tar.gz Index: fedora-release-notes.spec =================================================================== RCS file: /cvs/pkgs/rpms/fedora-release-notes/F-11/fedora-release-notes.spec,v retrieving revision 1.39 retrieving revision 1.40 diff -u -p -r1.39 -r1.40 --- fedora-release-notes.spec 14 May 2009 04:23:56 -0000 1.39 +++ fedora-release-notes.spec 3 Jan 2010 16:22:35 -0000 1.40 @@ -10,8 +10,8 @@ %endif Name: fedora-release-notes -Version: 11.0.0 -Release: 2%{?dist} +Version: 11.0.4 +Release: 1%{?dist} Summary: Release Notes for Fedora 11 URL: http://fedoraproject.org/wiki/Documentation_Beats @@ -61,25 +61,30 @@ http://fedoraproject.org/wiki/Docs/Beats %build -%{__make} html-single-all -%{__make} xml-all +# Koji currently has Publican 1.0 +#%{__make} html-single-all +#%{__make} xml-all %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/HTML mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/HTML/%{name} +# Base index.html +install -m 644 html/index.html $RPM_BUILD_ROOT%{_defaultdocdir}/HTML/%{name} +install -m 644 -D fedora-release-notes.desktop \ + $RPM_BUILD_ROOT%{_datadir}/applications/kde4/fedora-release-notes.desktop # # Loop through the languages # -for LANGDIR in tmp/* ; do +for LANGDIR in xml/* ; do # # First, the html in /usr/share/doc/HTML # # Place where html files are - LANG=${LANGDIR#tmp/} - SRCBASE=tmp/${LANG}/html-single + LANG=${LANGDIR#xml/} + SRCBASE=html/${LANG} # Target for release notes html NOTETARG=$RPM_BUILD_ROOT%{_defaultdocdir}/HTML/%{name}/${LANG} mkdir -p ${NOTETARG} @@ -87,15 +92,17 @@ for LANGDIR in tmp/* ; do mkdir -p ${NOTETARG}/Common_Content mkdir -p ${NOTETARG}/Common_Content/css mkdir -p ${NOTETARG}/Common_Content/images + install -m 644 ${SRCBASE}/Common_Content/css/* \ + ${NOTETARG}/Common_Content/css + install -m 644 ${SRCBASE}/Common_Content/images/* \ + ${NOTETARG}/Common_Content/images mkdir -p ${NOTETARG}/images - install -m 644 ${SRCBASE}/Common_Content/css/* ${NOTETARG}/Common_Content/css - install -m 644 ${SRCBASE}/Common_Content/images/* ${NOTETARG}/Common_Content/images install -m 644 ${SRCBASE}/images/* ${NOTETARG}/images # # Now the gnome_help files # # Place where xml files are - SRCBASE=tmp/${LANG}/xml + SRCBASE=xml/${LANG} # gnome-help target for xml files HELPTARG=$RPM_BUILD_ROOT%{_datadir}/gnome/help/%{name}/${LANG} mkdir -p ${HELPTARG} @@ -106,9 +113,11 @@ for LANGDIR in tmp/* ; do install -m 644 ${F} ${HELPTARG}/Common_Content done mkdir -p ${HELPTARG}/Common_Content/css - install -m 644 ${SRCBASE}/Common_Content/css/* ${HELPTARG}/Common_Content/css + install -m 644 ${SRCBASE}/Common_Content/css/* \ + ${HELPTARG}/Common_Content/css mkdir -p ${HELPTARG}/Common_Content/images - install -m 644 ${SRCBASE}/Common_Content/images/* ${HELPTARG}/Common_Content/images + install -m 644 ${SRCBASE}/Common_Content/images/* \ + ${HELPTARG}/Common_Content/images for F in ${SRCBASE}/*.xml ; do install -m 644 ${F} ${HELPTARG}/ done @@ -147,6 +156,31 @@ install -m 755 -d $RPM_BUILD_ROOT%{_data install -m 644 about-*omf $RPM_BUILD_ROOT%{_datadir}/omf/about-fedora/ install -m 644 -D about-gnome.desktop $RPM_BUILD_ROOT%{_datadir}/applications/about-fedora.desktop popd +# +# Install the icons for KDE +# +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/oxygen +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/16x16 +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/16x16/apps +install -m 644 icons/frn16.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/16x16/apps/fedora-release-notes.png +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/32x32 +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/32x32/apps +install -m 644 icons/frn32.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/32x32/apps/fedora-release-notes.png +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/48x48 +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/48x48/apps +install -m 644 icons/frn48.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/48x48/apps/fedora-release-notes.png +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/64x64 +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/64x64/apps +install -m 644 icons/frn64.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/64x64/apps/fedora-release-notes.png +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/128x128 +mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/128x128/apps +install -m 644 icons/frn128.png \ + $RPM_BUILD_ROOT%{_datadir}/icons/oxygen/128x128/apps/fedora-release-notes.png %clean @@ -168,12 +202,42 @@ if [ -x /usr/bin/update-desktop-database %{_datadir}/gnome/help/about-fedora/ %{_datadir}/gnome/help/fedora-release-notes/ %{_datadir}/applications/about-fedora.desktop +%{_datadir}/applications/kde4/fedora-release-notes.desktop %{_datadir}/omf/fedora-release-notes/ %{_datadir}/omf/about-fedora/ +%{_datadir}/icons/oxygen/ %changelog +* Fri Jan 01 2010 John J. McDonough - 11.0.4-1 +- Remove untranslated languages + +* Fri Jan 01 2010 John J. McDonough - 11.0.3-10 +- Try including relative symlink instead of symlinking on the fly + +* Wed Dec 30 2009 John J. McDonough - 11.0.3-7 +- Link Common_Content instead of duplicating + +* Tue Dec 29 2009 John J. McDonough - 11.0.3-3 +- Updated icon, missing "C" omf file + +* Tue Dec 29 2009 John J. McDonough - 11.0.3-2 +- Add .desktop file for kde + +* Mon Dec 28 2009 John J. McDonough - 11.0.3-1 +- 505607 cf5199d41d04b7b59f707cf3e40ec5a7ea9d520c Correct domain name div.isc.org +- 511933 936c5a77f9fd75a536e03c3dd72d79291d8ed012 Incorrect URL in virtualization +- 505665 666c8e083695243217a7de2325c8ec008dcd1313 Correct duplicate entry for pm_utils +- 508832 184912af296e9128f1e0347c22beeff0bd92c8c5 Changes to printing +- 506344 1f797539067473b9dae3c61ce2738bb64df7c2dc Correct missing "mailto" in feedback link + +* Fri May 29 2009 John J. McDonough - 11.0.1-2 +- More translations, bump release + +* Thu May 28 2009 John J. McDonough - 11.0.1-1 +- Updated english in release-notes, bump version + * Wed May 13 2009 Paul W. Frields - 11.0.0-2 - Fix homepage content Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/fedora-release-notes/F-11/import.log,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- import.log 14 May 2009 04:23:56 -0000 1.5 +++ import.log 3 Jan 2010 16:22:35 -0000 1.6 @@ -3,3 +3,4 @@ fedora-release-notes-10_0_0-0_1:HEAD:fed fedora-release-notes-10_93_0-1_fc10:F-11:fedora-release-notes-10.93.0-1.fc10.src.rpm:1240345993 fedora-release-notes-11_0_0-1_fc10:F-11:fedora-release-notes-11.0.0-1.fc10.src.rpm:1242091912 fedora-release-notes-11_0_0-2_fc11:F-11:fedora-release-notes-11.0.0-2.fc11.src.rpm:1242274979 +fedora-release-notes-11_0_4-1_fc10:F-11:fedora-release-notes-11.0.4-1.fc10.src.rpm:1262535604 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/fedora-release-notes/F-11/sources,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- sources 14 May 2009 04:23:56 -0000 1.31 +++ sources 3 Jan 2010 16:22:35 -0000 1.32 @@ -1,6 +1,6 @@ -b00ee726cffba6351a3e65da60d87262 README-11.0.0.tar.gz -a5cb23316654d561a13f86aed7b29248 README-BURNING-ISOS-11.0.0.tar.gz -ab5c00c1695d08c563ea7d8195e17efc about-fedora-11.0.0.tar.gz -c9314714af60e52155b1ead1a6f1368e fedora-release-notes-11.0.0.tar.gz -a12cff86fb17a32e2124aa62f51f6963 homepage-11.0.0.tar.gz -b541878fdf06694a4494e42bbfada179 readme-live-image-11.0.0.tar.gz +08a24a44df30ad37e83bff4170a1cf77 README-11.0.4.tar.gz +45c5d27078b55460c8442b2b62f33bfa README-BURNING-ISOS-11.0.4.tar.gz +3d6b58c11f6000cb0c43cfbfea8ed88c about-fedora-11.0.4.tar.gz +1537269ca9667355b367c2a7564cde74 fedora-release-notes-11.0.4.tar.gz +71ff149e8bfc83ad7db59cef0c05c895 homepage-11.0.4.tar.gz +891dbf5f987a82de8f7f8608b38df74b readme-live-image-11.0.4.tar.gz From otaylor at fedoraproject.org Sun Jan 3 16:32:57 2010 From: otaylor at fedoraproject.org (Owen Taylor) Date: Sun, 3 Jan 2010 16:32:57 +0000 (UTC) Subject: rpms/metacity/devel metacity-2.28-IceCloseConnection.patch, 1.1, 1.2 metacity.spec, 1.208, 1.209 Message-ID: <20100103163257.1525611C008D@cvs1.fedora.phx.redhat.com> Author: otaylor Update of /cvs/extras/rpms/metacity/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv505 Modified Files: metacity-2.28-IceCloseConnection.patch metacity.spec Log Message: * Sun Jan 3 2010 Owen Taylor - 2.28.0-15 - Fix crash in _IceTransClose (rhbz 551994) The previous patch for rhbz 539905 didn't actually fix the problem; the ICE connection was still being closed twice. metacity-2.28-IceCloseConnection.patch: session.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Index: metacity-2.28-IceCloseConnection.patch =================================================================== RCS file: /cvs/extras/rpms/metacity/devel/metacity-2.28-IceCloseConnection.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- metacity-2.28-IceCloseConnection.patch 17 Dec 2009 23:35:48 -0000 1.1 +++ metacity-2.28-IceCloseConnection.patch 3 Jan 2010 16:32:56 -0000 1.2 @@ -1,4 +1,4 @@ -From 3fd59d1e7e1a23202f58536fb7a995aa5951664b Mon Sep 17 00:00:00 2001 +From 13f6daee4752ae5b1fb61447deaca43161d5b0bc Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Thu, 17 Dec 2009 16:20:18 -0500 Subject: [PATCH] Don't call IceCloseConnection() behind libSM's back @@ -10,11 +10,11 @@ exit out of the metacity main loop and g https://bugzilla.gnome.org/show_bug.cgi?id=604867 --- - src/core/session.c | 8 +++++++- - 1 files changed, 7 insertions(+), 1 deletions(-) + src/core/session.c | 10 +++++++--- + 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/core/session.c b/src/core/session.c -index 96d8d71..0a12649 100644 +index 96d8d71..2ca15c9 100644 --- a/src/core/session.c +++ b/src/core/session.c @@ -84,6 +84,7 @@ static char* load_state (const char *previous_save_file); @@ -25,20 +25,22 @@ index 96d8d71..0a12649 100644 /* This is called when data is available on an ICE connection. */ static gboolean -@@ -106,7 +107,12 @@ process_ice_messages (GIOChannel *channel, +@@ -106,9 +107,12 @@ process_ice_messages (GIOChannel *channel, IcePointer context = IceGetConnectionContext (connection); #endif - /* We were disconnected */ +- IceSetShutdownNegotiation (connection, False); +- IceCloseConnection (connection); + /* We were disconnected; close our connection to the + * session manager, this will result in the ICE connection + * being cleaned up, since it is owned by libSM. + */ + disconnect (); + meta_quit (META_EXIT_SUCCESS); - IceSetShutdownNegotiation (connection, False); - IceCloseConnection (connection); + return FALSE; + } -- 1.6.5.2 Index: metacity.spec =================================================================== RCS file: /cvs/extras/rpms/metacity/devel/metacity.spec,v retrieving revision 1.208 retrieving revision 1.209 diff -u -p -r1.208 -r1.209 --- metacity.spec 17 Dec 2009 23:36:33 -0000 1.208 +++ metacity.spec 3 Jan 2010 16:32:56 -0000 1.209 @@ -3,7 +3,7 @@ Summary: Unobtrusive window manager Name: metacity Version: 2.28.0 -Release: 14%{?dist} +Release: 15%{?dist} URL: http://download.gnome.org/sources/metacity/ Source0: http://download.gnome.org/sources/metacity/2.28/metacity-%{version}.tar.bz2 # http://bugzilla.gnome.org/show_bug.cgi?id=558723 @@ -244,6 +244,11 @@ fi %{_mandir}/man1/metacity-window-demo.1.gz %changelog +* Sun Jan 3 2010 Owen Taylor - 2.28.0-15 +- Fix crash in _IceTransClose (rhbz 551994) + The previous patch for rhbz 539905 didn't actually fix the + problem; the ICE connection was still being closed twice. + * Thu Dec 17 2009 Owen Taylor - 2.28.0-14 - Fix crash in in tooltip on_style_set() (rhbz 546509) - Fix Crash in SmcSetProperties() on exit (rhbz 539905, gnome 604867) From remi at fedoraproject.org Sun Jan 3 17:11:27 2010 From: remi at fedoraproject.org (Remi Collet) Date: Sun, 3 Jan 2010 17:11:27 +0000 (UTC) Subject: File Ocsinventory-Agent-1.1.2.tar.gz uploaded to lookaside cache by remi Message-ID: <20100103171127.19C8B10F894@bastion.fedoraproject.org> A file has been added to the lookaside cache for ocsinventory-agent: c1e8e863d234e7f034a15636a38bfd96 Ocsinventory-Agent-1.1.2.tar.gz From remi at fedoraproject.org Sun Jan 3 17:12:43 2010 From: remi at fedoraproject.org (Remi Collet) Date: Sun, 3 Jan 2010 17:12:43 +0000 (UTC) Subject: rpms/ocsinventory-agent/devel .cvsignore, 1.8, 1.9 ocsinventory-agent.spec, 1.18, 1.19 sources, 1.8, 1.9 Message-ID: <20100103171243.3B94711C008D@cvs1.fedora.phx.redhat.com> Author: remi Update of /cvs/pkgs/rpms/ocsinventory-agent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7535 Modified Files: .cvsignore ocsinventory-agent.spec sources Log Message: update to 1.1.2 (bugfix) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocsinventory-agent/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 22 Dec 2009 19:04:16 -0000 1.8 +++ .cvsignore 3 Jan 2010 17:12:42 -0000 1.9 @@ -1 +1 @@ -Ocsinventory-Agent-1.1.1.tar.gz +Ocsinventory-Agent-1.1.2.tar.gz Index: ocsinventory-agent.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocsinventory-agent/devel/ocsinventory-agent.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- ocsinventory-agent.spec 27 Dec 2009 10:34:37 -0000 1.18 +++ ocsinventory-agent.spec 3 Jan 2010 17:12:42 -0000 1.19 @@ -5,11 +5,9 @@ Name: ocsinventory-agent Summary: Open Computer and Software Inventory Next Generation client -Version: 1.1.1 -Release: 2%{?dist}%{?ocstag:.%{ocstag}} +Version: 1.1.2 +Release: 1%{?dist}%{?ocstag:.%{ocstag}} -#Source0: http://search.cpan.org/CPAN/authors/id/G/GO/GONERI/Ocsinventory-Agent-%{version}.tar.gz -#Source0: http://nana.rulezlan.org/~goneri/ocsinventory-agent/Ocsinventory-Agent-nobundle-%{version}.tar.gz Source0: http://launchpad.net/ocsinventory-unix-agent/1.1.x/ocsinventory-unix-agent-%{version}/+download/Ocsinventory-Agent-%{version}.tar.gz Source1: %{name}.logrotate @@ -36,13 +34,13 @@ BuildRequires: perl(Digest::MD5) perl(Fi Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: net-tools, pciutils Requires: %{_sysconfdir}/logrotate.d, %{_sysconfdir}/cron.hourly -Requires: perl(HTTP::Request) perl(Proc::Daemon) +Requires: perl(HTTP::Request) Requires: perl(Net::SSLeay) perl(Crypt::SSLeay) perl(Net::IP) Requires: nmap monitor-edid which %if 0%{?rhel} == 3 Requires: perl(XML::Parser) %else -Requires: perl(XML::SAX) +Requires: perl(XML::SAX) perl(Proc::Daemon) %endif %if 0%{?rhel}%{?fedora} <= 4 Requires: kernel-utils @@ -90,6 +88,7 @@ de commandes ou de fichiers sur les clie %setup -q -n Ocsinventory-Agent-%{version} %patch1 -p1 +chmod -x lib/Ocsinventory/Agent/Backend/OS/MacOS/Hostname.pm cat <%{name}.conf # @@ -212,6 +211,9 @@ rm -rf %{buildroot} %changelog +* Sun Jan 03 2010 Remi Collet 1.1.2-1 +- update to 1.1.2 + * Sun Dec 27 2009 Remi Collet 1.1.1-2 - missing perl(Net::IP) requires (+ some EL3 stuff: yes, I know) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocsinventory-agent/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 22 Dec 2009 19:04:16 -0000 1.8 +++ sources 3 Jan 2010 17:12:43 -0000 1.9 @@ -1 +1 @@ -c00acb51f559b237590ea7611523da0b Ocsinventory-Agent-1.1.1.tar.gz +c1e8e863d234e7f034a15636a38bfd96 Ocsinventory-Agent-1.1.2.tar.gz From remi at fedoraproject.org Sun Jan 3 17:19:53 2010 From: remi at fedoraproject.org (Remi Collet) Date: Sun, 3 Jan 2010 17:19:53 +0000 (UTC) Subject: rpms/ocsinventory-agent/F-12 ocsinventory-agent.spec, 1.16, 1.17 sources, 1.8, 1.9 Message-ID: <20100103171953.34C8B11C008D@cvs1.fedora.phx.redhat.com> Author: remi Update of /cvs/pkgs/rpms/ocsinventory-agent/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8653 Modified Files: ocsinventory-agent.spec sources Log Message: update to 1.1.2 (bugfix) Index: ocsinventory-agent.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocsinventory-agent/F-12/ocsinventory-agent.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- ocsinventory-agent.spec 22 Dec 2009 19:15:21 -0000 1.16 +++ ocsinventory-agent.spec 3 Jan 2010 17:19:52 -0000 1.17 @@ -5,11 +5,9 @@ Name: ocsinventory-agent Summary: Open Computer and Software Inventory Next Generation client -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist}%{?ocstag:.%{ocstag}} -#Source0: http://search.cpan.org/CPAN/authors/id/G/GO/GONERI/Ocsinventory-Agent-%{version}.tar.gz -#Source0: http://nana.rulezlan.org/~goneri/ocsinventory-agent/Ocsinventory-Agent-nobundle-%{version}.tar.gz Source0: http://launchpad.net/ocsinventory-unix-agent/1.1.x/ocsinventory-unix-agent-%{version}/+download/Ocsinventory-Agent-%{version}.tar.gz Source1: %{name}.logrotate @@ -27,15 +25,24 @@ URL: http://www.ocsinventory-ng.or BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl(Module::Install) perl(XML::Simple) perl(LWP) perl(Net::IP) -BuildRequires: perl(Digest::MD5) perl(File::Temp) perl(XML::SAX) +%if 0%{?rhel} != 3 +BuildRequires: perl(Module::Install) perl(XML::SAX) +%endif +BuildRequires: perl(XML::Simple) perl(LWP) perl(Net::IP) +BuildRequires: perl(Digest::MD5) perl(File::Temp) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: net-tools, pciutils Requires: %{_sysconfdir}/logrotate.d, %{_sysconfdir}/cron.hourly -Requires: perl(HTTP::Request) perl(Proc::Daemon) -Requires: perl(Net::SSLeay) perl(Crypt::SSLeay) +Requires: perl(HTTP::Request) +Requires: perl(Net::SSLeay) perl(Crypt::SSLeay) perl(Net::IP) Requires: nmap monitor-edid which -%if 0%{?rhel} == 4 +%if 0%{?rhel} == 3 +Requires: perl(XML::Parser) +%else +Requires: perl(XML::SAX) perl(Proc::Daemon) +%endif +%if 0%{?rhel}%{?fedora} <= 4 Requires: kernel-utils %else Requires: smartmontools @@ -49,6 +56,10 @@ Provides: ocsinventory-client = 1.02 # use the following line when version is strictly above 1.01 # ocsinventory-client = %{version}-%{release} +%if 0%{?rhel} == 3 +%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) +%endif + %description Open Computer and Software Inventory Next Generation is an application @@ -77,6 +88,7 @@ de commandes ou de fichiers sur les clie %setup -q -n Ocsinventory-Agent-%{version} %patch1 -p1 +chmod -x lib/Ocsinventory/Agent/Backend/OS/MacOS/Hostname.pm cat <%{name}.conf # @@ -199,6 +211,10 @@ rm -rf %{buildroot} %changelog +* Sun Jan 03 2010 Remi Collet 1.1.2-1 +- update to 1.1.2 +- missing perl(Net::IP) requires + * Tue Dec 22 2009 Remi Collet 1.1.1-1 - update to 1.1.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocsinventory-agent/F-12/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 22 Dec 2009 19:15:21 -0000 1.8 +++ sources 3 Jan 2010 17:19:53 -0000 1.9 @@ -1 +1 @@ -c00acb51f559b237590ea7611523da0b Ocsinventory-Agent-1.1.1.tar.gz +c1e8e863d234e7f034a15636a38bfd96 Ocsinventory-Agent-1.1.2.tar.gz From remi at fedoraproject.org Sun Jan 3 17:27:54 2010 From: remi at fedoraproject.org (Remi Collet) Date: Sun, 3 Jan 2010 17:27:54 +0000 (UTC) Subject: rpms/ocsinventory-agent/F-11 ocsinventory-agent.spec, 1.13, 1.14 sources, 1.8, 1.9 Message-ID: <20100103172754.2B97411C008D@cvs1.fedora.phx.redhat.com> Author: remi Update of /cvs/pkgs/rpms/ocsinventory-agent/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10216 Modified Files: ocsinventory-agent.spec sources Log Message: update to 1.1.2 (bugfix) Index: ocsinventory-agent.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocsinventory-agent/F-11/ocsinventory-agent.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- ocsinventory-agent.spec 22 Dec 2009 19:17:02 -0000 1.13 +++ ocsinventory-agent.spec 3 Jan 2010 17:27:53 -0000 1.14 @@ -5,11 +5,9 @@ Name: ocsinventory-agent Summary: Open Computer and Software Inventory Next Generation client -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist}%{?ocstag:.%{ocstag}} -#Source0: http://search.cpan.org/CPAN/authors/id/G/GO/GONERI/Ocsinventory-Agent-%{version}.tar.gz -#Source0: http://nana.rulezlan.org/~goneri/ocsinventory-agent/Ocsinventory-Agent-nobundle-%{version}.tar.gz Source0: http://launchpad.net/ocsinventory-unix-agent/1.1.x/ocsinventory-unix-agent-%{version}/+download/Ocsinventory-Agent-%{version}.tar.gz Source1: %{name}.logrotate @@ -27,15 +25,24 @@ URL: http://www.ocsinventory-ng.or BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl(Module::Install) perl(XML::Simple) perl(LWP) perl(Net::IP) -BuildRequires: perl(Digest::MD5) perl(File::Temp) perl(XML::SAX) +%if 0%{?rhel} != 3 +BuildRequires: perl(Module::Install) perl(XML::SAX) +%endif +BuildRequires: perl(XML::Simple) perl(LWP) perl(Net::IP) +BuildRequires: perl(Digest::MD5) perl(File::Temp) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: net-tools, pciutils Requires: %{_sysconfdir}/logrotate.d, %{_sysconfdir}/cron.hourly -Requires: perl(HTTP::Request) perl(Proc::Daemon) -Requires: perl(Net::SSLeay) perl(Crypt::SSLeay) +Requires: perl(HTTP::Request) +Requires: perl(Net::SSLeay) perl(Crypt::SSLeay) perl(Net::IP) Requires: nmap monitor-edid which -%if 0%{?rhel} == 4 +%if 0%{?rhel} == 3 +Requires: perl(XML::Parser) +%else +Requires: perl(XML::SAX) perl(Proc::Daemon) +%endif +%if 0%{?rhel}%{?fedora} <= 4 Requires: kernel-utils %else Requires: smartmontools @@ -49,6 +56,10 @@ Provides: ocsinventory-client = 1.02 # use the following line when version is strictly above 1.01 # ocsinventory-client = %{version}-%{release} +%if 0%{?rhel} == 3 +%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) +%endif + %description Open Computer and Software Inventory Next Generation is an application @@ -77,6 +88,7 @@ de commandes ou de fichiers sur les clie %setup -q -n Ocsinventory-Agent-%{version} %patch1 -p1 +chmod -x lib/Ocsinventory/Agent/Backend/OS/MacOS/Hostname.pm cat <%{name}.conf # @@ -199,6 +211,10 @@ rm -rf %{buildroot} %changelog +* Sun Jan 03 2010 Remi Collet 1.1.2-1 +- update to 1.1.2 +- missing perl(Net::IP) requires + * Tue Dec 22 2009 Remi Collet 1.1.1-1 - update to 1.1.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocsinventory-agent/F-11/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 22 Dec 2009 19:17:02 -0000 1.8 +++ sources 3 Jan 2010 17:27:54 -0000 1.9 @@ -1 +1 @@ -c00acb51f559b237590ea7611523da0b Ocsinventory-Agent-1.1.1.tar.gz +c1e8e863d234e7f034a15636a38bfd96 Ocsinventory-Agent-1.1.2.tar.gz From remi at fedoraproject.org Sun Jan 3 17:38:10 2010 From: remi at fedoraproject.org (Remi Collet) Date: Sun, 3 Jan 2010 17:38:10 +0000 (UTC) Subject: rpms/ocsinventory-agent/EL-5 ocsinventory-agent.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <20100103173810.CFEAA11C008D@cvs1.fedora.phx.redhat.com> Author: remi Update of /cvs/pkgs/rpms/ocsinventory-agent/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12113 Modified Files: ocsinventory-agent.spec sources Log Message: update to 1.1.2 (bugfix) Index: ocsinventory-agent.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocsinventory-agent/EL-5/ocsinventory-agent.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- ocsinventory-agent.spec 22 Dec 2009 19:19:36 -0000 1.5 +++ ocsinventory-agent.spec 3 Jan 2010 17:38:10 -0000 1.6 @@ -5,11 +5,9 @@ Name: ocsinventory-agent Summary: Open Computer and Software Inventory Next Generation client -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist}%{?ocstag:.%{ocstag}} -#Source0: http://search.cpan.org/CPAN/authors/id/G/GO/GONERI/Ocsinventory-Agent-%{version}.tar.gz -#Source0: http://nana.rulezlan.org/~goneri/ocsinventory-agent/Ocsinventory-Agent-nobundle-%{version}.tar.gz Source0: http://launchpad.net/ocsinventory-unix-agent/1.1.x/ocsinventory-unix-agent-%{version}/+download/Ocsinventory-Agent-%{version}.tar.gz Source1: %{name}.logrotate @@ -27,15 +25,24 @@ URL: http://www.ocsinventory-ng.or BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl(Module::Install) perl(XML::Simple) perl(LWP) perl(Net::IP) -BuildRequires: perl(Digest::MD5) perl(File::Temp) perl(XML::SAX) +%if 0%{?rhel} != 3 +BuildRequires: perl(Module::Install) perl(XML::SAX) +%endif +BuildRequires: perl(XML::Simple) perl(LWP) perl(Net::IP) +BuildRequires: perl(Digest::MD5) perl(File::Temp) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: net-tools, pciutils Requires: %{_sysconfdir}/logrotate.d, %{_sysconfdir}/cron.hourly -Requires: perl(HTTP::Request) perl(Proc::Daemon) -Requires: perl(Net::SSLeay) perl(Crypt::SSLeay) +Requires: perl(HTTP::Request) +Requires: perl(Net::SSLeay) perl(Crypt::SSLeay) perl(Net::IP) Requires: nmap monitor-edid which -%if 0%{?rhel} == 4 +%if 0%{?rhel} == 3 +Requires: perl(XML::Parser) +%else +Requires: perl(XML::SAX) perl(Proc::Daemon) +%endif +%if 0%{?rhel}%{?fedora} <= 4 Requires: kernel-utils %else Requires: smartmontools @@ -49,6 +56,10 @@ Provides: ocsinventory-client = 1.02 # use the following line when version is strictly above 1.01 # ocsinventory-client = %{version}-%{release} +%if 0%{?rhel} == 3 +%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) +%endif + %description Open Computer and Software Inventory Next Generation is an application @@ -77,6 +88,7 @@ de commandes ou de fichiers sur les clie %setup -q -n Ocsinventory-Agent-%{version} %patch1 -p1 +chmod -x lib/Ocsinventory/Agent/Backend/OS/MacOS/Hostname.pm cat <%{name}.conf # @@ -199,8 +211,13 @@ rm -rf %{buildroot} %changelog +* Sun Jan 03 2010 Remi Collet 1.1.2-1 +- update to 1.1.2 +- missing perl(Net::IP) requires + * Tue Dec 22 2009 Remi Collet 1.1.1-1 - update to 1.1.1 +- add Requires: which * Sat Nov 07 2009 Remi Collet 1.1-1 - update to 1.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocsinventory-agent/EL-5/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 22 Dec 2009 19:19:36 -0000 1.5 +++ sources 3 Jan 2010 17:38:10 -0000 1.6 @@ -1 +1 @@ -c00acb51f559b237590ea7611523da0b Ocsinventory-Agent-1.1.1.tar.gz +c1e8e863d234e7f034a15636a38bfd96 Ocsinventory-Agent-1.1.2.tar.gz From leigh123linux at fedoraproject.org Sun Jan 3 17:38:04 2010 From: leigh123linux at fedoraproject.org (Leigh Scott) Date: Sun, 3 Jan 2010 17:38:04 +0000 (UTC) Subject: File qbittorrent-2.1.0rc2.tar.gz uploaded to lookaside cache by leigh123linux Message-ID: <20100103173804.E81FF10F879@bastion.fedoraproject.org> A file has been added to the lookaside cache for qbittorrent: a85c6762928137c6938fc7d87f5a6c6b qbittorrent-2.1.0rc2.tar.gz From leigh123linux at fedoraproject.org Sun Jan 3 17:40:06 2010 From: leigh123linux at fedoraproject.org (Leigh Scott) Date: Sun, 3 Jan 2010 17:40:06 +0000 (UTC) Subject: rpms/qbittorrent/devel .cvsignore, 1.36, 1.37 gcc.patch, 1.4, 1.5 qbittorrent.spec, 1.62, 1.63 sources, 1.37, 1.38 Message-ID: <20100103174006.C894B11C03F6@cvs1.fedora.phx.redhat.com> Author: leigh123linux Update of /cvs/pkgs/rpms/qbittorrent/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12773 Modified Files: .cvsignore gcc.patch qbittorrent.spec sources Log Message: * Sun Jan 03 2010 Leigh Scott - 2.1.0-0.4.rc2 - update to 2.1.0rc2 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/qbittorrent/devel/.cvsignore,v retrieving revision 1.36 retrieving revision 1.37 diff -u -p -r1.36 -r1.37 --- .cvsignore 30 Dec 2009 21:25:30 -0000 1.36 +++ .cvsignore 3 Jan 2010 17:40:06 -0000 1.37 @@ -1 +1 @@ -qbittorrent-2.1.0beta3.tar.gz +qbittorrent-2.1.0rc2.tar.gz gcc.patch: src.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: gcc.patch =================================================================== RCS file: /cvs/pkgs/rpms/qbittorrent/devel/gcc.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- gcc.patch 30 Dec 2009 21:25:30 -0000 1.4 +++ gcc.patch 3 Jan 2010 17:40:06 -0000 1.5 @@ -16,6 +16,6 @@ diff -up qbittorrent-2.0.2/src/src.pro.n +QMAKE_CXXFLAGS_RELEASE += -fno-var-tracking-assignments # Update this VERSION for each release - DEFINES += VERSION=\\\"v2.1.0beta3\\\" + DEFINES += VERSION=\\\"v2.1.0rc2\\\" DEFINES += VERSION_MAJOR=2 Index: qbittorrent.spec =================================================================== RCS file: /cvs/pkgs/rpms/qbittorrent/devel/qbittorrent.spec,v retrieving revision 1.62 retrieving revision 1.63 diff -u -p -r1.62 -r1.63 --- qbittorrent.spec 30 Dec 2009 21:25:30 -0000 1.62 +++ qbittorrent.spec 3 Jan 2010 17:40:06 -0000 1.63 @@ -3,7 +3,7 @@ Name: qbittorrent Summary: A Bittorrent Client Version: 2.1.0 -Release: 0.3.beta3%{?dist} +Release: 0.4.rc2%{?dist} # The source for this package was pulled from upstream's vcs. Use the # following commands to generate the tarball: # svn checkout -r %{svn_rev} https://qbittorrent.svn.sourceforge.net/svnroot/qbittorrent/trunk qbittorrent @@ -11,7 +11,7 @@ Release: 0.3.beta3%{?dist} # tar -czvf qbittorrent-%{svn_rev}svn.tar.gz qbittorrent #Source0: %{name}-%{svn_rev}svn.tar.gz #Source0: http://downloads.sf.net/qbittorrent/%{name}-%{version}.tar.gz -Source0: http://downloads.sf.net/qbittorrent/files/qbittorrent-unstable/%{name}-%{version}beta3.tar.gz +Source0: http://downloads.sf.net/qbittorrent/files/qbittorrent-unstable/%{name}-%{version}rc2.tar.gz # https://bugzilla.redhat.com/show_bug.cgi?id=548491 Patch1: gcc.patch @@ -34,7 +34,7 @@ A Bittorrent client using rb_libtorrent It aims to be as fast as possible and to provide multi-OS, unicode support. %prep -%setup -q -n %{name}-%{version}beta3 +%setup -q -n %{name}-%{version}rc2 %patch1 -p1 -b .gcc %build @@ -77,6 +77,9 @@ gtk-update-icon-cache %{_datadir}/icons/ %{_datadir}/icons/hicolor/*/apps/qbittorrent.png %changelog +* Sun Jan 03 2010 Leigh Scott - 2.1.0-0.4.rc2 +- update to 2.1.0rc2 + * Wed Dec 30 2009 Leigh Scott - 2.1.0-0.3.beta3 - update to 2.1.0beta3 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/qbittorrent/devel/sources,v retrieving revision 1.37 retrieving revision 1.38 diff -u -p -r1.37 -r1.38 --- sources 30 Dec 2009 21:25:30 -0000 1.37 +++ sources 3 Jan 2010 17:40:06 -0000 1.38 @@ -1 +1 @@ -ce6b1df11478092374cbb7311148f904 qbittorrent-2.1.0beta3.tar.gz +a85c6762928137c6938fc7d87f5a6c6b qbittorrent-2.1.0rc2.tar.gz From remi at fedoraproject.org Sun Jan 3 17:43:33 2010 From: remi at fedoraproject.org (Remi Collet) Date: Sun, 3 Jan 2010 17:43:33 +0000 (UTC) Subject: rpms/ocsinventory-agent/EL-4 ocsinventory-agent.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <20100103174333.AD64711C008D@cvs1.fedora.phx.redhat.com> Author: remi Update of /cvs/pkgs/rpms/ocsinventory-agent/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13533 Modified Files: ocsinventory-agent.spec sources Log Message: update to 1.1.2 (bugfix) Index: ocsinventory-agent.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocsinventory-agent/EL-4/ocsinventory-agent.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- ocsinventory-agent.spec 22 Dec 2009 19:21:19 -0000 1.4 +++ ocsinventory-agent.spec 3 Jan 2010 17:43:33 -0000 1.5 @@ -5,11 +5,9 @@ Name: ocsinventory-agent Summary: Open Computer and Software Inventory Next Generation client -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist}%{?ocstag:.%{ocstag}} -#Source0: http://search.cpan.org/CPAN/authors/id/G/GO/GONERI/Ocsinventory-Agent-%{version}.tar.gz -#Source0: http://nana.rulezlan.org/~goneri/ocsinventory-agent/Ocsinventory-Agent-nobundle-%{version}.tar.gz Source0: http://launchpad.net/ocsinventory-unix-agent/1.1.x/ocsinventory-unix-agent-%{version}/+download/Ocsinventory-Agent-%{version}.tar.gz Source1: %{name}.logrotate @@ -27,15 +25,24 @@ URL: http://www.ocsinventory-ng.or BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl(Module::Install) perl(XML::Simple) perl(LWP) perl(Net::IP) -BuildRequires: perl(Digest::MD5) perl(File::Temp) perl(XML::SAX) +%if 0%{?rhel} != 3 +BuildRequires: perl(Module::Install) perl(XML::SAX) +%endif +BuildRequires: perl(XML::Simple) perl(LWP) perl(Net::IP) +BuildRequires: perl(Digest::MD5) perl(File::Temp) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: net-tools, pciutils Requires: %{_sysconfdir}/logrotate.d, %{_sysconfdir}/cron.hourly -Requires: perl(HTTP::Request) perl(Proc::Daemon) -Requires: perl(Net::SSLeay) perl(Crypt::SSLeay) +Requires: perl(HTTP::Request) +Requires: perl(Net::SSLeay) perl(Crypt::SSLeay) perl(Net::IP) Requires: nmap monitor-edid which -%if 0%{?rhel} == 4 +%if 0%{?rhel} == 3 +Requires: perl(XML::Parser) +%else +Requires: perl(XML::SAX) perl(Proc::Daemon) +%endif +%if 0%{?rhel}%{?fedora} <= 4 Requires: kernel-utils %else Requires: smartmontools @@ -49,6 +56,10 @@ Provides: ocsinventory-client = 1.02 # use the following line when version is strictly above 1.01 # ocsinventory-client = %{version}-%{release} +%if 0%{?rhel} == 3 +%define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) +%endif + %description Open Computer and Software Inventory Next Generation is an application @@ -77,6 +88,7 @@ de commandes ou de fichiers sur les clie %setup -q -n Ocsinventory-Agent-%{version} %patch1 -p1 +chmod -x lib/Ocsinventory/Agent/Backend/OS/MacOS/Hostname.pm cat <%{name}.conf # @@ -199,8 +211,13 @@ rm -rf %{buildroot} %changelog +* Sun Jan 03 2010 Remi Collet 1.1.2-1 +- update to 1.1.2 +- missing perl(Net::IP) requires + * Tue Dec 22 2009 Remi Collet 1.1.1-1 - update to 1.1.1 +- add Requires: which * Sat Nov 07 2009 Remi Collet 1.1-1 - update to 1.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocsinventory-agent/EL-4/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 22 Dec 2009 19:21:19 -0000 1.5 +++ sources 3 Jan 2010 17:43:33 -0000 1.6 @@ -1 +1 @@ -c00acb51f559b237590ea7611523da0b Ocsinventory-Agent-1.1.1.tar.gz +c1e8e863d234e7f034a15636a38bfd96 Ocsinventory-Agent-1.1.2.tar.gz From dwmw2 at fedoraproject.org Sun Jan 3 17:49:35 2010 From: dwmw2 at fedoraproject.org (David Woodhouse) Date: Sun, 3 Jan 2010 17:49:35 +0000 (UTC) Subject: comps comps-f12.xml.in,1.215,1.216 comps-f13.xml.in,1.126,1.127 Message-ID: <20100103174935.CC5B711C008D@cvs1.fedora.phx.redhat.com> Author: dwmw2 Update of /cvs/pkgs/comps In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14712 Modified Files: comps-f12.xml.in comps-f13.xml.in Log Message: Add NetworkManager-openconnect to GNOME Desktop Environment group with the other VPN types Index: comps-f12.xml.in =================================================================== RCS file: /cvs/pkgs/comps/comps-f12.xml.in,v retrieving revision 1.215 retrieving revision 1.216 diff -u -p -r1.215 -r1.216 --- comps-f12.xml.in 19 Dec 2009 17:09:58 -0000 1.215 +++ comps-f12.xml.in 3 Jan 2010 17:49:35 -0000 1.216 @@ -2582,6 +2582,7 @@ mousetweaks nautilus-sendto NetworkManager-gnome + NetworkManager-openconnect NetworkManager-openvpn NetworkManager-pptp NetworkManager-vpnc Index: comps-f13.xml.in =================================================================== RCS file: /cvs/pkgs/comps/comps-f13.xml.in,v retrieving revision 1.126 retrieving revision 1.127 diff -u -p -r1.126 -r1.127 --- comps-f13.xml.in 25 Dec 2009 22:23:01 -0000 1.126 +++ comps-f13.xml.in 3 Jan 2010 17:49:35 -0000 1.127 @@ -2587,6 +2587,7 @@ mousetweaks nautilus-sendto NetworkManager-gnome + NetworkManager-openconnect NetworkManager-openvpn NetworkManager-pptp NetworkManager-vpnc From apevec at fedoraproject.org Sun Jan 3 18:17:28 2010 From: apevec at fedoraproject.org (Alan Pevec) Date: Sun, 3 Jan 2010 18:17:28 +0000 (UTC) Subject: File Config-Augeas-0.601.tar.gz uploaded to lookaside cache by apevec Message-ID: <20100103181728.AED7010F879@bastion.fedoraproject.org> A file has been added to the lookaside cache for perl-Config-Augeas: f1d0e98952fe73192c4c2998adc7f48c Config-Augeas-0.601.tar.gz From apevec at fedoraproject.org Sun Jan 3 18:22:23 2010 From: apevec at fedoraproject.org (Alan Pevec) Date: Sun, 3 Jan 2010 18:22:23 +0000 (UTC) Subject: rpms/perl-Config-Augeas/devel .cvsignore, 1.8, 1.9 perl-Config-Augeas.spec, 1.12, 1.13 sources, 1.8, 1.9 Message-ID: <20100103182223.0ABE311C008D@cvs1.fedora.phx.redhat.com> Author: apevec Update of /cvs/pkgs/rpms/perl-Config-Augeas/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21154 Modified Files: .cvsignore perl-Config-Augeas.spec sources Log Message: * Sun Jan 03 2010 Alan Pevec 0.601-1 - new upstream release 0.601 * lib/Config/Augeas.pm : Added methods load, error, error_message, error_minor_message and error_details * lib/Config/Augeas.xs : Added interface for aug_load and aug_error* from Augeas 0.6.0 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/devel/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 24 Nov 2009 11:03:50 -0000 1.8 +++ .cvsignore 3 Jan 2010 18:22:22 -0000 1.9 @@ -1 +1 @@ -Config-Augeas-0.501.tar.gz +Config-Augeas-0.601.tar.gz Index: perl-Config-Augeas.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/devel/perl-Config-Augeas.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -p -r1.12 -r1.13 --- perl-Config-Augeas.spec 4 Dec 2009 02:07:24 -0000 1.12 +++ perl-Config-Augeas.spec 3 Jan 2010 18:22:22 -0000 1.13 @@ -1,6 +1,6 @@ Name: perl-Config-Augeas -Version: 0.501 -Release: 3%{?dist} +Version: 0.601 +Release: 1%{?dist} Summary: Edit configuration files through Augeas C library License: LGPLv2+ Group: Development/Libraries @@ -47,6 +47,13 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Jan 03 2010 Alan Pevec 0.601-1 +- new upstream release 0.601 + * lib/Config/Augeas.pm : Added methods load, error, error_message, + error_minor_message and error_details + * lib/Config/Augeas.xs : Added interface for aug_load and + aug_error* from Augeas 0.6.0 + * Fri Dec 4 2009 Stepan Kasal - 0.501-3 - rebuild against perl 5.10.1 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Config-Augeas/devel/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 24 Nov 2009 11:03:50 -0000 1.8 +++ sources 3 Jan 2010 18:22:22 -0000 1.9 @@ -1 +1 @@ -c5d086e5671c4cf11d02a5b463ed3457 Config-Augeas-0.501.tar.gz +f1d0e98952fe73192c4c2998adc7f48c Config-Augeas-0.601.tar.gz From stefanriemens at fedoraproject.org Sun Jan 3 18:25:14 2010 From: stefanriemens at fedoraproject.org (stefanriemens) Date: Sun, 3 Jan 2010 18:25:14 +0000 (UTC) Subject: File OpenSceneGraph-2.8.2.zip uploaded to lookaside cache by stefanriemens Message-ID: <20100103182514.73BA110F879@bastion.fedoraproject.org> A file has been added to the lookaside cache for mingw32-OpenSceneGraph: 99d0b37f403b85b4559514b6b9849d9e OpenSceneGraph-2.8.2.zip From stefanriemens at fedoraproject.org Sun Jan 3 18:27:00 2010 From: stefanriemens at fedoraproject.org (stefanriemens) Date: Sun, 3 Jan 2010 18:27:00 +0000 (UTC) Subject: rpms/mingw32-OpenSceneGraph/F-12 OpenSceneGraph-2.8.2.diff, NONE, 1.1 import.log, NONE, 1.1 mingw32-OSG-disable-problematic-plugins.diff, NONE, 1.1 mingw32-OSG-jpeg-boolean-fix.diff, NONE, 1.1 mingw32-OpenSceneGraph.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20100103182700.C332A11C008D@cvs1.fedora.phx.redhat.com> Author: stefanriemens Update of /cvs/pkgs/rpms/mingw32-OpenSceneGraph/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22248/F-12 Modified Files: .cvsignore sources Added Files: OpenSceneGraph-2.8.2.diff import.log mingw32-OSG-disable-problematic-plugins.diff mingw32-OSG-jpeg-boolean-fix.diff mingw32-OpenSceneGraph.spec Log Message: * Sun Jan 3 2009 Stefan Riemens - 2.8.2-2 - Initial cvs import OpenSceneGraph-2.8.2.diff: CMakeLists.txt | 4 ++-- CMakeModules/OsgMacroUtils.cmake | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) --- NEW FILE OpenSceneGraph-2.8.2.diff --- diff -Naur OpenSceneGraph-2.8.2.orig/CMakeLists.txt OpenSceneGraph-2.8.2/CMakeLists.txt --- OpenSceneGraph-2.8.2.orig/CMakeLists.txt 2009-07-28 08:02:27.000000000 +0200 +++ OpenSceneGraph-2.8.2/CMakeLists.txt 2009-08-17 17:39:09.000000000 +0200 @@ -717,7 +717,7 @@ ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs/osg32-32.png COPYONLY ) #INSTALL(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}ReferenceDocs-${OPENSCENEGRAPH_VERSION}.chm DESTINATION doc OPTIONAL COMPONENT openscenegraph-doc) - INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs DESTINATION doc COMPONENT openscenegraph-doc) + #INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs DESTINATION doc COMPONENT openscenegraph-doc) # now set up openthreads documentation generation IF(BUILD_REF_DOCS_TAGFILE) @@ -733,7 +733,7 @@ ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs/osg32-32.png COPYONLY ) #INSTALL(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}ReferenceDocs-${OPENSCENEGRAPH_VERSION}.chm DESTINATION doc OPTIONAL COMPONENT openscenegraph-doc) - INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs DESTINATION doc COMPONENT openthreads-doc) + #INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs DESTINATION doc COMPONENT openthreads-doc) # Process our other doxyfiles but don't create targets for these CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/doc/Doxyfiles/all_Doxyfile diff -Naur OpenSceneGraph-2.8.2.orig/CMakeModules/OsgMacroUtils.cmake OpenSceneGraph-2.8.2/CMakeModules/OsgMacroUtils.cmake --- OpenSceneGraph-2.8.2.orig/CMakeModules/OsgMacroUtils.cmake 2008-12-12 15:54:22.000000000 +0100 +++ OpenSceneGraph-2.8.2/CMakeModules/OsgMacroUtils.cmake 2009-08-17 17:39:09.000000000 +0200 @@ -307,7 +307,7 @@ IF(APPLE) INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION share/OpenSceneGraph/bin BUNDLE DESTINATION share/OpenSceneGraph/bin ) ELSE(APPLE) - INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION share/OpenSceneGraph/bin COMPONENT openscenegraph-examples ) + INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION bin COMPONENT openscenegraph-examples ) ENDIF(APPLE) ENDMACRO(SETUP_EXAMPLE) --- NEW FILE import.log --- mingw32-OpenSceneGraph-2_8_2-2_fc12:F-12:mingw32-OpenSceneGraph-2.8.2-2.fc12.src.rpm:1262543230 mingw32-OSG-disable-problematic-plugins.diff: CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- NEW FILE mingw32-OSG-disable-problematic-plugins.diff --- --- OpenSceneGraph-2.8.2.orig/src/osgPlugins/CMakeLists.txt 2009-01-14 21:32:06.000000000 +0100 +++ OpenSceneGraph-2.8.2/src/osgPlugins/CMakeLists.txt 2009-10-15 22:20:26.000000000 +0200 @@ -87,9 +87,9 @@ IF(JPEG_FOUND) ADD_SUBDIRECTORY(jpeg) ENDIF(JPEG_FOUND) -IF(JASPER_FOUND) - ADD_SUBDIRECTORY(jp2) -ENDIF(JASPER_FOUND) +#IF(JASPER_FOUND) +# ADD_SUBDIRECTORY(jp2) +#ENDIF(JASPER_FOUND) IF(OPENEXR_FOUND) ADD_SUBDIRECTORY(exr) ENDIF(OPENEXR_FOUND) @@ -185,7 +185,7 @@ ADD_SUBDIRECTORY(osgtgz) ADD_SUBDIRECTORY(tgz) -ADD_SUBDIRECTORY(txp) +#ADD_SUBDIRECTORY(txp) ADD_SUBDIRECTORY(shp) ADD_SUBDIRECTORY(txf) mingw32-OSG-jpeg-boolean-fix.diff: ReaderWriterJPEG.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- NEW FILE mingw32-OSG-jpeg-boolean-fix.diff --- --- OpenSceneGraph-2.8.2.orig/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp 2009-07-17 09:50:06.000000000 +0200 +++ OpenSceneGraph-2.8.2/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp 2009-10-14 18:52:58.000000000 +0200 @@ -81,7 +81,7 @@ struct jpeg_source_mgr pub; /* public fields */ std::istream * infile; /* source stream */ JOCTET * buffer; /* start of buffer */ - boolean start_of_file; /* have we gotten any data yet? */ + jpeg_boolean start_of_file; /* have we gotten any data yet? */ } stream_source_mgr; typedef stream_source_mgr * stream_src_ptr; @@ -138,7 +138,7 @@ * the front of the buffer rather than discarding it. */ -boolean fill_input_buffer (j_decompress_ptr cinfo) +jpeg_boolean fill_input_buffer (j_decompress_ptr cinfo) { stream_src_ptr src = (stream_src_ptr) cinfo->src; size_t nbytes; @@ -305,7 +305,7 @@ * write it out when emptying the buffer externally. */ -boolean empty_output_buffer (j_compress_ptr cinfo) +jpeg_boolean empty_output_buffer (j_compress_ptr cinfo) { stream_dest_ptr dest = (stream_dest_ptr) cinfo->dest; --- NEW FILE mingw32-OpenSceneGraph.spec --- %global __strip %{_mingw32_strip} %global __objdump %{_mingw32_objdump} %global _use_internal_dependency_generator 0 %global __find_requires %{_mingw32_findrequires} %global __find_provides %{_mingw32_findprovides} %global apivers 2.8.2 %global srcvers 2.8.2 Name: mingw32-OpenSceneGraph Version: %{apivers} Release: 2%{?dist} Summary: Fedora mingw high performance real-time graphics toolkit Group: Development/Libraries # The OSGPL is just the wxWidgets license. License: wxWidgets URL: http://www.openscenegraph.org/ Source0: http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-%{version}/source/OpenSceneGraph-%{version}.zip #native versions patches: Patch0: OpenSceneGraph-%{version}.diff # mingw specific patches: Patch100: mingw32-OSG-disable-problematic-plugins.diff Patch101: mingw32-OSG-jpeg-boolean-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: mingw32-filesystem >= 35 BuildRequires: mingw32-gcc BuildRequires: mingw32-gcc-c++ BuildRequires: mingw32-binutils BuildRequires: mingw32-libjpeg BuildRequires: mingw32-libtiff BuildRequires: mingw32-libpng BuildRequires: mingw32-pthreads BuildRequires: mingw32-gtk2 BuildRequires: cmake Requires: pkgconfig # OSG packaging madness ;) %define OSGSRCDIR OpenSceneGraph-%{version} %description The OpenSceneGraph is an OpenSource, cross platform graphics toolkit for the development of high performance graphics applications such as flight simulators, games, virtual reality and scientific visualization. Based around the concept of a SceneGraph, it provides an object oriented framework on top of OpenGL freeing the developer from implementing and optimizing low level graphics calls, and provides many additional utilities for rapid development of graphics applications. %{_mingw32_description} # Automatically create a debuginfo package %{_mingw32_debug_package} %prep %setup -q -c cd %{OSGSRCDIR} %patch0 -p1 %patch100 -p1 %patch101 -p1 cd .. %build mkdir -p BUILD pushd BUILD %_mingw32_cmake -DBUILD_OSG_EXAMPLES=OFF -DBUILD_OSG_WRAPPERS=OFF -DBUILD_DOCUMENTATION=OFF ../%{OSGSRCDIR} make %{?_smp_mflags} popd %install rm -rf $RPM_BUILD_ROOT pushd BUILD make install DESTDIR=$RPM_BUILD_ROOT popd # fix non utf-8 encoding iconv --from=ISO-8859-1 --to=UTF-8 %{OSGSRCDIR}/AUTHORS.txt > %{OSGSRCDIR}/AUTHORS.txt.new && \ touch -r %{OSGSRCDIR}/AUTHORS.txt %{OSGSRCDIR}/AUTHORS.txt.new && \ mv %{OSGSRCDIR}/AUTHORS.txt.new %{OSGSRCDIR}/AUTHORS.txt %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc %{OSGSRCDIR}/{AUTHORS,LICENSE,NEWS,README}.txt %{_mingw32_libdir}/pkgconfig/openscenegraph.pc %dir %{_mingw32_bindir}/osgPlugins-%{apivers}/ %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_zip.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_x.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_vtf.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_txf.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_trans.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_tiff.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_tgz.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_tga.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_stl.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_shp.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_scale.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_rot.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_rgb.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_pnm.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_png.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_pic.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgwidget.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgvolume.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgviewer.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgtgz.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgtext.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgterrain.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgsim.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgshadow.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgparticle.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgfx.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osganimation.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osga.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osg.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_openflight.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_obj.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_normals.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_mdl.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_md2.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_lws.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_lwo.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_logo.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_jpeg.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_ive.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_hdr.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_gz.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_glsl.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_geo.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_dxf.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_dw.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_dot.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_dds.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_cfg.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_bvh.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_bsp.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_bmp.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_ac.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_3ds.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_3dc.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_freetype.dll %{_mingw32_bindir}/libosgWidget.dll %{_mingw32_bindir}/libosgVolume.dll %{_mingw32_bindir}/libosgViewer.dll %{_mingw32_bindir}/libosgUtil.dll %{_mingw32_bindir}/libosgText.dll %{_mingw32_bindir}/libosgTerrain.dll %{_mingw32_bindir}/libosgSim.dll %{_mingw32_bindir}/libosgShadow.dll %{_mingw32_bindir}/libosgParticle.dll %{_mingw32_bindir}/libosgManipulator.dll #%%{_mingw32_bindir}/libosgIntrospection.dll %{_mingw32_bindir}/libosgGA.dll %{_mingw32_bindir}/libosgFX.dll %{_mingw32_bindir}/libosgDB.dll %{_mingw32_bindir}/libosgAnimation.dll %{_mingw32_bindir}/libosg.dll %{_mingw32_bindir}/osgviewer.exe %{_mingw32_bindir}/osgversion.exe %{_mingw32_bindir}/osgfilecache.exe %{_mingw32_bindir}/osgconv.exe %{_mingw32_bindir}/osgarchive.exe %{_mingw32_libdir}/libosgWidget.dll.a %{_mingw32_libdir}/libosgVolume.dll.a %{_mingw32_libdir}/libosgViewer.dll.a %{_mingw32_libdir}/libosgUtil.dll.a %{_mingw32_libdir}/libosgText.dll.a %{_mingw32_libdir}/libosgTerrain.dll.a %{_mingw32_libdir}/libosgSim.dll.a %{_mingw32_libdir}/libosgShadow.dll.a %{_mingw32_libdir}/libosgParticle.dll.a %{_mingw32_libdir}/libosgManipulator.dll.a #%%{_mingw32_libdir}/libosgIntrospection.dll.a %{_mingw32_libdir}/libosgGA.dll.a %{_mingw32_libdir}/libosgFX.dll.a %{_mingw32_libdir}/libosgDB.dll.a %{_mingw32_libdir}/libosgAnimation.dll.a %{_mingw32_libdir}/libosg.dll.a %{_mingw32_includedir}/osg* # OpenThreads %package -n mingw32-OpenThreads Summary: OpenThreads Group: Development/Libraries License: wxWidgets Requires: pkgconfig %description -n mingw32-OpenThreads OpenThreads is intended to provide a minimal & complete Object-Oriented (OO) thread interface for C++ programmers. It is loosely modeled on the Java thread API, and the POSIX Threads standards. The architecture of the library is designed around "swappable" thread models which are defined at compile-time in a shared object library. %{_mingw32_description} %files -n mingw32-OpenThreads %defattr(-,root,root,-) %doc %{OSGSRCDIR}/{AUTHORS,LICENSE,NEWS,README}.txt %{_mingw32_libdir}/pkgconfig/openthreads.pc %{_mingw32_libdir}/libOpenThreads.dll.a %{_mingw32_bindir}/libOpenThreads.dll %{_mingw32_includedir}/OpenThreads %changelog * Thu Dec 17 2009 Stefan Riemens - 2.8.2-2 - Fix unowned directory * Tue Oct 20 2009 Stefan Riemens - 2.8.2-1 - Explicitly list every file created in %%files section - According to the mingw packagin guidelines - Don't build osg wrapper as they're not necessary - update BR * Fri Oct 16 2009 Stefan Riemens - 2.8.2-0 - Initial mingw release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-OpenSceneGraph/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 2 Jan 2010 20:18:15 -0000 1.1 +++ .cvsignore 3 Jan 2010 18:27:00 -0000 1.2 @@ -0,0 +1 @@ +OpenSceneGraph-2.8.2.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-OpenSceneGraph/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 2 Jan 2010 20:18:15 -0000 1.1 +++ sources 3 Jan 2010 18:27:00 -0000 1.2 @@ -0,0 +1 @@ +99d0b37f403b85b4559514b6b9849d9e OpenSceneGraph-2.8.2.zip From stefanriemens at fedoraproject.org Sun Jan 3 18:30:56 2010 From: stefanriemens at fedoraproject.org (stefanriemens) Date: Sun, 3 Jan 2010 18:30:56 +0000 (UTC) Subject: rpms/mingw32-OpenSceneGraph/devel OpenSceneGraph-2.8.2.diff, NONE, 1.1 import.log, NONE, 1.1 mingw32-OSG-disable-problematic-plugins.diff, NONE, 1.1 mingw32-OSG-jpeg-boolean-fix.diff, NONE, 1.1 mingw32-OpenSceneGraph.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20100103183056.8BBBC11C008D@cvs1.fedora.phx.redhat.com> Author: stefanriemens Update of /cvs/pkgs/rpms/mingw32-OpenSceneGraph/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23226/devel Modified Files: .cvsignore sources Added Files: OpenSceneGraph-2.8.2.diff import.log mingw32-OSG-disable-problematic-plugins.diff mingw32-OSG-jpeg-boolean-fix.diff mingw32-OpenSceneGraph.spec Log Message: * Sun Jan 3 2009 Stefan Riemens - 2.8.2-2 - initial cvs import OpenSceneGraph-2.8.2.diff: CMakeLists.txt | 4 ++-- CMakeModules/OsgMacroUtils.cmake | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) --- NEW FILE OpenSceneGraph-2.8.2.diff --- diff -Naur OpenSceneGraph-2.8.2.orig/CMakeLists.txt OpenSceneGraph-2.8.2/CMakeLists.txt --- OpenSceneGraph-2.8.2.orig/CMakeLists.txt 2009-07-28 08:02:27.000000000 +0200 +++ OpenSceneGraph-2.8.2/CMakeLists.txt 2009-08-17 17:39:09.000000000 +0200 @@ -717,7 +717,7 @@ ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs/osg32-32.png COPYONLY ) #INSTALL(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}ReferenceDocs-${OPENSCENEGRAPH_VERSION}.chm DESTINATION doc OPTIONAL COMPONENT openscenegraph-doc) - INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs DESTINATION doc COMPONENT openscenegraph-doc) + #INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenSceneGraphReferenceDocs DESTINATION doc COMPONENT openscenegraph-doc) # now set up openthreads documentation generation IF(BUILD_REF_DOCS_TAGFILE) @@ -733,7 +733,7 @@ ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs/osg32-32.png COPYONLY ) #INSTALL(FILES ${PROJECT_BINARY_DIR}/doc/${PROJECT_NAME}ReferenceDocs-${OPENSCENEGRAPH_VERSION}.chm DESTINATION doc OPTIONAL COMPONENT openscenegraph-doc) - INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs DESTINATION doc COMPONENT openthreads-doc) + #INSTALL(DIRECTORY ${PROJECT_BINARY_DIR}/doc/OpenThreadsReferenceDocs DESTINATION doc COMPONENT openthreads-doc) # Process our other doxyfiles but don't create targets for these CONFIGURE_FILE(${PROJECT_SOURCE_DIR}/doc/Doxyfiles/all_Doxyfile diff -Naur OpenSceneGraph-2.8.2.orig/CMakeModules/OsgMacroUtils.cmake OpenSceneGraph-2.8.2/CMakeModules/OsgMacroUtils.cmake --- OpenSceneGraph-2.8.2.orig/CMakeModules/OsgMacroUtils.cmake 2008-12-12 15:54:22.000000000 +0100 +++ OpenSceneGraph-2.8.2/CMakeModules/OsgMacroUtils.cmake 2009-08-17 17:39:09.000000000 +0200 @@ -307,7 +307,7 @@ IF(APPLE) INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION share/OpenSceneGraph/bin BUNDLE DESTINATION share/OpenSceneGraph/bin ) ELSE(APPLE) - INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION share/OpenSceneGraph/bin COMPONENT openscenegraph-examples ) + INSTALL(TARGETS ${TARGET_TARGETNAME} RUNTIME DESTINATION bin COMPONENT openscenegraph-examples ) ENDIF(APPLE) ENDMACRO(SETUP_EXAMPLE) --- NEW FILE import.log --- mingw32-OpenSceneGraph-2_8_2-2_fc12:HEAD:mingw32-OpenSceneGraph-2.8.2-2.fc12.src.rpm:1262543503 mingw32-OSG-disable-problematic-plugins.diff: CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- NEW FILE mingw32-OSG-disable-problematic-plugins.diff --- --- OpenSceneGraph-2.8.2.orig/src/osgPlugins/CMakeLists.txt 2009-01-14 21:32:06.000000000 +0100 +++ OpenSceneGraph-2.8.2/src/osgPlugins/CMakeLists.txt 2009-10-15 22:20:26.000000000 +0200 @@ -87,9 +87,9 @@ IF(JPEG_FOUND) ADD_SUBDIRECTORY(jpeg) ENDIF(JPEG_FOUND) -IF(JASPER_FOUND) - ADD_SUBDIRECTORY(jp2) -ENDIF(JASPER_FOUND) +#IF(JASPER_FOUND) +# ADD_SUBDIRECTORY(jp2) +#ENDIF(JASPER_FOUND) IF(OPENEXR_FOUND) ADD_SUBDIRECTORY(exr) ENDIF(OPENEXR_FOUND) @@ -185,7 +185,7 @@ ADD_SUBDIRECTORY(osgtgz) ADD_SUBDIRECTORY(tgz) -ADD_SUBDIRECTORY(txp) +#ADD_SUBDIRECTORY(txp) ADD_SUBDIRECTORY(shp) ADD_SUBDIRECTORY(txf) mingw32-OSG-jpeg-boolean-fix.diff: ReaderWriterJPEG.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- NEW FILE mingw32-OSG-jpeg-boolean-fix.diff --- --- OpenSceneGraph-2.8.2.orig/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp 2009-07-17 09:50:06.000000000 +0200 +++ OpenSceneGraph-2.8.2/src/osgPlugins/jpeg/ReaderWriterJPEG.cpp 2009-10-14 18:52:58.000000000 +0200 @@ -81,7 +81,7 @@ struct jpeg_source_mgr pub; /* public fields */ std::istream * infile; /* source stream */ JOCTET * buffer; /* start of buffer */ - boolean start_of_file; /* have we gotten any data yet? */ + jpeg_boolean start_of_file; /* have we gotten any data yet? */ } stream_source_mgr; typedef stream_source_mgr * stream_src_ptr; @@ -138,7 +138,7 @@ * the front of the buffer rather than discarding it. */ -boolean fill_input_buffer (j_decompress_ptr cinfo) +jpeg_boolean fill_input_buffer (j_decompress_ptr cinfo) { stream_src_ptr src = (stream_src_ptr) cinfo->src; size_t nbytes; @@ -305,7 +305,7 @@ * write it out when emptying the buffer externally. */ -boolean empty_output_buffer (j_compress_ptr cinfo) +jpeg_boolean empty_output_buffer (j_compress_ptr cinfo) { stream_dest_ptr dest = (stream_dest_ptr) cinfo->dest; --- NEW FILE mingw32-OpenSceneGraph.spec --- %global __strip %{_mingw32_strip} %global __objdump %{_mingw32_objdump} %global _use_internal_dependency_generator 0 %global __find_requires %{_mingw32_findrequires} %global __find_provides %{_mingw32_findprovides} %global apivers 2.8.2 %global srcvers 2.8.2 Name: mingw32-OpenSceneGraph Version: %{apivers} Release: 2%{?dist} Summary: Fedora mingw high performance real-time graphics toolkit Group: Development/Libraries # The OSGPL is just the wxWidgets license. License: wxWidgets URL: http://www.openscenegraph.org/ Source0: http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-%{version}/source/OpenSceneGraph-%{version}.zip #native versions patches: Patch0: OpenSceneGraph-%{version}.diff # mingw specific patches: Patch100: mingw32-OSG-disable-problematic-plugins.diff Patch101: mingw32-OSG-jpeg-boolean-fix.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: mingw32-filesystem >= 35 BuildRequires: mingw32-gcc BuildRequires: mingw32-gcc-c++ BuildRequires: mingw32-binutils BuildRequires: mingw32-libjpeg BuildRequires: mingw32-libtiff BuildRequires: mingw32-libpng BuildRequires: mingw32-pthreads BuildRequires: mingw32-gtk2 BuildRequires: cmake Requires: pkgconfig # OSG packaging madness ;) %define OSGSRCDIR OpenSceneGraph-%{version} %description The OpenSceneGraph is an OpenSource, cross platform graphics toolkit for the development of high performance graphics applications such as flight simulators, games, virtual reality and scientific visualization. Based around the concept of a SceneGraph, it provides an object oriented framework on top of OpenGL freeing the developer from implementing and optimizing low level graphics calls, and provides many additional utilities for rapid development of graphics applications. %{_mingw32_description} # Automatically create a debuginfo package %{_mingw32_debug_package} %prep %setup -q -c cd %{OSGSRCDIR} %patch0 -p1 %patch100 -p1 %patch101 -p1 cd .. %build mkdir -p BUILD pushd BUILD %_mingw32_cmake -DBUILD_OSG_EXAMPLES=OFF -DBUILD_OSG_WRAPPERS=OFF -DBUILD_DOCUMENTATION=OFF ../%{OSGSRCDIR} make %{?_smp_mflags} popd %install rm -rf $RPM_BUILD_ROOT pushd BUILD make install DESTDIR=$RPM_BUILD_ROOT popd # fix non utf-8 encoding iconv --from=ISO-8859-1 --to=UTF-8 %{OSGSRCDIR}/AUTHORS.txt > %{OSGSRCDIR}/AUTHORS.txt.new && \ touch -r %{OSGSRCDIR}/AUTHORS.txt %{OSGSRCDIR}/AUTHORS.txt.new && \ mv %{OSGSRCDIR}/AUTHORS.txt.new %{OSGSRCDIR}/AUTHORS.txt %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc %{OSGSRCDIR}/{AUTHORS,LICENSE,NEWS,README}.txt %{_mingw32_libdir}/pkgconfig/openscenegraph.pc %dir %{_mingw32_bindir}/osgPlugins-%{apivers}/ %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_zip.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_x.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_vtf.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_txf.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_trans.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_tiff.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_tgz.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_tga.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_stl.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_shp.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_scale.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_rot.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_rgb.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_pnm.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_png.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_pic.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgwidget.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgvolume.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgviewer.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgtgz.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgtext.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgterrain.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgsim.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgshadow.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgparticle.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osgfx.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osganimation.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osga.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_osg.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_openflight.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_obj.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_normals.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_mdl.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_md2.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_lws.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_lwo.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_logo.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_jpeg.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_ive.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_hdr.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_gz.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_glsl.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_geo.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_dxf.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_dw.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_dot.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_dds.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_cfg.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_bvh.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_bsp.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_bmp.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_ac.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_3ds.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_3dc.dll %{_mingw32_bindir}/osgPlugins-%{apivers}/mingw_osgdb_freetype.dll %{_mingw32_bindir}/libosgWidget.dll %{_mingw32_bindir}/libosgVolume.dll %{_mingw32_bindir}/libosgViewer.dll %{_mingw32_bindir}/libosgUtil.dll %{_mingw32_bindir}/libosgText.dll %{_mingw32_bindir}/libosgTerrain.dll %{_mingw32_bindir}/libosgSim.dll %{_mingw32_bindir}/libosgShadow.dll %{_mingw32_bindir}/libosgParticle.dll %{_mingw32_bindir}/libosgManipulator.dll #%%{_mingw32_bindir}/libosgIntrospection.dll %{_mingw32_bindir}/libosgGA.dll %{_mingw32_bindir}/libosgFX.dll %{_mingw32_bindir}/libosgDB.dll %{_mingw32_bindir}/libosgAnimation.dll %{_mingw32_bindir}/libosg.dll %{_mingw32_bindir}/osgviewer.exe %{_mingw32_bindir}/osgversion.exe %{_mingw32_bindir}/osgfilecache.exe %{_mingw32_bindir}/osgconv.exe %{_mingw32_bindir}/osgarchive.exe %{_mingw32_libdir}/libosgWidget.dll.a %{_mingw32_libdir}/libosgVolume.dll.a %{_mingw32_libdir}/libosgViewer.dll.a %{_mingw32_libdir}/libosgUtil.dll.a %{_mingw32_libdir}/libosgText.dll.a %{_mingw32_libdir}/libosgTerrain.dll.a %{_mingw32_libdir}/libosgSim.dll.a %{_mingw32_libdir}/libosgShadow.dll.a %{_mingw32_libdir}/libosgParticle.dll.a %{_mingw32_libdir}/libosgManipulator.dll.a #%%{_mingw32_libdir}/libosgIntrospection.dll.a %{_mingw32_libdir}/libosgGA.dll.a %{_mingw32_libdir}/libosgFX.dll.a %{_mingw32_libdir}/libosgDB.dll.a %{_mingw32_libdir}/libosgAnimation.dll.a %{_mingw32_libdir}/libosg.dll.a %{_mingw32_includedir}/osg* # OpenThreads %package -n mingw32-OpenThreads Summary: OpenThreads Group: Development/Libraries License: wxWidgets Requires: pkgconfig %description -n mingw32-OpenThreads OpenThreads is intended to provide a minimal & complete Object-Oriented (OO) thread interface for C++ programmers. It is loosely modeled on the Java thread API, and the POSIX Threads standards. The architecture of the library is designed around "swappable" thread models which are defined at compile-time in a shared object library. %{_mingw32_description} %files -n mingw32-OpenThreads %defattr(-,root,root,-) %doc %{OSGSRCDIR}/{AUTHORS,LICENSE,NEWS,README}.txt %{_mingw32_libdir}/pkgconfig/openthreads.pc %{_mingw32_libdir}/libOpenThreads.dll.a %{_mingw32_bindir}/libOpenThreads.dll %{_mingw32_includedir}/OpenThreads %changelog * Thu Dec 17 2009 Stefan Riemens - 2.8.2-2 - Fix unowned directory * Tue Oct 20 2009 Stefan Riemens - 2.8.2-1 - Explicitly list every file created in %%files section - According to the mingw packagin guidelines - Don't build osg wrapper as they're not necessary - update BR * Fri Oct 16 2009 Stefan Riemens - 2.8.2-0 - Initial mingw release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-OpenSceneGraph/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 2 Jan 2010 20:18:15 -0000 1.1 +++ .cvsignore 3 Jan 2010 18:30:56 -0000 1.2 @@ -0,0 +1 @@ +OpenSceneGraph-2.8.2.zip Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mingw32-OpenSceneGraph/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 2 Jan 2010 20:18:15 -0000 1.1 +++ sources 3 Jan 2010 18:30:56 -0000 1.2 @@ -0,0 +1 @@ +99d0b37f403b85b4559514b6b9849d9e OpenSceneGraph-2.8.2.zip From mschwendt at fedoraproject.org Sun Jan 3 19:28:42 2010 From: mschwendt at fedoraproject.org (Michael Schwendt) Date: Sun, 3 Jan 2010 19:28:42 +0000 (UTC) Subject: rpms/audacious-plugins/devel audacious-plugins.spec,1.77,1.78 Message-ID: <20100103192842.6019C11C008D@cvs1.fedora.phx.redhat.com> Author: mschwendt Update of /cvs/pkgs/rpms/audacious-plugins/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv984 Modified Files: audacious-plugins.spec Log Message: AUDPLUG-159 Index: audacious-plugins.spec =================================================================== RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/audacious-plugins.spec,v retrieving revision 1.77 retrieving revision 1.78 diff -u -p -r1.77 -r1.78 --- audacious-plugins.spec 2 Jan 2010 18:51:25 -0000 1.77 +++ audacious-plugins.spec 3 Jan 2010 19:28:42 -0000 1.78 @@ -33,7 +33,8 @@ Patch3: audacious-plugins-2.2-cfg_db_clo Patch4: audacious-plugins-2.2-bluetooth.patch # merged upstream Patch5: audacious-plugins-2.2-alarm.patch -# +# obsolete with version upgrade (AUDPLUG-159), but recheck that XMP's plugin +# no longer manages to insert non-URI filenames into the playlist Patch6: audacious-plugins-2.2-xspf-base.patch # merged upstream (AUDPLUG-160) Patch7: audacious-plugins-2.2-svis_expose.patch From beuc at fedoraproject.org Sun Jan 3 20:55:47 2010 From: beuc at fedoraproject.org (Sylvain Beucler) Date: Sun, 3 Jan 2010 20:55:47 +0000 (UTC) Subject: File freedink-data-1.08.20100103.tar.gz uploaded to lookaside cache by beuc Message-ID: <20100103205547.CEACF10F879@bastion.fedoraproject.org> A file has been added to the lookaside cache for freedink-data: 4ab81f83e085f8cee7ebb9893f344495 freedink-data-1.08.20100103.tar.gz From beuc at fedoraproject.org Sun Jan 3 21:00:03 2010 From: beuc at fedoraproject.org (Sylvain Beucler) Date: Sun, 3 Jan 2010 21:00:03 +0000 (UTC) Subject: rpms/freedink-data/devel .cvsignore, 1.4, 1.5 freedink-data.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <20100103210003.9638111C03F6@cvs1.fedora.phx.redhat.com> Author: beuc Update of /cvs/pkgs/rpms/freedink-data/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15693 Modified Files: .cvsignore freedink-data.spec sources Log Message: Update to 1.08.20100103 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/freedink-data/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 6 Jul 2009 08:52:35 -0000 1.4 +++ .cvsignore 3 Jan 2010 21:00:02 -0000 1.5 @@ -1 +1 @@ -freedink-data-1.08.20090706.tar.gz +freedink-data-1.08.20100103.tar.gz Index: freedink-data.spec =================================================================== RCS file: /cvs/pkgs/rpms/freedink-data/devel/freedink-data.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- freedink-data.spec 24 Jul 2009 23:07:08 -0000 1.5 +++ freedink-data.spec 3 Jan 2010 21:00:02 -0000 1.6 @@ -1,6 +1,6 @@ Name: freedink-data -Version: 1.08.20090706 -Release: 2%{?dist} +Version: 1.08.20100103 +Release: 1%{?dist} Summary: Adventure and role-playing game (game data) Group: Amusements/Games @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 3 2010 Sylvain Beucler - 1.08.20100103-1 +- New upstream release + * Fri Jul 24 2009 Fedora Release Engineering - 1.08.20090706-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/freedink-data/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 6 Jul 2009 08:52:35 -0000 1.4 +++ sources 3 Jan 2010 21:00:02 -0000 1.5 @@ -1 +1 @@ -741b9777a589e1918bdfb927a96c2546 freedink-data-1.08.20090706.tar.gz +4ab81f83e085f8cee7ebb9893f344495 freedink-data-1.08.20100103.tar.gz From robert at fedoraproject.org Sun Jan 3 21:28:15 2010 From: robert at fedoraproject.org (Robert Scheck) Date: Sun, 3 Jan 2010 21:28:15 +0000 (UTC) Subject: File vnstat-1.10.tar.gz uploaded to lookaside cache by robert Message-ID: <20100103212815.5923610F893@bastion.fedoraproject.org> A file has been added to the lookaside cache for vnstat: 95421d968689130590348ceb80ff74a8 vnstat-1.10.tar.gz From robert at fedoraproject.org Sun Jan 3 21:29:05 2010 From: robert at fedoraproject.org (Robert Scheck) Date: Sun, 3 Jan 2010 21:29:05 +0000 (UTC) Subject: rpms/vnstat/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 vnstat.spec, 1.17, 1.18 vnstat-1.9-overflow.patch, 1.1, NONE Message-ID: <20100103212905.0B62111C008D@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/vnstat/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20797 Modified Files: .cvsignore sources vnstat.spec Removed Files: vnstat-1.9-overflow.patch Log Message: Upgrade to 1.10 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/vnstat/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 26 Dec 2009 13:26:10 -0000 1.5 +++ .cvsignore 3 Jan 2010 21:29:04 -0000 1.6 @@ -1 +1 @@ -vnstat-1.9.tar.gz +vnstat-1.10.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/vnstat/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 26 Dec 2009 13:26:10 -0000 1.5 +++ sources 3 Jan 2010 21:29:04 -0000 1.6 @@ -1 +1 @@ -ebaf8352fa3674faea2fe2ce1001a38d vnstat-1.9.tar.gz +95421d968689130590348ceb80ff74a8 vnstat-1.10.tar.gz Index: vnstat.spec =================================================================== RCS file: /cvs/pkgs/rpms/vnstat/devel/vnstat.spec,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- vnstat.spec 26 Dec 2009 15:45:45 -0000 1.17 +++ vnstat.spec 3 Jan 2010 21:29:04 -0000 1.18 @@ -1,13 +1,12 @@ Summary: Console-based network traffic monitor Name: vnstat -Version: 1.9 -Release: 2%{?dist} +Version: 1.10 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Daemons URL: http://humdi.net/vnstat/ Source: http://humdi.net/vnstat/vnstat-%{version}.tar.gz -Patch0: vnstat-1.9-overflow.patch Requires(pre): shadow-utils Requires(post): chkconfig Requires(preun): chkconfig @@ -24,7 +23,6 @@ be used without root permissions. See th %prep %setup -q -%patch0 -p1 -b .overflow # disable maximum bandwidth setting %{__sed} -e "s,MaxBandwidth 100,MaxBandwidth 0,g" \ @@ -131,6 +129,9 @@ fi %attr(-,vnstat,vnstat)%{_localstatedir}/lib/%{name} %changelog +* Sun Jan 03 2010 Robert Scheck - 1.10-1 +- Upgrade to 1.10 + * Sat Dec 26 2009 Robert Scheck - 1.9-2 - Work around a buffer overflow in vnstati until 1.10 (#550635) --- vnstat-1.9-overflow.patch DELETED --- From sciurius at fedoraproject.org Sun Jan 3 21:42:16 2010 From: sciurius at fedoraproject.org (Johan Vromans) Date: Sun, 3 Jan 2010 21:42:16 +0000 (UTC) Subject: File chordii-4.3.tar.gz uploaded to lookaside cache by sciurius Message-ID: <20100103214216.99D5C10F879@bastion.fedoraproject.org> A file has been added to the lookaside cache for chordii: 24d431c7e03549913b35d85cd9c4e41a chordii-4.3.tar.gz From dsd at fedoraproject.org Sun Jan 3 21:42:27 2010 From: dsd at fedoraproject.org (Daniel Drake) Date: Sun, 3 Jan 2010 21:42:27 +0000 (UTC) Subject: File bitfrost-1.0.5.tar.bz2 uploaded to lookaside cache by dsd Message-ID: <20100103214227.D734410F879@bastion.fedoraproject.org> A file has been added to the lookaside cache for bitfrost: 167e39e6d9bf9f1e3bb37252e542bb1e bitfrost-1.0.5.tar.bz2 From sciurius at fedoraproject.org Sun Jan 3 21:43:30 2010 From: sciurius at fedoraproject.org (Johan Vromans) Date: Sun, 3 Jan 2010 21:43:30 +0000 (UTC) Subject: rpms/chordii/devel chordii-4.3-makefile.patch, NONE, 1.1 chordii.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20100103214330.7AD7C11C008D@cvs1.fedora.phx.redhat.com> Author: sciurius Update of /cvs/pkgs/rpms/chordii/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23458/devel Modified Files: .cvsignore sources Added Files: chordii-4.3-makefile.patch chordii.spec import.log Log Message: Initial import from upstream 4.3. chordii-4.3-makefile.patch: Makefile.am | 1 - Makefile.in | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) --- NEW FILE chordii-4.3-makefile.patch --- --- man/Makefile.am~ 2008-03-03 11:05:44.000000000 +0100 +++ man/Makefile.am 2009-01-30 12:00:13.000000000 +0100 @@ -1,2 +1 @@ dist_man_MANS = chordii.1 a2crd.1 -man_MANS = chordii.1 a2crd.1 --- man/Makefile.in~ 2008-06-14 19:29:37.000000000 +0200 +++ man/Makefile.in 2009-01-30 12:01:33.000000000 +0100 @@ -44,7 +44,7 @@ man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" NROFF = nroff -MANS = $(dist_man_MANS) $(man_MANS) +MANS = $(dist_man_MANS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ @@ -133,7 +133,6 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ dist_man_MANS = chordii.1 a2crd.1 -man_MANS = chordii.1 a2crd.1 all: all-am .SUFFIXES: --- NEW FILE chordii.spec --- Summary: Print songsbooks (lyrics + chords) Name: chordii Version: 4.3 Release: 1%{?dist} URL: http://chordii.sourceforge.net Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-%{version}-makefile.patch License: GPLv3+ Group: Applications/Publishing BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Obsoletes: chordie >= 0 chord >= 0 %description chordii provides guitar players and other musicians with a tool to produce good looking, self-descriptive music sheets from text files. chordii reads text files in chordpro format, containing the lyrics of songs, the chords to be played, their descriptions and some other optional data. It produces a PostScript document suitable for viewing and printing. chordii features include: - centered titles, - chord names above the words, - chord diagrams at the end of the songs, - multiple columns on a page, - multiple logical pages per physical pages (1, 2 or 4), - configurable fonts and sizes, - the complete ISO 8859-1 character set, - chorus marking, - automated chord transposition, - songbook creation: typeset multiple songs with page numbers and a table of contents. %prep %setup -q # Fix Makefiles to avoid double install of manual pages. %patch0 -p0 -b .mak %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} INSTALL="install -p" install %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README NEWS COPYING examples/ %{_bindir}/* %{_mandir}/man1/* %changelog * Mon Jul 13 2009 Johan Vromans - 4.3-1 - Rebase on GPL Chord 3.6.4. * Sat Jan 31 2009 Johan Vromans - 4.2-5 - Changed examples/* to examples/ to include all examples in a dir * Fri Jan 30 2009 Johan Vromans - 4.2-4 - Fixed changelog entries involving %% to prevent macro expansion * Fri Jan 30 2009 Johan Vromans - 4.2-3 - Fixed URL and Source urls - Added %%{?dist} to Release - Fixed missing (optional) argument to %%defattr - Changed examples to examples/* to include all examples * Fri Jan 30 2009 Johan Vromans - 4.2-2 - Update description - Add patch to fix Makefiles to avoid double install of manual pages - use smp_mflags - use install -p * Thu Jan 29 2009 Johan Vromans - 4.2-1 - First Fedora version --- NEW FILE import.log --- chordii-4_3-1_fc10:HEAD:chordii-4.3-1.fc10.src.rpm:1262554891 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/chordii/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 2 Jan 2010 20:17:14 -0000 1.1 +++ .cvsignore 3 Jan 2010 21:43:29 -0000 1.2 @@ -0,0 +1 @@ +chordii-4.3.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/chordii/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 2 Jan 2010 20:17:14 -0000 1.1 +++ sources 3 Jan 2010 21:43:30 -0000 1.2 @@ -0,0 +1 @@ +24d431c7e03549913b35d85cd9c4e41a chordii-4.3.tar.gz From dsd at fedoraproject.org Sun Jan 3 21:46:38 2010 From: dsd at fedoraproject.org (Daniel Drake) Date: Sun, 3 Jan 2010 21:46:38 +0000 (UTC) Subject: rpms/bitfrost/devel .cvsignore, 1.5, 1.6 bitfrost.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <20100103214638.C34F511C008D@cvs1.fedora.phx.redhat.com> Author: dsd Update of /cvs/pkgs/rpms/bitfrost/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24235 Modified Files: .cvsignore bitfrost.spec sources Log Message: v1.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bitfrost/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 23 Nov 2009 16:29:06 -0000 1.5 +++ .cvsignore 3 Jan 2010 21:46:38 -0000 1.6 @@ -1 +1 @@ -bitfrost-1.0.4.tar.bz2 +bitfrost-1.0.5.tar.bz2 Index: bitfrost.spec =================================================================== RCS file: /cvs/pkgs/rpms/bitfrost/devel/bitfrost.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- bitfrost.spec 23 Nov 2009 16:29:06 -0000 1.5 +++ bitfrost.spec 3 Jan 2010 21:46:38 -0000 1.6 @@ -1,7 +1,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: bitfrost -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist} Summary: OLPC bitfrost security modules @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 3 2010 Daniel Drake 1.0.5-1 +- Version bump + * Thu Nov 12 2009 Daniel Drake 1.0.4-1 - Version bump Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bitfrost/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 23 Nov 2009 16:29:06 -0000 1.5 +++ sources 3 Jan 2010 21:46:38 -0000 1.6 @@ -1 +1 @@ -332c75ca3772ef4db7433eeec4aafb93 bitfrost-1.0.4.tar.bz2 +167e39e6d9bf9f1e3bb37252e542bb1e bitfrost-1.0.5.tar.bz2 From dsd at fedoraproject.org Sun Jan 3 21:47:49 2010 From: dsd at fedoraproject.org (Daniel Drake) Date: Sun, 3 Jan 2010 21:47:49 +0000 (UTC) Subject: rpms/bitfrost/F-12 .cvsignore, 1.4, 1.5 bitfrost.spec, 1.5, 1.6 sources, 1.4, 1.5 Message-ID: <20100103214749.F311611C008D@cvs1.fedora.phx.redhat.com> Author: dsd Update of /cvs/pkgs/rpms/bitfrost/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24618 Modified Files: .cvsignore bitfrost.spec sources Log Message: v1.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bitfrost/F-12/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 9 Dec 2009 17:32:43 -0000 1.4 +++ .cvsignore 3 Jan 2010 21:47:49 -0000 1.5 @@ -1 +1 @@ -bitfrost-1.0.4.tar.bz2 +bitfrost-1.0.5.tar.bz2 Index: bitfrost.spec =================================================================== RCS file: /cvs/pkgs/rpms/bitfrost/F-12/bitfrost.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- bitfrost.spec 9 Dec 2009 17:32:43 -0000 1.5 +++ bitfrost.spec 3 Jan 2010 21:47:49 -0000 1.6 @@ -1,7 +1,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: bitfrost -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist} Summary: OLPC bitfrost security modules @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 3 2010 Daniel Drake 1.0.5-1 +- Version bump + * Wed Dec 9 2009 Daniel Drake 1.0.4-1 - Version bump Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bitfrost/F-12/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 9 Dec 2009 17:32:43 -0000 1.4 +++ sources 3 Jan 2010 21:47:49 -0000 1.5 @@ -1 +1 @@ -332c75ca3772ef4db7433eeec4aafb93 bitfrost-1.0.4.tar.bz2 +167e39e6d9bf9f1e3bb37252e542bb1e bitfrost-1.0.5.tar.bz2 From dsd at fedoraproject.org Sun Jan 3 21:47:58 2010 From: dsd at fedoraproject.org (Daniel Drake) Date: Sun, 3 Jan 2010 21:47:58 +0000 (UTC) Subject: rpms/bitfrost/F-11 .cvsignore, 1.3, 1.4 bitfrost.spec, 1.4, 1.5 sources, 1.5, 1.6 Message-ID: <20100103214758.132AE11C008D@cvs1.fedora.phx.redhat.com> Author: dsd Update of /cvs/pkgs/rpms/bitfrost/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24682 Modified Files: .cvsignore bitfrost.spec sources Log Message: v1.0.5 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bitfrost/F-11/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- .cvsignore 23 Nov 2009 16:45:02 -0000 1.3 +++ .cvsignore 3 Jan 2010 21:47:57 -0000 1.4 @@ -1 +1 @@ -bitfrost-1.0.4.tar.bz2 +bitfrost-1.0.5.tar.bz2 Index: bitfrost.spec =================================================================== RCS file: /cvs/pkgs/rpms/bitfrost/F-11/bitfrost.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- bitfrost.spec 23 Nov 2009 16:45:02 -0000 1.4 +++ bitfrost.spec 3 Jan 2010 21:47:57 -0000 1.5 @@ -1,7 +1,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: bitfrost -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist} Summary: OLPC bitfrost security modules @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 3 2010 Daniel Drake 1.0.5-1 +- Version bump + * Thu Nov 12 2009 Daniel Drake 1.0.4-1 - Version bump Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bitfrost/F-11/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 23 Nov 2009 16:45:02 -0000 1.5 +++ sources 3 Jan 2010 21:47:57 -0000 1.6 @@ -1 +1 @@ -332c75ca3772ef4db7433eeec4aafb93 bitfrost-1.0.4.tar.bz2 +167e39e6d9bf9f1e3bb37252e542bb1e bitfrost-1.0.5.tar.bz2 From sciurius at fedoraproject.org Sun Jan 3 21:48:24 2010 From: sciurius at fedoraproject.org (Johan Vromans) Date: Sun, 3 Jan 2010 21:48:24 +0000 (UTC) Subject: rpms/chordii/F-11 chordii-4.3-makefile.patch, NONE, 1.1 chordii.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20100103214824.78BB911C008D@cvs1.fedora.phx.redhat.com> Author: sciurius Update of /cvs/pkgs/rpms/chordii/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24826/F-11 Modified Files: .cvsignore sources Added Files: chordii-4.3-makefile.patch chordii.spec import.log Log Message: Initial import from upstream 4.3. chordii-4.3-makefile.patch: Makefile.am | 1 - Makefile.in | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) --- NEW FILE chordii-4.3-makefile.patch --- --- man/Makefile.am~ 2008-03-03 11:05:44.000000000 +0100 +++ man/Makefile.am 2009-01-30 12:00:13.000000000 +0100 @@ -1,2 +1 @@ dist_man_MANS = chordii.1 a2crd.1 -man_MANS = chordii.1 a2crd.1 --- man/Makefile.in~ 2008-06-14 19:29:37.000000000 +0200 +++ man/Makefile.in 2009-01-30 12:01:33.000000000 +0100 @@ -44,7 +44,7 @@ man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" NROFF = nroff -MANS = $(dist_man_MANS) $(man_MANS) +MANS = $(dist_man_MANS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ @@ -133,7 +133,6 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ dist_man_MANS = chordii.1 a2crd.1 -man_MANS = chordii.1 a2crd.1 all: all-am .SUFFIXES: --- NEW FILE chordii.spec --- Summary: Print songsbooks (lyrics + chords) Name: chordii Version: 4.3 Release: 1%{?dist} URL: http://chordii.sourceforge.net Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-%{version}-makefile.patch License: GPLv3+ Group: Applications/Publishing BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Obsoletes: chordie >= 0 chord >= 0 %description chordii provides guitar players and other musicians with a tool to produce good looking, self-descriptive music sheets from text files. chordii reads text files in chordpro format, containing the lyrics of songs, the chords to be played, their descriptions and some other optional data. It produces a PostScript document suitable for viewing and printing. chordii features include: - centered titles, - chord names above the words, - chord diagrams at the end of the songs, - multiple columns on a page, - multiple logical pages per physical pages (1, 2 or 4), - configurable fonts and sizes, - the complete ISO 8859-1 character set, - chorus marking, - automated chord transposition, - songbook creation: typeset multiple songs with page numbers and a table of contents. %prep %setup -q # Fix Makefiles to avoid double install of manual pages. %patch0 -p0 -b .mak %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} INSTALL="install -p" install %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README NEWS COPYING examples/ %{_bindir}/* %{_mandir}/man1/* %changelog * Mon Jul 13 2009 Johan Vromans - 4.3-1 - Rebase on GPL Chord 3.6.4. * Sat Jan 31 2009 Johan Vromans - 4.2-5 - Changed examples/* to examples/ to include all examples in a dir * Fri Jan 30 2009 Johan Vromans - 4.2-4 - Fixed changelog entries involving %% to prevent macro expansion * Fri Jan 30 2009 Johan Vromans - 4.2-3 - Fixed URL and Source urls - Added %%{?dist} to Release - Fixed missing (optional) argument to %%defattr - Changed examples to examples/* to include all examples * Fri Jan 30 2009 Johan Vromans - 4.2-2 - Update description - Add patch to fix Makefiles to avoid double install of manual pages - use smp_mflags - use install -p * Thu Jan 29 2009 Johan Vromans - 4.2-1 - First Fedora version --- NEW FILE import.log --- chordii-4_3-1_fc10:F-11:chordii-4.3-1.fc10.src.rpm:1262555203 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/chordii/F-11/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 2 Jan 2010 20:17:14 -0000 1.1 +++ .cvsignore 3 Jan 2010 21:48:24 -0000 1.2 @@ -0,0 +1 @@ +chordii-4.3.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/chordii/F-11/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 2 Jan 2010 20:17:14 -0000 1.1 +++ sources 3 Jan 2010 21:48:24 -0000 1.2 @@ -0,0 +1 @@ +24d431c7e03549913b35d85cd9c4e41a chordii-4.3.tar.gz From sciurius at fedoraproject.org Sun Jan 3 21:50:42 2010 From: sciurius at fedoraproject.org (Johan Vromans) Date: Sun, 3 Jan 2010 21:50:42 +0000 (UTC) Subject: rpms/chordii/F-12 chordii-4.3-makefile.patch, NONE, 1.1 chordii.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <20100103215042.671EE11C008D@cvs1.fedora.phx.redhat.com> Author: sciurius Update of /cvs/pkgs/rpms/chordii/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25414/F-12 Modified Files: .cvsignore sources Added Files: chordii-4.3-makefile.patch chordii.spec import.log Log Message: Initial import from upstream 4.3. chordii-4.3-makefile.patch: Makefile.am | 1 - Makefile.in | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) --- NEW FILE chordii-4.3-makefile.patch --- --- man/Makefile.am~ 2008-03-03 11:05:44.000000000 +0100 +++ man/Makefile.am 2009-01-30 12:00:13.000000000 +0100 @@ -1,2 +1 @@ dist_man_MANS = chordii.1 a2crd.1 -man_MANS = chordii.1 a2crd.1 --- man/Makefile.in~ 2008-06-14 19:29:37.000000000 +0200 +++ man/Makefile.in 2009-01-30 12:01:33.000000000 +0100 @@ -44,7 +44,7 @@ man1dir = $(mandir)/man1 am__installdirs = "$(DESTDIR)$(man1dir)" NROFF = nroff -MANS = $(dist_man_MANS) $(man_MANS) +MANS = $(dist_man_MANS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALLOCA = @ALLOCA@ @@ -133,7 +133,6 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ dist_man_MANS = chordii.1 a2crd.1 -man_MANS = chordii.1 a2crd.1 all: all-am .SUFFIXES: --- NEW FILE chordii.spec --- Summary: Print songsbooks (lyrics + chords) Name: chordii Version: 4.3 Release: 1%{?dist} URL: http://chordii.sourceforge.net Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: %{name}-%{version}-makefile.patch License: GPLv3+ Group: Applications/Publishing BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Obsoletes: chordie >= 0 chord >= 0 %description chordii provides guitar players and other musicians with a tool to produce good looking, self-descriptive music sheets from text files. chordii reads text files in chordpro format, containing the lyrics of songs, the chords to be played, their descriptions and some other optional data. It produces a PostScript document suitable for viewing and printing. chordii features include: - centered titles, - chord names above the words, - chord diagrams at the end of the songs, - multiple columns on a page, - multiple logical pages per physical pages (1, 2 or 4), - configurable fonts and sizes, - the complete ISO 8859-1 character set, - chorus marking, - automated chord transposition, - songbook creation: typeset multiple songs with page numbers and a table of contents. %prep %setup -q # Fix Makefiles to avoid double install of manual pages. %patch0 -p0 -b .mak %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make DESTDIR=%{buildroot} INSTALL="install -p" install %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README NEWS COPYING examples/ %{_bindir}/* %{_mandir}/man1/* %changelog * Mon Jul 13 2009 Johan Vromans - 4.3-1 - Rebase on GPL Chord 3.6.4. * Sat Jan 31 2009 Johan Vromans - 4.2-5 - Changed examples/* to examples/ to include all examples in a dir * Fri Jan 30 2009 Johan Vromans - 4.2-4 - Fixed changelog entries involving %% to prevent macro expansion * Fri Jan 30 2009 Johan Vromans - 4.2-3 - Fixed URL and Source urls - Added %%{?dist} to Release - Fixed missing (optional) argument to %%defattr - Changed examples to examples/* to include all examples * Fri Jan 30 2009 Johan Vromans - 4.2-2 - Update description - Add patch to fix Makefiles to avoid double install of manual pages - use smp_mflags - use install -p * Thu Jan 29 2009 Johan Vromans - 4.2-1 - First Fedora version --- NEW FILE import.log --- chordii-4_3-1_fc10:F-12:chordii-4.3-1.fc10.src.rpm:1262555349 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/chordii/F-12/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- .cvsignore 2 Jan 2010 20:17:14 -0000 1.1 +++ .cvsignore 3 Jan 2010 21:50:42 -0000 1.2 @@ -0,0 +1 @@ +chordii-4.3.tar.gz Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/chordii/F-12/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- sources 2 Jan 2010 20:17:14 -0000 1.1 +++ sources 3 Jan 2010 21:50:42 -0000 1.2 @@ -0,0 +1 @@ +24d431c7e03549913b35d85cd9c4e41a chordii-4.3.tar.gz From pkgdb at fedoraproject.org Sun Jan 3 22:10:55 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 22:10:55 +0000 Subject: [pkgdb] emacs ownership updated Message-ID: <20100103221049.B9BEB10F893@bastion.fedoraproject.org> Package emacs in Fedora devel is now owned by jgu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/emacs From pkgdb at fedoraproject.org Sun Jan 3 22:11:02 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 22:11:02 +0000 Subject: [pkgdb] emacs ownership updated Message-ID: <20100103221056.C9C3A10F893@bastion.fedoraproject.org> Package emacs in Fedora devel is now owned by jgu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/emacs From pkgdb at fedoraproject.org Sun Jan 3 22:11:24 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 22:11:24 +0000 Subject: [pkgdb] emacs ownership updated Message-ID: <20100103221122.9008E10F88B@bastion.fedoraproject.org> Package emacs in Fedora 9 is now owned by jgu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/emacs From pkgdb at fedoraproject.org Sun Jan 3 22:18:01 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Sun, 03 Jan 2010 22:18:01 +0000 Subject: [pkgdb] emacs ownership updated Message-ID: <20100103221808.BE4EE10F893@bastion.fedoraproject.org> Package emacs in Fedora devel is now owned by jgu To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/emacs From rdieter at fedoraproject.org Sun Jan 3 22:35:14 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 22:35:14 +0000 (UTC) Subject: File rasqal-0.9.17.tar.gz uploaded to lookaside cache by rdieter Message-ID: <20100103223514.B3B6110F893@bastion.fedoraproject.org> A file has been added to the lookaside cache for rasqal: ee65a1c55da27d95f50d1e667b98d1d0 rasqal-0.9.17.tar.gz From rdieter at fedoraproject.org Sun Jan 3 22:36:44 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 22:36:44 +0000 (UTC) Subject: rpms/rasqal/devel .cvsignore, 1.4, 1.5 rasqal.spec, 1.10, 1.11 sources, 1.4, 1.5 Message-ID: <20100103223644.B031011C008D@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/rasqal/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32320 Modified Files: .cvsignore rasqal.spec sources Log Message: * Sun Jan 03 2010 Rex Dieter = 1.4.16 -BuildRequires: raptor-devel >= 1.4.16 -BuildRequires: gtk-doc -BuildRequires: pcre-devel BuildRequires: libxml2-devel +BuildRequires: mpfr-devel +BuildRequires: pcre-devel +BuildRequires: raptor-devel >= 1.4.18 # for the testsuite -#BuildRequires: perl(XML::DOM) +BuildRequires: perl(XML::DOM) + +#Requires: raptor >= 1.4.18 %description Rasqal is a library providing full support for querying Resource @@ -24,17 +25,16 @@ the queries, executing them and returnin handles the RDF Data Query Language (RDQL) and SPARQL Query language. %package devel - Summary: Development files for the Rasqal RDF libraries - Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: raptor-devel >= 1.4.16 +Requires: gtk-doc Requires: pkgconfig - +Requires: raptor-devel %description devel Libraries, includes etc to develop with the Rasqal RDF query language library. + %prep %setup -q @@ -50,47 +50,58 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{ make %{?_smp_mflags} -%check -#make check %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_mandir}/man1 -install -d $RPM_BUILD_ROOT%{_mandir}/man3 +make install DESTDIR=$RPM_BUILD_ROOT + +# unpackaged files +rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la -make DESTDIR=$RPM_BUILD_ROOT install -find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; + +%check +%ifarch ppc64 +make -k check ||: +%else +make -k check +%endif %clean rm -rf $RPM_BUILD_ROOT + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README %doc LICENSE-2.0.txt NOTICE %doc *.html %{_bindir}/roqet -%{_libdir}/librasqal.so.0* +%{_libdir}/librasqal.so.2* %{_mandir}/man1/roqet.1* -%{_mandir}/man3/librasqal.3* %files devel %defattr(-,root,root,-) %doc docs/README.html -%{_libdir}/librasqal.so -%{_includedir}/rasqal* %{_bindir}/rasqal-config -%{_mandir}/man1/rasqal-config.1* +%{_includedir}/rasqal/ +%{_libdir}/librasqal.so %{_libdir}/pkgconfig/rasqal.pc +%{_mandir}/man1/rasqal-config.1* +%{_mandir}/man3/librasqal.3* %{_datadir}/gtk-doc/html/rasqal/ + %changelog +* Sun Jan 03 2010 Rex Dieter - 0.9.15-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rasqal/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 9 Feb 2008 03:39:00 -0000 1.4 +++ sources 3 Jan 2010 22:36:43 -0000 1.5 @@ -1 +1 @@ -22aa82cd8953e2a870b6f183268a957f rasqal-0.9.15.tar.gz +ee65a1c55da27d95f50d1e667b98d1d0 rasqal-0.9.17.tar.gz From rdieter at fedoraproject.org Sun Jan 3 22:36:56 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 22:36:56 +0000 (UTC) Subject: File redland-1.0.10.tar.gz uploaded to lookaside cache by rdieter Message-ID: <20100103223656.0E9AC10F879@bastion.fedoraproject.org> A file has been added to the lookaside cache for redland: bdbb9b8dc614fc09a14cd646079619e1 redland-1.0.10.tar.gz From robert at fedoraproject.org Sun Jan 3 22:45:03 2010 From: robert at fedoraproject.org (Robert Scheck) Date: Sun, 3 Jan 2010 22:45:03 +0000 (UTC) Subject: rpms/sendmail/devel sendmail-8.14.3-ipv6-bad-helo.patch, NONE, 1.1 sendmail.spec, 1.104, 1.105 Message-ID: <20100103224503.98D8511C008D@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/sendmail/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1435 Modified Files: sendmail.spec Added Files: sendmail-8.14.3-ipv6-bad-helo.patch Log Message: handle IPv6:::1 in block_bad_helo.m4 like 127.0.0.1 (#549217) sendmail-8.14.3-ipv6-bad-helo.patch: block_bad_helo.m4 | 2 ++ 1 file changed, 2 insertions(+) --- NEW FILE sendmail-8.14.3-ipv6-bad-helo.patch --- --- sendmail-8.14.3/cf/feature/block_bad_helo.m4 2006-06-16 00:49:30.000000000 +0200 +++ sendmail-8.14.3/cf/feature/block_bad_helo.m4.ipv6-bad-helo 2010-01-03 23:28:25.000000000 +0100 @@ -16,3 +16,5 @@ define(`_BLOCK_BAD_HELO_', `')dnl RELAY_DOMAIN(`127.0.0.1')dnl LOCAL_DOMAIN(`[127.0.0.1]')dnl +RELAY_DOMAIN(`IPv6:::1')dnl +LOCAL_DOMAIN(`[IPv6:::1]')dnl Index: sendmail.spec =================================================================== RCS file: /cvs/pkgs/rpms/sendmail/devel/sendmail.spec,v retrieving revision 1.104 retrieving revision 1.105 diff -u -p -r1.104 -r1.105 --- sendmail.spec 15 Dec 2009 14:40:42 -0000 1.104 +++ sendmail.spec 3 Jan 2010 22:45:02 -0000 1.105 @@ -14,7 +14,7 @@ Summary: A widely used Mail Transport Agent (MTA) Name: sendmail Version: 8.14.3 -Release: 9%{?dist} +Release: 10%{?dist} License: Sendmail Group: System Environment/Daemons URL: http://www.sendmail.org/ @@ -50,6 +50,7 @@ Patch17: sendmail-8.14.3-sharedmilter.pa Patch18: sendmail-8.14.3-switchfile.patch Patch19: sendmail-8.14.3-exitpanic.patch Patch20: sendmail-8.14.3-milterfdleaks.patch +Patch21: sendmail-8.14.3-ipv6-bad-helo.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tcp_wrappers-devel BuildRequires: db4-devel @@ -163,6 +164,7 @@ cp devtools/M4/UNIX/{,shared}library.m4 %patch18 -p1 -b .switchfile %patch19 -p1 -b .exitpanic %patch20 -p1 -b .milterfdleaks +%patch21 -p1 -b .ipv6-bad-helo for f in RELEASE_NOTES contrib/etrn.0; do iconv -f iso8859-1 -t utf8 -o ${f}{_,} && @@ -564,6 +566,9 @@ exit 0 %changelog +* Sun Jan 03 2010 Robert Scheck 8.14.3-10 +- handle IPv6:::1 in block_bad_helo.m4 like 127.0.0.1 (#549217) + * Tue Dec 15 2009 Miroslav Lichvar 8.14.3-9 - fix milter file descriptors leaks (#485426) - skip colon separator when parsing service name in ServiceSwitchFile From rdieter at fedoraproject.org Sun Jan 3 22:45:04 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 22:45:04 +0000 (UTC) Subject: rpms/redland/devel .cvsignore, 1.4, 1.5 redland.spec, 1.22, 1.23 sources, 1.4, 1.5 Message-ID: <20100103224504.AB21D11C008D@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/redland/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1475 Modified Files: .cvsignore redland.spec sources Log Message: * Sun Jan 03 2010 Rex Dieter - 1.0.10-1 - redland-1.0.10 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/redland/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 9 Feb 2008 03:42:45 -0000 1.4 +++ .cvsignore 3 Jan 2010 22:45:04 -0000 1.5 @@ -1 +1 @@ -redland-1.0.7.tar.gz +redland-1.0.10.tar.gz Index: redland.spec =================================================================== RCS file: /cvs/pkgs/rpms/redland/devel/redland.spec,v retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- redland.spec 24 Nov 2009 09:37:11 -0000 1.22 +++ redland.spec 3 Jan 2010 22:45:04 -0000 1.23 @@ -1,23 +1,23 @@ Name: redland -Version: 1.0.7 -Release: 10%{?dist}.2 +Version: 1.0.10 +Release: 1%{?dist} Summary: RDF Application Framework Group: System Environment/Libraries License: LGPLv2+ or ASL 2.0 URL: http://librdf.org/ -Source: http://download.librdf.org/source/%{name}-%{version}.tar.gz +Source0: http://download.librdf.org/source/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libxml2-devel >= 2.4.0 BuildRequires: curl-devel -BuildRequires: rasqal-devel >= 0.9.15 -BuildRequires: raptor-devel >= 1.4.16 BuildRequires: db4-devel -#BuildRequires: mysql-devel -BuildRequires: sqlite-devel +BuildRequires: libiodbc-devel +BuildRequires: libxml2-devel >= 2.4.0 +BuildRequires: mysql-devel BuildRequires: postgresql-devel -BuildRequires: gtk-doc +BuildRequires: raptor-devel >= 1.4.20 +BuildRequires: rasqal-devel >= 0.9.17 +BuildRequires: sqlite-devel %description Redland is a library that provides a high-level interface for RDF @@ -31,13 +31,14 @@ for RDF developers to experiment with th Summary: Libraries and header files for programs that use Redland Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: raptor-devel >= 1.4.16 -Requires: rasqal-devel >= 0.9.15 +Requires: gtk-doc Requires: pkgconfig - +Requires: raptor-devel +Requires: rasqal-devel %description devel Header files for development with Redland. + %prep %setup -q @@ -46,33 +47,31 @@ Header files for development with Redlan sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure %endif -# hack around SQLITE_API macro collision with newer sqlite -sed -i.REDLAND_SQLITE_API -e "s|SQLITE_API|REDLAND_SQLITE_API|" \ - configure.ac configure librdf/rdf_config.h.in librdf/rdf_storage_sqlite.c - - %build -# disable-static does not work if we override to use the system's libtool %configure \ --enable-release \ - --with-raptor=system --with-rasqal=system --with-threestore=no \ --disable-static make %{?_smp_mflags} -%check -make check %install rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install +make install DESTDIR=$RPM_BUILD_ROOT + +#unpackaged files find $RPM_BUILD_ROOT -name \*.la -exec rm {} \; +%check +make check + + %clean rm -rf $RPM_BUILD_ROOT + %files %defattr(-,root,root,-) %doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README @@ -82,29 +81,40 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/rdfproc %{_bindir}/redland-db-upgrade %dir %{_datadir}/redland -#{_datadir}/redland/mysql-v1.ttl -#{_datadir}/redland/mysql-v2.ttl +%{_datadir}/redland/mysql-v1.ttl +%{_datadir}/redland/mysql-v2.ttl %{_mandir}/man1/redland-db-upgrade.1* %{_mandir}/man1/rdfproc.1* %{_mandir}/man3/redland.3* +%dir %{_libdir}/redland +# these could be split out now +%{_libdir}/redland/librdf_storage_mysql.so +%{_libdir}/redland/librdf_storage_postgresql.so +%{_libdir}/redland/librdf_storage_sqlite.so +%{_libdir}/redland/librdf_storage_virtuoso.so %files devel %defattr(-,root,root,-) %{_bindir}/redland-config -%{_libdir}/librdf.so +%{_datadir}/redland/Redland.i +%{_datadir}/gtk-doc/html/redland/ %{_includedir}/redland.h -%{_includedir}/librdf.h +%{_includedir}/librdf.h %{_includedir}/rdf_*.h -%{_mandir}/man1/redland-config.1* +%{_libdir}/librdf.so %{_libdir}/pkgconfig/redland.pc -%{_datadir}/redland/Redland.i -%{_datadir}/gtk-doc/html/redland/ +%{_mandir}/man1/redland-config.1* + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %changelog +* Sun Jan 03 2010 Rex Dieter - 1.0.10-1 +- redland-1.0.10 + * Tue Nov 24 2009 Caol?n McNamara - 1.0.7-10.2 - Resolves: rhbz#540519 Rebuild against db4-4.8 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/redland/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 9 Feb 2008 03:42:45 -0000 1.4 +++ sources 3 Jan 2010 22:45:04 -0000 1.5 @@ -1 +1 @@ -4c066d3dcf6c25f8fb8c9007e73f293c redland-1.0.7.tar.gz +bdbb9b8dc614fc09a14cd646079619e1 redland-1.0.10.tar.gz From rdieter at fedoraproject.org Sun Jan 3 23:05:48 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 23:05:48 +0000 (UTC) Subject: rpms/slv2/devel slv2.spec,1.5,1.6 Message-ID: <20100103230548.47B1311C008D@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/slv2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4751 Modified Files: slv2.spec Log Message: * Sun Jan 03 2010 Rex Dieter - 0.6.6-3 - rebuild (rasqal/redland) Index: slv2.spec =================================================================== RCS file: /cvs/pkgs/rpms/slv2/devel/slv2.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- slv2.spec 27 Jul 2009 04:28:10 -0000 1.5 +++ slv2.spec 3 Jan 2010 23:05:46 -0000 1.6 @@ -1,7 +1,7 @@ Name: slv2 Summary: LV2 host library Version: 0.6.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: System Environment/Libraries Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2 @@ -90,6 +90,9 @@ rm -rf %{buildroot} %{_mandir}/man3/%{name}* %changelog +* Sun Jan 03 2010 Rex Dieter - 0.6.6-3 +- rebuild (rasqal/redland) + * Sun Jul 26 2009 Fedora Release Engineering - 0.6.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From rdieter at fedoraproject.org Sun Jan 3 23:15:11 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Sun, 3 Jan 2010 23:15:11 +0000 (UTC) Subject: rpms/sonic-visualiser/devel sonic-visualiser.spec,1.18,1.19 Message-ID: <20100103231511.4D6B311C03AD@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/sonic-visualiser/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6708 Modified Files: sonic-visualiser.spec Log Message: * Sun Jan 03 2010 Rex Dieter - 1.6-5 - rebuild (rasqal/redland) Index: sonic-visualiser.spec =================================================================== RCS file: /cvs/pkgs/rpms/sonic-visualiser/devel/sonic-visualiser.spec,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- sonic-visualiser.spec 23 Sep 2009 06:39:31 -0000 1.18 +++ sonic-visualiser.spec 3 Jan 2010 23:15:10 -0000 1.19 @@ -1,6 +1,6 @@ Name: sonic-visualiser Version: 1.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A program for viewing and exploring audio data Group: Applications/Multimedia @@ -91,6 +91,9 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog +* Sun Jan 03 2010 Rex Dieter - 1.6-5 +- rebuild (rasqal/redland) + * Wed Sep 23 2009 Orcan Ogetbil - 1.6-4 - Update desktop file according to F-12 FedoraStudio feature From rdieter at fedoraproject.org Mon Jan 4 00:00:17 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 4 Jan 2010 00:00:17 +0000 (UTC) Subject: rpms/redland/devel redland-1.0.10-pkgconfig_requires_private.patch, NONE, 1.1 redland.spec, 1.23, 1.24 Message-ID: <20100104000017.418BA11C039C@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/redland/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14081 Modified Files: redland.spec Added Files: redland-1.0.10-pkgconfig_requires_private.patch Log Message: * Sun Jan 03 2010 Rex Dieter - 1.0.10-2 - pkgconfig_requires_private patch redland-1.0.10-pkgconfig_requires_private.patch: redland.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE redland-1.0.10-pkgconfig_requires_private.patch --- diff -up redland-1.0.10/redland-config.in.libs redland-1.0.10/redland-config.in diff -up redland-1.0.10/redland.pc.in.libs redland-1.0.10/redland.pc.in --- redland-1.0.10/redland.pc.in.libs 2009-04-12 20:01:30.000000000 -0500 +++ redland-1.0.10/redland.pc.in 2010-01-03 17:55:23.791897828 -0600 @@ -9,7 +9,7 @@ swig=${prefix}/share/redland/Redland.i Name: Redland RDF API Library Description: Redland RDF API and triple store library -Requires: raptor >= @RAPTOR_MIN_VERSION@, rasqal >= @RASQAL_MIN_VERSION@, rasqal <= @RASQAL_MAX_VERSION@ +Requires.private: raptor >= @RAPTOR_MIN_VERSION@, rasqal >= @RASQAL_MIN_VERSION@, rasqal <= @RASQAL_MAX_VERSION@ Version: @VERSION@ Libs: -L${libdir} -lrdf Libs.private: @LIBRDF_LDFLAGS@ @LIBRDF_PKGCONFIG_PRIVATE_LIBS@ Index: redland.spec =================================================================== RCS file: /cvs/pkgs/rpms/redland/devel/redland.spec,v retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- redland.spec 3 Jan 2010 22:45:04 -0000 1.23 +++ redland.spec 4 Jan 2010 00:00:16 -0000 1.24 @@ -1,6 +1,6 @@ Name: redland Version: 1.0.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: RDF Application Framework Group: System Environment/Libraries @@ -9,6 +9,8 @@ URL: http://librdf.org/ Source0: http://download.librdf.org/source/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch50: redland-1.0.10-pkgconfig_requires_private.patch + BuildRequires: curl-devel BuildRequires: db4-devel BuildRequires: libiodbc-devel @@ -42,6 +44,8 @@ Header files for development with Redlan %prep %setup -q +%patch50 -p1 -b .pkgconfig_requires_private + # hack to nuke rpaths %if "%{_libdir}" != "/usr/lib" sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure @@ -112,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 03 2010 Rex Dieter - 1.0.10-2 +- pkgconfig_requires_private patch + * Sun Jan 03 2010 Rex Dieter - 1.0.10-1 - redland-1.0.10 From rdieter at fedoraproject.org Mon Jan 4 00:03:10 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 4 Jan 2010 00:03:10 +0000 (UTC) Subject: rpms/openoffice.org/devel openoffice.org.spec,1.2113,1.2114 Message-ID: <20100104000310.105A811C008D@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/openoffice.org/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14643 Modified Files: openoffice.org.spec Log Message: * Sun Jan 03 2010 Rex Dieter - 1:3.2.0-8.5 - rebuild (rasqal/redland) Index: openoffice.org.spec =================================================================== RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v retrieving revision 1.2113 retrieving revision 1.2114 diff -u -p -r1.2113 -r1.2114 --- openoffice.org.spec 24 Dec 2009 12:01:20 -0000 1.2113 +++ openoffice.org.spec 4 Jan 2010 00:03:09 -0000 1.2114 @@ -1,6 +1,6 @@ %define oootag OOO320 %define ooomilestone 8 -%define rh_rpm_release 4 +%define rh_rpm_release 5 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF %define __jar_repack %{nil} @@ -4186,6 +4186,9 @@ fi %endif %changelog +* Sun Jan 03 2010 Rex Dieter - 1:3.2.0-8.5 +- rebuild (rasqal/redland) + * Thu Dec 24 2009 Caol?n McNamara - 1:3.2.0-8.4 - Resolves: rhbz#489489 enable Romanian translations From robert at fedoraproject.org Mon Jan 4 00:14:01 2010 From: robert at fedoraproject.org (Robert Scheck) Date: Mon, 4 Jan 2010 00:14:01 +0000 (UTC) Subject: rpms/phpMyAdmin/EL-4 phpMyAdmin-2.11.9.6-blowfish.patch, NONE, 1.1 phpMyAdmin-config.inc.php, 1.1, 1.2 phpMyAdmin.spec, 1.37, 1.38 Message-ID: <20100104001401.5428211C008D@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/phpMyAdmin/EL-4 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16491/EL-4 Modified Files: phpMyAdmin-config.inc.php phpMyAdmin.spec Added Files: phpMyAdmin-2.11.9.6-blowfish.patch Log Message: - Added missing blowfish secret entry in default config (#540871) - Backported patch to hash blowfish secret for cookie auth (#540891) phpMyAdmin-2.11.9.6-blowfish.patch: Documentation.html | 4 ++-- libraries/auth/cookie.auth.lib.php | 32 +++++++++++++++++++++++++++----- 2 files changed, 29 insertions(+), 7 deletions(-) --- NEW FILE phpMyAdmin-2.11.9.6-blowfish.patch --- Patch by Robert Scheck for phpMyAdmin >= 2.11.9.6, which backports a fix to hash the blowfish secret for cookie authentication and avoid failing if blowfish secret size is too long. For further information, please have a look to the following bug reports: - http://sourceforge.net/tracker/?func=detail&atid=377408&aid=2905629&group_id=23067 - https://bugzilla.redhat.com/show_bug.cgi?id=540891 --- phpMyAdmin-2.11.9.6/libraries/auth/cookie.auth.lib.php 2009-10-13 00:28:01.000000000 +0200 +++ phpMyAdmin-2.11.9.6/libraries/auth/cookie.auth.lib.php.blowfish 2009-12-03 23:31:28.000000000 +0100 @@ -27,6 +27,27 @@ /** + * Returns blowfish secret or generates one if needed. + * @uses $cfg['blowfish_secret'] + * @uses $_SESSION['auto_blowfish_secret'] + * + * @access public + */ +function PMA_get_blowfish_secret() { + if (empty($GLOBALS['cfg']['blowfish_secret'])) { + if (empty($_SESSION['auto_blowfish_secret'])) { + // this returns 23 characters + $_SESSION['auto_blowfish_secret'] = uniqid('', true); + } + return $_SESSION['auto_blowfish_secret']; + } else { + // apply md5() to work around too long secrets (returns 32 characters) + return md5($GLOBALS['cfg']['blowfish_secret']); + } +} + + +/** * Displays authentication form * * this function MUST exit/quit the application @@ -159,7 +180,8 @@ } // Displays the warning message and the login form - if (empty($GLOBALS['cfg']['blowfish_secret'])) { + if (!empty($_SESSION['auto_blowfish_secret']) && + empty($GLOBALS['cfg']['blowfish_secret'])) { ?>

@@ -395,7 +417,7 @@ $GLOBALS['PHP_AUTH_USER'] = PMA_blowfish_decrypt( $_COOKIE['pmaUser-' . $GLOBALS['server']], - $GLOBALS['cfg']['blowfish_secret']); + PMA_get_blowfish_secret()); // user was never logged in since session start if (empty($_SESSION['last_access_time'])) { @@ -416,7 +438,7 @@ $GLOBALS['PHP_AUTH_PW'] = PMA_blowfish_decrypt( $_COOKIE['pmaPass-' . $GLOBALS['server']], - $GLOBALS['cfg']['blowfish_secret'] /* . $_SESSION['last_access_time'] */); + PMA_get_blowfish_secret() /* . $_SESSION['last_access_time'] */); if ($GLOBALS['PHP_AUTH_PW'] == "\xff(blank)") { $GLOBALS['PHP_AUTH_PW'] = ''; @@ -490,12 +512,12 @@ // Duration = one month for username PMA_setCookie('pmaUser-' . $GLOBALS['server'], PMA_blowfish_encrypt($cfg['Server']['user'], - $GLOBALS['cfg']['blowfish_secret'])); + PMA_get_blowfish_secret())); // Duration = as configured PMA_setCookie('pmaPass-' . $GLOBALS['server'], PMA_blowfish_encrypt(!empty($cfg['Server']['password']) ? $cfg['Server']['password'] : "\xff(blank)", - $GLOBALS['cfg']['blowfish_secret'] /* . $_SESSION['last_access_time'] */), + PMA_get_blowfish_secret() /* . $_SESSION['last_access_time'] */), null, $GLOBALS['cfg']['LoginCookieStore']); --- phpMyAdmin-2.11.9.6/Documentation.html 2009-10-13 00:28:01.000000000 +0200 +++ phpMyAdmin-2.11.9.6/Documentation.html.blowfish 2009-12-03 23:33:07.000000000 +0100 @@ -594,8 +594,8 @@ algorithm to encrypt the password.
If you are using the "cookie" auth_type, enter here a random passphrase of your choice. It will be used internally by the blowfish - algorithm: you won’t be prompted for this passphrase. The maximum - number of characters for this parameter seems to be 46. + algorithm: you won’t be prompted for this passphrase. There is + no maximum length for this secret.
$cfg['Servers'] array
Since version 1.4.2, phpMyAdmin supports the administration of multiple Index: phpMyAdmin-config.inc.php =================================================================== RCS file: /cvs/pkgs/rpms/phpMyAdmin/EL-4/phpMyAdmin-config.inc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- phpMyAdmin-config.inc.php 10 Nov 2006 16:15:50 -0000 1.1 +++ phpMyAdmin-config.inc.php 4 Jan 2010 00:14:01 -0000 1.2 @@ -1,5 +1,11 @@ 2.11.9.6-2 +- Added missing blowfish secret entry in default config (#540871) +- Backported patch to hash blowfish secret for cookie auth (#540891) + * Tue Oct 13 2009 Robert Scheck 2.11.9.6-1 - Upstream released 2.11.9.6 (#528769) From robert at fedoraproject.org Mon Jan 4 00:14:01 2010 From: robert at fedoraproject.org (Robert Scheck) Date: Mon, 4 Jan 2010 00:14:01 +0000 (UTC) Subject: rpms/phpMyAdmin/EL-5 phpMyAdmin-2.11.9.6-blowfish.patch, NONE, 1.1 phpMyAdmin-config.inc.php, 1.1, 1.2 phpMyAdmin.spec, 1.37, 1.38 Message-ID: <20100104001401.7814C11C008D@cvs1.fedora.phx.redhat.com> Author: robert Update of /cvs/pkgs/rpms/phpMyAdmin/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16491/EL-5 Modified Files: phpMyAdmin-config.inc.php phpMyAdmin.spec Added Files: phpMyAdmin-2.11.9.6-blowfish.patch Log Message: - Added missing blowfish secret entry in default config (#540871) - Backported patch to hash blowfish secret for cookie auth (#540891) phpMyAdmin-2.11.9.6-blowfish.patch: Documentation.html | 4 ++-- libraries/auth/cookie.auth.lib.php | 32 +++++++++++++++++++++++++++----- 2 files changed, 29 insertions(+), 7 deletions(-) --- NEW FILE phpMyAdmin-2.11.9.6-blowfish.patch --- Patch by Robert Scheck for phpMyAdmin >= 2.11.9.6, which backports a fix to hash the blowfish secret for cookie authentication and avoid failing if blowfish secret size is too long. For further information, please have a look to the following bug reports: - http://sourceforge.net/tracker/?func=detail&atid=377408&aid=2905629&group_id=23067 - https://bugzilla.redhat.com/show_bug.cgi?id=540891 --- phpMyAdmin-2.11.9.6/libraries/auth/cookie.auth.lib.php 2009-10-13 00:28:01.000000000 +0200 +++ phpMyAdmin-2.11.9.6/libraries/auth/cookie.auth.lib.php.blowfish 2009-12-03 23:31:28.000000000 +0100 @@ -27,6 +27,27 @@ /** + * Returns blowfish secret or generates one if needed. + * @uses $cfg['blowfish_secret'] + * @uses $_SESSION['auto_blowfish_secret'] + * + * @access public + */ +function PMA_get_blowfish_secret() { + if (empty($GLOBALS['cfg']['blowfish_secret'])) { + if (empty($_SESSION['auto_blowfish_secret'])) { + // this returns 23 characters + $_SESSION['auto_blowfish_secret'] = uniqid('', true); + } + return $_SESSION['auto_blowfish_secret']; + } else { + // apply md5() to work around too long secrets (returns 32 characters) + return md5($GLOBALS['cfg']['blowfish_secret']); + } +} + + +/** * Displays authentication form * * this function MUST exit/quit the application @@ -159,7 +180,8 @@ } // Displays the warning message and the login form - if (empty($GLOBALS['cfg']['blowfish_secret'])) { + if (!empty($_SESSION['auto_blowfish_secret']) && + empty($GLOBALS['cfg']['blowfish_secret'])) { ?>

@@ -395,7 +417,7 @@ $GLOBALS['PHP_AUTH_USER'] = PMA_blowfish_decrypt( $_COOKIE['pmaUser-' . $GLOBALS['server']], - $GLOBALS['cfg']['blowfish_secret']); + PMA_get_blowfish_secret()); // user was never logged in since session start if (empty($_SESSION['last_access_time'])) { @@ -416,7 +438,7 @@ $GLOBALS['PHP_AUTH_PW'] = PMA_blowfish_decrypt( $_COOKIE['pmaPass-' . $GLOBALS['server']], - $GLOBALS['cfg']['blowfish_secret'] /* . $_SESSION['last_access_time'] */); + PMA_get_blowfish_secret() /* . $_SESSION['last_access_time'] */); if ($GLOBALS['PHP_AUTH_PW'] == "\xff(blank)") { $GLOBALS['PHP_AUTH_PW'] = ''; @@ -490,12 +512,12 @@ // Duration = one month for username PMA_setCookie('pmaUser-' . $GLOBALS['server'], PMA_blowfish_encrypt($cfg['Server']['user'], - $GLOBALS['cfg']['blowfish_secret'])); + PMA_get_blowfish_secret())); // Duration = as configured PMA_setCookie('pmaPass-' . $GLOBALS['server'], PMA_blowfish_encrypt(!empty($cfg['Server']['password']) ? $cfg['Server']['password'] : "\xff(blank)", - $GLOBALS['cfg']['blowfish_secret'] /* . $_SESSION['last_access_time'] */), + PMA_get_blowfish_secret() /* . $_SESSION['last_access_time'] */), null, $GLOBALS['cfg']['LoginCookieStore']); --- phpMyAdmin-2.11.9.6/Documentation.html 2009-10-13 00:28:01.000000000 +0200 +++ phpMyAdmin-2.11.9.6/Documentation.html.blowfish 2009-12-03 23:33:07.000000000 +0100 @@ -594,8 +594,8 @@ algorithm to encrypt the password.
If you are using the "cookie" auth_type, enter here a random passphrase of your choice. It will be used internally by the blowfish - algorithm: you won’t be prompted for this passphrase. The maximum - number of characters for this parameter seems to be 46.
+ algorithm: you won’t be prompted for this passphrase. There is + no maximum length for this secret.
$cfg['Servers'] array
Since version 1.4.2, phpMyAdmin supports the administration of multiple Index: phpMyAdmin-config.inc.php =================================================================== RCS file: /cvs/pkgs/rpms/phpMyAdmin/EL-5/phpMyAdmin-config.inc.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- phpMyAdmin-config.inc.php 10 Nov 2006 16:15:50 -0000 1.1 +++ phpMyAdmin-config.inc.php 4 Jan 2010 00:14:01 -0000 1.2 @@ -1,5 +1,11 @@ 2.11.9.6-2 +- Added missing blowfish secret entry in default config (#540871) +- Backported patch to hash blowfish secret for cookie auth (#540891) + * Tue Oct 13 2009 Robert Scheck 2.11.9.6-1 - Upstream released 2.11.9.6 (#528769) From rdieter at fedoraproject.org Mon Jan 4 00:31:21 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 4 Jan 2010 00:31:21 +0000 (UTC) Subject: rpms/soprano/devel soprano.spec,1.44,1.45 Message-ID: <20100104003121.4E3D311C008D@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/soprano/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19877 Modified Files: soprano.spec Log Message: * Sun Jan 03 2010 Rex Dieter - 2.3.70-2 - rebuild (redland) Index: soprano.spec =================================================================== RCS file: /cvs/pkgs/rpms/soprano/devel/soprano.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- soprano.spec 2 Dec 2009 12:59:04 -0000 1.44 +++ soprano.spec 4 Jan 2010 00:31:20 -0000 1.45 @@ -9,7 +9,7 @@ Summary: Qt wrapper API to different RDF storage solutions Name: soprano Version: 2.3.70 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries License: LGPLv2+ @@ -97,6 +97,7 @@ pushd %{_target_platform} -DDATA_INSTALL_DIR:PATH=%{_kde4_appsdir} \ -DQT_DOC_DIR=`pkg-config --variable=docdir Qt` \ -DSOPRANO_BUILD_API_DOCS:BOOL=%{!?apidocs:0}%{?apidocs} \ + -DSOPRANO_BUILD_TESTS:BOOL=0%{?tests} \ .. popd @@ -164,6 +165,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 03 2010 Rex Dieter - 2.3.70-2 +- rebuild (redland) + * Wed Dec 02 2009 Rex Dieter - 2.3.70-1 - soprano-2.3.70 (#543440) From rdieter at fedoraproject.org Mon Jan 4 00:32:20 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 4 Jan 2010 00:32:20 +0000 (UTC) Subject: rpms/slv2/devel slv2.spec,1.6,1.7 Message-ID: <20100104003220.4705011C008D@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/slv2/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20246 Modified Files: slv2.spec Log Message: * Sun Jan 03 2010 Rex Dieter - 0.6.6-4 - rebuild (redland) Index: slv2.spec =================================================================== RCS file: /cvs/pkgs/rpms/slv2/devel/slv2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- slv2.spec 3 Jan 2010 23:05:46 -0000 1.6 +++ slv2.spec 4 Jan 2010 00:32:20 -0000 1.7 @@ -1,7 +1,7 @@ Name: slv2 Summary: LV2 host library Version: 0.6.6 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: System Environment/Libraries Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2 @@ -90,6 +90,9 @@ rm -rf %{buildroot} %{_mandir}/man3/%{name}* %changelog +* Sun Jan 03 2010 Rex Dieter - 0.6.6-4 +- rebuild (redland) + * Sun Jan 03 2010 Rex Dieter - 0.6.6-3 - rebuild (rasqal/redland) From rdieter at fedoraproject.org Mon Jan 4 00:33:17 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 4 Jan 2010 00:33:17 +0000 (UTC) Subject: rpms/sonic-visualiser/devel sonic-visualiser.spec,1.19,1.20 Message-ID: <20100104003317.BADFB11C008D@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/sonic-visualiser/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20550 Modified Files: sonic-visualiser.spec Log Message: * Sun Jan 03 2010 Rex Dieter - 1.6-6 - rebuild (redland) Index: sonic-visualiser.spec =================================================================== RCS file: /cvs/pkgs/rpms/sonic-visualiser/devel/sonic-visualiser.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -p -r1.19 -r1.20 --- sonic-visualiser.spec 3 Jan 2010 23:15:10 -0000 1.19 +++ sonic-visualiser.spec 4 Jan 2010 00:33:17 -0000 1.20 @@ -1,6 +1,6 @@ Name: sonic-visualiser Version: 1.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A program for viewing and exploring audio data Group: Applications/Multimedia @@ -91,6 +91,9 @@ gtk-update-icon-cache %{_datadir}/icons/ %changelog +* Sun Jan 03 2010 Rex Dieter - 1.6-6 +- rebuild (redland) + * Sun Jan 03 2010 Rex Dieter - 1.6-5 - rebuild (rasqal/redland) From rdieter at fedoraproject.org Mon Jan 4 00:57:53 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 4 Jan 2010 00:57:53 +0000 (UTC) Subject: rpms/soprano/devel soprano-2.3.70-redland_version_check.patch, NONE, 1.1 soprano.spec, 1.45, 1.46 Message-ID: <20100104005753.3CB8A11C008D@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/soprano/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25274 Modified Files: soprano.spec Added Files: soprano-2.3.70-redland_version_check.patch Log Message: * Sun Jan 03 2010 Rex Dieter - 2.3.70-3 - redland_version_check patch soprano-2.3.70-redland_version_check.patch: CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- NEW FILE soprano-2.3.70-redland_version_check.patch --- diff -up soprano-2.3.70/CMakeLists.txt.redland_version soprano-2.3.70/CMakeLists.txt --- soprano-2.3.70/CMakeLists.txt.redland_version 2009-11-29 03:04:17.000000000 -0600 +++ soprano-2.3.70/CMakeLists.txt 2010-01-03 18:54:24.514898331 -0600 @@ -99,9 +99,9 @@ endif(SOPRANO_BUILD_INDEX_LIB AND NOT SO if(RAPTOR_FOUND AND NOT SOPRANO_DISABLE_RAPTOR_PARSER) set(BUILD_RAPTOR_PARSER TRUE) endif(RAPTOR_FOUND AND NOT SOPRANO_DISABLE_RAPTOR_PARSER) -if(RAPTOR_FOUND AND REDLAND_FOUND AND REDLAND_VERSION STRGREATER "1.0.5" AND NOT SOPRANO_DISABLE_RAPTOR_SERIALIZER) +if(RAPTOR_FOUND AND REDLAND_FOUND AND NOT SOPRANO_DISABLE_RAPTOR_SERIALIZER) set(BUILD_RAPTOR_SERIALIZER TRUE) -endif(RAPTOR_FOUND AND REDLAND_FOUND AND REDLAND_VERSION STRGREATER "1.0.5" AND NOT SOPRANO_DISABLE_RAPTOR_SERIALIZER) +endif(RAPTOR_FOUND AND REDLAND_FOUND AND NOT SOPRANO_DISABLE_RAPTOR_SERIALIZER) if(NOT SOPRANO_DISABLE_DBUS AND QT_QTDBUS_FOUND) set(BUILD_DBUS_SUPPORT TRUE) endif(NOT SOPRANO_DISABLE_DBUS AND QT_QTDBUS_FOUND) Index: soprano.spec =================================================================== RCS file: /cvs/pkgs/rpms/soprano/devel/soprano.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -p -r1.45 -r1.46 --- soprano.spec 4 Jan 2010 00:31:20 -0000 1.45 +++ soprano.spec 4 Jan 2010 00:57:53 -0000 1.46 @@ -1,15 +1,15 @@ # fedora review: http://bugzilla.redhat.com/248120 -# undef or set to 0 to disable -apidocs for a faster build -%define apidocs 1 +# undef or set to FALSE to disable -apidocs for a faster build +%define apidocs TRUE #define snap 20091118 Summary: Qt wrapper API to different RDF storage solutions Name: soprano Version: 2.3.70 -Release: 2%{?dist} +Release: 3%{?dist} Group: System Environment/Libraries License: LGPLv2+ @@ -19,6 +19,8 @@ Source0: http://downloads.sf.net/soprano Source1: soprano-svn_checkout.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Patch50: soprano-2.3.70-redland_version_check.patch + BuildRequires: clucene-core-devel >= 0.9.20-2 BuildRequires: cmake BuildRequires: kde-filesystem @@ -88,6 +90,8 @@ format for easy browsing. %prep %setup -q -n soprano%{!?snap:-%{version}} +%patch50 -p1 -b .redland_version_check + %build @@ -96,11 +100,13 @@ pushd %{_target_platform} %{cmake} \ -DDATA_INSTALL_DIR:PATH=%{_kde4_appsdir} \ -DQT_DOC_DIR=`pkg-config --variable=docdir Qt` \ - -DSOPRANO_BUILD_API_DOCS:BOOL=%{!?apidocs:0}%{?apidocs} \ - -DSOPRANO_BUILD_TESTS:BOOL=0%{?tests} \ + -DSOPRANO_BUILD_API_DOCS:BOOL=%{!?apidocs:FALSE}%{?apidocs} \ + -DSOPRANO_BUILD_TESTS:BOOL=%{!?tests:FALSE}%{?tests} \ .. popd +# -DBUILD_RAPTOR_SERIALIZER:BOOL=TRUE \ + make %{?_smp_mflags} -C %{_target_platform} @@ -165,6 +171,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jan 03 2010 Rex Dieter - 2.3.70-3 +- redland_version_check patch + * Sun Jan 03 2010 Rex Dieter - 2.3.70-2 - rebuild (redland) From rdieter at fedoraproject.org Mon Jan 4 01:00:35 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 4 Jan 2010 01:00:35 +0000 (UTC) Subject: rpms/soprano/devel soprano.spec,1.46,1.47 Message-ID: <20100104010035.D07E711C008D@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/soprano/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25859 Modified Files: soprano.spec Log Message: fix apidocs and other macro-nizations Index: soprano.spec =================================================================== RCS file: /cvs/pkgs/rpms/soprano/devel/soprano.spec,v retrieving revision 1.46 retrieving revision 1.47 diff -u -p -r1.46 -r1.47 --- soprano.spec 4 Jan 2010 00:57:53 -0000 1.46 +++ soprano.spec 4 Jan 2010 01:00:35 -0000 1.47 @@ -1,8 +1,8 @@ # fedora review: http://bugzilla.redhat.com/248120 -# undef or set to FALSE to disable -apidocs for a faster build -%define apidocs TRUE +# undef or set to 0 to disable -apidocs for a faster build +%define apidocs 1 #define snap 20091118 @@ -100,13 +100,11 @@ pushd %{_target_platform} %{cmake} \ -DDATA_INSTALL_DIR:PATH=%{_kde4_appsdir} \ -DQT_DOC_DIR=`pkg-config --variable=docdir Qt` \ - -DSOPRANO_BUILD_API_DOCS:BOOL=%{!?apidocs:FALSE}%{?apidocs} \ + -DSOPRANO_BUILD_API_DOCS:BOOL=%{!?apidocs:0}%{?apidocs} \ -DSOPRANO_BUILD_TESTS:BOOL=%{!?tests:FALSE}%{?tests} \ .. popd -# -DBUILD_RAPTOR_SERIALIZER:BOOL=TRUE \ - make %{?_smp_mflags} -C %{_target_platform} From kanarip at fedoraproject.org Mon Jan 4 01:20:18 2010 From: kanarip at fedoraproject.org (Jeroen van Meeuwen) Date: Mon, 4 Jan 2010 01:20:18 +0000 (UTC) Subject: File rack-1.1.0.gem uploaded to lookaside cache by kanarip Message-ID: <20100104012018.4243210F878@bastion.fedoraproject.org> A file has been added to the lookaside cache for rubygem-rack: f5ff2d6d348f41bb3833847223f792ce rack-1.1.0.gem From kanarip at fedoraproject.org Mon Jan 4 01:20:45 2010 From: kanarip at fedoraproject.org (Jeroen van Meeuwen) Date: Mon, 4 Jan 2010 01:20:45 +0000 (UTC) Subject: rpms/rubygem-rack/F-12 .cvsignore, 1.5, 1.6 import.log, 1.4, 1.5 rubygem-rack.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20100104012045.D368811C008D@cvs1.fedora.phx.redhat.com> Author: kanarip Update of /cvs/pkgs/rpms/rubygem-rack/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30213/F-12 Modified Files: .cvsignore import.log rubygem-rack.spec sources Log Message: 1.1.0-1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rack/F-12/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 25 Oct 2009 21:56:27 -0000 1.5 +++ .cvsignore 4 Jan 2010 01:20:45 -0000 1.6 @@ -1 +1 @@ -rack-1.0.1.gem +rack-1.1.0.gem Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rack/F-12/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- import.log 25 Oct 2009 21:56:27 -0000 1.4 +++ import.log 4 Jan 2010 01:20:45 -0000 1.5 @@ -2,3 +2,4 @@ rubygem-rack-0_4_0-2_fc10:HEAD:rubygem-r rubygem-rack-0_9_1-1_fc10:HEAD:rubygem-rack-0.9.1-1.fc10.src.rpm:1237203146 rubygem-rack-1_0_0-1_fc11:HEAD:rubygem-rack-1.0.0-1.fc11.src.rpm:1240775742 rubygem-rack-1_0_1-1_fc12:F-12:rubygem-rack-1.0.1-1.fc12.src.rpm:1256507768 +rubygem-rack-1_1_0-1_fc12:F-12:rubygem-rack-1.1.0-1.fc12.src.rpm:1262567939 Index: rubygem-rack.spec =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rack/F-12/rubygem-rack.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- rubygem-rack.spec 25 Oct 2009 21:56:27 -0000 1.6 +++ rubygem-rack.spec 4 Jan 2010 01:20:45 -0000 1.7 @@ -4,7 +4,7 @@ Name: rubygem-%{gemname} Summary: Common API for connecting web frameworks, web servers and layers of software -Version: 1.0.1 +Version: 1.1.0 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -68,8 +68,6 @@ rm -rf %{buildroot} %doc %{gemdir}/doc/%{gemname}-%{version} %doc %{geminstdir}/COPYING %doc %{geminstdir}/README -%doc %{geminstdir}/RDOX -%doc %{geminstdir}/Rakefile %doc %{geminstdir}/KNOWN-ISSUES %doc %{geminstdir}/SPEC %doc %{geminstdir}/example @@ -83,6 +81,9 @@ rm -rf %{buildroot} %{gemdir}/specifications/%{gemname}-%{version}.gemspec %changelog +* Mon Jan 4 2010 Jeroen van Meeuwen - 1.1.0-1 +- New upstream version + * Sun Oct 25 2009 Jeroen van Meeuwen - 1.0.1-1 - New upstream version Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rack/F-12/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 25 Oct 2009 21:56:27 -0000 1.5 +++ sources 4 Jan 2010 01:20:45 -0000 1.6 @@ -1 +1 @@ -22268803c9b8b785ed30fcee5bce3ce7 rack-1.0.1.gem +f5ff2d6d348f41bb3833847223f792ce rack-1.1.0.gem From kanarip at fedoraproject.org Mon Jan 4 01:21:21 2010 From: kanarip at fedoraproject.org (Jeroen van Meeuwen) Date: Mon, 4 Jan 2010 01:21:21 +0000 (UTC) Subject: rpms/rubygem-rack/devel .cvsignore, 1.5, 1.6 import.log, 1.4, 1.5 rubygem-rack.spec, 1.6, 1.7 sources, 1.5, 1.6 Message-ID: <20100104012121.5AC6511C008D@cvs1.fedora.phx.redhat.com> Author: kanarip Update of /cvs/pkgs/rpms/rubygem-rack/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30483/devel Modified Files: .cvsignore import.log rubygem-rack.spec sources Log Message: 1.1.0-1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rack/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 25 Oct 2009 21:57:04 -0000 1.5 +++ .cvsignore 4 Jan 2010 01:21:21 -0000 1.6 @@ -1 +1 @@ -rack-1.0.1.gem +rack-1.1.0.gem Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rack/devel/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- import.log 25 Oct 2009 21:57:05 -0000 1.4 +++ import.log 4 Jan 2010 01:21:21 -0000 1.5 @@ -2,3 +2,4 @@ rubygem-rack-0_4_0-2_fc10:HEAD:rubygem-r rubygem-rack-0_9_1-1_fc10:HEAD:rubygem-rack-0.9.1-1.fc10.src.rpm:1237203146 rubygem-rack-1_0_0-1_fc11:HEAD:rubygem-rack-1.0.0-1.fc11.src.rpm:1240775742 rubygem-rack-1_0_1-1_fc12:HEAD:rubygem-rack-1.0.1-1.fc12.src.rpm:1256507811 +rubygem-rack-1_1_0-1_fc12:HEAD:rubygem-rack-1.1.0-1.fc12.src.rpm:1262567976 Index: rubygem-rack.spec =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rack/devel/rubygem-rack.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- rubygem-rack.spec 25 Oct 2009 21:57:05 -0000 1.6 +++ rubygem-rack.spec 4 Jan 2010 01:21:21 -0000 1.7 @@ -4,7 +4,7 @@ Name: rubygem-%{gemname} Summary: Common API for connecting web frameworks, web servers and layers of software -Version: 1.0.1 +Version: 1.1.0 Release: 1%{?dist} Group: Development/Languages License: MIT @@ -68,8 +68,6 @@ rm -rf %{buildroot} %doc %{gemdir}/doc/%{gemname}-%{version} %doc %{geminstdir}/COPYING %doc %{geminstdir}/README -%doc %{geminstdir}/RDOX -%doc %{geminstdir}/Rakefile %doc %{geminstdir}/KNOWN-ISSUES %doc %{geminstdir}/SPEC %doc %{geminstdir}/example @@ -83,6 +81,9 @@ rm -rf %{buildroot} %{gemdir}/specifications/%{gemname}-%{version}.gemspec %changelog +* Mon Jan 4 2010 Jeroen van Meeuwen - 1.1.0-1 +- New upstream version + * Sun Oct 25 2009 Jeroen van Meeuwen - 1.0.1-1 - New upstream version Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/rubygem-rack/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 25 Oct 2009 21:57:05 -0000 1.5 +++ sources 4 Jan 2010 01:21:21 -0000 1.6 @@ -1 +1 @@ -22268803c9b8b785ed30fcee5bce3ce7 rack-1.0.1.gem +f5ff2d6d348f41bb3833847223f792ce rack-1.1.0.gem From rdieter at fedoraproject.org Mon Jan 4 01:26:36 2010 From: rdieter at fedoraproject.org (Rex Dieter) Date: Mon, 4 Jan 2010 01:26:36 +0000 (UTC) Subject: rpms/openoffice.org/devel openoffice.org.spec,1.2114,1.2115 Message-ID: <20100104012636.8772211C008D@cvs1.fedora.phx.redhat.com> Author: rdieter Update of /cvs/pkgs/rpms/openoffice.org/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31539 Modified Files: openoffice.org.spec Log Message: try to make patch4 apply (else will punt to others to resolve, not willing to revert patch) Index: openoffice.org.spec =================================================================== RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v retrieving revision 1.2114 retrieving revision 1.2115 diff -u -p -r1.2114 -r1.2115 --- openoffice.org.spec 4 Jan 2010 00:03:09 -0000 1.2114 +++ openoffice.org.spec 4 Jan 2010 01:26:36 -0000 1.2115 @@ -1625,7 +1625,7 @@ cp -p %{SOURCE5} external/unowinreg/unow %patch2 -p1 -b .rh127576.gtkunixprintdialog.patch %endif %patch3 -p1 -b .rhXXXXXX.extensions.defaulttoevo2.patch -%patch4 -p0 -b .ooo53397.prelinkoptimize.desktop.patch +%patch4 -p1 -b .ooo53397.prelinkoptimize.desktop.patch %patch5 -p1 -b .ooo58606.sw.pre-edit.patch %patch6 -p1 %patch7 -p1 -b .ooo88303.vcl.dynamicfontoptions.patch From sandeen at fedoraproject.org Mon Jan 4 03:44:01 2010 From: sandeen at fedoraproject.org (Eric Sandeen) Date: Mon, 4 Jan 2010 03:44:01 +0000 (UTC) Subject: File nilfs-utils-2.0.15.tar.bz2 uploaded to lookaside cache by sandeen Message-ID: <20100104034401.7AC6A10F878@bastion.fedoraproject.org> A file has been added to the lookaside cache for nilfs-utils: 8392f094530d8fcb80c7cd701400db99 nilfs-utils-2.0.15.tar.bz2 From sandeen at fedoraproject.org Mon Jan 4 03:47:14 2010 From: sandeen at fedoraproject.org (Eric Sandeen) Date: Mon, 4 Jan 2010 03:47:14 +0000 (UTC) Subject: rpms/nilfs-utils/devel .cvsignore, 1.2, 1.3 nilfs-utils.spec, 1.1, 1.2 sources, 1.2, 1.3 nilfs-utils-2.0.14-no-cleanerd-chown.patch, 1.1, NONE Message-ID: <20100104034714.8E9A611C008D@cvs1.fedora.phx.redhat.com> Author: sandeen Update of /cvs/pkgs/rpms/nilfs-utils/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26822 Modified Files: .cvsignore nilfs-utils.spec sources Removed Files: nilfs-utils-2.0.14-no-cleanerd-chown.patch Log Message: * Sun Jan 03 2010 Eric Sandeen 2.0.15-1 - New upstream release Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/nilfs-utils/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 30 Jul 2009 23:07:55 -0000 1.2 +++ .cvsignore 4 Jan 2010 03:47:14 -0000 1.3 @@ -1 +1 @@ -nilfs-utils-2.0.14.tar.bz2 +nilfs-utils-2.0.15.tar.bz2 Index: nilfs-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/nilfs-utils/devel/nilfs-utils.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- nilfs-utils.spec 30 Jul 2009 23:07:55 -0000 1.1 +++ nilfs-utils.spec 4 Jan 2010 03:47:14 -0000 1.2 @@ -2,8 +2,8 @@ %global _root_sbindir /sbin Name: nilfs-utils -Version: 2.0.14 -Release: 2%{?dist} +Version: 2.0.15 +Release: 1%{?dist} Summary: Utilities for managing NILFS v2 filesystems Group: System Environment/Base @@ -13,11 +13,6 @@ Source0: http://www.nilfs.org/download/% BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libuuid-devel -# Upstream is trying to chown binaries to root; this won't work -# when a mere mortal installs to a chroot. Will be fixed -# upstream. -Patch0: nilfs-utils-2.0.14-no-cleanerd-chown.patch - %description Userspace utilities for creating and mounting NILFS v2 filesystems. @@ -36,7 +31,6 @@ also want to install nilfs-utils. %prep %setup -q -%patch0 -p1 %build # geez, make install is trying to run ldconfig on the system @@ -92,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/nilfs2_fs.h %changelog +* Sun Jan 03 2010 Eric Sandeen 2.0.15-1 +- New upstream release + * Thu Jul 30 2009 Eric Sandeen 2.0.14-2 - Fix libuuid-devel dep, fix odd chown in make install Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/nilfs-utils/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 30 Jul 2009 23:07:55 -0000 1.2 +++ sources 4 Jan 2010 03:47:14 -0000 1.3 @@ -1 +1 @@ -96e3de978c68d69d3ffb1e975c275cbe nilfs-utils-2.0.14.tar.bz2 +8392f094530d8fcb80c7cd701400db99 nilfs-utils-2.0.15.tar.bz2 --- nilfs-utils-2.0.14-no-cleanerd-chown.patch DELETED --- From dchen at fedoraproject.org Mon Jan 4 05:53:13 2010 From: dchen at fedoraproject.org (Ding-Yi Chen) Date: Mon, 4 Jan 2010 05:53:13 +0000 (UTC) Subject: File zhcon_0.2.6-6.diff.gz uploaded to lookaside cache by dchen Message-ID: <20100104055313.598A110F7EA@bastion.fedoraproject.org> A file has been added to the lookaside cache for zhcon: a1d07899e465df3e0c9c2d4fcd8a23b4 zhcon_0.2.6-6.diff.gz From dchen at fedoraproject.org Mon Jan 4 05:54:43 2010 From: dchen at fedoraproject.org (Ding-Yi Chen) Date: Mon, 4 Jan 2010 05:54:43 +0000 (UTC) Subject: rpms/zhcon/devel .cvsignore, 1.5, 1.6 import.log, 1.4, 1.5 sources, 1.5, 1.6 zhcon-0.2.6-gcc43.patch, 1.2, 1.3 zhcon.spec, 1.14, 1.15 Message-ID: <20100104055443.BBB3D11C00D1@cvs1.fedora.phx.redhat.com> Author: dchen Update of /cvs/pkgs/rpms/zhcon/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11169/devel Modified Files: .cvsignore import.log sources zhcon-0.2.6-gcc43.patch zhcon.spec Log Message: Fixed Bug 539125 - FTBFS zhcon-0.2.6-14 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/zhcon/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- .cvsignore 25 Nov 2008 03:51:39 -0000 1.5 +++ .cvsignore 4 Jan 2010 05:54:42 -0000 1.6 @@ -1,2 +1,2 @@ -zhcon_0.2.6-5.2.diff.gz zhcon_0.2.6.orig.tar.gz +zhcon_0.2.6-6.diff.gz Index: import.log =================================================================== RCS file: /cvs/pkgs/rpms/zhcon/devel/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- import.log 25 Nov 2008 03:51:39 -0000 1.4 +++ import.log 4 Jan 2010 05:54:42 -0000 1.5 @@ -2,3 +2,4 @@ zhcon-0_2_6-9_el5:HEAD:zhcon-0.2.6-9.el5 zhcon-0_2_6-10_fc9:HEAD:zhcon-0.2.6-10.fc9.src.rpm:1217222754 zhcon-0_2_6-11_fc9:HEAD:zhcon-0.2.6-11.fc9.src.rpm:1227579222 zhcon-0_2_6-12_fc9:HEAD:zhcon-0.2.6-12.fc9.src.rpm:1227584988 +zhcon-0_2_6-15_fc12:HEAD:zhcon-0.2.6-15.fc12.src.rpm:1262584345 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/zhcon/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- sources 25 Nov 2008 03:51:39 -0000 1.5 +++ sources 4 Jan 2010 05:54:42 -0000 1.6 @@ -1,2 +1,2 @@ -e7f30d5ecc493ff8e090192fda0116b5 zhcon_0.2.6-5.2.diff.gz 0f765cbe444776c9051a2b7c213737eb zhcon_0.2.6.orig.tar.gz +a1d07899e465df3e0c9c2d4fcd8a23b4 zhcon_0.2.6-6.diff.gz zhcon-0.2.6-gcc43.patch: ./src/basefont.cpp | 1 + ./src/big5decoder.cpp | 3 ++- ./src/display/fblinear16.cpp | 3 ++- ./src/display/fblinear24.cpp | 18 ++++++++++++------ ./src/display/fblinear32.cpp | 3 ++- ./src/display/fblinear4.cpp | 1 + ./src/display/fblinear8.cpp | 7 +++++-- ./src/display/fbvgaplanes.cpp | 1 + ./src/encfilter.c | 5 ++++- ./src/gbkdecoder.cpp | 6 ++++-- ./src/iconv_string.c | 4 ++-- ./src/nativeinputserver.h | 2 +- ./src/window.cpp | 2 ++ ./src/winime.cpp | 5 +++-- ./src/zhcon.cpp | 9 ++++++--- src/display/vgadev.cpp | 1 + src/inputmanager.h | 1 + 17 files changed, 50 insertions(+), 22 deletions(-) Index: zhcon-0.2.6-gcc43.patch =================================================================== RCS file: /cvs/pkgs/rpms/zhcon/devel/zhcon-0.2.6-gcc43.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- zhcon-0.2.6-gcc43.patch 25 Nov 2008 02:14:18 -0000 1.2 +++ zhcon-0.2.6-gcc43.patch 4 Jan 2010 05:54:42 -0000 1.3 @@ -175,24 +175,6 @@ diff -up ./src/gbkdecoder.cpp.gcc43 ./sr n += (c2 - 0x40); return n; } -diff -up ./src/graphdev.cpp.gcc43 ./src/graphdev.cpp ---- ./src/graphdev.cpp.gcc43 2006-04-25 02:38:26.000000000 +1000 -+++ ./src/graphdev.cpp 2008-07-15 12:31:16.000000000 +1000 -@@ -20,12 +20,14 @@ - #include - #endif - -+#include - #include - #include - #include - #include - #include - #include -+#include - #include "debug.h" - - #include "display/fbdev.h" diff -up ./src/iconv_string.c.gcc43 ./src/iconv_string.c --- ./src/iconv_string.c.gcc43 2006-04-25 02:38:27.000000000 +1000 +++ ./src/iconv_string.c 2008-07-15 12:31:16.000000000 +1000 @@ -225,17 +207,6 @@ diff -up src/inputmanager.h.gcc43 src/in #include "mouse.h" #if defined(__FreeBSD__) -diff -up ./src/inputmanager.cpp.gcc43 ./src/inputmanager.cpp ---- ./src/inputmanager.cpp.gcc43 2006-05-03 03:18:39.000000000 +1000 -+++ ./src/inputmanager.cpp 2008-07-15 12:31:16.000000000 +1000 -@@ -24,6 +24,7 @@ using namespace std; - #include - #include - #include -+#include - - #include "global.h" - #include "debug.h" --- ./src/nativeinputserver.h.gcc43 2006-04-25 02:38:26.000000000 +1000 +++ ./src/nativeinputserver.h 2008-07-15 12:31:16.000000000 +1000 @@ -62,7 +62,7 @@ class NativeInputServer : public InputSe Index: zhcon.spec =================================================================== RCS file: /cvs/pkgs/rpms/zhcon/devel/zhcon.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- zhcon.spec 27 Jul 2009 09:01:33 -0000 1.14 +++ zhcon.spec 4 Jan 2010 05:54:42 -0000 1.15 @@ -1,12 +1,12 @@ Name: zhcon Summary: A Fast Console CJK System Using FrameBuffer Version: 0.2.6 -Release: 14%{?dist} +Release: 15%{?dist} Group: Applications/System License: GPLv2+ URL: http://zhcon.sourceforge.net/ Source0: http://ftp.debian.org/debian/pool/main/z/zhcon/%{name}_%{version}.orig.tar.gz -Patch0: http://ftp.debian.org/debian/pool/main/z/zhcon/%{name}_%{version}-5.2.diff.gz +Patch0: http://ftp.debian.org/debian/pool/main/z/zhcon/%{name}_%{version}-6.diff.gz Patch1: %{name}-%{version}-flags.patch Patch2: %{name}-%{version}-path-define.patch Patch3: %{name}-%{version}-gcc43.patch @@ -47,7 +47,7 @@ zhcon ????? Framebuffer ?? ???????? UTF8, GB2312, GBK, BIG5, JIS ? KSC? %prep %setup -q -%patch0 -p1 -b .5-2 +%patch0 -p1 -b .6-diff %patch1 -p1 -b .flags %patch2 -p0 -b .path-define %patch3 -p0 -b .gcc43 @@ -85,6 +85,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_datadir}/%{name}/ %changelog +* Mon Jan 04 2010 Ding-Yi Chen - 0.2.6-15 +- Applied Debian's zhcon_0.2.6-6.diff.gz patch. +- Fixed Bug 539125 - FTBFS zhcon-0.2.6-14.fc12 + * Mon Jul 27 2009 Fedora Release Engineering - 0.2.6-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From dtardon at fedoraproject.org Mon Jan 4 07:03:12 2010 From: dtardon at fedoraproject.org (David Tardon) Date: Mon, 4 Jan 2010 07:03:12 +0000 (UTC) Subject: rpms/openoffice.org/F-11 openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch, NONE, 1.1 openoffice.org.spec, 1.1949, 1.1950 Message-ID: <20100104070312.5609F11C00D1@cvs1.fedora.phx.redhat.com> Author: dtardon Update of /cvs/pkgs/rpms/openoffice.org/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23442 Modified Files: openoffice.org.spec Added Files: openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch Log Message: Resolves: rhbz#551983 OpenOffice writer crashes when opening document with link in footnote openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch: DomainMapper_Impl.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) --- NEW FILE openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch --- diff -r aaadcca77f1f writerfilter/source/dmapper/DomainMapper_Impl.cxx --- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx Sun Dec 20 20:17:35 2009 +0100 +++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx Mon Jan 04 07:43:33 2010 +0100 @@ -2578,6 +2578,12 @@ -----------------------------------------------------------------------*/ void DomainMapper_Impl::CloseFieldCommand() { + OSL_ENSURE(!m_aFieldStack.empty(), "no field to close"); + if (m_aFieldStack.empty()) + { + return; + } + FieldContextPtr pContext = m_aFieldStack.top(); OSL_ENSURE( pContext.get(), "no field context available"); if( pContext.get() ) @@ -3365,6 +3371,12 @@ -----------------------------------------------------------------------*/ void DomainMapper_Impl::PopFieldContext() { + OSL_ENSURE(!m_aFieldStack.empty(), "no field to pop"); + if (m_aFieldStack.empty()) + { + return; + } + FieldContextPtr pContext = m_aFieldStack.top(); OSL_ENSURE( pContext.get(), "no field context available"); if( pContext.get() ) Index: openoffice.org.spec =================================================================== RCS file: /cvs/pkgs/rpms/openoffice.org/F-11/openoffice.org.spec,v retrieving revision 1.1949 retrieving revision 1.1950 diff -u -p -r1.1949 -r1.1950 --- openoffice.org.spec 1 Jan 2010 07:16:38 -0000 1.1949 +++ openoffice.org.spec 4 Jan 2010 07:03:10 -0000 1.1950 @@ -166,6 +166,7 @@ Patch90: openoffice.org-3.3.0.ooo102645. Patch91: workspace.vcl105.patch Patch92: workspace.fwk132.patch Patch93: workspace.extmgr01.patch +Patch94: openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)") %define instdir %{_libdir} @@ -1690,6 +1691,7 @@ cat %{PATCH11} >> svtools/source/dialogs %patch91 -p0 -b .workspace.vcl105.patch %patch92 -p1 -b .workspace.fwk132.patch %patch93 -p1 -b .workspace.extmgr01.patch +%patch94 -p1 -b .ooo108047.writerfilter.safer-field-context-handling.patch %build echo build start time is `date`, diskspace: `df -h . | tail -n 1` @@ -4195,6 +4197,8 @@ fi %changelog * Fri Jan 01 2010 Caol?n McNamara - 1:3.1.1-19.12-UNBUILT - Resolves: rhbz#549890 add workspace.extmgr01.patch (dtardon) +- Resolves: rhbz#551983 OpenOffice writer crashes when opening document + with link in footnote (dtardon) * Tue Dec 15 2009 Caol?n McNamara - 1:3.1.1-19.11 - Resolves: rhbz#529648 add workspace.fwk132.patch From dtardon at fedoraproject.org Mon Jan 4 07:06:02 2010 From: dtardon at fedoraproject.org (David Tardon) Date: Mon, 4 Jan 2010 07:06:02 +0000 (UTC) Subject: rpms/openoffice.org/F-12 openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch, NONE, 1.1 openoffice.org.spec, 1.2048, 1.2049 Message-ID: <20100104070602.5F86711C00D1@cvs1.fedora.phx.redhat.com> Author: dtardon Update of /cvs/pkgs/rpms/openoffice.org/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24080 Modified Files: openoffice.org.spec Added Files: openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch Log Message: Resolves: rhbz#551983 OpenOffice writer crashes when opening document with link in footnote openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch: DomainMapper_Impl.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) --- NEW FILE openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch --- diff -r aaadcca77f1f writerfilter/source/dmapper/DomainMapper_Impl.cxx --- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx Sun Dec 20 20:17:35 2009 +0100 +++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx Mon Jan 04 07:43:33 2010 +0100 @@ -2578,6 +2578,12 @@ -----------------------------------------------------------------------*/ void DomainMapper_Impl::CloseFieldCommand() { + OSL_ENSURE(!m_aFieldStack.empty(), "no field to close"); + if (m_aFieldStack.empty()) + { + return; + } + FieldContextPtr pContext = m_aFieldStack.top(); OSL_ENSURE( pContext.get(), "no field context available"); if( pContext.get() ) @@ -3365,6 +3371,12 @@ -----------------------------------------------------------------------*/ void DomainMapper_Impl::PopFieldContext() { + OSL_ENSURE(!m_aFieldStack.empty(), "no field to pop"); + if (m_aFieldStack.empty()) + { + return; + } + FieldContextPtr pContext = m_aFieldStack.top(); OSL_ENSURE( pContext.get(), "no field context available"); if( pContext.get() ) Index: openoffice.org.spec =================================================================== RCS file: /cvs/pkgs/rpms/openoffice.org/F-12/openoffice.org.spec,v retrieving revision 1.2048 retrieving revision 1.2049 diff -u -p -r1.2048 -r1.2049 --- openoffice.org.spec 1 Jan 2010 07:23:01 -0000 1.2048 +++ openoffice.org.spec 4 Jan 2010 07:06:01 -0000 1.2049 @@ -184,6 +184,7 @@ Patch107: openoffice.org-3.2.0.ooo47279. Patch108: workspace.ooo32gsl03.patch Patch109: openoffice.org-3.2.0.ooo107834.sw.pseudoattribs.patch Patch110: workspace.extmgr01.patch +Patch111: openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch %define python_py_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)") %define instdir %{_libdir} @@ -1754,6 +1755,7 @@ cat %{PATCH11} >> svtools/source/dialogs %patch108 -p0 -b .workspace.ooo32gsl03.patch %patch109 -p0 -b .ooo107834.sw.pseudoattribs.patch %patch110 -p1 -b .workspace.extmgr01.patch +%patch111 -p1 -b .ooo108047.writerfilter.safer-field-context-handling.patch %build echo build start time is `date`, diskspace: `df -h . | tail -n 1` @@ -4289,6 +4291,8 @@ fi %changelog * Fri Jan 01 2010 Caol?n McNamara - 1:3.1.1-19.25-UNBUILT - Resolves: rhbz#549890 add workspace.extmgr01.patch (dtardon) +- Resolves: rhbz#551983 OpenOffice writer crashes when opening document + with link in footnote (dtardon) * Tue Dec 22 2009 Caol?n McNamara - 1:3.1.1-19.24 - Resolves: rhbz#545824 bustage in writer with emboldened fonts From dtardon at fedoraproject.org Mon Jan 4 07:08:38 2010 From: dtardon at fedoraproject.org (David Tardon) Date: Mon, 4 Jan 2010 07:08:38 +0000 (UTC) Subject: rpms/openoffice.org/devel openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch, NONE, 1.1 openoffice.org.spec, 1.2115, 1.2116 Message-ID: <20100104070838.AAD4811C00D1@cvs1.fedora.phx.redhat.com> Author: dtardon Update of /cvs/pkgs/rpms/openoffice.org/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24766 Modified Files: openoffice.org.spec Added Files: openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch Log Message: Resolves: rhbz#551983 OpenOffice writer crashes when opening document with link in footnote openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch: DomainMapper_Impl.cxx | 12 ++++++++++++ 1 file changed, 12 insertions(+) --- NEW FILE openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch --- diff -r aaadcca77f1f writerfilter/source/dmapper/DomainMapper_Impl.cxx --- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx Sun Dec 20 20:17:35 2009 +0100 +++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx Mon Jan 04 07:43:33 2010 +0100 @@ -2578,6 +2578,12 @@ -----------------------------------------------------------------------*/ void DomainMapper_Impl::CloseFieldCommand() { + OSL_ENSURE(!m_aFieldStack.empty(), "no field to close"); + if (m_aFieldStack.empty()) + { + return; + } + FieldContextPtr pContext = m_aFieldStack.top(); OSL_ENSURE( pContext.get(), "no field context available"); if( pContext.get() ) @@ -3365,6 +3371,12 @@ -----------------------------------------------------------------------*/ void DomainMapper_Impl::PopFieldContext() { + OSL_ENSURE(!m_aFieldStack.empty(), "no field to pop"); + if (m_aFieldStack.empty()) + { + return; + } + FieldContextPtr pContext = m_aFieldStack.top(); OSL_ENSURE( pContext.get(), "no field context available"); if( pContext.get() ) Index: openoffice.org.spec =================================================================== RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v retrieving revision 1.2115 retrieving revision 1.2116 diff -u -p -r1.2115 -r1.2116 --- openoffice.org.spec 4 Jan 2010 01:26:36 -0000 1.2115 +++ openoffice.org.spec 4 Jan 2010 07:08:38 -0000 1.2116 @@ -1,6 +1,6 @@ %define oootag OOO320 %define ooomilestone 8 -%define rh_rpm_release 5 +%define rh_rpm_release 6 # rhbz#465664 jar-repacking breaks help by reordering META-INF/MANIFEST.MF %define __jar_repack %{nil} @@ -131,6 +131,7 @@ Patch53: workspace.pythonssldedux.patch Patch54: openoffice.org-3.2.0.ooo106502.svx.fixspelltimer.patch Patch55: openoffice.org-3.2.0.ooo47279.sd.objectsave.safe.patch Patch56: openoffice.org-3.2.0.ooo107834.sw.pseudoattribs.patch +Patch57: openoffice.org-3.3.0.ooo108047.writerfilter.safer-field-context-handling.patch %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %define instdir %{_libdir} @@ -1680,6 +1681,7 @@ cat %{PATCH10} >> svtools/source/dialogs %patch54 -p1 -b .ooo106502.svx.fixspelltimer.patch %patch55 -p0 -b .ooo47279.sd.objectsave.safe.patch %patch56 -p0 -b .ooo107834.sw.pseudoattribs.patch +%patch57 -p1 -b .ooo108047.writerfilter.safer-field-context-handling.patch %build echo build start time is `date`, diskspace: `df -h . | tail -n 1` @@ -4186,6 +4188,10 @@ fi %endif %changelog +* Mon Jan 04 2010 Caol?n McNamara - 1:3.2.0-8.6-UNBUILT +- Resolves: rhbz#551983 OpenOffice writer crashes when opening document + with link in footnote (dtardon) + * Sun Jan 03 2010 Rex Dieter - 1:3.2.0-8.5 - rebuild (rasqal/redland) From pkgdb at fedoraproject.org Mon Jan 4 07:23:21 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:23:21 +0000 Subject: [pkgdb] libtool: ndim has given up watchcommits Message-ID: <20100104072329.E404310F8E1@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libtool (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libtool From pkgdb at fedoraproject.org Mon Jan 4 07:23:45 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:23:45 +0000 Subject: [pkgdb] libtool: ndim has given up watchcommits Message-ID: <20100104072342.8C80E10F8C3@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libtool (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libtool From pkgdb at fedoraproject.org Mon Jan 4 07:23:57 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:23:57 +0000 Subject: [pkgdb] libtool: ndim has given up watchcommits Message-ID: <20100104072351.A23EE10F8C3@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libtool (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libtool From pkgdb at fedoraproject.org Mon Jan 4 07:24:13 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:24:13 +0000 Subject: [pkgdb] libtool: ndim has given up watchbugzilla Message-ID: <20100104072357.C3F7010F8D0@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libtool (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libtool From pkgdb at fedoraproject.org Mon Jan 4 07:24:02 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:24:02 +0000 Subject: [pkgdb] libtool: ndim has given up watchbugzilla Message-ID: <20100104072400.67F0710F8D0@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libtool (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libtool From pkgdb at fedoraproject.org Mon Jan 4 07:24:08 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:24:08 +0000 Subject: [pkgdb] libtool: ndim has given up watchbugzilla Message-ID: <20100104072406.0137510F8C3@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libtool (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libtool From pkgdb at fedoraproject.org Mon Jan 4 07:24:40 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:24:40 +0000 Subject: [pkgdb] libexif: ndim has given up watchbugzilla Message-ID: <20100104072448.B3DEB10F8C3@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libexif (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libexif From pkgdb at fedoraproject.org Mon Jan 4 07:24:53 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:24:53 +0000 Subject: [pkgdb] libexif: ndim has given up watchcommits Message-ID: <20100104072450.67F9E10F8C3@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libexif (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libexif From pkgdb at fedoraproject.org Mon Jan 4 07:25:04 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:25:04 +0000 Subject: [pkgdb] libexif: ndim has given up watchbugzilla Message-ID: <20100104072458.7A05910F8D0@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libexif (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libexif From pkgdb at fedoraproject.org Mon Jan 4 07:25:03 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:25:03 +0000 Subject: [pkgdb] libexif: ndim has given up watchcommits Message-ID: <20100104072501.485F310F8C3@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libexif (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libexif From pkgdb at fedoraproject.org Mon Jan 4 07:25:27 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:25:27 +0000 Subject: [pkgdb] libexif: ndim has given up watchbugzilla Message-ID: <20100104072511.EFFDA10F7EA@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libexif (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libexif From pkgdb at fedoraproject.org Mon Jan 4 07:25:15 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:25:15 +0000 Subject: [pkgdb] libexif: ndim has given up watchcommits Message-ID: <20100104072512.8B7A210F8DC@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libexif (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libexif From pkgdb at fedoraproject.org Mon Jan 4 07:25:51 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:25:51 +0000 Subject: [pkgdb] gphoto2: ndim has given up watchbugzilla Message-ID: <20100104072548.3ACAE10F8C3@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on gphoto2 (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gphoto2 From pkgdb at fedoraproject.org Mon Jan 4 07:25:43 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:25:43 +0000 Subject: [pkgdb] gphoto2: ndim has given up watchcommits Message-ID: <20100104072551.3C77110F8C3@bastion.fedoraproject.org> ndim has given up the watchcommits acl on gphoto2 (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gphoto2 From pkgdb at fedoraproject.org Mon Jan 4 07:26:06 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:26:06 +0000 Subject: [pkgdb] gphoto2: ndim has given up watchbugzilla Message-ID: <20100104072600.762C910F8D0@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on gphoto2 (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gphoto2 From pkgdb at fedoraproject.org Mon Jan 4 07:26:05 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:26:05 +0000 Subject: [pkgdb] gphoto2: ndim has given up watchcommits Message-ID: <20100104072603.4823710F8D0@bastion.fedoraproject.org> ndim has given up the watchcommits acl on gphoto2 (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gphoto2 From pkgdb at fedoraproject.org Mon Jan 4 07:26:25 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:26:25 +0000 Subject: [pkgdb] gphoto2: ndim has given up watchbugzilla Message-ID: <20100104072609.7295610F894@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on gphoto2 (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gphoto2 From pkgdb at fedoraproject.org Mon Jan 4 07:26:13 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:26:13 +0000 Subject: [pkgdb] gphoto2: ndim has given up watchcommits Message-ID: <20100104072610.4C89610F8D0@bastion.fedoraproject.org> ndim has given up the watchcommits acl on gphoto2 (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/gphoto2 From pkgdb at fedoraproject.org Mon Jan 4 07:26:17 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:26:17 +0000 Subject: [pkgdb] libgphoto2: ndim has given up watchbugzilla Message-ID: <20100104072625.7BD9B10F8C3@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libgphoto2 (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libgphoto2 From pkgdb at fedoraproject.org Mon Jan 4 07:26:34 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:26:34 +0000 Subject: [pkgdb] libgphoto2: ndim has given up watchcommits Message-ID: <20100104072628.C408D10F8C3@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libgphoto2 (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libgphoto2 From pkgdb at fedoraproject.org Mon Jan 4 07:26:40 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:26:40 +0000 Subject: [pkgdb] libgphoto2: ndim has given up watchcommits Message-ID: <20100104072637.8812510F8C3@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libgphoto2 (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libgphoto2 From pkgdb at fedoraproject.org Mon Jan 4 07:26:45 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:26:45 +0000 Subject: [pkgdb] libgphoto2: ndim has given up watchbugzilla Message-ID: <20100104072642.D36C710F8D0@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libgphoto2 (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libgphoto2 From pkgdb at fedoraproject.org Mon Jan 4 07:27:03 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:27:03 +0000 Subject: [pkgdb] libgphoto2: ndim has given up watchcommits Message-ID: <20100104072647.E40EB10F8D0@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libgphoto2 (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libgphoto2 From pkgdb at fedoraproject.org Mon Jan 4 07:26:52 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:26:52 +0000 Subject: [pkgdb] libgphoto2: ndim has given up watchbugzilla Message-ID: <20100104072649.3E72C10F8D0@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libgphoto2 (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libgphoto2 From pkgdb at fedoraproject.org Mon Jan 4 07:46:32 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:46:32 +0000 Subject: [pkgdb] libusb: ndim has given up watchbugzilla Message-ID: <20100104074626.AFD8910F8D0@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libusb (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libusb From pkgdb at fedoraproject.org Mon Jan 4 07:46:31 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:46:31 +0000 Subject: [pkgdb] libusb: ndim has given up watchcommits Message-ID: <20100104074628.438F810F8D0@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libusb (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libusb From pkgdb at fedoraproject.org Mon Jan 4 07:46:54 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:46:54 +0000 Subject: [pkgdb] libusb: ndim has given up watchbugzilla Message-ID: <20100104074639.1AFCE10F8DD@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libusb (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libusb From pkgdb at fedoraproject.org Mon Jan 4 07:46:32 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:46:32 +0000 Subject: [pkgdb] libusb: ndim has given up watchcommits Message-ID: <20100104074639.D92A010F8E2@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libusb (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libusb From pkgdb at fedoraproject.org Mon Jan 4 07:46:50 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:46:50 +0000 Subject: [pkgdb] libusb: ndim has given up watchbugzilla Message-ID: <20100104074644.D464E10F8E1@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libusb (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libusb From pkgdb at fedoraproject.org Mon Jan 4 07:47:04 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:47:04 +0000 Subject: [pkgdb] libusb: ndim has given up watchcommits Message-ID: <20100104074648.D886B10F7EA@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libusb (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libusb From pkgdb at fedoraproject.org Mon Jan 4 07:47:35 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:47:35 +0000 Subject: [pkgdb] libusb1: ndim has given up watchbugzilla Message-ID: <20100104074732.4DC2610F8C3@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libusb1 (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libusb1 From pkgdb at fedoraproject.org Mon Jan 4 07:47:52 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:47:52 +0000 Subject: [pkgdb] libusb1: ndim has given up watchcommits Message-ID: <20100104074736.A232710F8D0@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libusb1 (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libusb1 From pkgdb at fedoraproject.org Mon Jan 4 07:47:34 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:47:34 +0000 Subject: [pkgdb] libusb1: ndim has given up watchbugzilla Message-ID: <20100104074742.2AEB810F8C3@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libusb1 (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libusb1 From pkgdb at fedoraproject.org Mon Jan 4 07:47:46 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:47:46 +0000 Subject: [pkgdb] libusb1: ndim has given up watchcommits Message-ID: <20100104074743.C9FCA10F8D0@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libusb1 (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libusb1 From pkgdb at fedoraproject.org Mon Jan 4 07:47:53 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:47:53 +0000 Subject: [pkgdb] libusb1: ndim has given up watchbugzilla Message-ID: <20100104074747.A635110F8D0@bastion.fedoraproject.org> ndim has given up the watchbugzilla acl on libusb1 (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libusb1 From pkgdb at fedoraproject.org Mon Jan 4 07:47:51 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 07:47:51 +0000 Subject: [pkgdb] libusb1: ndim has given up watchcommits Message-ID: <20100104074748.73A5510F8DC@bastion.fedoraproject.org> ndim has given up the watchcommits acl on libusb1 (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/libusb1 From tagoh at fedoraproject.org Mon Jan 4 07:49:55 2010 From: tagoh at fedoraproject.org (Akira TAGOH) Date: Mon, 4 Jan 2010 07:49:55 +0000 (UTC) Subject: rpms/imsettings/devel imsettings-fix-segfault-on-dbus.patch, NONE, 1.1 imsettings-fix-segv-on-xfce-helper.patch, NONE, 1.1 imsettings-none.conf-gtk-xim-default.patch, NONE, 1.1 imsettings.spec, 1.44, 1.45 Message-ID: <20100104074955.A326111C00D1@cvs1.fedora.phx.redhat.com> Author: tagoh Update of /cvs/pkgs/rpms/imsettings/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv362 Modified Files: imsettings.spec Added Files: imsettings-fix-segfault-on-dbus.patch imsettings-fix-segv-on-xfce-helper.patch imsettings-none.conf-gtk-xim-default.patch Log Message: * Mon Jan 4 2010 Akira TAGOH - 0.107.4-5 - Fix an abort issue. (#530357) imsettings-fix-segfault-on-dbus.patch: factory.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) --- NEW FILE imsettings-fix-segfault-on-dbus.patch --- 2010-01-04 Akira TAGOH * src/factory.c (imsettings_manager_real_finalize): avoid a segfault in libnotify when the dbus session is being closed. (rhbz#530357) Index: src/factory.c =================================================================== --- src/factory.c (????? 368) +++ src/factory.c (?????) @@ -871,6 +871,11 @@ g_object_unref(priv->xim_req); if (priv->qt_req) g_object_unref(priv->qt_req); + if (priv->notify) { + /* XXX: workaround to avoid aborting on dbus. */ + if (dbus_connection_get_is_connected(priv->req_conn)) + g_object_unref(priv->notify); + } dbus_connection_unref(priv->req_conn); if (priv->monitor) g_object_unref(priv->monitor); @@ -882,8 +889,6 @@ g_hash_table_destroy(priv->aux2info); if (priv->body2info) g_hash_table_destroy(priv->body2info); - if (priv->notify) - g_object_unref(priv->notify); if (G_OBJECT_CLASS (imsettings_manager_parent_class)->finalize) G_OBJECT_CLASS (imsettings_manager_parent_class)->finalize(object); imsettings-fix-segv-on-xfce-helper.patch: main.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) --- NEW FILE imsettings-fix-segv-on-xfce-helper.patch --- Index: backends/xfce_xfconf/main.c =================================================================== --- backends/xfce_xfconf/main.c (????? 363) +++ backends/xfce_xfconf/main.c (?????) @@ -57,7 +57,7 @@ main(int argc, char **argv) { GError *error = NULL; - GConfClient *client = gconf_client_get_default(); + GConfClient *client = NULL; GMainLoop *loop; GConfEntry *entry; guint ctxt_id; @@ -68,6 +68,11 @@ return 1; } + client = gconf_client_get_default(); + if (client == NULL) { + g_printerr("Failed to obtain the default GConfClient instance.\n"); + goto end; + } gconf_client_add_dir(client, "/desktop/gnome/interface", GCONF_CLIENT_PRELOAD_ONELEVEL, &error); if (error) { @@ -93,7 +98,8 @@ loop = g_main_loop_new(NULL, FALSE); g_main_loop_run(loop); end: - g_object_unref(client); + if (client) + g_object_unref(client); xfconf_shutdown(); return 0; imsettings-none.conf-gtk-xim-default.patch: none.in.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --- NEW FILE imsettings-none.conf-gtk-xim-default.patch --- diff -u imsettings-0.107.4/data/none.in.in\~ imsettings-0.107.4/data/none.in.in --- imsettings-0.107.4/data/none.in.in~ 2008-11-05 21:26:53.000000000 +1000 +++ imsettings-0.107.4/data/none.in.in 2009-11-02 11:44:08.000000000 +1000 @@ -1,6 +1,12 @@ XIM=none XIM_PROGRAM= XIM_ARGS= -GTK_IM_MODULE=gtk-im-context-simple +if [ -f /usr/lib/gtk-2.0/*/immodules/im-xim.so -o \ + -f /usr/lib64/gtk-2.0/*/immodules/im-xim.so ]; +then + GTK_IM_MODULE=xim +else + GTK_IM_MODULE=gtk-im-context-simple +fi QT_IM_MODULE=xim IMSETTINGS_IGNORE_ME=yes Index: imsettings.spec =================================================================== RCS file: /cvs/pkgs/rpms/imsettings/devel/imsettings.spec,v retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- imsettings.spec 16 Oct 2009 10:22:58 -0000 1.44 +++ imsettings.spec 4 Jan 2010 07:49:53 -0000 1.45 @@ -1,6 +1,6 @@ Name: imsettings Version: 0.107.4 -Release: 2%{?dist} +Release: 4%{?dist} License: LGPLv2+ URL: http://code.google.com/p/imsettings/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -18,6 +18,9 @@ Source0: http://imsettings.googlecode.co Source1: imsettings-kde.sh Patch0: imsettings-constraint-of-language.patch Patch1: imsettings-disable-xim.patch +Patch2: imsettings-none.conf-gtk-xim-default.patch +Patch3: imsettings-fix-segv-on-xfce-helper.patch +Patch4: imsettings-fix-segfault-on-dbus.patch Summary: Delivery framework for general Input Method configuration Group: Applications/System @@ -86,6 +89,9 @@ This package contains a plugin to get th %setup -q %patch0 -p1 -b .0-lang %patch1 -p1 -b .1-xim +%patch2 -p1 -b .2-xim +%patch3 -p0 -b .3-xfce +%patch4 -p0 -b .4-dbus %build %configure \ @@ -211,8 +217,18 @@ fi %changelog +* Mon Jan 4 2010 Akira TAGOH - 0.107.4-5 +- Fix an abort issue. (#530357) + +* Tue Nov 24 2009 Akira TAGOH - 0.107.4-4 +- Fix a segfault issue on XFCE desktop. (#540062) + +* Mon Nov 2 2009 Jens Petersen - 0.107.4-3 +- none.conf: default GTK to xim if available like qt does to fix + current missing X locale compose for gtk and X (#505100) + * Fri Oct 16 2009 Akira TAGOH - 0.107.4-2 -- Run IM for Mailthili by default. (#529144) +- Run IM for Maithili by default. (#529144) * Mon Sep 28 2009 Akira TAGOH - 0.107.4-1 - New upstream release. From tagoh at fedoraproject.org Mon Jan 4 07:53:01 2010 From: tagoh at fedoraproject.org (Akira TAGOH) Date: Mon, 4 Jan 2010 07:53:01 +0000 (UTC) Subject: rpms/imsettings/devel imsettings.spec,1.45,1.46 Message-ID: <20100104075301.DAB9D11C00D1@cvs1.fedora.phx.redhat.com> Author: tagoh Update of /cvs/pkgs/rpms/imsettings/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1108 Modified Files: imsettings.spec Log Message: forgot to bump up.. Index: imsettings.spec =================================================================== RCS file: /cvs/pkgs/rpms/imsettings/devel/imsettings.spec,v retrieving revision 1.45 retrieving revision 1.46 diff -u -p -r1.45 -r1.46 --- imsettings.spec 4 Jan 2010 07:49:53 -0000 1.45 +++ imsettings.spec 4 Jan 2010 07:53:01 -0000 1.46 @@ -1,6 +1,6 @@ Name: imsettings Version: 0.107.4 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ URL: http://code.google.com/p/imsettings/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) From lucilanga at fedoraproject.org Mon Jan 4 07:59:09 2010 From: lucilanga at fedoraproject.org (Lucian Langa) Date: Mon, 4 Jan 2010 07:59:09 +0000 (UTC) Subject: rpms/libftdi/devel libftdi-0.17-bind-typo.patch, NONE, 1.1 libftdi.spec, 1.14, 1.15 libftdi-0.16-multilib.patch, 1.2, NONE Message-ID: <20100104075909.2704F11C00D1@cvs1.fedora.phx.redhat.com> Author: lucilanga Update of /cvs/pkgs/rpms/libftdi/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2727 Modified Files: libftdi.spec Added Files: libftdi-0.17-bind-typo.patch Removed Files: libftdi-0.16-multilib.patch Log Message: * Sun Jan 01 2010 Lucian Langa - 0.17-1 - add patch to fix typo in python bindings - drop multilib patch0 fixed upstream - new upstream release libftdi-0.17-bind-typo.patch: setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE libftdi-0.17-bind-typo.patch --- diff -Naur libftdi-0.17/bindings/python/setup.py.in libftdi-0.17-mod/bindings/python/setup.py.in --- libftdi-0.17/bindings/python/setup.py.in 2009-05-29 22:54:41.000000000 +0300 +++ libftdi-0.17-mod/bindings/python/setup.py.in 2010-01-04 09:48:58.000000000 +0200 @@ -12,6 +12,6 @@ py_modules=['ftdi'], ext_modules=[Extension('_ftdi', ['ftdi_wrap.c'], include_dirs=['@top_srcdir@/src'], - library_dirs=['@top_buildir@/src/.libs','lib','/usr/lib'], + library_dirs=['@top_builddir@/src/.libs','lib','/usr/lib'], libraries=['ftdi'])], ) Index: libftdi.spec =================================================================== RCS file: /cvs/pkgs/rpms/libftdi/devel/libftdi.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- libftdi.spec 20 Dec 2009 18:07:52 -0000 1.14 +++ libftdi.spec 4 Jan 2010 07:59:08 -0000 1.15 @@ -9,7 +9,7 @@ License: LGPLv2 URL: http://www.intra2net.com/de/produkte/opensource/ftdi/ Source0: http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/%{name}-%{version}.tar.gz Source1: no_date_footer.html -Patch0: libftdi-0.16-multilib.patch +Patch0: libftdi-0.17-bind-typo.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libusb-devel, doxygen, boost-devel, python-devel, swig @@ -60,7 +60,7 @@ for building C++ applications with libft %prep %setup -q sed -i -e 's/HTML_FOOTER =/HTML_FOOTER = no_date_footer.html/g' doc/Doxyfile.in -%patch0 -p1 -b .multilib +%patch0 -p1 -b .bindings-typo %build @@ -139,7 +139,9 @@ exit 0 %postun c++ -p /sbin/ldconfig %changelog -* Sun Dec 20 2009 Lucian Langa - 0.17-1 +* Sun Jan 01 2010 Lucian Langa - 0.17-1 +- add patch to fix typo in python bindings +- drop multilib patch0 fixed upstream - new upstream release * Sat Aug 22 2009 Lucian Langa - 0.16-7 --- libftdi-0.16-multilib.patch DELETED --- From perex at fedoraproject.org Mon Jan 4 08:20:26 2010 From: perex at fedoraproject.org (perex) Date: Mon, 4 Jan 2010 08:20:26 +0000 (UTC) Subject: rpms/alsa-utils/F-11 .cvsignore, 1.29, 1.30 alsa-utils.spec, 1.87, 1.88 sources, 1.34, 1.35 alsactl-init-add-speaker.patch, 1.1, NONE alsactl-init-fix-headphone2.patch, 1.1, NONE Message-ID: <20100104082026.8687D11C00D1@cvs1.fedora.phx.redhat.com> Author: perex Update of /cvs/pkgs/rpms/alsa-utils/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7031 Modified Files: .cvsignore alsa-utils.spec sources Removed Files: alsactl-init-add-speaker.patch alsactl-init-fix-headphone2.patch Log Message: updated to 1.0.22 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/alsa-utils/F-11/.cvsignore,v retrieving revision 1.29 retrieving revision 1.30 diff -u -p -r1.29 -r1.30 --- .cvsignore 3 Sep 2009 11:26:30 -0000 1.29 +++ .cvsignore 4 Jan 2010 08:20:26 -0000 1.30 @@ -22,3 +22,4 @@ alsa-utils-1.0.18.tar.bz2 alsa-utils-1.0.19.tar.bz2 alsa-utils-1.0.20.tar.bz2 alsa-utils-1.0.21.tar.bz2 +alsa-utils-1.0.22.tar.bz2 Index: alsa-utils.spec =================================================================== RCS file: /cvs/pkgs/rpms/alsa-utils/F-11/alsa-utils.spec,v retrieving revision 1.87 retrieving revision 1.88 diff -u -p -r1.87 -r1.88 --- alsa-utils.spec 7 Sep 2009 11:50:10 -0000 1.87 +++ alsa-utils.spec 4 Jan 2010 08:20:26 -0000 1.88 @@ -3,8 +3,8 @@ Summary: Advanced Linux Sound Architecture (ALSA) utilities Name: alsa-utils -Version: 1.0.21 -Release: 2%{?prever_dot}%{?dist} +Version: 1.0.22 +Release: 1%{?prever_dot}%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.alsa-project.org/ @@ -13,8 +13,6 @@ Source4: alsaunmute Source6: alsa-info.sh Source10: alsa.rules Source11: alsactl.conf -Patch1: alsactl-init-fix-headphone2.patch -Patch2: alsactl-init-add-speaker.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: alsa-lib-devel >= %{version} BuildRequires: ncurses-devel @@ -28,8 +26,6 @@ Architecture (ALSA). %prep %setup -q -n %{name}-%{version}%{?prever} -%patch1 -p1 -b .headphone -%patch2 -p1 -b .speaker %build %configure CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" --sbindir=/sbin --disable-alsaconf @@ -96,6 +92,9 @@ if [ -s /etc/alsa/asound.state -a ! -s / fi %changelog +* Mon Jan 4 2010 Jaroslav Kysela 1.0.22-1 +- updated to 1.0.22 final + * Thu Sep 3 2009 Jaroslav Kysela 1.0.21-1 - updated to 1.0.21 final - updated alsa-info.sh script to 0.4.58 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/alsa-utils/F-11/sources,v retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- sources 3 Sep 2009 11:26:30 -0000 1.34 +++ sources 4 Jan 2010 08:20:26 -0000 1.35 @@ -1 +1 @@ -3672287c2608040d111ce45495ba7602 alsa-utils-1.0.21.tar.bz2 +f7180316188552ee1e6759a03f1fe98d alsa-utils-1.0.22.tar.bz2 --- alsactl-init-add-speaker.patch DELETED --- --- alsactl-init-fix-headphone2.patch DELETED --- From lucilanga at fedoraproject.org Mon Jan 4 08:21:09 2010 From: lucilanga at fedoraproject.org (Lucian Langa) Date: Mon, 4 Jan 2010 08:21:09 +0000 (UTC) Subject: rpms/libftdi/F-12 libftdi-0.17-bind-typo.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 libftdi.spec, 1.13, 1.14 sources, 1.4, 1.5 libftdi-0.16-multilib.patch, 1.2, NONE Message-ID: <20100104082109.76F9711C03A3@cvs1.fedora.phx.redhat.com> Author: lucilanga Update of /cvs/pkgs/rpms/libftdi/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7171 Modified Files: .cvsignore libftdi.spec sources Added Files: libftdi-0.17-bind-typo.patch Removed Files: libftdi-0.16-multilib.patch Log Message: * Mon Jan 04 2010 Lucian Langa - 0.17-1 - add bindings typo patch - drop multilib patch - new upstream release libftdi-0.17-bind-typo.patch: setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE libftdi-0.17-bind-typo.patch --- diff -Naur libftdi-0.17/bindings/python/setup.py.in libftdi-0.17-mod/bindings/python/setup.py.in --- libftdi-0.17/bindings/python/setup.py.in 2009-05-29 22:54:41.000000000 +0300 +++ libftdi-0.17-mod/bindings/python/setup.py.in 2010-01-04 09:48:58.000000000 +0200 @@ -12,6 +12,6 @@ py_modules=['ftdi'], ext_modules=[Extension('_ftdi', ['ftdi_wrap.c'], include_dirs=['@top_srcdir@/src'], - library_dirs=['@top_buildir@/src/.libs','lib','/usr/lib'], + library_dirs=['@top_builddir@/src/.libs','lib','/usr/lib'], libraries=['ftdi'])], ) Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/libftdi/F-12/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 9 May 2009 09:44:30 -0000 1.4 +++ .cvsignore 4 Jan 2010 08:21:08 -0000 1.5 @@ -1 +1 @@ -libftdi-0.16.tar.gz +libftdi-0.17.tar.gz Index: libftdi.spec =================================================================== RCS file: /cvs/pkgs/rpms/libftdi/F-12/libftdi.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -p -r1.13 -r1.14 --- libftdi.spec 22 Aug 2009 13:17:35 -0000 1.13 +++ libftdi.spec 4 Jan 2010 08:21:08 -0000 1.14 @@ -1,7 +1,7 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: libftdi -Version: 0.16 -Release: 7%{?dist} +Version: 0.17 +Release: 1%{?dist} Summary: Library to program and control the FTDI USB controller Group: System Environment/Libraries @@ -9,7 +9,7 @@ License: LGPLv2 URL: http://www.intra2net.com/de/produkte/opensource/ftdi/ Source0: http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/%{name}-%{version}.tar.gz Source1: no_date_footer.html -Patch0: libftdi-0.16-multilib.patch +Patch0: libftdi-0.17-bind-typo.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libusb-devel, doxygen, boost-devel, python-devel, swig @@ -60,7 +60,7 @@ for building C++ applications with libft %prep %setup -q sed -i -e 's/HTML_FOOTER =/HTML_FOOTER = no_date_footer.html/g' doc/Doxyfile.in -%patch0 -p1 -b .multilib +%patch0 -p1 -b .bindings-typo %build @@ -88,6 +88,8 @@ rm -f $RPM_BUILD_ROOT/%{_bindir}/bitbang rm -f $RPM_BUILD_ROOT/%{_bindir}/bitbang_cbus rm -f $RPM_BUILD_ROOT/%{_bindir}/find_all rm -f $RPM_BUILD_ROOT/%{_bindir}/find_all_pp +rm -f $RPM_BUILD_ROOT/%{_bindir}/baud_test +rm -f $RPM_BUILD_ROOT/%{_bindir}/serial_read %clean rm -rf $RPM_BUILD_ROOT @@ -110,6 +112,7 @@ rm -rf $RPM_BUILD_ROOT %files python %defattr(-, root, root, -) +%doc AUTHORS ChangeLog COPYING.LIB README %{python_sitearch}/* %files c++ @@ -136,6 +139,11 @@ exit 0 %postun c++ -p /sbin/ldconfig %changelog +* Mon Jan 04 2010 Lucian Langa - 0.17-1 +- add bindings typo patch +- drop multilib patch +- new upstream release + * Sat Aug 22 2009 Lucian Langa - 0.16-7 - add group for udev rule (#517773) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/libftdi/F-12/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 9 May 2009 09:44:30 -0000 1.4 +++ sources 4 Jan 2010 08:21:09 -0000 1.5 @@ -1 +1 @@ -524af6f39aefa1a4e8fac12c6be0ed06 libftdi-0.16.tar.gz +810c69cfaa078b49795c224ef9b6b851 libftdi-0.17.tar.gz --- libftdi-0.16-multilib.patch DELETED --- From npajkovs at fedoraproject.org Mon Jan 4 08:48:54 2010 From: npajkovs at fedoraproject.org (Nikola Pajkovsky) Date: Mon, 4 Jan 2010 08:48:54 +0000 (UTC) Subject: rpms/iptraf/F-12 iptraf-3.0.1-servmon-fix.patch, NONE, 1.1 iptraf.spec, 1.35, 1.36 Message-ID: <20100104084854.B7A8A11C00D1@cvs1.fedora.phx.redhat.com> Author: npajkovs Update of /cvs/extras/rpms/iptraf/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13060 Modified Files: iptraf.spec Added Files: iptraf-3.0.1-servmon-fix.patch Log Message: Resolves: #549745 - iptraf -s lo makes iptraf crash iptraf-3.0.1-servmon-fix.patch: serv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE iptraf-3.0.1-servmon-fix.patch --- diff -up iptraf-3.0.1/src/serv.c.servmon-fix iptraf-3.0.1/src/serv.c --- iptraf-3.0.1/src/serv.c.servmon-fix 2009-12-28 14:37:25.000000000 +0100 +++ iptraf-3.0.1/src/serv.c 2009-12-28 14:40:41.580853867 +0100 @@ -1052,7 +1052,6 @@ void servmon(char *ifname, struct portta list.baridx = 1; } } - } } else { if ((((struct ip6_hdr *) ipacket)->ip6_nxt == IPPROTO_TCP) || (((struct ip6_hdr *) ipacket)->ip6_nxt == @@ -1073,6 +1072,7 @@ void servmon(char *ifname, struct portta } } } + } } if (logging) { Index: iptraf.spec =================================================================== RCS file: /cvs/extras/rpms/iptraf/F-12/iptraf.spec,v retrieving revision 1.35 retrieving revision 1.36 diff -u -p -r1.35 -r1.36 --- iptraf.spec 25 Jul 2009 03:32:48 -0000 1.35 +++ iptraf.spec 4 Jan 2010 08:48:54 -0000 1.36 @@ -1,7 +1,7 @@ Summary: A console-based network monitoring utility Name: iptraf Version: 3.0.1 -Release: 8%{?dist} +Release: 9%{?dist} Source0: ftp://iptraf.seul.org/pub/iptraf/%{name}-%{version}.tar.gz Source1: iptraf URL: http://iptraf.seul.org @@ -18,6 +18,7 @@ Patch10: iptraf-3.0.0-ifname.patch Patch11: iptraf-3.0.0-interface.patch Patch12: iptraf-3.0.1-ipv6.patch Patch13: iptraf-3.0.1-ipv6-fix.patch +Patch14: iptraf-3.0.1-servmon-fix.patch License: GPLv2+ Group: Applications/System BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,6 +47,7 @@ on a wide variety of supported network c %patch7 -p1 -b .compile %patch12 -p1 -b .ipv6 %patch13 -p1 -b .ipv6-fix +%patch14 -p1 -b .servmon-fix %patch0 -p1 -b .Makefile %patch1 -p1 -b .install %patch2 -p1 -b .doc @@ -98,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %dir %attr(644,root,root) %config(noreplace) /etc/logrotate.d/iptraf %changelog +* Mon Jan 4 2010 Nikola Pajkovsky - 3.0.1-9 +- Resolves: #549745 - "iptraf -s lo" makes iptraf crash + * Fri Jul 24 2009 Fedora Release Engineering - 3.0.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From jpopelka at fedoraproject.org Mon Jan 4 08:55:46 2010 From: jpopelka at fedoraproject.org (=?utf-8?b?SmnFmcOtIFBvcGVsa2E=?=) Date: Mon, 4 Jan 2010 08:55:46 +0000 (UTC) Subject: rpms/system-config-network/devel system-config-network-1.5.99-kudzu.patch, NONE, 1.1 system-config-network.spec, 1.53, 1.54 Message-ID: <20100104085546.7E68011C00D1@cvs1.fedora.phx.redhat.com> Author: jpopelka Update of /cvs/pkgs/rpms/system-config-network/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14559 Modified Files: system-config-network.spec Added Files: system-config-network-1.5.99-kudzu.patch Log Message: * Mon Jan 04 2010 Jiri Popelka 1.5.99-3 - NCPluginDevModem.py still requires kudzu to probe for modems (bz #513939) system-config-network-1.5.99-kudzu.patch: NCPluginModemInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE system-config-network-1.5.99-kudzu.patch --- diff -up system-config-network-1.5.99/src/netconfpkg/gui/NCPluginModemInterface.py.kudzu system-config-network-1.5.99/src/netconfpkg/gui/NCPluginModemInterface.py --- system-config-network-1.5.99/src/netconfpkg/gui/NCPluginModemInterface.py.kudzu 2008-09-16 16:43:23.000000000 +0200 +++ system-config-network-1.5.99/src/netconfpkg/gui/NCPluginModemInterface.py 2010-01-04 09:26:25.000000000 +0100 @@ -48,7 +48,7 @@ class ModemInterfaceWizard(InterfaceCrea if self.xml: return True - if request_rpms(["ppp", "wvdial"]): + if request_rpms(["ppp", "wvdial", "kudzu"]): return False glade_file = 'ModemDruid.glade' Index: system-config-network.spec =================================================================== RCS file: /cvs/pkgs/rpms/system-config-network/devel/system-config-network.spec,v retrieving revision 1.53 retrieving revision 1.54 diff -u -p -r1.53 -r1.54 --- system-config-network.spec 7 Dec 2009 10:31:52 -0000 1.53 +++ system-config-network.spec 4 Jan 2010 08:55:46 -0000 1.54 @@ -2,10 +2,11 @@ Summary: The GUI of the Network Adminstration Tool Name: system-config-network Version: 1.5.99 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://fedoraproject.org/wiki/SystemConfig/network Source0: %{name}-%{version}.tar.bz2 Patch0: system-config-network-1.5.99-NoneIPLen.patch +Patch1: system-config-network-1.5.99-kudzu.patch License: GPLv2+ Group: Applications/System @@ -38,6 +39,7 @@ supporting Ethernet, Wireless, TokenRing %prep %setup -q %patch0 -p1 -b .NoneIPLen +%patch1 -p1 -b .kudzu %build %configure @@ -106,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/system-config-network-cmd %changelog +* Mon Jan 04 2010 Jiri Popelka 1.5.99-3 +- NCPluginDevModem.py still requires kudzu to probe for modems (bz #513939) + * Mon Dec 07 2009 Jiri Popelka 1.5.99-2 - Fixed s-control-network crash when adding new modem (bz #544412) From jpopelka at fedoraproject.org Mon Jan 4 08:55:51 2010 From: jpopelka at fedoraproject.org (=?utf-8?b?SmnFmcOtIFBvcGVsa2E=?=) Date: Mon, 4 Jan 2010 08:55:51 +0000 (UTC) Subject: rpms/system-config-network/F-12 system-config-network-1.5.99-kudzu.patch, NONE, 1.1 system-config-network.spec, 1.52, 1.53 Message-ID: <20100104085551.4C11111C00D1@cvs1.fedora.phx.redhat.com> Author: jpopelka Update of /cvs/pkgs/rpms/system-config-network/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14603 Modified Files: system-config-network.spec Added Files: system-config-network-1.5.99-kudzu.patch Log Message: * Mon Jan 04 2010 Jiri Popelka 1.5.99-3 - NCPluginDevModem.py still requires kudzu to probe for modems (bz #513939) system-config-network-1.5.99-kudzu.patch: NCPluginModemInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- NEW FILE system-config-network-1.5.99-kudzu.patch --- diff -up system-config-network-1.5.99/src/netconfpkg/gui/NCPluginModemInterface.py.kudzu system-config-network-1.5.99/src/netconfpkg/gui/NCPluginModemInterface.py --- system-config-network-1.5.99/src/netconfpkg/gui/NCPluginModemInterface.py.kudzu 2008-09-16 16:43:23.000000000 +0200 +++ system-config-network-1.5.99/src/netconfpkg/gui/NCPluginModemInterface.py 2010-01-04 09:26:25.000000000 +0100 @@ -48,7 +48,7 @@ class ModemInterfaceWizard(InterfaceCrea if self.xml: return True - if request_rpms(["ppp", "wvdial"]): + if request_rpms(["ppp", "wvdial", "kudzu"]): return False glade_file = 'ModemDruid.glade' Index: system-config-network.spec =================================================================== RCS file: /cvs/pkgs/rpms/system-config-network/F-12/system-config-network.spec,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- system-config-network.spec 7 Dec 2009 10:21:29 -0000 1.52 +++ system-config-network.spec 4 Jan 2010 08:55:51 -0000 1.53 @@ -2,10 +2,11 @@ Summary: The GUI of the Network Adminstration Tool Name: system-config-network Version: 1.5.99 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://fedoraproject.org/wiki/SystemConfig/network Source0: %{name}-%{version}.tar.bz2 Patch0: system-config-network-1.5.99-NoneIPLen.patch +Patch1: system-config-network-1.5.99-kudzu.patch License: GPLv2+ Group: Applications/System @@ -38,6 +39,7 @@ supporting Ethernet, Wireless, TokenRing %prep %setup -q %patch0 -p1 -b .NoneIPLen +%patch1 -p1 -b .kudzu %build %configure @@ -106,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/system-config-network-cmd %changelog +* Mon Jan 04 2010 Jiri Popelka 1.5.99-3 +- NCPluginDevModem.py still requires kudzu to probe for modems (bz #513939) + * Mon Dec 07 2009 Jiri Popelka 1.5.99-2 - Fixed s-control-network crash when adding new modem (bz #544412) From pkgdb at fedoraproject.org Mon Jan 4 09:06:36 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:06:36 +0000 Subject: [pkgdb] hunspell-mai was added for pnemade Message-ID: <20100104090620.E490110F7EA@bastion.fedoraproject.org> huzaifas has added Package hunspell-mai with summary Maithili hunspell dictionaries huzaifas has approved Package hunspell-mai huzaifas has added a Fedora devel branch for hunspell-mai with an owner of pnemade huzaifas has approved hunspell-mai in Fedora devel huzaifas has approved Package hunspell-mai huzaifas has set commit to Approved for 107427 on hunspell-mai (Fedora devel) huzaifas has set checkout to Approved for 107427 on hunspell-mai (Fedora devel) huzaifas has set build to Approved for 107427 on hunspell-mai (Fedora devel) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/hunspell-mai From pkgdb at fedoraproject.org Mon Jan 4 09:06:26 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:06:26 +0000 Subject: [pkgdb] hunspell-mai summary updated by huzaifas Message-ID: <20100104090621.36AD010F8E1@bastion.fedoraproject.org> huzaifas set package hunspell-mai summary to Maithili hunspell dictionaries To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/hunspell-mai From pkgdb at fedoraproject.org Mon Jan 4 09:06:26 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:06:26 +0000 Subject: [pkgdb] hunspell-mai (Fedora, 12) updated by huzaifas Message-ID: <20100104090621.66B6C10F8E2@bastion.fedoraproject.org> huzaifas added a Fedora 12 branch for hunspell-mai huzaifas has set commit to Approved for 107427 on hunspell-mai (Fedora 12) huzaifas has set checkout to Approved for 107427 on hunspell-mai (Fedora 12) huzaifas has set build to Approved for 107427 on hunspell-mai (Fedora 12) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/hunspell-mai From pkgdb at fedoraproject.org Mon Jan 4 09:06:27 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:06:27 +0000 Subject: [pkgdb] hunspell-mai (Fedora, 11) updated by huzaifas Message-ID: <20100104090621.7953810F8E8@bastion.fedoraproject.org> huzaifas added a Fedora 11 branch for hunspell-mai huzaifas has set commit to Approved for 107427 on hunspell-mai (Fedora 11) huzaifas has set checkout to Approved for 107427 on hunspell-mai (Fedora 11) huzaifas has set build to Approved for 107427 on hunspell-mai (Fedora 11) To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/hunspell-mai From huzaifas at fedoraproject.org Mon Jan 4 09:07:30 2010 From: huzaifas at fedoraproject.org (Huzaifa Sidhpurwala) Date: Mon, 4 Jan 2010 09:07:30 +0000 (UTC) Subject: rpms/hunspell-mai - New directory Message-ID: <20100104090730.31A4811C00D1@cvs1.fedora.phx.redhat.com> Author: huzaifas Update of /cvs/pkgs/rpms/hunspell-mai In directory cvs1.fedora.phx.redhat.com:/home/fedora/huzaifas/CVSROOT/admin/tmpcvsM16999/rpms/hunspell-mai Log Message: Directory /cvs/pkgs/rpms/hunspell-mai added to the repository From huzaifas at fedoraproject.org Mon Jan 4 09:07:30 2010 From: huzaifas at fedoraproject.org (Huzaifa Sidhpurwala) Date: Mon, 4 Jan 2010 09:07:30 +0000 (UTC) Subject: rpms/hunspell-mai/devel - New directory Message-ID: <20100104090730.7284811C0325@cvs1.fedora.phx.redhat.com> Author: huzaifas Update of /cvs/pkgs/rpms/hunspell-mai/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/huzaifas/CVSROOT/admin/tmpcvsM16999/rpms/hunspell-mai/devel Log Message: Directory /cvs/pkgs/rpms/hunspell-mai/devel added to the repository From huzaifas at fedoraproject.org Mon Jan 4 09:07:38 2010 From: huzaifas at fedoraproject.org (Huzaifa Sidhpurwala) Date: Mon, 4 Jan 2010 09:07:38 +0000 (UTC) Subject: rpms/hunspell-mai Makefile,NONE,1.1 Message-ID: <20100104090738.23F5A11C00D1@cvs1.fedora.phx.redhat.com> Author: huzaifas Update of /cvs/pkgs/rpms/hunspell-mai In directory cvs1.fedora.phx.redhat.com:/home/fedora/huzaifas/CVSROOT/admin/tmpcvsM16999/rpms/hunspell-mai Added Files: Makefile Log Message: Setup of module hunspell-mai --- NEW FILE Makefile --- # Top level Makefile for module hunspell-mai 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 huzaifas at fedoraproject.org Mon Jan 4 09:07:38 2010 From: huzaifas at fedoraproject.org (Huzaifa Sidhpurwala) Date: Mon, 4 Jan 2010 09:07:38 +0000 (UTC) Subject: rpms/hunspell-mai/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <20100104090738.64B0111C00D1@cvs1.fedora.phx.redhat.com> Author: huzaifas Update of /cvs/pkgs/rpms/hunspell-mai/devel In directory cvs1.fedora.phx.redhat.com:/home/fedora/huzaifas/CVSROOT/admin/tmpcvsM16999/rpms/hunspell-mai/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module hunspell-mai --- NEW FILE .cvsignore --- --- NEW FILE Makefile --- # Makefile for source rpm: hunspell-mai # $Id: Makefile,v 1.1 2010/01/04 09:07:38 huzaifas Exp $ NAME := hunspell-mai 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 $$d/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 caolanm at fedoraproject.org Mon Jan 4 09:10:27 2010 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Mon, 4 Jan 2010 09:10:27 +0000 (UTC) Subject: File myspell-fo-0.2.39.tar.bz2 uploaded to lookaside cache by caolanm Message-ID: <20100104091027.5F9B810F7E0@bastion.fedoraproject.org> A file has been added to the lookaside cache for hunspell-fo: f635727776219745f16b32f9562b4429 myspell-fo-0.2.39.tar.bz2 From caolanm at fedoraproject.org Mon Jan 4 09:11:13 2010 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Mon, 4 Jan 2010 09:11:13 +0000 (UTC) Subject: rpms/hunspell-fo/devel .cvsignore, 1.9, 1.10 hunspell-fo.spec, 1.11, 1.12 sources, 1.9, 1.10 Message-ID: <20100104091113.25BA311C00D1@cvs1.fedora.phx.redhat.com> Author: caolanm Update of /cvs/pkgs/rpms/hunspell-fo/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18050 Modified Files: .cvsignore hunspell-fo.spec sources Log Message: latest version Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/hunspell-fo/devel/.cvsignore,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- .cvsignore 5 Nov 2009 15:40:24 -0000 1.9 +++ .cvsignore 4 Jan 2010 09:11:12 -0000 1.10 @@ -1 +1 @@ -myspell-fo-0.2.38.tar.bz2 +myspell-fo-0.2.39.tar.bz2 Index: hunspell-fo.spec =================================================================== RCS file: /cvs/pkgs/rpms/hunspell-fo/devel/hunspell-fo.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- hunspell-fo.spec 5 Nov 2009 15:40:24 -0000 1.11 +++ hunspell-fo.spec 4 Jan 2010 09:11:13 -0000 1.12 @@ -1,6 +1,6 @@ Name: hunspell-fo Summary: Faroese hunspell dictionaries -Version: 0.2.38 +Version: 0.2.39 Release: 1%{?dist} Source: http://fo.speling.org/filer/myspell-fo-%{version}.tar.bz2 Group: Applications/Text @@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Mon Jan 04 2010 Caolan McNamara - 0.2.39-1 +- latest version + * Thu Nov 05 2009 Caolan McNamara - 0.2.38-1 - latest version Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/hunspell-fo/devel/sources,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- sources 5 Nov 2009 15:40:24 -0000 1.9 +++ sources 4 Jan 2010 09:11:13 -0000 1.10 @@ -1 +1 @@ -62942a2c5303275ae5172be478215e7c myspell-fo-0.2.38.tar.bz2 +f635727776219745f16b32f9562b4429 myspell-fo-0.2.39.tar.bz2 From adrian at fedoraproject.org Mon Jan 4 09:11:16 2010 From: adrian at fedoraproject.org (Adrian Reber) Date: Mon, 4 Jan 2010 09:11:16 +0000 (UTC) Subject: rpms/libmpd/F-12 .cvsignore, 1.7, 1.8 libmpd.spec, 1.14, 1.15 sources, 1.7, 1.8 Message-ID: <20100104091116.4DDEF11C00D1@cvs1.fedora.phx.redhat.com> Author: adrian Update of /cvs/extras/rpms/libmpd/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18080 Modified Files: .cvsignore libmpd.spec sources Log Message: * Wed Nov 25 2009 Adrian Reber - 0.19.0-2 - updated to 0.19.0 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libmpd/F-12/.cvsignore,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- .cvsignore 16 Jun 2009 11:55:17 -0000 1.7 +++ .cvsignore 4 Jan 2010 09:11:16 -0000 1.8 @@ -1 +1 @@ -libmpd-0.18.0.tar.gz +libmpd-0.19.0.tar.gz Index: libmpd.spec =================================================================== RCS file: /cvs/extras/rpms/libmpd/F-12/libmpd.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- libmpd.spec 3 Aug 2009 07:34:39 -0000 1.14 +++ libmpd.spec 4 Jan 2010 09:11:16 -0000 1.15 @@ -1,11 +1,11 @@ Summary: Music Player Daemon Library Name: libmpd -Version: 0.18.0 -Release: 3%{?dist} +Version: 0.19.0 +Release: 2%{?dist} License: GPLv2+ Url: http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client Group: Applications/Multimedia -Source: http://download.sarine.nl/download/Programs/gmpc/0.18.0/libmpd-0.18.0.tar.gz +Source: http://download.sarine.nl/Programs/gmpc/0.19.0/libmpd-0.19.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel >= 2.16 @@ -54,6 +54,9 @@ for developing program with libmpd. %{_includedir}/libmpd-1.0 %changelog +* Wed Nov 25 2009 Adrian Reber - 0.19.0-2 +- updated to 0.19.0 + * Mon Aug 03 2009 Adrian Reber - 0.18.0-3 - added versioned BR for glib2-devel >= 2.16 (#514565) Index: sources =================================================================== RCS file: /cvs/extras/rpms/libmpd/F-12/sources,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- sources 16 Jun 2009 11:55:18 -0000 1.7 +++ sources 4 Jan 2010 09:11:16 -0000 1.8 @@ -1 +1 @@ -dd0c008d416e35c44d8e77c9899fb65b libmpd-0.18.0.tar.gz +a994f5f25a22c778926a3684c3e3050d libmpd-0.19.0.tar.gz From pkgdb at fedoraproject.org Mon Jan 4 09:11:25 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:11:25 +0000 Subject: [pkgdb] synfig had acl change status Message-ID: <20100104091122.C1B3F10F865@bastion.fedoraproject.org> lkundrak has set the commit acl on synfig (Fedora 12) to Approved for luya To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/synfig From pkgdb at fedoraproject.org Mon Jan 4 09:11:16 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:11:16 +0000 Subject: [pkgdb] synfig had acl change status Message-ID: <20100104091124.2536610F8C3@bastion.fedoraproject.org> lkundrak has set the approveacls acl on synfig (Fedora 12) to Approved for luya To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/synfig From pkgdb at fedoraproject.org Mon Jan 4 09:11:29 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:11:29 +0000 Subject: [pkgdb] synfig had acl change status Message-ID: <20100104091126.4F12210F865@bastion.fedoraproject.org> lkundrak has set the watchbugzilla acl on synfig (Fedora 12) to Approved for luya To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/synfig From pkgdb at fedoraproject.org Mon Jan 4 09:12:10 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:12:10 +0000 Subject: [pkgdb] ptouch-driver had acl change status Message-ID: <20100104091204.8CFAE10F8BE@bastion.fedoraproject.org> lkundrak has set the commit acl on ptouch-driver (Fedora devel) to Approved for jpopelka To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ptouch-driver From pkgdb at fedoraproject.org Mon Jan 4 09:12:09 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:12:09 +0000 Subject: [pkgdb] ptouch-driver had acl change status Message-ID: <20100104091206.27EE710F8BE@bastion.fedoraproject.org> lkundrak has set the approveacls acl on ptouch-driver (Fedora devel) to Approved for jpopelka To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ptouch-driver From pkgdb at fedoraproject.org Mon Jan 4 09:12:03 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:12:03 +0000 Subject: [pkgdb] ptouch-driver had acl change status Message-ID: <20100104091211.268CD10F8BE@bastion.fedoraproject.org> lkundrak has set the commit acl on ptouch-driver (Fedora 12) to Approved for jpopelka To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ptouch-driver From pkgdb at fedoraproject.org Mon Jan 4 09:12:14 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:12:14 +0000 Subject: [pkgdb] ptouch-driver had acl change status Message-ID: <20100104091212.2A14610F8D2@bastion.fedoraproject.org> lkundrak has set the approveacls acl on ptouch-driver (Fedora 12) to Approved for jpopelka To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/ptouch-driver From pkgdb at fedoraproject.org Mon Jan 4 09:13:11 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:13:11 +0000 Subject: [pkgdb] apache-ivy had acl change status Message-ID: <20100104091309.41AB610F8BE@bastion.fedoraproject.org> lkundrak has set the commit acl on apache-ivy (Fedora devel) to Approved for orion To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/apache-ivy From pkgdb at fedoraproject.org Mon Jan 4 09:13:16 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:13:16 +0000 Subject: [pkgdb] apache-ivy had acl change status Message-ID: <20100104091310.8324210F8BE@bastion.fedoraproject.org> lkundrak has set the approveacls acl on apache-ivy (Fedora devel) to Approved for orion To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/apache-ivy From pkgdb at fedoraproject.org Mon Jan 4 09:13:14 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:13:14 +0000 Subject: [pkgdb] apache-ivy had acl change status Message-ID: <20100104091312.0AA3210F8BE@bastion.fedoraproject.org> lkundrak has set the approveacls acl on apache-ivy (Fedora 12) to Approved for orion To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/apache-ivy From pkgdb at fedoraproject.org Mon Jan 4 09:13:21 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:13:21 +0000 Subject: [pkgdb] apache-ivy had acl change status Message-ID: <20100104091315.DC0EC10F8BE@bastion.fedoraproject.org> lkundrak has set the commit acl on apache-ivy (Fedora EPEL 5) to Approved for orion To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/apache-ivy From pkgdb at fedoraproject.org Mon Jan 4 09:13:19 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:13:19 +0000 Subject: [pkgdb] apache-ivy had acl change status Message-ID: <20100104091316.DB09210F8E1@bastion.fedoraproject.org> lkundrak has set the approveacls acl on apache-ivy (Fedora EPEL 5) to Approved for orion To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/apache-ivy From pkgdb at fedoraproject.org Mon Jan 4 09:13:32 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 09:13:32 +0000 Subject: [pkgdb] apache-ivy had acl change status Message-ID: <20100104091317.21BCD10F8E2@bastion.fedoraproject.org> lkundrak has set the commit acl on apache-ivy (Fedora 12) to Approved for orion To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/apache-ivy From caolanm at fedoraproject.org Mon Jan 4 09:24:23 2010 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Mon, 4 Jan 2010 09:24:23 +0000 (UTC) Subject: File openoffice.org-javafilter.desktop uploaded to lookaside cache by caolanm Message-ID: <20100104092423.64E8510F7E0@bastion.fedoraproject.org> A file has been added to the lookaside cache for openoffice.org: 0c195c73f76d3e52da7588904bae8af0 openoffice.org-javafilter.desktop From rrakus at fedoraproject.org Mon Jan 4 09:27:59 2010 From: rrakus at fedoraproject.org (Roman Rakus) Date: Mon, 4 Jan 2010 09:27:59 +0000 (UTC) Subject: File bash-4.1.tar.gz uploaded to lookaside cache by rrakus Message-ID: <20100104092759.E560C10F865@bastion.fedoraproject.org> A file has been added to the lookaside cache for bash: 9800d8724815fd84994d9be65ab5e7b8 bash-4.1.tar.gz From rrakus at fedoraproject.org Mon Jan 4 09:29:31 2010 From: rrakus at fedoraproject.org (Roman Rakus) Date: Mon, 4 Jan 2010 09:29:31 +0000 (UTC) Subject: rpms/bash/devel .cvsignore, 1.14, 1.15 bash.spec, 1.195, 1.196 sources, 1.17, 1.18 Message-ID: <20100104092931.ACC0811C00D1@cvs1.fedora.phx.redhat.com> Author: rrakus Update of /cvs/pkgs/rpms/bash/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22453 Modified Files: .cvsignore bash.spec sources Log Message: New upstream version 4.1 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/bash/devel/.cvsignore,v retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- .cvsignore 27 Dec 2009 11:22:37 -0000 1.14 +++ .cvsignore 4 Jan 2010 09:29:31 -0000 1.15 @@ -1 +1 @@ -bash-4.1-rc1.tar.gz +bash-4.1.tar.gz Index: bash.spec =================================================================== RCS file: /cvs/pkgs/rpms/bash/devel/bash.spec,v retrieving revision 1.195 retrieving revision 1.196 diff -u -p -r1.195 -r1.196 --- bash.spec 27 Dec 2009 11:48:40 -0000 1.195 +++ bash.spec 4 Jan 2010 09:29:31 -0000 1.196 @@ -1,16 +1,15 @@ -%define beta_tag rc1 +#% define beta_tag rc1 %define patchleveltag .0 %define baseversion 4.1 Version: %{baseversion}%{?patchleveltag} Name: bash Summary: The GNU Bourne Again shell -Release: 0.2.%{beta_tag}%{?dist} +Release: 1%{?dist} Group: System Environment/Shells License: GPLv3+ Url: http://www.gnu.org/software/bash -#Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz -Source0: ftp://ftp.cwru.edu/pub/bash/%{name}-%{baseversion}-%{beta_tag}.tar.gz +Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz # For now there isn't any doc #Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz @@ -67,7 +66,7 @@ This package contains documentation file %prep #%setup -q -a 2 -%setup -q -n %{name}-%{baseversion}-%{beta_tag} +%setup -q -n %{name}-%{baseversion} # Official upstream patches # Other patches @@ -255,6 +254,9 @@ fi #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Mon Jan 04 2010 Roman Rakus - 4.1.0-1 +- Upstream 4.1 + * Sun Dec 27 2009 Roman Rakus - 4.1-0.2.rc1 - Fixed patch for fuzz=0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/bash/devel/sources,v retrieving revision 1.17 retrieving revision 1.18 diff -u -p -r1.17 -r1.18 --- sources 27 Dec 2009 11:22:38 -0000 1.17 +++ sources 4 Jan 2010 09:29:31 -0000 1.18 @@ -1 +1 @@ -fc8de7b0c715fe043129c9e347a5658c bash-4.1-rc1.tar.gz +9800d8724815fd84994d9be65ab5e7b8 bash-4.1.tar.gz From denis at fedoraproject.org Mon Jan 4 09:37:39 2010 From: denis at fedoraproject.org (Denis Leroy) Date: Mon, 4 Jan 2010 09:37:39 +0000 (UTC) Subject: File gstreamermm-0.10.6.tar.bz2 uploaded to lookaside cache by denis Message-ID: <20100104093739.ADA6D10F7E0@bastion.fedoraproject.org> A file has been added to the lookaside cache for gstreamermm: d9414047afd7a44ed9c9b7075936a61d gstreamermm-0.10.6.tar.bz2 From denis at fedoraproject.org Mon Jan 4 09:42:36 2010 From: denis at fedoraproject.org (Denis Leroy) Date: Mon, 4 Jan 2010 09:42:36 +0000 (UTC) Subject: rpms/gstreamermm/devel .cvsignore, 1.10, 1.11 gstreamermm.spec, 1.16, 1.17 sources, 1.10, 1.11 Message-ID: <20100104094236.7CCCC11C00D1@cvs1.fedora.phx.redhat.com> Author: denis Update of /cvs/pkgs/rpms/gstreamermm/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25207 Modified Files: .cvsignore gstreamermm.spec sources Log Message: Update to upstream 0.10.6 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/gstreamermm/devel/.cvsignore,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- .cvsignore 7 Nov 2009 10:58:39 -0000 1.10 +++ .cvsignore 4 Jan 2010 09:42:36 -0000 1.11 @@ -1 +1 @@ -gstreamermm-0.10.5.2.tar.bz2 +gstreamermm-0.10.6.tar.bz2 Index: gstreamermm.spec =================================================================== RCS file: /cvs/pkgs/rpms/gstreamermm/devel/gstreamermm.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- gstreamermm.spec 7 Nov 2009 10:58:39 -0000 1.16 +++ gstreamermm.spec 4 Jan 2010 09:42:36 -0000 1.17 @@ -1,5 +1,5 @@ Name: gstreamermm -Version: 0.10.5.2 +Version: 0.10.6 Release: 1%{?dist} Summary: C++ wrapper for GStreamer library @@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 4 2010 Denis Leroy - 0.10.6-1 +- Update to upstream 0.10.6 + * Sat Nov 7 2009 Denis Leroy - 0.10.5.2-1 - Update to 0.10.5.2 - Fix devhelp doc setup Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/gstreamermm/devel/sources,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- sources 7 Nov 2009 10:58:40 -0000 1.10 +++ sources 4 Jan 2010 09:42:36 -0000 1.11 @@ -1 +1 @@ -aa6ffc7f744048d442e20ed9fcb5068b gstreamermm-0.10.5.2.tar.bz2 +d9414047afd7a44ed9c9b7075936a61d gstreamermm-0.10.6.tar.bz2 From tagoh at fedoraproject.org Mon Jan 4 10:00:53 2010 From: tagoh at fedoraproject.org (Akira TAGOH) Date: Mon, 4 Jan 2010 10:00:53 +0000 (UTC) Subject: rpms/imsettings/F-12 imsettings-fix-segfault-on-dbus.patch, NONE, 1.1 imsettings.spec, 1.47, 1.48 Message-ID: <20100104100053.9C60411C00D1@cvs1.fedora.phx.redhat.com> Author: tagoh Update of /cvs/pkgs/rpms/imsettings/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28714 Modified Files: imsettings.spec Added Files: imsettings-fix-segfault-on-dbus.patch Log Message: * Mon Jan 4 2010 Akira TAGOH - 0.107.4-5 - Fix an abort issue. (#530357) imsettings-fix-segfault-on-dbus.patch: factory.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) --- NEW FILE imsettings-fix-segfault-on-dbus.patch --- 2010-01-04 Akira TAGOH * src/factory.c (imsettings_manager_real_finalize): avoid a segfault in libnotify when the dbus session is being closed. (rhbz#530357) Index: src/factory.c =================================================================== --- src/factory.c (????? 368) +++ src/factory.c (?????) @@ -871,6 +871,11 @@ g_object_unref(priv->xim_req); if (priv->qt_req) g_object_unref(priv->qt_req); + if (priv->notify) { + /* XXX: workaround to avoid aborting on dbus. */ + if (dbus_connection_get_is_connected(priv->req_conn)) + g_object_unref(priv->notify); + } dbus_connection_unref(priv->req_conn); if (priv->monitor) g_object_unref(priv->monitor); @@ -882,8 +889,6 @@ g_hash_table_destroy(priv->aux2info); if (priv->body2info) g_hash_table_destroy(priv->body2info); - if (priv->notify) - g_object_unref(priv->notify); if (G_OBJECT_CLASS (imsettings_manager_parent_class)->finalize) G_OBJECT_CLASS (imsettings_manager_parent_class)->finalize(object); Index: imsettings.spec =================================================================== RCS file: /cvs/pkgs/rpms/imsettings/F-12/imsettings.spec,v retrieving revision 1.47 retrieving revision 1.48 diff -u -p -r1.47 -r1.48 --- imsettings.spec 24 Nov 2009 09:53:04 -0000 1.47 +++ imsettings.spec 4 Jan 2010 10:00:53 -0000 1.48 @@ -1,6 +1,6 @@ Name: imsettings Version: 0.107.4 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ URL: http://code.google.com/p/imsettings/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -20,6 +20,7 @@ Patch0: imsettings-constraint-of-langua Patch1: imsettings-disable-xim.patch Patch2: imsettings-none.conf-gtk-xim-default.patch Patch3: imsettings-fix-segv-on-xfce-helper.patch +Patch4: imsettings-fix-segfault-on-dbus.patch Summary: Delivery framework for general Input Method configuration Group: Applications/System @@ -90,6 +91,7 @@ This package contains a plugin to get th %patch1 -p1 -b .1-xim %patch2 -p1 -b .2-xim %patch3 -p0 -b .3-xfce +%patch4 -p0 -b .4-dbus %build %configure \ @@ -215,6 +217,9 @@ fi %changelog +* Mon Jan 4 2010 Akira TAGOH - 0.107.4-5 +- Fix an abort issue. (#530357) + * Tue Nov 24 2009 Akira TAGOH - 0.107.4-4 - Fix a segfault issue on XFCE desktop. (#540062) From paragn at fedoraproject.org Mon Jan 4 10:05:31 2010 From: paragn at fedoraproject.org (paragn) Date: Mon, 4 Jan 2010 10:05:31 +0000 (UTC) Subject: rpms/hunspell-mai/devel hunspell-mai.spec, NONE, 1.1 import.log, NONE, 1.1 mai_IN.oxt, NONE, 1.1 Message-ID: <20100104100531.73F0311C00D1@cvs1.fedora.phx.redhat.com> Author: paragn Update of /cvs/pkgs/rpms/hunspell-mai/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29850/devel Added Files: hunspell-mai.spec import.log mai_IN.oxt Log Message: Initial Fedora release --- NEW FILE hunspell-mai.spec --- Name: hunspell-mai Summary: Maithili hunspell dictionaries Version: 1.0.1 Release: 1%{?dist} Group: Applications/Text Source: http://bhashaghar.googlecode.com/files/mai_IN.oxt URL: http://bhashaghar.googlecode.com BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv2+ or LGPLv2+ or MPLv1.1 BuildArch: noarch Requires: hunspell %description Maithili hunspell dictionaries. %prep %setup -q -c -n hunspell-mai %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p mai_IN.* $RPM_BUILD_ROOT/%{_datadir}/myspell/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README_mai_IN.txt COPYING COPYING.MPL COPYING.GPL COPYING.LGPL %{_datadir}/myspell/* %changelog * Mon Jan 04 2010 Parag Nemade - 1.0.1-1 - initial version --- NEW FILE import.log --- hunspell-mai-1_0_1-1_fc12:HEAD:hunspell-mai-1.0.1-1.fc12.src.rpm:1262600088 --- NEW FILE mai_IN.oxt --- PK ??s7??????'|?????[??}???!O???&????O???W??????Z?????}?"4Gh????wc?????@=?P???*Z??}$?A???X/??{p7??O]c??wX?]?q?????? Tc???????~??k)WG?bP ???G???A %]??????????46??"K?k?F???Z?_&?,$?Y?????$?Y???y???D7T??Z???F??S?2??~??H?`n ??*$?? ???[?@? }@???m??U??Q?zlG??N?z?q???5?y^?SN??]??*y?ys? U?rW?2cz?qXB?[J?= ?51?`[??? ?s??j ?:?=b?r?t??UF?8?{??????,????+?&?*???????7??2o??8????k?F??( 0h??ako?r??+?U??Js??U(??????@Hf???.?86 ??@??s?2?? y?????? (W5$?in?C?J>?????7{?8????L?? i??&a_??"?J??c??? o&?$Aa?)g??rK????U?Q???v?????:*??Q??M??[?bY????hf?????????? ?Q??^??????u??B????2?Y????????"qu?????J?????h?Un?4 eX?&?#????9?U??-?5???????b?\-?*??Kd?(?4??V???c??'?? ??X? ?1K?"?n?????????s???pd_W??? ?:??y?Cv???????Sn??? ??C?|j????N??"?R?Z%Z???Co[?]??????;????W??*??]?: ?R:?~|`?+??W2?_ii?????)9?Z????O:?/F?C%????L^.u?tt??nG????|N?????uZ???~?A??e??,??2?j,g|/C{i??F???U??????Do~???*??? ??????R?.???|,? ? ?????5"??g???8??????????F??>?i??M????@?.?A?????????_??tp???U?z~??$?ZSWB+hd???4?:?Z#??????-?gSi?}???? ?;??G??U?T3??[??j?T[??????_u2J;????T=?t@?y6??:???o?R1~s?B{m_$6???Zl?^%?????????A??g?????H???f C&??n?^???@?#?R?!?????{b?(?????[d? 6?@f??N???,??'4???L?+x%tP[k? ??? ?(???o?m??5?Jrf?}??jyq?{??u??2A=?[?Zqz,tC?[c????c??(??d??????????P???`TTR%???!?C5?Y3??E???gM ????v?~#z?4???&?1t Z????????PW???C??????Eu ??M?????2v????y>????-W?????T?0-'?Fm???Q?? ?????,?/6?~A?4?k??h_l?~A?R"??j,I????????@X?Q[??????6?}A????4??????????l??l????j?3???8???{B??????:?[%` ??Xj?X? ?j??????6?????]n???E?????baY??f?8?????1??U? P?f?????jl(?F]0[??????? ;???[?"??qK???? ??[ ?8^???????[Z*C&hHa\???J?_??????? ??IP??.??+?G?[.??k*??/ ?:????W YJ4'???K???q$:h?[???? ????????MND????;d??aG?k#?@?r[3~?????????r??e?1rh?[u???; ?=?m??????g?,6`_?T?rS?d????hUZ`L?R y?;???q???????>QKQ?????r?????;????_?)????????{d??S??0???????=?t?j$$.???????=?Z?j.?; ???N?????Zx?;??|K??.???? ?~?.Si ???#????!?@"(?o?L?HU{???l?k?o??> ?3Z?mln?????ct%V??G2-oP??Y??F??????+z?*????d?K=?T??g?`???'4$?9k??t?-JB{7?>?~?Z?:?6H??? xL ??????M ??z??,g#?? ? ??V]?Xi??.???RK???z'_???l?o???L??H{t?????S[?/?xN?L?"???BF?;?j?-????Ej?!V9????K??????R?[?c??}~lM??? ????qsF@?????i?!7???????!?Y?|???5xZS?>??;+c?T???>??? ???O9??o?7?=??? ??wF??dbw?>?{][-?e$?)?Nt?9?a/?eU`??4BW??;[t?+?! c?>?\-?(??Ani??5?\0????VRx??n?ntt?)w??????P???)l?!4???~SO???^=?;d???:?!???M?5?"????H?: ???^?n?LD?C???????HT???????????????rc??? ?O??&?g/=?????????:a ? ?o??S`oO?,????#???.?xb?`?????Y#????I?????G?XLqA^_??? ???N?bycU?"???3?Zh???????>T?S?g?>???????Z?A/?~?????L?>iX?'sN???v?o??? ??"P?B????) ??????mA ??[z??D?p?D?AU?P Dwp\80?\.?|p??v????XpG?m???Q?? ???cr+d???U???b[P ????7?u^??%? ??L1n??Dyu????P3Et?f=?????zu?? ?~?0R:?Q? ???O;?*?r1??8b???F[_????k???V?????.M??K?x?Y?}y??K?)??????*??%B?]???T%?@?P*??? ?j?+W?l??P?13?_??9d??1?,?fc?>???)?Q?`:]sM??5~x?~$????"??:?????z???&???*J?R?????Z?U?6??sWvb ?_1???uK??eY?1?w?????)3? )A?y?w?????A?;?[=?d4P???P?%rO???2? R!??d? ??f%v?q???QC???G:??????? ?D???Lhp?!Jp2?,?=}44R3e5???r?3????Tc;?w~?38x????'F?g?h)???-?????Frz???????Xz??d??? ??+??? ???f&4t"0??h_1 at T??/?k T??????^O$e????/+2??{@^A`?=????]?b???????????Y?}=?xUd???&D^??h? ?I(?? ?????????[?#?+??????vR\l????3?[??U?_??????( ?2J???8?m?_??5[????J??????HRnAmt? ?\0XE?*??8?'???RF???3???T?]???Y ?q4??|?)???St??????J??C????}?u?],?7??M ????????????h?S/94{*%?y????????*??,?????u ?.5?'????b???N??K!???S??^??~*???8iddI3i"?????????`O?8??g?P???J?kie?U?+?G???(@?x??h?g?????r???\c?OKUE??? 4?]??T'???????+0r???g?3??%7O^???(???????H@"??# ?EMe??I??????( l????? ??j?? ???eGX??Q(?1???x?c?o???P?????x??R??1^???\(????QA???-KC?i?`??E53?hS??qf=?x?bpa?|D66"s???K~p?@?? e?M?????,?M??(k?CQ???< Pq??[??&??F? j??We??E^D?#Z?d?BE3tI?qDJp?W?????q???9 Dw9?/@?w ]?????????2d??s???~?Q?G??????????1???+d???hUF???-Q?%_????;??{%??~?3?j9?{?;??Rb|":YP?????S??@o???n(???"?*???V8A\??.???[wa?h????fE?L?r??9.?O?1?)?????*Ev???}???????W+O?k??Se?5??zM9M??????I!???T??CS?jb??H???QD P???TF +-??Lm)?j?? ???85?I;?B??{2????\0?A].??H?#1&9???v?qg?%??_?V<??????xvE???? ?p&:@?x|cr?+V??:*SH?kW6og??X??????GB{?vC?w???u}(???.4j????=???G?+??o[?K???a?GN??????w?AJ??.?????1?k???9?!o??*????? ????A??L?2? ????D?????C2?TOzm??W???/??G?=~????????+?',?v???????ol?G?xK????E?c~??X?x,???. ?c?????3?a??????D???L!????T?rO? vs?ba?{8????2??Auu1/? z???!??d????R?K?8D????0%?s^8i?? 5L? vi ? \h?9?=a?\?4?WBw????]v??4:?Vv{??=%??g???`?T?.1?????[?6y{3c????Q>?)@??`g???E?Bt ?d?b(*va???????)?? ?? [????li????'E??(??@2?k?`<9eZ?q??AW~????6?!v1??:???o??dY?Ze#0t??7 `?^??7y??=`?!??|???N??1t ??p???_?????????Xp3?OQ?????~?Z%gw?v??x2@??? ? ?P????t30e>????\?3??8?6???AZ2?UC???3?f?s\??V+?f`@e?`?X81Q???;?La2??h^>bcsO?N?n?*??n ?):.?)a? ??4?????N}???????)?1?$['????BJQ??8E??N??Sl??/eTex5?u5w??{S???p?y?QMb?h??l.??????f????)N%YpvYj?z?:>?C ??[??????s?1??f/???hy??@Pqb.?g???U??dl?r i??M?u36mX@ c?I?="!???7?dw9??mE?rPw???qas???y5?{$?uXg??=?A?dFe?(????Nz9??~?Kn:??t }???q??O??P\????? f|???E?2HTF?X??@4?GzC?U??T?/*?????????6?F????":?:#?W?1???(??(?cTe??-??e??:?Z?C??X?????J??K?b???,?/?Q??/????iuP?? ?????????(???B??|&?^???4?Z '???nmU??;???_??=})@??EA5?C??(K?1?????^??F?}UAjJlnQE? ??[?Q?H2?`6?9?_U?2h??3 ?????8c^?Zy????MRN? K1???eV????????[?*? ??2 ????W?^{??d:??????f/%Ux?8_??w?^0?S?P?P?V?????? @??P?q?'??y{*E??????k'?:??E?%?u]?N???/??? ?2??Z?s?@?E???o???`??6J ?????'~????????*??F???`??ou}fs?';k]?wH?T????$??} 5?uHK?h?R?#????n????????+? ??'W?b?o?C?W?>3??d?????fNg?*??(?a1?I???2???? ??R?? ????? ???cl??dj$?I?w???@?Z#??6$p?E:d{??t??c??F>Rc??o?8??4?z ???O??????????i?x6????$???e?q?O??:??c?9??.??3??H7X?????G??9v?&'Y'? m???????ncl?q?%_???9?1?tU?1,\??_?'Rd?El??O6`"i????B6????{??B???`?(??????y?F??=1 xe??&P%?h??~?x????,v\?N????N? 6?????_?6F????ME???E? 8s]d7? C???wp?f)?R?y????.?%:??N????u&?-??LU ??s???l?'=??G?[???.??hP?}????fMg?KN?p?(?b???V?'?e'`???? i??Rq?|?????2:H>????j4??-G$4?Z??Yh??=???0D ?\?a????u?s?vb???\?;??7??????o?)d??e???v??}-P^u???C??G!9?6???$??c????%???Wg-?m! ????v??B?b?!? ??n?9?8??zA?;???A???qt #??R???Q?L?,?????Z?????Kl???O????e?"???t@???R??_??*t??;???C??1Z?PW:z???a1{??D~??&??I???\c??S?b4nK*?*X ???D??i?:SF,??????x ?M???:?"?D?????).5??>6???????i?_8???T??PY?;?z?????-U|5-????? ?Pr[??\???P?=?&???U]?F95???????~?/???"???i-R?????????|?S3???-???- ?7j??????????^??jG?+:C???????7?tm?W?+?N?"?????RR ? ????)c?g&?ot??Cx 1?[??3?_?]_??????)????????????|??-??5A?{?P??VMD*???CE?C???U>? ?????D:],? ????@?4?g??im???j\3?/?";C{?T???L6??_?y???j????????>yZ????"??7: ?T??8??9??J??O 0zEM{?by??4T?????rR(mO??????M?9Z?? ??6T??[?,?o???W???5BJQ]?pz56??????m??MHZ??{??LV/Y???????D??#?????A?Ea?s?!Y?Z??5????Q?(???1??A?U3?W [3du??"? ? ????8???n??$???[)??T?C???????:????t??JQ?i???"??F3?h??l?????G?@ek???.=?T*b2????????????W?? Yq????????P*x??????[??sN/?H?w???PC?? ???V{/????X)7??B%??Q?u???z???f uM?3au;U???????W]_????r6j??^??@F4$i??????|3????S??T??HWH4???8????y???6????5?? 6?.W???2?cys???J?}???u??Ug 3?E?????&w(?????MA?[B#?h?l(????V?t ??~?? ??* ????lPM?M???/?4????D??UJ?fN??#?M ??6T<?E?l?1?@??? ??Q?????????JXk?K?T"??a?????05\?-?(5f???x??????????????F3??.?H??????D?c??'a???Ht?0+?i?? + =??r?&|??!?W?? y???oI???0?(6fA6??????{?????Hx?$:?@?<u?R7?? ?????P????F?l???a????=?P???????Cr7??g6?L?~???4kJc? x??u j]?J??$??C??-~???mqk?}H)?"?bK?%w??+wQ? ??q??? ? ? ????K?0 ??1~?????3my??Yf?v??c??d>?B?`?.??|??i,?Avi???=G%???&g? ??=??+|???'?jG4????!t ?????!pF???a, #?f`wd<(?@A?gtA????t??????(?i????=???D??P:D??~??X?9?? ???](?I|??~??g?0??r.P???-c??????R``S?7,_???d??Z?P???W??$?????H???d???Q???W?>???6?^S?a?C^?r?a 1?&???7???eFeb??P??f?:V}"?slH??)A??/MV????e.???0?{?;?f??5j ?bB????C????};?o??;Z?;{J?s?)6?? ??7???k?w ( ?t???d????????k??^{-???3t/'????f??lcKU(???(??_??H?????f_??z_??%?$?u? ?j???????#?"$??? Z?`???? ??P?g???xA????? ]??'J??q=EEcy?c?e?|??v?{!?Il??r?eI#O??????Qd?1????????[D[{???Z???z}%2(?o?????U?@?AB?-?f??&h`?'??h?h???%?#????l[B? h?????????j^?u??a??I2?????I:???'????/cV ZB??8???S????PD???N?m?/?x?????P?!???`H?]??7?}Z??[???? `??FE?????|wi??6?P?C??Y=?Z??.???B?? ?6? ?kj/??E???9-?T?p????A'????O?"=??? }s???@j  ?e???`S?{?SA,B?B ?v?`?@??t????Q)?3?E????????3@????E?=?o???N??VEJ???s???8d???;kq????d?b??U???Q? ^K+nlz?? ~D?LRD ?HG`????(*?z????D????ep?I???8???!Q?@? ??#Xnm?????1?N?? ?.{?+?gv??3???mw??_??????8(\?.h[?UT7D??|?!??_ ?Cd?? ??J?R?H?????r??{}?C??!c??????h3?f81???K?3??????b_???[?S??????nQq?8??G?T?z??[?????j?C?^?????@WP?d&??O??{h?\$(?Yr?? ??a??xK???3?i??#vh9fP???rTA??,{?R???{? ??=!?es???B? ????KM[[?$@>]_?L?e^Rc?M`?$???`kW??*x???*????[3?4?.?5?w???P?>-H??Z? ???E\?\g]?2??M??P??X?eL? ??t?=???^??W??W5Mz?-??5????????W??????i?n?>a?????@???ZG?????1????Tv???Z-?#?d??0a1?!???g???9?$?D???.?i?y?K?p???7^:e ?D?F??WAI?FdW)???#??e?3}@??@??p-I??3Fh???^?yd???????L ??$? ??Ia??????z?Y0Iiw2?L??????Ba?Q at m??P ????Jf8??????:???M??V bw??y ??z>v1V1????m ? ???????????T?$/?L?Co^?????/?cOE?1????????????6?????P vBL?@c~+??????!T?S.??.?vF??K?F???$(|_??4?l?????f?????????zce?X4???r]???????q?m??w?4????=?O??1?]$??]?j?O8o?i$?[L?*???#???#B????0?I?6????`??Ml?+?M?tl]G?oeBl2o?HWC?x?z6?W(????./@SR????c^v?[`??)k?#ek"?z|0 ???(???%d?S?$~'???w+?w???)B:-Sgy???L?|G{??.?n?????w$>??uN????w??C?????c??H/C]Q?:?-d?/???}&?Y????????[?u???????c-\??t?w????8?f|??C?|L??#z?4???G??!:??F??b? ???"PX?????PFwL?+s??P????{?o??????`J??_??v?????!?;*??]?q?0 at S?g?$?Z??.<7?`?0??? ?.-??f?3??k7]? ??5At*?r?}b???`]q??M?=?R'?T??Q\?N?*?u"91F? c?n??ZZ?????FzhTZ?C?B^,?N_cqN#?fl???????^?Q?,1B?E?xR+Kq??;??Chd??????{?30?G??'?????N?N'A:K?????.?o???$~?N0?????$??v?? ??xAk??T-??????2?A2n?S0:D?S?? :?_?3F? ?? t?2B?Bb ?3{?q??s???? ]?;c?yd n=A?b&??sF?H??*??K?5?s???P[5??i?A??FVmF?.0R4?I??!??i?%T. ??V~?q`???X?C??=AOH??FXk???+?V)?k?s?? ??b??4???:??F??????x??????? r??8??j?? jl?????jt?Y??g?????aY?*?n?~C?????(?:???EY!??b????I?$:P1kb?0l?n????#??<??hV!??x=?X ??8;?w??X6??o ??H *Lt?-???????-V/?#Q?????I????M????h5&dnZ????>#= Ad??CG?p????x?0m?{'3?=^?c???? =??/=A}???!?d0???bk??f???u?\?W ?{zK???l??4??ve[ Fa??cN????hK??????X#???P*?PD;?zU??? ??7? Ag?e?????????^?8? N???_??!1?:%:G???S???7H?P??%?hDP?????1??6?-?????????z???\aU<mlbP??}m[?D7D?D???R ??D7L?x?qh???KH?g?W$?g?Z?h?? ?z???Y??U??)?09??*}??H???o?????j c?$ ?`???cC??QOu:??]sy??z?lG???nC?Q?si?f0=???1Vqld??[???.2?????u?????h"?O"Fy??$????Eh?? ?+?3z????1MmbhS????mQ???D???9???rA4h??????R=?>??_?B}oap?yo????????k?y???I3$? 5Dpl2?w?????????~????,?;O???I???? _?&?? )?u?)????D?H??????????????2:6??F ?????%7I[LwN?o?Gc?:l?ln{ ,?V??IG??#?M?Z/|$4T?l? ???1.?????$?"&?/xa??|???G?5??K?VK.?@??~?A?5????JV-N?i?g? ? 6}???${??S_?X????6?8E???]?:=????B??????s?u/b o???#??*N???????:????4?????eKQ??G?k?)???_??B?~????3?????D???J'2?Z?W??aY|??|?^???|t?? ?g?S?x?{??(?w(?????^Cn??^? ??#Z8[?E?.?=????=Q?V??i8P]?Hp????o??2??E???W??B??(?i???n*?Nc?8?i?c???Z?y?3~1::?y?g1?m???>?(?? ???$?:c???L???[?e?G?"?e?Ywi%1e?%?`1??`S?NL7????oE^>(4P?????L??2??]??S?s?????M? ??~^?b??!i??uej?? [??3?]0????B????=\(] Ko????e2je [??]?unJm?b????nc?%[9i7??Pn? Z?.@????Ep??h?bo?-?P?Q6jGl0q?ZE[q?%???O>???AZ6 ?g?mlt!??/??3C??^??????0?Oo??bGu????e?????A2??j?l??1h?+?D????\d| ???m??]?)*u??l???"????L?mdK?]???{?Iw??mP??i?( us??S}???3??X?????D?5?`F:V&?ro}s??VkoqU.AuU???p???x}??R?6$?1V?^?^?3??C???????1{?o??O? "??n{???? ??Z??U?m????(5}w(?????S#?A????OJ?s???{???7)N?;1??22zC?X??'?L??`=e(Lx???? 2B??? b^??????_?p????:??n}3:}?\\{>iU8iW0?vht???z?<,????1?"????f8*?Ym?_???]??*X?a???~???m??B?x!`W??????>? /=1?5??r s-B^?A?`[?0;@??#H????5B] ?N????1>?2?(d? ????????q?hY??xX????uF?c???; t?j?dQ, ??*?e?? ?[ ?S_`o?cz$MI?=?:??Q? ?Y? ?? ??:?V??? ?? ??{????>#@???iy?@:?(???lc"d:??Po??6??????VM+?gF? ?@+? /??????q?!E??M?Rr?F??b?joUj????&`??f?????vK2??/gA?x]?(?Ye$M????y???? ????j ??V???d?????e(?'r???fZ m?=??????U?????'??uuxT=?!?.???m? "??_?0s?'z?????3?}?s?W????Zz?6?$69?????*????]?????js??????>????EFZ???3<"?x??o??2?g?o?HS~?]?EO?)NC????^?a?B???Soahu4 at V?W?'ma????O???,?.m??P?u? 5^???Q6?2z??q????6?P?F?)?]_?4Z4???{$??APVX?!??Ty?lN~???????"{?Qy????E"???1o???nt9b6M??C r???????????yGS? ?@7g?;??>?NB??E;??3?25q????o5??W1??a??[??'??N?9B?I???*|?3eg7? ?;0? ?e??VC??Z)??7??????????U??`?a?????~G?>???t??IZ?~C???????????K ??\????T?KbN?Od??????????a??SS?^{?? ?S ? ?B5=K??n1/?n?2L3?#???* ?d??#????M3????/?.?? +? 6D???SfO?????[?????k??)]???wK??D???X???k??]?4-z?(??7???? ?t?!?VHX?nE?vd ??N?Yj??#~g?e^A??$?Z7TCf?%????Q???K??t1?a??E?_??~???3nD?^??kDo?w?4?e???g??????????Ukl/?????6???a%?a4???[??}????0????H???)k{j??????xo?@6?>?e 7???1e?xf$i ??b??_?d?DHqB?O*??o??LD?/?? E?? V??Z?????&?????=?^g?????G:?.\?s??^Fcvm??`?u1????Yo??????2????6c?>[L]??d)??? e\Y?1???????Tv ???h???^e?????|?c??????<$[??A??n??D???{???????YW?7I}?ijl|? F??^i/??+??[??j|??Q???6???9=????????????P?R???H?;??zJ?)z?n????X?=???T?E??_qzo#,??,W?????? ?????????h??[; 1??hH??C:s ????|?[@Mk5P ??"z?J ??>??@Qd?+?`_ ?of?\?vf??:?3?U&?KD1?Zh????KT!i?T??Z??B?????>????p??????6???:??i???QL?Zk??????i?I??????? ????b???S?H?FQ????a???$???l?+???mM??G?n?#B7{???V???tN0??3?g??xt?H?i?^g?-???=????9I?(}??"?(???ntF??{D?[??2??v?f?????? 5????1,J?-~W?8?xM??8?r0???_?y R?R\????????1????z?a?? 9???"?>???{+ ? ?5Ba\?$? ?@???vC?:???=?(????R?v??-k?#?h??;?n?XB[Bg6???v?????pO???$?'????xB/b?)`??????w? ???V? ?Q??????q???7?;:??nA???????*(??j??or?B?q??)??E?B\???U??:K?O=\??Th?uE$v??"? ??')?\????1vyZ/?A?)z?e>0| ?PF?iX0???C???F/????nw?>1??@??@V??O?u??X?t?GciO??=??J??] ??y5?:? JC??????!????vM??:v)23h?DjE???h?d?U??hB?Z?????#?B?jyn?G]??6????? ?f?=?k??D(?J3:??&9?J*??F????m?{?#D?T???r?P??YEm?6??N a?u@?~=??6{???(=?N?7(?U?U??c???JcY?!???g???!??)-?b?$??@ "4`\,?~:??#]eY??A?W??W?? ?4"8?Xk??O????? ??y???????S??????????qOQ?}_Z92???Y,P;H????6 ?=??????i? ??a,0v??N???G??pA??X?_??|A7iX?_? j?'?P??)??aP??E?1y??f?h??=?JY zf I? m????[8?????(?+0(tp*E??q?R?5??????8?{??? ??t??i???=????????F????@P??0??0??Xp????3^YhP??v?????3??Y?`:D?????7????//?36?3?!h?_??????? ???V?,A??8?v?????=?!???@???0???? @(???Bsjpt?6w ?R??tu??U??F? ?`??W???rZ?~ ?? g?{?|????'Bw??G{bTj????ICgM?=???7?v??W????^?eVS?%?????m1?E>???.Q??)?1???fUc/ ????????D???7??[?ab!?7?*???y??8?'??.???O?wN#i???c6-?0QA5#?{?4???5W????2??R`??S/?JK?k?!r?+??`?B????g?P?Cqc??.j??$s?%OQ???1????{??;??X??$y .? M?)????LT.????'a????DA???<v??????t?\?J ?C?2U??????V??]b?*????`D?y?Nsm?]?[?e?D?c????t?(i????s*?2?D?????D??WW?4 )?*???????P??^???%*P+5??+?\??W?bV??k?:?+?l???n??*7?1??) c?n?'? ?.???9?ilY]?~n?BN! 3@?9o??h???i?@^????al?????-@?EV????{t???]???a~k?>m?6Nk[??E???i?nl???y??l5&v]?h?#??Z?O??]?Bks{???TA?9?D?B=???(?f?(t??-v?_???} $4? UV ol?_??z?P?Dr? t????c????8"e??1N???3G?4?c?????Q{???Zn??????g??=<(?????x?2????m;~??'?Bx?hY?G4I??6???@?*MM-Z?w?N?^?a??3?Z???)h?_:;?x ???m?"]?*?????\K?S?4[??H??*d?4|?j??????s???????????QBa?i'1? ?D/??E]kVa??? h????rh0??'??6?p??u :???*BF;D{,???A?P??=??z$??-??????`? -?@?@???Qze,?o9?/?Y\??P?)?E????q???%F?3????????????+6GW?L?u?o??? }???+*???i???? ??????c?9?C?????)?T? ??\6g??9?xb??|???9???????{???0????"?^ ?D? l?9?O??MuQ???/";?W 9?U?K??+? ?????!???*?m????} S??????;u???p?8???y=?e????+?~??????z}>??7??????~y ????}???b??&0}??)Q?4?#'?M??T?y?{????????k+??Y&? ??????E???3?w:???s*D7?:\}??]d??w??????,k??U[?!??&??????t?H??VV???? sBk\{??{mlF??z??Mn?!K{???K7????????KP??XR?? g??N??UPm??????|png??Ls???+???X??????3??k?ivoQeT%???J????NK???6?5?P??x??q?#?2 ?!ZQ??&???;?????=??tf_?Y?fh$??????????-;U ?U}+bf??H? k??\?O?t??o?:?Y???X? P??k????D??V???X???1n?14?????*??????t?N???{?i?$k)l?{????????^0=J?(?m?[ ?6?' (QT2??????]|a?ZJ?&w???}I[`?3 ??#??>??gj&B?^?Gq????&T?GuX??{?aOEa??)+\t??3??P??t????*k??J????ZhH?????;?-?Cf?+A+]\?????vC[?}:? ????AT??C*???x#?r?D????!?#?/2??'?RU??z???^a??A>?N??z???T?r?$??:R7?d'6???????????XOY5?h?= P???;3?-P???$??-(??p?i???9 ?*G/H?@?[??d?????h?|?yA??????bG????M??;?xYRWJy?v;?????sNx?N?+?@?|?t???????????L????7???Psd???@[$??6??:????.?h???????ls????vf?:4?`U???g?|??????????m1?:jV1?fia??J??7?(\?r9?L?]X$P:3?:??[c ????B?4???????:?v1?JnZ`?K????W"O$??@?J????|?????[Pw?T+,???????C??F ?L?_???BOI??????T}FMhhX/???E??E??}?!f?:?:???kZ??0t???dSQd?^[??????????-Bvk?y*C!???l???(???? n?,0?n???{???ca??k/0?Qi?????CGj?J?U?_?H?+\?}&?p?2r??yA?EC?????S ?? ???k?MU)G?? ?L}]Y?1??????*???@~?E?%p?"/? ???@ ?)_v ?Q??3XE/?+1:bl? 6 ???*????5O?????T??d??}???+5=?|????W??1?zj??i????^ *?1B?ei??? /?Xt]5 u?????q????hs?#??_?d?Rk?p??7?g (??1{kE???K??k?;d??? ???>Gm?)?!T???>+?e??T?NTx?h&CvQY?uZ? ?? ?z?Th?W*?+??kn ???P?:????d????H????sA4$??/?????$?j??r\?????~&}?1???'F!????y?N3????X"}?-a=?A?H?L??nbwjK?pCMy?6N>?)???q?x??{?O?_5~o?bn;M?e`[??????`? ??z???|Pv???????[?<,??k????[[?:???????9???5.X?^ ? ?ih??KGh???1???7K ?6??3????V?6?f?4???Q^??x??? ?^o?"????$%tl??X?????????t?,?^?X?{????? ??8???1;?vd?"??F5"??^"???Qc0?r??c????8??G?Y????q??????Mx??\?dx?fy????I???4?[???????????~?i]B?[?{??????k qM???(?e???????? ?P?D???K??_???? G((?=+X?_ K+L???v+*v?~???#?b???"?Y????PQ?*??????rt?t(E??*w? ?"?W???r??ja?wI3PE?P???e??Bu?M%??=???Qd?%Y??? i? K?' ?q:$F)8h?GC!0z??cpI2??d??&n?&M?(?y*]?y?J<)????+?????????wc?cu??o?%???t???/????T3??=?6QM?D??z?E???? ?q?%????????BE)?4?lS?L?3?uj9-?9???????{'?G???;o???t$?V??#???Us??0?L?????b???I??NJQ3?N7?<3?)?T?????5M?3j?q?o???R??,()j????6j??????~l??/?r16?#A?6 ??g?D@????????????_?A?O????y?O???RM?gPq5?8SKX0bGh??|???? ??y\?VH?fQ??K?mL???^?j?6?y?I{d+???aM~7???`??? ?rx??&?C?j?8???S???2v3????6?/c?P? ?????????A?(???E??}*??',m????tf>?9?Q????5?l????\W?Wc,a???JG?B?!???9???>???W ?^?????0?6?#??GT?G[??????3??im???*??~+??c?t????& ????F?F?G[??&??ks??7???j? ???>????wh?? i6??,O?:0??!?_ ??)??T?6???+??d$ ??u?9}?x?s??"???????z?qz??wd????!?H??!H,??2???????QF3:???1????Z:?R ?L?SFI ???XQ??hSFU?c'^??????a?C?????????7?3?>??????????H??? ??i????[??????????hx=??h`?????d $:dR??q_XPJ1??????j?xo4Yy+??????DWPt???s???oH?N?w??v?q6?a??Xe ???+Rwy?% (???Qh??? ?F?????e?WYz?#??#??*y~tJ??????????????!? ??-} ?#? ?wH??????D?b?n??o????C,I?"?o?@??k?Z???_????g??e?M?%?'??F4H? ??dU?isT?V?0???????????C??]??ktGyUbhr?}??o/?S?X?|??|R?agt??????B???Z%???U?U???xB?v(??;????????IBn0??'ha?OM???+????s$??????i?]???h??l??r6:???e?u???n/???*????? ?? [?gV/)?&&qF??n?2?#)Z??8?A ??????:8dah(????? f??=}????e??,???@C]?HG? ????5?b=??n0U?N??O?????Q??m??|xS?????7?b{?F{s?#?Cz??S=????B:?c?T? ?? ? '??D?=??&?s??v??>>????)?\??.?e?mr^EY#?bmF??Y?*TyG?E??7L?k?# e????? ????*5?2H??f?S????c?????A??6]??g?????v??[$?a??e=???^?? ??v@?S=`?f?UL? 4????P]? LSC??4??H???/??????T;D???Z?~'+?/zua?|w(?;??1b?'?@UJ?e?9%K???I??Q??Q???????O????hh?ho%???F ?29H?????)o??? ?W??P2D]?U?r????_??)3q*]X+??/l =?F?_?!??D????R\???nF?;aUOXU?T?/4?\?q6?q?(???8f??Q?_?:Y@?M?!??????h?-{h?$i-???|1???1 ?n?Qj?f???-; ???5? ?]?AG?/h??S+?i?tU??br?1???0??3uL?c?w????K??r??????h c0??`q????UK????? (-u?,? ?iM? ?????? h??F????9]3q?*!? ?? ??(CsF?4? 2?@PM?gD/??????\????=U?Tc? 0~?I??Q?a?_?a?~??b<!??F7d?o???G_b??oR??w??%q;{t?p%???3??\???6??}6j ??.??m??D?+?????#5$ ???{??`?3????;?????R 4?G?^?`#????????????6??S??Ki?C?~{?_??F?? Z[??????q&a??**???5,S6??\3~!???wh???7e_?bB%f?4?? ???G?6??????L???a?.??M?~f???????!??]??(:???e \O??W"|????f:"??h/??V?|??????3??;???Kck?+?a ?????? (????F?5BG$???? Ss?su???!??K?(?????j 0?}r/C ?7 v4???????:??)?JN?z?=A??I??? ??wNwn??4[?s?+2TOo?????p???? -V??N??????9*?9)???y??????V????' ??\????i?????2-?@???]J?J?? ??Yy??????C)?&???q?e?7?]???+?#10?,??k ??tn at G{????D(~?e??,\? }??;J??b^? ???,?e?Bsd.???JX_/a[?J?J????A??@?}$hj??e?5???????&LD??t???m??u?W??D?UW?pib W-??zT?K??z??W ?! vh?t?^P?ysQ?SvA?#?/?h? ?k?? ????;???? N,$???~?J?FvG?G-~??V???Oh?9mmkP???z??V???}T??%?-?s??I???R?#????;F???>?? |k?????C?p?ac?h7?? )#c?,?X?a??S?UBv+W?(c?? =N??J??PFq{ ??=.?i??Z? C8?v?=??: ?????i?Ri(#/??????}??dSB???4??%o?)}~???? O?!5? ?D????Q%"K:???s?:????!cy????A?{???+-? ?v?? ?];?(?????}???Z7TfK??^kV??]UT????Ac?7?;?u?}u ???N?o?[??r>?4?C???X{3S???7??GH?H?%;b??DkHh?`{????~c8B??v??/? ?Y?"?K?d ??b h?????????????A??M't??MtA7???No??0l\???Z$????w?B???????4:?8?H5???q????D?2??8???3???)y9U?E??^?C?w9????? Fo? ??Z^??@?hR?J????????>?9AG?'^???'O?]@'DkO?????:z at H??G,?%->?|?-vg??9 ???mPg???=??D?B^???'?????B? ??@?#??????Gd?@@??yi?:??/?? t???.?l??Z????;?????Z]PN/h??d??h??h??????p?[B/???.6?{???b4d??+??<p\ v?>?????n??B?9X ?-?nmO'?Oj??cV???  ? UlLN?`?4*?_);Gq@???3x??~,?Up!??3?j"????v??Fg??=???????:o??3???t??1q?]?;??J?Dy????5#u?yg????+?) ???p?3^?\??? mt.?n??$?I?????=???-???? N???6?:??W????t??$?!??i????????N???????4?Pp3f<,]?,]?[$1?JO???F??ZC#NX?9????q???A} ?8? ???????wH?v?????7??HDs ?????/?9???t???C?r?!h???????????Pv??X??#???;d|??G??,??ht&?8B6?F@????AgHVk??????????? ?JLu??e???|$???,Nh??????kK???o???Y5???K???'??&?????-ViN-2????A^????5??zi?O??&??]E?w=???o?h?0?-?q???I?????BM ?r??h&??[6?????4?????????8??a?D????tC??UA}R?? C? ?u??w??5?[?? ?????T?m?9jw???L??#[v?f??????? ?^?%1x????C?-O?????38? ?j??{?.?h&?@???A???3?qq???h?H? 5?????H???5J?G??q?^m??hG?V?x?? ???z?&?B?????X\Q x????X 7?L?4X?????p???Q?? m??q?X???P?f??b?? ??v?.?K? (?????G???C??N?2????*?'????=)?=??r !? Z??O???? ?2J3?v????<-d?A4d?????B????`?p??4???a???|??w?O=?????J???zZ?0?k?>jX?'?GVm?b??p???uMP?DY?????i??+???C9?(?t??P???? ??97?Z}:C??U??A5?1 ??vjzh???A;?k???????k???4??^X???????:???4Maq?~????;?o?}????I?t??\?!?EwI N???$???i?B.q?6AG$?@??/?h0{gz7M???G????f?f??,?Ig???n?w?V?PP93,???Pw???#???_?d?qW?",I?.?DK)1?%??T?Q?d?u-?35?q?4???I??eO??i?????D???t??]????`?p??-??M?Q??Y#??? ?128????z???r?W?iE?UBaf?M_wH{?????`M?q??Y?=8M???? ?C?+?vL??3?Q?W????\6?4??z????6}9? o??Q????? ??^TO,#???!?d m r???"V?? ???V7fP??E???V?iB???:1?C????"?G??+?O???\?-R,d??? X$G?5?&F %???"&?X k!jZ/|??m?;Z???????]??}? ??m??r[L)??j??XU?BUI??/0?yC?ca?BK?????:zBz?~?T?4??h?-??P'L??(?%ZNK=#=>? ????N???s??.?w????!????hy?-u??E?u???B??H'??????O{??????%??I7J?h??d[??g<3??]??|??%??V{?N???9?1?0#???ip ??m?4/???\??Xg?2 ???t?Q?g??>?zO??l=`)??????H?A$?W???\?????h?L??hVO???i?z?T:J??(d#=.B??>??g?? ?f????9?????D??}???-^n??????6C???ku?o?@?h?''"MO???.g?x????z]Y?eq??H???;C???;?{?;??4 ??!???HCO?????w?qf:/sW?d??a???5????b?S??$??u%{???R /???s?j%??j???-??y/t??{'?????QR??26??8?^R???D??J?O?\ot_????.????Zr1T?"@???I?2vL?.????a?N?S???vZ? hq?_???????BM?3???#5n??p??3t?9??-??:??u?????"?#4?)?`?????|??Z*??1?u?4d????i?????]?????n?r???_?g??QK9-X?P???U?{ ?3K???gv"?_?+Ah??%K?K=?6| ??????6 ??y ?D?S_???bc}?s0k????r?? ???????????UO?G?????L? wV???????@???9??0g?>??f??T???P>wK?qN c?????TG???o????=G???;?:?!? ?I??G?[???5?A}?e??;??^0??m?7???????c ]???)?X????? j$?[3z?? ?>??u?X??Fc???R?????/???vr?:???F? ????B?????????Q???F??]?nhb??I??C?%??*??8;a?d? ?=|U_{0?? Kf????D?2~/%?4?jQ/?????tz?????;??V??P??x0??a ??E?ptUb??gXm?t????M???[??? =`3 ??&_?????jy???U`e?c2s?{v?r[ng|Y?t|?T???t_ ?l`?yO?`?M?????f[.ss???FeOLt???^t56????Q??]s????????Z??????'D8SK?=????:6|?O??????C??S%X?z?W?_K????F?6??c-??h ??!$R/\h0?0??????1b???Zk?????W0/l??c???9U?'n??`$2L?/???7?OGnv? y2?>??5?#@Y?J?FW???dl?#>????n????{t?W? ?SU????;??^?6??F??`???4I`??Q-S??b??W|(??%????\?k?I&?N9?B+;???)???~?????B?h? PvpX?O|?T?? ????]?N"??Eq???o??????S???*?B???????8?X"?o?D??5?????L at i?*??`_v?o?rn??&?#?d-?FJ??ZVl?[??w??u????e?T?|?? ?6e?5?s;??\Lk"??j?-Bi???I?1???/[O/"??? ?5?x ?nfS??4????.?}?0?W ??4m?J?T?????h?????`??f?I?dc_?Y?/H?Ef?q???[?E?%o4?`z????t??Q??t0????????@????w ????{??bM\?? %??(?ug?X???c??g?5??EiCf????JG???x???lX???( ??a???q?Lc?#??=?qb??A??e?o?B3K+=??.?????a? .,S?9???P/'2?oY???%?.?",??P?[?z??m? {=?? T????#??(?M kw????d?.????c? ?F?????e?? c?\F?1?????LUp9T?K[t????>t??`?C?'q?/??M| ? ?????U?ET?????(N?c??8??UH?%Ss?? ??B?L?jm_"t??|????Q?=???E7?????8TG????LO???mNU9?(?t?f1?5?K.??\K?cN??vj!H???C? ???&? p???l?(?? ?#S?6?????[?6o????s%T?U?+^x*?>?> ????9????K?Yt?E6??? ?t-E?}??NQ?8L?{/Q??y?=???%|-?:bD??jZ??g???n??u??\V???.?nS??R????)???$p/?{A??f???`????*??py6??Lc????? ?^V?? ??`?? D?H?Q??w"w?Z|? ?Ag???g"Ot2O?????T1?!X??mYX] ???????o?Q>??v!K?Y0???????R?E?^???Z?????\?kTS>???ZW?C?/?????W??K?( rl????s?????mp;?r???$ ?S??OQ,?'8(?$??W?(?b7?:V????)??4???`?bZ:??/ev??Y.? s???^????!????=???h?????E ?? U???r??H?g:??????M ??`;??v~o?m??? Y????? ?:?????(???}?????~???J??F{e-? ?Y??=??0??R?Y8 ?r???v?<0\????xF??????w?q?b?? ?O?Ze>?e? sF@?su?0n?????n???l?B???-??5PO???m??P??h???4 ????c?_k?*?Z?? ???/?p@????`???#?\On??????;??V]?8Cy ??@c;?3?T/z"~b`???y?Z?%???/?I?z?BN??C4 ????I?????i\K?D?:W[?b??P? ) a7 9???u??=?l??H??:??;??? ?A ????TX? avu?M?{C?????x?n8?? d?z??}?sL????\?C???i?q/|?h???8?X????p?0???f]?????d??p????:????+??????y???? ???)`?}?vH?*???????Sp?c*??????r????Px ?Q?~?9? ?j??I????p????E'?NJj????Z???tz??wy]???z?t?]?9 5$ ?????q?'IV:?~?? ??J? ????Zs????z ? ??[CvD?^?]?B^???%?pd??dF???=E???????? ????p?6~??z?? pM?9???-lX 5K????U?W?Cz? ??v4?Ka???????p??p???n???2??Zi? ?b@?s????????{?o)??6/E?i?`?x(??`? ?)???{.*??=?a?????? ??6\ ??`? ??S??8Z? ?T'????pUd{9D?l!S?!4?????? ??????b{&J 9e?x?2?N??S? ?????N?>??e?s-????A5?qU? ?????:???Cv>?J???????5?5??z??j??H?od{ ???/0to???9~?YN?7????h l?m?p????^?{dY? ???????v|??2??}??:?}:4-?????)??? ??`?I??^N7???^? ?? ?I??? ???9(?+??|bAZ?pC? c??]?B?;M???]Q??8?1%m???U?+?7??Lx?g?.??:bl ??/???????????l?Hl| ?e/??P??????L?????R????uP2?v_???a??^?W??Zh?)? ????0 E????y??j??F?}SYUv???Z??? ?8;Rp?j???<S+lWt?v? l1??EW?wC??D?(e??N??V????r???+?:3q??'t6? ?/?NFU?? ?x?~R??;?*? ']A???? $V}&?> m??????l?L???Q?rU? ????????~??????|??TK??h????? ????G???????u"?S???.????????>2X?(*X?:?e?2 ?f? ????????i??(W??4P?? ??????y??,?cd????m=H40???L???[#\| x??b?]?=p??&??? ?? T?SV?6c?x?? ?c2:g ?s?-?6w??? ?|?k???A???%??s!?C{????Z??W?- ?????Q?6L?\h???*??u 8X? ???aMtP????,??Z?k?]?>?T~???????v?> K??7r??pZ??3???N??&???Wz$???."??????sw??w\v;????h?,? oG*?M`oC???N ??&?%H~ ?&T?0p???9??????pq??aM?\ _??u &???]7D??|??4cj ??6??^?w???I? 8???m?!????]~?z???i_hv^^psD??"?r at U?>?V3?k??3;p??????????~x'v\??v???}?????M?????@?x?????N5?ij?X??mO??J? M?u???`??s)?? ?}?b/dqAp?r2?+^Y?z??????????A?????s??5?h Z?n???Q??S???z?)???? ????j???????N??8G???C????6?{t?w??v??v??v-?????L???9 ?h_c???S{??N????|?q??????]f?)f:??nn?#?W?}??;?`;?????l!7?3Zgo`I?A ????c???c???N3??? ?u??R??L?v?U???-???}??e???W??'??J????M?% ??????GX??N??-??????????Z?L???????r??6zH?????h?n3?D?u?<]?????Q??}??$??;>????.?ly?k_???l???T?:????,???>r???PE?%c????????????,:????4?V$??4P?dK8?M x??5a???S+?????8l????f0??}?w???????FJQQX?????`7?L??C??Z?J?Z????E?w??yW??`?G?]????????0^??????g>???/?!?>?t??`=UpP<5}??&???E???6??0????{ ?SA??mE?8KoEF?!?SpW???y?5o???5t ?????t?????>????MCR???Q/ ?cA?d??n??1[Q??  rqm??}?~? J???/@???????O??[??gJ?E??Cj???e6?? |??L}??y#???K\|(&o?1?P?R?s?:?_q}???OA ?D| ??N:?: )?x?????X??e??????[?? p????lazV?P?W?K??i?G?`? m???PE??Y?[???,k???s?L?eY?0???l9?-j??+?Q?,?BO?eGYt??????xC???s?????f?????6???? rp???????8?yh8????C??XpCQy??q ?!???'t7?>???r?-?*?*??f?[? ?????}?jh T?a^??_?y?h??#u^?"??8????b???Lg!$I?????+?G\?????.;aY?1$s?p???/QU?e?7?????%W??@?x??j??? +??????&B?C>?T'?\??@C??????O?7 ???e5i+s??&n??(????o???9z??W?S?I???????;?Q????]|?F??mC?nq'O &???*@f??F???d??Y?l??.?????b???sYq??tr?e+k?-?^[5uU ??S^s????T???Q?????? &?Np????p"??t???xP??B?x2$??X? T??????a??!P?Im`?6@?;? ??QZ??7/??????????g?-??'l|1;?f?G4/?M????)Y??T?{N?j&????{>:? ?!bn ? ????U|???hb(??}??(??????,?Cge?&/?Vnu?? (?`??u???[o? ???M?c? ??????M??????? ?-?????/????cjY?16??`?d?p?k????y'?\7???m^L3D??Brmb?e' }sK[?M?p1p"?????hmw<7C&???????????o? ?,??)?2???????[???'?$??G?? ??3?B?ms\H??]????q???e?(? n? ?-???^?otA?VS?V?,Q?T??]=sn?t?9~????=w????? ??R?? ???#n?????????]j?; ??8??s`;^?58??Uk e?R??+??J?:??????l?Z?;???i??Z?h?Q?? ??tD??K??n?Kk:?Q>N B??????J;kh"??6??f*?4NC3?v??w?xd?q ?(?0??5??>,??"??1?????{ ?JG??????J? ?]e??-? ??Gz?.?????Y??????a(mt(vc?E???UK??S{??=%Q???ehMZL?g?(?F>?f?2???g19?Cz ?,.'???/5?:?????u? ????????H??1???#?=f??$???s?]ps9` O)?6???/?y???~???V??C??,?y????}?,. ?R68???@??oG2?>????M2R_??:?B?U???U??Am_X?sX??H???qH????@@??I2~+Pj?z)?????????Ik???? ?N????\?? zX??VI??V?g?=??>>?Q?????aQ??_x?????t p??a#??%???j??h????!???an?FiS???2??j?*ST?Q?@????V?vq??as? O?o8?? ?-??j,z????6jk_????y???>?j*????0+??????J??5?g???qb?'??????=|(-?????2?q2;j?z?)?]x??G???7????t+#?+?9?$? ????z .?#???5z?I??XXA??5???? sY?????NK?? ? ??o????OL??u!??s?F?&P!^??.P:7?|jR??{??+F?XU.os?6???9M1??2?t?????7??5NJ"?!????.T?]?fg??j>a7???fm-~?E =? ??sT??? ???H&?(;s!?.?K?y??W???? ???,(?????c??T?q????>??#w???&M?j???;???I?m?;???`/??? ?pYho?r???-????pQ???*??????2?6?E?).8???' :??g!?????@bmbZ???????AGv)B=??????6?????1?1Ae_A????B???????`_\f?N N???$?y??Z?$ ?PF?sY|74???X??????? ?W5S[[??w??!-QOr??r C?????g|`?a?)?*??+????I?tq?HUt?7?? ?qo?@???? eP???0???v$@????l8/???m~-?1?G?W???v????????n?????/NB???????XA?3??????=??76??v???.K\U??/+???y?? ?b?p?t??????~u??(?O9U???&??0 a??6TN?r???4 ??????t[A?????L??=e2??eu?AQ??0??VA m?:]???9Y??(.VppT?e??,???|???^??h?????fT ???e>"/??by???g????-F?=??h?M%??f+ pq(?3??NX?5s?}V?b(?8?!??6,?]=??B??tB?????%?Y?j_?????Ar+?k=??Q??=sz i?J?V??-????\l?Rz????##?e?9#? c??G???^&vX????|?lW? ?????LpF??M?? ???a??????k??zl2?)??c?L???kO?x????(?? ??B?I ?$? ? S?[??????(?D?^???p??qqHg??d:??Ar?yq$'? ???lli ???Q??kT???\???}?7?????;???U9???X 4W?7????6??r?? ???G???/? ?-? v?BZ?-?U?? hvp? T?/?i?e?L,i k3uG ? ?,8??1??8B??y? D?o??U?iqjo?.????S?t?pg?????j?X?R???!vn[yH6P[?e6?:4s????c"? U*????????E???r ?TTN?|?v???5 ??a?E<?vl?3NPC??Y8M?.b2,?????9?`j??????D?u?p?8???d1?t??T???6?0???g?N?r???p>??????8? S.n?B8?????HZ?8???m????????? x?~&r?E+?[?0M??????r-VOy??u??T???7? ???`F???Ce??s?s?\?cFb?Q????4???o\q?WH????J???r^????[??lub82?????(?cvI?;???!??? 1??U 3?tp' N,x ?tT?u?a??m%_?A??e???kK???n??oU\e?t??\?_?5? ??????}D?X?(????v??6?EMV%+??:eU????*2?M??F?? ???Zc?@?!?~?o???????h??tNgT?`?2?t?V)?????%???????M ??l?2?rH-???F{?>W???u??dgO???3?+??"O??HY?9???????@&?c?3CN?(?b??????@???[:????:U?!C?8\??l???A[???q??)?S? ??L?}CeY??T?r?NaO??????)??? ??sq7?[o ??R?T???L?T_?EIPL?9????mb???;@a??Yl?q5}?sA?#? }zA????? d??Y?q?1??E?.????9?S.xt_hY???,?W?B?????+?r{O#??z????xa??T?6o,?x???q?????D ?n?P?!??}?9(???G??fg?,?-??`???i????n{g?L??-?L??-???+N 5?"??????o??b1???????C?????,dy?M?uS?%r??????s?????&???zjK???????t??@?????c????V????>????s? G?e)??{2??6 ???a?.? ?E??????ccBc?d?w?+??x???nM???h?C?:???*?: ?$ ???0j??"x?h??????u??H?-z?*U?!?????G??QG?8$p?qI?\?g???1~M???I???o? U#?k>?y?8?|E*???n??h??????????5%Nc???c00p? ?\w???[ ?;???U????0f?=?[J???6? ?T?? ??? ???\???bpX(?6??.?? |_?'??e??r??? ??cWl7????6????F+???&x?M?\?????5G???]???n??;`W?? To?????????v???O??4!w1z??wm(=?Z?|Ho????nJ??}?e??9????????????????N?\? x????C=???/??z\r}????????> TU?8]??#u???"a?????<??????????? ???%0??+???T{Q??????WSP?????o|I??9???? @??#W?b ??n???(+??j????+??Yh?K?'??S(???_?Q^???6?w?3U??AW??f?C??k&??lU????LYk?pHlNQ??0?_?4??UO??3?I????~R?r/z?K??k#x???Q?D??p?w:???S??V?- ????????#e"n??????$?DR????e*??[???C????5?f8??)??????????????i l?'??? ?l?~g?R-?2`??`?N?`_2???5??g? *????? k+? [?????P??C??,??t????RX)?y?K?1???^n1_??E< ???????{sc?.??? ???8?? ?}???F|/`????F?b??*{??d?b??H?P^??g,????g??Qb??`p$j1W?l??r????)q\??f?q??b?o l????9?q?k??? ??|BX???MU?=??>|????????A??@??kD???s????Pp??*B?x?#i?;??aB?iKn????????Hx57??S{No?3???L??@?4<~cV???0?[S?s+????\???]?*?-?r?B??fz??&??ZG9?$?n????/??.9???T?na !????y?????vt???G?\?@n?????;??|=?15 ??tv?z?Wh? /i?q?.?w?????i??????} 80??}?W?????9???n_\???0??!L?9?k? Gu`g????????1L????rt?????fL_??K??v????u???2??AG??Q?bZ>???????:???@S5?6`?S??8??U?.???0p?j?N&vQ ?U9?98"?1??????0??2?B?Uf`??U??F???????0???r?T????4?+?{Kj2X?R????????Ps?????o?G p?]??0z??`? .?:??D????c?v?^;?5???{?????p??p~N??z?? ??????P?????2?q?????=_B???*=.??G??Z?Y??????????????????????Z?~?f?p?Nn??z????761???Z?]p???R?5Cm?n??vh+?~???=???H~?I2????r??Q?????#??u??)??+??????P?`]d=?'??F}?e]???0?&?j?VBi????$??EP?? ???2Oc??@????g??[6?*??n?????R=d??6?~???#??68???????r??8????boq??'HP2?X{~???a????^B?^?m^?????_v?? ??????>??A?????@??XR? !?:?? O?1???x1?.k?????????g?:N??H??4Q. ?-c?9??`?K????-aIB???f??P]ro???1?[W,:?T????p ???L????K??y????F?\???h?N??p?{??"?]rNwCv???\^???%???c?\B??hON??~"??NEzGlvn?]?Z?????Bj^?6??1v?.?[?W?tbh??+V??pn?Z??jX?0??e? ?g?????x??J)?'?~??????cg'???^?????%??R??;?k??s?+6< ??/??GK? u???S?8????%N?/???l?ne??X?rj????9????RPr4????hd??|???M)???????-vt??': .V?F ???4??i??NnA0??$???+?}????y6h?????=jK9?B?,z-z????????e?d???&?\>-?????1?A?E???????:0?%????T?w?Z|??5C??fe?iB at j ??????ql4K?\l?V?gG??,m?YH?G???}?V[w?j7 Y??????f:??B?2x=????|O?S?a?|R?'?????v?oL?d????6?Fi???W?wX?u ! ^?K??W|? ?z|L0? ?a?yRE?#??A ??Q??????c??>?Q H?L?_C?`[Q??K?? ?CvEo?I?????a*,??i??????R??k??\???Yv?9?????7 ?.8 8????? ?????? Y?2yf0??|iIoe3^D?~u????v at l???G?=??!_????'?lq>??M:s??R^( ;??(n? ??+?3-??x??z??*??????????%??;??|?>?????| I???d$???$?#te???Z}?MI??s?W?*gj_???b?N?E?6?????b?E??????? ???[~ _??a?lO@???P@????-???O? ?????@???;?]0x?9y?,~?e?v??5ck??,^?l?#?`@Y?????u?v?]{?+N?=??????8??????8??S???~j??Uj??0????_gQ[??i??M??q %?q?a???7L??%x????w???I?'}????N?I??\@????D?a??K???+??@???]?????4@?+?b????????-?? ?7?????????0N????5??5?d???????????d?#*?~f??L?????d???M??37?????;???????????v?:?????E?}MRYEpU?eh?????x%L?Q???zS?/??+x????Z??Us????W?=?.=??m)??hC?U< ?!?w??g p??{???????????p??^ S+jy?????pR+????-f ? ????i??????p??p??z5?q???t??[?zoir??5?V????r#??32??v???q?v?^u?[?N ?Wi0????[j?.o????O????e ??????????g0?A?(nJe]%P??p:/??R^y?.}???X?0???J???????sA???????????mjm_y????ua?+?Pv?3??!???????A|? Q??3n??-*??n?^???j??? ?????yj?:?L???3?=?C?/??8??[?b???7?qE??*vq !?A???????O_??>??K?mIx?>d/??p?? '?u????,? ????Cn1*?;?+???_"??l5+S?hB4wT?Z?d?V?r ????*??c ,f???jn_C?_9???}? o???7Z???????}:hg?7%T9??,?a,??\??4p+???d???Aa? {(???/??d4?o??sO?? ??\60????1^1??Z?????`J?????@??6????5b?*?S^????:r?'??=??%b,R&???b?Z?r????7??P?IK??f'??? ?n?A??????p_????3???Q??W???/?_i?M8d?? ??{,? ??k 1-??7d?W@??58?M? ??l_?p?8q?U??J???K3{?????\y???????,/W?????Sb??a]_?p=p?=p?X????a??}hYbN~Of)c?=?~s??#????b?u?w??????;?k???jU??? o????Y?????? '??i?I??"?zQE j???3O?,???a?l?Zg??0?:6w.?1/?} ?[? Q???+m?A?E???X??t?.:??4????G-?9gw???*bR? ?W?J?????sw,P??C?Sf?wl?? ?"{Ty8& ??2N?????BN?2u????>????????%???"??????=????A-?9Pb?&??Y??Ob?G???kx??nkj?.we*???H???s?;n?d~?i?0?=?K??=5 M? 5^?r?d+??k????-9?(???:~d????}`+?P~2?D?!}?X0??@q??2??6g????????b??C1h[?vQf????Z ??????\b3???m$`?????Dgbr |?YU?N?h????Zu ??6??G?zf?d??I????+=[f??l?????'?/????T?*?T?vv ?m'??>???9??O?u,??U???!N?E????}v4?5m.????x??Yz%F?g>1???W?h?H??]???&??Pf??Zy?F?????@e8?(T???v,8?o,????sp@X{7?QbcL???N_C???7?????@??3~q???@?dG???K0(@p |?????A? x???????g?]?????Rv????X???P?O???e???slSZ?;=????8??C???-Y^aQ??h=??s???aQDz??:@!?L&? ??b??B{?J??6?Bc??2?q^?i??????&?^b?R????zb?WCG???S??kH4yQ??:?K??uU(S?}?????c??T???\??V???1?b ????6??R[?vp??????E?(?)?nT??S?????'?4?G?e??P2??G?[?!?A?jw???5?gY????X??~???????c~?1 8????q?^pk_?00???>k??p?@??$?????}?5>?S?c?I????P?%??.\???Z?2>k?? [ -Y*?e????Mu?k?f ?%?????;rL0????????/0??????m`? g??p???;??_?LcK??P??-??>???? ??0?[??#W????????24?R,????heO_K??????>38?}???jY???g??????a=??^??(???~nHdsj&#~W2QL?{??R?4?:??A??} R???????c??%??s?m??EV??r????-?3lj?5?? ?xl?lx?A>??Fn/}?????i6n??ox?l7???o??? ??F?,???=?,??R3?&?n????j'n0???????td????_??}{??Z?s!+,??2G???? ?K????>?bV???x???Ma??`X ??/y??'??????H,~?e5????.?s????? .???j,cIS?4?BM?O?D??? ??5?d?? x ?-?0O????K?G???$??K?P*?t?Ek?e1???89 ???|f???????t?????? Y?h??????Pl??????????W???+N?v?3?"8K??,?=?=??(a iz?3Y(Ai?}??? ]????;???rk? ???(?9H????#??-B?????l??S??J????mlWt??E6KL ???\T+???=c'lx?9????$-??b?.%??S?/BVx????? Nm `$ ?h?@ ??? ??_3??7??ja-?z?_+\7v??[?$l-??!?q)????????????M?H~s???a?SK.4?'?lv??tC? ??F?'?`5Y?x???J??yN-?????2???+=4 at Ed?J???D???G?????????xT???0??%????,=??????{k??u0? ?2???m[ ??f?.????]>d??t??g?*????;???h_? ?l*???e;??c??c>???M????Y`??+??????}??T??{???????o$G^? ?SKI, ???U??V?? ?3>? ?c(4???w{ ?[??? h?PY?[a? ?B?-???'p2f??&?n[Q?YLL????g?>x0p??M5???_?k??T??? \?k?5?5=???????[??qF?[??U???tV?J???@g?g????(???:r???u d?VV?>; Q????S?~???sV??3?+?3?USf?d???|????1)ci?]?c??Q?|?c'-?e6Ok???@???I3??4x???~?(RE?A?????h?f??G??}???Jo???@?-]??????Z?F5??HG?"?=?M ,?#wA6??.9??Z????d???????&a??0d????$F?F_N?;? ?`-???y?X??'5[??????xln?S?4?????]-~???.????qH????E??_?p????:w{?E?d?i?9 at p,P~KK??j? G?0Y?K?????u??'???? ???PO???b_t????SN?? U????95????l????T?o;??Fp?????????TP*a?Mg ??7?[u??z?=;%??^???Qq?p?????(?A??????]?-S?+?????7!?E?[??M??K??u???^C!vb0H?v?p?/Z?E??=@Fq<sm????? ?7?-?Tr?-??J???|,dGoU*?{?????W;q?m????:??Q??r??0??~? I5??X1?/S??????^???Rl|??#k??$?Ea?`qa??8dD?t"???c^???~?k?e?h???3sTJ.??????0?S????d=D3????b?Lf?2??W?D???b? ?Y!?"???Q?D??+B????U???5?]?a??q~[].?g ?B??*$????? >k?)Gp)?S ?H]?2??e???&V?}? )????+???vV?8?c??r?.M?????????Zn???*?\?fo n?F?'=????c???v?P?2?\?{???N???H?SA/???!?\?)w?^g???2?s?????n?W*?XV????^?????z??sxm?{???w9u*P?o?????????:3\49??? {??09???&??[????? ?????8???_:??o ??=???[??D?D&d??????J???c%? {??AO?@ _??2~?i??/? (m??p;v?2Kw????}?;>G??????4s_????\?6?c????????k??`?cC?C?????????q??*?]~>??? ?:?P??x9?q? O?l??? ?????bAg.J?u? ?cqy??F???=?:?.?)?/wl?-.?^?:?]??b??????A??3?A?k?????Jc?CWT?6?u????w?s????k1LmC?t????n????8^9W?igR??f??-??- ?;/?3y?n????C?=^? ??7k?????jH?O ?*mx?\????U??G?i?=E??[??h?k?-QI]??e??????r???????c?*k?W??0?\?6??????/?"?<4`{H?1??9??;)fC??39E??? #????~??+~?a?????$\??9?*????????????x>???g@?.??}? $??$*5???zE????^?.g?w?{?\x??Fn~??E??3?G?e ?M 8????y?????.Nke:? X:0????2?B???A??????????~?#-?+???z????Z?,???s????#q??fvZ??????????????)????????Z??,????W?d??cu N???X???c`mt??????1??u4?-?k? ??#??i ,0"-???????9k!V }b\$??? ]?l? ?4?????v??=?[??Z??[f?l??Y-???C?7????5??.O??*???{?bi????pAm????yQ???g==?\f?! ??pNy6\??pQr???? py?h??R?,????O?e???$??8V?#(????/???K n???b???d?r?????R???G??D(?RZ?????F?@Y?1?gT???0wfcX??[??x? x?qc?n?^????e?Dp5??`?P k?mp{"|M,W??x?kor??? d??V?{L??05&?;c??@?j???n,??L??=P???????? Q1D?)7S???Hh??/??????J?3??PXji??????E????.Te??q???-'??35????~?????????"u?????E? ?[?%#?'`K?????h??????B?|f?9?M???Z?????6LM?a?????*??c?%?????}&???>???????^?=?mH0?????y? ? ?????????k ?f +p?b7?2(???4?A2??8L??j???@??.?E????l???u!?w??N? ?.????C!??Zs????5????Z??????l?????t2?=?E??-{?q? ?PO&?8?? &p???Vc?a?s?gQ?^;???+u?4???E???????x???!_.=??&Z?????????P Z?[???j????g??|????$?pN??? ?>????`??b??.?????-QT|????9????>?5??W???`k??e?5?!?s????}??&???????????Z??? ??+7???m Ta??>b.????+????8?|??U[????@??r???????w_???+7???y???r/O1 u???4iz?jp9?]?!????!?{g??:?cuA4!????F?Y> Xg?k?e?P K?/"??????R{O??#<??3A????\??;?g?R?????=ja???CA??????9[?????????E???^?Y?6Od???Z d??Y??'m}2b??}?????S???????????? ???????{E"C???rf?????wz???????S-#?w?I?pv???L?;??4 ?l???Z????@mZwm6??? ?164n???w??HH?:?mR??\?????????-??5?f??U?J?R?E?????0?? N ????S)?r????4?L?y?????*???????????0??8?????|?.|???t?]r???!?j?I_k?l????.e6l?~??)?DqsV?eX,?? ??1??LC????? W?????>w??7i??V,? ?YT?+?]?{??0p? ????*Y%?n?@w??-??9MX?5??Z|O???r?R?V??????\??s?T?T$?A??-!???l??uo?C?????G?>??t????NS?Q?4;????<2?K~0H???~?k%s?S ??SXA??t5|????????? ?(^?A)~?eX??AP?9}??i??y???2fK8?r?-h?:?  V???0Y^ w?N???????z????A?9?K????5|LaL??ge?I??3F?\G????>????jk?????$i???!?N?????YxP}??g)H?We ????7????????]7?& b3????u???YH?g ?t???:??????d?????$??? ?R??z? ??)?|??Y?~?G?R?1=}?B0Aia}?22ZN ??5}lB?ZU?L???|????P?BF??Qh?C?{?a@?F??x1??X??????e??|v?? $@?D???:???*??,?]??z: g}?y?nG?Z ?R??? (????Jf?? ?M?cLS????????}?c???mR?%?Z??J45???&?U?eq?X&??r?+?uq?`????a.Py}??d????L_??????? ?? ???8?,s?$??<:??Q?v???ch|??Zr??1mD???O???!?&??^/???? T??p??{??Y??l;?c??QQy?_M !8?[???c?ElTA,??s^??????X(??(^<{-??!????J?U?~?u??Q??^?1?xY^?DAn? .vo[NHZ?%??????]?Jb?a?? ?????? ~;????%w????Fl???d?,??oEq?\????co`?dN??J?Y~?@???L?uV#?????{* ?Y????_??o?????????w?N????D?Nd6??.??w9[NI?#?JM???;?M?????[BU`o????S?2??W?P? ?l:?2????I???~ ?~?76?a?/??)X"?S?X?????:&???????:?z2??tAO??&??47????N?5&??'%4`?? ???=?!???:?{?AV?????????b4K?j??[?b[x??z?3?? ?y?GF??T???*?@??E$???w?w??p?_?R?2??????@@/t?????!:?G?????'[?3?_ x?X??E??F?.?0?r???D? ??|sa?5? ???>?J?O????????vq?S?3[I????/???9?S???`1???'z?????????!>I v?/??i,? ?y#G??a?u????;*Xc???-?v(P?????B?9GA9?e?7?? ?????XV??b??b?????????? ?U??6?M?V?d?pTjGa^???T? 560e?s ??8??yV??Y??fS51?*????? Yl?"?y????wy??5< ???[?S?ty[???????????? I.?????_????@??e???????x????S??A2?2?|!?????????s?q??O?W??{??????:{??x?O???m?? ?x?d_v??R?'??T?n?yR?Fv?j>???t??/??dy?J??md??Z\??W?OU?{? ?n????????Ro????D7?U?????;???x?RIA??s??Q)???}P????L???????=??_l?^=*E??5*,]``e??|????j?Xs&k~T??V?r3:`G???? f??;?n??Q!`q? !?}?S.????Y ???Y?{?B??.{?#E?,k?????V???????_??Xt????8F?U??J.????uM71???????|T??&?r??m"??{????6??tuc!,???????C?|$E(?~,??9u?Ng?6?????!?C*???1?mN???d???r???k?? ??e?E???????????? [?_??#n`?@m? ?%-Z???????|??w??????G????????S???Pl^?q??c'B` ? ?i%kZdK1?`????dPr?U,??y0Y? ??{#?b $?L;? ?/?[n]?h ?KR?? ??C?Q?}??????{V.?p?r ?????}ie?!???????Oz?X~??%?(#????,???????e??o'?;? ?6??*??T>??? ?????? ???r?'?M^???q1w?P?gmt]P????[??W?I??IA?\e?????c??1?.???(eU??(y?????"??0?B??7???q????*???????{???z?L?g??"??&&2n?uq??!?? ^??CD!??F???6???7o??)=??doeo?Vp??l?o? ??? ?S????o???????K??????k????????R}?U?6???8??7?fG??Y??E?h?Y??O?YQ????b ???5??]??G?),?1??L??T?I???q?V??$%?{+?4$??Z?qMg??.0??#?9??#E=???(o??]q?bG?a?*;Le?? ??-Y6L???`???d3?#!x? ??T3.???2?;????0?????0?=?)?????2J????p????O6?? ??ReA??is?5??(k ????????Q?z??tp`??}?:h??x=??#qYB?5a??F??!??}"U?yR?S?.????P??z?!?EOU? ?zP?@?Ew?????*?U???)cK??;5?9I???G?CQJ7??=?#b??????>W????; I??u?9?E??????B{?-?m.;??,?[?`6U:?s A,d???F??`rY???? L:????.-?K?\ ?t?V?g? Qt$????K???YyP??^RI05b?????B?=?m??-??|?zG??]???2??%????e?-????+?v*???T??q??7?7b1?f^t?/?J+?????y?hb?????+k ? .f??]Q?Rf?Y?_/???b?P?"???b,??.?R?2?+?????:????_5I????gj??Q//'???]D?????I?eV?????p?z??>?1?W,?s at V??r????2z?????&?!O?vj?gq?? ?me?2s]DX???#?+??v????>?ZM?^C????x??????3I???:?G@??9?A6??O?N?U?4??5???9???+??!s???J?????????G?GH?4??? @?f2Q???H??r ~???]Q????+?????G?l???]??DM?$??q?m??SCI?Q?t>? l??]?-?V?65?>h?2?lCm???\?c?D?jCu%jJ?+'M?>s?}E????yze??Y??Wa_b?/??x????kc?y?? ? ???????y~?????s?5?r??? h?????????q?? ??Jn?)?{u0W??o#??C~?j?] K???6M??xa?:N#ls.A]???????t\?K5???olI?^??FGa?x??9O???? ?dP]? ??Q????E?x(b?f?5?=??(w i?O|???+?;]G?????O/?S?K>???mt???? \[?+?????w???????x????`2Z?2? a?????E?v????3?????1?_.B5M?9K??,???v;???{?Hq???e??;?b?x I??#?7??K>???w\???=????y?u??8VX???j ?Z?c g??U,(?C???TLT?g??H??*?4????gWI ?B?e??? n?m#?j?T 1??,??L?4F??? l|l???}g??9????? }??? ??????>???[??c?|s?xo????????{????~d??R5*??(?? ?\??l???????? ?c0"??&e?#u??????? ?X?f?&wQ??)nJ?kS,???????? r??????v???&????[??Up????????%l8-??c=??ate??_x????a4???$V??6lf??#??3?????u???p??%F??J?/Z+???q?Z,-_??????????u?2??,?? 1????3??u??B???|??Td? .?H?,??????????^M???'??+??T??] ??uj?{-??t!??w!???n?nQ? e6?? &Cs" 0[S?B??e0.?y!??A??????=?c?+?oy???g?[iS~>?&ZtQ. ?????v?l?? ???Qu??????"?? .^~???"???u?~?2?\???m?b@Vh??????c?PB??:??m??o????| ;??d?!x????C9????V?p/??1{?Y???+??2{ ??]9 5???n????????w?????S???u?7???"}???]Qe???????wW?N?^???IA????? i T?Ep?Rr????p????VyL+????????&???S???????Z#GG?7???????$??-??x{uE?? ? ?C?-???)?&????????>?r??g?Q>?N9?C??????s???????~?G??r ??X?oF~.4?q} 5?m\ ???){??q?k??s?]L'???>? U35?'??$e?R???T9????????c??????/??6eY?(??>R???????? ???~A+?????(??? ?????Q?D??'^?o.?+0'l????~????;???-???S????M?Kr*xM??]?f???P?K? ,????3H???}A????Y 6$??G??~???M?|?#R )?U?Yo??p?#?s???O~??8?? }`(^?z?1Ax|?Q?WH?9??q?^???M??"C?????)??o(?? ??E??Sg?$?=V#?+?K?a?)5Z`s???l?.d??b7 at v???'?????4v I??;?>X????j$?8???DjU?i?+?i?^-?K?}#^???E^a?b??<y???#?? T.?k?+x????;K?/c" 7??y????????&????@?m??????-va?????B???x?w???`? ??=?????b?????7?v>???????)v?1=u???T,?c???Q,????t??;?. ?????m ?Eb?????m}?G??>?c$??]???????J???KT??M?????\??k7????O?b/y?Qw?5 ???n??;??L#1??K1?m??3^??/0*TL v?i?]S ????p|?`??????1????B?????><??0???i?p){???6????{C?b'??????????m+??/??????)?m^?Mk?=fZ??>?!9Lq?xh1E?#y???? ^B&v????F??4??cy?R?W??1N???WL??/?A?F?++$??+???/?e'{?????>????F???\?Kl?%C6?N?(?N&????`?&?W?SMt?e???6??u?5???f???z??(oNQg?~K?\K!anT???9tq?#/??^?xCYX?(????Q??W?????,?Y???su????j?yJ???b?;w?1QyO &z,6)??y4?q??D??Rr?Z??B??I???B??~??.???????y?b??Y?b?F?K??c????b7hiWt0w~?k??@???????????L?1o ?/GECN)???.l; ????~Z???sd?>A?9?.?f????2?W?'??LF?y???????lF?????!,?hE(/(?R???{?\??fi#?-?l??;????????S???]_ ? ????U??+???*;?????0?k?1??? +?4R???}?>{S?B?m???? ?????-??o?3'x-??DJ???S??????.?????mh??????`?5Fa?????W???m^6?nc?????Y?????`uVF??? ?FI?4j???A?s????K??ml?r?m? 1 Nx?w? ????%??$??g???w?[?'??Oj??4(sOi?(.?`$??? ?J??,c???e??( ???s?={Iw???????0,7?1j??t??2???$\^?d????? [?B????I9???????T?RvO??????O???b???D?7?????5?r???w?J?%?oJ?]4???????]???0?S*?? ????S?$?????Z?)?a??e?>????#????P??Z?O?%??*??>/0???a??????aVPdT???*????.Q??|?!???\ ???7??\?\T????U?!A??+?Du???c>?7?4??D??????e???y????n???o???????6Z3mC????k8?7mk?"?@??r??????B?o?yr?? ??P[??i?????+D??X??X??5e&???-N?????/?f?QF^n??S?j??? y""???:?e??<+?o?O?????1iI ???o?=???r?H?????d???1? ??xLM?l? ??%^???{,?????Y?? w?]?^?B??;>?? ???"????_Qp????? >???X#Oq?? ?? ??? ?G?????W????G??Lb: ??xJ?L???????|g{?]?Ag J?`v???|???>???x??&0tL?a?R*]m?A?}7?????? ??v??&C?(? c? 3?/???7?]F?2ZTXc?%?? ??????w?|?3Z?d?x"T?6?.?uC??@l??Wjz???????^???AP????x7t??V?2? : ?? ?????X6???d?dB?/]?%??1/[ -?(|?bq A\???5????e5???FE????J?w*???s?Q?F_??Z??6??)NH\A??? }???k6X??S7?H (??? h? e?Y? ;H?}?u????????4?-?6??7?C??v?6Qn?6U?"WcGC??BN?? ?)?c?VH?v????{h?,?????:??F?~??r??? ?.H???? ???I?+??Y.??6E4g???????r???????T?????O?B?\?V??)?y?? eJtU?mA^?h?b#naF^??8?jh?p????,??\~3??P?????-???IUkV??y? G???;????ja????Hod ?P??I?H ?^??Z??????F65Jh??gv_?)??|?W????Ap ?5?o?????^????J???%1???h$?S?????FLe?y{???3|)?'L,i ?2????V?-j????+????]?????????m??^????M?6???J? }???3L??)NX!5??????U?K\(?C?bV?&?????n????5Hi?V???6?????)?(?V??k ?@Gl???cN?? ?.V?{E!O?b~?I???bN`7@b?A?9tPP???T?=#?4?!?\t8?????????!!?I?/[???n??E? ??'3???5"?z?T5tFQ;|??????O2^?36V?F?88? ??Ac?I????X???? l?????=?H??@u??q??a5???,&y?? ??Sj??6U|j??i??&?A?H?@??????????????1????(QL??6Z [D??xX???>5????%?k?u???N~??????D????7??:Q??T?? ?`??@?????????B?_??g?0? ??!?z?G?PP??=?xM??@Ct SUr??J????;tH.??g?N?BK?z?@?????\??zU??&?EzJ?S?s?? ?#???@c????????>:>aq?QH?7H??u?ot?|???a'?&t;?-0??C??D f?Pd,?????B??h??HK???BnT???%Fj??>w!Euk?/??$!??X}?F>???ft??????[cU?TH[??JE? H?@?????so?'~?????$v??$n??M?Ors???4??AW??.???????%????p6?K???It4??%??$?:b??!]?\M???(?3W???????c??\?i?k%':OU?k??T\ST??*? 9@?%zdZ ???Nq ?g?vS?%bMZS????? ?SM?T?]U?J^oEw ??&g?'H? M!#??z????????C,? Ib*GJ?x? /Mg???a?0?P%F?R_:AH?B?q???)j$z????tF? q?T?n?I?u????-??P?(?*???tZg???~?K/x ??(?+6??2>k(L??? B??????6??Q?gX???uZ??? ?X???$??????? l?JP????C%?????P???nC???? ???c???4+{?4? O l!????B?[oBU???i????*?d???"??\h? I4???????P?t??'L&oF???x3? j?++??V???e_????????8?Q??gJn?mN??????b&Fh?????Z#?w>?i?u?b???k3??Q???l?q ?V????n5?ZBWD???????n0go?>??q{???V????U???{ H???4? ?????*???E?+?u?n??????!o??8????Q???E?Jmw2,$x???????J8G_-?w????_qe?+?????:f`???a?A??X.w r??iKP??I?|B'Y,?MN|???9~?r???????????/?D???????????{??eIu?i?K??????% [HX?????}+l",4>3I^8W?{.@??????????i???k!??Y???G???. ?')?M5??O?:cO 1?F?DY?_;1???$??d?jh???QO???s?=?2?????V;V?V??b???I?hk?m>m9??0)(Dn ???E?-??????b???5???o?A? ??5c.???w???G? ?y ??????4tZ??|?u?T3????? ???Kc?Q?? ???Gds?!??Ar>??1?3?+?d?Us?en#<~???????F7F?????'?&?4??-(4?!?WV9!$|?-B;?y?G?)?*?Q??BO?????)?mP????~???9?-f?}??b??o??~????a?r-1W?+??6???;?H??????an?U????????o????C??4??c:??u$f??yM?E??????P.??T????? (???zavG?3?}?/?`xA??E???????D`/M??>W?q?*?*? t?-B-@??rh?u?ZT??? ????QB???B???A???B?? ? ??7=??|?d?d??qB4?c?KF??g?ij?`?+uQ y?F?BK??I??:?PN????????C??$?#y ???n???? .??$*???? ??Y??V??_?? ?U?O(?9T?3ey ??B????????p???n:|???#(H?5z?da??>??????t/?A+#?????71F?O$???&Z ?s(?7???&(E???/???r??5?m???G??-??????Y?? '??Eq_?1j?iw?2??[?> ?/p?I??w??*l??9J??2d??-W[??????f??i*?K????i??^?? ?n?-?{h?????:b????F?|@?m{;2???J?????"!???q?!???+cr??r?"?CB?(???y6?n?kn??????N?#z7eZ?`???k?xJ?cN?1IO???????LZ???j???:p??k?^ 'jI???/u?,???c?F4K??s?????UL???0O+?H_?`2 ??C???????L????q?8????????6(???K\????h2?n??Rl???z k?!??????.??)s??^Ujy?????x?+??o??O????>???????? A??$??CMKe??^??S.??Fn??6?+?Jg?x?;?~?o1Q7?????+????4?? ?bWK"?? e?(kAO??.????=??!?IGx?j??N?1H\??r?c??t5s!C???Bn??fs G?AQ? ?O??8?m?ol?=??W?? ?B?R$$?~? S??i??r???/??} QV?!? DxG#?5B??Z!?W pvjP??:8 ???????q?#? ??P&r?'D?H[*???x 2 ??????W?????g?G???W?LY???m hN/?5T?+&? z????6?w??*:?&???ZzB-=???P?N??&?l???&ykLH???????vo^??e+0??x??S?w???*???g^????N??? ??@??)?_??$????+????I???)??D?Q?X<?1??U? B+)????m??t????AL??yMD!v??f?n8:?F??o~!}??wKT???l?`d0?2???4?v ?? V????lM?so?enr??1???m?h?????? ??e????C(|3n9???'H,?????? ?????Q?\<[?F???!6????Bm?????le??#???d3?s??p?S?????l????????[lO????_??%;;??4/8 ?N??b?????;tb????L???0Yx??8?o?VH?? ??N???? a???~Wt?mGx?%?L?1Pl?/??Z?????z7????#???;~???????????? ???NSJ?????P?s Y??r?*?5>?"T?P??~b?p??.?Zg]?(?^:??w ]??E?M??W!?c h&h?7?gMr?`??>?hh???Fc!=9?? ?l??7?a?C??_??r?(k??i?kBI???4DW?s?=ve$?~??x?fl_?EH+?bFL??/p?Z???#;? ??>??????_C+?C_l'???c?m???%(z???????sa???P???FU?g3 ?#????? }???E??{??z?NO??!???I4?OM????8?#?6???U??= ???w???L,?<h???$?l*??-z??4??xA?.:??#$J\??6???v??h;HT7t??_hYi?*? d<O?h}??}E?]?? ??}M5??L??G??s?D ?4d?{D??W?5g??n1???Z?vJ? ??3 8???f!ey at t?_?? ??&???4?xO? F?0muBhY?pF?3?B3??)*?"?{?bu???](??0z?P?f`? ??@??? ???s? 4?i??\Q???(?bX?????.?x?.1?)t??Y?C??.Ec.5?fI? ?b ( g??{???-O? =??d'??ZP?5?? 2????_2?!?? ?G4????Et(Rr??EI??E??+???'2.??7??L?G =?P!??S ?.?2bt(????w?$?1& K??????o??1???h??-?'R???~??s??9????/c???????T?g????5??\??? ????n?9f/?X??" F????[,???=?\:c??L?B^???H? 'N?.}s???Kb??v=\?_gP??W?z?b]??k???)?M?'?,?L!(?$??T??vep?8v;?b h??????`???V??[?{?????u??moB?????J%???U?#??'?p[???4?oQ;?6?o?D=?????lK???^gl 3??]???) E=["gt??? ??b)?]?2??Y????49?v?zT!OT???O???>??? }?P???{_????+?R?????0o`*??;??????k???-???@T=D???#K=??"??"?%?v KO??z?M????oM+a b|??4?7o,???N?r?F B?'$?T?5J??????{??\B?????c?????O ?4d*???????N????? ????o$?@???N???g????X???? ?AKB?PZ?#?[?]???A??????K?]b?W?T???????s?,4 ?D???????? ???5}4?????w6C???&a??"! Lb?-???????S$??#?c???c?X1MJ??ofqFh k ??y?|@??W??E?2??????????V3?f??: 4M%??g?Z]??????yF?9?R?n?Z!?????D?6?}D????,?}???? ;??????b?^??n???.?????o??8??e??a?h????????????C???}'???*a0???,l??#????????z L?\?T?5?? ?&??F:?a?9???Sv???OW4??lO:Q %CtE?????5?v?-!???? @??N?1!??&?3k?`????v?D??B@? )#????f?*0??J???]??,hg ????P??a?=?x?V????n"?vT??Y6??)\q???? ?!o?D??U? ????H?\? ?3???????'n?B(??@?T????_B??? ?oD?D7D?X?m??!?p?3??f??????^?KCh??)z'??B??C4xP???B???V?????*s?X?C?pa??>???-??&M?#s?^x%L?'?j??????X?hud)xI?S?d?;k??z,(n$???? ????k??? ?R`g?!????5?3?g?????? ?" ?N??4?????w????'Ta??$???H:??Q?"c???1EV? ??c??v??+?e/?Af?9"[ ?FUi??i???i?A?a??xk?D????P 4Ka?>{?@?????K>??????L??b?????!??kf?f????-???????{7(???????t?pm?U??%;w9??,??Jy?P?# ??)tK#P?????<-T?Z]~? QUF?V??7?c??^?p?AvR!A????$???(?>?_?l q:?\B4/h?.?????*??o????5??^D?s????^!??Et?????'l?+f?;??U??&_uw?? i?#?zB???? l?+?\u:O?}6?K7F?6????[???PoX?B ?P~7??g??????R????N,.I?B???#?Da??(A???????eZ?????$yq????+??Hb?zG?????f?/?k44 ?o??2??g?Eal??A?v?G????Ks?#?V??????U00rm????3b\S< ?,???Tj? ?8Jb?:?y?p}????',??????PwK???#??x?1???(????8???km?{?????ty?{\???'Y_?i???@??#?J?5????6?[?2n?/?gn???{C?ZC@5??I?????&????? ??v?hgB:??Y?L? ????(???=y6U?Q????A?+l?????2??J????????W?i'??? ?~??G}`??????^?P?Z;????u?:??t ] ??O?B???Dg??Sk,fxW]?w=??*? K?[K*???De?*??a?`??LM}?5paLr?O??3??Oe???n?87???OV??N???^b??$s????y?ai??R0?s\?????M???z?q??8?????@??!?S=R.z>Jc??????ts??z/T?: ?????t?? ?.??_2a3z?O??=? .? 4?a???b?[SG????v? s\ "????}? ??#a1n{?=?B?{??^?E?/??\Z?#???YT(??zX???PQ I??P?h?a????Fz?}W??*N?D?\??????s?????U IyQ?? ??$q????T?????$F?"??-?\m????n?#9Ncmt?r???L????w?FO?Q?)????JD????????'??K?1?kn?~?m???????'t?????q?mn?2B7??P???_4?k???h??n?6????Y0?h??\c?G2nM?+?0??????\??tz&d????>2Ab??????DY???]?????? ?'?c?4v??????? _???????1T?b?-Cy.??M??34?4??o????O????e?????E????J???nIt???H???!?$???WBO???????????W]??/??t?? j??L?b??[?Y1m? V?9\ ??_?>?:?%????eZ?zF?T??? C??h[???XkL???????VX?????/???Q[?=???>o??Z^????}?????S1Q???yw^???IP????(??-u9??"?????m?d??7<@??Kj???C??P?N9??1? +????h??%O??,??$F]F????9{?K??xY'0??o???+??(?? ???_-?hQ??P*?!??FL??%??H?/)????P??0jK??-?I1??\?jnw???F ???I ?s?Q??e??S???"?J??]4 ??fE?s??9W????Ry[???????~aD??B????m?%?+??KH?^?j?!g?4????Yk???????????!m?(1????qk?I?????ui?4??x?%?nY?}'?-Y??????}???_W?R?'qlK? ?n?=??_`??xK?U!?????*?(Kq# ?k0QVt???G#?n???u*|2????tt??'??z?-????q?[??????8?.?f>e???4W?vg??V?`??/?({??s^OD?@??h??=????Z>?H+H?\Kg?? hC??ZhF????Kd?3?Q!??q???[????m6E??>]??*??y?tr#=,h?kht??S4(??*????({?h??d??d^???v????bW?n????=y?B????TV????+L??C!?F,,??&??[Z?9}D?8????Z#??&???????[??????-???g???????jy?Dv$f(?N??????e|w?? ?????o0?mh?t! ?Vbd?M ??Vm??h???!??????K???p)??;?{gz??''???vD'??? P???y?:???tr+}???A??Z???UvP?h??????? u?M???}??????7???M?wJ?jv ??l?7?}???"???????/@ci[?/???z???????]7?24J????H?,L??bK?TR}ks%??K ?@^?a??-%Xj?g???????Yyj?b5?{5*]|Z?{ ????? [????? ????????7?????R=???1???j?,-??Kd?v?????v?xO?i+?AO??????????\.?a?"OS???p??]?;?m?s????J?"#??cQh??? We?^???z?????\???oX?N???7?Wx???4??'5????????E???L??b??????~?????=? %N?"+???y ?mD??????M ????&????F?d???77\E?B3?8?2???Q???#???O&??bi=???(?@??B^??Zo???w?X?#'?%]?ct??z?En???x????9=h?;??u?Qa????2?j??? ??r???#.?6??V ???????k??G???{F??9?P???:+??????X??????7??/ig????K??jOG? G???b??'X??d?f??5?B?B?Q?N'?H??y???b.C???????0??HjA??? [6}??5?O4???????hn F? q??QF??R??z?? ??:@??????;?X@???%N"$?wT??4????M???QB???H7???[,K?K?E3%?By???????????:T?????x???_ZS?S??,'H??%????)??4???B9a g??W???hO+??N??h???zN5l2?&? ?R?i?i???c?z?A}?]h?X?c ???[? ~? ?b??WB?[??=?=+s6?v??Y???%?:??D??]????k????-?@???????]1?+?:YI???????(?5Ie?O??N?o?H??DgBsHMi"4?{????R?S_???`B??=??? ?w?`?\Z? ?Sj&? ??.X??z@???'?J3X???`EK ??L7??itmR????dNQ?0-???????????Ul???#Z?y???+2????k???=|_?????n??[?????v?D???02?K? ???"->???v?ET?g??I-?U?E,?????YJ ??? ???]?A ????$?A?4????????4?,2?Q????????JO???k?t}?1z?*???8+?????????5b#?>#LQ?9??r?;?Sy? ?????nZY?4????,???????HF?0???*?L?7P A?_m'(B?i?@K?Bu?n1?E?FDe_P?$@(z1???} ? !??2??"???r???rW(????C?l6???B?Ho?~??R?= ?}4??H??|???3?p??i??G???#?'4~g ???/;g.???^ ???i?UY#?Eb?D?????M-???x?/?2????D?K{?!???T?????E!?u ?wL??k[???^??Z?????B_M?k?O?!n??>i???^??????s???s?SE??O?w??3|Ui??????aV?6?Q?N|?%?@zo??????3??^?????2?zk?????.C?%h?\????7 l???tl???f%?b?Q???????????8??S??????????@??'BO?Wo?_HlqJ lBL???p?h?f?4???|Wj?S?,?'??C?"ti?>U??C??:dZv????1??$;???$?[t(?% ??nO?n?????>|?,?????A,R?????+???K?it?s??8????nc?gy???F???Tqx?\; ?4a??t??O?????? ? ?6B?????ALa?Ij ??F}UL?z???????w? ????i?!x:???{????_?^2??Q??jP EJP????? ?NB- ??)?(????R`?b?x ? ??-zM??t?aiG????]o?L?;?JkA?????.???^?Z 5t???t?fXSZ??i?Z??-*L?+L?k?@Xp?p??q?'????????????h??WJ?????b?6C?z_u?-?ZDU????$????V~????8?5?k#??)j???&lX'????? ?w?z??????????/???f???????? ?? ',>?D?(gG}?[??y?4h??A?=???]?d?8??O?"/??????n??s:?kdI??????&?aC???`?MP????Dh??? ???rm ????,i???Bg<??z????G'??????~???5?C?\? ???3 )???Z????#????@?3?T?V??B??':????d?Z??_???T?0?c0?i??=v???b????d{??.?)??t+??F??X ??????{hc?1????????I?G:B?:??0FC4??'?3??[+?AG??2?vx??????M??`D'????????"?*??2I??BaF??y???^B???^k+?6?2?b?8???????????????T_????4???^?o???P5??1vU?????@~?? ???ER???$.???Mw?k?o???Ur??@bM?mQ1S??E4??????????5?X?T?*?W??u ??qP??Fq}abpi.?i?????A?? ???W???????od??? .t???Y?????T?g?U?dLP9?:????,u??e??xqg????5z?j?V??Q?????+?7??w? ???n ??????>?2ml???%??Tm?o5?u ?????x?}???3?iA?#?i???? ?r???t8t? ??46K?hJTf??? ??3Duu?? yA[??-???iD?????h????C??????G?`?U??;|???/??/3??X>|?-@???8????"?!I?V????H,!./?*??E??t?C?!g???RfP????l?x?H{??!?iU??pF( ?-2??SE?????S?N]?N:"q?O????w?/?NI?? ?@P???Y.????K???[?Td?[!<[???J???F???_m??????????iK?k,?i-8?A ?$?LO.??.??e?#_J?Qh`?????@???pQ?@ P.?? _??Y;?????pe?Y??B??!???oD??c?h?c??o? ??"?z3O??%??ohEh8????? A?2?5?3???????E ??!8+N&??ZN???6 ?e?#??:`?=?^?C??**??[???IE??O?????????g?:??Y?W"K???&???R??|"?DD?????s=k at O~????.???x????+?????dN c?L??} ?:'B???? ???9?r:?`?:??]x?H4?!J?}??s=E??f?~?k???2??m ?2ZL^?|?????c??[%?>?Xgh??t???NE????CG??? ]D??7???[?{~????Qj??????^x?e?&?????e??????? i`??????.-h?04so?H\q?H?Q?H??%??7T??????}??IK?t'?1?T,c?L??,????? 3?O?xSq??o?kx?TUc? }'%???= ??????????:??[????aC?e9??6??|"??&???/?g?a???8?]4I??DY??y. J??7O??? !?? - F?k?TGV????V???Q??eN????#~?2?? ZD?$?? P^ ?q??????6n?A?W?,w?IH??^?????0?q?S????)?xqx"l???{???B?k??????;???S?????v(k??bV?L: 1????}??(cMt?W??q?j?A?4?y????e\ ?? J?Q?r%??4?8xo???a F?]?|??0??e4?b4?S ????Q?! ???? K?:4f:???s??s??wUhgv? j?-???;h}.]?t>??D?.4G?+??>?eN?A?D fh??????????4ZL???M?? zo?K?u??fp??????-H???&??W$^z?z?????+??0e?-q?b"#S?+-?7V??W???p?Qu7Q???(???C??w????Cz_?rz??l f??? ???????1R???+{???l??EE???@????????? D??(?????Gh^?I? ?:^g??R?jm? @???{xd?J??f?N?s??s0C??~?J???A[29??6????(3dO0,l w?I??ecN?????:$1l?????? 7?Mq?H}? ?uv????rX?|EH????kt ??"8????+?9cT~}Eb?? 1WOC]???????L?aq?$i(??1X ?6??4ke"?????2?t??????&-?F?+???^?1?????(E?et?`T?W????y?#??N?f???y ????=x?!-2?%hV?J_?? ?n?h?d5????X^f??i??????{???g ?R??z?d???q_K?3S|?~-)d?????:?????6 =??8??#?Y??\?4?!?;??????b?+C?9? .?G?!N??Pqw????? ?Z???"?k???S?O#"1m?!(?*?:?_Ak -$ ?t?/?+D???Yh??AV? B?|?6 ?wbt?cL??????????u????j?`5??'b?#? a???c?9?:?6?"yw=?7?n{A???d?????\d?N?^????r?Ad?a?????Es????6?+j?? ?$!*???????>??br??W?x?p?\?id ~????[?jD],???O????&4h?@?<"??????#?????2??i?_}C[?N?+p???A?????%????????]?-?hO??(?+I??F?>?r??????W?0???????hz??Oy??A??M.?D??????????0?UH?3??03~*??\?X?????hrr?26???ta??/??Mn7??'5|??????n???????k?|c????tZ??\??bI[S??jH>!?)? ?b0O????&{b#?!??#??o???R?a?Uew0M?y?{??9???^?m#??<_???Gu9c??zy??=?Tv?4???R??m?x??DCZs\D???Q??ba{F???q?`?X\?)?-?p?A???z?|!????c??????H??Y??t?????0ci5?z???X?<8???@????G_?iY??7???????]?4??k-%??????V0aWH??0???Xr???60 *[(-?{? ??UdtE??????0?c}v:? ^?%?)+??n?? ??`o???I??j????????t?? ? ??*???G;d?O??|?W??I9?????????W?X?yiq??$??I'?qqV!}?P??duM??+c?D ??kWu??N0aQG?? ?j????r/????N??-+&???(c?z?3'%f?/@?5m,?????O?-???I?eUH?N@?? ??Lu#?????/L?g?k?t ?{*z)n??()??CQ? d?????]??m???6?7?Y?d?????(???G/; ?/?[H?\C]a???B?G f?J??X/?E ??["m<6?t???1?mX? ???c.??J?v?????oHX6???P?V??l? ??E|!9??? #??k?????4???~c??]/ %}??5z'?bG-?L????_?&???K[H??d?????^?[?`?????K??M?????S???:??x??1?6YE??f??F( ???! ??{Q?O??j??z?????y'???wQHT??9Co??50???? [?CHbf???N??3~?w?4m?w?6L?~+]??_??0???k?A?N"???O???c??p?????f??t???]1??????u?9???T??xo???????5ZC? ?T??z????`?A8??S?c??H??V?4???2??D6??!?? W$???Y "9 ???Ll?g,+"G????:!4Dn??1?4?c[}n?N??%? ????-?/??J'3??'? ??|E ??'? ?(???-?L3?????oj?a?ZU?$??0?6? -e?/?T(?8?d?????"?{z?'??+??F?,N ?@???? ?z??c???SY?&?>???@????&??:j?cb[??2l?ixx&H,wZ???L???k~?Q?D54?s?q??Q??? ???Z?P?~???]}?????}???????????9:Aw?r{F?=?N??e??i?n at A? ???W????? F???hOg?t??\?" }+?m?3?=? +??????Y?)? ?d????%??U?ua o??????F??+?6+?+m?????|P_??j1G?????x????W,g 5[qn !f?GH???7?,?B?i?%???0?T;?ik?.k????C??????"* ???6lP8? L??i(?>??????? "@V=B}???NY&??vni-D? [s?&?t??L??n????\?]o? ?? Z at G~*?N???? ?[r1?@X?JSb???? ??????????U??@Kh?& >???U? ?CejW??0,I?;ZX?V???J?6v? m?????`S?v???????j?#??;}4u=?9>??1?????XX$4???G????~?C?q???4^"?Q}?????8??????7+?????O2??"??^;????l?*+??????F9???'??c???'?L?"?{ >45?T6??A???????\h?s?u?b???W??U?]??{r?`??{??jk)????J?K??o???k???X?K?Jd??$?u+????i??-??P?a {C???6?????=?|#xm'~j=?? 3?PfN??? 1m?@??J?@??7??W?TA???4?2i????h?}??k?????g?-~e?ct???DK?=J??????k>E?GJ???|n????????u?+???hl???lbt?OX?0??X?????y?????V?J?x?X??=??I^M??????r?}z?? ???d?&??Ld???A?V?~cl??O??R??A+?)%@!V????[bK(pn.K?A?y? ???2?1???hr?3??S??D?":+~?@????U?5??G$?h??(??m?no??????uL?yY?Y`?^iL ? E??:]? /?U?!?d???Z?$?v??3A ???.0(|??????cK?o??????sH/?????2?%=h/??H?????H?????????????Q5?? ???q}Xc ???{tqw???U???}?cW"?}?o;??]n???????vaR t???/@7q???0??p??@r r????!??Z????????a.H???{@??(?[?f??O??Wr??)??X$????i2pD?????O ?< J?)6 ?>i{6??vi??Pq??#?f;? ???'???`?mJS? ?;???nu?????5G?fv???h{??B?M=????????G2o?h??z??h8?????????G<~?^????N???G?????^???>?? ?Ig??X ?d)??[???X?`??)???? ?p?v?????Uuy?V=)"P 84?????9E?#?S????o??K??@????&3?i}q???~ ?> ?B?O???? ???????? ? ?C\?|?????<*?k??)a>????N??Y??#;0?????GF???T??(~???5??E2?i?h???X??h??????~????????w?tI0qz4!?9D?c?J?#oa?dz|C??/E|????A??A???`??[d?????O6B ?z?L?Wl{?`???????"??? ??????? ?2?c4?L????C~?a???????n????1?)??a????-v_?<#??F?Z<`?S?^?6HO??byN??!C?1??????????m?~?d???R?v?|???l l??b???`u??????????????t,?BYa? ????B??????g?]????;??.R ???????????,G?? ?Q?Q???F O??@?z??z]??i;C?PSxQ?J,?Z&a?usL?P !????g???X#/3A?DO?????#??k?4?v??+?m??2oa??? ?I?C?G4??AAc}E:0???%Ca??P?dby@?????N[hu?fe?B?n?? C?? Iu?DTAWDot?C?{W???J? ;?z???uv?A???"-?Pz????Gs?g?b??;??\?2????^7@?d????^????8&?}?????\U???????h????I?p7???4M`F?3???????????'~t?O>?d%??E??P???\?)?O?X*5??s??P?6VB???? ??`??H?)?A????1???????~??'/$:?[N?aH?Q[?Nrj????sC?_Z??;??3M ?=??8????-??~X??|eH"? ?B|n -?0?Um??z???11?LR?\k?4%i??`e?? A=P??n????>?~?0sg?#?C:Yz?? ????J\??6A?9?? :a?A(??U?Z@???q0???\?H??!?,I>?X??1x7c??D???~<? 6????k???O??????>??????F??x??B?J????=A?l??)e??y]??~?Z*???, /??6??V`???????g???UM????F??9#\dgr.?X??O~?y??n!? L<?(??r?V? ???)? = |*K???;K?}?F???[??x??#AG???n4????x?E????-=?S5ye?qC?? ? r?b??t?P????}?&A?@?d?>a?'?5[??f:K?B? ~e??!:?vc???L%??tk?lp????X?????ob???x_??No5 ??5NR??5K??&???.4?6m-u???34?v?Ahr???????1?G???DQ7o???[??#?????+.??0??Vx?1&Eh???Z ?_????r ? ??? ?? ???????E8P?a??LM??h?Qv?i8??O8??p??????Y??%?cBL??r}?N ?|P??6????w??????B{%???)?,?$x??0'????Qe$????FH?- 8m?????=S?m ?] ???a~N&?-??.??????m??q ?????&???n??/cL?]?mv?????&??t????r? d!?3WC0I??????d ?e?D???2??X??w?G{??=y???K2??~??1??N?Wa??D?????z^?F?iwX'F???!??T??? Y|?O^?V?R4?k????????-~??????????+j?W? ??\vf??+"???? s???d3?? ?-?gSw!|???O)z????M??vY?Pl?p&?`??F???)|2?^?U?d?:D?UK?????@F?4?ZW??i?$g??? s?F'?u l??i"0?d???Tg?S???J'?eF?Vm?????@??h?C?D?X??n98a? = ???????/??,?T???s5?k?d?? ?'Fa?]G:-??%O 1w2?u?f~Lk??????+?IaS?O??y?M?@n?l TB??d?{????? ?? ????Ioc???%o0K?}???/ ?O???H?/H| ?,?.??????^b?;??OT???H?>'?H?*}??V?};?(4?;?HO?.6ng?/??#??=cZ??t,} B????8?+A5??bD?$6?'?8? as#???^???fKtG?O0 S`?V2H?wC???? ??6]G:u??? ??@??-?+L????U?]?mT???????x ???fx??g??8M?u? 9????F??i?c??!?g?n??a#L??????? ????p?????wt?2??&/6}??u^[F?6??x?iV)????jt?o+??j??BZ|M?2A??KW k?CF8I?Z?}??"?1s??????5 ??4???a?????4u??7????"]???tL|D?A"???9??t?+yB?????~??VS?v?Q?4?UO??t6?\kY???A2??"]???}?o m??+,???)=L?6(?M<-X!#????dmB?(?VLh??}????|F?D??# *? ?U1??????}nJ????5?h??LhAbpSU?????N?=? $E???) ?O??t4??' ??ms}?R ?%?@k??N5??.?d ???{m??H???? ?'??????{q?P????H??????A"~@??`L????O?i9??dL?\{??H??????A??I?L??1td:V=?}?wV??? ?0?0????T???z?F2?H;j,rk???t?N?%?5??-o?n?/W???}S?X2M???y-?A.]`???xm????$??????A:bP?K?l?gF??????y??SE??? )????x????????????R?o?OQ,?)?8 OB?.H??:??Qh?g ?'??k????????Mnax >???< ?o P B???`zo?m???? nI}????Ac???b??m? ?F??&}A???????=?Q*&?}???3???v??C? ?CEA?j PViEK_K<.u??)??>?j???c???=fbM2???*????)10???pGx?v;2 ????????7??l?vM????{???eY?\?????a??4?@KJ? ???Q1m??A=??P?n?4???'????H ?????(-? y???????&??o?@?? ????? v?G?bvi?7??w?}0M?Q??$?,??,????^??e~??}S4?o??????H????C?:???U??? ??Pn??z?z??'4???z4L?a]???F(??QW?c?a?3??a1?@i6M?????3b_??=?z?B??F|Ag???? ???m?y??h??m???x??????>??E??Y?+??$dAJ?z??? ?Q????d??d?A???-??=??N??B8'?`???-?s??????g?4~Q???2+]?T?i?6?Z?!f?K?????????$??<?>?A?S??z??E??k??J4???N?-A?UA)/C]%????$GO8??U?4^?????"?[)$?6l???V?_??????2b?1C????gosv?C?Pi???c?R???q??gB[l?+Z Ah?t?Y o???_U?=f!?bL7?p??I????)? ????3?Xh<p?eig??|?sV?.??)??vK V??9???}??b+3?i???os??????U)Pr??g+??A??z?:O4L ?a???n-Q???l?S?P??8a ?i?OI^y?/?6?????E??????B???h2?? ? z?I?B?TD'?^}?%+???i?w ?~???}?"?9?T??rF?-P?Q#/+y????_????C^?>DOq???\??q???0D?w4?D??A?Q???F??/???=?hJ ,? ?N?s????mC?AF?y????>?????T????#l??dp???B==??ZS?_k#?y?S???????#?nwS? kO??k????3&wu???:?S&pa h?k???bo3???LSV???D?? VzV,??????b??t??????_tE??z?G^????\???@k+?T?w+???? 3S????R?aoU??5???9?}??"4:??odZ?X?9?%&?w???j?:QF?~?1???????????%???n ?+6~kD?O?????ihW?@'F??? ?M??????????o????e????G?wP??!{3e?>dos???(???P?S????`@h[?JYp?G????9?\b???k??b?C ????lw??;???u??6? (?'D?Y?@\?#z???? y???|?????UG?$???F?????t?X??'?$w?a54d1?'??9???0VH??F?B?&??p!??????N????a??????Sl,?0?P???`?gnkW??fz,?{??_ ?????????I}?3~???P???b?:K?o?nvUl???o?P?N?;?????5?0h?vo????eL??-r??'?i????z@?mG?W,?E??.?*?6O??2X?Q????)#M1n m????????4 ??X??PG?T ml%? ?{Sd????????Vh7?FOA???Hp%!x$??X,?p?C???1fU8L???????\??{??? ?]??g4/?3H?? ???^?? 5????{???a?R?sn?\zsx}?n???,????z!*??"?E?P&i??L????????l??0l??????<?????J??%?#?,?&??@q? |F??????h?"?P???}???'D?@??tD/|ePUrvP`o????3s????Ay????tEt??j? ??W? ?????i?q?V???d?K?A??3?????I@???M%YQ??????*??? :??61B(??s??+???%????Qc??g?{??y ????@?\ Z)?B??AS?Zz????k??)B??aPO?k)#?ye???????? ]???0?!?7Q?} ??zOt ?e S???J???F??3?R??Lm?Px?y5???Ny?c? ???y????q?`????6?s?q8???3Y?????K{??ah?U???8?5b?-2Mmx?8A5?`-???Z??0??`???!H??????fM`d??????m?K?Z???- ????????JH??? ?l???CM?4~? ?????!?i??(???G)$?p??w??EF_??8H??????(i????t M|) ?????5"???#?{\??T?L`??3????}?????8??.?F??`W"\pI9?4W?$?x?%!??m??E????Ho??tE?D?k??KE??? ?%???+2V????^&???8? Y???>???????:????X???B??@??a?"?FDl?_S??????z??.?l???????-??o?TF????;v6??k??%???P?7]?? ?B????|???P???????????2`(?8D?e4/???E4? ??3?F?Q?|Hd?R???Kw2?,??zX?!????X1Z.?+~*??]?u$VGI??8??q??(??J???[?????Q|????y??!c?R?9:ku?C?c????"?[?u???&?????F?;?;=???i????????A>???^??x?e@??gr????ux?C???kt?NS?GCijz?A?E??D???4?-a??>1M?? ??W??e6???"??u2??$??K??Ve?{D?(uG??s????w?b?!j??eq^?Lm _l?{v?????t?A?? z???F5?Q?? x,@????"??;??v?\???????e?n ??R???9D?? ??g?? ?F?*^?D?`????/???'??L???Inb?m????????Po???1ghO??n???w?Nz?#?????W:FX`?6??La(?I?z :T??>y?? ?l406%??E.H???D??(????KzoH??]???P-~I/!?DF??????W??)??????? ???.v?ot??E?C'S???????"? ?fWfM??j3?JR?????~'bf???_????t?/3^??k???? ?b?W?|Jt ?[)7m? ? ????#?"?b 7???? ??eB?\? ? :"o49????$? ?T??5LS?O:uX k?z??0?I:?z?Q??z]?k?? B??????????c] ???A?{(N?>R){???????#???I0??B?I ? ??D?BH??{M???t??__T?????EF/? ?V?Am??U?x:d??S????? K g?t?Jbc`?f?????G???[?Nt?????Jr??jz? ?}??S?#?a?????`[??V%???Id?c+??h?\?D??9????0???)f??$@c?fH_K?&?????????";vCb??? ???Z:????!?x??B?d??????,?j?E? ?!????????Z??B?'Y??2??????+??O?????K????h?^?b36?;T?? e???????Mj?5l?? ?? ?Z ??????j?$????u????KGh??>??|?uiY????? ??????????wY7?"D?O8???&?b?Bl???8H|??~;C7??????w???eA??:? ??v?e?|7??Jf??????2j? ??Etn????g???????T?qP??T?xe??I?j#/???Q[????????????))\?Oyb???9??2?? ???W?????.???h??q)1? ??h ?t???????Z???LK ??^???w6?w???SfP???L??4??=??n?[???2U?e/J)TZ????~?H??6|tufRjm69C???cm:;S4???E?)Ik???8?H???!c\t\??????!S)&??y#??0]r????W2Zzc?2B???S ?*6??g?????l????NM?;v??{-????F?y/?????#s??v1)_?N\?$m+??:??l??D?;)G??C ?F?LP??lY?IZW]??????_??_???=3???M?????/? Se?a0?bO0?W3????j?C??Pu??)???B?x}??:?k??;`gU???? ?AWlF?????&'p| ????o??~??? ????cy??g????T6?{|??O?Mp8???~F]P`??FW?'? ??I7R+??B???0TJ???{Uc?bgik?M??@c????O????_:????????N? ??b2??????g&?????(??~?B???%6*??/?eR!?t?r?????,?V?,??c????~6?QQ?9_?? ??-???b???2?E?O 4 ?????|?/; ? K ??#?1?%n?6??[??4?M?"M???m????K2??K??E??M??;?B ????????????r???????\7??4?0{???6DX&U???x`C????1??o??c????]?L??7d&????a???5'?!?cW?<???????`???d?Ji+Nwi ??0?5T???qA????$?G????G??}??H????#g j p???/??v?????tE?Xz?#???"?+[?R????????q i?k???=???{%??kN????hF?,?{?Z??9Q?#r'? U?C&?K'?,PY?2??g?? i?BoC???)VQA?R?E?k,??????Z???j? ??????e?^????7'h??,??e4???.???-???g?????????????]=_,?!r?.?td;O%j P?z???H????t?r ?'??~?@??e?Rz??4??=Q? 91??.{ @?? ????/??1;? !????CK??GZ?sb??,???? ?i??9G??????|?l=??iIPK????X???d|? R%??(?????=??? JP?m? ?_j?Qy'7??ga????L'?nz??????x?>?-??xJ%d~?N HE???$??????/?*&?}[=???+??dj?@?J$?;??=?0#?m1?-{????????[???v?Y?j?D?B???m"?2?F-???>*P??:~+???2q???n?%Ew?d?D!? ???&??F? `????Kk[??@ ??cE?? ??B?`???j"??=Jn|?0??b9???Q?A?N_?,??5?X9?\?c??a[]?P:?P???CWm??R??q??P,&????R?n??F?? ?3?ct??}?G5.?@Iq?#? ???O??f :/;?N?}\??zFC9???????sw??7?Kli?l?s??? 1|????sQ?(? ?!?&?p??Rv??????!h???????vP?l??&??t #?d7??,K9?E Q?';mPKN????j? ?w?9???/?????O?????>???B??-n,EM??????MCP-??l$n$??_???a?\!?^$???(?[??X??l?F?;?.]??P????}'?u??????????=?/]|??m{(tv?p???BT`???Yr?@?8L??(???????]CD?hq ? ??/?t;p?"??????yT d[?H????EH?????=??F?Z??M||??`Qu*K?!???????N?F??xO?U?W??Q??t8??@|`????~??L??????,?? ?|???I????bB?????!.?>??x3?&???I???????z?? Xm?I????I???? !?=BM????l??????~?nP?qZF?I?<`?X?(?a?k?'!?z????]?OCL??????:.2 ??(???? ?5Y?4?(???u!r%L?M6  ?:??qG?Q_*??????Ci.?5D??9?r-??B?Bl??C)?????n?r?nZ2J?E??e??#?EL?u"??%?U;?d?w?.2o?3E_r?*?y??DQ??????!???????c?? ?[?]??dQ?W?t??.}G?u?4?d3C80???r<C?z}lq^%?kO?P'J? ?]/?w%?? ?????????4?&?o?S0?1?????^;E???eTq&pZ????9?????I?"???L???d???P???mp?(J? 96? ?????c????+]?b?b????2Y?@?s|?9????D?? ?G]]?j??SbJ?/&?SXC?T????^M??!)D??i7(}???}?????nJO?X???4???n$?l???v,?y*?????Kk?/kR??? ?"?S?$?S??5??bMx??M??!?S?>?#??m?1?S??7???e*?>Jv????1R??? _??????Q?????+?t2H?L????V??????lU?0?h8??Wb?CZ|??QZ?2 ??&w????s?f??k??O?w????0??wH?%??1=???!?? tr???AP(?*!??+R?A?Y?^??????8J?i$?eUd,?G??G?? ??@?X???J?7j}?F?S?[?jG??d?!????????UK??f????^?????|?_.j{?&$??>???{k?2~7???nV+x??tS?&??????????o: ??? t?x??7Q?????"?e?0??(??u?? -?^~ A'?{??d??]?????s???[?U?\?H-?M???u?? m|?3?#??@?%g???? ?t?1?_X???Yh??=k?60=?&????3???F????3??gT~=we??P?M?2s? .IM????E??rC*?+e?8???|B????c1 bt?!????z??=K'|??Y?2???,.??4/?qT???? ?${????9???Y??X????A???W??0sRaa???????v4?*????????????p*?^?h??M?:W??8?,??=??S??7????}R??&j???YC?:??c?{\?y??c???CKC?????h}?U;??????i;(? ????E?&??xDn??8jb?m?,(@}?|?? ?\?G. at e*??????? ?????D J??=|??(??H]6S?{?rA?@??????(???????????h???? ?QH?)t L??$??_N? ??Y??UP?????N{#"???p['??_??wn)}??P??????Ue ?1N?u16?H? Q6"g??NH????*4S?U????^??'?'-?{?? ??$?hc+?W)??h????EU?%v?d?x?N?K ??????MC_??FE0?Wq)-Z??Q{??^~?F?Z?t:?EsX???????S????g???n? /?n?@?L???0?????d?[????E?m????Ij?e??1C????A??Nf?+???????7v????]?U? 5?? ?????B????J???)??~?V??2??E ?\,??9|??K?,E?*????R???C/??:;???X?x?P????#-$h?a????!gR??fu;?'??w?uZ;??????m?M?PvM?????[??Y?? ' o??c2E??>?f????????W??kt_O ? G??`ZF???7l+o?jo???a?{?\????rh~A???????b?H???&?????A6P??D???? 8???'Wu??m?U?A\^D???'???!EFH&:b? ?????|g??%? ?Q???q?.???bg_?????2?????G???I??Z[?>?E?_?K7???LY6 ?_?x0Yg&m??s??=|$j??? D?1=???c??73?U???@? Za????5M!jHvE????LF??(m????e9:?H(????a?b??P??J#?zQ??go???IO????? {z?~?? ????- at Z??????c??=??/?qT??X???4??]!??iP??b>P>?????9?E??1????I???f???[??n?/??8Q?:??px*?B{|?P9`?A???\dC?;?;\9????2url????i?2?????tt?Q? ???r???6 ?F?sW??r!1?W???5?wb??"?\?et\`???}IA?1?'?}? ?h?q???=@???TS?K??&g? ?C??Z]???@UG??=#??e??9??%"??x?e;N{?C????{D?`3?t??????b??p?I??S+??t???*r?d&?"|A}??BH??Cr1??k?FG7|???? ?4?s??m??vm????+]?Q????`;)?????Q???x4??Ppq=S~??E?\?c?????????|?b??]???G?c8v*??G7??e??H?*g?IS#???N]|??e|?8? M? ??Q?p?P?c?{??!Q3u????H?yHH?T?u ?&1L???3n[??&r i?Y5?Y?!?=?Vl??hym)?-i???2??I???X^?t?i???p?? ?s? I?FZ.?wC1?}???xp(?"?~??L?v.?O@????%_/6???H???D?h ??5e/Z? DE?Q?t??B?bq?G?=?w6?X??L????E ????BK ??>???????Y??]2 ?f>???)t?????a?=n???6????!?k??|???+?ab?W ?\(???0?u???#?T? 5???!???X?h?1???#??~?!?}?l?0???? ??'?????? ???Z??????X????jF?X???}??????p????v? ???R???C???4?TF?hTu4????a??.tt ?s?+s??@0oQtc???d??4$n"Z?Q9???U#???]_????ns??@?Z9?a?s??Rk?UWhy???!p?(??? kI$8?{t????< ??.???2{???*????$'??sMT?8??????+????b???t?f???r???X???tB6??]???\?#?M??V?kW?UkN???;???0y???%?4?<u]OA?R??g?tT?W^U!o??Q?W?n\?\?r\???wN??Xa?_?\????=.???3?w7d???l???U??!?0??p?!pO????c??o?;@1??z9?!/????.??I???=M???3?? ?Z6?*?i,?L? yh+?:?Z}?????S?1??<|qzs?? ?6wz1?X??.??=q}_?W???"jt?? .??}?!?l?&?M:I2??`8????Bq>S!n?b?9A]??????(????t?rO??R:?a????I?ZP????N??&??*?o3N_!N??,K??^???^?[?%4$/`?\?????"i????D?????????/ ???B$8?????H?E? ??\>P-??F????????6??IU2?:??is?V??T~C???G?? ??|F?????xj??S??>?b ?[?Q?k???e?? Gi?_??K??b????M?#???[?:?s?PT?zU??????$??&??E?e4to?L$?? ??Lr'?w??'??v??kc?????6M?:?f?h?????a???v?? qc?AO?P ?A:G\??2?>?7W????8c??g????????p6y? ;?(????-??>P??E????@-??x??H??????N?>I??8IE???} R?Go?[!h+^?}$?'?8$tK?E?d~^??'z!~???q????z???JO?R???0s???????& ]? h??`+?".????j?;???RuFGC?|*?1H?>?W?E? ????/??O?A??>aU~?t~? }??s?-?K???SN9?%??]? ?B?"7$?)?;?v?? ??????K`?Z"Z ???}??????1?},??8??b? Ro??t???|V?tz?O?? ??*??R?0???????(?r ???@!?????P???,????=4??x?R????[Z?Z??? ????p`?Q???R???r??F???????? }9`?? ? S??Q?"?8?H???l%??WA????t8???)B??G?L??)?Q??#A?;&????|J#?Q??&B}e}?u ?P?J?u'??w?????@?c?.?????'???????H?8r?p?3???????[h??7?0D?2???V??)????S?w??????=[?uq??? p????????????????0???}??wTS????u?m:??G??y???F0?? P?:???n?X?tl???$?\?=?????R^???A&?;!????????r]A+L?:??l??^J????g ;|???V??D?????b?????[+???Q8a????`j??K*??gXdl??_???W??{h??????k??^???,s???? - +??%Y?Ou!T?dR%?/?P\?????????K? ???????~6jP? ?+??~a?J??"? B????8??????{????? ?w ??{#Nb\?????{????z|'??0?;?U?O5y???/0 ???]?f?wp???}a?yG Y?ucDu? ^-.R??????? ?Q???oj?C??>???j??S?P?1?y??ADH??b\'?Q????Q???~??nr?6??r??!???d??C?3f?4k?????? ???$?qh?&???5?uX?????@b?9G.IYY;? ?i??z?+j??S??C?O????B q?d?6Nvo?Q?5?t6K????*??pD?Ll?|????c ^???????????@>?=%????425bO] }?(q??"?????5b???z6}|? ????-?L?o?c?8n??? ??????/?f?@K???57????q?L2????~?l??4?hWL7T??l??????[????????????I?VhV?-8?V????|S?J?} 2?????F????''J?:om??p(Vx?:?U??4 Q???$DG?$n"E?N]nj?+\???ZS?^c???JW?^????IG+9??h!?]P?Z??G?@????????^?j$????S?s????.:~???(?V?I????sb]??? SY?????0 p???????]?lr????:?Jc???^??%t??1??L9gT?Q ??O ?????0?#??R?? ??zVo?%uE_??3?R??=8A'???? ?????????b:^k????LY?????Sc?^?8??l????6?D????????:k???}?Mq"?????????S???Y????p0d"???P?? ?Dq( ???xB?i???? ?#|M???>?R?#?. T;???p+z g?.??????????L?q~?n????????V-?n???'tIEBO=g^? Qn1????p%?`}?? ???/??x$o-????2O? l^P?? ?)?4>?&;?0F[E??4?J???RZ??? ??}?Tv2~71?y5?J?c?b??hO???R???-??????s??}1E?T??im?~????Rp?O]?5?????{?%?#?G???????$???S&?y4i/????DB`+??a?? }U?O????:??Pt??f`f(?cK???'?e ]??'q??C?Ggd???P6E?????I- ?uB??.???A;Esh ?u?N!?7???(?(? G???]?L?s:S?L???:?\?{??? ????????X'???+?sA?\??U???~??=U?C?CI?????8 ?M?\sm?z? ?~8??? ???s??|?'}>?Q??B?)M_? ??|_P^????n#?A`#?h?J?m?5?K]A?Z?#?iN????i?B??we?%B??{"f$?N)????-?>?5?1?8??t??8?z??!IJ???k????s?u??J!2C(q /(6???:???|a?BEy?????9?aN4:??@e????8,i? 12NC!?k??X]??g??:\?(N????\???Xi??1???y?)?D?, Y6?Y?}Q=yW??d?????.?? ????8?&!?F()???c??V?#?Tu?c??kDZ???#S?P^t??#??9??fD?n?1OG?? ?>????{]!??\??M??e*??B'P ??V?(???M?<`Ze??DYGC$?0?????I?pI??\6???D ?p?h????2??. ???$???L??Jb8????? ???s?t ??~7??$???Ld??i??J??\??Zu!}?A=???a4????????X??s??rn? ?U??f??v???o??B????? 4?????:?????????!w??kR4?j?&??c?????a???????B??:??Lo ??????????_???n??]i?7???i?sf??f/b??+?;?S???4??Xg???o?t[??!?Rn?m'????u[F???REU???? q#?.?Xjf?HQ?!??M??Xq??? }???i?C|N??|???t?VoN?ew??N2?Z9?"?????wE????b?\*???i????T ?R?n[D????9?O?????N?E????i?=?v?x$?7r?%u???#?J?i?"???+???B?&B??M ?wt?9?????EA?g7???[??^D?????? ??????V`]-:??=? ?hmS(P?V????mI>?i????kTl???kc???E?Dk?????sW?J??4?hRlpu(?????~c?X???M4? ??- 5?o?n$&?B]`A????Ll???cm??e\YQM\??'??l ????Oo??1K?dJ!?$r?o?tC?pe?X '-?H?Y=???=t7???X?;IFK?????n"?'B]?])N?????%??$?X&??Hw Eehj?7:?a???!?a?A}j??Y:??j(?@_?A?P?-????]LC?(-?m??j??$???fd&]????? ??{??U?*???????wH96?+?M?????M????p??| ?Q ?t?X?5? ?P ?Z6???v+???&?L???Gf]?(??T????q??{?>??u????????c3????0??kQH_????T{???+????p?o??S?m1Z?zk'?b????9???????h?5?:8]?S?????U.yY ?????!?Bg??#???F????p?_????5?(??o??X9??(@???? ?)?>G?>???J?3N??z[??|???R ??? ??0'?:h?rP\?L???\??P+???at#????'??zd ??c?[???b#???f4????{????\???qF???1???N!?,?gZ?p???/?t???????gc?w?`?_7?7???Tv??H;M ???????2*?BeQ????^{???#?s?K???Z?uA?hl??!???k??wzS?ror?{q-???c?(???????? ???[????bg??A)???:,?A?_?=Jk?R?0qnZ[j?U?M@ 7?l?h???n?,-k??P?+?#?C??^??u ???y|?m???a ?*?B?]$??-?*?"?)[1qeQ?"????d$???~???k z ???8e+???o'u??D?{?-8??.Y?????yw%??b?;??{@c????:|+ t????\viO????"}?E??"??C&??????????;???u?=T#?o??h0E?4??"?CJw??i5???h?t??fr?? 1?????r??l at V?py?o?G???????P=? Wu??eZ??v??7~??2?H#?pYT?K?&???????eyB???)JB????!?3P?\?????c???e?v?J???t9??#?????H ???BY?~?J??|C?)?V??N+ q???N?~????h?f?U9.?????[oYuP?X^?ye?????r???]???k?I*??%?;?9?{|?=?W?2%??Ci!?k(?????;??Gq S??_?????q8?????'96Q?:sc?I????6wjd&U??~??u?????a?{zM?zy???y?i??a?i?????:??7??71?h?X#w?t|Ph'= T&/?+?]?\G??BT??M??qYNB???;M?/??h??y??R?L??A?qCq?x???'j2E!??? ?!??<4?<(65%n9 ?X{??hNSE?!??2??o?L1(?Y???r?}(??`????v???GW????????|???r?:B???8????]???V?T???HA_P[?????c??4?????9????F??V??m?F??rF?7LK?N?'??tG?m+??I???u?r?Dp?he??y ????jk??????w? ?^2`? ?O??l?;???#!-??W?n??N% ??????Q?????)e8y??&???3??y???i?Q?(`G?? ??a?I?????????Lz:df???LO?\??_???????? ??j??"????r??p???.????{???z`9? ?$? ????P~?nN?r?????c?%??:?A?/???Zc$??'???Qw??Uj?\5??}??Y 7?????O?-r?n.?.vng???b!?1@?LRn??? h????[G7d?$z7J????????z ???6wc?d???Y??f???x?-F+H:??B6({M]?D? Od?????{? ???z??nr????olA?m?a?$s???O??>?}?UV[m?J????e )?iM?3? ?.'3x/M??W{???5)???r+???????????P[???~r?,?gX?lB?V??:?????vOMA_e??+??/5???C????R?N.??P? B.????0G?o?> ?S$????O?&??'???e??T?.l?*%(?f?U?VA?w??w??*{?&q'??^] ??/?X?1??n'?"???v?????J_??????????~Y8????????U??n? ?z*?????~!???Rk`Y?U?Q??? ???x?X?L;?????'?E?+C???xd???k?$????F?D,%??8?kF=][K??[?kH??vZ???%_???V?|?8?9?Qn???e???Vs?u?h?{? Sm>?????B?*????#?zY??PwV??#?f?-?>??g~G???3i??:?LER?#?$2=?PB)??G7.9;??????G/T?g,S? ???#??zT"???:??q???uR?"???g??u???f??T?,C? ???G u?????E????Q??????K2???7??o???7{????Q?\????H&Zr? ?????~?{ qOq????????9"?????GC?*????|?v??????x?:??????? ^??T?%R?(??Z??a????????>?w?*}as???Q?ZeB?m?,?F?"???q?T??2????m??M?7??!"W??|_D?f?M?? ??|?-???W;?:{}??????m?R?F??? 4C????/?fk c?????|?\#?>??uU?h??|V??_?^ B??????_{L?^'?$??-G9f?h7?h??a<6????????n?I?? ???P^H???Y??+R??e??O-U????Vn??C???/7.???-=S??d??:W??zYE?/f?yJ??l???????]b5T??(w??b1?V??????&???????w^?D|@??{?`=K??S?Wl?!V??1Y=D] ??B)T?????6??j?S?N?^??'?0???Mi??;.??P@!l????? ???/? ??ae??&??)???#?Y???V??`??|??{?g?"?0?8AQ?????,%?I?%?{????Z?V?)?+??:???L)???????6h?4H)??(L?04T????fN??R???N ?fF'?yt???????l?d?d?l??:iy?x]??`'3?g-b}Q'??{???T???(-i??????*}?w_??w ??,?? ?'???l???8???;??8?}???:s-?8es??Rc dK?4DR?X?????^??&D?????M?N?&???????3????????f??6xR???oD)??_??P?~ ??u??.?F>?.k??N?/C?m??^p?,??????????$???U??>???? ???????l ??J???{Q?X??K?????????LA?:?],"??? ?\@xL???????j?g??uQ?cg(7N ??l???U?b  ?X?J??+t??:??@??K?h?/rG???}??Gg???p?e?0??)??k??N+???Ot????*t"???? ??q????r Q???8???,mC??SW=???P???K??!T??JIT5?j?( ?1???u?B????G??_>??+??1??l?p??????N?NT?M\?pT????4?(_jRT???XQ?;I?? ??ig?s.]? ?FiW?r'2o?Tn?y?~?Z?9 N?u??%h?29????&????`???}??5F?????:??????_?].??+}??a??????B?????y???WEw8?Q????\g?\?@????v???????H}?i?????????`?/1? ???????/?^????,?Nx?h?T?gX?O?&?; u?Z?? @Pvk?P??V??? ???Y ??.?1"?XC????9?B{??qS?r\?{?V???t6 ???Lr??\ tEPC%?? U h?{?{E.?H????C!%?k??L?(/?C:??G??3?yN?????~??R?w?????RM?\???Zs??"|C?i????U ?vj??/? ?PX?????b?0Q_0tq?:I?#?f-s????%Yn???2??!!a?6??`?on^?CcQ???Te??z?ci=?l????hJ72e?}E?????p??S???l???8?+s?{??:!xGBZ?\&3?zxb3A?t??t$???)???k????}?W??Q?z'?????+B?.?0?;|?)?`??7"??????{/:?Z?????\???L?gj??9???~?R:{??-8H?}?)r??? T?"?k`G=?],1H????A?B?9Z?k??????v???s5?#:l?9???H????s",????/#?? j?h????*???4?9?????????c????????????l??}F?:??X?q ???S??????-????U??f?69'??Ye7oT????????v&M???t"????? ??!?dz?@?:???x??W?3 Z??B?S?5?Yl?-Cd)?)??? ?d ?`????(??#??(i???y?/J^??[?????Qf6uY??&?????l???????G?W?x?"?INL?E?0?\????}Dw?N???}???U,niM`?y??g??H&??A??O^?g}f??b?"??M?0???_??.????2_k?}QU)@???? zH?MwF?#?8K??YW at i????o??}T ?^}??S??z0 ,?J? *????h?b????!?n??????!?[?<75D?o??????r???0%@EA?5???{?FA^?u??zt???&?? n?4?H?lKv ? (t?>??x?M`+??6?T?t???C?CK??{?!??:?V?? ??P??8???_?Q??B?ej?????q?%H?K????(??j??>??? ?@`(??3-??BiHJ???@?DV??3??y? ?vQ?G?`?>???A?y?a?!??X?5????TEw?4???/<(?%?u?%i???R?$T'w???3 ????iQ?lX#?o????q??Bf=?Hp]????4R ????#?#?x???wQ?L?#?S@???AF?L]??????(Hx ??????0 '??p??'w^V?s e???zP?????\@?U6`H?m???z??;?f???Z???7??p??????}b ??( x@???CPev??<?\%??1$% I?R?O|?nX`Sse0fy? ?UF9??P/?l?}?f??FT?X?H??c??X????8Z?5w0??Za??w?= ???s(5o?8?r5+??\Hx???{??3?O?V?#?u??4?IE?gDQ*6R??b??uL????????;e?????-???mtRn(`? ?y?F?P??%?Y?:??$??????|!{??I?=???mX*5??1*7j?-rP??8? ?ae???531%?HP?g?????p?^?2z,?,?1?,?bt4????m,Y??v????^Q????s5Y?4B??I?1m??????C????KRD???? G????G?????#?????KA?Gh???????v???H0+???h???W? ??????? ?@? ?r?? !?7??#????9~?? ??#}???4?? w{x 1|???A Z?u??m??f ?"U6?(q?dT??`???K?a??????#????????5???P?eEC???X??w*??1]???-vN?M-??????m? ??l`??l??&s?x???3u??79'??f????Z?q?d`?3?????4R>??R?????+)?*???D?s?v???Y?:?M?sx8+"Q?0?????m ??????n?hU??.???t?????????U??D?,????9????L????]?? bLi4?fl??i??Du?[??D?Iad?gHZ?!c??li?%3???4?=??U??G$?V?m??????????L9a?*1?`?M???????4q?m&G??:?n???>???t?,?_p??%G?>Q????? ?&~??K?-h?#??k???G??fp??XF?l???hq???3??% ?r B??P?%KUS??~?H^???0?U??R?u??? kt???Le????kx\Y?m3j???0m?j#??as?/ ??g?Q,0?tNU?????iq!?????a?4?K?n=L0?Qu?????n???`??_~??????:??4??Q6??P?j??EcKZ{??'T?w?r?*???\:??s?~????? ??Q??:E?,(O?B??G?>K?.M(??'???`[?O????T_R?;???+e?_ p?Dg?????n'??>wP~:b&08??g???j/?U6}??u??`?NUx?/??????????u????q?W ??????q/? ??>?,??yMtU?`?Zq???e??ne???????: Z??Ev?????sV?n?j???V?? yj ??????\{????*?u??U?s??% ??B???UE????/c,????-????'?N????????Y?????K?5??-?b??f^?'??{?%?Xj CP??Q)|??s?YG?=?z?9 ;?????AZ??????<t]x.??ni????ZV.|`?_???8????c?~??p?-?I???Z??]?=4I??d????y?@z/^@?z5^\N????E??????????X 'c at v8??nGs?|3?^?.?v(?jA?E?g+?? <;\?`????? =@?2-?7yf? ?W?N??@?????>??'!?O5??B?y?T??{??}@T?? ?m/]+/|?G ???? ?m??S??d???8L?&e????UV?V?????? l[?X#CZ?T?I??\??(#?@3?6l??i\4W??-|&,??vF????u?Pi? ^?????(???e)F?????|???? L???????%??j4???`f???????BiH?W?% ??|v?m???Q??~_?h??% ?d?I??|??X.??? Z? g?%???1??oy2?}r? ??D??N.??*???{!????b{?~?x?{??UE??_T??????w???O??)?+S? ?=???????oo1??????PW????m??|??"K?n0??%v??????????q??m???????w???F??? n???q??P??++????????z??r{B ?t?x??vJG?Fc??0G8? ?h??4??Z??A?< ???~|=??????-??V???\??9???????eOd@????]4gR?!..??@???W?w?C??x??>?K|Q?*???F??G??????"?M}'?h??/?p?????? ??@m??W??W????:???eX????Q?!??aEc???yW?7?G??$?(??d??!?^??JM?I?D??? g?????4??p?"?%??gxl??@????? ????A???V,?pfK?)?>|]??A???F&Qr??'?????:??9?p;g"??????w??t?[a??>?@#>U???????wL??9~?Y?????_?i?>???}(????$?x??? ????C7?}?md?5Q?E??F??=>E?h??C???X???0?b?|????q}71x???? ??1??PK PK PK ?zC????m??????6?U???wfgv???PW??i????$#? *s.??l??%^$??RY+)??AN,??(?1?Y??K??, NY(u?o?? ?????#???o?6lo????4?;V?;9Aj??4P???U?FJH ?(q*?'U??????b?Ay?\??(?????w??N???????5?Ck?;???|y??f?iz???J???I??IG?-?_?9>??????PK ?}?7?~??w???oi8zvNSo?e?jc?G????M?pE???\?[W4K???:+Vy??y??????fS>???????E??Y;??Wuc+?qYM??)?xxg?]]??~??Z;? 5?k??H?d??],????/?&?? ?k?D!??T??ov???3????h?s??6i????V????e???????l??#??%???o?.]?? ao?}??????mei?????k~?8????ih????????????????6?>s??? ? ?}? ?/?&_???????9?-???w???e?f?H?x~!??U?\?*??? =M? ?yW????????? T?0p?=?xE??17d?s? ??<%???=??6??y????[??????O??z???]^???T???1????xFu2QP? !"L&?B??= ???\U??~????DM???[??,K?W;????T?q?hD??W??U??8[9?m?;.?? ?|iC!?`?+??X?J?c?,??~??J?TKR?sF?????????7$??A\?d?zbG_??|?7?XG?ue???n????&???m????Mp?=}?~???_;??+??i???l????Qx???y??D???4?6s??p?yK?_??b=b/??T???????_'s*LGq????l`P?P??>??:]L??D??? ??l? D bQ?q?e???1???.??#Ed?eK???L ?]??BB ?dWb? ??H~x??s0:?9???y sXJ?Vf?A} ???'???Z????9 L?T????eB"#?????? ????al/*??s? c ??RY??e??I ????[_6?3`???'v?6^??K5??u?UY!b ?U^?????]T??U?y`Ib?????M?'???M?{7?5P??m?? $ A?\??3???TT0w?L?,I?8K??ok??;8M????i????Z????#?V?`?0??Q#?[>?e???B??.??8?S????j?Useu??I???gA??.??.Hp?????????????????en???.9?_Z???I9??Y????7y?\??? b ?K?K2#Ow?.?D?,?[P< [4?LU?l`9u:??h??@??v?d? X?9???y???PO?u?K??8?V ?\???5??3?N?6??O?"rV/C:D?U??6????o\NV_ ? ?????!???5? V????3Q?{???@???#?zH8 ? ?L??????34??? ??,??lx? =??2?g?????Xj??%F?z{?!g???t?? Nt???? y?8??3?F???U???&????|???y???. M??(?T?`?i?4??8????????w????6 ?=e>n???,$o? ???,????#????p;?????P?|B"??,7,P??????r???+ZZ??] Z???[ 8??/|?@?????y?_%S ??e?????Q?????k???[?-A7???]????.?z#d?A??]!?OvpQ?????Rk??"??NUW??d?V0?O???_?????H=??4?a h*r? ae?Z??X????11b}???????0U?#?W????#}???y?????NP8????}???_a?>????l3????6?5Y%???4????'p?&m?0/KKO???H??t?[=???-?????SWE?F)?p8k??2??9???>???}S=?5j?6t?K~??#-?\???f??"{??U??E?@,?????Pj??HDW[r?4T?h??E?rO??$ ]=??9?z?e?lQ?u?A^?? t????????f}"?$?.&???? `?????P ?9=??????5z????????E??!"???Rj#n788?i????3a?Y?=???8k:??????aj?0P?????????e?8HGw?!??i?G?)??17???r at I????X#??Av?v?g???]?!|????U] &?????Zp?sn?/1?}???N|???]?.M?/??? O?Y??X?9??????A?(=???k9(*y??lK????L"P>T(??Ct?OR!>????,K2????????#?????\?o?????uk???/? ?g?J?f*???d??C? .??vh +??????7P?*D???%?X8??????{?P(?C??GCs4??ehS91?????7p???B???????:0??i???> ????.?XixY????G?x????%??T??????a9)?o$?^????? 4?m?3J???+Jv*? l;??9yj?4i????F9?*{?B?U%9zn?SQ?)???kw"Bh?2????|???????h?75?? W??Qd|#???/z?T?[iL"???7h?{9???MLX??? p?@[????N???????5?j X??+k>C14?V?5,RM?7?,|eN?Q=}Ts???q??????C?s???? |?D??????99?????&/ ??^???32?+?|?u????E?1?????? X?m7??NZ????,?^Z#}O?E? F??x??5#??? S??but?p?????????Q,`????R?rI6?P6??%nS??_=??VQ}? ?]????????y??kNA?k?C????m?VO_g??H9|N??Tw(???e???jM,???B1??_????sb?{??Co%??n?3??7C_Y??r???J9???k ??????U?5?G???)???o?\?D?wIIP????4??<\bzT;??-n?P?^Y?Y??3??????_F???f?????????r?p????c{=y7M?????(???????????8?~??t?'nn???????n????g????O?Mf3??g;????G?????/C3????nf?8????? ?s??????e:?Mn>?x??c:??qf??^_??|???S?/???t6????????tMg?{????2?}?}?>`m?????????Ox???????????&???1}9???~???A??7?3?F??n?3F??????xJ?????M?'4%?y???????P~?p=????????9p?!~O'??????Fa b.??its??*?}?r???.h??W S?????_?&?????4?????~???A???f|I????????%?a:?M??oM?N1???????<?????\?B?????sD0?? ?I????Lhr?????+?E???I?n???g??????i?].?TK;?????k&?!?l???????>?Z??????????I?h???? ???\?j?????@&?!???bSy???e?????]2???????gY???[|??7???w6?`??I??.??Jo???J??mU?rS?????????j??t:)???vLG;????.$??Vya?e?*????????&]???~.=O ??V 3,z???,????????1?H???9I?8???T?Cp?@'????i?D?0gvO??3Mkh?Z??r??vD?#&???>u?S??*(?'R?WZZgK??o?]?%a)???d? ?Ts?^??T,?C?V+?")-???g??v??^'????\??B?M??r?%????[??(A??2????LK?Z?y-??>???&?ee ?9?? y?,[(RV?'?l?n??????|U?T*n???zj*?tV!??yZ3?????6LOl??l??Y?9??"Qu?DcI&???].?%??EqC_??)?t??8H?6??N??IV+?S?S????g??!B?NC~?%s?G???????J?? 3????X??????? , ??}?"?#:}R???]?J?3k? U????( ?+?????9?%???J?ot?????????% ?]??Z??g$??s?&Qdz[e$T?????y!3??g9>????'L4??0????\?sK?Y?'?????? ??XhC??l?^???)??Q?????^??(??%?_! myI?]'??A ?{1??????k?ULn%lRk?+??7??????????7??@>?c???$+???qB??'??* ^????j?@??!?e??3???}?/H?W?]Hm?????a????<9Zr?QN(?????tRB??????d???!???E? ??C?.???p(????OEQ6?]PtA??????A??2??????????#??? ????Y[???[|?E??????????0j???/??????53o;>????t?un?]?? ;?p??%4|R???^Hu% ??"y?? aZ?cSz1??????up?NN? )????g?Q??????8?????? ?@???s?????p?,7?*?)s \?e?z?`&@?IH?l?[mTT??X???;?9Q+?i???7?0? t?]?????w?{b????4???,'?\s?M??5i???6?`??a?8@?T?v?? i?10r.?! ???cm'?X_??"{??+?(F?N??I Z????RIyGO???3?>A ?N?l?:?? /???X??????s??nfF???? ' 1?R? ?/?+^]????=??sZ?A???Y evyc93I?-??/?? ?P|???Lj????????l#el????\??a*?y?????????B?Svc??????~bs??????????P? ?6~?i?? e???3?s:k-a?????4?????!56?@ 7~?v?(FU????? ?q? ???dJ$??`??+??I??fY-??<} ?{?(??G?Pp)???m?1?????)?????"??w?p????SW???q? ?!/W?^_?m?hZ??Yr?=z????C???y??\?2)???g?& '3??*??&l??HAd?N?????[?Nl?????0?????O?F2??}???pb?F>? ??????,??8??c38Ct?+?P?C???????^A???29??$???+?( ?< ?L?8o?????#?_? ?]?3Is????q???F?????????#?y?px?%?O????v;??D?9? ???H?aF??>iq????'? }??3???????`??Sb3Lnw????????dpI? ?-b?]????D%???0y?'???!?A????Y??T??~{?)?????qbk?Cwd?A??????k????;???{?@?h?i_3???? v?qA?5/7?j?(??mnJ????akE9??????v.?F??b??WH1???;???V?X 10\??`R??] ?b_>?7?|I??S?rj?Q???Q?$N?l????qx{???>?1??cAg0\?(23H *!=??c?)??2L???T??L?{??L"?J+0 D}=?????F?:?}n7vNY?o{9L&(?????n????????q??^????~????TN?S?g???wX i????E?s??n??$?? ???????LR?g???.???9q???kS4$0??????s&m?L??????B?6??y?????P?-?v????Yd???TgZ.rW?"???Q?8;:??E?V???7'?5???*pO??u?[7??b??l?BF????\?x.??b[o???mXH??Z?B g??W"Th?????????(?????x???n?P?r?}I?????w????????B?U????PK ?d From jnovy at fedoraproject.org Mon Jan 4 10:06:47 2010 From: jnovy at fedoraproject.org (Jindrich Novy) Date: Mon, 4 Jan 2010 10:06:47 +0000 (UTC) Subject: rpms/mc/F-12 .cvsignore, 1.42, 1.43 mc-extensions.patch, 1.18, 1.19 mc.spec, 1.150, 1.151 sources, 1.50, 1.51 Message-ID: <20100104100647.6554E11C00D1@cvs1.fedora.phx.redhat.com> Author: jnovy Update of /cvs/pkgs/rpms/mc/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30268 Modified Files: .cvsignore mc-extensions.patch mc.spec sources Log Message: * Sat Jan 2 2010 Jindrich Novy 4.7.0.1-1 - update to 4.7.0.1 - update bindings to use xdg-open wherever possible Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/mc/F-12/.cvsignore,v retrieving revision 1.42 retrieving revision 1.43 diff -u -p -r1.42 -r1.43 --- .cvsignore 22 Dec 2009 10:41:00 -0000 1.42 +++ .cvsignore 4 Jan 2010 10:06:47 -0000 1.43 @@ -1 +1 @@ -mc-4.7.0-pre4-20091221git.tar.bz2 +mc-4.7.0.1.tar.lzma mc-extensions.patch: configure.ac | 2 +- misc/mc.ext.in | 51 ++++++++++++++++++++++++++++++++++----------------- 2 files changed, 35 insertions(+), 18 deletions(-) Index: mc-extensions.patch =================================================================== RCS file: /cvs/pkgs/rpms/mc/F-12/mc-extensions.patch,v retrieving revision 1.18 retrieving revision 1.19 diff -u -p -r1.18 -r1.19 --- mc-extensions.patch 22 Dec 2009 10:41:00 -0000 1.18 +++ mc-extensions.patch 4 Jan 2010 10:06:47 -0000 1.19 @@ -107,7 +107,7 @@ diff -up mc-4.7.0-pre4/misc/mc.ext.in.ex # html regex/\.([hH][tT][mM][lL]?)$ - Open=(if test -n "@X11_WWW@" && test -n "$DISPLAY"; then (@X11_WWW@ file://%d/%p &) 1>&2; else links %f || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null -+ Open=(if test -n "$DISPLAY"; then (xdg-open file://%d/%p &) 1>&2; else links %f || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null ++ Open=xdg-open file://%d/%p 1>&2 View=%view{ascii} links -dump %f 2>/dev/null || w3m -dump %f 2>/dev/null || lynx -dump -force_html %f # StarOffice 5.2 @@ -116,30 +116,30 @@ diff -up mc-4.7.0-pre4/misc/mc.ext.in.ex # Microsoft Word Document regex/\.([Dd][oO][cCtT]|[Ww][rR][iI])$ - Open=(abiword %f >/dev/null 2>&1 &) -+ Open=(ooffice %f &) ++ Open=(xdg-open %f &) +# Open=(abiword %f >/dev/null 2>&1 &) View=%view{ascii} antiword -t %f || catdoc -w %f || word2x -f text %f - || strings %f type/^Microsoft\ Word - Open=(abiword %f >/dev/null 2>&1 &) -+ Open=(ooffice %f &) ++ Open=(xdg-open %f &) +# Open=(abiword %f >/dev/null 2>&1 &) View=%view{ascii} antiword -t %f || catdoc -w %f || word2x -f text %f - || strings %f # RTF document regex/\.([rR][tT][fF])$ - Open=(abiword %f >/dev/null 2>&1 &) -+ Open=(ooffice %f &) ++ Open=(xdg-open %f &) +# Open=(abiword %f >/dev/null 2>&1 &) # Microsoft Excel Worksheet regex/\.([xX][lL][sSwW])$ - Open=(gnumeric %f >/dev/null 2>&1 &) -+ Open=(ooffice %f &) ++ Open=(xdg-open %f &) +# Open=(gnumeric %f >/dev/null 2>&1 &) View=%view{ascii} xls2csv %f || strings %f type/^Microsoft\ Excel - Open=(gnumeric %f >/dev/null 2>&1 &) -+ Open=(ooffice %f &) ++ Open=(xdg-open %f &) +# Open=(gnumeric %f >/dev/null 2>&1 &) View=%view{ascii} xls2csv %f || strings %f Index: mc.spec =================================================================== RCS file: /cvs/pkgs/rpms/mc/F-12/mc.spec,v retrieving revision 1.150 retrieving revision 1.151 diff -u -p -r1.150 -r1.151 --- mc.spec 22 Dec 2009 10:41:01 -0000 1.150 +++ mc.spec 4 Jan 2010 10:06:47 -0000 1.151 @@ -1,19 +1,18 @@ Summary: User-friendly text console file manager and visual shell Name: mc -Version: 4.7.0 -Release: 0.6.pre4.20091221git%{?dist} +Version: 4.7.0.1 +Release: 1%{?dist} Epoch: 1 License: GPLv2 Group: System Environment/Shells # tarball created from git clone git://midnight-commander.org/git/mc.git -Source0: mc-%{version}-pre4-20091221git.tar.bz2 +Source0: mc-%{version}.tar.lzma URL: http://www.midnight-commander.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gettext cvs automake autoconf libtool BuildRequires: glib2-devel e2fsprogs-devel slang-devel gpm-devel Requires: dev >= 3.3-3 -Patch1: mc-extensions.patch +Patch0: mc-extensions.patch %description Midnight Commander is a visual shell much like a file manager, only @@ -24,21 +23,20 @@ specific files. %prep %setup -q -%patch1 -p1 -b .extensions +%patch0 -p1 -b .extensions %build export CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $RPM_OPT_FLAGS" -./autogen.sh %configure --with-screen=slang \ --enable-charset \ --with-samba \ --without-x \ --with-gpm-mouse \ --disable-rpath \ - --with-mcfs + --enable-vfs-mcfs make %{?_smp_mflags} -%install +%install rm -rf $RPM_BUILD_ROOT make install DESTDIR="$RPM_BUILD_ROOT" @@ -84,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT %dir %{_libexecdir}/mc %changelog +* Sat Jan 2 2010 Jindrich Novy 4.7.0.1-1 +- update to 4.7.0.1 +- update bindings to use xdg-open wherever possible + * Tue Dec 22 2009 Jindrich Novy 4.7.0-0.6.pre4.20091221git - provide yum-repo.syntax (#549014) - avoid occasional crash while reading panels (#548987) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/mc/F-12/sources,v retrieving revision 1.50 retrieving revision 1.51 diff -u -p -r1.50 -r1.51 --- sources 22 Dec 2009 10:41:01 -0000 1.50 +++ sources 4 Jan 2010 10:06:47 -0000 1.51 @@ -1 +1 @@ -c03992e430a41d3e73faa6360979cadf mc-4.7.0-pre4-20091221git.tar.bz2 +4fec587435388701fd137bbe99ec77cd mc-4.7.0.1.tar.lzma From sharkcz at fedoraproject.org Mon Jan 4 10:07:08 2010 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Mon, 4 Jan 2010 10:07:08 +0000 (UTC) Subject: rpms/hercules/F-12 hercules-intltoolize.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 hercules.spec, 1.28, 1.29 sources, 1.8, 1.9 hercules-3.06-extgui.patch, 1.1, NONE hercules-3.06-preproc.patch, 1.1, NONE Message-ID: <20100104100708.4A86311C00D1@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/hercules/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30339 Modified Files: .cvsignore hercules.spec sources Added Files: hercules-intltoolize.patch Removed Files: hercules-3.06-extgui.patch hercules-3.06-preproc.patch Log Message: * Sun Dec 27 2009 Dan Hor?k 3.06-7.20091227svn5570 - updated to svn revision 5570 hercules-intltoolize.patch: configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- NEW FILE hercules-intltoolize.patch --- >From 6c072a76206f35323788f4a70b9d8e8570dc25c6 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 14 Dec 2009 17:07:37 +0100 Subject: [PATCH] add support for intltoolize --- configure.ac | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 0eee5c9..85a2886 100644 --- a/configure.ac +++ b/configure.ac @@ -200,6 +200,9 @@ AC_MSG_NOTICE( [(use of lt_dlopen forced by Hercules Dynamic Loader requirement) hc_cv_have_lt_dlopen=yes +IT_PROG_INTLTOOL +GETTEXT_PACKAGE=hercules +AC_SUBST(GETTEXT_PACKAGE) AM_GNU_GETTEXT([external]) # AM_ICONV -- 1.6.3.3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/hercules/F-12/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 18 Feb 2009 21:15:35 -0000 1.8 +++ .cvsignore 4 Jan 2010 10:07:08 -0000 1.9 @@ -1 +1 @@ -hercules-3.06.tar.gz +hercules-svn5570.tar.bz2 Index: hercules.spec =================================================================== RCS file: /cvs/pkgs/rpms/hercules/F-12/hercules.spec,v retrieving revision 1.28 retrieving revision 1.29 diff -u -p -r1.28 -r1.29 --- hercules.spec 26 Sep 2009 08:15:43 -0000 1.28 +++ hercules.spec 4 Jan 2010 10:07:08 -0000 1.29 @@ -1,25 +1,29 @@ +%global svnrev 5570 + Summary: Hercules S/370, ESA/390, and z/Architecture emulator Name: hercules Version: 3.06 -Release: 6%{?dist} +Release: 7.20091227svn%{svnrev}%{?dist} License: QPL Group: Applications/Emulators URL: http://www.hercules-390.org/ -Source0: http://www.hercules-390.org/hercules-%{version}.tar.gz +#Source0: http://www.hercules-390.org/hercules-%{version}.tar.gz +# fedora-getsvn hercules svn://svn.hercules-390.org/hercules/trunk %{svnrev} +Source0: %{name}-svn%{svnrev}.tar.bz2 Source1: hercules.cnf Source2: hercules-run Source3: README-rpm Source4: generic.prm Patch0: %{name}-3.05-make.patch Patch1: %{name}-3.06-ltdl.patch -Patch2: %{name}-3.06-preproc.patch -Patch3: %{name}-3.06-extgui.patch +Patch2: %{name}-intltoolize.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: zlib-devel BuildRequires: bzip2-devel BuildRequires: libcap-devel BuildRequires: libtool BuildRequires: libtool-ltdl-devel +BuildRequires: intltool %description Hercules is an emulator for the IBM System/370, ESA/390, and z/Architecture @@ -31,17 +35,17 @@ printer-keyboard, 3270 terminal, and 328 %prep -%setup -q +%setup -q -n %{name} %patch0 -p0 %patch1 -p1 %patch2 -p1 -%patch3 -p1 # refresh for recent libtool rm autoconf/libtool.m4 libtoolize --copy --force # refresh buildsystem +intltoolize -f aclocal -I m4 -I autoconf autoheader automake @@ -105,6 +109,9 @@ sed -i 's|\${DESTPREFIX}/lib/|%{_libdir} %changelog +* Sun Dec 27 2009 Dan Hor?k 3.06-7.20091227svn5570 +- updated to svn revision 5570 + * Sat Sep 26 2009 Dan Hor?k 3.06-6 - rebuilt to use POSIX capabilities Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/hercules/F-12/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 18 Feb 2009 21:15:35 -0000 1.8 +++ sources 4 Jan 2010 10:07:08 -0000 1.9 @@ -1 +1 @@ -3a356b251e2b7fc49ac2b7244d12d50b hercules-3.06.tar.gz +7e7c04d17117f8bc86871e1aa5c6f457 hercules-svn5570.tar.bz2 --- hercules-3.06-extgui.patch DELETED --- --- hercules-3.06-preproc.patch DELETED --- From tagoh at fedoraproject.org Mon Jan 4 10:13:39 2010 From: tagoh at fedoraproject.org (Akira TAGOH) Date: Mon, 4 Jan 2010 10:13:39 +0000 (UTC) Subject: rpms/imsettings/F-11 imsettings-fix-segfault-on-dbus.patch, NONE, 1.1 imsettings-fix-segv-on-xfce-helper.patch, NONE, 1.1 imsettings-none.conf-gtk-xim-default.patch, NONE, 1.1 .cvsignore, 1.16, 1.17 imsettings.spec, 1.31, 1.32 sources, 1.15, 1.16 Message-ID: <20100104101339.ADE2D11C00D1@cvs1.fedora.phx.redhat.com> Author: tagoh Update of /cvs/pkgs/rpms/imsettings/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31888 Modified Files: .cvsignore imsettings.spec sources Added Files: imsettings-fix-segfault-on-dbus.patch imsettings-fix-segv-on-xfce-helper.patch imsettings-none.conf-gtk-xim-default.patch Log Message: * Mon Jan 4 2010 Akira TAGOH - 0.107.4-5 - Fix an abort issue. (#530357) imsettings-fix-segfault-on-dbus.patch: factory.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) --- NEW FILE imsettings-fix-segfault-on-dbus.patch --- 2010-01-04 Akira TAGOH * src/factory.c (imsettings_manager_real_finalize): avoid a segfault in libnotify when the dbus session is being closed. (rhbz#530357) Index: src/factory.c =================================================================== --- src/factory.c (????? 368) +++ src/factory.c (?????) @@ -871,6 +871,11 @@ g_object_unref(priv->xim_req); if (priv->qt_req) g_object_unref(priv->qt_req); + if (priv->notify) { + /* XXX: workaround to avoid aborting on dbus. */ + if (dbus_connection_get_is_connected(priv->req_conn)) + g_object_unref(priv->notify); + } dbus_connection_unref(priv->req_conn); if (priv->monitor) g_object_unref(priv->monitor); @@ -882,8 +889,6 @@ g_hash_table_destroy(priv->aux2info); if (priv->body2info) g_hash_table_destroy(priv->body2info); - if (priv->notify) - g_object_unref(priv->notify); if (G_OBJECT_CLASS (imsettings_manager_parent_class)->finalize) G_OBJECT_CLASS (imsettings_manager_parent_class)->finalize(object); imsettings-fix-segv-on-xfce-helper.patch: main.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) --- NEW FILE imsettings-fix-segv-on-xfce-helper.patch --- Index: backends/xfce_xfconf/main.c =================================================================== --- backends/xfce_xfconf/main.c (????? 363) +++ backends/xfce_xfconf/main.c (?????) @@ -57,7 +57,7 @@ main(int argc, char **argv) { GError *error = NULL; - GConfClient *client = gconf_client_get_default(); + GConfClient *client = NULL; GMainLoop *loop; GConfEntry *entry; guint ctxt_id; @@ -68,6 +68,11 @@ return 1; } + client = gconf_client_get_default(); + if (client == NULL) { + g_printerr("Failed to obtain the default GConfClient instance.\n"); + goto end; + } gconf_client_add_dir(client, "/desktop/gnome/interface", GCONF_CLIENT_PRELOAD_ONELEVEL, &error); if (error) { @@ -93,7 +98,8 @@ loop = g_main_loop_new(NULL, FALSE); g_main_loop_run(loop); end: - g_object_unref(client); + if (client) + g_object_unref(client); xfconf_shutdown(); return 0; imsettings-none.conf-gtk-xim-default.patch: none.in.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --- NEW FILE imsettings-none.conf-gtk-xim-default.patch --- diff -u imsettings-0.107.4/data/none.in.in\~ imsettings-0.107.4/data/none.in.in --- imsettings-0.107.4/data/none.in.in~ 2008-11-05 21:26:53.000000000 +1000 +++ imsettings-0.107.4/data/none.in.in 2009-11-02 11:44:08.000000000 +1000 @@ -1,6 +1,12 @@ XIM=none XIM_PROGRAM= XIM_ARGS= -GTK_IM_MODULE=gtk-im-context-simple +if [ -f /usr/lib/gtk-2.0/*/immodules/im-xim.so -o \ + -f /usr/lib64/gtk-2.0/*/immodules/im-xim.so ]; +then + GTK_IM_MODULE=xim +else + GTK_IM_MODULE=gtk-im-context-simple +fi QT_IM_MODULE=xim IMSETTINGS_IGNORE_ME=yes Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/imsettings/F-11/.cvsignore,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- .cvsignore 1 Sep 2009 13:41:48 -0000 1.16 +++ .cvsignore 4 Jan 2010 10:13:39 -0000 1.17 @@ -15,3 +15,4 @@ imsettings-0.106.1.tar.bz2 imsettings-0.106.2.tar.bz2 imsettings-0.107.2.tar.bz2 imsettings-0.107.3.tar.bz2 +imsettings-0.107.4.tar.bz2 Index: imsettings.spec =================================================================== RCS file: /cvs/pkgs/rpms/imsettings/F-11/imsettings.spec,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- imsettings.spec 1 Sep 2009 13:41:48 -0000 1.31 +++ imsettings.spec 4 Jan 2010 10:13:39 -0000 1.32 @@ -1,6 +1,6 @@ Name: imsettings -Version: 0.107.3 -Release: 1%{?dist} +Version: 0.107.4 +Release: 5%{?dist} License: LGPLv2+ URL: http://code.google.com/p/imsettings/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -18,6 +18,9 @@ Source0: http://imsettings.googlecode.co Source1: imsettings-kde.sh Patch0: imsettings-constraint-of-language.patch Patch1: imsettings-disable-xim.patch +Patch2: imsettings-none.conf-gtk-xim-default.patch +Patch3: imsettings-fix-segv-on-xfce-helper.patch +Patch4: imsettings-fix-segfault-on-dbus.patch Summary: Delivery framework for general Input Method configuration Group: Applications/System @@ -86,6 +89,9 @@ This package contains a plugin to get th %setup -q %patch0 -p1 -b .0-lang %patch1 -p1 -b .1-xim +%patch2 -p1 -b .2-xim +%patch3 -p0 -b .3-xfce +%patch4 -p0 -b .4-dbus %build %configure \ @@ -211,6 +217,41 @@ fi %changelog +* Mon Jan 4 2010 Akira TAGOH - 0.107.4-5 +- Fix an abort issue. (#530357) + +* Tue Nov 24 2009 Akira TAGOH - 0.107.4-4 +- Fix a segfault issue on XFCE desktop. (#540062) + +* Mon Nov 2 2009 Jens Petersen - 0.107.4-3 +- none.conf: default GTK to xim if available like qt does to fix + current missing X locale compose for gtk and X (#505100) + +* Fri Oct 16 2009 Akira TAGOH - 0.107.4-2 +- Run IM for Maithili by default. (#529144) + +* Mon Sep 28 2009 Akira TAGOH - 0.107.4-1 +- New upstream release. + - Update the translations. + - Remove the unnecessary patches: + - imsettings-unref-notify.patch + - imsettings-unref-later.patch + - imsettings-update-info.patch + - imsettings-close-fd.patch + +* Thu Sep 17 2009 Akira TAGOH - 0.107.3-5 +- Fix taking too much CPU issue. + +* Tue Sep 15 2009 Akira TAGOH - 0.107.3-4 +- Update the IM information as needed if the configuration file is written + in the script. (#523349) + +* Fri Sep 11 2009 Akira TAGOH - 0.107.3-3 +- Fix keeping IM process running as the defunct process. (#522689) + +* Tue Sep 8 2009 Akira TAGOH - 0.107.3-2 +- Fix aborting after dbus session closed. (#520976) + * Tue Sep 1 2009 Akira TAGOH - 0.107.3-1 - New upstream release. - Fix taking CPU load after switching IM. Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/imsettings/F-11/sources,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- sources 1 Sep 2009 13:41:48 -0000 1.15 +++ sources 4 Jan 2010 10:13:39 -0000 1.16 @@ -1 +1 @@ -c6201e25cbd670d0784bd998e80b5684 imsettings-0.107.3.tar.bz2 +7be7991a26ffee3bc2dac48e0421ad3a imsettings-0.107.4.tar.bz2 From sharkcz at fedoraproject.org Mon Jan 4 10:16:29 2010 From: sharkcz at fedoraproject.org (=?utf-8?q?Dan_Hor=C3=A1k?=) Date: Mon, 4 Jan 2010 10:16:29 +0000 (UTC) Subject: rpms/hercules/F-11 hercules-intltoolize.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 hercules.spec, 1.26, 1.27 sources, 1.8, 1.9 hercules-3.06-extgui.patch, 1.1, NONE hercules-3.06-preproc.patch, 1.1, NONE Message-ID: <20100104101629.95F8311C00D1@cvs1.fedora.phx.redhat.com> Author: sharkcz Update of /cvs/pkgs/rpms/hercules/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32591 Modified Files: .cvsignore hercules.spec sources Added Files: hercules-intltoolize.patch Removed Files: hercules-3.06-extgui.patch hercules-3.06-preproc.patch Log Message: * Sun Dec 27 2009 Dan Hor?k 3.06-5.20091227svn5570 - updated to svn revision 5570 hercules-intltoolize.patch: configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- NEW FILE hercules-intltoolize.patch --- >From 6c072a76206f35323788f4a70b9d8e8570dc25c6 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 14 Dec 2009 17:07:37 +0100 Subject: [PATCH] add support for intltoolize --- configure.ac | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 0eee5c9..85a2886 100644 --- a/configure.ac +++ b/configure.ac @@ -200,6 +200,9 @@ AC_MSG_NOTICE( [(use of lt_dlopen forced by Hercules Dynamic Loader requirement) hc_cv_have_lt_dlopen=yes +IT_PROG_INTLTOOL +GETTEXT_PACKAGE=hercules +AC_SUBST(GETTEXT_PACKAGE) AM_GNU_GETTEXT([external]) # AM_ICONV -- 1.6.3.3 Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/hercules/F-11/.cvsignore,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- .cvsignore 18 Feb 2009 21:15:35 -0000 1.8 +++ .cvsignore 4 Jan 2010 10:16:28 -0000 1.9 @@ -1 +1 @@ -hercules-3.06.tar.gz +hercules-svn5570.tar.bz2 Index: hercules.spec =================================================================== RCS file: /cvs/pkgs/rpms/hercules/F-11/hercules.spec,v retrieving revision 1.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- hercules.spec 17 Sep 2009 07:52:47 -0000 1.26 +++ hercules.spec 4 Jan 2010 10:16:29 -0000 1.27 @@ -1,22 +1,29 @@ +%global svnrev 5570 + Summary: Hercules S/370, ESA/390, and z/Architecture emulator Name: hercules Version: 3.06 -Release: 4%{?dist} +Release: 5.20091227svn%{svnrev}%{?dist} License: QPL Group: Applications/Emulators URL: http://www.hercules-390.org/ -Source0: http://www.hercules-390.org/hercules-%{version}.tar.gz +#Source0: http://www.hercules-390.org/hercules-%{version}.tar.gz +# fedora-getsvn hercules svn://svn.hercules-390.org/hercules/trunk %{svnrev} +Source0: %{name}-svn%{svnrev}.tar.bz2 Source1: hercules.cnf Source2: hercules-run Source3: README-rpm Source4: generic.prm Patch0: %{name}-3.05-make.patch Patch1: %{name}-3.06-ltdl.patch -Patch2: %{name}-3.06-preproc.patch -Patch3: %{name}-3.06-extgui.patch +Patch2: %{name}-intltoolize.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: bison, zlib-devel, bzip2-devel -BuildRequires: libtool libtool-ltdl-devel +BuildRequires: zlib-devel +BuildRequires: bzip2-devel +BuildRequires: libcap-devel +BuildRequires: libtool +BuildRequires: libtool-ltdl-devel +BuildRequires: intltool %description Hercules is an emulator for the IBM System/370, ESA/390, and z/Architecture @@ -28,17 +35,17 @@ printer-keyboard, 3270 terminal, and 328 %prep -%setup -q +%setup -q -n %{name} %patch0 -p0 %patch1 -p1 %patch2 -p1 -%patch3 -p1 # refresh for recent libtool rm autoconf/libtool.m4 libtoolize --copy --force # refresh buildsystem +intltoolize -f aclocal -I m4 -I autoconf autoheader automake @@ -102,6 +109,9 @@ sed -i 's|\${DESTPREFIX}/lib/|%{_libdir} %changelog +* Sun Dec 27 2009 Dan Hor?k 3.06-5.20091227svn5570 +- updated to svn revision 5570 + * Thu Sep 17 2009 Dan Hor?k 3.06-4 - fixed module loading with libtool >= 2.0 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/hercules/F-11/sources,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- sources 18 Feb 2009 21:15:35 -0000 1.8 +++ sources 4 Jan 2010 10:16:29 -0000 1.9 @@ -1 +1 @@ -3a356b251e2b7fc49ac2b7244d12d50b hercules-3.06.tar.gz +7e7c04d17117f8bc86871e1aa5c6f457 hercules-svn5570.tar.bz2 --- hercules-3.06-extgui.patch DELETED --- --- hercules-3.06-preproc.patch DELETED --- From pnemade at fedoraproject.org Mon Jan 4 10:18:55 2010 From: pnemade at fedoraproject.org (pnemade) Date: Mon, 4 Jan 2010 10:18:55 +0000 (UTC) Subject: rpms/hunspell-mai/F-11 hunspell-mai.spec, NONE, 1.1 mai_IN.oxt, NONE, 1.1 Message-ID: <20100104101855.5565811C00D1@cvs1.fedora.phx.redhat.com> Author: pnemade Update of /cvs/pkgs/rpms/hunspell-mai/F-11 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv762 Added Files: hunspell-mai.spec mai_IN.oxt Log Message: Initial Fedora Release --- NEW FILE hunspell-mai.spec --- Name: hunspell-mai Summary: Maithili hunspell dictionaries Version: 1.0.1 Release: 1%{?dist} Group: Applications/Text Source: http://bhashaghar.googlecode.com/files/mai_IN.oxt URL: http://bhashaghar.googlecode.com BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv2+ or LGPLv2+ or MPLv1.1 BuildArch: noarch Requires: hunspell %description Maithili hunspell dictionaries. %prep %setup -q -c -n hunspell-mai %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p mai_IN.* $RPM_BUILD_ROOT/%{_datadir}/myspell/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README_mai_IN.txt COPYING COPYING.MPL COPYING.GPL COPYING.LGPL %{_datadir}/myspell/* %changelog * Mon Jan 04 2010 Parag Nemade - 1.0.1-1 - initial version --- NEW FILE mai_IN.oxt --- PK ??s7??????'|?????[??}???!O???&????O???W??????Z?????}?"4Gh????wc?????@=?P???*Z??}$?A???X/??{p7??O]c??wX?]?q?????? Tc???????~??k)WG?bP ???G???A %]??????????46??"K?k?F???Z?_&?,$?Y?????$?Y???y???D7T??Z???F??S?2??~??H?`n ??*$?? ???[?@? }@???m??U??Q?zlG??N?z?q???5?y^?SN??]??*y?ys? U?rW?2cz?qXB?[J?= ?51?`[??? ?s??j ?:?=b?r?t??UF?8?{??????,????+?&?*???????7??2o??8????k?F??( 0h??ako?r??+?U??Js??U(??????@Hf???.?86 ??@??s?2?? y?????? (W5$?in?C?J>?????7{?8????L?? i??&a_??"?J??c??? o&?$Aa?)g??rK????U?Q???v?????:*??Q??M??[?bY????hf?????????? ?Q??^??????u??B????2?Y????????"qu?????J?????h?Un?4 eX?&?#????9?U??-?5???????b?\-?*??Kd?(?4??V???c??'?? ??X? ?1K?"?n?????????s???pd_W??? ?:??y?Cv???????Sn??? ??C?|j????N??"?R?Z%Z???Co[?]??????;????W??*??]?: ?R:?~|`?+??W2?_ii?????)9?Z????O:?/F?C%????L^.u?tt??nG????|N?????uZ???~?A??e??,??2?j,g|/C{i??F???U??????Do~???*??? ??????R?.???|,? ? ?????5"??g???8??????????F??>?i??M????@?.?A?????????_??tp???U?z~??$?ZSWB+hd???4?:?Z#??????-?gSi?}???? ?;??G??U?T3??[??j?T[??????_u2J;????T=?t@?y6??:???o?R1~s?B{m_$6???Zl?^%?????????A??g?????H???f C&??n?^???@?#?R?!?????{b?(?????[d? 6?@f??N???,??'4???L?+x%tP[k? ??? ?(???o?m??5?Jrf?}??jyq?{??u??2A=?[?Zqz,tC?[c????c??(??d??????????P???`TTR%???!?C5?Y3??E???gM ????v?~#z?4???&?1t Z????????PW???C??????Eu ??M?????2v????y>????-W?????T?0-'?Fm???Q?? ?????,?/6?~A?4?k??h_l?~A?R"??j,I????????@X?Q[??????6?}A????4??????????l??l????j?3???8???{B??????:?[%` ??Xj?X? ?j??????6?????]n???E?????baY??f?8?????1??U? P?f?????jl(?F]0[??????? ;???[?"??qK???? ??[ ?8^???????[Z*C&hHa\???J?_??????? ??IP??.??+?G?[.??k*??/ ?:????W YJ4'???K???q$:h?[???? ????????MND????;d??aG?k#?@?r[3~?????????r??e?1rh?[u???; ?=?m??????g?,6`_?T?rS?d????hUZ`L?R y?;???q???????>QKQ?????r?????;????_?)????????{d??S??0???????=?t?j$$.???????=?Z?j.?; ???N?????Zx?;??|K??.???? ?~?.Si ???#????!?@"(?o?L?HU{???l?k?o??> ?3Z?mln?????ct%V??G2-oP??Y??F??????+z?*????d?K=?T??g?`???'4$?9k??t?-JB{7?>?~?Z?:?6H??? xL ??????M ??z??,g#?? ? ??V]?Xi??.???RK???z'_???l?o???L??H{t?????S[?/?xN?L?"???BF?;?j?-????Ej?!V9????K??????R?[?c??}~lM??? ????qsF@?????i?!7???????!?Y?|???5xZS?>??;+c?T???>??? ???O9??o?7?=??? ??wF??dbw?>?{][-?e$?)?Nt?9?a/?eU`??4BW??;[t?+?! c?>?\-?(??Ani??5?\0????VRx??n?ntt?)w??????P???)l?!4???~SO???^=?;d???:?!???M?5?"????H?: ???^?n?LD?C???????HT???????????????rc??? ?O??&?g/=?????????:a ? ?o??S`oO?,????#???.?xb?`?????Y#????I?????G?XLqA^_??? ???N?bycU?"???3?Zh???????>T?S?g?>???????Z?A/?~?????L?>iX?'sN???v?o??? ??"P?B????) ??????mA ??[z??D?p?D?AU?P Dwp\80?\.?|p??v????XpG?m???Q?? ???cr+d???U???b[P ????7?u^??%? ??L1n??Dyu????P3Et?f=?????zu?? ?~?0R:?Q? ???O;?*?r1??8b???F[_????k???V?????.M??K?x?Y?}y??K?)??????*??%B?]???T%?@?P*??? ?j?+W?l??P?13?_??9d??1?,?fc?>???)?Q?`:]sM??5~x?~$????"??:?????z???&???*J?R?????Z?U?6??sWvb ?_1???uK??eY?1?w?????)3? )A?y?w?????A?;?[=?d4P???P?%rO???2? R!??d? ??f%v?q???QC???G:??????? ?D???Lhp?!Jp2?,?=}44R3e5???r?3????Tc;?w~?38x????'F?g?h)???-?????Frz???????Xz??d??? ??+??? ???f&4t"0??h_1 at T??/?k T??????^O$e????/+2??{@^A`?=????]?b???????????Y?}=?xUd???&D^??h? ?I(?? ?????????[?#?+??????vR\l????3?[??U?_??????( ?2J???8?m?_??5[????J??????HRnAmt? ?\0XE?*??8?'???RF???3???T?]???Y ?q4??|?)???St??????J??C????}?u?],?7??M ????????????h?S/94{*%?y????????*??,?????u ?.5?'????b???N??K!???S??^??~*???8iddI3i"?????????`O?8??g?P???J?kie?U?+?G???(@?x??h?g?????r???\c?OKUE??? 4?]??T'???????+0r???g?3??%7O^???(???????H@"??# ?EMe??I??????( l????? ??j?? ???eGX??Q(?1???x?c?o???P?????x??R??1^???\(????QA???-KC?i?`??E53?hS??qf=?x?bpa?|D66"s???K~p?@?? e?M?????,?M??(k?CQ???< Pq??[??&??F? j??We??E^D?#Z?d?BE3tI?qDJp?W?????q???9 Dw9?/@?w ]?????????2d??s???~?Q?G??????????1???+d???hUF???-Q?%_????;??{%??~?3?j9?{?;??Rb|":YP?????S??@o???n(???"?*???V8A\??.???[wa?h????fE?L?r??9.?O?1?)?????*Ev???}???????W+O?k??Se?5??zM9M??????I!???T??CS?jb??H???QD P???TF +-??Lm)?j?? ???85?I;?B??{2????\0?A].??H?#1&9???v?qg?%??_?V<??????xvE???? ?p&:@?x|cr?+V??:*SH?kW6og??X??????GB{?vC?w???u}(???.4j????=???G?+??o[?K???a?GN??????w?AJ??.?????1?k???9?!o??*????? ????A??L?2? ????D?????C2?TOzm??W???/??G?=~????????+?',?v???????ol?G?xK????E?c~??X?x,???. ?c?????3?a??????D???L!????T?rO? vs?ba?{8????2??Auu1/? z???!??d????R?K?8D????0%?s^8i?? 5L? vi ? \h?9?=a?\?4?WBw????]v??4:?Vv{??=%??g???`?T?.1?????[?6y{3c????Q>?)@??`g???E?Bt ?d?b(*va???????)?? ?? [????li????'E??(??@2?k?`<9eZ?q??AW~????6?!v1??:???o??dY?Ze#0t??7 `?^??7y??=`?!??|???N??1t ??p???_?????????Xp3?OQ?????~?Z%gw?v??x2@??? ? ?P????t30e>????\?3??8?6???AZ2?UC???3?f?s\??V+?f`@e?`?X81Q???;?La2??h^>bcsO?N?n?*??n ?):.?)a? ??4?????N}???????)?1?$['????BJQ??8E??N??Sl??/eTex5?u5w??{S???p?y?QMb?h??l.??????f????)N%YpvYj?z?:>?C ??[??????s?1??f/???hy??@Pqb.?g???U??dl?r i??M?u36mX@ c?I?="!???7?dw9??mE?rPw???qas???y5?{$?uXg??=?A?dFe?(????Nz9??~?Kn:??t }???q??O??P\????? f|???E?2HTF?X??@4?GzC?U??T?/*?????????6?F????":?:#?W?1???(??(?cTe??-??e??:?Z?C??X?????J??K?b???,?/?Q??/????iuP?? ?????????(???B??|&?^???4?Z '???nmU??;???_??=})@??EA5?C??(K?1?????^??F?}UAjJlnQE? ??[?Q?H2?`6?9?_U?2h??3 ?????8c^?Zy????MRN? K1???eV????????[?*? ??2 ????W?^{??d:??????f/%Ux?8_??w?^0?S?P?P?V?????? @??P?q?'??y{*E??????k'?:??E?%?u]?N???/??? ?2??Z?s?@?E???o???`??6J ?????'~????????*??F???`??ou}fs?';k]?wH?T????$??} 5?uHK?h?R?#????n????????+? ??'W?b?o?C?W?>3??d?????fNg?*??(?a1?I???2???? ??R?? ????? ???cl??dj$?I?w???@?Z#??6$p?E:d{??t??c??F>Rc??o?8??4?z ???O??????????i?x6????$???e?q?O??:??c?9??.??3??H7X?????G??9v?&'Y'? m???????ncl?q?%_???9?1?tU?1,\??_?'Rd?El??O6`"i????B6????{??B???`?(??????y?F??=1 xe??&P%?h??~?x????,v\?N????N? 6?????_?6F????ME???E? 8s]d7? C???wp?f)?R?y????.?%:??N????u&?-??LU ??s???l?'=??G?[???.??hP?}????fMg?KN?p?(?b???V?'?e'`???? i??Rq?|?????2:H>????j4??-G$4?Z??Yh??=???0D ?\?a????u?s?vb???\?;??7??????o?)d??e???v??}-P^u???C??G!9?6???$??c????%???Wg-?m! ????v??B?b?!? ??n?9?8??zA?;???A???qt #??R???Q?L?,?????Z?????Kl???O????e?"???t@???R??_??*t??;???C??1Z?PW:z???a1{??D~??&??I???\c??S?b4nK*?*X ???D??i?:SF,??????x ?M???:?"?D?????).5??>6???????i?_8???T??PY?;?z?????-U|5-????? ?Pr[??\???P?=?&???U]?F95???????~?/???"???i-R?????????|?S3???-???- ?7j??????????^??jG?+:C???????7?tm?W?+?N?"?????RR ? ????)c?g&?ot??Cx 1?[??3?_?]_??????)????????????|??-??5A?{?P??VMD*???CE?C???U>? ?????D:],? ????@?4?g??im???j\3?/?";C{?T???L6??_?y???j????????>yZ????"??7: ?T??8??9??J??O 0zEM{?by??4T?????rR(mO??????M?9Z?? ??6T??[?,?o???W???5BJQ]?pz56??????m??MHZ??{??LV/Y???????D??#?????A?Ea?s?!Y?Z??5????Q?(???1??A?U3?W [3du??"? ? ????8???n??$???[)??T?C???????:????t??JQ?i???"??F3?h??l?????G?@ek???.=?T*b2????????????W?? Yq????????P*x??????[??sN/?H?w???PC?? ???V{/????X)7??B%??Q?u???z???f uM?3au;U???????W]_????r6j??^??@F4$i??????|3????S??T??HWH4???8????y???6????5?? 6?.W???2?cys???J?}???u??Ug 3?E?????&w(?????MA?[B#?h?l(????V?t ??~?? ??* ????lPM?M???/?4????D??UJ?fN??#?M ??6T<?E?l?1?@??? ??Q?????????JXk?K?T"??a?????05\?-?(5f???x??????????????F3??.?H??????D?c??'a???Ht?0+?i?? + =??r?&|??!?W?? y???oI???0?(6fA6??????{?????Hx?$:?@?<u?R7?? ?????P????F?l???a????=?P???????Cr7??g6?L?~???4kJc? x??u j]?J??$??C??-~???mqk?}H)?"?bK?%w??+wQ? ??q??? ? ? ????K?0 ??1~?????3my??Yf?v??c??d>?B?`?.??|??i,?Avi???=G%???&g? ??=??+|???'?jG4????!t ?????!pF???a, #?f`wd<(?@A?gtA????t??????(?i????=???D??P:D??~??X?9?? ???](?I|??~??g?0??r.P???-c??????R``S?7,_???d??Z?P???W??$?????H???d???Q???W?>???6?^S?a?C^?r?a 1?&???7???eFeb??P??f?:V}"?slH??)A??/MV????e.???0?{?;?f??5j ?bB????C????};?o??;Z?;{J?s?)6?? ??7???k?w ( ?t???d????????k??^{-???3t/'????f??lcKU(???(??_??H?????f_??z_??%?$?u? ?j???????#?"$??? Z?`???? ??P?g???xA????? ]??'J??q=EEcy?c?e?|??v?{!?Il??r?eI#O??????Qd?1????????[D[{???Z???z}%2(?o?????U?@?AB?-?f??&h`?'??h?h???%?#????l[B? h?????????j^?u??a??I2?????I:???'????/cV ZB??8???S????PD???N?m?/?x?????P?!???`H?]??7?}Z??[???? `??FE?????|wi??6?P?C??Y=?Z??.???B?? ?6? ?kj/??E???9-?T?p????A'????O?"=??? }s???@j  ?e???`S?{?SA,B?B ?v?`?@??t????Q)?3?E????????3@????E?=?o???N??VEJ???s???8d???;kq????d?b??U???Q? ^K+nlz?? ~D?LRD ?HG`????(*?z????D????ep?I???8???!Q?@? ??#Xnm?????1?N?? ?.{?+?gv??3???mw??_??????8(\?.h[?UT7D??|?!??_ ?Cd?? ??J?R?H?????r??{}?C??!c??????h3?f81???K?3??????b_???[?S??????nQq?8??G?T?z??[?????j?C?^?????@WP?d&??O??{h?\$(?Yr?? ??a??xK???3?i??#vh9fP???rTA??,{?R???{? ??=!?es???B? ????KM[[?$@>]_?L?e^Rc?M`?$???`kW??*x???*????[3?4?.?5?w???P?>-H??Z? ???E\?\g]?2??M??P??X?eL? ??t?=???^??W??W5Mz?-??5????????W??????i?n?>a?????@???ZG?????1????Tv???Z-?#?d??0a1?!???g???9?$?D???.?i?y?K?p???7^:e ?D?F??WAI?FdW)???#??e?3}@??@??p-I??3Fh???^?yd???????L ??$? ??Ia??????z?Y0Iiw2?L??????Ba?Q at m??P ????Jf8??????:???M??V bw??y ??z>v1V1????m ? ???????????T?$/?L?Co^?????/?cOE?1????????????6?????P vBL?@c~+??????!T?S.??.?vF??K?F???$(|_??4?l?????f?????????zce?X4???r]???????q?m??w?4????=?O??1?]$??]?j?O8o?i$?[L?*???#???#B????0?I?6????`??Ml?+?M?tl]G?oeBl2o?HWC?x?z6?W(????./@SR????c^v?[`??)k?#ek"?z|0 ???(???%d?S?$~'???w+?w???)B:-Sgy???L?|G{??.?n?????w$>??uN????w??C?????c??H/C]Q?:?-d?/???}&?Y????????[?u???????c-\??t?w????8?f|??C?|L??#z?4???G??!:??F??b? ???"PX?????PFwL?+s??P????{?o??????`J??_??v?????!?;*??]?q?0 at S?g?$?Z??.<7?`?0??? ?.-??f?3??k7]? ??5At*?r?}b???`]q??M?=?R'?T??Q\?N?*?u"91F? c?n??ZZ?????FzhTZ?C?B^,?N_cqN#?fl???????^?Q?,1B?E?xR+Kq??;??Chd??????{?30?G??'?????N?N'A:K?????.?o???$~?N0?????$??v?? ??xAk??T-??????2?A2n?S0:D?S?? :?_?3F? ?? t?2B?Bb ?3{?q??s???? ]?;c?yd n=A?b&??sF?H??*??K?5?s???P[5??i?A??FVmF?.0R4?I??!??i?%T. ??V~?q`???X?C??=AOH??FXk???+?V)?k?s?? ??b??4???:??F??????x??????? r??8??j?? jl?????jt?Y??g?????aY?*?n?~C?????(?:???EY!??b????I?$:P1kb?0l?n????#??<??hV!??x=?X ??8;?w??X6??o ??H *Lt?-???????-V/?#Q?????I????M????h5&dnZ????>#= Ad??CG?p????x?0m?{'3?=^?c???? =??/=A}???!?d0???bk??f???u?\?W ?{zK???l??4??ve[ Fa??cN????hK??????X#???P*?PD;?zU??? ??7? Ag?e?????????^?8? N???_??!1?:%:G???S???7H?P??%?hDP?????1??6?-?????????z???\aU<mlbP??}m[?D7D?D???R ??D7L?x?qh???KH?g?W$?g?Z?h?? ?z???Y??U??)?09??*}??H???o?????j c?$ ?`???cC??QOu:??]sy??z?lG???nC?Q?si?f0=???1Vqld??[???.2?????u?????h"?O"Fy??$????Eh?? ?+?3z????1MmbhS????mQ???D???9???rA4h??????R=?>??_?B}oap?yo????????k?y???I3$? 5Dpl2?w?????????~????,?;O???I???? _?&?? )?u?)????D?H??????????????2:6??F ?????%7I[LwN?o?Gc?:l?ln{ ,?V??IG??#?M?Z/|$4T?l? ???1.?????$?"&?/xa??|???G?5??K?VK.?@??~?A?5????JV-N?i?g? ? 6}???${??S_?X????6?8E???]?:=????B??????s?u/b o???#??*N???????:????4?????eKQ??G?k?)???_??B?~????3?????D???J'2?Z?W??aY|??|?^???|t?? ?g?S?x?{??(?w(?????^Cn??^? ??#Z8[?E?.?=????=Q?V??i8P]?Hp????o??2??E???W??B??(?i???n*?Nc?8?i?c???Z?y?3~1::?y?g1?m???>?(?? ???$?:c???L???[?e?G?"?e?Ywi%1e?%?`1??`S?NL7????oE^>(4P?????L??2??]??S?s?????M? ??~^?b??!i??uej?? [??3?]0????B????=\(] Ko????e2je [??]?unJm?b????nc?%[9i7??Pn? Z?.@????Ep??h?bo?-?P?Q6jGl0q?ZE[q?%???O>???AZ6 ?g?mlt!??/??3C??^??????0?Oo??bGu????e?????A2??j?l??1h?+?D????\d| ???m??]?)*u??l???"????L?mdK?]???{?Iw??mP??i?( us??S}???3??X?????D?5?`F:V&?ro}s??VkoqU.AuU???p???x}??R?6$?1V?^?^?3??C???????1{?o??O? "??n{???? ??Z??U?m????(5}w(?????S#?A????OJ?s???{???7)N?;1??22zC?X??'?L??`=e(Lx???? 2B??? b^??????_?p????:??n}3:}?\\{>iU8iW0?vht???z?<,????1?"????f8*?Ym?_???]??*X?a???~???m??B?x!`W??????>? /=1?5??r s-B^?A?`[?0;@??#H????5B] ?N????1>?2?(d? ????????q?hY??xX????uF?c???; t?j?dQ, ??*?e?? ?[ ?S_`o?cz$MI?=?:??Q? ?Y? ?? ??:?V??? ?? ??{????>#@???iy?@:?(???lc"d:??Po??6??????VM+?gF? ?@+? /??????q?!E??M?Rr?F??b?joUj????&`??f?????vK2??/gA?x]?(?Ye$M????y???? ????j ??V???d?????e(?'r???fZ m?=??????U?????'??uuxT=?!?.???m? "??_?0s?'z?????3?}?s?W????Zz?6?$69?????*????]?????js??????>????EFZ???3<"?x??o??2?g?o?HS~?]?EO?)NC????^?a?B???Soahu4 at V?W?'ma????O???,?.m??P?u? 5^???Q6?2z??q????6?P?F?)?]_?4Z4???{$??APVX?!??Ty?lN~???????"{?Qy????E"???1o???nt9b6M??C r???????????yGS? ?@7g?;??>?NB??E;??3?25q????o5??W1??a??[??'??N?9B?I???*|?3eg7? ?;0? ?e??VC??Z)??7??????????U??`?a?????~G?>???t??IZ?~C???????????K ??\????T?KbN?Od??????????a??SS?^{?? ?S ? ?B5=K??n1/?n?2L3?#???* ?d??#????M3????/?.?? +? 6D???SfO?????[?????k??)]???wK??D???X???k??]?4-z?(??7???? ?t?!?VHX?nE?vd ??N?Yj??#~g?e^A??$?Z7TCf?%????Q???K??t1?a??E?_??~???3nD?^??kDo?w?4?e???g??????????Ukl/?????6???a%?a4???[??}????0????H???)k{j??????xo?@6?>?e 7???1e?xf$i ??b??_?d?DHqB?O*??o??LD?/?? E?? V??Z?????&?????=?^g?????G:?.\?s??^Fcvm??`?u1????Yo??????2????6c?>[L]??d)??? e\Y?1???????Tv ???h???^e?????|?c??????<$[??A??n??D???{???????YW?7I}?ijl|? F??^i/??+??[??j|??Q???6???9=????????????P?R???H?;??zJ?)z?n????X?=???T?E??_qzo#,??,W?????? ?????????h??[; 1??hH??C:s ????|?[@Mk5P ??"z?J ??>??@Qd?+?`_ ?of?\?vf??:?3?U&?KD1?Zh????KT!i?T??Z??B?????>????p??????6???:??i???QL?Zk??????i?I??????? ????b???S?H?FQ????a???$???l?+???mM??G?n?#B7{???V???tN0??3?g??xt?H?i?^g?-???=????9I?(}??"?(???ntF??{D?[??2??v?f?????? 5????1,J?-~W?8?xM??8?r0???_?y R?R\????????1????z?a?? 9???"?>???{+ ? ?5Ba\?$? ?@???vC?:???=?(????R?v??-k?#?h??;?n?XB[Bg6???v?????pO???$?'????xB/b?)`??????w? ???V? ?Q??????q???7?;:??nA???????*(??j??or?B?q??)??E?B\???U??:K?O=\??Th?uE$v??"? ??')?\????1vyZ/?A?)z?e>0| ?PF?iX0???C???F/????nw?>1??@??@V??O?u??X?t?GciO??=??J??] ??y5?:? JC??????!????vM??:v)23h?DjE???h?d?U??hB?Z?????#?B?jyn?G]??6????? ?f?=?k??D(?J3:??&9?J*??F????m?{?#D?T???r?P??YEm?6??N a?u@?~=??6{???(=?N?7(?U?U??c???JcY?!???g???!??)-?b?$??@ "4`\,?~:??#]eY??A?W??W?? ?4"8?Xk??O????? ??y???????S??????????qOQ?}_Z92???Y,P;H????6 ?=??????i? ??a,0v??N???G??pA??X?_??|A7iX?_? j?'?P??)??aP??E?1y??f?h??=?JY zf I? m????[8?????(?+0(tp*E??q?R?5??????8?{??? ??t??i???=????????F????@P??0??0??Xp????3^YhP??v?????3??Y?`:D?????7????//?36?3?!h?_??????? ???V?,A??8?v?????=?!???@???0???? @(???Bsjpt?6w ?R??tu??U??F? ?`??W???rZ?~ ?? g?{?|????'Bw??G{bTj????ICgM?=???7?v??W????^?eVS?%?????m1?E>???.Q??)?1???fUc/ ????????D???7??[?ab!?7?*???y??8?'??.???O?wN#i???c6-?0QA5#?{?4???5W????2??R`??S/?JK?k?!r?+??`?B????g?P?Cqc??.j??$s?%OQ???1????{??;??X??$y .? M?)????LT.????'a????DA???<v??????t?\?J ?C?2U??????V??]b?*????`D?y?Nsm?]?[?e?D?c????t?(i????s*?2?D?????D??WW?4 )?*???????P??^???%*P+5??+?\??W?bV??k?:?+?l???n??*7?1??) c?n?'? ?.???9?ilY]?~n?BN! 3@?9o??h???i?@^????al?????-@?EV????{t???]???a~k?>m?6Nk[??E???i?nl???y??l5&v]?h?#??Z?O??]?Bks{???TA?9?D?B=???(?f?(t??-v?_???} $4? UV ol?_??z?P?Dr? t????c????8"e??1N???3G?4?c?????Q{???Zn??????g??=<(?????x?2????m;~??'?Bx?hY?G4I??6???@?*MM-Z?w?N?^?a??3?Z???)h?_:;?x ???m?"]?*?????\K?S?4[??H??*d?4|?j??????s???????????QBa?i'1? ?D/??E]kVa??? h????rh0??'??6?p??u :???*BF;D{,???A?P??=??z$??-??????`? -?@?@???Qze,?o9?/?Y\??P?)?E????q???%F?3????????????+6GW?L?u?o??? }???+*???i???? ??????c?9?C?????)?T? ??\6g??9?xb??|???9???????{???0????"?^ ?D? l?9?O??MuQ???/";?W 9?U?K??+? ?????!???*?m????} S??????;u???p?8???y=?e????+?~??????z}>??7??????~y ????}???b??&0}??)Q?4?#'?M??T?y?{????????k+??Y&? ??????E???3?w:???s*D7?:\}??]d??w??????,k??U[?!??&??????t?H??VV???? sBk\{??{mlF??z??Mn?!K{???K7????????KP??XR?? g??N??UPm??????|png??Ls???+???X??????3??k?ivoQeT%???J????NK???6?5?P??x??q?#?2 ?!ZQ??&???;?????=??tf_?Y?fh$??????????-;U ?U}+bf??H? k??\?O?t??o?:?Y???X? P??k????D??V???X???1n?14?????*??????t?N???{?i?$k)l?{????????^0=J?(?m?[ ?6?' (QT2??????]|a?ZJ?&w???}I[`?3 ??#??>??gj&B?^?Gq????&T?GuX??{?aOEa??)+\t??3??P??t????*k??J????ZhH?????;?-?Cf?+A+]\?????vC[?}:? ????AT??C*???x#?r?D????!?#?/2??'?RU??z???^a??A>?N??z???T?r?$??:R7?d'6???????????XOY5?h?= P???;3?-P???$??-(??p?i???9 ?*G/H?@?[??d?????h?|?yA??????bG????M??;?xYRWJy?v;?????sNx?N?+?@?|?t???????????L????7???Psd???@[$??6??:????.?h???????ls????vf?:4?`U???g?|??????????m1?:jV1?fia??J??7?(\?r9?L?]X$P:3?:??[c ????B?4???????:?v1?JnZ`?K????W"O$??@?J????|?????[Pw?T+,???????C??F ?L?_???BOI??????T}FMhhX/???E??E??}?!f?:?:???kZ??0t???dSQd?^[??????????-Bvk?y*C!???l???(???? n?,0?n???{???ca??k/0?Qi?????CGj?J?U?_?H?+\?}&?p?2r??yA?EC?????S ?? ???k?MU)G?? ?L}]Y?1??????*???@~?E?%p?"/? ???@ ?)_v ?Q??3XE/?+1:bl? 6 ???*????5O?????T??d??}???+5=?|????W??1?zj??i????^ *?1B?ei??? /?Xt]5 u?????q????hs?#??_?d?Rk?p??7?g (??1{kE???K??k?;d??? ???>Gm?)?!T???>+?e??T?NTx?h&CvQY?uZ? ?? ?z?Th?W*?+??kn ???P?:????d????H????sA4$??/?????$?j??r\?????~&}?1???'F!????y?N3????X"}?-a=?A?H?L??nbwjK?pCMy?6N>?)???q?x??{?O?_5~o?bn;M?e`[??????`? ??z???|Pv???????[?<,??k????[[?:???????9???5.X?^ ? ?ih??KGh???1???7K ?6??3????V?6?f?4???Q^??x??? ?^o?"????$%tl??X?????????t?,?^?X?{????? ??8???1;?vd?"??F5"??^"???Qc0?r??c????8??G?Y????q??????Mx??\?dx?fy????I???4?[???????????~?i]B?[?{??????k qM???(?e???????? ?P?D???K??_???? G((?=+X?_ K+L???v+*v?~???#?b???"?Y????PQ?*??????rt?t(E??*w? ?"?W???r??ja?wI3PE?P???e??Bu?M%??=???Qd?%Y??? i? K?' ?q:$F)8h?GC!0z??cpI2??d??&n?&M?(?y*]?y?J<)????+?????????wc?cu??o?%???t???/????T3??=?6QM?D??z?E???? ?q?%????????BE)?4?lS?L?3?uj9-?9???????{'?G???;o???t$?V??#???Us??0?L?????b???I??NJQ3?N7?<3?)?T?????5M?3j?q?o???R??,()j????6j??????~l??/?r16?#A?6 ??g?D@????????????_?A?O????y?O???RM?gPq5?8SKX0bGh??|???? ??y\?VH?fQ??K?mL???^?j?6?y?I{d+???aM~7???`??? ?rx??&?C?j?8???S???2v3????6?/c?P? ?????????A?(???E??}*??',m????tf>?9?Q????5?l????\W?Wc,a???JG?B?!???9???>???W ?^?????0?6?#??GT?G[??????3??im???*??~+??c?t????& ????F?F?G[??&??ks??7???j? ???>????wh?? i6??,O?:0??!?_ ??)??T?6???+??d$ ??u?9}?x?s??"???????z?qz??wd????!?H??!H,??2???????QF3:???1????Z:?R ?L?SFI ???XQ??hSFU?c'^??????a?C?????????7?3?>??????????H??? ??i????[??????????hx=??h`?????d $:dR??q_XPJ1??????j?xo4Yy+??????DWPt???s???oH?N?w??v?q6?a??Xe ???+Rwy?% (???Qh??? ?F?????e?WYz?#??#??*y~tJ??????????????!? ??-} ?#? ?wH??????D?b?n??o????C,I?"?o?@??k?Z???_????g??e?M?%?'??F4H? ??dU?isT?V?0???????????C??]??ktGyUbhr?}??o/?S?X?|??|R?agt??????B???Z%???U?U???xB?v(??;????????IBn0??'ha?OM???+????s$??????i?]???h??l??r6:???e?u???n/???*????? ?? [?gV/)?&&qF??n?2?#)Z??8?A ??????:8dah(????? f??=}????e??,???@C]?HG? ????5?b=??n0U?N??O?????Q??m??|xS?????7?b{?F{s?#?Cz??S=????B:?c?T? ?? ? '??D?=??&?s??v??>>????)?\??.?e?mr^EY#?bmF??Y?*TyG?E??7L?k?# e????? ????*5?2H??f?S????c?????A??6]??g?????v??[$?a??e=???^?? ??v@?S=`?f?UL? 4????P]? LSC??4??H???/??????T;D???Z?~'+?/zua?|w(?;??1b?'?@UJ?e?9%K???I??Q??Q???????O????hh?ho%???F ?29H?????)o??? ?W??P2D]?U?r????_??)3q*]X+??/l =?F?_?!??D????R\???nF?;aUOXU?T?/4?\?q6?q?(???8f??Q?_?:Y@?M?!??????h?-{h?$i-???|1???1 ?n?Qj?f???-; ???5? ?]?AG?/h??S+?i?tU??br?1???0??3uL?c?w????K??r??????h c0??`q????UK????? (-u?,? ?iM? ?????? h??F????9]3q?*!? ?? ??(CsF?4? 2?@PM?gD/??????\????=U?Tc? 0~?I??Q?a?_?a?~??b<!??F7d?o???G_b??oR??w??%q;{t?p%???3??\???6??}6j ??.??m??D?+?????#5$ ???{??`?3????;?????R 4?G?^?`#????????????6??S??Ki?C?~{?_??F?? Z[??????q&a??**???5,S6??\3~!???wh???7e_?bB%f?4?? ???G?6??????L???a?.??M?~f???????!??]??(:???e \O??W"|????f:"??h/??V?|??????3??;???Kck?+?a ?????? (????F?5BG$???? Ss?su???!??K?(?????j 0?}r/C ?7 v4???????:??)?JN?z?=A??I??? ??wNwn??4[?s?+2TOo?????p???? -V??N??????9*?9)???y??????V????' ??\????i?????2-?@???]J?J?? ??Yy??????C)?&???q?e?7?]???+?#10?,??k ??tn at G{????D(~?e??,\? }??;J??b^? ???,?e?Bsd.???JX_/a[?J?J????A??@?}$hj??e?5???????&LD??t???m??u?W??D?UW?pib W-??zT?K??z??W ?! vh?t?^P?ysQ?SvA?#?/?h? ?k?? ????;???? N,$???~?J?FvG?G-~??V???Oh?9mmkP???z??V???}T??%?-?s??I???R?#????;F???>?? |k?????C?p?ac?h7?? )#c?,?X?a??S?UBv+W?(c?? =N??J??PFq{ ??=.?i??Z? C8?v?=??: ?????i?Ri(#/??????}??dSB???4??%o?)}~???? O?!5? ?D????Q%"K:???s?:????!cy????A?{???+-? ?v?? ?];?(?????}???Z7TfK??^kV??]UT????Ac?7?;?u?}u ???N?o?[??r>?4?C???X{3S???7??GH?H?%;b??DkHh?`{????~c8B??v??/? ?Y?"?K?d ??b h?????????????A??M't??MtA7???No??0l\???Z$????w?B???????4:?8?H5???q????D?2??8???3???)y9U?E??^?C?w9????? Fo? ??Z^??@?hR?J????????>?9AG?'^???'O?]@'DkO?????:z at H??G,?%->?|?-vg??9 ???mPg???=??D?B^???'?????B? ??@?#??????Gd?@@??yi?:??/?? t???.?l??Z????;?????Z]PN/h??d??h??h??????p?[B/???.6?{???b4d??+??<p\ v?>?????n??B?9X ?-?nmO'?Oj??cV???  ? UlLN?`?4*?_);Gq@???3x??~,?Up!??3?j"????v??Fg??=???????:o??3???t??1q?]?;??J?Dy????5#u?yg????+?) ???p?3^?\??? mt.?n??$?I?????=???-???? N???6?:??W????t??$?!??i????????N???????4?Pp3f<,]?,]?[$1?JO???F??ZC#NX?9????q???A} ?8? ???????wH?v?????7??HDs ?????/?9???t???C?r?!h???????????Pv??X??#???;d|??G??,??ht&?8B6?F@????AgHVk??????????? ?JLu??e???|$???,Nh??????kK???o???Y5???K???'??&?????-ViN-2????A^????5??zi?O??&??]E?w=???o?h?0?-?q???I?????BM ?r??h&??[6?????4?????????8??a?D????tC??UA}R?? C? ?u??w??5?[?? ?????T?m?9jw???L??#[v?f??????? ?^?%1x????C?-O?????38? ?j??{?.?h&?@???A???3?qq???h?H? 5?????H???5J?G??q?^m??hG?V?x?? ???z?&?B?????X\Q x????X 7?L?4X?????p???Q?? m??q?X???P?f??b?? ??v?.?K? (?????G???C??N?2????*?'????=)?=??r !? Z??O???? ?2J3?v????<-d?A4d?????B????`?p??4???a???|??w?O=?????J???zZ?0?k?>jX?'?GVm?b??p???uMP?DY?????i??+???C9?(?t??P???? ??97?Z}:C??U??A5?1 ??vjzh???A;?k???????k???4??^X???????:???4Maq?~????;?o?}????I?t??\?!?EwI N???$???i?B.q?6AG$?@??/?h0{gz7M???G????f?f??,?Ig???n?w?V?PP93,???Pw???#???_?d?qW?",I?.?DK)1?%??T?Q?d?u-?35?q?4???I??eO??i?????D???t??]????`?p??-??M?Q??Y#??? ?128????z???r?W?iE?UBaf?M_wH{?????`M?q??Y?=8M???? ?C?+?vL??3?Q?W????\6?4??z????6}9? o??Q????? ??^TO,#???!?d m r???"V?? ???V7fP??E???V?iB???:1?C????"?G??+?O???\?-R,d??? X$G?5?&F %???"&?X k!jZ/|??m?;Z???????]??}? ??m??r[L)??j??XU?BUI??/0?yC?ca?BK?????:zBz?~?T?4??h?-??P'L??(?%ZNK=#=>? ????N???s??.?w????!????hy?-u??E?u???B??H'??????O{??????%??I7J?h??d[??g<3??]??|??%??V{?N???9?1?0#???ip ??m?4/???\??Xg?2 ???t?Q?g??>?zO??l=`)??????H?A$?W???\?????h?L??hVO???i?z?T:J??(d#=.B??>??g?? ?f????9?????D??}???-^n??????6C???ku?o?@?h?''"MO???.g?x????z]Y?eq??H???;C???;?{?;??4 ??!???HCO?????w?qf:/sW?d??a???5????b?S??$??u%{???R /???s?j%??j???-??y/t??{'?????QR??26??8?^R???D??J?O?\ot_????.????Zr1T?"@???I?2vL?.????a?N?S???vZ? hq?_???????BM?3???#5n??p??3t?9??-??:??u?????"?#4?)?`?????|??Z*??1?u?4d????i?????]?????n?r???_?g??QK9-X?P???U?{ ?3K???gv"?_?+Ah??%K?K=?6| ??????6 ??y ?D?S_???bc}?s0k????r?? ???????????UO?G?????L? wV???????@???9??0g?>??f??T???P>wK?qN c?????TG???o????=G???;?:?!? ?I??G?[???5?A}?e??;??^0??m?7???????c ]???)?X????? j$?[3z?? ?>??u?X??Fc???R?????/???vr?:???F? ????B?????????Q???F??]?nhb??I??C?%??*??8;a?d? ?=|U_{0?? Kf????D?2~/%?4?jQ/?????tz?????;??V??P??x0??a ??E?ptUb??gXm?t????M???[??? =`3 ??&_?????jy???U`e?c2s?{v?r[ng|Y?t|?T???t_ ?l`?yO?`?M?????f[.ss???FeOLt???^t56????Q??]s????????Z??????'D8SK?=????:6|?O??????C??S%X?z?W?_K????F?6??c-??h ??!$R/\h0?0??????1b???Zk?????W0/l??c???9U?'n??`$2L?/???7?OGnv? y2?>??5?#@Y?J?FW???dl?#>????n????{t?W? ?SU????;??^?6??F??`???4I`??Q-S??b??W|(??%????\?k?I&?N9?B+;???)???~?????B?h? PvpX?O|?T?? ????]?N"??Eq???o??????S???*?B???????8?X"?o?D??5?????L at i?*??`_v?o?rn??&?#?d-?FJ??ZVl?[??w??u????e?T?|?? ?6e?5?s;??\Lk"??j?-Bi???I?1???/[O/"??? ?5?x ?nfS??4????.?}?0?W ??4m?J?T?????h?????`??f?I?dc_?Y?/H?Ef?q???[?E?%o4?`z????t??Q??t0????????@????w ????{??bM\?? %??(?ug?X???c??g?5??EiCf????JG???x???lX???( ??a???q?Lc?#??=?qb??A??e?o?B3K+=??.?????a? .,S?9???P/'2?oY???%?.?",??P?[?z??m? {=?? T????#??(?M kw????d?.????c? ?F?????e?? c?\F?1?????LUp9T?K[t????>t??`?C?'q?/??M| ? ?????U?ET?????(N?c??8??UH?%Ss?? ??B?L?jm_"t??|????Q?=???E7?????8TG????LO???mNU9?(?t?f1?5?K.??\K?cN??vj!H???C? ???&? p???l?(?? ?#S?6?????[?6o????s%T?U?+^x*?>?> ????9????K?Yt?E6??? ?t-E?}??NQ?8L?{/Q??y?=???%|-?:bD??jZ??g???n??u??\V???.?nS??R????)???$p/?{A??f???`????*??py6??Lc????? ?^V?? ??`?? D?H?Q??w"w?Z|? ?Ag???g"Ot2O?????T1?!X??mYX] ???????o?Q>??v!K?Y0???????R?E?^???Z?????\?kTS>???ZW?C?/?????W??K?( rl????s?????mp;?r???$ ?S??OQ,?'8(?$??W?(?b7?:V????)??4???`?bZ:??/ev??Y.? s???^????!????=???h?????E ?? U???r??H?g:??????M ??`;??v~o?m??? Y????? ?:?????(???}?????~???J??F{e-? ?Y??=??0??R?Y8 ?r???v?<0\????xF??????w?q?b?? ?O?Ze>?e? sF@?su?0n?????n???l?B???-??5PO???m??P??h???4 ????c?_k?*?Z?? ???/?p@????`???#?\On??????;??V]?8Cy ??@c;?3?T/z"~b`???y?Z?%???/?I?z?BN??C4 ????I?????i\K?D?:W[?b??P? ) a7 9???u??=?l??H??:??;??? ?A ????TX? avu?M?{C?????x?n8?? d?z??}?sL????\?C???i?q/|?h???8?X????p?0???f]?????d??p????:????+??????y???? ???)`?}?vH?*???????Sp?c*??????r????Px ?Q?~?9? ?j??I????p????E'?NJj????Z???tz??wy]???z?t?]?9 5$ ?????q?'IV:?~?? ??J? ????Zs????z ? ??[CvD?^?]?B^???%?pd??dF???=E???????? ????p?6~??z?? pM?9???-lX 5K????U?W?Cz? ??v4?Ka???????p??p???n???2??Zi? ?b@?s????????{?o)??6/E?i?`?x(??`? ?)???{.*??=?a?????? ??6\ ??`? ??S??8Z? ?T'????pUd{9D?l!S?!4?????? ??????b{&J 9e?x?2?N??S? ?????N?>??e?s-????A5?qU? ?????:???Cv>?J???????5?5??z??j??H?od{ ???/0to???9~?YN?7????h l?m?p????^?{dY? ???????v|??2??}??:?}:4-?????)??? ??`?I??^N7???^? ?? ?I??? ???9(?+??|bAZ?pC? c??]?B?;M???]Q??8?1%m???U?+?7??Lx?g?.??:bl ??/???????????l?Hl| ?e/??P??????L?????R????uP2?v_???a??^?W??Zh?)? ????0 E????y??j??F?}SYUv???Z??? ?8;Rp?j???<S+lWt?v? l1??EW?wC??D?(e??N??V????r???+?:3q??'t6? ?/?NFU?? ?x?~R??;?*? ']A???? $V}&?> m??????l?L???Q?rU? ????????~??????|??TK??h????? ????G???????u"?S???.????????>2X?(*X?:?e?2 ?f? ????????i??(W??4P?? ??????y??,?cd????m=H40???L???[#\| x??b?]?=p??&??? ?? T?SV?6c?x?? ?c2:g ?s?-?6w??? ?|?k???A???%??s!?C{????Z??W?- ?????Q?6L?\h???*??u 8X? ???aMtP????,??Z?k?]?>?T~???????v?> K??7r??pZ??3???N??&???Wz$???."??????sw??w\v;????h?,? oG*?M`oC???N ??&?%H~ ?&T?0p???9??????pq??aM?\ _??u &???]7D??|??4cj ??6??^?w???I? 8???m?!????]~?z???i_hv^^psD??"?r at U?>?V3?k??3;p??????????~x'v\??v???}?????M?????@?x?????N5?ij?X??mO??J? M?u???`??s)?? ?}?b/dqAp?r2?+^Y?z??????????A?????s??5?h Z?n???Q??S???z?)???? ????j???????N??8G???C????6?{t?w??v??v??v-?????L???9 ?h_c???S{??N????|?q??????]f?)f:??nn?#?W?}??;?`;?????l!7?3Zgo`I?A ????c???c???N3??? ?u??R??L?v?U???-???}??e???W??'??J????M?% ??????GX??N??-??????????Z?L???????r??6zH?????h?n3?D?u?<]?????Q??}??$??;>????.?ly?k_???l???T?:????,???>r???PE?%c????????????,:????4?V$??4P?dK8?M x??5a???S+?????8l????f0??}?w???????FJQQX?????`7?L??C??Z?J?Z????E?w??yW??`?G?]????????0^??????g>???/?!?>?t??`=UpP<5}??&???E???6??0????{ ?SA??mE?8KoEF?!?SpW???y?5o???5t ?????t?????>????MCR???Q/ ?cA?d??n??1[Q??  rqm??}?~? J???/@???????O??[??gJ?E??Cj???e6?? |??L}??y#???K\|(&o?1?P?R?s?:?_q}???OA ?D| ??N:?: )?x?????X??e??????[?? p????lazV?P?W?K??i?G?`? m???PE??Y?[???,k???s?L?eY?0???l9?-j??+?Q?,?BO?eGYt??????xC???s?????f?????6???? rp???????8?yh8????C??XpCQy??q ?!???'t7?>???r?-?*?*??f?[? ?????}?jh T?a^??_?y?h??#u^?"??8????b???Lg!$I?????+?G\?????.;aY?1$s?p???/QU?e?7?????%W??@?x??j??? +??????&B?C>?T'?\??@C??????O?7 ???e5i+s??&n??(????o???9z??W?S?I???????;?Q????]|?F??mC?nq'O &???*@f??F???d??Y?l??.?????b???sYq??tr?e+k?-?^[5uU ??S^s????T???Q?????? &?Np????p"??t???xP??B?x2$??X? T??????a??!P?Im`?6@?;? ??QZ??7/??????????g?-??'l|1;?f?G4/?M????)Y??T?{N?j&????{>:? ?!bn ? ????U|???hb(??}??(??????,?Cge?&/?Vnu?? (?`??u???[o? ???M?c? ??????M??????? ?-?????/????cjY?16??`?d?p?k????y'?\7???m^L3D??Brmb?e' }sK[?M?p1p"?????hmw<7C&???????????o? ?,??)?2???????[???'?$??G?? ??3?B?ms\H??]????q???e?(? n? ?-???^?otA?VS?V?,Q?T??]=sn?t?9~????=w????? ??R?? ???#n?????????]j?; ??8??s`;^?58??Uk e?R??+??J?:??????l?Z?;???i??Z?h?Q?? ??tD??K??n?Kk:?Q>N B??????J;kh"??6??f*?4NC3?v??w?xd?q ?(?0??5??>,??"??1?????{ ?JG??????J? ?]e??-? ??Gz?.?????Y??????a(mt(vc?E???UK??S{??=%Q???ehMZL?g?(?F>?f?2???g19?Cz ?,.'???/5?:?????u? ????????H??1???#?=f??$???s?]ps9` O)?6???/?y???~???V??C??,?y????}?,. ?R68???@??oG2?>????M2R_??:?B?U???U??Am_X?sX??H???qH????@@??I2~+Pj?z)?????????Ik???? ?N????\?? zX??VI??V?g?=??>>?Q?????aQ??_x?????t p??a#??%???j??h????!???an?FiS???2??j?*ST?Q?@????V?vq??as? O?o8?? ?-??j,z????6jk_????y???>?j*????0+??????J??5?g???qb?'??????=|(-?????2?q2;j?z?)?]x??G???7????t+#?+?9?$? ????z .?#???5z?I??XXA??5???? sY?????NK?? ? ??o????OL??u!??s?F?&P!^??.P:7?|jR??{??+F?XU.os?6???9M1??2?t?????7??5NJ"?!????.T?]?fg??j>a7???fm-~?E =? ??sT??? ???H&?(;s!?.?K?y??W???? ???,(?????c??T?q????>??#w???&M?j???;???I?m?;???`/??? ?pYho?r???-????pQ???*??????2?6?E?).8???' :??g!?????@bmbZ???????AGv)B=??????6?????1?1Ae_A????B???????`_\f?N N???$?y??Z?$ ?PF?sY|74???X??????? ?W5S[[??w??!-QOr??r C?????g|`?a?)?*??+????I?tq?HUt?7?? ?qo?@???? eP???0???v$@????l8/???m~-?1?G?W???v????????n?????/NB???????XA?3??????=??76??v???.K\U??/+???y?? ?b?p?t??????~u??(?O9U???&??0 a??6TN?r???4 ??????t[A?????L??=e2??eu?AQ??0??VA m?:]???9Y??(.VppT?e??,???|???^??h?????fT ???e>"/??by???g????-F?=??h?M%??f+ pq(?3??NX?5s?}V?b(?8?!??6,?]=??B??tB?????%?Y?j_?????Ar+?k=??Q??=sz i?J?V??-????\l?Rz????##?e?9#? c??G???^&vX????|?lW? ?????LpF??M?? ???a??????k??zl2?)??c?L???kO?x????(?? ??B?I ?$? ? S?[??????(?D?^???p??qqHg??d:??Ar?yq$'? ???lli ???Q??kT???\???}?7?????;???U9???X 4W?7????6??r?? ???G???/? ?-? v?BZ?-?U?? hvp? T?/?i?e?L,i k3uG ? ?,8??1??8B??y? D?o??U?iqjo?.????S?t?pg?????j?X?R???!vn[yH6P[?e6?:4s????c"? U*????????E???r ?TTN?|?v???5 ??a?E<?vl?3NPC??Y8M?.b2,?????9?`j??????D?u?p?8???d1?t??T???6?0???g?N?r???p>??????8? S.n?B8?????HZ?8???m????????? x?~&r?E+?[?0M??????r-VOy??u??T???7? ???`F???Ce??s?s?\?cFb?Q????4???o\q?WH????J???r^????[??lub82?????(?cvI?;???!??? 1??U 3?tp' N,x ?tT?u?a??m%_?A??e???kK???n??oU\e?t??\?_?5? ??????}D?X?(????v??6?EMV%+??:eU????*2?M??F?? ???Zc?@?!?~?o???????h??tNgT?`?2?t?V)?????%???????M ??l?2?rH-???F{?>W???u??dgO???3?+??"O??HY?9???????@&?c?3CN?(?b??????@???[:????:U?!C?8\??l???A[???q??)?S? ??L?}CeY??T?r?NaO??????)??? ??sq7?[o ??R?T???L?T_?EIPL?9????mb???;@a??Yl?q5}?sA?#? }zA????? d??Y?q?1??E?.????9?S.xt_hY???,?W?B?????+?r{O#??z????xa??T?6o,?x???q?????D ?n?P?!??}?9(???G??fg?,?-??`???i????n{g?L??-?L??-???+N 5?"??????o??b1???????C?????,dy?M?uS?%r??????s?????&???zjK???????t??@?????c????V????>????s? G?e)??{2??6 ???a?.? ?E??????ccBc?d?w?+??x???nM???h?C?:???*?: ?$ ???0j??"x?h??????u??H?-z?*U?!?????G??QG?8$p?qI?\?g???1~M???I???o? U#?k>?y?8?|E*???n??h??????????5%Nc???c00p? ?\w???[ ?;???U????0f?=?[J???6? ?T?? ??? ???\???bpX(?6??.?? |_?'??e??r??? ??cWl7????6????F+???&x?M?\?????5G???]???n??;`W?? To?????????v???O??4!w1z??wm(=?Z?|Ho????nJ??}?e??9????????????????N?\? x????C=???/??z\r}????????> TU?8]??#u???"a?????<??????????? ???%0??+???T{Q??????WSP?????o|I??9???? @??#W?b ??n???(+??j????+??Yh?K?'??S(???_?Q^???6?w?3U??AW??f?C??k&??lU????LYk?pHlNQ??0?_?4??UO??3?I????~R?r/z?K??k#x???Q?D??p?w:???S??V?- ????????#e"n??????$?DR????e*??[???C????5?f8??)??????????????i l?'??? ?l?~g?R-?2`??`?N?`_2???5??g? *????? k+? [?????P??C??,??t????RX)?y?K?1???^n1_??E< ???????{sc?.??? ???8?? ?}???F|/`????F?b??*{??d?b??H?P^??g,????g??Qb??`p$j1W?l??r????)q\??f?q??b?o l????9?q?k??? ??|BX???MU?=??>|????????A??@??kD???s????Pp??*B?x?#i?;??aB?iKn????????Hx57??S{No?3???L??@?4<~cV???0?[S?s+????\???]?*?-?r?B??fz??&??ZG9?$?n????/??.9???T?na !????y?????vt???G?\?@n?????;??|=?15 ??tv?z?Wh? /i?q?.?w?????i??????} 80??}?W?????9???n_\???0??!L?9?k? Gu`g????????1L????rt?????fL_??K??v????u???2??AG??Q?bZ>???????:???@S5?6`?S??8??U?.???0p?j?N&vQ ?U9?98"?1??????0??2?B?Uf`??U??F???????0???r?T????4?+?{Kj2X?R????????Ps?????o?G p?]??0z??`? .?:??D????c?v?^;?5???{?????p??p~N??z?? ??????P?????2?q?????=_B???*=.??G??Z?Y??????????????????????Z?~?f?p?Nn??z????761???Z?]p???R?5Cm?n??vh+?~???=???H~?I2????r??Q?????#??u??)??+??????P?`]d=?'??F}?e]???0?&?j?VBi????$??EP?? ???2Oc??@????g??[6?*??n?????R=d??6?~???#??68???????r??8????boq??'HP2?X{~???a????^B?^?m^?????_v?? ??????>??A?????@??XR? !?:?? O?1???x1?.k?????????g?:N??H??4Q. ?-c?9??`?K????-aIB???f??P]ro???1?[W,:?T????p ???L????K??y????F?\???h?N??p?{??"?]rNwCv???\^???%???c?\B??hON??~"??NEzGlvn?]?Z?????Bj^?6??1v?.?[?W?tbh??+V??pn?Z??jX?0??e? ?g?????x??J)?'?~??????cg'???^?????%??R??;?k??s?+6< ??/??GK? u???S?8????%N?/???l?ne??X?rj????9????RPr4????hd??|???M)???????-vt??': .V?F ???4??i??NnA0??$???+?}????y6h?????=jK9?B?,z-z????????e?d???&?\>-?????1?A?E???????:0?%????T?w?Z|??5C??fe?iB at j ??????ql4K?\l?V?gG??,m?YH?G???}?V[w?j7 Y??????f:??B?2x=????|O?S?a?|R?'?????v?oL?d????6?Fi???W?wX?u ! ^?K??W|? ?z|L0? ?a?yRE?#??A ??Q??????c??>?Q H?L?_C?`[Q??K?? ?CvEo?I?????a*,??i??????R??k??\???Yv?9?????7 ?.8 8????? ?????? Y?2yf0??|iIoe3^D?~u????v at l???G?=??!_????'?lq>??M:s??R^( ;??(n? ??+?3-??x??z??*??????????%??;??|?>?????| I???d$???$?#te???Z}?MI??s?W?*gj_???b?N?E?6?????b?E??????? ???[~ _??a?lO@???P@????-???O? ?????@???;?]0x?9y?,~?e?v??5ck??,^?l?#?`@Y?????u?v?]{?+N?=??????8??????8??S???~j??Uj??0????_gQ[??i??M??q %?q?a???7L??%x????w???I?'}????N?I??\@????D?a??K???+??@???]?????4@?+?b????????-?? ?7?????????0N????5??5?d???????????d?#*?~f??L?????d???M??37?????;???????????v?:?????E?}MRYEpU?eh?????x%L?Q???zS?/??+x????Z??Us????W?=?.=??m)??hC?U< ?!?w??g p??{???????????p??^ S+jy?????pR+????-f ? ????i??????p??p??z5?q???t??[?zoir??5?V????r#??32??v???q?v?^u?[?N ?Wi0????[j?.o????O????e ??????????g0?A?(nJe]%P??p:/??R^y?.}???X?0???J???????sA???????????mjm_y????ua?+?Pv?3??!???????A|? Q??3n??-*??n?^???j??? ?????yj?:?L???3?=?C?/??8??[?b???7?qE??*vq !?A???????O_??>??K?mIx?>d/??p?? '?u????,? ????Cn1*?;?+???_"??l5+S?hB4wT?Z?d?V?r ????*??c ,f???jn_C?_9???}? o???7Z???????}:hg?7%T9??,?a,??\??4p+???d???Aa? {(???/??d4?o??sO?? ??\60????1^1??Z?????`J?????@??6????5b?*?S^????:r?'??=??%b,R&???b?Z?r????7??P?IK??f'??? ?n?A??????p_????3???Q??W???/?_i?M8d?? ??{,? ??k 1-??7d?W@??58?M? ??l_?p?8q?U??J???K3{?????\y???????,/W?????Sb??a]_?p=p?=p?X????a??}hYbN~Of)c?=?~s??#????b?u?w??????;?k???jU??? o????Y?????? '??i?I??"?zQE j???3O?,???a?l?Zg??0?:6w.?1/?} ?[? Q???+m?A?E???X??t?.:??4????G-?9gw???*bR? ?W?J?????sw,P??C?Sf?wl?? ?"{Ty8& ??2N?????BN?2u????>????????%???"??????=????A-?9Pb?&??Y??Ob?G???kx??nkj?.we*???H???s?;n?d~?i?0?=?K??=5 M? 5^?r?d+??k????-9?(???:~d????}`+?P~2?D?!}?X0??@q??2??6g????????b??C1h[?vQf????Z ??????\b3???m$`?????Dgbr |?YU?N?h????Zu ??6??G?zf?d??I????+=[f??l?????'?/????T?*?T?vv ?m'??>???9??O?u,??U???!N?E????}v4?5m.????x??Yz%F?g>1???W?h?H??]???&??Pf??Zy?F?????@e8?(T???v,8?o,????sp@X{7?QbcL???N_C???7?????@??3~q???@?dG???K0(@p |?????A? x???????g?]?????Rv????X???P?O???e???slSZ?;=????8??C???-Y^aQ??h=??s???aQDz??:@!?L&? ??b??B{?J??6?Bc??2?q^?i??????&?^b?R????zb?WCG???S??kH4yQ??:?K??uU(S?}?????c??T???\??V???1?b ????6??R[?vp??????E?(?)?nT??S?????'?4?G?e??P2??G?[?!?A?jw???5?gY????X??~???????c~?1 8????q?^pk_?00???>k??p?@??$?????}?5>?S?c?I????P?%??.\???Z?2>k?? [ -Y*?e????Mu?k?f ?%?????;rL0????????/0??????m`? g??p???;??_?LcK??P??-??>???? ??0?[??#W????????24?R,????heO_K??????>38?}???jY???g??????a=??^??(???~nHdsj&#~W2QL?{??R?4?:??A??} R???????c??%??s?m??EV??r????-?3lj?5?? ?xl?lx?A>??Fn/}?????i6n??ox?l7???o??? ??F?,???=?,??R3?&?n????j'n0???????td????_??}{??Z?s!+,??2G???? ?K????>?bV???x???Ma??`X ??/y??'??????H,~?e5????.?s????? .???j,cIS?4?BM?O?D??? ??5?d?? x ?-?0O????K?G???$??K?P*?t?Ek?e1???89 ???|f???????t?????? Y?h??????Pl??????????W???+N?v?3?"8K??,?=?=??(a iz?3Y(Ai?}??? ]????;???rk? ???(?9H????#??-B?????l??S??J????mlWt??E6KL ???\T+???=c'lx?9????$-??b?.%??S?/BVx????? Nm `$ ?h?@ ??? ??_3??7??ja-?z?_+\7v??[?$l-??!?q)????????????M?H~s???a?SK.4?'?lv??tC? ??F?'?`5Y?x???J??yN-?????2???+=4 at Ed?J???D???G?????????xT???0??%????,=??????{k??u0? ?2???m[ ??f?.????]>d??t??g?*????;???h_? ?l*???e;??c??c>???M????Y`??+??????}??T??{???????o$G^? ?SKI, ???U??V?? ?3>? ?c(4???w{ ?[??? h?PY?[a? ?B?-???'p2f??&?n[Q?YLL????g?>x0p??M5???_?k??T??? \?k?5?5=???????[??qF?[??U???tV?J???@g?g????(???:r???u d?VV?>; Q????S?~???sV??3?+?3?USf?d???|????1)ci?]?c??Q?|?c'-?e6Ok???@???I3??4x???~?(RE?A?????h?f??G??}???Jo???@?-]??????Z?F5??HG?"?=?M ,?#wA6??.9??Z????d???????&a??0d????$F?F_N?;? ?`-???y?X??'5[??????xln?S?4?????]-~???.????qH????E??_?p????:w{?E?d?i?9 at p,P~KK??j? G?0Y?K?????u??'???? ???PO???b_t????SN?? U????95????l????T?o;??Fp?????????TP*a?Mg ??7?[u??z?=;%??^???Qq?p?????(?A??????]?-S?+?????7!?E?[??M??K??u???^C!vb0H?v?p?/Z?E??=@Fq<sm????? ?7?-?Tr?-??J???|,dGoU*?{?????W;q?m????:??Q??r??0??~? I5??X1?/S??????^???Rl|??#k??$?Ea?`qa??8dD?t"???c^???~?k?e?h???3sTJ.??????0?S????d=D3????b?Lf?2??W?D???b? ?Y!?"???Q?D??+B????U???5?]?a??q~[].?g ?B??*$????? >k?)Gp)?S ?H]?2??e???&V?}? )????+???vV?8?c??r?.M?????????Zn???*?\?fo n?F?'=????c???v?P?2?\?{???N???H?SA/???!?\?)w?^g???2?s?????n?W*?XV????^?????z??sxm?{???w9u*P?o?????????:3\49??? {??09???&??[????? ?????8???_:??o ??=???[??D?D&d??????J???c%? {??AO?@ _??2~?i??/? (m??p;v?2Kw????}?;>G??????4s_????\?6?c????????k??`?cC?C?????????q??*?]~>??? ?:?P??x9?q? O?l??? ?????bAg.J?u? ?cqy??F???=?:?.?)?/wl?-.?^?:?]??b??????A??3?A?k?????Jc?CWT?6?u????w?s????k1LmC?t????n????8^9W?igR??f??-??- ?;/?3y?n????C?=^? ??7k?????jH?O ?*mx?\????U??G?i?=E??[??h?k?-QI]??e??????r???????c?*k?W??0?\?6??????/?"?<4`{H?1??9??;)fC??39E??? #????~??+~?a?????$\??9?*????????????x>???g@?.??}? $??$*5???zE????^?.g?w?{?\x??Fn~??E??3?G?e ?M 8????y?????.Nke:? X:0????2?B???A??????????~?#-?+???z????Z?,???s????#q??fvZ??????????????)????????Z??,????W?d??cu N???X???c`mt??????1??u4?-?k? ??#??i ,0"-???????9k!V }b\$??? ]?l? ?4?????v??=?[??Z??[f?l??Y-???C?7????5??.O??*???{?bi????pAm????yQ???g==?\f?! ??pNy6\??pQr???? py?h??R?,????O?e???$??8V?#(????/???K n???b???d?r?????R???G??D(?RZ?????F?@Y?1?gT???0wfcX??[??x? x?qc?n?^????e?Dp5??`?P k?mp{"|M,W??x?kor??? d??V?{L??05&?;c??@?j???n,??L??=P???????? Q1D?)7S???Hh??/??????J?3??PXji??????E????.Te??q???-'??35????~?????????"u?????E? ?[?%#?'`K?????h??????B?|f?9?M???Z?????6LM?a?????*??c?%?????}&???>???????^?=?mH0?????y? ? ?????????k ?f +p?b7?2(???4?A2??8L??j???@??.?E????l???u!?w??N? ?.????C!??Zs????5????Z??????l?????t2?=?E??-{?q? ?PO&?8?? &p???Vc?a?s?gQ?^;???+u?4???E???????x???!_.=??&Z?????????P Z?[???j????g??|????$?pN??? ?>????`??b??.?????-QT|????9????>?5??W???`k??e?5?!?s????}??&???????????Z??? ??+7???m Ta??>b.????+????8?|??U[????@??r???????w_???+7???y???r/O1 u???4iz?jp9?]?!????!?{g??:?cuA4!????F?Y> Xg?k?e?P K?/"??????R{O??#<??3A????\??;?g?R?????=ja???CA??????9[?????????E???^?Y?6Od???Z d??Y??'m}2b??}?????S???????????? ???????{E"C???rf?????wz???????S-#?w?I?pv???L?;??4 ?l???Z????@mZwm6??? ?164n???w??HH?:?mR??\?????????-??5?f??U?J?R?E?????0?? N ????S)?r????4?L?y?????*???????????0??8?????|?.|???t?]r???!?j?I_k?l????.e6l?~??)?DqsV?eX,?? ??1??LC????? W?????>w??7i??V,? ?YT?+?]?{??0p? ????*Y%?n?@w??-??9MX?5??Z|O???r?R?V??????\??s?T?T$?A??-!???l??uo?C?????G?>??t????NS?Q?4;????<2?K~0H???~?k%s?S ??SXA??t5|????????? ?(^?A)~?eX??AP?9}??i??y???2fK8?r?-h?:?  V???0Y^ w?N???????z????A?9?K????5|LaL??ge?I??3F?\G????>????jk?????$i???!?N?????YxP}??g)H?We ????7????????]7?& b3????u???YH?g ?t???:??????d?????$??? ?R??z? ??)?|??Y?~?G?R?1=}?B0Aia}?22ZN ??5}lB?ZU?L???|????P?BF??Qh?C?{?a@?F??x1??X??????e??|v?? $@?D???:???*??,?]??z: g}?y?nG?Z ?R??? (????Jf?? ?M?cLS????????}?c???mR?%?Z??J45???&?U?eq?X&??r?+?uq?`????a.Py}??d????L_??????? ?? ???8?,s?$??<:??Q?v???ch|??Zr??1mD???O???!?&??^/???? T??p??{??Y??l;?c??QQy?_M !8?[???c?ElTA,??s^??????X(??(^<{-??!????J?U?~?u??Q??^?1?xY^?DAn? .vo[NHZ?%??????]?Jb?a?? ?????? ~;????%w????Fl???d?,??oEq?\????co`?dN??J?Y~?@???L?uV#?????{* ?Y????_??o?????????w?N????D?Nd6??.??w9[NI?#?JM???;?M?????[BU`o????S?2??W?P? ?l:?2????I???~ ?~?76?a?/??)X"?S?X?????:&???????:?z2??tAO??&??47????N?5&??'%4`?? ???=?!???:?{?AV?????????b4K?j??[?b[x??z?3?? ?y?GF??T???*?@??E$???w?w??p?_?R?2??????@@/t?????!:?G?????'[?3?_ x?X??E??F?.?0?r???D? ??|sa?5? ???>?J?O????????vq?S?3[I????/???9?S???`1???'z?????????!>I v?/??i,? ?y#G??a?u????;*Xc???-?v(P?????B?9GA9?e?7?? ?????XV??b??b?????????? ?U??6?M?V?d?pTjGa^???T? 560e?s ??8??yV??Y??fS51?*????? Yl?"?y????wy??5< ???[?S?ty[???????????? I.?????_????@??e???????x????S??A2?2?|!?????????s?q??O?W??{??????:{??x?O???m?? ?x?d_v??R?'??T?n?yR?Fv?j>???t??/??dy?J??md??Z\??W?OU?{? ?n????????Ro????D7?U?????;???x?RIA??s??Q)???}P????L???????=??_l?^=*E??5*,]``e??|????j?Xs&k~T??V?r3:`G???? f??;?n??Q!`q? !?}?S.????Y ???Y?{?B??.{?#E?,k?????V???????_??Xt????8F?U??J.????uM71???????|T??&?r??m"??{????6??tuc!,???????C?|$E(?~,??9u?Ng?6?????!?C*???1?mN???d???r???k?? ??e?E???????????? [?_??#n`?@m? ?%-Z???????|??w??????G????????S???Pl^?q??c'B` ? ?i%kZdK1?`????dPr?U,??y0Y? ??{#?b $?L;? ?/?[n]?h ?KR?? ??C?Q?}??????{V.?p?r ?????}ie?!???????Oz?X~??%?(#????,???????e??o'?;? ?6??*??T>??? ?????? ???r?'?M^???q1w?P?gmt]P????[??W?I??IA?\e?????c??1?.???(eU??(y?????"??0?B??7???q????*???????{???z?L?g??"??&&2n?uq??!?? ^??CD!??F???6???7o??)=??doeo?Vp??l?o? ??? ?S????o???????K??????k????????R}?U?6???8??7?fG??Y??E?h?Y??O?YQ????b ???5??]??G?),?1??L??T?I???q?V??$%?{+?4$??Z?qMg??.0??#?9??#E=???(o??]q?bG?a?*;Le?? ??-Y6L???`???d3?#!x? ??T3.???2?;????0?????0?=?)?????2J????p????O6?? ??ReA??is?5??(k ????????Q?z??tp`??}?:h??x=??#qYB?5a??F??!??}"U?yR?S?.????P??z?!?EOU? ?zP?@?Ew?????*?U???)cK??;5?9I???G?CQJ7??=?#b??????>W????; I??u?9?E??????B{?-?m.;??,?[?`6U:?s A,d???F??`rY???? L:????.-?K?\ ?t?V?g? Qt$????K???YyP??^RI05b?????B?=?m??-??|?zG??]???2??%????e?-????+?v*???T??q??7?7b1?f^t?/?J+?????y?hb?????+k ? .f??]Q?Rf?Y?_/???b?P?"???b,??.?R?2?+?????:????_5I????gj??Q//'???]D?????I?eV?????p?z??>?1?W,?s at V??r????2z?????&?!O?vj?gq?? ?me?2s]DX???#?+??v????>?ZM?^C????x??????3I???:?G@??9?A6??O?N?U?4??5???9???+??!s???J?????????G?GH?4??? @?f2Q???H??r ~???]Q????+?????G?l???]??DM?$??q?m??SCI?Q?t>? l??]?-?V?65?>h?2?lCm???\?c?D?jCu%jJ?+'M?>s?}E????yze??Y??Wa_b?/??x????kc?y?? ? ???????y~?????s?5?r??? h?????????q?? ??Jn?)?{u0W??o#??C~?j?] K???6M??xa?:N#ls.A]???????t\?K5???olI?^??FGa?x??9O???? ?dP]? ??Q????E?x(b?f?5?=??(w i?O|???+?;]G?????O/?S?K>???mt???? \[?+?????w???????x????`2Z?2? a?????E?v????3?????1?_.B5M?9K??,???v;???{?Hq???e??;?b?x I??#?7??K>???w\???=????y?u??8VX???j ?Z?c g??U,(?C???TLT?g??H??*?4????gWI ?B?e??? n?m#?j?T 1??,??L?4F??? l|l???}g??9????? }??? ??????>???[??c?|s?xo????????{????~d??R5*??(?? ?\??l???????? ?c0"??&e?#u??????? ?X?f?&wQ??)nJ?kS,???????? r??????v???&????[??Up????????%l8-??c=??ate??_x????a4???$V??6lf??#??3?????u???p??%F??J?/Z+???q?Z,-_??????????u?2??,?? 1????3??u??B???|??Td? .?H?,??????????^M???'??+??T??] ??uj?{-??t!??w!???n?nQ? e6?? &Cs" 0[S?B??e0.?y!??A??????=?c?+?oy???g?[iS~>?&ZtQ. ?????v?l?? ???Qu??????"?? .^~???"???u?~?2?\???m?b@Vh??????c?PB??:??m??o????| ;??d?!x????C9????V?p/??1{?Y???+??2{ ??]9 5???n????????w?????S???u?7???"}???]Qe???????wW?N?^???IA????? i T?Ep?Rr????p????VyL+????????&???S???????Z#GG?7???????$??-??x{uE?? ? ?C?-???)?&????????>?r??g?Q>?N9?C??????s???????~?G??r ??X?oF~.4?q} 5?m\ ???){??q?k??s?]L'???>? U35?'??$e?R???T9????????c??????/??6eY?(??>R???????? ???~A+?????(??? ?????Q?D??'^?o.?+0'l????~????;???-???S????M?Kr*xM??]?f???P?K? ,????3H???}A????Y 6$??G??~???M?|?#R )?U?Yo??p?#?s???O~??8?? }`(^?z?1Ax|?Q?WH?9??q?^???M??"C?????)??o(?? ??E??Sg?$?=V#?+?K?a?)5Z`s???l?.d??b7 at v???'?????4v I??;?>X????j$?8???DjU?i?+?i?^-?K?}#^???E^a?b??<y???#?? T.?k?+x????;K?/c" 7??y????????&????@?m??????-va?????B???x?w???`? ??=?????b?????7?v>???????)v?1=u???T,?c???Q,????t??;?. ?????m ?Eb?????m}?G??>?c$??]???????J???KT??M?????\??k7????O?b/y?Qw?5 ???n??;??L#1??K1?m??3^??/0*TL v?i?]S ????p|?`??????1????B?????><??0???i?p){???6????{C?b'??????????m+??/??????)?m^?Mk?=fZ??>?!9Lq?xh1E?#y???? ^B&v????F??4??cy?R?W??1N???WL??/?A?F?++$??+???/?e'{?????>????F???\?Kl?%C6?N?(?N&????`?&?W?SMt?e???6??u?5???f???z??(oNQg?~K?\K!anT???9tq?#/??^?xCYX?(????Q??W?????,?Y???su????j?yJ???b?;w?1QyO &z,6)??y4?q??D??Rr?Z??B??I???B??~??.???????y?b??Y?b?F?K??c????b7hiWt0w~?k??@???????????L?1o ?/GECN)???.l; ????~Z???sd?>A?9?.?f????2?W?'??LF?y???????lF?????!,?hE(/(?R???{?\??fi#?-?l??;????????S???]_ ? ????U??+???*;?????0?k?1??? +?4R???}?>{S?B?m???? ?????-??o?3'x-??DJ???S??????.?????mh??????`?5Fa?????W???m^6?nc?????Y?????`uVF??? ?FI?4j???A?s????K??ml?r?m? 1 Nx?w? ????%??$??g???w?[?'??Oj??4(sOi?(.?`$??? ?J??,c???e??( ???s?={Iw???????0,7?1j??t??2???$\^?d????? [?B????I9???????T?RvO??????O???b???D?7?????5?r???w?J?%?oJ?]4???????]???0?S*?? ????S?$?????Z?)?a??e?>????#????P??Z?O?%??*??>/0???a??????aVPdT???*????.Q??|?!???\ ???7??\?\T????U?!A??+?Du???c>?7?4??D??????e???y????n???o???????6Z3mC????k8?7mk?"?@??r??????B?o?yr?? ??P[??i?????+D??X??X??5e&???-N?????/?f?QF^n??S?j??? y""???:?e??<+?o?O?????1iI ???o?=???r?H?????d???1? ??xLM?l? ??%^???{,?????Y?? w?]?^?B??;>?? ???"????_Qp????? >???X#Oq?? ?? ??? ?G?????W????G??Lb: ??xJ?L???????|g{?]?Ag J?`v???|???>???x??&0tL?a?R*]m?A?}7?????? ??v??&C?(? c? 3?/???7?]F?2ZTXc?%?? ??????w?|?3Z?d?x"T?6?.?uC??@l??Wjz???????^???AP????x7t??V?2? : ?? ?????X6???d?dB?/]?%??1/[ -?(|?bq A\???5????e5???FE????J?w*???s?Q?F_??Z??6??)NH\A??? }???k6X??S7?H (??? h? e?Y? ;H?}?u????????4?-?6??7?C??v?6Qn?6U?"WcGC??BN?? ?)?c?VH?v????{h?,?????:??F?~??r??? ?.H???? ???I?+??Y.??6E4g???????r???????T?????O?B?\?V??)?y?? eJtU?mA^?h?b#naF^??8?jh?p????,??\~3??P?????-???IUkV??y? G???;????ja????Hod ?P??I?H ?^??Z??????F65Jh??gv_?)??|?W????Ap ?5?o?????^????J???%1???h$?S?????FLe?y{???3|)?'L,i ?2????V?-j????+????]?????????m??^????M?6???J? }???3L??)NX!5??????U?K\(?C?bV?&?????n????5Hi?V???6?????)?(?V??k ?@Gl???cN?? ?.V?{E!O?b~?I???bN`7@b?A?9tPP???T?=#?4?!?\t8?????????!!?I?/[???n??E? ??'3???5"?z?T5tFQ;|??????O2^?36V?F?88? ??Ac?I????X???? l?????=?H??@u??q??a5???,&y?? ??Sj??6U|j??i??&?A?H?@??????????????1????(QL??6Z [D??xX???>5????%?k?u???N~??????D????7??:Q??T?? ?`??@?????????B?_??g?0? ??!?z?G?PP??=?xM??@Ct SUr??J????;tH.??g?N?BK?z?@?????\??zU??&?EzJ?S?s?? ?#???@c????????>:>aq?QH?7H??u?ot?|???a'?&t;?-0??C??D f?Pd,?????B??h??HK???BnT???%Fj??>w!Euk?/??$!??X}?F>???ft??????[cU?TH[??JE? H?@?????so?'~?????$v??$n??M?Ors???4??AW??.???????%????p6?K???It4??%??$?:b??!]?\M???(?3W???????c??\?i?k%':OU?k??T\ST??*? 9@?%zdZ ???Nq ?g?vS?%bMZS????? ?SM?T?]U?J^oEw ??&g?'H? M!#??z????????C,? Ib*GJ?x? /Mg???a?0?P%F?R_:AH?B?q???)j$z????tF? q?T?n?I?u????-??P?(?*???tZg???~?K/x ??(?+6??2>k(L??? B??????6??Q?gX???uZ??? ?X???$??????? l?JP????C%?????P???nC???? ???c???4+{?4? O l!????B?[oBU???i????*?d???"??\h? I4???????P?t??'L&oF???x3? j?++??V???e_????????8?Q??gJn?mN??????b&Fh?????Z#?w>?i?u?b???k3??Q???l?q ?V????n5?ZBWD???????n0go?>??q{???V????U???{ H???4? ?????*???E?+?u?n??????!o??8????Q???E?Jmw2,$x???????J8G_-?w????_qe?+?????:f`???a?A??X.w r??iKP??I?|B'Y,?MN|???9~?r???????????/?D???????????{??eIu?i?K??????% [HX?????}+l",4>3I^8W?{.@??????????i???k!??Y???G???. ?')?M5??O?:cO 1?F?DY?_;1???$??d?jh???QO???s?=?2?????V;V?V??b???I?hk?m>m9??0)(Dn ???E?-??????b???5???o?A? ??5c.???w???G? ?y ??????4tZ??|?u?T3????? ???Kc?Q?? ???Gds?!??Ar>??1?3?+?d?Us?en#<~???????F7F?????'?&?4??-(4?!?WV9!$|?-B;?y?G?)?*?Q??BO?????)?mP????~???9?-f?}??b??o??~????a?r-1W?+??6???;?H??????an?U????????o????C??4??c:??u$f??yM?E??????P.??T????? (???zavG?3?}?/?`xA??E???????D`/M??>W?q?*?*? t?-B-@??rh?u?ZT??? ????QB???B???A???B?? ? ??7=??|?d?d??qB4?c?KF??g?ij?`?+uQ y?F?BK??I??:?PN????????C??$?#y ???n???? .??$*???? ??Y??V??_?? ?U?O(?9T?3ey ??B????????p???n:|???#(H?5z?da??>??????t/?A+#?????71F?O$???&Z ?s(?7???&(E???/???r??5?m???G??-??????Y?? '??Eq_?1j?iw?2??[?> ?/p?I??w??*l??9J??2d??-W[??????f??i*?K????i??^?? ?n?-?{h?????:b????F?|@?m{;2???J?????"!???q?!???+cr??r?"?CB?(???y6?n?kn??????N?#z7eZ?`???k?xJ?cN?1IO???????LZ???j???:p??k?^ 'jI???/u?,???c?F4K??s?????UL???0O+?H_?`2 ??C???????L????q?8????????6(???K\????h2?n??Rl???z k?!??????.??)s??^Ujy?????x?+??o??O????>???????? A??$??CMKe??^??S.??Fn??6?+?Jg?x?;?~?o1Q7?????+????4?? ?bWK"?? e?(kAO??.????=??!?IGx?j??N?1H\??r?c??t5s!C???Bn??fs G?AQ? ?O??8?m?ol?=??W?? ?B?R$$?~? S??i??r???/??} QV?!? DxG#?5B??Z!?W pvjP??:8 ???????q?#? ??P&r?'D?H[*???x 2 ??????W?????g?G???W?LY???m hN/?5T?+&? z????6?w??*:?&???ZzB-=???P?N??&?l???&ykLH???????vo^??e+0??x??S?w???*???g^????N??? ??@??)?_??$????+????I???)??D?Q?X<?1??U? B+)????m??t????AL??yMD!v??f?n8:?F??o~!}??wKT???l?`d0?2???4?v ?? V????lM?so?enr??1???m?h?????? ??e????C(|3n9???'H,?????? ?????Q?\<[?F???!6????Bm?????le??#???d3?s??p?S?????l????????[lO????_??%;;??4/8 ?N??b?????;tb????L???0Yx??8?o?VH?? ??N???? a???~Wt?mGx?%?L?1Pl?/??Z?????z7????#???;~???????????? ???NSJ?????P?s Y??r?*?5>?"T?P??~b?p??.?Zg]?(?^:??w ]??E?M??W!?c h&h?7?gMr?`??>?hh???Fc!=9?? ?l??7?a?C??_??r?(k??i?kBI???4DW?s?=ve$?~??x?fl_?EH+?bFL??/p?Z???#;? ??>??????_C+?C_l'???c?m???%(z???????sa???P???FU?g3 ?#????? }???E??{??z?NO??!???I4?OM????8?#?6???U??= ???w???L,?<h???$?l*??-z??4??xA?.:??#$J\??6???v??h;HT7t??_hYi?*? d<O?h}??}E?]?? ??}M5??L??G??s?D ?4d?{D??W?5g??n1???Z?vJ? ??3 8???f!ey at t?_?? ??&???4?xO? F?0muBhY?pF?3?B3??)*?"?{?bu???](??0z?P?f`? ??@??? ???s? 4?i??\Q???(?bX?????.?x?.1?)t??Y?C??.Ec.5?fI? ?b ( g??{???-O? =??d'??ZP?5?? 2????_2?!?? ?G4????Et(Rr??EI??E??+???'2.??7??L?G =?P!??S ?.?2bt(????w?$?1& K??????o??1???h??-?'R???~??s??9????/c???????T?g????5??\??? ????n?9f/?X??" F????[,???=?\:c??L?B^???H? 'N?.}s???Kb??v=\?_gP??W?z?b]??k???)?M?'?,?L!(?$??T??vep?8v;?b h??????`???V??[?{?????u??moB?????J%???U?#??'?p[???4?oQ;?6?o?D=?????lK???^gl 3??]???) E=["gt??? ??b)?]?2??Y????49?v?zT!OT???O???>??? }?P???{_????+?R?????0o`*??;??????k???-???@T=D???#K=??"??"?%?v KO??z?M????oM+a b|??4?7o,???N?r?F B?'$?T?5J??????{??\B?????c?????O ?4d*???????N????? ????o$?@???N???g????X???? ?AKB?PZ?#?[?]???A??????K?]b?W?T???????s?,4 ?D???????? ???5}4?????w6C???&a??"! Lb?-???????S$??#?c???c?X1MJ??ofqFh k ??y?|@??W??E?2??????????V3?f??: 4M%??g?Z]??????yF?9?R?n?Z!?????D?6?}D????,?}???? ;??????b?^??n???.?????o??8??e??a?h????????????C???}'???*a0???,l??#????????z L?\?T?5?? ?&??F:?a?9???Sv???OW4??lO:Q %CtE?????5?v?-!???? @??N?1!??&?3k?`????v?D??B@? )#????f?*0??J???]??,hg ????P??a?=?x?V????n"?vT??Y6??)\q???? ?!o?D??U? ????H?\? ?3???????'n?B(??@?T????_B??? ?oD?D7D?X?m??!?p?3??f??????^?KCh??)z'??B??C4xP???B???V?????*s?X?C?pa??>???-??&M?#s?^x%L?'?j??????X?hud)xI?S?d?;k??z,(n$???? ????k??? ?R`g?!????5?3?g?????? ?" ?N??4?????w????'Ta??$???H:??Q?"c???1EV? ??c??v??+?e/?Af?9"[ ?FUi??i???i?A?a??xk?D????P 4Ka?>{?@?????K>??????L??b?????!??kf?f????-???????{7(???????t?pm?U??%;w9??,??Jy?P?# ??)tK#P?????<-T?Z]~? QUF?V??7?c??^?p?AvR!A????$???(?>?_?l q:?\B4/h?.?????*??o????5??^D?s????^!??Et?????'l?+f?;??U??&_uw?? i?#?zB???? l?+?\u:O?}6?K7F?6????[???PoX?B ?P~7??g??????R????N,.I?B???#?Da??(A???????eZ?????$yq????+??Hb?zG?????f?/?k44 ?o??2??g?Eal??A?v?G????Ks?#?V??????U00rm????3b\S< ?,???Tj? ?8Jb?:?y?p}????',??????PwK???#??x?1???(????8???km?{?????ty?{\???'Y_?i???@??#?J?5????6?[?2n?/?gn???{C?ZC@5??I?????&????? ??v?hgB:??Y?L? ????(???=y6U?Q????A?+l?????2??J????????W?i'??? ?~??G}`??????^?P?Z;????u?:??t ] ??O?B???Dg??Sk,fxW]?w=??*? K?[K*???De?*??a?`??LM}?5paLr?O??3??Oe???n?87???OV??N???^b??$s????y?ai??R0?s\?????M???z?q??8?????@??!?S=R.z>Jc??????ts??z/T?: ?????t?? ?.??_2a3z?O??=? .? 4?a???b?[SG????v? s\ "????}? ??#a1n{?=?B?{??^?E?/??\Z?#???YT(??zX???PQ I??P?h?a????Fz?}W??*N?D?\??????s?????U IyQ?? ??$q????T?????$F?"??-?\m????n?#9Ncmt?r???L????w?FO?Q?)????JD????????'??K?1?kn?~?m???????'t?????q?mn?2B7??P???_4?k???h??n?6????Y0?h??\c?G2nM?+?0??????\??tz&d????>2Ab??????DY???]?????? ?'?c?4v??????? _???????1T?b?-Cy.??M??34?4??o????O????e?????E????J???nIt???H???!?$???WBO???????????W]??/??t?? j??L?b??[?Y1m? V?9\ ??_?>?:?%????eZ?zF?T??? C??h[???XkL???????VX?????/???Q[?=???>o??Z^????}?????S1Q???yw^???IP????(??-u9??"?????m?d??7<@??Kj???C??P?N9??1? +????h??%O??,??$F]F????9{?K??xY'0??o???+??(?? ???_-?hQ??P*?!??FL??%??H?/)????P??0jK??-?I1??\?jnw???F ???I ?s?Q??e??S???"?J??]4 ??fE?s??9W????Ry[???????~aD??B????m?%?+??KH?^?j?!g?4????Yk???????????!m?(1????qk?I?????ui?4??x?%?nY?}'?-Y??????}???_W?R?'qlK? ?n?=??_`??xK?U!?????*?(Kq# ?k0QVt???G#?n???u*|2????tt??'??z?-????q?[??????8?.?f>e???4W?vg??V?`??/?({??s^OD?@??h??=????Z>?H+H?\Kg?? hC??ZhF????Kd?3?Q!??q???[????m6E??>]??*??y?tr#=,h?kht??S4(??*????({?h??d??d^???v????bW?n????=y?B????TV????+L??C!?F,,??&??[Z?9}D?8????Z#??&???????[??????-???g???????jy?Dv$f(?N??????e|w?? ?????o0?mh?t! ?Vbd?M ??Vm??h???!??????K???p)??;?{gz??''???vD'??? P???y?:???tr+}???A??Z???UvP?h??????? u?M???}??????7???M?wJ?jv ??l?7?}???"???????/@ci[?/???z???????]7?24J????H?,L??bK?TR}ks%??K ?@^?a??-%Xj?g???????Yyj?b5?{5*]|Z?{ ????? [????? ????????7?????R=???1???j?,-??Kd?v?????v?xO?i+?AO??????????\.?a?"OS???p??]?;?m?s????J?"#??cQh??? We?^???z?????\???oX?N???7?Wx???4??'5????????E???L??b??????~?????=? %N?"+???y ?mD??????M ????&????F?d???77\E?B3?8?2???Q???#???O&??bi=???(?@??B^??Zo???w?X?#'?%]?ct??z?En???x????9=h?;??u?Qa????2?j??? ??r???#.?6??V ???????k??G???{F??9?P???:+??????X??????7??/ig????K??jOG? G???b??'X??d?f??5?B?B?Q?N'?H??y???b.C???????0??HjA??? [6}??5?O4???????hn F? q??QF??R??z?? ??:@??????;?X@???%N"$?wT??4????M???QB???H7???[,K?K?E3%?By???????????:T?????x???_ZS?S??,'H??%????)??4???B9a g??W???hO+??N??h???zN5l2?&? ?R?i?i???c?z?A}?]h?X?c ???[? ~? ?b??WB?[??=?=+s6?v??Y???%?:??D??]????k????-?@???????]1?+?:YI???????(?5Ie?O??N?o?H??DgBsHMi"4?{????R?S_???`B??=??? ?w?`?\Z? ?Sj&? ??.X??z@???'?J3X???`EK ??L7??itmR????dNQ?0-???????????Ul???#Z?y???+2????k???=|_?????n??[?????v?D???02?K? ???"->???v?ET?g??I-?U?E,?????YJ ??? ???]?A ????$?A?4????????4?,2?Q????????JO???k?t}?1z?*???8+?????????5b#?>#LQ?9??r?;?Sy? ?????nZY?4????,???????HF?0???*?L?7P A?_m'(B?i?@K?Bu?n1?E?FDe_P?$@(z1???} ? !??2??"???r???rW(????C?l6???B?Ho?~??R?= ?}4??H??|???3?p??i??G???#?'4~g ???/;g.???^ ???i?UY#?Eb?D?????M-???x?/?2????D?K{?!???T?????E!?u ?wL??k[???^??Z?????B_M?k?O?!n??>i???^??????s???s?SE??O?w??3|Ui??????aV?6?Q?N|?%?@zo??????3??^?????2?zk?????.C?%h?\????7 l???tl???f%?b?Q???????????8??S??????????@??'BO?Wo?_HlqJ lBL???p?h?f?4???|Wj?S?,?'??C?"ti?>U??C??:dZv????1??$;???$?[t(?% ??nO?n?????>|?,?????A,R?????+???K?it?s??8????nc?gy???F???Tqx?\; ?4a??t??O?????? ? ?6B?????ALa?Ij ??F}UL?z???????w? ????i?!x:???{????_?^2??Q??jP EJP????? ?NB- ??)?(????R`?b?x ? ??-zM??t?aiG????]o?L?;?JkA?????.???^?Z 5t???t?fXSZ??i?Z??-*L?+L?k?@Xp?p??q?'????????????h??WJ?????b?6C?z_u?-?ZDU????$????V~????8?5?k#??)j???&lX'????? ?w?z??????????/???f???????? ?? ',>?D?(gG}?[??y?4h??A?=???]?d?8??O?"/??????n??s:?kdI??????&?aC???`?MP????Dh??? ???rm ????,i???Bg<??z????G'??????~???5?C?\? ???3 )???Z????#????@?3?T?V??B??':????d?Z??_???T?0?c0?i??=v???b????d{??.?)??t+??F??X ??????{hc?1????????I?G:B?:??0FC4??'?3??[+?AG??2?vx??????M??`D'????????"?*??2I??BaF??y???^B???^k+?6?2?b?8???????????????T_????4???^?o???P5??1vU?????@~?? ???ER???$.???Mw?k?o???Ur??@bM?mQ1S??E4??????????5?X?T?*?W??u ??qP??Fq}abpi.?i?????A?? ???W???????od??? .t???Y?????T?g?U?dLP9?:????,u??e??xqg????5z?j?V??Q?????+?7??w? ???n ??????>?2ml???%??Tm?o5?u ?????x?}???3?iA?#?i???? ?r???t8t? ??46K?hJTf??? ??3Duu?? yA[??-???iD?????h????C??????G?`?U??;|???/??/3??X>|?-@???8????"?!I?V????H,!./?*??E??t?C?!g???RfP????l?x?H{??!?iU??pF( ?-2??SE?????S?N]?N:"q?O????w?/?NI?? ?@P???Y.????K???[?Td?[!<[???J???F???_m??????????iK?k,?i-8?A ?$?LO.??.??e?#_J?Qh`?????@???pQ?@ P.?? _??Y;?????pe?Y??B??!???oD??c?h?c??o? ??"?z3O??%??ohEh8????? A?2?5?3???????E ??!8+N&??ZN???6 ?e?#??:`?=?^?C??**??[???IE??O?????????g?:??Y?W"K???&???R??|"?DD?????s=k at O~????.???x????+?????dN c?L??} ?:'B???? ???9?r:?`?:??]x?H4?!J?}??s=E??f?~?k???2??m ?2ZL^?|?????c??[%?>?Xgh??t???NE????CG??? ]D??7???[?{~????Qj??????^x?e?&?????e??????? i`??????.-h?04so?H\q?H?Q?H??%??7T??????}??IK?t'?1?T,c?L??,????? 3?O?xSq??o?kx?TUc? }'%???= ??????????:??[????aC?e9??6??|"??&???/?g?a???8?]4I??DY??y. J??7O??? !?? - F?k?TGV????V???Q??eN????#~?2?? ZD?$?? P^ ?q??????6n?A?W?,w?IH??^?????0?q?S????)?xqx"l???{???B?k??????;???S?????v(k??bV?L: 1????}??(cMt?W??q?j?A?4?y????e\ ?? J?Q?r%??4?8xo???a F?]?|??0??e4?b4?S ????Q?! ???? K?:4f:???s??s??wUhgv? j?-???;h}.]?t>??D?.4G?+??>?eN?A?D fh??????????4ZL???M?? zo?K?u??fp??????-H???&??W$^z?z?????+??0e?-q?b"#S?+-?7V??W???p?Qu7Q???(???C??w????Cz_?rz??l f??? ???????1R???+{???l??EE???@????????? D??(?????Gh^?I? ?:^g??R?jm? @???{xd?J??f?N?s??s0C??~?J???A[29??6????(3dO0,l w?I??ecN?????:$1l?????? 7?Mq?H}? ?uv????rX?|EH????kt ??"8????+?9cT~}Eb?? 1WOC]???????L?aq?$i(??1X ?6??4ke"?????2?t??????&-?F?+???^?1?????(E?et?`T?W????y?#??N?f???y ????=x?!-2?%hV?J_?? ?n?h?d5????X^f??i??????{???g ?R??z?d???q_K?3S|?~-)d?????:?????6 =??8??#?Y??\?4?!?;??????b?+C?9? .?G?!N??Pqw????? ?Z???"?k???S?O#"1m?!(?*?:?_Ak -$ ?t?/?+D???Yh??AV? B?|?6 ?wbt?cL??????????u????j?`5??'b?#? a???c?9?:?6?"yw=?7?n{A???d?????\d?N?^????r?Ad?a?????Es????6?+j?? ?$!*???????>??br??W?x?p?\?id ~????[?jD],???O????&4h?@?<"??????#?????2??i?_}C[?N?+p???A?????%????????]?-?hO??(?+I??F?>?r??????W?0???????hz??Oy??A??M.?D??????????0?UH?3??03~*??\?X?????hrr?26???ta??/??Mn7??'5|??????n???????k?|c????tZ??\??bI[S??jH>!?)? ?b0O????&{b#?!??#??o???R?a?Uew0M?y?{??9???^?m#??<_???Gu9c??zy??=?Tv?4???R??m?x??DCZs\D???Q??ba{F???q?`?X\?)?-?p?A???z?|!????c??????H??Y??t?????0ci5?z???X?<8???@????G_?iY??7???????]?4??k-%??????V0aWH??0???Xr???60 *[(-?{? ??UdtE??????0?c}v:? ^?%?)+??n?? ??`o???I??j????????t?? ? ??*???G;d?O??|?W??I9?????????W?X?yiq??$??I'?qqV!}?P??duM??+c?D ??kWu??N0aQG?? ?j????r/????N??-+&???(c?z?3'%f?/@?5m,?????O?-???I?eUH?N@?? ??Lu#?????/L?g?k?t ?{*z)n??()??CQ? d?????]??m???6?7?Y?d?????(???G/; ?/?[H?\C]a???B?G f?J??X/?E ??["m<6?t???1?mX? ???c.??J?v?????oHX6???P?V??l? ??E|!9??? #??k?????4???~c??]/ %}??5z'?bG-?L????_?&???K[H??d?????^?[?`?????K??M?????S???:??x??1?6YE??f??F( ???! ??{Q?O??j??z?????y'???wQHT??9Co??50???? [?CHbf???N??3~?w?4m?w?6L?~+]??_??0???k?A?N"???O???c??p?????f??t???]1??????u?9???T??xo???????5ZC? ?T??z????`?A8??S?c??H??V?4???2??D6??!?? W$???Y "9 ???Ll?g,+"G????:!4Dn??1?4?c[}n?N??%? ????-?/??J'3??'? ??|E ??'? ?(???-?L3?????oj?a?ZU?$??0?6? -e?/?T(?8?d?????"?{z?'??+??F?,N ?@???? ?z??c???SY?&?>???@????&??:j?cb[??2l?ixx&H,wZ???L???k~?Q?D54?s?q??Q??? ???Z?P?~???]}?????}???????????9:Aw?r{F?=?N??e??i?n at A? ???W????? F???hOg?t??\?" }+?m?3?=? +??????Y?)? ?d????%??U?ua o??????F??+?6+?+m?????|P_??j1G?????x????W,g 5[qn !f?GH???7?,?B?i?%???0?T;?ik?.k????C??????"* ???6lP8? L??i(?>??????? "@V=B}???NY&??vni-D? [s?&?t??L??n????\?]o? ?? Z at G~*?N???? ?[r1?@X?JSb???? ??????????U??@Kh?& >???U? ?CejW??0,I?;ZX?V???J?6v? m?????`S?v???????j?#??;}4u=?9>??1?????XX$4???G????~?C?q???4^"?Q}?????8??????7+?????O2??"??^;????l?*+??????F9???'??c???'?L?"?{ >45?T6??A???????\h?s?u?b???W??U?]??{r?`??{??jk)????J?K??o???k???X?K?Jd??$?u+????i??-??P?a {C???6?????=?|#xm'~j=?? 3?PfN??? 1m?@??J?@??7??W?TA???4?2i????h?}??k?????g?-~e?ct???DK?=J??????k>E?GJ???|n????????u?+???hl???lbt?OX?0??X?????y?????V?J?x?X??=??I^M??????r?}z?? ???d?&??Ld???A?V?~cl??O??R??A+?)%@!V????[bK(pn.K?A?y? ???2?1???hr?3??S??D?":+~?@????U?5??G$?h??(??m?no??????uL?yY?Y`?^iL ? E??:]? /?U?!?d???Z?$?v??3A ???.0(|??????cK?o??????sH/?????2?%=h/??H?????H?????????????Q5?? ???q}Xc ???{tqw???U???}?cW"?}?o;??]n???????vaR t???/@7q???0??p??@r r????!??Z????????a.H???{@??(?[?f??O??Wr??)??X$????i2pD?????O ?< J?)6 ?>i{6??vi??Pq??#?f;? ???'???`?mJS? ?;???nu?????5G?fv???h{??B?M=????????G2o?h??z??h8?????????G<~?^????N???G?????^???>?? ?Ig??X ?d)??[???X?`??)???? ?p?v?????Uuy?V=)"P 84?????9E?#?S????o??K??@????&3?i}q???~ ?> ?B?O???? ???????? ? ?C\?|?????<*?k??)a>????N??Y??#;0?????GF???T??(~???5??E2?i?h???X??h??????~????????w?tI0qz4!?9D?c?J?#oa?dz|C??/E|????A??A???`??[d?????O6B ?z?L?Wl{?`???????"??? ??????? ?2?c4?L????C~?a???????n????1?)??a????-v_?<#??F?Z<`?S?^?6HO??byN??!C?1??????????m?~?d???R?v?|???l l??b???`u??????????????t,?BYa? ????B??????g?]????;??.R ???????????,G?? ?Q?Q???F O??@?z??z]??i;C?PSxQ?J,?Z&a?usL?P !????g???X#/3A?DO?????#??k?4?v??+?m??2oa??? ?I?C?G4??AAc}E:0???%Ca??P?dby@?????N[hu?fe?B?n?? C?? Iu?DTAWDot?C?{W???J? ;?z???uv?A???"-?Pz????Gs?g?b??;??\?2????^7@?d????^????8&?}?????\U???????h????I?p7???4M`F?3???????????'~t?O>?d%??E??P???\?)?O?X*5??s??P?6VB???? ??`??H?)?A????1???????~??'/$:?[N?aH?Q[?Nrj????sC?_Z??;??3M ?=??8????-??~X??|eH"? ?B|n -?0?Um??z???11?LR?\k?4%i??`e?? A=P??n????>?~?0sg?#?C:Yz?? ????J\??6A?9?? :a?A(??U?Z@???q0???\?H??!?,I>?X??1x7c??D???~<? 6????k???O??????>??????F??x??B?J????=A?l??)e??y]??~?Z*???, /??6??V`???????g???UM????F??9#\dgr.?X??O~?y??n!? L<?(??r?V? ???)? = |*K???;K?}?F???[??x??#AG???n4????x?E????-=?S5ye?qC?? ? r?b??t?P????}?&A?@?d?>a?'?5[??f:K?B? ~e??!:?vc???L%??tk?lp????X?????ob???x_??No5 ??5NR??5K??&???.4?6m-u???34?v?Ahr???????1?G???DQ7o???[??#?????+.??0??Vx?1&Eh???Z ?_????r ? ??? ?? ???????E8P?a??LM??h?Qv?i8??O8??p??????Y??%?cBL??r}?N ?|P??6????w??????B{%???)?,?$x??0'????Qe$????FH?- 8m?????=S?m ?] ???a~N&?-??.??????m??q ?????&???n??/cL?]?mv?????&??t????r? d!?3WC0I??????d ?e?D???2??X??w?G{??=y???K2??~??1??N?Wa??D?????z^?F?iwX'F???!??T??? Y|?O^?V?R4?k????????-~??????????+j?W? ??\vf??+"???? s???d3?? ?-?gSw!|???O)z????M??vY?Pl?p&?`??F???)|2?^?U?d?:D?UK?????@F?4?ZW??i?$g??? s?F'?u l??i"0?d???Tg?S???J'?eF?Vm?????@??h?C?D?X??n98a? = ???????/??,?T???s5?k?d?? ?'Fa?]G:-??%O 1w2?u?f~Lk??????+?IaS?O??y?M?@n?l TB??d?{????? ?? ????Ioc???%o0K?}???/ ?O???H?/H| ?,?.??????^b?;??OT???H?>'?H?*}??V?};?(4?;?HO?.6ng?/??#??=cZ??t,} B????8?+A5??bD?$6?'?8? as#???^???fKtG?O0 S`?V2H?wC???? ??6]G:u??? ??@??-?+L????U?]?mT???????x ???fx??g??8M?u? 9????F??i?c??!?g?n??a#L??????? ????p?????wt?2??&/6}??u^[F?6??x?iV)????jt?o+??j??BZ|M?2A??KW k?CF8I?Z?}??"?1s??????5 ??4???a?????4u??7????"]???tL|D?A"???9??t?+yB?????~??VS?v?Q?4?UO??t6?\kY???A2??"]???}?o m??+,???)=L?6(?M<-X!#????dmB?(?VLh??}????|F?D??# *? ?U1??????}nJ????5?h??LhAbpSU?????N?=? $E???) ?O??t4??' ??ms}?R ?%?@k??N5??.?d ???{m??H???? ?'??????{q?P????H??????A"~@??`L????O?i9??dL?\{??H??????A??I?L??1td:V=?}?wV??? ?0?0????T???z?F2?H;j,rk???t?N?%?5??-o?n?/W???}S?X2M???y-?A.]`???xm????$??????A:bP?K?l?gF??????y??SE??? )????x????????????R?o?OQ,?)?8 OB?.H??:??Qh?g ?'??k????????Mnax >???< ?o P B???`zo?m???? nI}????Ac???b??m? ?F??&}A???????=?Q*&?}???3???v??C? ?CEA?j PViEK_K<.u??)??>?j???c???=fbM2???*????)10???pGx?v;2 ????????7??l?vM????{???eY?\?????a??4?@KJ? ???Q1m??A=??P?n?4???'????H ?????(-? y???????&??o?@?? ????? v?G?bvi?7??w?}0M?Q??$?,??,????^??e~??}S4?o??????H????C?:???U??? ??Pn??z?z??'4???z4L?a]???F(??QW?c?a?3??a1?@i6M?????3b_??=?z?B??F|Ag???? ???m?y??h??m???x??????>??E??Y?+??$dAJ?z??? ?Q????d??d?A???-??=??N??B8'?`???-?s??????g?4~Q???2+]?T?i?6?Z?!f?K?????????$??<?>?A?S??z??E??k??J4???N?-A?UA)/C]%????$GO8??U?4^?????"?[)$?6l???V?_??????2b?1C????gosv?C?Pi???c?R???q??gB[l?+Z Ah?t?Y o???_U?=f!?bL7?p??I????)? ????3?Xh<p?eig??|?sV?.??)??vK V??9???}??b+3?i???os??????U)Pr??g+??A??z?:O4L ?a???n-Q???l?S?P??8a ?i?OI^y?/?6?????E??????B???h2?? ? z?I?B?TD'?^}?%+???i?w ?~???}?"?9?T??rF?-P?Q#/+y????_????C^?>DOq???\??q???0D?w4?D??A?Q???F??/???=?hJ ,? ?N?s????mC?AF?y????>?????T????#l??dp???B==??ZS?_k#?y?S???????#?nwS? kO??k????3&wu???:?S&pa h?k???bo3???LSV???D?? VzV,??????b??t??????_tE??z?G^????\???@k+?T?w+???? 3S????R?aoU??5???9?}??"4:??odZ?X?9?%&?w???j?:QF?~?1???????????%???n ?+6~kD?O?????ihW?@'F??? ?M??????????o????e????G?wP??!{3e?>dos???(???P?S????`@h[?JYp?G????9?\b???k??b?C ????lw??;???u??6? (?'D?Y?@\?#z???? y???|?????UG?$???F?????t?X??'?$w?a54d1?'??9???0VH??F?B?&??p!??????N????a??????Sl,?0?P???`?gnkW??fz,?{??_ ?????????I}?3~???P???b?:K?o?nvUl???o?P?N?;?????5?0h?vo????eL??-r??'?i????z@?mG?W,?E??.?*?6O??2X?Q????)#M1n m????????4 ??X??PG?T ml%? ?{Sd????????Vh7?FOA???Hp%!x$??X,?p?C???1fU8L???????\??{??? ?]??g4/?3H?? ???^?? 5????{???a?R?sn?\zsx}?n???,????z!*??"?E?P&i??L????????l??0l??????<?????J??%?#?,?&??@q? |F??????h?"?P???}???'D?@??tD/|ePUrvP`o????3s????Ay????tEt??j? ??W? ?????i?q?V???d?K?A??3?????I@???M%YQ??????*??? :??61B(??s??+???%????Qc??g?{??y ????@?\ Z)?B??AS?Zz????k??)B??aPO?k)#?ye???????? ]???0?!?7Q?} ??zOt ?e S???J???F??3?R??Lm?Px?y5???Ny?c? ???y????q?`????6?s?q8???3Y?????K{??ah?U???8?5b?-2Mmx?8A5?`-???Z??0??`???!H??????fM`d??????m?K?Z???- ????????JH??? ?l???CM?4~? ?????!?i??(???G)$?p??w??EF_??8H??????(i????t M|) ?????5"???#?{\??T?L`??3????}?????8??.?F??`W"\pI9?4W?$?x?%!??m??E????Ho??tE?D?k??KE??? ?%???+2V????^&???8? Y???>???????:????X???B??@??a?"?FDl?_S??????z??.?l???????-??o?TF????;v6??k??%???P?7]?? ?B????|???P???????????2`(?8D?e4/???E4? ??3?F?Q?|Hd?R???Kw2?,??zX?!????X1Z.?+~*??]?u$VGI??8??q??(??J???[?????Q|????y??!c?R?9:ku?C?c????"?[?u???&?????F?;?;=???i????????A>???^??x?e@??gr????ux?C???kt?NS?GCijz?A?E??D???4?-a??>1M?? ??W??e6???"??u2??$??K??Ve?{D?(uG??s????w?b?!j??eq^?Lm _l?{v?????t?A?? z???F5?Q?? x,@????"??;??v?\???????e?n ??R???9D?? ??g?? ?F?*^?D?`????/???'??L???Inb?m????????Po???1ghO??n???w?Nz?#?????W:FX`?6??La(?I?z :T??>y?? ?l406%??E.H???D??(????KzoH??]???P-~I/!?DF??????W??)??????? ???.v?ot??E?C'S???????"? ?fWfM??j3?JR?????~'bf???_????t?/3^??k???? ?b?W?|Jt ?[)7m? ? ????#?"?b 7???? ??eB?\? ? :"o49????$? ?T??5LS?O:uX k?z??0?I:?z?Q??z]?k?? B??????????c] ???A?{(N?>R){???????#???I0??B?I ? ??D?BH??{M???t??__T?????EF/? ?V?Am??U?x:d??S????? K g?t?Jbc`?f?????G???[?Nt?????Jr??jz? ?}??S?#?a?????`[??V%???Id?c+??h?\?D??9????0???)f??$@c?fH_K?&?????????";vCb??? ???Z:????!?x??B?d??????,?j?E? ?!????????Z??B?'Y??2??????+??O?????K????h?^?b36?;T?? e???????Mj?5l?? ?? ?Z ??????j?$????u????KGh??>??|?uiY????? ??????????wY7?"D?O8???&?b?Bl???8H|??~;C7??????w???eA??:? ??v?e?|7??Jf??????2j? ??Etn????g???????T?qP??T?xe??I?j#/???Q[????????????))\?Oyb???9??2?? ???W?????.???h??q)1? ??h ?t???????Z???LK ??^???w6?w???SfP???L??4??=??n?[???2U?e/J)TZ????~?H??6|tufRjm69C???cm:;S4???E?)Ik???8?H???!c\t\??????!S)&??y#??0]r????W2Zzc?2B???S ?*6??g?????l????NM?;v??{-????F?y/?????#s??v1)_?N\?$m+??:??l??D?;)G??C ?F?LP??lY?IZW]??????_??_???=3???M?????/? Se?a0?bO0?W3????j?C??Pu??)???B?x}??:?k??;`gU???? ?AWlF?????&'p| ????o??~??? ????cy??g????T6?{|??O?Mp8???~F]P`??FW?'? ??I7R+??B???0TJ???{Uc?bgik?M??@c????O????_:????????N? ??b2??????g&?????(??~?B???%6*??/?eR!?t?r?????,?V?,??c????~6?QQ?9_?? ??-???b???2?E?O 4 ?????|?/; ? K ??#?1?%n?6??[??4?M?"M???m????K2??K??E??M??;?B ????????????r???????\7??4?0{???6DX&U???x`C????1??o??c????]?L??7d&????a???5'?!?cW?<???????`???d?Ji+Nwi ??0?5T???qA????$?G????G??}??H????#g j p???/??v?????tE?Xz?#???"?+[?R????????q i?k???=???{%??kN????hF?,?{?Z??9Q?#r'? U?C&?K'?,PY?2??g?? i?BoC???)VQA?R?E?k,??????Z???j? ??????e?^????7'h??,??e4???.???-???g?????????????]=_,?!r?.?td;O%j P?z???H????t?r ?'??~?@??e?Rz??4??=Q? 91??.{ @?? ????/??1;? !????CK??GZ?sb??,???? ?i??9G??????|?l=??iIPK????X???d|? R%??(?????=??? JP?m? ?_j?Qy'7??ga????L'?nz??????x?>?-??xJ%d~?N HE???$??????/?*&?}[=???+??dj?@?J$?;??=?0#?m1?-{????????[???v?Y?j?D?B???m"?2?F-???>*P??:~+???2q???n?%Ew?d?D!? ???&??F? `????Kk[??@ ??cE?? ??B?`???j"??=Jn|?0??b9???Q?A?N_?,??5?X9?\?c??a[]?P:?P???CWm??R??q??P,&????R?n??F?? ?3?ct??}?G5.?@Iq?#? ???O??f :/;?N?}\??zFC9???????sw??7?Kli?l?s??? 1|????sQ?(? ?!?&?p??Rv??????!h???????vP?l??&??t #?d7??,K9?E Q?';mPKN????j? ?w?9???/?????O?????>???B??-n,EM??????MCP-??l$n$??_???a?\!?^$???(?[??X??l?F?;?.]??P????}'?u??????????=?/]|??m{(tv?p???BT`???Yr?@?8L??(???????]CD?hq ? ??/?t;p?"??????yT d[?H????EH?????=??F?Z??M||??`Qu*K?!???????N?F??xO?U?W??Q??t8??@|`????~??L??????,?? ?|???I????bB?????!.?>??x3?&???I???????z?? Xm?I????I???? !?=BM????l??????~?nP?qZF?I?<`?X?(?a?k?'!?z????]?OCL??????:.2 ??(???? ?5Y?4?(???u!r%L?M6  ?:??qG?Q_*??????Ci.?5D??9?r-??B?Bl??C)?????n?r?nZ2J?E??e??#?EL?u"??%?U;?d?w?.2o?3E_r?*?y??DQ??????!???????c?? ?[?]??dQ?W?t??.}G?u?4?d3C80???r<C?z}lq^%?kO?P'J? ?]/?w%?? ?????????4?&?o?S0?1?????^;E???eTq&pZ????9?????I?"???L???d???P???mp?(J? 96? ?????c????+]?b?b????2Y?@?s|?9????D?? ?G]]?j??SbJ?/&?SXC?T????^M??!)D??i7(}???}?????nJO?X???4???n$?l???v,?y*?????Kk?/kR??? ?"?S?$?S??5??bMx??M??!?S?>?#??m?1?S??7???e*?>Jv????1R??? _??????Q?????+?t2H?L????V??????lU?0?h8??Wb?CZ|??QZ?2 ??&w????s?f??k??O?w????0??wH?%??1=???!?? tr???AP(?*!??+R?A?Y?^??????8J?i$?eUd,?G??G?? ??@?X???J?7j}?F?S?[?jG??d?!????????UK??f????^?????|?_.j{?&$??>???{k?2~7???nV+x??tS?&??????????o: ??? t?x??7Q?????"?e?0??(??u?? -?^~ A'?{??d??]?????s???[?U?\?H-?M???u?? m|?3?#??@?%g???? ?t?1?_X???Yh??=k?60=?&????3???F????3??gT~=we??P?M?2s? .IM????E??rC*?+e?8???|B????c1 bt?!????z??=K'|??Y?2???,.??4/?qT???? ?${????9???Y??X????A???W??0sRaa???????v4?*????????????p*?^?h??M?:W??8?,??=??S??7????}R??&j???YC?:??c?{\?y??c???CKC?????h}?U;??????i;(? ????E?&??xDn??8jb?m?,(@}?|?? ?\?G. at e*??????? ?????D J??=|??(??H]6S?{?rA?@??????(???????????h???? ?QH?)t L??$??_N? ??Y??UP?????N{#"???p['??_??wn)}??P??????Ue ?1N?u16?H? Q6"g??NH????*4S?U????^??'?'-?{?? ??$?hc+?W)??h????EU?%v?d?x?N?K ??????MC_??FE0?Wq)-Z??Q{??^~?F?Z?t:?EsX???????S????g???n? /?n?@?L???0?????d?[????E?m????Ij?e??1C????A??Nf?+???????7v????]?U? 5?? ?????B????J???)??~?V??2??E ?\,??9|??K?,E?*????R???C/??:;???X?x?P????#-$h?a????!gR??fu;?'??w?uZ;??????m?M?PvM?????[??Y?? ' o??c2E??>?f????????W??kt_O ? G??`ZF???7l+o?jo???a?{?\????rh~A???????b?H???&?????A6P??D???? 8???'Wu??m?U?A\^D???'???!EFH&:b? ?????|g??%? ?Q???q?.???bg_?????2?????G???I??Z[?>?E?_?K7???LY6 ?_?x0Yg&m??s??=|$j??? D?1=???c??73?U???@? Za????5M!jHvE????LF??(m????e9:?H(????a?b??P??J#?zQ??go???IO????? {z?~?? ????- at Z??????c??=??/?qT??X???4??]!??iP??b>P>?????9?E??1????I???f???[??n?/??8Q?:??px*?B{|?P9`?A???\dC?;?;\9????2url????i?2?????tt?Q? ???r???6 ?F?sW??r!1?W???5?wb??"?\?et\`???}IA?1?'?}? ?h?q???=@???TS?K??&g? ?C??Z]???@UG??=#??e??9??%"??x?e;N{?C????{D?`3?t??????b??p?I??S+??t???*r?d&?"|A}??BH??Cr1??k?FG7|???? ?4?s??m??vm????+]?Q????`;)?????Q???x4??Ppq=S~??E?\?c?????????|?b??]???G?c8v*??G7??e??H?*g?IS#???N]|??e|?8? M? ??Q?p?P?c?{??!Q3u????H?yHH?T?u ?&1L???3n[??&r i?Y5?Y?!?=?Vl??hym)?-i???2??I???X^?t?i???p?? ?s? I?FZ.?wC1?}???xp(?"?~??L?v.?O@????%_/6???H???D?h ??5e/Z? DE?Q?t??B?bq?G?=?w6?X??L????E ????BK ??>???????Y??]2 ?f>???)t?????a?=n???6????!?k??|???+?ab?W ?\(???0?u???#?T? 5???!???X?h?1???#??~?!?}?l?0???? ??'?????? ???Z??????X????jF?X???}??????p????v? ???R???C???4?TF?hTu4????a??.tt ?s?+s??@0oQtc???d??4$n"Z?Q9???U#???]_????ns??@?Z9?a?s??Rk?UWhy???!p?(??? kI$8?{t????< ??.???2{???*????$'??sMT?8??????+????b???t?f???r???X???tB6??]???\?#?M??V?kW?UkN???;???0y???%?4?<u]OA?R??g?tT?W^U!o??Q?W?n\?\?r\???wN??Xa?_?\????=.???3?w7d???l???U??!?0??p?!pO????c??o?;@1??z9?!/????.??I???=M???3?? ?Z6?*?i,?L? yh+?:?Z}?????S?1??<|qzs?? ?6wz1?X??.??=q}_?W???"jt?? .??}?!?l?&?M:I2??`8????Bq>S!n?b?9A]??????(????t?rO??R:?a????I?ZP????N??&??*?o3N_!N??,K??^???^?[?%4$/`?\?????"i????D?????????/ ???B$8?????H?E? ??\>P-??F????????6??IU2?:??is?V??T~C???G?? ??|F?????xj??S??>?b ?[?Q?k???e?? Gi?_??K??b????M?#???[?:?s?PT?zU??????$??&??E?e4to?L$?? ??Lr'?w??'??v??kc?????6M?:?f?h?????a???v?? qc?AO?P ?A:G\??2?>?7W????8c??g????????p6y? ;?(????-??>P??E????@-??x??H??????N?>I??8IE???} R?Go?[!h+^?}$?'?8$tK?E?d~^??'z!~???q????z???JO?R???0s???????& ]? h??`+?".????j?;???RuFGC?|*?1H?>?W?E? ????/??O?A??>aU~?t~? }??s?-?K???SN9?%??]? ?B?"7$?)?;?v?? ??????K`?Z"Z ???}??????1?},??8??b? Ro??t???|V?tz?O?? ??*??R?0???????(?r ???@!?????P???,????=4??x?R????[Z?Z??? ????p`?Q???R???r??F???????? }9`?? ? S??Q?"?8?H???l%??WA????t8???)B??G?L??)?Q??#A?;&????|J#?Q??&B}e}?u ?P?J?u'??w?????@?c?.?????'???????H?8r?p?3???????[h??7?0D?2???V??)????S?w??????=[?uq??? p????????????????0???}??wTS????u?m:??G??y???F0?? P?:???n?X?tl???$?\?=?????R^???A&?;!????????r]A+L?:??l??^J????g ;|???V??D?????b?????[+???Q8a????`j??K*??gXdl??_???W??{h??????k??^???,s???? - +??%Y?Ou!T?dR%?/?P\?????????K? ???????~6jP? ?+??~a?J??"? B????8??????{????? ?w ??{#Nb\?????{????z|'??0?;?U?O5y???/0 ???]?f?wp???}a?yG Y?ucDu? ^-.R??????? ?Q???oj?C??>???j??S?P?1?y??ADH??b\'?Q????Q???~??nr?6??r??!???d??C?3f?4k?????? ???$?qh?&???5?uX?????@b?9G.IYY;? ?i??z?+j??S??C?O????B q?d?6Nvo?Q?5?t6K????*??pD?Ll?|????c ^???????????@>?=%????425bO] }?(q??"?????5b???z6}|? ????-?L?o?c?8n??? ??????/?f?@K???57????q?L2????~?l??4?hWL7T??l??????[????????????I?VhV?-8?V????|S?J?} 2?????F????''J?:om??p(Vx?:?U??4 Q???$DG?$n"E?N]nj?+\???ZS?^c???JW?^????IG+9??h!?]P?Z??G?@????????^?j$????S?s????.:~???(?V?I????sb]??? SY?????0 p???????]?lr????:?Jc???^??%t??1??L9gT?Q ??O ?????0?#??R?? ??zVo?%uE_??3?R??=8A'???? ?????????b:^k????LY?????Sc?^?8??l????6?D????????:k???}?Mq"?????????S???Y????p0d"???P?? ?Dq( ???xB?i???? ?#|M???>?R?#?. T;???p+z g?.??????????L?q~?n????????V-?n???'tIEBO=g^? Qn1????p%?`}?? ???/??x$o-????2O? l^P?? ?)?4>?&;?0F[E??4?J???RZ??? ??}?Tv2~71?y5?J?c?b??hO???R???-??????s??}1E?T??im?~????Rp?O]?5?????{?%?#?G???????$???S&?y4i/????DB`+??a?? }U?O????:??Pt??f`f(?cK???'?e ]??'q??C?Ggd???P6E?????I- ?uB??.???A;Esh ?u?N!?7???(?(? G???]?L?s:S?L???:?\?{??? ????????X'???+?sA?\??U???~??=U?C?CI?????8 ?M?\sm?z? ?~8??? ???s??|?'}>?Q??B?)M_? ??|_P^????n#?A`#?h?J?m?5?K]A?Z?#?iN????i?B??we?%B??{"f$?N)????-?>?5?1?8??t??8?z??!IJ???k????s?u??J!2C(q /(6???:???|a?BEy?????9?aN4:??@e????8,i? 12NC!?k??X]??g??:\?(N????\???Xi??1???y?)?D?, Y6?Y?}Q=yW??d?????.?? ????8?&!?F()???c??V?#?Tu?c??kDZ???#S?P^t??#??9??fD?n?1OG?? ?>????{]!??\??M??e*??B'P ??V?(???M?<`Ze??DYGC$?0?????I?pI??\6???D ?p?h????2??. ???$???L??Jb8????? ???s?t ??~7??$???Ld??i??J??\??Zu!}?A=???a4????????X??s??rn? ?U??f??v???o??B????? 4?????:?????????!w??kR4?j?&??c?????a???????B??:??Lo ??????????_???n??]i?7???i?sf??f/b??+?;?S???4??Xg???o?t[??!?Rn?m'????u[F???REU???? q#?.?Xjf?HQ?!??M??Xq??? }???i?C|N??|???t?VoN?ew??N2?Z9?"?????wE????b?\*???i????T ?R?n[D????9?O?????N?E????i?=?v?x$?7r?%u???#?J?i?"???+???B?&B??M ?wt?9?????EA?g7???[??^D?????? ??????V`]-:??=? ?hmS(P?V????mI>?i????kTl???kc???E?Dk?????sW?J??4?hRlpu(?????~c?X???M4? ??- 5?o?n$&?B]`A????Ll???cm??e\YQM\??'??l ????Oo??1K?dJ!?$r?o?tC?pe?X '-?H?Y=???=t7???X?;IFK?????n"?'B]?])N?????%??$?X&??Hw Eehj?7:?a???!?a?A}j??Y:??j(?@_?A?P?-????]LC?(-?m??j??$???fd&]????? ??{??U?*???????wH96?+?M?????M????p??| ?Q ?t?X?5? ?P ?Z6???v+???&?L???Gf]?(??T????q??{?>??u????????c3????0??kQH_????T{???+????p?o??S?m1Z?zk'?b????9???????h?5?:8]?S?????U.yY ?????!?Bg??#???F????p?_????5?(??o??X9??(@???? ?)?>G?>???J?3N??z[??|???R ??? ??0'?:h?rP\?L???\??P+???at#????'??zd ??c?[???b#???f4????{????\???qF???1???N!?,?gZ?p???/?t???????gc?w?`?_7?7???Tv??H;M ???????2*?BeQ????^{???#?s?K???Z?uA?hl??!???k??wzS?ror?{q-???c?(???????? ???[????bg??A)???:,?A?_?=Jk?R?0qnZ[j?U?M@ 7?l?h???n?,-k??P?+?#?C??^??u ???y|?m???a ?*?B?]$??-?*?"?)[1qeQ?"????d$???~???k z ???8e+???o'u??D?{?-8??.Y?????yw%??b?;??{@c????:|+ t????\viO????"}?E??"??C&??????????;???u?=T#?o??h0E?4??"?CJw??i5???h?t??fr?? 1?????r??l at V?py?o?G???????P=? Wu??eZ??v??7~??2?H#?pYT?K?&???????eyB???)JB????!?3P?\?????c???e?v?J???t9??#?????H ???BY?~?J??|C?)?V??N+ q???N?~????h?f?U9.?????[oYuP?X^?ye?????r???]???k?I*??%?;?9?{|?=?W?2%??Ci!?k(?????;??Gq S??_?????q8?????'96Q?:sc?I????6wjd&U??~??u?????a?{zM?zy???y?i??a?i?????:??7??71?h?X#w?t|Ph'= T&/?+?]?\G??BT??M??qYNB???;M?/??h??y??R?L??A?qCq?x???'j2E!??? ?!??<4?<(65%n9 ?X{??hNSE?!??2??o?L1(?Y???r?}(??`????v???GW????????|???r?:B???8????]???V?T???HA_P[?????c??4?????9????F??V??m?F??rF?7LK?N?'??tG?m+??I???u?r?Dp?he??y ????jk??????w? ?^2`? ?O??l?;???#!-??W?n??N% ??????Q?????)e8y??&???3??y???i?Q?(`G?? ??a?I?????????Lz:df???LO?\??_???????? ??j??"????r??p???.????{???z`9? ?$? ????P~?nN?r?????c?%??:?A?/???Zc$??'???Qw??Uj?\5??}??Y 7?????O?-r?n.?.vng???b!?1@?LRn??? h????[G7d?$z7J????????z ???6wc?d???Y??f???x?-F+H:??B6({M]?D? Od?????{? ???z??nr????olA?m?a?$s???O??>?}?UV[m?J????e )?iM?3? ?.'3x/M??W{???5)???r+???????????P[???~r?,?gX?lB?V??:?????vOMA_e??+??/5???C????R?N.??P? B.????0G?o?> ?S$????O?&??'???e??T?.l?*%(?f?U?VA?w??w??*{?&q'??^] ??/?X?1??n'?"???v?????J_??????????~Y8????????U??n? ?z*?????~!???Rk`Y?U?Q??? ???x?X?L;?????'?E?+C???xd???k?$????F?D,%??8?kF=][K??[?kH??vZ???%_???V?|?8?9?Qn???e???Vs?u?h?{? Sm>?????B?*????#?zY??PwV??#?f?-?>??g~G???3i??:?LER?#?$2=?PB)??G7.9;??????G/T?g,S? ???#??zT"???:??q???uR?"???g??u???f??T?,C? ???G u?????E????Q??????K2???7??o???7{????Q?\????H&Zr? ?????~?{ qOq????????9"?????GC?*????|?v??????x?:??????? ^??T?%R?(??Z??a????????>?w?*}as???Q?ZeB?m?,?F?"???q?T??2????m??M?7??!"W??|_D?f?M?? ??|?-???W;?:{}??????m?R?F??? 4C????/?fk c?????|?\#?>??uU?h??|V??_?^ B??????_{L?^'?$??-G9f?h7?h??a<6????????n?I?? ???P^H???Y??+R??e??O-U????Vn??C???/7.???-=S??d??:W??zYE?/f?yJ??l???????]b5T??(w??b1?V??????&???????w^?D|@??{?`=K??S?Wl?!V??1Y=D] ??B)T?????6??j?S?N?^??'?0???Mi??;.??P@!l????? ???/? ??ae??&??)???#?Y???V??`??|??{?g?"?0?8AQ?????,%?I?%?{????Z?V?)?+??:???L)???????6h?4H)??(L?04T????fN??R???N ?fF'?yt???????l?d?d?l??:iy?x]??`'3?g-b}Q'??{???T???(-i??????*}?w_??w ??,?? ?'???l???8???;??8?}???:s-?8es??Rc dK?4DR?X?????^??&D?????M?N?&???????3????????f??6xR???oD)??_??P?~ ??u??.?F>?.k??N?/C?m??^p?,??????????$???U??>???? ???????l ??J???{Q?X??K?????????LA?:?],"??? ?\@xL???????j?g??uQ?cg(7N ??l???U?b  ?X?J??+t??:??@??K?h?/rG???}??Gg???p?e?0??)??k??N+???Ot????*t"???? ??q????r Q???8???,mC??SW=???P???K??!T??JIT5?j?( ?1???u?B????G??_>??+??1??l?p??????N?NT?M\?pT????4?(_jRT???XQ?;I?? ??ig?s.]? ?FiW?r'2o?Tn?y?~?Z?9 N?u??%h?29????&????`???}??5F?????:??????_?].??+}??a??????B?????y???WEw8?Q????\g?\?@????v???????H}?i?????????`?/1? ???????/?^????,?Nx?h?T?gX?O?&?; u?Z?? @Pvk?P??V??? ???Y ??.?1"?XC????9?B{??qS?r\?{?V???t6 ???Lr??\ tEPC%?? U h?{?{E.?H????C!%?k??L?(/?C:??G??3?yN?????~??R?w?????RM?\???Zs??"|C?i????U ?vj??/? ?PX?????b?0Q_0tq?:I?#?f-s????%Yn???2??!!a?6??`?on^?CcQ???Te??z?ci=?l????hJ72e?}E?????p??S???l???8?+s?{??:!xGBZ?\&3?zxb3A?t??t$???)???k????}?W??Q?z'?????+B?.?0?;|?)?`??7"??????{/:?Z?????\???L?gj??9???~?R:{??-8H?}?)r??? T?"?k`G=?],1H????A?B?9Z?k??????v???s5?#:l?9???H????s",????/#?? j?h????*???4?9?????????c????????????l??}F?:??X?q ???S??????-????U??f?69'??Ye7oT????????v&M???t"????? ??!?dz?@?:???x??W?3 Z??B?S?5?Yl?-Cd)?)??? ?d ?`????(??#??(i???y?/J^??[?????Qf6uY??&?????l???????G?W?x?"?INL?E?0?\????}Dw?N???}???U,niM`?y??g??H&??A??O^?g}f??b?"??M?0???_??.????2_k?}QU)@???? zH?MwF?#?8K??YW at i????o??}T ?^}??S??z0 ,?J? *????h?b????!?n??????!?[?<75D?o??????r???0%@EA?5???{?FA^?u??zt???&?? n?4?H?lKv ? (t?>??x?M`+??6?T?t???C?CK??{?!??:?V?? ??P??8???_?Q??B?ej?????q?%H?K????(??j??>??? ?@`(??3-??BiHJ???@?DV??3??y? ?vQ?G?`?>???A?y?a?!??X?5????TEw?4???/<(?%?u?%i???R?$T'w???3 ????iQ?lX#?o????q??Bf=?Hp]????4R ????#?#?x???wQ?L?#?S@???AF?L]??????(Hx ??????0 '??p??'w^V?s e???zP?????\@?U6`H?m???z??;?f???Z???7??p??????}b ??( x@???CPev??<?\%??1$% I?R?O|?nX`Sse0fy? ?UF9??P/?l?}?f??FT?X?H??c??X????8Z?5w0??Za??w?= ???s(5o?8?r5+??\Hx???{??3?O?V?#?u??4?IE?gDQ*6R??b??uL????????;e?????-???mtRn(`? ?y?F?P??%?Y?:??$??????|!{??I?=???mX*5??1*7j?-rP??8? ?ae???531%?HP?g?????p?^?2z,?,?1?,?bt4????m,Y??v????^Q????s5Y?4B??I?1m??????C????KRD???? G????G?????#?????KA?Gh???????v???H0+???h???W? ??????? ?@? ?r?? !?7??#????9~?? ??#}???4?? w{x 1|???A Z?u??m??f ?"U6?(q?dT??`???K?a??????#????????5???P?eEC???X??w*??1]???-vN?M-??????m? ??l`??l??&s?x???3u??79'??f????Z?q?d`?3?????4R>??R?????+)?*???D?s?v???Y?:?M?sx8+"Q?0?????m ??????n?hU??.???t?????????U??D?,????9????L????]?? bLi4?fl??i??Du?[??D?Iad?gHZ?!c??li?%3???4?=??U??G$?V?m??????????L9a?*1?`?M???????4q?m&G??:?n???>???t?,?_p??%G?>Q????? ?&~??K?-h?#??k???G??fp??XF?l???hq???3??% ?r B??P?%KUS??~?H^???0?U??R?u??? kt???Le????kx\Y?m3j???0m?j#??as?/ ??g?Q,0?tNU?????iq!?????a?4?K?n=L0?Qu?????n???`??_~??????:??4??Q6??P?j??EcKZ{??'T?w?r?*???\:??s?~????? ??Q??:E?,(O?B??G?>K?.M(??'???`[?O????T_R?;???+e?_ p?Dg?????n'??>wP~:b&08??g???j/?U6}??u??`?NUx?/??????????u????q?W ??????q/? ??>?,??yMtU?`?Zq???e??ne???????: Z??Ev?????sV?n?j???V?? yj ??????\{????*?u??U?s??% ??B???UE????/c,????-????'?N????????Y?????K?5??-?b??f^?'??{?%?Xj CP??Q)|??s?YG?=?z?9 ;?????AZ??????<t]x.??ni????ZV.|`?_???8????c?~??p?-?I???Z??]?=4I??d????y?@z/^@?z5^\N????E??????????X 'c at v8??nGs?|3?^?.?v(?jA?E?g+?? <;\?`????? =@?2-?7yf? ?W?N??@?????>??'!?O5??B?y?T??{??}@T?? ?m/]+/|?G ???? ?m??S??d???8L?&e????UV?V?????? l[?X#CZ?T?I??\??(#?@3?6l??i\4W??-|&,??vF????u?Pi? ^?????(???e)F?????|???? L???????%??j4???`f???????BiH?W?% ??|v?m???Q??~_?h??% ?d?I??|??X.??? Z? g?%???1??oy2?}r? ??D??N.??*???{!????b{?~?x?{??UE??_T??????w???O??)?+S? ?=???????oo1??????PW????m??|??"K?n0??%v??????????q??m???????w???F??? n???q??P??++????????z??r{B ?t?x??vJG?Fc??0G8? ?h??4??Z??A?< ???~|=??????-??V???\??9???????eOd@????]4gR?!..??@???W?w?C??x??>?K|Q?*???F??G??????"?M}'?h??/?p?????? ??@m??W??W????:???eX????Q?!??aEc???yW?7?G??$?(??d??!?^??JM?I?D??? g?????4??p?"?%??gxl??@????? ????A???V,?pfK?)?>|]??A???F&Qr??'?????:??9?p;g"??????w??t?[a??>?@#>U???????wL??9~?Y?????_?i?>???}(????$?x??? ????C7?}?md?5Q?E??F??=>E?h??C???X???0?b?|????q}71x???? ??1??PK PK PK ?zC????m??????6?U???wfgv???PW??i????$#? *s.??l??%^$??RY+)??AN,??(?1?Y??K??, NY(u?o?? ?????#???o?6lo????4?;V?;9Aj??4P???U?FJH ?(q*?'U??????b?Ay?\??(?????w??N???????5?Ck?;???|y??f?iz???J???I??IG?-?_?9>??????PK ?}?7?~??w???oi8zvNSo?e?jc?G????M?pE???\?[W4K???:+Vy??y??????fS>???????E??Y;??Wuc+?qYM??)?xxg?]]??~??Z;? 5?k??H?d??],????/?&?? ?k?D!??T??ov???3????h?s??6i????V????e???????l??#??%???o?.]?? ao?}??????mei?????k~?8????ih????????????????6?>s??? ? ?}? ?/?&_???????9?-???w???e?f?H?x~!??U?\?*??? =M? ?yW????????? T?0p?=?xE??17d?s? ??<%???=??6??y????[??????O??z???]^???T???1????xFu2QP? !"L&?B??= ???\U??~????DM???[??,K?W;????T?q?hD??W??U??8[9?m?;.?? ?|iC!?`?+??X?J?c?,??~??J?TKR?sF?????????7$??A\?d?zbG_??|?7?XG?ue???n????&???m????Mp?=}?~???_;??+??i???l????Qx???y??D???4?6s??p?yK?_??b=b/??T???????_'s*LGq????l`P?P??>??:]L??D??? ??l? D bQ?q?e???1???.??#Ed?eK???L ?]??BB ?dWb? ??H~x??s0:?9???y sXJ?Vf?A} ???'???Z????9 L?T????eB"#?????? ????al/*??s? c ??RY??e??I ????[_6?3`???'v?6^??K5??u?UY!b ?U^?????]T??U?y`Ib?????M?'???M?{7?5P??m?? $ A?\??3???TT0w?L?,I?8K??ok??;8M????i????Z????#?V?`?0??Q#?[>?e???B??.??8?S????j?Useu??I???gA??.??.Hp?????????????????en???.9?_Z???I9??Y????7y?\??? b ?K?K2#Ow?.?D?,?[P< [4?LU?l`9u:??h??@??v?d? X?9???y???PO?u?K??8?V ?\???5??3?N?6??O?"rV/C:D?U??6????o\NV_ ? ?????!???5? V????3Q?{???@???#?zH8 ? ?L??????34??? ??,??lx? =??2?g?????Xj??%F?z{?!g???t?? Nt???? y?8??3?F???U???&????|???y???. M??(?T?`?i?4??8????????w????6 ?=e>n???,$o? ???,????#????p;?????P?|B"??,7,P??????r???+ZZ??] Z???[ 8??/|?@?????y?_%S ??e?????Q?????k???[?-A7???]????.?z#d?A??]!?OvpQ?????Rk??"??NUW??d?V0?O???_?????H=??4?a h*r? ae?Z??X????11b}???????0U?#?W????#}???y?????NP8????}???_a?>????l3????6?5Y%???4????'p?&m?0/KKO???H??t?[=???-?????SWE?F)?p8k??2??9???>???}S=?5j?6t?K~??#-?\???f??"{??U??E?@,?????Pj??HDW[r?4T?h??E?rO??$ ]=??9?z?e?lQ?u?A^?? t????????f}"?$?.&???? `?????P ?9=??????5z????????E??!"???Rj#n788?i????3a?Y?=???8k:??????aj?0P?????????e?8HGw?!??i?G?)??17???r at I????X#??Av?v?g???]?!|????U] &?????Zp?sn?/1?}???N|???]?.M?/??? O?Y??X?9??????A?(=???k9(*y??lK????L"P>T(??Ct?OR!>????,K2????????#?????\?o?????uk???/? ?g?J?f*???d??C? .??vh +??????7P?*D???%?X8??????{?P(?C??GCs4??ehS91?????7p???B???????:0??i???> ????.?XixY????G?x????%??T??????a9)?o$?^????? 4?m?3J???+Jv*? l;??9yj?4i????F9?*{?B?U%9zn?SQ?)???kw"Bh?2????|???????h?75?? W??Qd|#???/z?T?[iL"???7h?{9???MLX??? p?@[????N???????5?j X??+k>C14?V?5,RM?7?,|eN?Q=}Ts???q??????C?s???? |?D??????99?????&/ ??^???32?+?|?u????E?1?????? X?m7??NZ????,?^Z#}O?E? F??x??5#??? S??but?p?????????Q,`????R?rI6?P6??%nS??_=??VQ}? ?]????????y??kNA?k?C????m?VO_g??H9|N??Tw(???e???jM,???B1??_????sb?{??Co%??n?3??7C_Y??r???J9???k ??????U?5?G???)???o?\?D?wIIP????4??<\bzT;??-n?P?^Y?Y??3??????_F???f?????????r?p????c{=y7M?????(???????????8?~??t?'nn???????n????g????O?Mf3??g;????G?????/C3????nf?8????? ?s??????e:?Mn>?x??c:??qf??^_??|???S?/???t6????????tMg?{????2?}?}?>`m?????????Ox???????????&???1}9???~???A??7?3?F??n?3F??????xJ?????M?'4%?y???????P~?p=????????9p?!~O'??????Fa b.??its??*?}?r???.h??W S?????_?&?????4?????~???A???f|I????????%?a:?M??oM?N1???????<?????\?B?????sD0?? ?I????Lhr?????+?E???I?n???g??????i?].?TK;?????k&?!?l???????>?Z??????????I?h???? ???\?j?????@&?!???bSy???e?????]2???????gY???[|??7???w6?`??I??.??Jo???J??mU?rS?????????j??t:)???vLG;????.$??Vya?e?*????????&]???~.=O ??V 3,z???,????????1?H???9I?8???T?Cp?@'????i?D?0gvO??3Mkh?Z??r??vD?#&???>u?S??*(?'R?WZZgK??o?]?%a)???d? ?Ts?^??T,?C?V+?")-???g??v??^'????\??B?M??r?%????[??(A??2????LK?Z?y-??>???&?ee ?9?? y?,[(RV?'?l?n??????|U?T*n???zj*?tV!??yZ3?????6LOl??l??Y?9??"Qu?DcI&???].?%??EqC_??)?t??8H?6??N??IV+?S?S????g??!B?NC~?%s?G???????J?? 3????X??????? , ??}?"?#:}R???]?J?3k? U????( ?+?????9?%???J?ot?????????% ?]??Z??g$??s?&Qdz[e$T?????y!3??g9>????'L4??0????\?sK?Y?'?????? ??XhC??l?^???)??Q?????^??(??%?_! myI?]'??A ?{1??????k?ULn%lRk?+??7??????????7??@>?c???$+???qB??'??* ^????j?@??!?e??3???}?/H?W?]Hm?????a????<9Zr?QN(?????tRB??????d???!???E? ??C?.???p(????OEQ6?]PtA??????A??2??????????#??? ????Y[???[|?E??????????0j???/??????53o;>????t?un?]?? ;?p??%4|R???^Hu% ??"y?? aZ?cSz1??????up?NN? )????g?Q??????8?????? ?@???s?????p?,7?*?)s \?e?z?`&@?IH?l?[mTT??X???;?9Q+?i???7?0? t?]?????w?{b????4???,'?\s?M??5i???6?`??a?8@?T?v?? i?10r.?! ???cm'?X_??"{??+?(F?N??I Z????RIyGO???3?>A ?N?l?:?? /???X??????s??nfF???? ' 1?R? ?/?+^]????=??sZ?A???Y evyc93I?-??/?? ?P|???Lj????????l#el????\??a*?y?????????B?Svc??????~bs??????????P? ?6~?i?? e???3?s:k-a?????4?????!56?@ 7~?v?(FU????? ?q? ???dJ$??`??+??I??fY-??<} ?{?(??G?Pp)???m?1?????)?????"??w?p????SW???q? ?!/W?^_?m?hZ??Yr?=z????C???y??\?2)???g?& '3??*??&l??HAd?N?????[?Nl?????0?????O?F2??}???pb?F>? ??????,??8??c38Ct?+?P?C???????^A???29??$???+?( ?< ?L?8o?????#?_? ?]?3Is????q???F?????????#?y?px?%?O????v;??D?9? ???H?aF??>iq????'? }??3???????`??Sb3Lnw????????dpI? ?-b?]????D%???0y?'???!?A????Y??T??~{?)?????qbk?Cwd?A??????k????;???{?@?h?i_3???? v?qA?5/7?j?(??mnJ????akE9??????v.?F??b??WH1???;???V?X 10\??`R??] ?b_>?7?|I??S?rj?Q???Q?$N?l????qx{???>?1??cAg0\?(23H *!=??c?)??2L???T??L?{??L"?J+0 D}=?????F?:?}n7vNY?o{9L&(?????n????????q??^????~????TN?S?g???wX i????E?s??n??$?? ???????LR?g???.???9q???kS4$0??????s&m?L??????B?6??y?????P?-?v????Yd???TgZ.rW?"???Q?8;:??E?V???7'?5???*pO??u?[7??b??l?BF????\?x.??b[o???mXH??Z?B g??W"Th?????????(?????x???n?P?r?}I?????w????????B?U????PK ?d From pnemade at fedoraproject.org Mon Jan 4 10:20:04 2010 From: pnemade at fedoraproject.org (pnemade) Date: Mon, 4 Jan 2010 10:20:04 +0000 (UTC) Subject: rpms/hunspell-mai/F-12 hunspell-mai.spec, NONE, 1.1 mai_IN.oxt, NONE, 1.1 Message-ID: <20100104102004.AB4AA11C03B8@cvs1.fedora.phx.redhat.com> Author: pnemade Update of /cvs/pkgs/rpms/hunspell-mai/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1180 Added Files: hunspell-mai.spec mai_IN.oxt Log Message: Initial Fedora Release --- NEW FILE hunspell-mai.spec --- Name: hunspell-mai Summary: Maithili hunspell dictionaries Version: 1.0.1 Release: 1%{?dist} Group: Applications/Text Source: http://bhashaghar.googlecode.com/files/mai_IN.oxt URL: http://bhashaghar.googlecode.com BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPLv2+ or LGPLv2+ or MPLv1.1 BuildArch: noarch Requires: hunspell %description Maithili hunspell dictionaries. %prep %setup -q -c -n hunspell-mai %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell cp -p mai_IN.* $RPM_BUILD_ROOT/%{_datadir}/myspell/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README_mai_IN.txt COPYING COPYING.MPL COPYING.GPL COPYING.LGPL %{_datadir}/myspell/* %changelog * Mon Jan 04 2010 Parag Nemade - 1.0.1-1 - initial version --- NEW FILE mai_IN.oxt --- PK ??s7??????'|?????[??}???!O???&????O???W??????Z?????}?"4Gh????wc?????@=?P???*Z??}$?A???X/??{p7??O]c??wX?]?q?????? Tc???????~??k)WG?bP ???G???A %]??????????46??"K?k?F???Z?_&?,$?Y?????$?Y???y???D7T??Z???F??S?2??~??H?`n ??*$?? ???[?@? }@???m??U??Q?zlG??N?z?q???5?y^?SN??]??*y?ys? U?rW?2cz?qXB?[J?= ?51?`[??? ?s??j ?:?=b?r?t??UF?8?{??????,????+?&?*???????7??2o??8????k?F??( 0h??ako?r??+?U??Js??U(??????@Hf???.?86 ??@??s?2?? y?????? (W5$?in?C?J>?????7{?8????L?? i??&a_??"?J??c??? o&?$Aa?)g??rK????U?Q???v?????:*??Q??M??[?bY????hf?????????? ?Q??^??????u??B????2?Y????????"qu?????J?????h?Un?4 eX?&?#????9?U??-?5???????b?\-?*??Kd?(?4??V???c??'?? ??X? ?1K?"?n?????????s???pd_W??? ?:??y?Cv???????Sn??? ??C?|j????N??"?R?Z%Z???Co[?]??????;????W??*??]?: ?R:?~|`?+??W2?_ii?????)9?Z????O:?/F?C%????L^.u?tt??nG????|N?????uZ???~?A??e??,??2?j,g|/C{i??F???U??????Do~???*??? ??????R?.???|,? ? ?????5"??g???8??????????F??>?i??M????@?.?A?????????_??tp???U?z~??$?ZSWB+hd???4?:?Z#??????-?gSi?}???? ?;??G??U?T3??[??j?T[??????_u2J;????T=?t@?y6??:???o?R1~s?B{m_$6???Zl?^%?????????A??g?????H???f C&??n?^???@?#?R?!?????{b?(?????[d? 6?@f??N???,??'4???L?+x%tP[k? ??? ?(???o?m??5?Jrf?}??jyq?{??u??2A=?[?Zqz,tC?[c????c??(??d??????????P???`TTR%???!?C5?Y3??E???gM ????v?~#z?4???&?1t Z????????PW???C??????Eu ??M?????2v????y>????-W?????T?0-'?Fm???Q?? ?????,?/6?~A?4?k??h_l?~A?R"??j,I????????@X?Q[??????6?}A????4??????????l??l????j?3???8???{B??????:?[%` ??Xj?X? ?j??????6?????]n???E?????baY??f?8?????1??U? P?f?????jl(?F]0[??????? ;???[?"??qK???? ??[ ?8^???????[Z*C&hHa\???J?_??????? ??IP??.??+?G?[.??k*??/ ?:????W YJ4'???K???q$:h?[???? ????????MND????;d??aG?k#?@?r[3~?????????r??e?1rh?[u???; ?=?m??????g?,6`_?T?rS?d????hUZ`L?R y?;???q???????>QKQ?????r?????;????_?)????????{d??S??0???????=?t?j$$.???????=?Z?j.?; ???N?????Zx?;??|K??.???? ?~?.Si ???#????!?@"(?o?L?HU{???l?k?o??> ?3Z?mln?????ct%V??G2-oP??Y??F??????+z?*????d?K=?T??g?`???'4$?9k??t?-JB{7?>?~?Z?:?6H??? xL ??????M ??z??,g#?? ? ??V]?Xi??.???RK???z'_???l?o???L??H{t?????S[?/?xN?L?"???BF?;?j?-????Ej?!V9????K??????R?[?c??}~lM??? ????qsF@?????i?!7???????!?Y?|???5xZS?>??;+c?T???>??? ???O9??o?7?=??? ??wF??dbw?>?{][-?e$?)?Nt?9?a/?eU`??4BW??;[t?+?! c?>?\-?(??Ani??5?\0????VRx??n?ntt?)w??????P???)l?!4???~SO???^=?;d???:?!???M?5?"????H?: ???^?n?LD?C???????HT???????????????rc??? ?O??&?g/=?????????:a ? ?o??S`oO?,????#???.?xb?`?????Y#????I?????G?XLqA^_??? ???N?bycU?"???3?Zh???????>T?S?g?>???????Z?A/?~?????L?>iX?'sN???v?o??? ??"P?B????) ??????mA ??[z??D?p?D?AU?P Dwp\80?\.?|p??v????XpG?m???Q?? ???cr+d???U???b[P ????7?u^??%? ??L1n??Dyu????P3Et?f=?????zu?? ?~?0R:?Q? ???O;?*?r1??8b???F[_????k???V?????.M??K?x?Y?}y??K?)??????*??%B?]???T%?@?P*??? ?j?+W?l??P?13?_??9d??1?,?fc?>???)?Q?`:]sM??5~x?~$????"??:?????z???&???*J?R?????Z?U?6??sWvb ?_1???uK??eY?1?w?????)3? )A?y?w?????A?;?[=?d4P???P?%rO???2? R!??d? ??f%v?q???QC???G:??????? ?D???Lhp?!Jp2?,?=}44R3e5???r?3????Tc;?w~?38x????'F?g?h)???-?????Frz???????Xz??d??? ??+??? ???f&4t"0??h_1 at T??/?k T??????^O$e????/+2??{@^A`?=????]?b???????????Y?}=?xUd???&D^??h? ?I(?? ?????????[?#?+??????vR\l????3?[??U?_??????( ?2J???8?m?_??5[????J??????HRnAmt? ?\0XE?*??8?'???RF???3???T?]???Y ?q4??|?)???St??????J??C????}?u?],?7??M ????????????h?S/94{*%?y????????*??,?????u ?.5?'????b???N??K!???S??^??~*???8iddI3i"?????????`O?8??g?P???J?kie?U?+?G???(@?x??h?g?????r???\c?OKUE??? 4?]??T'???????+0r???g?3??%7O^???(???????H@"??# ?EMe??I??????( l????? ??j?? ???eGX??Q(?1???x?c?o???P?????x??R??1^???\(????QA???-KC?i?`??E53?hS??qf=?x?bpa?|D66"s???K~p?@?? e?M?????,?M??(k?CQ???< Pq??[??&??F? j??We??E^D?#Z?d?BE3tI?qDJp?W?????q???9 Dw9?/@?w ]?????????2d??s???~?Q?G??????????1???+d???hUF???-Q?%_????;??{%??~?3?j9?{?;??Rb|":YP?????S??@o???n(???"?*???V8A\??.???[wa?h????fE?L?r??9.?O?1?)?????*Ev???}???????W+O?k??Se?5??zM9M??????I!???T??CS?jb??H???QD P???TF +-??Lm)?j?? ???85?I;?B??{2????\0?A].??H?#1&9???v?qg?%??_?V<??????xvE???? ?p&:@?x|cr?+V??:*SH?kW6og??X??????GB{?vC?w???u}(???.4j????=???G?+??o[?K???a?GN??????w?AJ??.?????1?k???9?!o??*????? ????A??L?2? ????D?????C2?TOzm??W???/??G?=~????????+?',?v???????ol?G?xK????E?c~??X?x,???. ?c?????3?a??????D???L!????T?rO? vs?ba?{8????2??Auu1/? z???!??d????R?K?8D????0%?s^8i?? 5L? vi ? \h?9?=a?\?4?WBw????]v??4:?Vv{??=%??g???`?T?.1?????[?6y{3c????Q>?)@??`g???E?Bt ?d?b(*va???????)?? ?? [????li????'E??(??@2?k?`<9eZ?q??AW~????6?!v1??:???o??dY?Ze#0t??7 `?^??7y??=`?!??|???N??1t ??p???_?????????Xp3?OQ?????~?Z%gw?v??x2@??? ? ?P????t30e>????\?3??8?6???AZ2?UC???3?f?s\??V+?f`@e?`?X81Q???;?La2??h^>bcsO?N?n?*??n ?):.?)a? ??4?????N}???????)?1?$['????BJQ??8E??N??Sl??/eTex5?u5w??{S???p?y?QMb?h??l.??????f????)N%YpvYj?z?:>?C ??[??????s?1??f/???hy??@Pqb.?g???U??dl?r i??M?u36mX@ c?I?="!???7?dw9??mE?rPw???qas???y5?{$?uXg??=?A?dFe?(????Nz9??~?Kn:??t }???q??O??P\????? f|???E?2HTF?X??@4?GzC?U??T?/*?????????6?F????":?:#?W?1???(??(?cTe??-??e??:?Z?C??X?????J??K?b???,?/?Q??/????iuP?? ?????????(???B??|&?^???4?Z '???nmU??;???_??=})@??EA5?C??(K?1?????^??F?}UAjJlnQE? ??[?Q?H2?`6?9?_U?2h??3 ?????8c^?Zy????MRN? K1???eV????????[?*? ??2 ????W?^{??d:??????f/%Ux?8_??w?^0?S?P?P?V?????? @??P?q?'??y{*E??????k'?:??E?%?u]?N???/??? ?2??Z?s?@?E???o???`??6J ?????'~????????*??F???`??ou}fs?';k]?wH?T????$??} 5?uHK?h?R?#????n????????+? ??'W?b?o?C?W?>3??d?????fNg?*??(?a1?I???2???? ??R?? ????? ???cl??dj$?I?w???@?Z#??6$p?E:d{??t??c??F>Rc??o?8??4?z ???O??????????i?x6????$???e?q?O??:??c?9??.??3??H7X?????G??9v?&'Y'? m???????ncl?q?%_???9?1?tU?1,\??_?'Rd?El??O6`"i????B6????{??B???`?(??????y?F??=1 xe??&P%?h??~?x????,v\?N????N? 6?????_?6F????ME???E? 8s]d7? C???wp?f)?R?y????.?%:??N????u&?-??LU ??s???l?'=??G?[???.??hP?}????fMg?KN?p?(?b???V?'?e'`???? i??Rq?|?????2:H>????j4??-G$4?Z??Yh??=???0D ?\?a????u?s?vb???\?;??7??????o?)d??e???v??}-P^u???C??G!9?6???$??c????%???Wg-?m! ????v??B?b?!? ??n?9?8??zA?;???A???qt #??R???Q?L?,?????Z?????Kl???O????e?"???t@???R??_??*t??;???C??1Z?PW:z???a1{??D~??&??I???\c??S?b4nK*?*X ???D??i?:SF,??????x ?M???:?"?D?????).5??>6???????i?_8???T??PY?;?z?????-U|5-????? ?Pr[??\???P?=?&???U]?F95???????~?/???"???i-R?????????|?S3???-???- ?7j??????????^??jG?+:C???????7?tm?W?+?N?"?????RR ? ????)c?g&?ot??Cx 1?[??3?_?]_??????)????????????|??-??5A?{?P??VMD*???CE?C???U>? ?????D:],? ????@?4?g??im???j\3?/?";C{?T???L6??_?y???j????????>yZ????"??7: ?T??8??9??J??O 0zEM{?by??4T?????rR(mO??????M?9Z?? ??6T??[?,?o???W???5BJQ]?pz56??????m??MHZ??{??LV/Y???????D??#?????A?Ea?s?!Y?Z??5????Q?(???1??A?U3?W [3du??"? ? ????8???n??$???[)??T?C???????:????t??JQ?i???"??F3?h??l?????G?@ek???.=?T*b2????????????W?? Yq????????P*x??????[??sN/?H?w???PC?? ???V{/????X)7??B%??Q?u???z???f uM?3au;U???????W]_????r6j??^??@F4$i??????|3????S??T??HWH4???8????y???6????5?? 6?.W???2?cys???J?}???u??Ug 3?E?????&w(?????MA?[B#?h?l(????V?t ??~?? ??* ????lPM?M???/?4????D??UJ?fN??#?M ??6T<?E?l?1?@??? ??Q?????????JXk?K?T"??a?????05\?-?(5f???x??????????????F3??.?H??????D?c??'a???Ht?0+?i?? + =??r?&|??!?W?? y???oI???0?(6fA6??????{?????Hx?$:?@?<u?R7?? ?????P????F?l???a????=?P???????Cr7??g6?L?~???4kJc? x??u j]?J??$??C??-~???mqk?}H)?"?bK?%w??+wQ? ??q??? ? ? ????K?0 ??1~?????3my??Yf?v??c??d>?B?`?.??|??i,?Avi???=G%???&g? ??=??+|???'?jG4????!t ?????!pF???a, #?f`wd<(?@A?gtA????t??????(?i????=???D??P:D??~??X?9?? ???](?I|??~??g?0??r.P???-c??????R``S?7,_???d??Z?P???W??$?????H???d???Q???W?>???6?^S?a?C^?r?a 1?&???7???eFeb??P??f?:V}"?slH??)A??/MV????e.???0?{?;?f??5j ?bB????C????};?o??;Z?;{J?s?)6?? ??7???k?w ( ?t???d????????k??^{-???3t/'????f??lcKU(???(??_??H?????f_??z_??%?$?u? ?j???????#?"$??? Z?`???? ??P?g???xA????? ]??'J??q=EEcy?c?e?|??v?{!?Il??r?eI#O??????Qd?1????????[D[{???Z???z}%2(?o?????U?@?AB?-?f??&h`?'??h?h???%?#????l[B? h?????????j^?u??a??I2?????I:???'????/cV ZB??8???S????PD???N?m?/?x?????P?!???`H?]??7?}Z??[???? `??FE?????|wi??6?P?C??Y=?Z??.???B?? ?6? ?kj/??E???9-?T?p????A'????O?"=??? }s???@j  ?e???`S?{?SA,B?B ?v?`?@??t????Q)?3?E????????3@????E?=?o???N??VEJ???s???8d???;kq????d?b??U???Q? ^K+nlz?? ~D?LRD ?HG`????(*?z????D????ep?I???8???!Q?@? ??#Xnm?????1?N?? ?.{?+?gv??3???mw??_??????8(\?.h[?UT7D??|?!??_ ?Cd?? ??J?R?H?????r??{}?C??!c??????h3?f81???K?3??????b_???[?S??????nQq?8??G?T?z??[?????j?C?^?????@WP?d&??O??{h?\$(?Yr?? ??a??xK???3?i??#vh9fP???rTA??,{?R???{? ??=!?es???B? ????KM[[?$@>]_?L?e^Rc?M`?$???`kW??*x???*????[3?4?.?5?w???P?>-H??Z? ???E\?\g]?2??M??P??X?eL? ??t?=???^??W??W5Mz?-??5????????W??????i?n?>a?????@???ZG?????1????Tv???Z-?#?d??0a1?!???g???9?$?D???.?i?y?K?p???7^:e ?D?F??WAI?FdW)???#??e?3}@??@??p-I??3Fh???^?yd???????L ??$? ??Ia??????z?Y0Iiw2?L??????Ba?Q at m??P ????Jf8??????:???M??V bw??y ??z>v1V1????m ? ???????????T?$/?L?Co^?????/?cOE?1????????????6?????P vBL?@c~+??????!T?S.??.?vF??K?F???$(|_??4?l?????f?????????zce?X4???r]???????q?m??w?4????=?O??1?]$??]?j?O8o?i$?[L?*???#???#B????0?I?6????`??Ml?+?M?tl]G?oeBl2o?HWC?x?z6?W(????./@SR????c^v?[`??)k?#ek"?z|0 ???(???%d?S?$~'???w+?w???)B:-Sgy???L?|G{??.?n?????w$>??uN????w??C?????c??H/C]Q?:?-d?/???}&?Y????????[?u???????c-\??t?w????8?f|??C?|L??#z?4???G??!:??F??b? ???"PX?????PFwL?+s??P????{?o??????`J??_??v?????!?;*??]?q?0 at S?g?$?Z??.<7?`?0??? ?.-??f?3??k7]? ??5At*?r?}b???`]q??M?=?R'?T??Q\?N?*?u"91F? c?n??ZZ?????FzhTZ?C?B^,?N_cqN#?fl???????^?Q?,1B?E?xR+Kq??;??Chd??????{?30?G??'?????N?N'A:K?????.?o???$~?N0?????$??v?? ??xAk??T-??????2?A2n?S0:D?S?? :?_?3F? ?? t?2B?Bb ?3{?q??s???? ]?;c?yd n=A?b&??sF?H??*??K?5?s???P[5??i?A??FVmF?.0R4?I??!??i?%T. ??V~?q`???X?C??=AOH??FXk???+?V)?k?s?? ??b??4???:??F??????x??????? r??8??j?? jl?????jt?Y??g?????aY?*?n?~C?????(?:???EY!??b????I?$:P1kb?0l?n????#??<??hV!??x=?X ??8;?w??X6??o ??H *Lt?-???????-V/?#Q?????I????M????h5&dnZ????>#= Ad??CG?p????x?0m?{'3?=^?c???? =??/=A}???!?d0???bk??f???u?\?W ?{zK???l??4??ve[ Fa??cN????hK??????X#???P*?PD;?zU??? ??7? Ag?e?????????^?8? N???_??!1?:%:G???S???7H?P??%?hDP?????1??6?-?????????z???\aU<mlbP??}m[?D7D?D???R ??D7L?x?qh???KH?g?W$?g?Z?h?? ?z???Y??U??)?09??*}??H???o?????j c?$ ?`???cC??QOu:??]sy??z?lG???nC?Q?si?f0=???1Vqld??[???.2?????u?????h"?O"Fy??$????Eh?? ?+?3z????1MmbhS????mQ???D???9???rA4h??????R=?>??_?B}oap?yo????????k?y???I3$? 5Dpl2?w?????????~????,?;O???I???? _?&?? )?u?)????D?H??????????????2:6??F ?????%7I[LwN?o?Gc?:l?ln{ ,?V??IG??#?M?Z/|$4T?l? ???1.?????$?"&?/xa??|???G?5??K?VK.?@??~?A?5????JV-N?i?g? ? 6}???${??S_?X????6?8E???]?:=????B??????s?u/b o???#??*N???????:????4?????eKQ??G?k?)???_??B?~????3?????D???J'2?Z?W??aY|??|?^???|t?? ?g?S?x?{??(?w(?????^Cn??^? ??#Z8[?E?.?=????=Q?V??i8P]?Hp????o??2??E???W??B??(?i???n*?Nc?8?i?c???Z?y?3~1::?y?g1?m???>?(?? ???$?:c???L???[?e?G?"?e?Ywi%1e?%?`1??`S?NL7????oE^>(4P?????L??2??]??S?s?????M? ??~^?b??!i??uej?? [??3?]0????B????=\(] Ko????e2je [??]?unJm?b????nc?%[9i7??Pn? Z?.@????Ep??h?bo?-?P?Q6jGl0q?ZE[q?%???O>???AZ6 ?g?mlt!??/??3C??^??????0?Oo??bGu????e?????A2??j?l??1h?+?D????\d| ???m??]?)*u??l???"????L?mdK?]???{?Iw??mP??i?( us??S}???3??X?????D?5?`F:V&?ro}s??VkoqU.AuU???p???x}??R?6$?1V?^?^?3??C???????1{?o??O? "??n{???? ??Z??U?m????(5}w(?????S#?A????OJ?s???{???7)N?;1??22zC?X??'?L??`=e(Lx???? 2B??? b^??????_?p????:??n}3:}?\\{>iU8iW0?vht???z?<,????1?"????f8*?Ym?_???]??*X?a???~???m??B?x!`W??????>? /=1?5??r s-B^?A?`[?0;@??#H????5B] ?N????1>?2?(d? ????????q?hY??xX????uF?c???; t?j?dQ, ??*?e?? ?[ ?S_`o?cz$MI?=?:??Q? ?Y? ?? ??:?V??? ?? ??{????>#@???iy?@:?(???lc"d:??Po??6??????VM+?gF? ?@+? /??????q?!E??M?Rr?F??b?joUj????&`??f?????vK2??/gA?x]?(?Ye$M????y???? ????j ??V???d?????e(?'r???fZ m?=??????U?????'??uuxT=?!?.???m? "??_?0s?'z?????3?}?s?W????Zz?6?$69?????*????]?????js??????>????EFZ???3<"?x??o??2?g?o?HS~?]?EO?)NC????^?a?B???Soahu4 at V?W?'ma????O???,?.m??P?u? 5^???Q6?2z??q????6?P?F?)?]_?4Z4???{$??APVX?!??Ty?lN~???????"{?Qy????E"???1o???nt9b6M??C r???????????yGS? ?@7g?;??>?NB??E;??3?25q????o5??W1??a??[??'??N?9B?I???*|?3eg7? ?;0? ?e??VC??Z)??7??????????U??`?a?????~G?>???t??IZ?~C???????????K ??\????T?KbN?Od??????????a??SS?^{?? ?S ? ?B5=K??n1/?n?2L3?#???* ?d??#????M3????/?.?? +? 6D???SfO?????[?????k??)]???wK??D???X???k??]?4-z?(??7???? ?t?!?VHX?nE?vd ??N?Yj??#~g?e^A??$?Z7TCf?%????Q???K??t1?a??E?_??~???3nD?^??kDo?w?4?e???g??????????Ukl/?????6???a%?a4???[??}????0????H???)k{j??????xo?@6?>?e 7???1e?xf$i ??b??_?d?DHqB?O*??o??LD?/?? E?? V??Z?????&?????=?^g?????G:?.\?s??^Fcvm??`?u1????Yo??????2????6c?>[L]??d)??? e\Y?1???????Tv ???h???^e?????|?c??????<$[??A??n??D???{???????YW?7I}?ijl|? F??^i/??+??[??j|??Q???6???9=????????????P?R???H?;??zJ?)z?n????X?=???T?E??_qzo#,??,W?????? ?????????h??[; 1??hH??C:s ????|?[@Mk5P ??"z?J ??>??@Qd?+?`_ ?of?\?vf??:?3?U&?KD1?Zh????KT!i?T??Z??B?????>????p??????6???:??i???QL?Zk??????i?I??????? ????b???S?H?FQ????a???$???l?+???mM??G?n?#B7{???V???tN0??3?g??xt?H?i?^g?-???=????9I?(}??"?(???ntF??{D?[??2??v?f?????? 5????1,J?-~W?8?xM??8?r0???_?y R?R\????????1????z?a?? 9???"?>???{+ ? ?5Ba\?$? ?@???vC?:???=?(????R?v??-k?#?h??;?n?XB[Bg6???v?????pO???$?'????xB/b?)`??????w? ???V? ?Q??????q???7?;:??nA???????*(??j??or?B?q??)??E?B\???U??:K?O=\??Th?uE$v??"? ??')?\????1vyZ/?A?)z?e>0| ?PF?iX0???C???F/????nw?>1??@??@V??O?u??X?t?GciO??=??J??] ??y5?:? JC??????!????vM??:v)23h?DjE???h?d?U??hB?Z?????#?B?jyn?G]??6????? ?f?=?k??D(?J3:??&9?J*??F????m?{?#D?T???r?P??YEm?6??N a?u@?~=??6{???(=?N?7(?U?U??c???JcY?!???g???!??)-?b?$??@ "4`\,?~:??#]eY??A?W??W?? ?4"8?Xk??O????? ??y???????S??????????qOQ?}_Z92???Y,P;H????6 ?=??????i? ??a,0v??N???G??pA??X?_??|A7iX?_? j?'?P??)??aP??E?1y??f?h??=?JY zf I? m????[8?????(?+0(tp*E??q?R?5??????8?{??? ??t??i???=????????F????@P??0??0??Xp????3^YhP??v?????3??Y?`:D?????7????//?36?3?!h?_??????? ???V?,A??8?v?????=?!???@???0???? @(???Bsjpt?6w ?R??tu??U??F? ?`??W???rZ?~ ?? g?{?|????'Bw??G{bTj????ICgM?=???7?v??W????^?eVS?%?????m1?E>???.Q??)?1???fUc/ ????????D???7??[?ab!?7?*???y??8?'??.???O?wN#i???c6-?0QA5#?{?4???5W????2??R`??S/?JK?k?!r?+??`?B????g?P?Cqc??.j??$s?%OQ???1????{??;??X??$y .? M?)????LT.????'a????DA???<v??????t?\?J ?C?2U??????V??]b?*????`D?y?Nsm?]?[?e?D?c????t?(i????s*?2?D?????D??WW?4 )?*???????P??^???%*P+5??+?\??W?bV??k?:?+?l???n??*7?1??) c?n?'? ?.???9?ilY]?~n?BN! 3@?9o??h???i?@^????al?????-@?EV????{t???]???a~k?>m?6Nk[??E???i?nl???y??l5&v]?h?#??Z?O??]?Bks{???TA?9?D?B=???(?f?(t??-v?_???} $4? UV ol?_??z?P?Dr? t????c????8"e??1N???3G?4?c?????Q{???Zn??????g??=<(?????x?2????m;~??'?Bx?hY?G4I??6???@?*MM-Z?w?N?^?a??3?Z???)h?_:;?x ???m?"]?*?????\K?S?4[??H??*d?4|?j??????s???????????QBa?i'1? ?D/??E]kVa??? h????rh0??'??6?p??u :???*BF;D{,???A?P??=??z$??-??????`? -?@?@???Qze,?o9?/?Y\??P?)?E????q???%F?3????????????+6GW?L?u?o??? }???+*???i???? ??????c?9?C?????)?T? ??\6g??9?xb??|???9???????{???0????"?^ ?D? l?9?O??MuQ???/";?W 9?U?K??+? ?????!???*?m????} S??????;u???p?8???y=?e????+?~??????z}>??7??????~y ????}???b??&0}??)Q?4?#'?M??T?y?{????????k+??Y&? ??????E???3?w:???s*D7?:\}??]d??w??????,k??U[?!??&??????t?H??VV???? sBk\{??{mlF??z??Mn?!K{???K7????????KP??XR?? g??N??UPm??????|png??Ls???+???X??????3??k?ivoQeT%???J????NK???6?5?P??x??q?#?2 ?!ZQ??&???;?????=??tf_?Y?fh$??????????-;U ?U}+bf??H? k??\?O?t??o?:?Y???X? P??k????D??V???X???1n?14?????*??????t?N???{?i?$k)l?{????????^0=J?(?m?[ ?6?' (QT2??????]|a?ZJ?&w???}I[`?3 ??#??>??gj&B?^?Gq????&T?GuX??{?aOEa??)+\t??3??P??t????*k??J????ZhH?????;?-?Cf?+A+]\?????vC[?}:? ????AT??C*???x#?r?D????!?#?/2??'?RU??z???^a??A>?N??z???T?r?$??:R7?d'6???????????XOY5?h?= P???;3?-P???$??-(??p?i???9 ?*G/H?@?[??d?????h?|?yA??????bG????M??;?xYRWJy?v;?????sNx?N?+?@?|?t???????????L????7???Psd???@[$??6??:????.?h???????ls????vf?:4?`U???g?|??????????m1?:jV1?fia??J??7?(\?r9?L?]X$P:3?:??[c ????B?4???????:?v1?JnZ`?K????W"O$??@?J????|?????[Pw?T+,???????C??F ?L?_???BOI??????T}FMhhX/???E??E??}?!f?:?:???kZ??0t???dSQd?^[??????????-Bvk?y*C!???l???(???? n?,0?n???{???ca??k/0?Qi?????CGj?J?U?_?H?+\?}&?p?2r??yA?EC?????S ?? ???k?MU)G?? ?L}]Y?1??????*???@~?E?%p?"/? ???@ ?)_v ?Q??3XE/?+1:bl? 6 ???*????5O?????T??d??}???+5=?|????W??1?zj??i????^ *?1B?ei??? /?Xt]5 u?????q????hs?#??_?d?Rk?p??7?g (??1{kE???K??k?;d??? ???>Gm?)?!T???>+?e??T?NTx?h&CvQY?uZ? ?? ?z?Th?W*?+??kn ???P?:????d????H????sA4$??/?????$?j??r\?????~&}?1???'F!????y?N3????X"}?-a=?A?H?L??nbwjK?pCMy?6N>?)???q?x??{?O?_5~o?bn;M?e`[??????`? ??z???|Pv???????[?<,??k????[[?:???????9???5.X?^ ? ?ih??KGh???1???7K ?6??3????V?6?f?4???Q^??x??? ?^o?"????$%tl??X?????????t?,?^?X?{????? ??8???1;?vd?"??F5"??^"???Qc0?r??c????8??G?Y????q??????Mx??\?dx?fy????I???4?[???????????~?i]B?[?{??????k qM???(?e???????? ?P?D???K??_???? G((?=+X?_ K+L???v+*v?~???#?b???"?Y????PQ?*??????rt?t(E??*w? ?"?W???r??ja?wI3PE?P???e??Bu?M%??=???Qd?%Y??? i? K?' ?q:$F)8h?GC!0z??cpI2??d??&n?&M?(?y*]?y?J<)????+?????????wc?cu??o?%???t???/????T3??=?6QM?D??z?E???? ?q?%????????BE)?4?lS?L?3?uj9-?9???????{'?G???;o???t$?V??#???Us??0?L?????b???I??NJQ3?N7?<3?)?T?????5M?3j?q?o???R??,()j????6j??????~l??/?r16?#A?6 ??g?D@????????????_?A?O????y?O???RM?gPq5?8SKX0bGh??|???? ??y\?VH?fQ??K?mL???^?j?6?y?I{d+???aM~7???`??? ?rx??&?C?j?8???S???2v3????6?/c?P? ?????????A?(???E??}*??',m????tf>?9?Q????5?l????\W?Wc,a???JG?B?!???9???>???W ?^?????0?6?#??GT?G[??????3??im???*??~+??c?t????& ????F?F?G[??&??ks??7???j? ???>????wh?? i6??,O?:0??!?_ ??)??T?6???+??d$ ??u?9}?x?s??"???????z?qz??wd????!?H??!H,??2???????QF3:???1????Z:?R ?L?SFI ???XQ??hSFU?c'^??????a?C?????????7?3?>??????????H??? ??i????[??????????hx=??h`?????d $:dR??q_XPJ1??????j?xo4Yy+??????DWPt???s???oH?N?w??v?q6?a??Xe ???+Rwy?% (???Qh??? ?F?????e?WYz?#??#??*y~tJ??????????????!? ??-} ?#? ?wH??????D?b?n??o????C,I?"?o?@??k?Z???_????g??e?M?%?'??F4H? ??dU?isT?V?0???????????C??]??ktGyUbhr?}??o/?S?X?|??|R?agt??????B???Z%???U?U???xB?v(??;????????IBn0??'ha?OM???+????s$??????i?]???h??l??r6:???e?u???n/???*????? ?? [?gV/)?&&qF??n?2?#)Z??8?A ??????:8dah(????? f??=}????e??,???@C]?HG? ????5?b=??n0U?N??O?????Q??m??|xS?????7?b{?F{s?#?Cz??S=????B:?c?T? ?? ? '??D?=??&?s??v??>>????)?\??.?e?mr^EY#?bmF??Y?*TyG?E??7L?k?# e????? ????*5?2H??f?S????c?????A??6]??g?????v??[$?a??e=???^?? ??v@?S=`?f?UL? 4????P]? LSC??4??H???/??????T;D???Z?~'+?/zua?|w(?;??1b?'?@UJ?e?9%K???I??Q??Q???????O????hh?ho%???F ?29H?????)o??? ?W??P2D]?U?r????_??)3q*]X+??/l =?F?_?!??D????R\???nF?;aUOXU?T?/4?\?q6?q?(???8f??Q?_?:Y@?M?!??????h?-{h?$i-???|1???1 ?n?Qj?f???-; ???5? ?]?AG?/h??S+?i?tU??br?1???0??3uL?c?w????K??r??????h c0??`q????UK????? (-u?,? ?iM? ?????? h??F????9]3q?*!? ?? ??(CsF?4? 2?@PM?gD/??????\????=U?Tc? 0~?I??Q?a?_?a?~??b<!??F7d?o???G_b??oR??w??%q;{t?p%???3??\???6??}6j ??.??m??D?+?????#5$ ???{??`?3????;?????R 4?G?^?`#????????????6??S??Ki?C?~{?_??F?? Z[??????q&a??**???5,S6??\3~!???wh???7e_?bB%f?4?? ???G?6??????L???a?.??M?~f???????!??]??(:???e \O??W"|????f:"??h/??V?|??????3??;???Kck?+?a ?????? (????F?5BG$???? Ss?su???!??K?(?????j 0?}r/C ?7 v4???????:??)?JN?z?=A??I??? ??wNwn??4[?s?+2TOo?????p???? -V??N??????9*?9)???y??????V????' ??\????i?????2-?@???]J?J?? ??Yy??????C)?&???q?e?7?]???+?#10?,??k ??tn at G{????D(~?e??,\? }??;J??b^? ???,?e?Bsd.???JX_/a[?J?J????A??@?}$hj??e?5???????&LD??t???m??u?W??D?UW?pib W-??zT?K??z??W ?! vh?t?^P?ysQ?SvA?#?/?h? ?k?? ????;???? N,$???~?J?FvG?G-~??V???Oh?9mmkP???z??V???}T??%?-?s??I???R?#????;F???>?? |k?????C?p?ac?h7?? )#c?,?X?a??S?UBv+W?(c?? =N??J??PFq{ ??=.?i??Z? C8?v?=??: ?????i?Ri(#/??????}??dSB???4??%o?)}~???? O?!5? ?D????Q%"K:???s?:????!cy????A?{???+-? ?v?? ?];?(?????}???Z7TfK??^kV??]UT????Ac?7?;?u?}u ???N?o?[??r>?4?C???X{3S???7??GH?H?%;b??DkHh?`{????~c8B??v??/? ?Y?"?K?d ??b h?????????????A??M't??MtA7???No??0l\???Z$????w?B???????4:?8?H5???q????D?2??8???3???)y9U?E??^?C?w9????? Fo? ??Z^??@?hR?J????????>?9AG?'^???'O?]@'DkO?????:z at H??G,?%->?|?-vg??9 ???mPg???=??D?B^???'?????B? ??@?#??????Gd?@@??yi?:??/?? t???.?l??Z????;?????Z]PN/h??d??h??h??????p?[B/???.6?{???b4d??+??<p\ v?>?????n??B?9X ?-?nmO'?Oj??cV???  ? UlLN?`?4*?_);Gq@???3x??~,?Up!??3?j"????v??Fg??=???????:o??3???t??1q?]?;??J?Dy????5#u?yg????+?) ???p?3^?\??? mt.?n??$?I?????=???-???? N???6?:??W????t??$?!??i????????N???????4?Pp3f<,]?,]?[$1?JO???F??ZC#NX?9????q???A} ?8? ???????wH?v?????7??HDs ?????/?9???t???C?r?!h???????????Pv??X??#???;d|??G??,??ht&?8B6?F@????AgHVk??????????? ?JLu??e???|$???,Nh??????kK???o???Y5???K???'??&?????-ViN-2????A^????5??zi?O??&??]E?w=???o?h?0?-?q???I?????BM ?r??h&??[6?????4?????????8??a?D????tC??UA}R?? C? ?u??w??5?[?? ?????T?m?9jw???L??#[v?f??????? ?^?%1x????C?-O?????38? ?j??{?.?h&?@???A???3?qq???h?H? 5?????H???5J?G??q?^m??hG?V?x?? ???z?&?B?????X\Q x????X 7?L?4X?????p???Q?? m??q?X???P?f??b?? ??v?.?K? (?????G???C??N?2????*?'????=)?=??r !? Z??O???? ?2J3?v????<-d?A4d?????B????`?p??4???a???|??w?O=?????J???zZ?0?k?>jX?'?GVm?b??p???uMP?DY?????i??+???C9?(?t??P???? ??97?Z}:C??U??A5?1 ??vjzh???A;?k???????k???4??^X???????:???4Maq?~????;?o?}????I?t??\?!?EwI N???$???i?B.q?6AG$?@??/?h0{gz7M???G????f?f??,?Ig???n?w?V?PP93,???Pw???#???_?d?qW?",I?.?DK)1?%??T?Q?d?u-?35?q?4???I??eO??i?????D???t??]????`?p??-??M?Q??Y#??? ?128????z???r?W?iE?UBaf?M_wH{?????`M?q??Y?=8M???? ?C?+?vL??3?Q?W????\6?4??z????6}9? o??Q????? ??^TO,#???!?d m r???"V?? ???V7fP??E???V?iB???:1?C????"?G??+?O???\?-R,d??? X$G?5?&F %???"&?X k!jZ/|??m?;Z???????]??}? ??m??r[L)??j??XU?BUI??/0?yC?ca?BK?????:zBz?~?T?4??h?-??P'L??(?%ZNK=#=>? ????N???s??.?w????!????hy?-u??E?u???B??H'??????O{??????%??I7J?h??d[??g<3??]??|??%??V{?N???9?1?0#???ip ??m?4/???\??Xg?2 ???t?Q?g??>?zO??l=`)??????H?A$?W???\?????h?L??hVO???i?z?T:J??(d#=.B??>??g?? ?f????9?????D??}???-^n??????6C???ku?o?@?h?''"MO???.g?x????z]Y?eq??H???;C???;?{?;??4 ??!???HCO?????w?qf:/sW?d??a???5????b?S??$??u%{???R /???s?j%??j???-??y/t??{'?????QR??26??8?^R???D??J?O?\ot_????.????Zr1T?"@???I?2vL?.????a?N?S???vZ? hq?_???????BM?3???#5n??p??3t?9??-??:??u?????"?#4?)?`?????|??Z*??1?u?4d????i?????]?????n?r???_?g??QK9-X?P???U?{ ?3K???gv"?_?+Ah??%K?K=?6| ??????6 ??y ?D?S_???bc}?s0k????r?? ???????????UO?G?????L? wV???????@???9??0g?>??f??T???P>wK?qN c?????TG???o????=G???;?:?!? ?I??G?[???5?A}?e??;??^0??m?7???????c ]???)?X????? j$?[3z?? ?>??u?X??Fc???R?????/???vr?:???F? ????B?????????Q???F??]?nhb??I??C?%??*??8;a?d? ?=|U_{0?? Kf????D?2~/%?4?jQ/?????tz?????;??V??P??x0??a ??E?ptUb??gXm?t????M???[??? =`3 ??&_?????jy???U`e?c2s?{v?r[ng|Y?t|?T???t_ ?l`?yO?`?M?????f[.ss???FeOLt???^t56????Q??]s????????Z??????'D8SK?=????:6|?O??????C??S%X?z?W?_K????F?6??c-??h ??!$R/\h0?0??????1b???Zk?????W0/l??c???9U?'n??`$2L?/???7?OGnv? y2?>??5?#@Y?J?FW???dl?#>????n????{t?W? ?SU????;??^?6??F??`???4I`??Q-S??b??W|(??%????\?k?I&?N9?B+;???)???~?????B?h? PvpX?O|?T?? ????]?N"??Eq???o??????S???*?B???????8?X"?o?D??5?????L at i?*??`_v?o?rn??&?#?d-?FJ??ZVl?[??w??u????e?T?|?? ?6e?5?s;??\Lk"??j?-Bi???I?1???/[O/"??? ?5?x ?nfS??4????.?}?0?W ??4m?J?T?????h?????`??f?I?dc_?Y?/H?Ef?q???[?E?%o4?`z????t??Q??t0????????@????w ????{??bM\?? %??(?ug?X???c??g?5??EiCf????JG???x???lX???( ??a???q?Lc?#??=?qb??A??e?o?B3K+=??.?????a? .,S?9???P/'2?oY???%?.?",??P?[?z??m? {=?? T????#??(?M kw????d?.????c? ?F?????e?? c?\F?1?????LUp9T?K[t????>t??`?C?'q?/??M| ? ?????U?ET?????(N?c??8??UH?%Ss?? ??B?L?jm_"t??|????Q?=???E7?????8TG????LO???mNU9?(?t?f1?5?K.??\K?cN??vj!H???C? ???&? p???l?(?? ?#S?6?????[?6o????s%T?U?+^x*?>?> ????9????K?Yt?E6??? ?t-E?}??NQ?8L?{/Q??y?=???%|-?:bD??jZ??g???n??u??\V???.?nS??R????)???$p/?{A??f???`????*??py6??Lc????? ?^V?? ??`?? D?H?Q??w"w?Z|? ?Ag???g"Ot2O?????T1?!X??mYX] ???????o?Q>??v!K?Y0???????R?E?^???Z?????\?kTS>???ZW?C?/?????W??K?( rl????s?????mp;?r???$ ?S??OQ,?'8(?$??W?(?b7?:V????)??4???`?bZ:??/ev??Y.? s???^????!????=???h?????E ?? U???r??H?g:??????M ??`;??v~o?m??? Y????? ?:?????(???}?????~???J??F{e-? ?Y??=??0??R?Y8 ?r???v?<0\????xF??????w?q?b?? ?O?Ze>?e? sF@?su?0n?????n???l?B???-??5PO???m??P??h???4 ????c?_k?*?Z?? ???/?p@????`???#?\On??????;??V]?8Cy ??@c;?3?T/z"~b`???y?Z?%???/?I?z?BN??C4 ????I?????i\K?D?:W[?b??P? ) a7 9???u??=?l??H??:??;??? ?A ????TX? avu?M?{C?????x?n8?? d?z??}?sL????\?C???i?q/|?h???8?X????p?0???f]?????d??p????:????+??????y???? ???)`?}?vH?*???????Sp?c*??????r????Px ?Q?~?9? ?j??I????p????E'?NJj????Z???tz??wy]???z?t?]?9 5$ ?????q?'IV:?~?? ??J? ????Zs????z ? ??[CvD?^?]?B^???%?pd??dF???=E???????? ????p?6~??z?? pM?9???-lX 5K????U?W?Cz? ??v4?Ka???????p??p???n???2??Zi? ?b@?s????????{?o)??6/E?i?`?x(??`? ?)???{.*??=?a?????? ??6\ ??`? ??S??8Z? ?T'????pUd{9D?l!S?!4?????? ??????b{&J 9e?x?2?N??S? ?????N?>??e?s-????A5?qU? ?????:???Cv>?J???????5?5??z??j??H?od{ ???/0to???9~?YN?7????h l?m?p????^?{dY? ???????v|??2??}??:?}:4-?????)??? ??`?I??^N7???^? ?? ?I??? ???9(?+??|bAZ?pC? c??]?B?;M???]Q??8?1%m???U?+?7??Lx?g?.??:bl ??/???????????l?Hl| ?e/??P??????L?????R????uP2?v_???a??^?W??Zh?)? ????0 E????y??j??F?}SYUv???Z??? ?8;Rp?j???<S+lWt?v? l1??EW?wC??D?(e??N??V????r???+?:3q??'t6? ?/?NFU?? ?x?~R??;?*? ']A???? $V}&?> m??????l?L???Q?rU? ????????~??????|??TK??h????? ????G???????u"?S???.????????>2X?(*X?:?e?2 ?f? ????????i??(W??4P?? ??????y??,?cd????m=H40???L???[#\| x??b?]?=p??&??? ?? T?SV?6c?x?? ?c2:g ?s?-?6w??? ?|?k???A???%??s!?C{????Z??W?- ?????Q?6L?\h???*??u 8X? ???aMtP????,??Z?k?]?>?T~???????v?> K??7r??pZ??3???N??&???Wz$???."??????sw??w\v;????h?,? oG*?M`oC???N ??&?%H~ ?&T?0p???9??????pq??aM?\ _??u &???]7D??|??4cj ??6??^?w???I? 8???m?!????]~?z???i_hv^^psD??"?r at U?>?V3?k??3;p??????????~x'v\??v???}?????M?????@?x?????N5?ij?X??mO??J? M?u???`??s)?? ?}?b/dqAp?r2?+^Y?z??????????A?????s??5?h Z?n???Q??S???z?)???? ????j???????N??8G???C????6?{t?w??v??v??v-?????L???9 ?h_c???S{??N????|?q??????]f?)f:??nn?#?W?}??;?`;?????l!7?3Zgo`I?A ????c???c???N3??? ?u??R??L?v?U???-???}??e???W??'??J????M?% ??????GX??N??-??????????Z?L???????r??6zH?????h?n3?D?u?<]?????Q??}??$??;>????.?ly?k_???l???T?:????,???>r???PE?%c????????????,:????4?V$??4P?dK8?M x??5a???S+?????8l????f0??}?w???????FJQQX?????`7?L??C??Z?J?Z????E?w??yW??`?G?]????????0^??????g>???/?!?>?t??`=UpP<5}??&???E???6??0????{ ?SA??mE?8KoEF?!?SpW???y?5o???5t ?????t?????>????MCR???Q/ ?cA?d??n??1[Q??  rqm??}?~? J???/@???????O??[??gJ?E??Cj???e6?? |??L}??y#???K\|(&o?1?P?R?s?:?_q}???OA ?D| ??N:?: )?x?????X??e??????[?? p????lazV?P?W?K??i?G?`? m???PE??Y?[???,k???s?L?eY?0???l9?-j??+?Q?,?BO?eGYt??????xC???s?????f?????6???? rp???????8?yh8????C??XpCQy??q ?!???'t7?>???r?-?*?*??f?[? ?????}?jh T?a^??_?y?h??#u^?"??8????b???Lg!$I?????+?G\?????.;aY?1$s?p???/QU?e?7?????%W??@?x??j??? +??????&B?C>?T'?\??@C??????O?7 ???e5i+s??&n??(????o???9z??W?S?I???????;?Q????]|?F??mC?nq'O &???*@f??F???d??Y?l??.?????b???sYq??tr?e+k?-?^[5uU ??S^s????T???Q?????? &?Np????p"??t???xP??B?x2$??X? T??????a??!P?Im`?6@?;? ??QZ??7/??????????g?-??'l|1;?f?G4/?M????)Y??T?{N?j&????{>:? ?!bn ? ????U|???hb(??}??(??????,?Cge?&/?Vnu?? (?`??u???[o? ???M?c? ??????M??????? ?-?????/????cjY?16??`?d?p?k????y'?\7???m^L3D??Brmb?e' }sK[?M?p1p"?????hmw<7C&???????????o? ?,??)?2???????[???'?$??G?? ??3?B?ms\H??]????q???e?(? n? ?-???^?otA?VS?V?,Q?T??]=sn?t?9~????=w????? ??R?? ???#n?????????]j?; ??8??s`;^?58??Uk e?R??+??J?:??????l?Z?;???i??Z?h?Q?? ??tD??K??n?Kk:?Q>N B??????J;kh"??6??f*?4NC3?v??w?xd?q ?(?0??5??>,??"??1?????{ ?JG??????J? ?]e??-? ??Gz?.?????Y??????a(mt(vc?E???UK??S{??=%Q???ehMZL?g?(?F>?f?2???g19?Cz ?,.'???/5?:?????u? ????????H??1???#?=f??$???s?]ps9` O)?6???/?y???~???V??C??,?y????}?,. ?R68???@??oG2?>????M2R_??:?B?U???U??Am_X?sX??H???qH????@@??I2~+Pj?z)?????????Ik???? ?N????\?? zX??VI??V?g?=??>>?Q?????aQ??_x?????t p??a#??%???j??h????!???an?FiS???2??j?*ST?Q?@????V?vq??as? O?o8?? ?-??j,z????6jk_????y???>?j*????0+??????J??5?g???qb?'??????=|(-?????2?q2;j?z?)?]x??G???7????t+#?+?9?$? ????z .?#???5z?I??XXA??5???? sY?????NK?? ? ??o????OL??u!??s?F?&P!^??.P:7?|jR??{??+F?XU.os?6???9M1??2?t?????7??5NJ"?!????.T?]?fg??j>a7???fm-~?E =? ??sT??? ???H&?(;s!?.?K?y??W???? ???,(?????c??T?q????>??#w???&M?j???;???I?m?;???`/??? ?pYho?r???-????pQ???*??????2?6?E?).8???' :??g!?????@bmbZ???????AGv)B=??????6?????1?1Ae_A????B???????`_\f?N N???$?y??Z?$ ?PF?sY|74???X??????? ?W5S[[??w??!-QOr??r C?????g|`?a?)?*??+????I?tq?HUt?7?? ?qo?@???? eP???0???v$@????l8/???m~-?1?G?W???v????????n?????/NB???????XA?3??????=??76??v???.K\U??/+???y?? ?b?p?t??????~u??(?O9U???&??0 a??6TN?r???4 ??????t[A?????L??=e2??eu?AQ??0??VA m?:]???9Y??(.VppT?e??,???|???^??h?????fT ???e>"/??by???g????-F?=??h?M%??f+ pq(?3??NX?5s?}V?b(?8?!??6,?]=??B??tB?????%?Y?j_?????Ar+?k=??Q??=sz i?J?V??-????\l?Rz????##?e?9#? c??G???^&vX????|?lW? ?????LpF??M?? ???a??????k??zl2?)??c?L???kO?x????(?? ??B?I ?$? ? S?[??????(?D?^???p??qqHg??d:??Ar?yq$'? ???lli ???Q??kT???\???}?7?????;???U9???X 4W?7????6??r?? ???G???/? ?-? v?BZ?-?U?? hvp? T?/?i?e?L,i k3uG ? ?,8??1??8B??y? D?o??U?iqjo?.????S?t?pg?????j?X?R???!vn[yH6P[?e6?:4s????c"? U*????????E???r ?TTN?|?v???5 ??a?E<?vl?3NPC??Y8M?.b2,?????9?`j??????D?u?p?8???d1?t??T???6?0???g?N?r???p>??????8? S.n?B8?????HZ?8???m????????? x?~&r?E+?[?0M??????r-VOy??u??T???7? ???`F???Ce??s?s?\?cFb?Q????4???o\q?WH????J???r^????[??lub82?????(?cvI?;???!??? 1??U 3?tp' N,x ?tT?u?a??m%_?A??e???kK???n??oU\e?t??\?_?5? ??????}D?X?(????v??6?EMV%+??:eU????*2?M??F?? ???Zc?@?!?~?o???????h??tNgT?`?2?t?V)?????%???????M ??l?2?rH-???F{?>W???u??dgO???3?+??"O??HY?9???????@&?c?3CN?(?b??????@???[:????:U?!C?8\??l???A[???q??)?S? ??L?}CeY??T?r?NaO??????)??? ??sq7?[o ??R?T???L?T_?EIPL?9????mb???;@a??Yl?q5}?sA?#? }zA????? d??Y?q?1??E?.????9?S.xt_hY???,?W?B?????+?r{O#??z????xa??T?6o,?x???q?????D ?n?P?!??}?9(???G??fg?,?-??`???i????n{g?L??-?L??-???+N 5?"??????o??b1???????C?????,dy?M?uS?%r??????s?????&???zjK???????t??@?????c????V????>????s? G?e)??{2??6 ???a?.? ?E??????ccBc?d?w?+??x???nM???h?C?:???*?: ?$ ???0j??"x?h??????u??H?-z?*U?!?????G??QG?8$p?qI?\?g???1~M???I???o? U#?k>?y?8?|E*???n??h??????????5%Nc???c00p? ?\w???[ ?;???U????0f?=?[J???6? ?T?? ??? ???\???bpX(?6??.?? |_?'??e??r??? ??cWl7????6????F+???&x?M?\?????5G???]???n??;`W?? To?????????v???O??4!w1z??wm(=?Z?|Ho????nJ??}?e??9????????????????N?\? x????C=???/??z\r}????????> TU?8]??#u???"a?????<??????????? ???%0??+???T{Q??????WSP?????o|I??9???? @??#W?b ??n???(+??j????+??Yh?K?'??S(???_?Q^???6?w?3U??AW??f?C??k&??lU????LYk?pHlNQ??0?_?4??UO??3?I????~R?r/z?K??k#x???Q?D??p?w:???S??V?- ????????#e"n??????$?DR????e*??[???C????5?f8??)??????????????i l?'??? ?l?~g?R-?2`??`?N?`_2???5??g? *????? k+? [?????P??C??,??t????RX)?y?K?1???^n1_??E< ???????{sc?.??? ???8?? ?}???F|/`????F?b??*{??d?b??H?P^??g,????g??Qb??`p$j1W?l??r????)q\??f?q??b?o l????9?q?k??? ??|BX???MU?=??>|????????A??@??kD???s????Pp??*B?x?#i?;??aB?iKn????????Hx57??S{No?3???L??@?4<~cV???0?[S?s+????\???]?*?-?r?B??fz??&??ZG9?$?n????/??.9???T?na !????y?????vt???G?\?@n?????;??|=?15 ??tv?z?Wh? /i?q?.?w?????i??????} 80??}?W?????9???n_\???0??!L?9?k? Gu`g????????1L????rt?????fL_??K??v????u???2??AG??Q?bZ>???????:???@S5?6`?S??8??U?.???0p?j?N&vQ ?U9?98"?1??????0??2?B?Uf`??U??F???????0???r?T????4?+?{Kj2X?R????????Ps?????o?G p?]??0z??`? .?:??D????c?v?^;?5???{?????p??p~N??z?? ??????P?????2?q?????=_B???*=.??G??Z?Y??????????????????????Z?~?f?p?Nn??z????761???Z?]p???R?5Cm?n??vh+?~???=???H~?I2????r??Q?????#??u??)??+??????P?`]d=?'??F}?e]???0?&?j?VBi????$??EP?? ???2Oc??@????g??[6?*??n?????R=d??6?~???#??68???????r??8????boq??'HP2?X{~???a????^B?^?m^?????_v?? ??????>??A?????@??XR? !?:?? O?1???x1?.k?????????g?:N??H??4Q. ?-c?9??`?K????-aIB???f??P]ro???1?[W,:?T????p ???L????K??y????F?\???h?N??p?{??"?]rNwCv???\^???%???c?\B??hON??~"??NEzGlvn?]?Z?????Bj^?6??1v?.?[?W?tbh??+V??pn?Z??jX?0??e? ?g?????x??J)?'?~??????cg'???^?????%??R??;?k??s?+6< ??/??GK? u???S?8????%N?/???l?ne??X?rj????9????RPr4????hd??|???M)???????-vt??': .V?F ???4??i??NnA0??$???+?}????y6h?????=jK9?B?,z-z????????e?d???&?\>-?????1?A?E???????:0?%????T?w?Z|??5C??fe?iB at j ??????ql4K?\l?V?gG??,m?YH?G???}?V[w?j7 Y??????f:??B?2x=????|O?S?a?|R?'?????v?oL?d????6?Fi???W?wX?u ! ^?K??W|? ?z|L0? ?a?yRE?#??A ??Q??????c??>?Q H?L?_C?`[Q??K?? ?CvEo?I?????a*,??i??????R??k??\???Yv?9?????7 ?.8 8????? ?????? Y?2yf0??|iIoe3^D?~u????v at l???G?=??!_????'?lq>??M:s??R^( ;??(n? ??+?3-??x??z??*??????????%??;??|?>?????| I???d$???$?#te???Z}?MI??s?W?*gj_???b?N?E?6?????b?E??????? ???[~ _??a?lO@???P@????-???O? ?????@???;?]0x?9y?,~?e?v??5ck??,^?l?#?`@Y?????u?v?]{?+N?=??????8??????8??S???~j??Uj??0????_gQ[??i??M??q %?q?a???7L??%x????w???I?'}????N?I??\@????D?a??K???+??@???]?????4@?+?b????????-?? ?7?????????0N????5??5?d???????????d?#*?~f??L?????d???M??37?????;???????????v?:?????E?}MRYEpU?eh?????x%L?Q???zS?/??+x????Z??Us????W?=?.=??m)??hC?U< ?!?w??g p??{???????????p??^ S+jy?????pR+????-f ? ????i??????p??p??z5?q???t??[?zoir??5?V????r#??32??v???q?v?^u?[?N ?Wi0????[j?.o????O????e ??????????g0?A?(nJe]%P??p:/??R^y?.}???X?0???J???????sA???????????mjm_y????ua?+?Pv?3??!???????A|? Q??3n??-*??n?^???j??? ?????yj?:?L???3?=?C?/??8??[?b???7?qE??*vq !?A???????O_??>??K?mIx?>d/??p?? '?u????,? ????Cn1*?;?+???_"??l5+S?hB4wT?Z?d?V?r ????*??c ,f???jn_C?_9???}? o???7Z???????}:hg?7%T9??,?a,??\??4p+???d???Aa? {(???/??d4?o??sO?? ??\60????1^1??Z?????`J?????@??6????5b?*?S^????:r?'??=??%b,R&???b?Z?r????7??P?IK??f'??? ?n?A??????p_????3???Q??W???/?_i?M8d?? ??{,? ??k 1-??7d?W@??58?M? ??l_?p?8q?U??J???K3{?????\y???????,/W?????Sb??a]_?p=p?=p?X????a??}hYbN~Of)c?=?~s??#????b?u?w??????;?k???jU??? o????Y?????? '??i?I??"?zQE j???3O?,???a?l?Zg??0?:6w.?1/?} ?[? Q???+m?A?E???X??t?.:??4????G-?9gw???*bR? ?W?J?????sw,P??C?Sf?wl?? ?"{Ty8& ??2N?????BN?2u????>????????%???"??????=????A-?9Pb?&??Y??Ob?G???kx??nkj?.we*???H???s?;n?d~?i?0?=?K??=5 M? 5^?r?d+??k????-9?(???:~d????}`+?P~2?D?!}?X0??@q??2??6g????????b??C1h[?vQf????Z ??????\b3???m$`?????Dgbr |?YU?N?h????Zu ??6??G?zf?d??I????+=[f??l?????'?/????T?*?T?vv ?m'??>???9??O?u,??U???!N?E????}v4?5m.????x??Yz%F?g>1???W?h?H??]???&??Pf??Zy?F?????@e8?(T???v,8?o,????sp@X{7?QbcL???N_C???7?????@??3~q???@?dG???K0(@p |?????A? x???????g?]?????Rv????X???P?O???e???slSZ?;=????8??C???-Y^aQ??h=??s???aQDz??:@!?L&? ??b??B{?J??6?Bc??2?q^?i??????&?^b?R????zb?WCG???S??kH4yQ??:?K??uU(S?}?????c??T???\??V???1?b ????6??R[?vp??????E?(?)?nT??S?????'?4?G?e??P2??G?[?!?A?jw???5?gY????X??~???????c~?1 8????q?^pk_?00???>k??p?@??$?????}?5>?S?c?I????P?%??.\???Z?2>k?? [ -Y*?e????Mu?k?f ?%?????;rL0????????/0??????m`? g??p???;??_?LcK??P??-??>???? ??0?[??#W????????24?R,????heO_K??????>38?}???jY???g??????a=??^??(???~nHdsj&#~W2QL?{??R?4?:??A??} R???????c??%??s?m??EV??r????-?3lj?5?? ?xl?lx?A>??Fn/}?????i6n??ox?l7???o??? ??F?,???=?,??R3?&?n????j'n0???????td????_??}{??Z?s!+,??2G???? ?K????>?bV???x???Ma??`X ??/y??'??????H,~?e5????.?s????? .???j,cIS?4?BM?O?D??? ??5?d?? x ?-?0O????K?G???$??K?P*?t?Ek?e1???89 ???|f???????t?????? Y?h??????Pl??????????W???+N?v?3?"8K??,?=?=??(a iz?3Y(Ai?}??? ]????;???rk? ???(?9H????#??-B?????l??S??J????mlWt??E6KL ???\T+???=c'lx?9????$-??b?.%??S?/BVx????? Nm `$ ?h?@ ??? ??_3??7??ja-?z?_+\7v??[?$l-??!?q)????????????M?H~s???a?SK.4?'?lv??tC? ??F?'?`5Y?x???J??yN-?????2???+=4 at Ed?J???D???G?????????xT???0??%????,=??????{k??u0? ?2???m[ ??f?.????]>d??t??g?*????;???h_? ?l*???e;??c??c>???M????Y`??+??????}??T??{???????o$G^? ?SKI, ???U??V?? ?3>? ?c(4???w{ ?[??? h?PY?[a? ?B?-???'p2f??&?n[Q?YLL????g?>x0p??M5???_?k??T??? \?k?5?5=???????[??qF?[??U???tV?J???@g?g????(???:r???u d?VV?>; Q????S?~???sV??3?+?3?USf?d???|????1)ci?]?c??Q?|?c'-?e6Ok???@???I3??4x???~?(RE?A?????h?f??G??}???Jo???@?-]??????Z?F5??HG?"?=?M ,?#wA6??.9??Z????d???????&a??0d????$F?F_N?;? ?`-???y?X??'5[??????xln?S?4?????]-~???.????qH????E??_?p????:w{?E?d?i?9 at p,P~KK??j? G?0Y?K?????u??'???? ???PO???b_t????SN?? U????95????l????T?o;??Fp?????????TP*a?Mg ??7?[u??z?=;%??^???Qq?p?????(?A??????]?-S?+?????7!?E?[??M??K??u???^C!vb0H?v?p?/Z?E??=@Fq<sm????? ?7?-?Tr?-??J???|,dGoU*?{?????W;q?m????:??Q??r??0??~? I5??X1?/S??????^???Rl|??#k??$?Ea?`qa??8dD?t"???c^???~?k?e?h???3sTJ.??????0?S????d=D3????b?Lf?2??W?D???b? ?Y!?"???Q?D??+B????U???5?]?a??q~[].?g ?B??*$????? >k?)Gp)?S ?H]?2??e???&V?}? )????+???vV?8?c??r?.M?????????Zn???*?\?fo n?F?'=????c???v?P?2?\?{???N???H?SA/???!?\?)w?^g???2?s?????n?W*?XV????^?????z??sxm?{???w9u*P?o?????????:3\49??? {??09???&??[????? ?????8???_:??o ??=???[??D?D&d??????J???c%? {??AO?@ _??2~?i??/? (m??p;v?2Kw????}?;>G??????4s_????\?6?c????????k??`?cC?C?????????q??*?]~>??? ?:?P??x9?q? O?l??? ?????bAg.J?u? ?cqy??F???=?:?.?)?/wl?-.?^?:?]??b??????A??3?A?k?????Jc?CWT?6?u????w?s????k1LmC?t????n????8^9W?igR??f??-??- ?;/?3y?n????C?=^? ??7k?????jH?O ?*mx?\????U??G?i?=E??[??h?k?-QI]??e??????r???????c?*k?W??0?\?6??????/?"?<4`{H?1??9??;)fC??39E??? #????~??+~?a?????$\??9?*????????????x>???g@?.??}? $??$*5???zE????^?.g?w?{?\x??Fn~??E??3?G?e ?M 8????y?????.Nke:? X:0????2?B???A??????????~?#-?+???z????Z?,???s????#q??fvZ??????????????)????????Z??,????W?d??cu N???X???c`mt??????1??u4?-?k? ??#??i ,0"-???????9k!V }b\$??? ]?l? ?4?????v??=?[??Z??[f?l??Y-???C?7????5??.O??*???{?bi????pAm????yQ???g==?\f?! ??pNy6\??pQr???? py?h??R?,????O?e???$??8V?#(????/???K n???b???d?r?????R???G??D(?RZ?????F?@Y?1?gT???0wfcX??[??x? x?qc?n?^????e?Dp5??`?P k?mp{"|M,W??x?kor??? d??V?{L??05&?;c??@?j???n,??L??=P???????? Q1D?)7S???Hh??/??????J?3??PXji??????E????.Te??q???-'??35????~?????????"u?????E? ?[?%#?'`K?????h??????B?|f?9?M???Z?????6LM?a?????*??c?%?????}&???>???????^?=?mH0?????y? ? ?????????k ?f +p?b7?2(???4?A2??8L??j???@??.?E????l???u!?w??N? ?.????C!??Zs????5????Z??????l?????t2?=?E??-{?q? ?PO&?8?? &p???Vc?a?s?gQ?^;???+u?4???E???????x???!_.=??&Z?????????P Z?[???j????g??|????$?pN??? ?>????`??b??.?????-QT|????9????>?5??W???`k??e?5?!?s????}??&???????????Z??? ??+7???m Ta??>b.????+????8?|??U[????@??r???????w_???+7???y???r/O1 u???4iz?jp9?]?!????!?{g??:?cuA4!????F?Y> Xg?k?e?P K?/"??????R{O??#<??3A????\??;?g?R?????=ja???CA??????9[?????????E???^?Y?6Od???Z d??Y??'m}2b??}?????S???????????? ???????{E"C???rf?????wz???????S-#?w?I?pv???L?;??4 ?l???Z????@mZwm6??? ?164n???w??HH?:?mR??\?????????-??5?f??U?J?R?E?????0?? N ????S)?r????4?L?y?????*???????????0??8?????|?.|???t?]r???!?j?I_k?l????.e6l?~??)?DqsV?eX,?? ??1??LC????? W?????>w??7i??V,? ?YT?+?]?{??0p? ????*Y%?n?@w??-??9MX?5??Z|O???r?R?V??????\??s?T?T$?A??-!???l??uo?C?????G?>??t????NS?Q?4;????<2?K~0H???~?k%s?S ??SXA??t5|????????? ?(^?A)~?eX??AP?9}??i??y???2fK8?r?-h?:?  V???0Y^ w?N???????z????A?9?K????5|LaL??ge?I??3F?\G????>????jk?????$i???!?N?????YxP}??g)H?We ????7????????]7?& b3????u???YH?g ?t???:??????d?????$??? ?R??z? ??)?|??Y?~?G?R?1=}?B0Aia}?22ZN ??5}lB?ZU?L???|????P?BF??Qh?C?{?a@?F??x1??X??????e??|v?? $@?D???:???*??,?]??z: g}?y?nG?Z ?R??? (????Jf?? ?M?cLS????????}?c???mR?%?Z??J45???&?U?eq?X&??r?+?uq?`????a.Py}??d????L_??????? ?? ???8?,s?$??<:??Q?v???ch|??Zr??1mD???O???!?&??^/???? T??p??{??Y??l;?c??QQy?_M !8?[???c?ElTA,??s^??????X(??(^<{-??!????J?U?~?u??Q??^?1?xY^?DAn? .vo[NHZ?%??????]?Jb?a?? ?????? ~;????%w????Fl???d?,??oEq?\????co`?dN??J?Y~?@???L?uV#?????{* ?Y????_??o?????????w?N????D?Nd6??.??w9[NI?#?JM???;?M?????[BU`o????S?2??W?P? ?l:?2????I???~ ?~?76?a?/??)X"?S?X?????:&???????:?z2??tAO??&??47????N?5&??'%4`?? ???=?!???:?{?AV?????????b4K?j??[?b[x??z?3?? ?y?GF??T???*?@??E$???w?w??p?_?R?2??????@@/t?????!:?G?????'[?3?_ x?X??E??F?.?0?r???D? ??|sa?5? ???>?J?O????????vq?S?3[I????/???9?S???`1???'z?????????!>I v?/??i,? ?y#G??a?u????;*Xc???-?v(P?????B?9GA9?e?7?? ?????XV??b??b?????????? ?U??6?M?V?d?pTjGa^???T? 560e?s ??8??yV??Y??fS51?*????? Yl?"?y????wy??5< ???[?S?ty[???????????? I.?????_????@??e???????x????S??A2?2?|!?????????s?q??O?W??{??????:{??x?O???m?? ?x?d_v??R?'??T?n?yR?Fv?j>???t??/??dy?J??md??Z\??W?OU?{? ?n????????Ro????D7?U?????;???x?RIA??s??Q)???}P????L???????=??_l?^=*E??5*,]``e??|????j?Xs&k~T??V?r3:`G???? f??;?n??Q!`q? !?}?S.????Y ???Y?{?B??.{?#E?,k?????V???????_??Xt????8F?U??J.????uM71???????|T??&?r??m"??{????6??tuc!,???????C?|$E(?~,??9u?Ng?6?????!?C*???1?mN???d???r???k?? ??e?E???????????? [?_??#n`?@m? ?%-Z???????|??w??????G????????S???Pl^?q??c'B` ? ?i%kZdK1?`????dPr?U,??y0Y? ??{#?b $?L;? ?/?[n]?h ?KR?? ??C?Q?}??????{V.?p?r ?????}ie?!???????Oz?X~??%?(#????,???????e??o'?;? ?6??*??T>??? ?????? ???r?'?M^???q1w?P?gmt]P????[??W?I??IA?\e?????c??1?.???(eU??(y?????"??0?B??7???q????*???????{???z?L?g??"??&&2n?uq??!?? ^??CD!??F???6???7o??)=??doeo?Vp??l?o? ??? ?S????o???????K??????k????????R}?U?6???8??7?fG??Y??E?h?Y??O?YQ????b ???5??]??G?),?1??L??T?I???q?V??$%?{+?4$??Z?qMg??.0??#?9??#E=???(o??]q?bG?a?*;Le?? ??-Y6L???`???d3?#!x? ??T3.???2?;????0?????0?=?)?????2J????p????O6?? ??ReA??is?5??(k ????????Q?z??tp`??}?:h??x=??#qYB?5a??F??!??}"U?yR?S?.????P??z?!?EOU? ?zP?@?Ew?????*?U???)cK??;5?9I???G?CQJ7??=?#b??????>W????; I??u?9?E??????B{?-?m.;??,?[?`6U:?s A,d???F??`rY???? L:????.-?K?\ ?t?V?g? Qt$????K???YyP??^RI05b?????B?=?m??-??|?zG??]???2??%????e?-????+?v*???T??q??7?7b1?f^t?/?J+?????y?hb?????+k ? .f??]Q?Rf?Y?_/???b?P?"???b,??.?R?2?+?????:????_5I????gj??Q//'???]D?????I?eV?????p?z??>?1?W,?s at V??r????2z?????&?!O?vj?gq?? ?me?2s]DX???#?+??v????>?ZM?^C????x??????3I???:?G@??9?A6??O?N?U?4??5???9???+??!s???J?????????G?GH?4??? @?f2Q???H??r ~???]Q????+?????G?l???]??DM?$??q?m??SCI?Q?t>? l??]?-?V?65?>h?2?lCm???\?c?D?jCu%jJ?+'M?>s?}E????yze??Y??Wa_b?/??x????kc?y?? ? ???????y~?????s?5?r??? h?????????q?? ??Jn?)?{u0W??o#??C~?j?] K???6M??xa?:N#ls.A]???????t\?K5???olI?^??FGa?x??9O???? ?dP]? ??Q????E?x(b?f?5?=??(w i?O|???+?;]G?????O/?S?K>???mt???? \[?+?????w???????x????`2Z?2? a?????E?v????3?????1?_.B5M?9K??,???v;???{?Hq???e??;?b?x I??#?7??K>???w\???=????y?u??8VX???j ?Z?c g??U,(?C???TLT?g??H??*?4????gWI ?B?e??? n?m#?j?T 1??,??L?4F??? l|l???}g??9????? }??? ??????>???[??c?|s?xo????????{????~d??R5*??(?? ?\??l???????? ?c0"??&e?#u??????? ?X?f?&wQ??)nJ?kS,???????? r??????v???&????[??Up????????%l8-??c=??ate??_x????a4???$V??6lf??#??3?????u???p??%F??J?/Z+???q?Z,-_??????????u?2??,?? 1????3??u??B???|??Td? .?H?,??????????^M???'??+??T??] ??uj?{-??t!??w!???n?nQ? e6?? &Cs" 0[S?B??e0.?y!??A??????=?c?+?oy???g?[iS~>?&ZtQ. ?????v?l?? ???Qu??????"?? .^~???"???u?~?2?\???m?b@Vh??????c?PB??:??m??o????| ;??d?!x????C9????V?p/??1{?Y???+??2{ ??]9 5???n????????w?????S???u?7???"}???]Qe???????wW?N?^???IA????? i T?Ep?Rr????p????VyL+????????&???S???????Z#GG?7???????$??-??x{uE?? ? ?C?-???)?&????????>?r??g?Q>?N9?C??????s???????~?G??r ??X?oF~.4?q} 5?m\ ???){??q?k??s?]L'???>? U35?'??$e?R???T9????????c??????/??6eY?(??>R???????? ???~A+?????(??? ?????Q?D??'^?o.?+0'l????~????;???-???S????M?Kr*xM??]?f???P?K? ,????3H???}A????Y 6$??G??~???M?|?#R )?U?Yo??p?#?s???O~??8?? }`(^?z?1Ax|?Q?WH?9??q?^???M??"C?????)??o(?? ??E??Sg?$?=V#?+?K?a?)5Z`s???l?.d??b7 at v???'?????4v I??;?>X????j$?8???DjU?i?+?i?^-?K?}#^???E^a?b??<y???#?? T.?k?+x????;K?/c" 7??y????????&????@?m??????-va?????B???x?w???`? ??=?????b?????7?v>???????)v?1=u???T,?c???Q,????t??;?. ?????m ?Eb?????m}?G??>?c$??]???????J???KT??M?????\??k7????O?b/y?Qw?5 ???n??;??L#1??K1?m??3^??/0*TL v?i?]S ????p|?`??????1????B?????><??0???i?p){???6????{C?b'??????????m+??/??????)?m^?Mk?=fZ??>?!9Lq?xh1E?#y???? ^B&v????F??4??cy?R?W??1N???WL??/?A?F?++$??+???/?e'{?????>????F???\?Kl?%C6?N?(?N&????`?&?W?SMt?e???6??u?5???f???z??(oNQg?~K?\K!anT???9tq?#/??^?xCYX?(????Q??W?????,?Y???su????j?yJ???b?;w?1QyO &z,6)??y4?q??D??Rr?Z??B??I???B??~??.???????y?b??Y?b?F?K??c????b7hiWt0w~?k??@???????????L?1o ?/GECN)???.l; ????~Z???sd?>A?9?.?f????2?W?'??LF?y???????lF?????!,?hE(/(?R???{?\??fi#?-?l??;????????S???]_ ? ????U??+???*;?????0?k?1??? +?4R???}?>{S?B?m???? ?????-??o?3'x-??DJ???S??????.?????mh??????`?5Fa?????W???m^6?nc?????Y?????`uVF??? ?FI?4j???A?s????K??ml?r?m? 1 Nx?w? ????%??$??g???w?[?'??Oj??4(sOi?(.?`$??? ?J??,c???e??( ???s?={Iw???????0,7?1j??t??2???$\^?d????? [?B????I9???????T?RvO??????O???b???D?7?????5?r???w?J?%?oJ?]4???????]???0?S*?? ????S?$?????Z?)?a??e?>????#????P??Z?O?%??*??>/0???a??????aVPdT???*????.Q??|?!???\ ???7??\?\T????U?!A??+?Du???c>?7?4??D??????e???y????n???o???????6Z3mC????k8?7mk?"?@??r??????B?o?yr?? ??P[??i?????+D??X??X??5e&???-N?????/?f?QF^n??S?j??? y""???:?e??<+?o?O?????1iI ???o?=???r?H?????d???1? ??xLM?l? ??%^???{,?????Y?? w?]?^?B??;>?? ???"????_Qp????? >???X#Oq?? ?? ??? ?G?????W????G??Lb: ??xJ?L???????|g{?]?Ag J?`v???|???>???x??&0tL?a?R*]m?A?}7?????? ??v??&C?(? c? 3?/???7?]F?2ZTXc?%?? ??????w?|?3Z?d?x"T?6?.?uC??@l??Wjz???????^???AP????x7t??V?2? : ?? ?????X6???d?dB?/]?%??1/[ -?(|?bq A\???5????e5???FE????J?w*???s?Q?F_??Z??6??)NH\A??? }???k6X??S7?H (??? h? e?Y? ;H?}?u????????4?-?6??7?C??v?6Qn?6U?"WcGC??BN?? ?)?c?VH?v????{h?,?????:??F?~??r??? ?.H???? ???I?+??Y.??6E4g???????r???????T?????O?B?\?V??)?y?? eJtU?mA^?h?b#naF^??8?jh?p????,??\~3??P?????-???IUkV??y? G???;????ja????Hod ?P??I?H ?^??Z??????F65Jh??gv_?)??|?W????Ap ?5?o?????^????J???%1???h$?S?????FLe?y{???3|)?'L,i ?2????V?-j????+????]?????????m??^????M?6???J? }???3L??)NX!5??????U?K\(?C?bV?&?????n????5Hi?V???6?????)?(?V??k ?@Gl???cN?? ?.V?{E!O?b~?I???bN`7@b?A?9tPP???T?=#?4?!?\t8?????????!!?I?/[???n??E? ??'3???5"?z?T5tFQ;|??????O2^?36V?F?88? ??Ac?I????X???? l?????=?H??@u??q??a5???,&y?? ??Sj??6U|j??i??&?A?H?@??????????????1????(QL??6Z [D??xX???>5????%?k?u???N~??????D????7??:Q??T?? ?`??@?????????B?_??g?0? ??!?z?G?PP??=?xM??@Ct SUr??J????;tH.??g?N?BK?z?@?????\??zU??&?EzJ?S?s?? ?#???@c????????>:>aq?QH?7H??u?ot?|???a'?&t;?-0??C??D f?Pd,?????B??h??HK???BnT???%Fj??>w!Euk?/??$!??X}?F>???ft??????[cU?TH[??JE? H?@?????so?'~?????$v??$n??M?Ors???4??AW??.???????%????p6?K???It4??%??$?:b??!]?\M???(?3W???????c??\?i?k%':OU?k??T\ST??*? 9@?%zdZ ???Nq ?g?vS?%bMZS????? ?SM?T?]U?J^oEw ??&g?'H? M!#??z????????C,? Ib*GJ?x? /Mg???a?0?P%F?R_:AH?B?q???)j$z????tF? q?T?n?I?u????-??P?(?*???tZg???~?K/x ??(?+6??2>k(L??? B??????6??Q?gX???uZ??? ?X???$??????? l?JP????C%?????P???nC???? ???c???4+{?4? O l!????B?[oBU???i????*?d???"??\h? I4???????P?t??'L&oF???x3? j?++??V???e_????????8?Q??gJn?mN??????b&Fh?????Z#?w>?i?u?b???k3??Q???l?q ?V????n5?ZBWD???????n0go?>??q{???V????U???{ H???4? ?????*???E?+?u?n??????!o??8????Q???E?Jmw2,$x???????J8G_-?w????_qe?+?????:f`???a?A??X.w r??iKP??I?|B'Y,?MN|???9~?r???????????/?D???????????{??eIu?i?K??????% [HX?????}+l",4>3I^8W?{.@??????????i???k!??Y???G???. ?')?M5??O?:cO 1?F?DY?_;1???$??d?jh???QO???s?=?2?????V;V?V??b???I?hk?m>m9??0)(Dn ???E?-??????b???5???o?A? ??5c.???w???G? ?y ??????4tZ??|?u?T3????? ???Kc?Q?? ???Gds?!??Ar>??1?3?+?d?Us?en#<~???????F7F?????'?&?4??-(4?!?WV9!$|?-B;?y?G?)?*?Q??BO?????)?mP????~???9?-f?}??b??o??~????a?r-1W?+??6???;?H??????an?U????????o????C??4??c:??u$f??yM?E??????P.??T????? (???zavG?3?}?/?`xA??E???????D`/M??>W?q?*?*? t?-B-@??rh?u?ZT??? ????QB???B???A???B?? ? ??7=??|?d?d??qB4?c?KF??g?ij?`?+uQ y?F?BK??I??:?PN????????C??$?#y ???n???? .??$*???? ??Y??V??_?? ?U?O(?9T?3ey ??B????????p???n:|???#(H?5z?da??>??????t/?A+#?????71F?O$???&Z ?s(?7???&(E???/???r??5?m???G??-??????Y?? '??Eq_?1j?iw?2??[?> ?/p?I??w??*l??9J??2d??-W[??????f??i*?K????i??^?? ?n?-?{h?????:b????F?|@?m{;2???J?????"!???q?!???+cr??r?"?CB?(???y6?n?kn??????N?#z7eZ?`???k?xJ?cN?1IO???????LZ???j???:p??k?^ 'jI???/u?,???c?F4K??s?????UL???0O+?H_?`2 ??C???????L????q?8????????6(???K\????h2?n??Rl???z k?!??????.??)s??^Ujy?????x?+??o??O????>???????? A??$??CMKe??^??S.??Fn??6?+?Jg?x?;?~?o1Q7?????+????4?? ?bWK"?? e?(kAO??.????=??!?IGx?j??N?1H\??r?c??t5s!C???Bn??fs G?AQ? ?O??8?m?ol?=??W?? ?B?R$$?~? S??i??r???/??} QV?!? DxG#?5B??Z!?W pvjP??:8 ???????q?#? ??P&r?'D?H[*???x 2 ??????W?????g?G???W?LY???m hN/?5T?+&? z????6?w??*:?&???ZzB-=???P?N??&?l???&ykLH???????vo^??e+0??x??S?w???*???g^????N??? ??@??)?_??$????+????I???)??D?Q?X<?1??U? B+)????m??t????AL??yMD!v??f?n8:?F??o~!}??wKT???l?`d0?2???4?v ?? V????lM?so?enr??1???m?h?????? ??e????C(|3n9???'H,?????? ?????Q?\<[?F???!6????Bm?????le??#???d3?s??p?S?????l????????[lO????_??%;;??4/8 ?N??b?????;tb????L???0Yx??8?o?VH?? ??N???? a???~Wt?mGx?%?L?1Pl?/??Z?????z7????#???;~???????????? ???NSJ?????P?s Y??r?*?5>?"T?P??~b?p??.?Zg]?(?^:??w ]??E?M??W!?c h&h?7?gMr?`??>?hh???Fc!=9?? ?l??7?a?C??_??r?(k??i?kBI???4DW?s?=ve$?~??x?fl_?EH+?bFL??/p?Z???#;? ??>??????_C+?C_l'???c?m???%(z???????sa???P???FU?g3 ?#????? }???E??{??z?NO??!???I4?OM????8?#?6???U??= ???w???L,?<h???$?l*??-z??4??xA?.:??#$J\??6???v??h;HT7t??_hYi?*? d<O?h}??}E?]?? ??}M5??L??G??s?D ?4d?{D??W?5g??n1???Z?vJ? ??3 8???f!ey at t?_?? ??&???4?xO? F?0muBhY?pF?3?B3??)*?"?{?bu???](??0z?P?f`? ??@??? ???s? 4?i??\Q???(?bX?????.?x?.1?)t??Y?C??.Ec.5?fI? ?b ( g??{???-O? =??d'??ZP?5?? 2????_2?!?? ?G4????Et(Rr??EI??E??+???'2.??7??L?G =?P!??S ?.?2bt(????w?$?1& K??????o??1???h??-?'R???~??s??9????/c???????T?g????5??\??? ????n?9f/?X??" F????[,???=?\:c??L?B^???H? 'N?.}s???Kb??v=\?_gP??W?z?b]??k???)?M?'?,?L!(?$??T??vep?8v;?b h??????`???V??[?{?????u??moB?????J%???U?#??'?p[???4?oQ;?6?o?D=?????lK???^gl 3??]???) E=["gt??? ??b)?]?2??Y????49?v?zT!OT???O???>??? }?P???{_????+?R?????0o`*??;??????k???-???@T=D???#K=??"??"?%?v KO??z?M????oM+a b|??4?7o,???N?r?F B?'$?T?5J??????{??\B?????c?????O ?4d*???????N????? ????o$?@???N???g????X???? ?AKB?PZ?#?[?]???A??????K?]b?W?T???????s?,4 ?D???????? ???5}4?????w6C???&a??"! Lb?-???????S$??#?c???c?X1MJ??ofqFh k ??y?|@??W??E?2??????????V3?f??: 4M%??g?Z]??????yF?9?R?n?Z!?????D?6?}D????,?}???? ;??????b?^??n???.?????o??8??e??a?h????????????C???}'???*a0???,l??#????????z L?\?T?5?? ?&??F:?a?9???Sv???OW4??lO:Q %CtE?????5?v?-!???? @??N?1!??&?3k?`????v?D??B@? )#????f?*0??J???]??,hg ????P??a?=?x?V????n"?vT??Y6??)\q???? ?!o?D??U? ????H?\? ?3???????'n?B(??@?T????_B??? ?oD?D7D?X?m??!?p?3??f??????^?KCh??)z'??B??C4xP???B???V?????*s?X?C?pa??>???-??&M?#s?^x%L?'?j??????X?hud)xI?S?d?;k??z,(n$???? ????k??? ?R`g?!????5?3?g?????? ?" ?N??4?????w????'Ta??$???H:??Q?"c???1EV? ??c??v??+?e/?Af?9"[ ?FUi??i???i?A?a??xk?D????P 4Ka?>{?@?????K>??????L??b?????!??kf?f????-???????{7(???????t?pm?U??%;w9??,??Jy?P?# ??)tK#P?????<-T?Z]~? QUF?V??7?c??^?p?AvR!A????$???(?>?_?l q:?\B4/h?.?????*??o????5??^D?s????^!??Et?????'l?+f?;??U??&_uw?? i?#?zB???? l?+?\u:O?}6?K7F?6????[???PoX?B ?P~7??g??????R????N,.I?B???#?Da??(A???????eZ?????$yq????+??Hb?zG?????f?/?k44 ?o??2??g?Eal??A?v?G????Ks?#?V??????U00rm????3b\S< ?,???Tj? ?8Jb?:?y?p}????',??????PwK???#??x?1???(????8???km?{?????ty?{\???'Y_?i???@??#?J?5????6?[?2n?/?gn???{C?ZC@5??I?????&????? ??v?hgB:??Y?L? ????(???=y6U?Q????A?+l?????2??J????????W?i'??? ?~??G}`??????^?P?Z;????u?:??t ] ??O?B???Dg??Sk,fxW]?w=??*? K?[K*???De?*??a?`??LM}?5paLr?O??3??Oe???n?87???OV??N???^b??$s????y?ai??R0?s\?????M???z?q??8?????@??!?S=R.z>Jc??????ts??z/T?: ?????t?? ?.??_2a3z?O??=? .? 4?a???b?[SG????v? s\ "????}? ??#a1n{?=?B?{??^?E?/??\Z?#???YT(??zX???PQ I??P?h?a????Fz?}W??*N?D?\??????s?????U IyQ?? ??$q????T?????$F?"??-?\m????n?#9Ncmt?r???L????w?FO?Q?)????JD????????'??K?1?kn?~?m???????'t?????q?mn?2B7??P???_4?k???h??n?6????Y0?h??\c?G2nM?+?0??????\??tz&d????>2Ab??????DY???]?????? ?'?c?4v??????? _???????1T?b?-Cy.??M??34?4??o????O????e?????E????J???nIt???H???!?$???WBO???????????W]??/??t?? j??L?b??[?Y1m? V?9\ ??_?>?:?%????eZ?zF?T??? C??h[???XkL???????VX?????/???Q[?=???>o??Z^????}?????S1Q???yw^???IP????(??-u9??"?????m?d??7<@??Kj???C??P?N9??1? +????h??%O??,??$F]F????9{?K??xY'0??o???+??(?? ???_-?hQ??P*?!??FL??%??H?/)????P??0jK??-?I1??\?jnw???F ???I ?s?Q??e??S???"?J??]4 ??fE?s??9W????Ry[???????~aD??B????m?%?+??KH?^?j?!g?4????Yk???????????!m?(1????qk?I?????ui?4??x?%?nY?}'?-Y??????}???_W?R?'qlK? ?n?=??_`??xK?U!?????*?(Kq# ?k0QVt???G#?n???u*|2????tt??'??z?-????q?[??????8?.?f>e???4W?vg??V?`??/?({??s^OD?@??h??=????Z>?H+H?\Kg?? hC??ZhF????Kd?3?Q!??q???[????m6E??>]??*??y?tr#=,h?kht??S4(??*????({?h??d??d^???v????bW?n????=y?B????TV????+L??C!?F,,??&??[Z?9}D?8????Z#??&???????[??????-???g???????jy?Dv$f(?N??????e|w?? ?????o0?mh?t! ?Vbd?M ??Vm??h???!??????K???p)??;?{gz??''???vD'??? P???y?:???tr+}???A??Z???UvP?h??????? u?M???}??????7???M?wJ?jv ??l?7?}???"???????/@ci[?/???z???????]7?24J????H?,L??bK?TR}ks%??K ?@^?a??-%Xj?g???????Yyj?b5?{5*]|Z?{ ????? [????? ????????7?????R=???1???j?,-??Kd?v?????v?xO?i+?AO??????????\.?a?"OS???p??]?;?m?s????J?"#??cQh??? We?^???z?????\???oX?N???7?Wx???4??'5????????E???L??b??????~?????=? %N?"+???y ?mD??????M ????&????F?d???77\E?B3?8?2???Q???#???O&??bi=???(?@??B^??Zo???w?X?#'?%]?ct??z?En???x????9=h?;??u?Qa????2?j??? ??r???#.?6??V ???????k??G???{F??9?P???:+??????X??????7??/ig????K??jOG? G???b??'X??d?f??5?B?B?Q?N'?H??y???b.C???????0??HjA??? [6}??5?O4???????hn F? q??QF??R??z?? ??:@??????;?X@???%N"$?wT??4????M???QB???H7???[,K?K?E3%?By???????????:T?????x???_ZS?S??,'H??%????)??4???B9a g??W???hO+??N??h???zN5l2?&? ?R?i?i???c?z?A}?]h?X?c ???[? ~? ?b??WB?[??=?=+s6?v??Y???%?:??D??]????k????-?@???????]1?+?:YI???????(?5Ie?O??N?o?H??DgBsHMi"4?{????R?S_???`B??=??? ?w?`?\Z? ?Sj&? ??.X??z@???'?J3X???`EK ??L7??itmR????dNQ?0-???????????Ul???#Z?y???+2????k???=|_?????n??[?????v?D???02?K? ???"->???v?ET?g??I-?U?E,?????YJ ??? ???]?A ????$?A?4????????4?,2?Q????????JO???k?t}?1z?*???8+?????????5b#?>#LQ?9??r?;?Sy? ?????nZY?4????,???????HF?0???*?L?7P A?_m'(B?i?@K?Bu?n1?E?FDe_P?$@(z1???} ? !??2??"???r???rW(????C?l6???B?Ho?~??R?= ?}4??H??|???3?p??i??G???#?'4~g ???/;g.???^ ???i?UY#?Eb?D?????M-???x?/?2????D?K{?!???T?????E!?u ?wL??k[???^??Z?????B_M?k?O?!n??>i???^??????s???s?SE??O?w??3|Ui??????aV?6?Q?N|?%?@zo??????3??^?????2?zk?????.C?%h?\????7 l???tl???f%?b?Q???????????8??S??????????@??'BO?Wo?_HlqJ lBL???p?h?f?4???|Wj?S?,?'??C?"ti?>U??C??:dZv????1??$;???$?[t(?% ??nO?n?????>|?,?????A,R?????+???K?it?s??8????nc?gy???F???Tqx?\; ?4a??t??O?????? ? ?6B?????ALa?Ij ??F}UL?z???????w? ????i?!x:???{????_?^2??Q??jP EJP????? ?NB- ??)?(????R`?b?x ? ??-zM??t?aiG????]o?L?;?JkA?????.???^?Z 5t???t?fXSZ??i?Z??-*L?+L?k?@Xp?p??q?'????????????h??WJ?????b?6C?z_u?-?ZDU????$????V~????8?5?k#??)j???&lX'????? ?w?z??????????/???f???????? ?? ',>?D?(gG}?[??y?4h??A?=???]?d?8??O?"/??????n??s:?kdI??????&?aC???`?MP????Dh??? ???rm ????,i???Bg<??z????G'??????~???5?C?\? ???3 )???Z????#????@?3?T?V??B??':????d?Z??_???T?0?c0?i??=v???b????d{??.?)??t+??F??X ??????{hc?1????????I?G:B?:??0FC4??'?3??[+?AG??2?vx??????M??`D'????????"?*??2I??BaF??y???^B???^k+?6?2?b?8???????????????T_????4???^?o???P5??1vU?????@~?? ???ER???$.???Mw?k?o???Ur??@bM?mQ1S??E4??????????5?X?T?*?W??u ??qP??Fq}abpi.?i?????A?? ???W???????od??? .t???Y?????T?g?U?dLP9?:????,u??e??xqg????5z?j?V??Q?????+?7??w? ???n ??????>?2ml???%??Tm?o5?u ?????x?}???3?iA?#?i???? ?r???t8t? ??46K?hJTf??? ??3Duu?? yA[??-???iD?????h????C??????G?`?U??;|???/??/3??X>|?-@???8????"?!I?V????H,!./?*??E??t?C?!g???RfP????l?x?H{??!?iU??pF( ?-2??SE?????S?N]?N:"q?O????w?/?NI?? ?@P???Y.????K???[?Td?[!<[???J???F???_m??????????iK?k,?i-8?A ?$?LO.??.??e?#_J?Qh`?????@???pQ?@ P.?? _??Y;?????pe?Y??B??!???oD??c?h?c??o? ??"?z3O??%??ohEh8????? A?2?5?3???????E ??!8+N&??ZN???6 ?e?#??:`?=?^?C??**??[???IE??O?????????g?:??Y?W"K???&???R??|"?DD?????s=k at O~????.???x????+?????dN c?L??} ?:'B???? ???9?r:?`?:??]x?H4?!J?}??s=E??f?~?k???2??m ?2ZL^?|?????c??[%?>?Xgh??t???NE????CG??? ]D??7???[?{~????Qj??????^x?e?&?????e??????? i`??????.-h?04so?H\q?H?Q?H??%??7T??????}??IK?t'?1?T,c?L??,????? 3?O?xSq??o?kx?TUc? }'%???= ??????????:??[????aC?e9??6??|"??&???/?g?a???8?]4I??DY??y. J??7O??? !?? - F?k?TGV????V???Q??eN????#~?2?? ZD?$?? P^ ?q??????6n?A?W?,w?IH??^?????0?q?S????)?xqx"l???{???B?k??????;???S?????v(k??bV?L: 1????}??(cMt?W??q?j?A?4?y????e\ ?? J?Q?r%??4?8xo???a F?]?|??0??e4?b4?S ????Q?! ???? K?:4f:???s??s??wUhgv? j?-???;h}.]?t>??D?.4G?+??>?eN?A?D fh??????????4ZL???M?? zo?K?u??fp??????-H???&??W$^z?z?????+??0e?-q?b"#S?+-?7V??W???p?Qu7Q???(???C??w????Cz_?rz??l f??? ???????1R???+{???l??EE???@????????? D??(?????Gh^?I? ?:^g??R?jm? @???{xd?J??f?N?s??s0C??~?J???A[29??6????(3dO0,l w?I??ecN?????:$1l?????? 7?Mq?H}? ?uv????rX?|EH????kt ??"8????+?9cT~}Eb?? 1WOC]???????L?aq?$i(??1X ?6??4ke"?????2?t??????&-?F?+???^?1?????(E?et?`T?W????y?#??N?f???y ????=x?!-2?%hV?J_?? ?n?h?d5????X^f??i??????{???g ?R??z?d???q_K?3S|?~-)d?????:?????6 =??8??#?Y??\?4?!?;??????b?+C?9? .?G?!N??Pqw????? ?Z???"?k???S?O#"1m?!(?*?:?_Ak -$ ?t?/?+D???Yh??AV? B?|?6 ?wbt?cL??????????u????j?`5??'b?#? a???c?9?:?6?"yw=?7?n{A???d?????\d?N?^????r?Ad?a?????Es????6?+j?? ?$!*???????>??br??W?x?p?\?id ~????[?jD],???O????&4h?@?<"??????#?????2??i?_}C[?N?+p???A?????%????????]?-?hO??(?+I??F?>?r??????W?0???????hz??Oy??A??M.?D??????????0?UH?3??03~*??\?X?????hrr?26???ta??/??Mn7??'5|??????n???????k?|c????tZ??\??bI[S??jH>!?)? ?b0O????&{b#?!??#??o???R?a?Uew0M?y?{??9???^?m#??<_???Gu9c??zy??=?Tv?4???R??m?x??DCZs\D???Q??ba{F???q?`?X\?)?-?p?A???z?|!????c??????H??Y??t?????0ci5?z???X?<8???@????G_?iY??7???????]?4??k-%??????V0aWH??0???Xr???60 *[(-?{? ??UdtE??????0?c}v:? ^?%?)+??n?? ??`o???I??j????????t?? ? ??*???G;d?O??|?W??I9?????????W?X?yiq??$??I'?qqV!}?P??duM??+c?D ??kWu??N0aQG?? ?j????r/????N??-+&???(c?z?3'%f?/@?5m,?????O?-???I?eUH?N@?? ??Lu#?????/L?g?k?t ?{*z)n??()??CQ? d?????]??m???6?7?Y?d?????(???G/; ?/?[H?\C]a???B?G f?J??X/?E ??["m<6?t???1?mX? ???c.??J?v?????oHX6???P?V??l? ??E|!9??? #??k?????4???~c??]/ %}??5z'?bG-?L????_?&???K[H??d?????^?[?`?????K??M?????S???:??x??1?6YE??f??F( ???! ??{Q?O??j??z?????y'???wQHT??9Co??50???? [?CHbf???N??3~?w?4m?w?6L?~+]??_??0???k?A?N"???O???c??p?????f??t???]1??????u?9???T??xo???????5ZC? ?T??z????`?A8??S?c??H??V?4???2??D6??!?? W$???Y "9 ???Ll?g,+"G????:!4Dn??1?4?c[}n?N??%? ????-?/??J'3??'? ??|E ??'? ?(???-?L3?????oj?a?ZU?$??0?6? -e?/?T(?8?d?????"?{z?'??+??F?,N ?@???? ?z??c???SY?&?>???@????&??:j?cb[??2l?ixx&H,wZ???L???k~?Q?D54?s?q??Q??? ???Z?P?~???]}?????}???????????9:Aw?r{F?=?N??e??i?n at A? ???W????? F???hOg?t??\?" }+?m?3?=? +??????Y?)? ?d????%??U?ua o??????F??+?6+?+m?????|P_??j1G?????x????W,g 5[qn !f?GH???7?,?B?i?%???0?T;?ik?.k????C??????"* ???6lP8? L??i(?>??????? "@V=B}???NY&??vni-D? [s?&?t??L??n????\?]o? ?? Z at G~*?N???? ?[r1?@X?JSb???? ??????????U??@Kh?& >???U? ?CejW??0,I?;ZX?V???J?6v? m?????`S?v???????j?#??;}4u=?9>??1?????XX$4???G????~?C?q???4^"?Q}?????8??????7+?????O2??"??^;????l?*+??????F9???'??c???'?L?"?{ >45?T6??A???????\h?s?u?b???W??U?]??{r?`??{??jk)????J?K??o???k???X?K?Jd??$?u+????i??-??P?a {C???6?????=?|#xm'~j=?? 3?PfN??? 1m?@??J?@??7??W?TA???4?2i????h?}??k?????g?-~e?ct???DK?=J??????k>E?GJ???|n????????u?+???hl???lbt?OX?0??X?????y?????V?J?x?X??=??I^M??????r?}z?? ???d?&??Ld???A?V?~cl??O??R??A+?)%@!V????[bK(pn.K?A?y? ???2?1???hr?3??S??D?":+~?@????U?5??G$?h??(??m?no??????uL?yY?Y`?^iL ? E??:]? /?U?!?d???Z?$?v??3A ???.0(|??????cK?o??????sH/?????2?%=h/??H?????H?????????????Q5?? ???q}Xc ???{tqw???U???}?cW"?}?o;??]n???????vaR t???/@7q???0??p??@r r????!??Z????????a.H???{@??(?[?f??O??Wr??)??X$????i2pD?????O ?< J?)6 ?>i{6??vi??Pq??#?f;? ???'???`?mJS? ?;???nu?????5G?fv???h{??B?M=????????G2o?h??z??h8?????????G<~?^????N???G?????^???>?? ?Ig??X ?d)??[???X?`??)???? ?p?v?????Uuy?V=)"P 84?????9E?#?S????o??K??@????&3?i}q???~ ?> ?B?O???? ???????? ? ?C\?|?????<*?k??)a>????N??Y??#;0?????GF???T??(~???5??E2?i?h???X??h??????~????????w?tI0qz4!?9D?c?J?#oa?dz|C??/E|????A??A???`??[d?????O6B ?z?L?Wl{?`???????"??? ??????? ?2?c4?L????C~?a???????n????1?)??a????-v_?<#??F?Z<`?S?^?6HO??byN??!C?1??????????m?~?d???R?v?|???l l??b???`u??????????????t,?BYa? ????B??????g?]????;??.R ???????????,G?? ?Q?Q???F O??@?z??z]??i;C?PSxQ?J,?Z&a?usL?P !????g???X#/3A?DO?????#??k?4?v??+?m??2oa??? ?I?C?G4??AAc}E:0???%Ca??P?dby@?????N[hu?fe?B?n?? C?? Iu?DTAWDot?C?{W???J? ;?z???uv?A???"-?Pz????Gs?g?b??;??\?2????^7@?d????^????8&?}?????\U???????h????I?p7???4M`F?3???????????'~t?O>?d%??E??P???\?)?O?X*5??s??P?6VB???? ??`??H?)?A????1???????~??'/$:?[N?aH?Q[?Nrj????sC?_Z??;??3M ?=??8????-??~X??|eH"? ?B|n -?0?Um??z???11?LR?\k?4%i??`e?? A=P??n????>?~?0sg?#?C:Yz?? ????J\??6A?9?? :a?A(??U?Z@???q0???\?H??!?,I>?X??1x7c??D???~<? 6????k???O??????>??????F??x??B?J????=A?l??)e??y]??~?Z*???, /??6??V`???????g???UM????F??9#\dgr.?X??O~?y??n!? L<?(??r?V? ???)? = |*K???;K?}?F???[??x??#AG???n4????x?E????-=?S5ye?qC?? ? r?b??t?P????}?&A?@?d?>a?'?5[??f:K?B? ~e??!:?vc???L%??tk?lp????X?????ob???x_??No5 ??5NR??5K??&???.4?6m-u???34?v?Ahr???????1?G???DQ7o???[??#?????+.??0??Vx?1&Eh???Z ?_????r ? ??? ?? ???????E8P?a??LM??h?Qv?i8??O8??p??????Y??%?cBL??r}?N ?|P??6????w??????B{%???)?,?$x??0'????Qe$????FH?- 8m?????=S?m ?] ???a~N&?-??.??????m??q ?????&???n??/cL?]?mv?????&??t????r? d!?3WC0I??????d ?e?D???2??X??w?G{??=y???K2??~??1??N?Wa??D?????z^?F?iwX'F???!??T??? Y|?O^?V?R4?k????????-~??????????+j?W? ??\vf??+"???? s???d3?? ?-?gSw!|???O)z????M??vY?Pl?p&?`??F???)|2?^?U?d?:D?UK?????@F?4?ZW??i?$g??? s?F'?u l??i"0?d???Tg?S???J'?eF?Vm?????@??h?C?D?X??n98a? = ???????/??,?T???s5?k?d?? ?'Fa?]G:-??%O 1w2?u?f~Lk??????+?IaS?O??y?M?@n?l TB??d?{????? ?? ????Ioc???%o0K?}???/ ?O???H?/H| ?,?.??????^b?;??OT???H?>'?H?*}??V?};?(4?;?HO?.6ng?/??#??=cZ??t,} B????8?+A5??bD?$6?'?8? as#???^???fKtG?O0 S`?V2H?wC???? ??6]G:u??? ??@??-?+L????U?]?mT???????x ???fx??g??8M?u? 9????F??i?c??!?g?n??a#L??????? ????p?????wt?2??&/6}??u^[F?6??x?iV)????jt?o+??j??BZ|M?2A??KW k?CF8I?Z?}??"?1s??????5 ??4???a?????4u??7????"]???tL|D?A"???9??t?+yB?????~??VS?v?Q?4?UO??t6?\kY???A2??"]???}?o m??+,???)=L?6(?M<-X!#????dmB?(?VLh??}????|F?D??# *? ?U1??????}nJ????5?h??LhAbpSU?????N?=? $E???) ?O??t4??' ??ms}?R ?%?@k??N5??.?d ???{m??H???? ?'??????{q?P????H??????A"~@??`L????O?i9??dL?\{??H??????A??I?L??1td:V=?}?wV??? ?0?0????T???z?F2?H;j,rk???t?N?%?5??-o?n?/W???}S?X2M???y-?A.]`???xm????$??????A:bP?K?l?gF??????y??SE??? )????x????????????R?o?OQ,?)?8 OB?.H??:??Qh?g ?'??k????????Mnax >???< ?o P B???`zo?m???? nI}????Ac???b??m? ?F??&}A???????=?Q*&?}???3???v??C? ?CEA?j PViEK_K<.u??)??>?j???c???=fbM2???*????)10???pGx?v;2 ????????7??l?vM????{???eY?\?????a??4?@KJ? ???Q1m??A=??P?n?4???'????H ?????(-? y???????&??o?@?? ????? v?G?bvi?7??w?}0M?Q??$?,??,????^??e~??}S4?o??????H????C?:???U??? ??Pn??z?z??'4???z4L?a]???F(??QW?c?a?3??a1?@i6M?????3b_??=?z?B??F|Ag???? ???m?y??h??m???x??????>??E??Y?+??$dAJ?z??? ?Q????d??d?A???-??=??N??B8'?`???-?s??????g?4~Q???2+]?T?i?6?Z?!f?K?????????$??<?>?A?S??z??E??k??J4???N?-A?UA)/C]%????$GO8??U?4^?????"?[)$?6l???V?_??????2b?1C????gosv?C?Pi???c?R???q??gB[l?+Z Ah?t?Y o???_U?=f!?bL7?p??I????)? ????3?Xh<p?eig??|?sV?.??)??vK V??9???}??b+3?i???os??????U)Pr??g+??A??z?:O4L ?a???n-Q???l?S?P??8a ?i?OI^y?/?6?????E??????B???h2?? ? z?I?B?TD'?^}?%+???i?w ?~???}?"?9?T??rF?-P?Q#/+y????_????C^?>DOq???\??q???0D?w4?D??A?Q???F??/???=?hJ ,? ?N?s????mC?AF?y????>?????T????#l??dp???B==??ZS?_k#?y?S???????#?nwS? kO??k????3&wu???:?S&pa h?k???bo3???LSV???D?? VzV,??????b??t??????_tE??z?G^????\???@k+?T?w+???? 3S????R?aoU??5???9?}??"4:??odZ?X?9?%&?w???j?:QF?~?1???????????%???n ?+6~kD?O?????ihW?@'F??? ?M??????????o????e????G?wP??!{3e?>dos???(???P?S????`@h[?JYp?G????9?\b???k??b?C ????lw??;???u??6? (?'D?Y?@\?#z???? y???|?????UG?$???F?????t?X??'?$w?a54d1?'??9???0VH??F?B?&??p!??????N????a??????Sl,?0?P???`?gnkW??fz,?{??_ ?????????I}?3~???P???b?:K?o?nvUl???o?P?N?;?????5?0h?vo????eL??-r??'?i????z@?mG?W,?E??.?*?6O??2X?Q????)#M1n m????????4 ??X??PG?T ml%? ?{Sd????????Vh7?FOA???Hp%!x$??X,?p?C???1fU8L???????\??{??? ?]??g4/?3H?? ???^?? 5????{???a?R?sn?\zsx}?n???,????z!*??"?E?P&i??L????????l??0l??????<?????J??%?#?,?&??@q? |F??????h?"?P???}???'D?@??tD/|ePUrvP`o????3s????Ay????tEt??j? ??W? ?????i?q?V???d?K?A??3?????I@???M%YQ??????*??? :??61B(??s??+???%????Qc??g?{??y ????@?\ Z)?B??AS?Zz????k??)B??aPO?k)#?ye???????? ]???0?!?7Q?} ??zOt ?e S???J???F??3?R??Lm?Px?y5???Ny?c? ???y????q?`????6?s?q8???3Y?????K{??ah?U???8?5b?-2Mmx?8A5?`-???Z??0??`???!H??????fM`d??????m?K?Z???- ????????JH??? ?l???CM?4~? ?????!?i??(???G)$?p??w??EF_??8H??????(i????t M|) ?????5"???#?{\??T?L`??3????}?????8??.?F??`W"\pI9?4W?$?x?%!??m??E????Ho??tE?D?k??KE??? ?%???+2V????^&???8? Y???>???????:????X???B??@??a?"?FDl?_S??????z??.?l???????-??o?TF????;v6??k??%???P?7]?? ?B????|???P???????????2`(?8D?e4/???E4? ??3?F?Q?|Hd?R???Kw2?,??zX?!????X1Z.?+~*??]?u$VGI??8??q??(??J???[?????Q|????y??!c?R?9:ku?C?c????"?[?u???&?????F?;?;=???i????????A>???^??x?e@??gr????ux?C???kt?NS?GCijz?A?E??D???4?-a??>1M?? ??W??e6???"??u2??$??K??Ve?{D?(uG??s????w?b?!j??eq^?Lm _l?{v?????t?A?? z???F5?Q?? x,@????"??;??v?\???????e?n ??R???9D?? ??g?? ?F?*^?D?`????/???'??L???Inb?m????????Po???1ghO??n???w?Nz?#?????W:FX`?6??La(?I?z :T??>y?? ?l406%??E.H???D??(????KzoH??]???P-~I/!?DF??????W??)??????? ???.v?ot??E?C'S???????"? ?fWfM??j3?JR?????~'bf???_????t?/3^??k???? ?b?W?|Jt ?[)7m? ? ????#?"?b 7???? ??eB?\? ? :"o49????$? ?T??5LS?O:uX k?z??0?I:?z?Q??z]?k?? B??????????c] ???A?{(N?>R){???????#???I0??B?I ? ??D?BH??{M???t??__T?????EF/? ?V?Am??U?x:d??S????? K g?t?Jbc`?f?????G???[?Nt?????Jr??jz? ?}??S?#?a?????`[??V%???Id?c+??h?\?D??9????0???)f??$@c?fH_K?&?????????";vCb??? ???Z:????!?x??B?d??????,?j?E? ?!????????Z??B?'Y??2??????+??O?????K????h?^?b36?;T?? e???????Mj?5l?? ?? ?Z ??????j?$????u????KGh??>??|?uiY????? ??????????wY7?"D?O8???&?b?Bl???8H|??~;C7??????w???eA??:? ??v?e?|7??Jf??????2j? ??Etn????g???????T?qP??T?xe??I?j#/???Q[????????????))\?Oyb???9??2?? ???W?????.???h??q)1? ??h ?t???????Z???LK ??^???w6?w???SfP???L??4??=??n?[???2U?e/J)TZ????~?H??6|tufRjm69C???cm:;S4???E?)Ik???8?H???!c\t\??????!S)&??y#??0]r????W2Zzc?2B???S ?*6??g?????l????NM?;v??{-????F?y/?????#s??v1)_?N\?$m+??:??l??D?;)G??C ?F?LP??lY?IZW]??????_??_???=3???M?????/? Se?a0?bO0?W3????j?C??Pu??)???B?x}??:?k??;`gU???? ?AWlF?????&'p| ????o??~??? ????cy??g????T6?{|??O?Mp8???~F]P`??FW?'? ??I7R+??B???0TJ???{Uc?bgik?M??@c????O????_:????????N? ??b2??????g&?????(??~?B???%6*??/?eR!?t?r?????,?V?,??c????~6?QQ?9_?? ??-???b???2?E?O 4 ?????|?/; ? K ??#?1?%n?6??[??4?M?"M???m????K2??K??E??M??;?B ????????????r???????\7??4?0{???6DX&U???x`C????1??o??c????]?L??7d&????a???5'?!?cW?<???????`???d?Ji+Nwi ??0?5T???qA????$?G????G??}??H????#g j p???/??v?????tE?Xz?#???"?+[?R????????q i?k???=???{%??kN????hF?,?{?Z??9Q?#r'? U?C&?K'?,PY?2??g?? i?BoC???)VQA?R?E?k,??????Z???j? ??????e?^????7'h??,??e4???.???-???g?????????????]=_,?!r?.?td;O%j P?z???H????t?r ?'??~?@??e?Rz??4??=Q? 91??.{ @?? ????/??1;? !????CK??GZ?sb??,???? ?i??9G??????|?l=??iIPK????X???d|? R%??(?????=??? JP?m? ?_j?Qy'7??ga????L'?nz??????x?>?-??xJ%d~?N HE???$??????/?*&?}[=???+??dj?@?J$?;??=?0#?m1?-{????????[???v?Y?j?D?B???m"?2?F-???>*P??:~+???2q???n?%Ew?d?D!? ???&??F? `????Kk[??@ ??cE?? ??B?`???j"??=Jn|?0??b9???Q?A?N_?,??5?X9?\?c??a[]?P:?P???CWm??R??q??P,&????R?n??F?? ?3?ct??}?G5.?@Iq?#? ???O??f :/;?N?}\??zFC9???????sw??7?Kli?l?s??? 1|????sQ?(? ?!?&?p??Rv??????!h???????vP?l??&??t #?d7??,K9?E Q?';mPKN????j? ?w?9???/?????O?????>???B??-n,EM??????MCP-??l$n$??_???a?\!?^$???(?[??X??l?F?;?.]??P????}'?u??????????=?/]|??m{(tv?p???BT`???Yr?@?8L??(???????]CD?hq ? ??/?t;p?"??????yT d[?H????EH?????=??F?Z??M||??`Qu*K?!???????N?F??xO?U?W??Q??t8??@|`????~??L??????,?? ?|???I????bB?????!.?>??x3?&???I???????z?? Xm?I????I???? !?=BM????l??????~?nP?qZF?I?<`?X?(?a?k?'!?z????]?OCL??????:.2 ??(???? ?5Y?4?(???u!r%L?M6  ?:??qG?Q_*??????Ci.?5D??9?r-??B?Bl??C)?????n?r?nZ2J?E??e??#?EL?u"??%?U;?d?w?.2o?3E_r?*?y??DQ??????!???????c?? ?[?]??dQ?W?t??.}G?u?4?d3C80???r<C?z}lq^%?kO?P'J? ?]/?w%?? ?????????4?&?o?S0?1?????^;E???eTq&pZ????9?????I?"???L???d???P???mp?(J? 96? ?????c????+]?b?b????2Y?@?s|?9????D?? ?G]]?j??SbJ?/&?SXC?T????^M??!)D??i7(}???}?????nJO?X???4???n$?l???v,?y*?????Kk?/kR??? ?"?S?$?S??5??bMx??M??!?S?>?#??m?1?S??7???e*?>Jv????1R??? _??????Q?????+?t2H?L????V??????lU?0?h8??Wb?CZ|??QZ?2 ??&w????s?f??k??O?w????0??wH?%??1=???!?? tr???AP(?*!??+R?A?Y?^??????8J?i$?eUd,?G??G?? ??@?X???J?7j}?F?S?[?jG??d?!????????UK??f????^?????|?_.j{?&$??>???{k?2~7???nV+x??tS?&??????????o: ??? t?x??7Q?????"?e?0??(??u?? -?^~ A'?{??d??]?????s???[?U?\?H-?M???u?? m|?3?#??@?%g???? ?t?1?_X???Yh??=k?60=?&????3???F????3??gT~=we??P?M?2s? .IM????E??rC*?+e?8???|B????c1 bt?!????z??=K'|??Y?2???,.??4/?qT???? ?${????9???Y??X????A???W??0sRaa???????v4?*????????????p*?^?h??M?:W??8?,??=??S??7????}R??&j???YC?:??c?{\?y??c???CKC?????h}?U;??????i;(? ????E?&??xDn??8jb?m?,(@}?|?? ?\?G. at e*??????? ?????D J??=|??(??H]6S?{?rA?@??????(???????????h???? ?QH?)t L??$??_N? ??Y??UP?????N{#"???p['??_??wn)}??P??????Ue ?1N?u16?H? Q6"g??NH????*4S?U????^??'?'-?{?? ??$?hc+?W)??h????EU?%v?d?x?N?K ??????MC_??FE0?Wq)-Z??Q{??^~?F?Z?t:?EsX???????S????g???n? /?n?@?L???0?????d?[????E?m????Ij?e??1C????A??Nf?+???????7v????]?U? 5?? ?????B????J???)??~?V??2??E ?\,??9|??K?,E?*????R???C/??:;???X?x?P????#-$h?a????!gR??fu;?'??w?uZ;??????m?M?PvM?????[??Y?? ' o??c2E??>?f????????W??kt_O ? G??`ZF???7l+o?jo???a?{?\????rh~A???????b?H???&?????A6P??D???? 8???'Wu??m?U?A\^D???'???!EFH&:b? ?????|g??%? ?Q???q?.???bg_?????2?????G???I??Z[?>?E?_?K7???LY6 ?_?x0Yg&m??s??=|$j??? D?1=???c??73?U???@? Za????5M!jHvE????LF??(m????e9:?H(????a?b??P??J#?zQ??go???IO????? {z?~?? ????- at Z??????c??=??/?qT??X???4??]!??iP??b>P>?????9?E??1????I???f???[??n?/??8Q?:??px*?B{|?P9`?A???\dC?;?;\9????2url????i?2?????tt?Q? ???r???6 ?F?sW??r!1?W???5?wb??"?\?et\`???}IA?1?'?}? ?h?q???=@???TS?K??&g? ?C??Z]???@UG??=#??e??9??%"??x?e;N{?C????{D?`3?t??????b??p?I??S+??t???*r?d&?"|A}??BH??Cr1??k?FG7|???? ?4?s??m??vm????+]?Q????`;)?????Q???x4??Ppq=S~??E?\?c?????????|?b??]???G?c8v*??G7??e??H?*g?IS#???N]|??e|?8? M? ??Q?p?P?c?{??!Q3u????H?yHH?T?u ?&1L???3n[??&r i?Y5?Y?!?=?Vl??hym)?-i???2??I???X^?t?i???p?? ?s? I?FZ.?wC1?}???xp(?"?~??L?v.?O@????%_/6???H???D?h ??5e/Z? DE?Q?t??B?bq?G?=?w6?X??L????E ????BK ??>???????Y??]2 ?f>???)t?????a?=n???6????!?k??|???+?ab?W ?\(???0?u???#?T? 5???!???X?h?1???#??~?!?}?l?0???? ??'?????? ???Z??????X????jF?X???}??????p????v? ???R???C???4?TF?hTu4????a??.tt ?s?+s??@0oQtc???d??4$n"Z?Q9???U#???]_????ns??@?Z9?a?s??Rk?UWhy???!p?(??? kI$8?{t????< ??.???2{???*????$'??sMT?8??????+????b???t?f???r???X???tB6??]???\?#?M??V?kW?UkN???;???0y???%?4?<u]OA?R??g?tT?W^U!o??Q?W?n\?\?r\???wN??Xa?_?\????=.???3?w7d???l???U??!?0??p?!pO????c??o?;@1??z9?!/????.??I???=M???3?? ?Z6?*?i,?L? yh+?:?Z}?????S?1??<|qzs?? ?6wz1?X??.??=q}_?W???"jt?? .??}?!?l?&?M:I2??`8????Bq>S!n?b?9A]??????(????t?rO??R:?a????I?ZP????N??&??*?o3N_!N??,K??^???^?[?%4$/`?\?????"i????D?????????/ ???B$8?????H?E? ??\>P-??F????????6??IU2?:??is?V??T~C???G?? ??|F?????xj??S??>?b ?[?Q?k???e?? Gi?_??K??b????M?#???[?:?s?PT?zU??????$??&??E?e4to?L$?? ??Lr'?w??'??v??kc?????6M?:?f?h?????a???v?? qc?AO?P ?A:G\??2?>?7W????8c??g????????p6y? ;?(????-??>P??E????@-??x??H??????N?>I??8IE???} R?Go?[!h+^?}$?'?8$tK?E?d~^??'z!~???q????z???JO?R???0s???????& ]? h??`+?".????j?;???RuFGC?|*?1H?>?W?E? ????/??O?A??>aU~?t~? }??s?-?K???SN9?%??]? ?B?"7$?)?;?v?? ??????K`?Z"Z ???}??????1?},??8??b? Ro??t???|V?tz?O?? ??*??R?0???????(?r ???@!?????P???,????=4??x?R????[Z?Z??? ????p`?Q???R???r??F???????? }9`?? ? S??Q?"?8?H???l%??WA????t8???)B??G?L??)?Q??#A?;&????|J#?Q??&B}e}?u ?P?J?u'??w?????@?c?.?????'???????H?8r?p?3???????[h??7?0D?2???V??)????S?w??????=[?uq??? p????????????????0???}??wTS????u?m:??G??y???F0?? P?:???n?X?tl???$?\?=?????R^???A&?;!????????r]A+L?:??l??^J????g ;|???V??D?????b?????[+???Q8a????`j??K*??gXdl??_???W??{h??????k??^???,s???? - +??%Y?Ou!T?dR%?/?P\?????????K? ???????~6jP? ?+??~a?J??"? B????8??????{????? ?w ??{#Nb\?????{????z|'??0?;?U?O5y???/0 ???]?f?wp???}a?yG Y?ucDu? ^-.R??????? ?Q???oj?C??>???j??S?P?1?y??ADH??b\'?Q????Q???~??nr?6??r??!???d??C?3f?4k?????? ???$?qh?&???5?uX?????@b?9G.IYY;? ?i??z?+j??S??C?O????B q?d?6Nvo?Q?5?t6K????*??pD?Ll?|????c ^???????????@>?=%????425bO] }?(q??"?????5b???z6}|? ????-?L?o?c?8n??? ??????/?f?@K???57????q?L2????~?l??4?hWL7T??l??????[????????????I?VhV?-8?V????|S?J?} 2?????F????''J?:om??p(Vx?:?U??4 Q???$DG?$n"E?N]nj?+\???ZS?^c???JW?^????IG+9??h!?]P?Z??G?@????????^?j$????S?s????.:~???(?V?I????sb]??? SY?????0 p???????]?lr????:?Jc???^??%t??1??L9gT?Q ??O ?????0?#??R?? ??zVo?%uE_??3?R??=8A'???? ?????????b:^k????LY?????Sc?^?8??l????6?D????????:k???}?Mq"?????????S???Y????p0d"???P?? ?Dq( ???xB?i???? ?#|M???>?R?#?. T;???p+z g?.??????????L?q~?n????????V-?n???'tIEBO=g^? Qn1????p%?`}?? ???/??x$o-????2O? l^P?? ?)?4>?&;?0F[E??4?J???RZ??? ??}?Tv2~71?y5?J?c?b??hO???R???-??????s??}1E?T??im?~????Rp?O]?5?????{?%?#?G???????$???S&?y4i/????DB`+??a?? }U?O????:??Pt??f`f(?cK???'?e ]??'q??C?Ggd???P6E?????I- ?uB??.???A;Esh ?u?N!?7???(?(? G???]?L?s:S?L???:?\?{??? ????????X'???+?sA?\??U???~??=U?C?CI?????8 ?M?\sm?z? ?~8??? ???s??|?'}>?Q??B?)M_? ??|_P^????n#?A`#?h?J?m?5?K]A?Z?#?iN????i?B??we?%B??{"f$?N)????-?>?5?1?8??t??8?z??!IJ???k????s?u??J!2C(q /(6???:???|a?BEy?????9?aN4:??@e????8,i? 12NC!?k??X]??g??:\?(N????\???Xi??1???y?)?D?, Y6?Y?}Q=yW??d?????.?? ????8?&!?F()???c??V?#?Tu?c??kDZ???#S?P^t??#??9??fD?n?1OG?? ?>????{]!??\??M??e*??B'P ??V?(???M?<`Ze??DYGC$?0?????I?pI??\6???D ?p?h????2??. ???$???L??Jb8????? ???s?t ??~7??$???Ld??i??J??\??Zu!}?A=???a4????????X??s??rn? ?U??f??v???o??B????? 4?????:?????????!w??kR4?j?&??c?????a???????B??:??Lo ??????????_???n??]i?7???i?sf??f/b??+?;?S???4??Xg???o?t[??!?Rn?m'????u[F???REU???? q#?.?Xjf?HQ?!??M??Xq??? }???i?C|N??|???t?VoN?ew??N2?Z9?"?????wE????b?\*???i????T ?R?n[D????9?O?????N?E????i?=?v?x$?7r?%u???#?J?i?"???+???B?&B??M ?wt?9?????EA?g7???[??^D?????? ??????V`]-:??=? ?hmS(P?V????mI>?i????kTl???kc???E?Dk?????sW?J??4?hRlpu(?????~c?X???M4? ??- 5?o?n$&?B]`A????Ll???cm??e\YQM\??'??l ????Oo??1K?dJ!?$r?o?tC?pe?X '-?H?Y=???=t7???X?;IFK?????n"?'B]?])N?????%??$?X&??Hw Eehj?7:?a???!?a?A}j??Y:??j(?@_?A?P?-????]LC?(-?m??j??$???fd&]????? ??{??U?*???????wH96?+?M?????M????p??| ?Q ?t?X?5? ?P ?Z6???v+???&?L???Gf]?(??T????q??{?>??u????????c3????0??kQH_????T{???+????p?o??S?m1Z?zk'?b????9???????h?5?:8]?S?????U.yY ?????!?Bg??#???F????p?_????5?(??o??X9??(@???? ?)?>G?>???J?3N??z[??|???R ??? ??0'?:h?rP\?L???\??P+???at#????'??zd ??c?[???b#???f4????{????\???qF???1???N!?,?gZ?p???/?t???????gc?w?`?_7?7???Tv??H;M ???????2*?BeQ????^{???#?s?K???Z?uA?hl??!???k??wzS?ror?{q-???c?(???????? ???[????bg??A)???:,?A?_?=Jk?R?0qnZ[j?U?M@ 7?l?h???n?,-k??P?+?#?C??^??u ???y|?m???a ?*?B?]$??-?*?"?)[1qeQ?"????d$???~???k z ???8e+???o'u??D?{?-8??.Y?????yw%??b?;??{@c????:|+ t????\viO????"}?E??"??C&??????????;???u?=T#?o??h0E?4??"?CJw??i5???h?t??fr?? 1?????r??l at V?py?o?G???????P=? Wu??eZ??v??7~??2?H#?pYT?K?&???????eyB???)JB????!?3P?\?????c???e?v?J???t9??#?????H ???BY?~?J??|C?)?V??N+ q???N?~????h?f?U9.?????[oYuP?X^?ye?????r???]???k?I*??%?;?9?{|?=?W?2%??Ci!?k(?????;??Gq S??_?????q8?????'96Q?:sc?I????6wjd&U??~??u?????a?{zM?zy???y?i??a?i?????:??7??71?h?X#w?t|Ph'= T&/?+?]?\G??BT??M??qYNB???;M?/??h??y??R?L??A?qCq?x???'j2E!??? ?!??<4?<(65%n9 ?X{??hNSE?!??2??o?L1(?Y???r?}(??`????v???GW????????|???r?:B???8????]???V?T???HA_P[?????c??4?????9????F??V??m?F??rF?7LK?N?'??tG?m+??I???u?r?Dp?he??y ????jk??????w? ?^2`? ?O??l?;???#!-??W?n??N% ??????Q?????)e8y??&???3??y???i?Q?(`G?? ??a?I?????????Lz:df???LO?\??_???????? ??j??"????r??p???.????{???z`9? ?$? ????P~?nN?r?????c?%??:?A?/???Zc$??'???Qw??Uj?\5??}??Y 7?????O?-r?n.?.vng???b!?1@?LRn??? h????[G7d?$z7J????????z ???6wc?d???Y??f???x?-F+H:??B6({M]?D? Od?????{? ???z??nr????olA?m?a?$s???O??>?}?UV[m?J????e )?iM?3? ?.'3x/M??W{???5)???r+???????????P[???~r?,?gX?lB?V??:?????vOMA_e??+??/5???C????R?N.??P? B.????0G?o?> ?S$????O?&??'???e??T?.l?*%(?f?U?VA?w??w??*{?&q'??^] ??/?X?1??n'?"???v?????J_??????????~Y8????????U??n? ?z*?????~!???Rk`Y?U?Q??? ???x?X?L;?????'?E?+C???xd???k?$????F?D,%??8?kF=][K??[?kH??vZ???%_???V?|?8?9?Qn???e???Vs?u?h?{? Sm>?????B?*????#?zY??PwV??#?f?-?>??g~G???3i??:?LER?#?$2=?PB)??G7.9;??????G/T?g,S? ???#??zT"???:??q???uR?"???g??u???f??T?,C? ???G u?????E????Q??????K2???7??o???7{????Q?\????H&Zr? ?????~?{ qOq????????9"?????GC?*????|?v??????x?:??????? ^??T?%R?(??Z??a????????>?w?*}as???Q?ZeB?m?,?F?"???q?T??2????m??M?7??!"W??|_D?f?M?? ??|?-???W;?:{}??????m?R?F??? 4C????/?fk c?????|?\#?>??uU?h??|V??_?^ B??????_{L?^'?$??-G9f?h7?h??a<6????????n?I?? ???P^H???Y??+R??e??O-U????Vn??C???/7.???-=S??d??:W??zYE?/f?yJ??l???????]b5T??(w??b1?V??????&???????w^?D|@??{?`=K??S?Wl?!V??1Y=D] ??B)T?????6??j?S?N?^??'?0???Mi??;.??P@!l????? ???/? ??ae??&??)???#?Y???V??`??|??{?g?"?0?8AQ?????,%?I?%?{????Z?V?)?+??:???L)???????6h?4H)??(L?04T????fN??R???N ?fF'?yt???????l?d?d?l??:iy?x]??`'3?g-b}Q'??{???T???(-i??????*}?w_??w ??,?? ?'???l???8???;??8?}???:s-?8es??Rc dK?4DR?X?????^??&D?????M?N?&???????3????????f??6xR???oD)??_??P?~ ??u??.?F>?.k??N?/C?m??^p?,??????????$???U??>???? ???????l ??J???{Q?X??K?????????LA?:?],"??? ?\@xL???????j?g??uQ?cg(7N ??l???U?b  ?X?J??+t??:??@??K?h?/rG???}??Gg???p?e?0??)??k??N+???Ot????*t"???? ??q????r Q???8???,mC??SW=???P???K??!T??JIT5?j?( ?1???u?B????G??_>??+??1??l?p??????N?NT?M\?pT????4?(_jRT???XQ?;I?? ??ig?s.]? ?FiW?r'2o?Tn?y?~?Z?9 N?u??%h?29????&????`???}??5F?????:??????_?].??+}??a??????B?????y???WEw8?Q????\g?\?@????v???????H}?i?????????`?/1? ???????/?^????,?Nx?h?T?gX?O?&?; u?Z?? @Pvk?P??V??? ???Y ??.?1"?XC????9?B{??qS?r\?{?V???t6 ???Lr??\ tEPC%?? U h?{?{E.?H????C!%?k??L?(/?C:??G??3?yN?????~??R?w?????RM?\???Zs??"|C?i????U ?vj??/? ?PX?????b?0Q_0tq?:I?#?f-s????%Yn???2??!!a?6??`?on^?CcQ???Te??z?ci=?l????hJ72e?}E?????p??S???l???8?+s?{??:!xGBZ?\&3?zxb3A?t??t$???)???k????}?W??Q?z'?????+B?.?0?;|?)?`??7"??????{/:?Z?????\???L?gj??9???~?R:{??-8H?}?)r??? T?"?k`G=?],1H????A?B?9Z?k??????v???s5?#:l?9???H????s",????/#?? j?h????*???4?9?????????c????????????l??}F?:??X?q ???S??????-????U??f?69'??Ye7oT????????v&M???t"????? ??!?dz?@?:???x??W?3 Z??B?S?5?Yl?-Cd)?)??? ?d ?`????(??#??(i???y?/J^??[?????Qf6uY??&?????l???????G?W?x?"?INL?E?0?\????}Dw?N???}???U,niM`?y??g??H&??A??O^?g}f??b?"??M?0???_??.????2_k?}QU)@???? zH?MwF?#?8K??YW at i????o??}T ?^}??S??z0 ,?J? *????h?b????!?n??????!?[?<75D?o??????r???0%@EA?5???{?FA^?u??zt???&?? n?4?H?lKv ? (t?>??x?M`+??6?T?t???C?CK??{?!??:?V?? ??P??8???_?Q??B?ej?????q?%H?K????(??j??>??? ?@`(??3-??BiHJ???@?DV??3??y? ?vQ?G?`?>???A?y?a?!??X?5????TEw?4???/<(?%?u?%i???R?$T'w???3 ????iQ?lX#?o????q??Bf=?Hp]????4R ????#?#?x???wQ?L?#?S@???AF?L]??????(Hx ??????0 '??p??'w^V?s e???zP?????\@?U6`H?m???z??;?f???Z???7??p??????}b ??( x@???CPev??<?\%??1$% I?R?O|?nX`Sse0fy? ?UF9??P/?l?}?f??FT?X?H??c??X????8Z?5w0??Za??w?= ???s(5o?8?r5+??\Hx???{??3?O?V?#?u??4?IE?gDQ*6R??b??uL????????;e?????-???mtRn(`? ?y?F?P??%?Y?:??$??????|!{??I?=???mX*5??1*7j?-rP??8? ?ae???531%?HP?g?????p?^?2z,?,?1?,?bt4????m,Y??v????^Q????s5Y?4B??I?1m??????C????KRD???? G????G?????#?????KA?Gh???????v???H0+???h???W? ??????? ?@? ?r?? !?7??#????9~?? ??#}???4?? w{x 1|???A Z?u??m??f ?"U6?(q?dT??`???K?a??????#????????5???P?eEC???X??w*??1]???-vN?M-??????m? ??l`??l??&s?x???3u??79'??f????Z?q?d`?3?????4R>??R?????+)?*???D?s?v???Y?:?M?sx8+"Q?0?????m ??????n?hU??.???t?????????U??D?,????9????L????]?? bLi4?fl??i??Du?[??D?Iad?gHZ?!c??li?%3???4?=??U??G$?V?m??????????L9a?*1?`?M???????4q?m&G??:?n???>???t?,?_p??%G?>Q????? ?&~??K?-h?#??k???G??fp??XF?l???hq???3??% ?r B??P?%KUS??~?H^???0?U??R?u??? kt???Le????kx\Y?m3j???0m?j#??as?/ ??g?Q,0?tNU?????iq!?????a?4?K?n=L0?Qu?????n???`??_~??????:??4??Q6??P?j??EcKZ{??'T?w?r?*???\:??s?~????? ??Q??:E?,(O?B??G?>K?.M(??'???`[?O????T_R?;???+e?_ p?Dg?????n'??>wP~:b&08??g???j/?U6}??u??`?NUx?/??????????u????q?W ??????q/? ??>?,??yMtU?`?Zq???e??ne???????: Z??Ev?????sV?n?j???V?? yj ??????\{????*?u??U?s??% ??B???UE????/c,????-????'?N????????Y?????K?5??-?b??f^?'??{?%?Xj CP??Q)|??s?YG?=?z?9 ;?????AZ??????<t]x.??ni????ZV.|`?_???8????c?~??p?-?I???Z??]?=4I??d????y?@z/^@?z5^\N????E??????????X 'c at v8??nGs?|3?^?.?v(?jA?E?g+?? <;\?`????? =@?2-?7yf? ?W?N??@?????>??'!?O5??B?y?T??{??}@T?? ?m/]+/|?G ???? ?m??S??d???8L?&e????UV?V?????? l[?X#CZ?T?I??\??(#?@3?6l??i\4W??-|&,??vF????u?Pi? ^?????(???e)F?????|???? L???????%??j4???`f???????BiH?W?% ??|v?m???Q??~_?h??% ?d?I??|??X.??? Z? g?%???1??oy2?}r? ??D??N.??*???{!????b{?~?x?{??UE??_T??????w???O??)?+S? ?=???????oo1??????PW????m??|??"K?n0??%v??????????q??m???????w???F??? n???q??P??++????????z??r{B ?t?x??vJG?Fc??0G8? ?h??4??Z??A?< ???~|=??????-??V???\??9???????eOd@????]4gR?!..??@???W?w?C??x??>?K|Q?*???F??G??????"?M}'?h??/?p?????? ??@m??W??W????:???eX????Q?!??aEc???yW?7?G??$?(??d??!?^??JM?I?D??? g?????4??p?"?%??gxl??@????? ????A???V,?pfK?)?>|]??A???F&Qr??'?????:??9?p;g"??????w??t?[a??>?@#>U???????wL??9~?Y?????_?i?>???}(????$?x??? ????C7?}?md?5Q?E??F??=>E?h??C???X???0?b?|????q}71x???? ??1??PK PK PK ?zC????m??????6?U???wfgv???PW??i????$#? *s.??l??%^$??RY+)??AN,??(?1?Y??K??, NY(u?o?? ?????#???o?6lo????4?;V?;9Aj??4P???U?FJH ?(q*?'U??????b?Ay?\??(?????w??N???????5?Ck?;???|y??f?iz???J???I??IG?-?_?9>??????PK ?}?7?~??w???oi8zvNSo?e?jc?G????M?pE???\?[W4K???:+Vy??y??????fS>???????E??Y;??Wuc+?qYM??)?xxg?]]??~??Z;? 5?k??H?d??],????/?&?? ?k?D!??T??ov???3????h?s??6i????V????e???????l??#??%???o?.]?? ao?}??????mei?????k~?8????ih????????????????6?>s??? ? ?}? ?/?&_???????9?-???w???e?f?H?x~!??U?\?*??? =M? ?yW????????? T?0p?=?xE??17d?s? ??<%???=??6??y????[??????O??z???]^???T???1????xFu2QP? !"L&?B??= ???\U??~????DM???[??,K?W;????T?q?hD??W??U??8[9?m?;.?? ?|iC!?`?+??X?J?c?,??~??J?TKR?sF?????????7$??A\?d?zbG_??|?7?XG?ue???n????&???m????Mp?=}?~???_;??+??i???l????Qx???y??D???4?6s??p?yK?_??b=b/??T???????_'s*LGq????l`P?P??>??:]L??D??? ??l? D bQ?q?e???1???.??#Ed?eK???L ?]??BB ?dWb? ??H~x??s0:?9???y sXJ?Vf?A} ???'???Z????9 L?T????eB"#?????? ????al/*??s? c ??RY??e??I ????[_6?3`???'v?6^??K5??u?UY!b ?U^?????]T??U?y`Ib?????M?'???M?{7?5P??m?? $ A?\??3???TT0w?L?,I?8K??ok??;8M????i????Z????#?V?`?0??Q#?[>?e???B??.??8?S????j?Useu??I???gA??.??.Hp?????????????????en???.9?_Z???I9??Y????7y?\??? b ?K?K2#Ow?.?D?,?[P< [4?LU?l`9u:??h??@??v?d? X?9???y???PO?u?K??8?V ?\???5??3?N?6??O?"rV/C:D?U??6????o\NV_ ? ?????!???5? V????3Q?{???@???#?zH8 ? ?L??????34??? ??,??lx? =??2?g?????Xj??%F?z{?!g???t?? Nt???? y?8??3?F???U???&????|???y???. M??(?T?`?i?4??8????????w????6 ?=e>n???,$o? ???,????#????p;?????P?|B"??,7,P??????r???+ZZ??] Z???[ 8??/|?@?????y?_%S ??e?????Q?????k???[?-A7???]????.?z#d?A??]!?OvpQ?????Rk??"??NUW??d?V0?O???_?????H=??4?a h*r? ae?Z??X????11b}???????0U?#?W????#}???y?????NP8????}???_a?>????l3????6?5Y%???4????'p?&m?0/KKO???H??t?[=???-?????SWE?F)?p8k??2??9???>???}S=?5j?6t?K~??#-?\???f??"{??U??E?@,?????Pj??HDW[r?4T?h??E?rO??$ ]=??9?z?e?lQ?u?A^?? t????????f}"?$?.&???? `?????P ?9=??????5z????????E??!"???Rj#n788?i????3a?Y?=???8k:??????aj?0P?????????e?8HGw?!??i?G?)??17???r at I????X#??Av?v?g???]?!|????U] &?????Zp?sn?/1?}???N|???]?.M?/??? O?Y??X?9??????A?(=???k9(*y??lK????L"P>T(??Ct?OR!>????,K2????????#?????\?o?????uk???/? ?g?J?f*???d??C? .??vh +??????7P?*D???%?X8??????{?P(?C??GCs4??ehS91?????7p???B???????:0??i???> ????.?XixY????G?x????%??T??????a9)?o$?^????? 4?m?3J???+Jv*? l;??9yj?4i????F9?*{?B?U%9zn?SQ?)???kw"Bh?2????|???????h?75?? W??Qd|#???/z?T?[iL"???7h?{9???MLX??? p?@[????N???????5?j X??+k>C14?V?5,RM?7?,|eN?Q=}Ts???q??????C?s???? |?D??????99?????&/ ??^???32?+?|?u????E?1?????? X?m7??NZ????,?^Z#}O?E? F??x??5#??? S??but?p?????????Q,`????R?rI6?P6??%nS??_=??VQ}? ?]????????y??kNA?k?C????m?VO_g??H9|N??Tw(???e???jM,???B1??_????sb?{??Co%??n?3??7C_Y??r???J9???k ??????U?5?G???)???o?\?D?wIIP????4??<\bzT;??-n?P?^Y?Y??3??????_F???f?????????r?p????c{=y7M?????(???????????8?~??t?'nn???????n????g????O?Mf3??g;????G?????/C3????nf?8????? ?s??????e:?Mn>?x??c:??qf??^_??|???S?/???t6????????tMg?{????2?}?}?>`m?????????Ox???????????&???1}9???~???A??7?3?F??n?3F??????xJ?????M?'4%?y???????P~?p=????????9p?!~O'??????Fa b.??its??*?}?r???.h??W S?????_?&?????4?????~???A???f|I????????%?a:?M??oM?N1???????<?????\?B?????sD0?? ?I????Lhr?????+?E???I?n???g??????i?].?TK;?????k&?!?l???????>?Z??????????I?h???? ???\?j?????@&?!???bSy???e?????]2???????gY???[|??7???w6?`??I??.??Jo???J??mU?rS?????????j??t:)???vLG;????.$??Vya?e?*????????&]???~.=O ??V 3,z???,????????1?H???9I?8???T?Cp?@'????i?D?0gvO??3Mkh?Z??r??vD?#&???>u?S??*(?'R?WZZgK??o?]?%a)???d? ?Ts?^??T,?C?V+?")-???g??v??^'????\??B?M??r?%????[??(A??2????LK?Z?y-??>???&?ee ?9?? y?,[(RV?'?l?n??????|U?T*n???zj*?tV!??yZ3?????6LOl??l??Y?9??"Qu?DcI&???].?%??EqC_??)?t??8H?6??N??IV+?S?S????g??!B?NC~?%s?G???????J?? 3????X??????? , ??}?"?#:}R???]?J?3k? U????( ?+?????9?%???J?ot?????????% ?]??Z??g$??s?&Qdz[e$T?????y!3??g9>????'L4??0????\?sK?Y?'?????? ??XhC??l?^???)??Q?????^??(??%?_! myI?]'??A ?{1??????k?ULn%lRk?+??7??????????7??@>?c???$+???qB??'??* ^????j?@??!?e??3???}?/H?W?]Hm?????a????<9Zr?QN(?????tRB??????d???!???E? ??C?.???p(????OEQ6?]PtA??????A??2??????????#??? ????Y[???[|?E??????????0j???/??????53o;>????t?un?]?? ;?p??%4|R???^Hu% ??"y?? aZ?cSz1??????up?NN? )????g?Q??????8?????? ?@???s?????p?,7?*?)s \?e?z?`&@?IH?l?[mTT??X???;?9Q+?i???7?0? t?]?????w?{b????4???,'?\s?M??5i???6?`??a?8@?T?v?? i?10r.?! ???cm'?X_??"{??+?(F?N??I Z????RIyGO???3?>A ?N?l?:?? /???X??????s??nfF???? ' 1?R? ?/?+^]????=??sZ?A???Y evyc93I?-??/?? ?P|???Lj????????l#el????\??a*?y?????????B?Svc??????~bs??????????P? ?6~?i?? e???3?s:k-a?????4?????!56?@ 7~?v?(FU????? ?q? ???dJ$??`??+??I??fY-??<} ?{?(??G?Pp)???m?1?????)?????"??w?p????SW???q? ?!/W?^_?m?hZ??Yr?=z????C???y??\?2)???g?& '3??*??&l??HAd?N?????[?Nl?????0?????O?F2??}???pb?F>? ??????,??8??c38Ct?+?P?C???????^A???29??$???+?( ?< ?L?8o?????#?_? ?]?3Is????q???F?????????#?y?px?%?O????v;??D?9? ???H?aF??>iq????'? }??3???????`??Sb3Lnw????????dpI? ?-b?]????D%???0y?'???!?A????Y??T??~{?)?????qbk?Cwd?A??????k????;???{?@?h?i_3???? v?qA?5/7?j?(??mnJ????akE9??????v.?F??b??WH1???;???V?X 10\??`R??] ?b_>?7?|I??S?rj?Q???Q?$N?l????qx{???>?1??cAg0\?(23H *!=??c?)??2L???T??L?{??L"?J+0 D}=?????F?:?}n7vNY?o{9L&(?????n????????q??^????~????TN?S?g???wX i????E?s??n??$?? ???????LR?g???.???9q???kS4$0??????s&m?L??????B?6??y?????P?-?v????Yd???TgZ.rW?"???Q?8;:??E?V???7'?5???*pO??u?[7??b??l?BF????\?x.??b[o???mXH??Z?B g??W"Th?????????(?????x???n?P?r?}I?????w????????B?U????PK ?d From caolanm at fedoraproject.org Mon Jan 4 10:42:25 2010 From: caolanm at fedoraproject.org (Caolan McNamara) Date: Mon, 4 Jan 2010 10:42:25 +0000 (UTC) Subject: rpms/openoffice.org/devel openoffice.org.spec, 1.2116, 1.2117 sources, 1.385, 1.386 Message-ID: <20100104104225.A932E11C00D1@cvs1.fedora.phx.redhat.com> Author: caolanm Update of /cvs/pkgs/rpms/openoffice.org/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5843 Modified Files: openoffice.org.spec sources Log Message: add hunspell-mai depend, and drop obsolete mimelnk foos Index: openoffice.org.spec =================================================================== RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v retrieving revision 1.2116 retrieving revision 1.2117 diff -u -p -r1.2116 -r1.2117 --- openoffice.org.spec 4 Jan 2010 07:08:38 -0000 1.2116 +++ openoffice.org.spec 4 Jan 2010 10:42:23 -0000 1.2117 @@ -1372,6 +1372,7 @@ Summary: Maithili language pack for Open Group: Applications/Productivity Requires: %{name}-core = %{epoch}:%{version}-%{release} Requires: lohit-maithili-fonts +Requires: hunspell-mai %description langpack-mai_IN Provides additional Maithili translations and resources for OpenOffice.org. @@ -2317,7 +2318,6 @@ sed -i -e s/broffice.org$PRODUCTVERSIONS #relocate the rest of them cp -r icons $RPM_BUILD_ROOT/%{_datadir} cp -r mime-info $RPM_BUILD_ROOT/%{_datadir} -cp -r mimelnk $RPM_BUILD_ROOT/%{_datadir} #add our mime-types, e.g. for .oxt extensions mkdir -p $RPM_BUILD_ROOT/%{_datadir}/mime/packages cp -p ../../../unxlng*.pro/misc/openoffice.org/openoffice.org.xml $RPM_BUILD_ROOT/%{_datadir}/mime/packages @@ -3110,7 +3110,6 @@ fi %{oooinstdir}/share/registry/modules/org/openoffice/Setup/Setup-brand.xcu %{oooinstdir}/share/xdg/ %{oooinstdir}/program/redirectrc -%{_datadir}/mimelnk/application/openoffice.org-extension.desktop #launchers %{_bindir}/openoffice.org-1.9 %{_bindir}/openoffice.org-2.0 @@ -3179,7 +3178,6 @@ update-desktop-database %{_datadir}/appl %{brinstdir}/program/fundamentalrc %{brinstdir}/program/redirectrc %{brinstdir}/basis-link -%{_datadir}/mimelnk/application/broffice.org-extension.desktop %{_datadir}/mime-info/broffice.org.* %{_datadir}/icons/*/*/*/broffice* #launchers @@ -3258,8 +3256,6 @@ fi %dir %{oooinstdir}/program %{oooinstdir}/program/sbase %{_datadir}/applications/openoffice.org-base.desktop -#%{_datadir}/applications/openoffice.org-*-base.desktop -%{_datadir}/mimelnk/application/openoffice.org-*database* %{_bindir}/oobase %post base @@ -3275,7 +3271,6 @@ update-desktop-database %{_datadir}/appl %dir %{brinstdir}/program %{brinstdir}/program/sbase %{_datadir}/applications/broffice.org-base.desktop -%{_datadir}/mimelnk/application/broffice.org-*database* %endif %post -n broffice.org-base @@ -3547,9 +3542,6 @@ fi %{oooinstdir}/program/scalc %{oooinstdir}/program/scalc.bin %{_datadir}/applications/openoffice.org-calc.desktop -#%{_datadir}/applications/openoffice.org-*-calc.desktop -%{_datadir}/mimelnk/application/openoffice.org-ms-excel* -%{_datadir}/mimelnk/application/openoffice.org-*spreadsheet* %{_bindir}/oocalc %post calc @@ -3566,8 +3558,6 @@ update-desktop-database %{_datadir}/appl %{brinstdir}/program/scalc %{brinstdir}/program/scalc.bin %{_datadir}/applications/broffice.org-calc.desktop -%{_datadir}/mimelnk/application/broffice.org-ms-excel* -%{_datadir}/mimelnk/application/broffice.org-*spreadsheet* %endif %post -n broffice.org-calc @@ -3615,8 +3605,6 @@ update-desktop-database %{_datadir}/appl %{oooinstdir}/program/sdraw %{oooinstdir}/program/sdraw.bin %{_datadir}/applications/openoffice.org-draw.desktop -#%{_datadir}/applications/openoffice.org-*-draw.desktop -%{_datadir}/mimelnk/application/openoffice.org-*drawing* %{_bindir}/oodraw %post draw @@ -3633,7 +3621,6 @@ update-desktop-database %{_datadir}/appl %{brinstdir}/program/sdraw %{brinstdir}/program/sdraw.bin %{_datadir}/applications/broffice.org-draw.desktop -%{_datadir}/mimelnk/application/broffice.org-*drawing* %endif %post -n broffice.org-draw @@ -3727,12 +3714,6 @@ update-desktop-database %{_datadir}/appl %{oooinstdir}/program/swriter %{oooinstdir}/program/swriter.bin %{_datadir}/applications/openoffice.org-writer.desktop -#%{_datadir}/applications/openoffice.org-*-writer.desktop -%{_datadir}/mimelnk/application/openoffice.org-ms-word* -%{_datadir}/mimelnk/application/openoffice.org-openxmlformats-officedocument-wordprocessingml* -%{_datadir}/mimelnk/application/openoffice.org-*master* -%{_datadir}/mimelnk/application/openoffice.org-*text* -%{_datadir}/mimelnk/application/openoffice.org-*web* %{_bindir}/oowriter %post writer @@ -3747,11 +3728,6 @@ update-desktop-database %{_datadir}/appl %{brinstdir}/program/swriter %{brinstdir}/program/swriter.bin %{_datadir}/applications/broffice.org-writer.desktop -%{_datadir}/mimelnk/application/broffice.org-ms-word* -%{_datadir}/mimelnk/application/broffice.org-openxmlformats-officedocument-wordprocessingml* -%{_datadir}/mimelnk/application/broffice.org-*master* -%{_datadir}/mimelnk/application/broffice.org-*text* -%{_datadir}/mimelnk/application/broffice.org-*web* %endif %post -n broffice.org-writer @@ -3809,9 +3785,6 @@ update-desktop-database %{_datadir}/appl %{oooinstdir}/program/simpress %{oooinstdir}/program/simpress.bin %{_datadir}/applications/openoffice.org-impress.desktop -#%{_datadir}/applications/openoffice.org-*-impress.desktop -%{_datadir}/mimelnk/application/openoffice.org-*presentation* -%{_datadir}/mimelnk/application/openoffice.org-ms-powerpoint-template*.desktop %{_bindir}/ooimpress %post impress @@ -3828,8 +3801,6 @@ update-desktop-database %{_datadir}/appl %{brinstdir}/program/simpress %{brinstdir}/program/simpress.bin %{_datadir}/applications/broffice.org-impress.desktop -%{_datadir}/mimelnk/application/broffice.org-*presentation* -%{_datadir}/mimelnk/application/broffice.org-ms-powerpoint-template*.desktop %endif %post -n broffice.org-impress @@ -3886,8 +3857,6 @@ update-desktop-database %{_datadir}/appl %dir %{oooinstdir}/program %{oooinstdir}/program/smath %{_datadir}/applications/openoffice.org-math.desktop -#%{_datadir}/applications/openoffice.org-*-math.desktop -%{_datadir}/mimelnk/application/openoffice.org-*formula* %{_bindir}/oomath %post math @@ -3903,7 +3872,6 @@ update-desktop-database %{_datadir}/appl %dir %{brinstdir}/program %{brinstdir}/program/smath %{_datadir}/applications/broffice.org-math.desktop -%{_datadir}/mimelnk/application/broffice.org-*formula* %endif %post -n broffice.org-math @@ -4188,7 +4156,7 @@ fi %endif %changelog -* Mon Jan 04 2010 Caol?n McNamara - 1:3.2.0-8.6-UNBUILT +* Mon Jan 04 2010 Caol?n McNamara - 1:3.2.0-8.6 - Resolves: rhbz#551983 OpenOffice writer crashes when opening document with link in footnote (dtardon) Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/openoffice.org/devel/sources,v retrieving revision 1.385 retrieving revision 1.386 diff -u -p -r1.385 -r1.386 --- sources 17 Dec 2009 09:24:02 -0000 1.385 +++ sources 4 Jan 2010 10:42:24 -0000 1.386 @@ -4,7 +4,7 @@ b54bcc9fdb23389e961b281508d9110c docume 1b4d9a03ebb4c864015620153afb77c6 Tigert-templates.tar.gz f0cda31fe18bf9289629a321663031b8 redhat-templates.tar.gz ffa417a9556cdb16028c83718d758bc7 redhat-langpacks.tar.gz +0c195c73f76d3e52da7588904bae8af0 openoffice.org-javafilter.desktop 39a2c59cfae4019eda4a63f414c0aa54 redhat-registry.tar.gz -6c28507e29056a3afb4baffdadab8499 openoffice.org-javafilter.desktop ef64057ee7e48ca472e80dd87f3dd426 acor_ga-IE.dat d86bdbcfc5b23bc0572f62770ec1ef74 OOO320_m8.tar.bz2 From than at fedoraproject.org Mon Jan 4 10:42:20 2010 From: than at fedoraproject.org (Than Ngo) Date: Mon, 4 Jan 2010 10:42:20 +0000 (UTC) Subject: File doxygen-1.6.2.src.tar.gz uploaded to lookaside cache by than Message-ID: <20100104104220.62E3110F865@bastion.fedoraproject.org> A file has been added to the lookaside cache for doxygen: 70260101ef60952cb99484700241c99e doxygen-1.6.2.src.tar.gz From than at fedoraproject.org Mon Jan 4 10:43:52 2010 From: than at fedoraproject.org (Than Ngo) Date: Mon, 4 Jan 2010 10:43:52 +0000 (UTC) Subject: rpms/doxygen/devel .cvsignore, 1.31, 1.32 doxygen.spec, 1.72, 1.73 sources, 1.32, 1.33 Message-ID: <20100104104352.DBD7E11C00D1@cvs1.fedora.phx.redhat.com> Author: than Update of /cvs/extras/rpms/doxygen/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6165 Modified Files: .cvsignore doxygen.spec sources Log Message: 1.6.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/doxygen/devel/.cvsignore,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- .cvsignore 25 Aug 2009 12:57:26 -0000 1.31 +++ .cvsignore 4 Jan 2010 10:43:52 -0000 1.32 @@ -18,3 +18,4 @@ doxygen-1.5.8.src.tar.gz doxygen-1.5.9.src.tar.gz doxygen-1.6.0.src.tar.gz doxygen-1.6.1.src.tar.gz +doxygen-1.6.2.src.tar.gz Index: doxygen.spec =================================================================== RCS file: /cvs/extras/rpms/doxygen/devel/doxygen.spec,v retrieving revision 1.72 retrieving revision 1.73 diff -u -p -r1.72 -r1.73 --- doxygen.spec 18 Dec 2009 16:08:54 -0000 1.72 +++ doxygen.spec 4 Jan 2010 10:43:52 -0000 1.73 @@ -1,7 +1,7 @@ Summary: A documentation system for C/C++ Name: doxygen -Version: 1.6.1 -Release: 4%{?dist} +Version: 1.6.2 +Release: 1%{?dist} Epoch: 1 Url: http://www.stack.nl/~dimitri/doxygen/index.html Source0: ftp://ftp.stack.nl/pub/users/dimitri/%{name}-%{version}.src.tar.gz @@ -96,6 +96,9 @@ rm -rf %{buildroot} %{_mandir}/man1/doxywizard* %changelog +* Mon Jan 04 2010 Than Ngo - 1:1.6.2-1 +- 1.6.2 + * Fri Dec 18 2009 Than Ngo - 1:1.6.1-4 - drop _default_patch_fuzz Index: sources =================================================================== RCS file: /cvs/extras/rpms/doxygen/devel/sources,v retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- sources 25 Aug 2009 12:57:26 -0000 1.32 +++ sources 4 Jan 2010 10:43:52 -0000 1.33 @@ -1 +1 @@ -2ec343643e134f0d3ce2069420bcb4f0 doxygen-1.6.1.src.tar.gz +70260101ef60952cb99484700241c99e doxygen-1.6.2.src.tar.gz From pkgdb at fedoraproject.org Mon Jan 4 10:49:52 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 10:49:52 +0000 Subject: [pkgdb] octaviz ownership updated Message-ID: <20100104104936.0BA7B10F865@bastion.fedoraproject.org> Package octaviz in Fedora devel is now owned by fab To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octaviz From pkgdb at fedoraproject.org Mon Jan 4 10:49:46 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 10:49:46 +0000 Subject: [pkgdb] octaviz had acl change status Message-ID: <20100104104944.6CC8D10F88B@bastion.fedoraproject.org> fab has set the watchbugzilla acl on octaviz (Fedora devel) to Approved for chitlesh To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octaviz From pkgdb at fedoraproject.org Mon Jan 4 10:49:50 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 10:49:50 +0000 Subject: [pkgdb] octaviz had acl change status Message-ID: <20100104104947.3A8DD10F8A1@bastion.fedoraproject.org> fab has set the commit acl on octaviz (Fedora devel) to Approved for chitlesh To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octaviz From pkgdb at fedoraproject.org Mon Jan 4 10:50:04 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 10:50:04 +0000 Subject: [pkgdb] octaviz had acl change status Message-ID: <20100104104948.4D15B10F88B@bastion.fedoraproject.org> fab has set the watchcommits acl on octaviz (Fedora devel) to Approved for chitlesh To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octaviz From pkgdb at fedoraproject.org Mon Jan 4 10:49:41 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 10:49:41 +0000 Subject: [pkgdb] octaviz had acl change status Message-ID: <20100104104949.36AA410F88B@bastion.fedoraproject.org> fab has set the approveacls acl on octaviz (Fedora devel) to Approved for chitlesh To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octaviz From pkgdb at fedoraproject.org Mon Jan 4 10:51:14 2010 From: pkgdb at fedoraproject.org (Fedora PackageDB) Date: Mon, 04 Jan 2010 10:51:14 +0000 Subject: [pkgdb] octaviz ownership updated Message-ID: <20100104105057.7CB0F10F865@bastion.fedoraproject.org> Package octaviz in Fedora devel is now owned by chitlesh To make changes to this package see: https://admin.fedoraproject.org/pkgdb/packages/name/octaviz From than at fedoraproject.org Mon Jan 4 11:00:06 2010 From: than at fedoraproject.org (Than Ngo) Date: Mon, 4 Jan 2010 11:00:06 +0000 (UTC) Subject: rpms/doxygen/devel doxygen-1.6.2-timestamp.patch, NONE, 1.1 doxygen.spec, 1.73, 1.74 doxygen-1.6.0-timestamp.patch, 1.1, NONE Message-ID: <20100104110006.C40DD11C03F6@cvs1.fedora.phx.redhat.com> Author: than Update of /cvs/extras/rpms/doxygen/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9624 Modified Files: doxygen.spec Added Files: doxygen-1.6.2-timestamp.patch Removed Files: doxygen-1.6.0-timestamp.patch Log Message: 1.6.2 doxygen-1.6.2-timestamp.patch: config.xml | 4 ++++ configoptions.cpp | 8 ++++++++ htmlgen.cpp | 5 ++++- 3 files changed, 16 insertions(+), 1 deletion(-) --- NEW FILE doxygen-1.6.2-timestamp.patch --- diff -up doxygen-1.6.2/src/configoptions.cpp.timestamp doxygen-1.6.2/src/configoptions.cpp --- doxygen-1.6.2/src/configoptions.cpp.timestamp 2009-12-28 11:39:11.000000000 +0100 +++ doxygen-1.6.2/src/configoptions.cpp 2010-01-04 11:58:33.000000000 +0100 @@ -1088,6 +1088,14 @@ void addConfigOptions(Config *cfg) cs->setWidgetType(ConfigString::File); cs->addDependency("GENERATE_HTML"); //---- + cb = cfg->addBool( + "HTML_TIMESTAMP", + "If the HTML_TIMESTAMP tag is set to YES then the generated HTML\n" + "documentation will contain the timesstamp.", + FALSE + ); + cb->addDependency("GENERATE_HTML"); + //---- cs = cfg->addString( "HTML_STYLESHEET", "The HTML_STYLESHEET tag can be used to specify a user-defined cascading\n" diff -up doxygen-1.6.2/src/config.xml.timestamp doxygen-1.6.2/src/config.xml --- doxygen-1.6.2/src/config.xml.timestamp 2009-12-28 11:38:55.000000000 +0100 +++ doxygen-1.6.2/src/config.xml 2010-01-04 11:58:33.000000000 +0100 @@ -761,6 +761,10 @@ The HTML_FOOTER tag can be used to speci each generated HTML page. If it is left blank doxygen will generate a standard footer. ' defval='' depends='GENERATE_HTML'/> +