rpms/ogre-cg - New directory
by Xavier Lamien
Author: laxathom
Update of /cvs/nonfree/rpms/ogre-cg
In directory se02.es.rpmfusion.net:/home/rpmfusion/laxathom/nonfree/owners/tmpcvsc15298/rpms/ogre-cg
Log Message:
Directory /cvs/nonfree/rpms/ogre-cg added to the repository
16 years, 2 months
rpms/compat-python24-imaging/devel compat-python24-imaging.spec, 1.2, 1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24-imaging/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5599
Modified Files:
compat-python24-imaging.spec
Log Message:
remove || : after check
Index: compat-python24-imaging.spec
===================================================================
RCS file: /cvs/free/rpms/compat-python24-imaging/devel/compat-python24-imaging.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- compat-python24-imaging.spec 28 Sep 2008 06:11:44 -0000 1.2
+++ compat-python24-imaging.spec 28 Sep 2008 07:32:52 -0000 1.3
@@ -126,7 +126,7 @@
popd
-%check || :
+%check
PYTHONPATH=$(ls -1d build/lib.linux*) %{_bindir}/python2.4 selftest.py
%clean
@@ -154,7 +154,8 @@
%changelog
* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.1.6-3
-- rebuild for RPM Fusion
+- add _default_patch_fuzz 2
+- remove || : after check
* Sun Aug 10 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.1.6-2
- rebuild for RPM Fusion
16 years, 2 months
rpms/ushare-freeworld/F-8 ushare-error.patch, NONE, 1.1 ushare-freeworld.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/ushare-freeworld/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2150
Modified Files:
.cvsignore sources
Added Files:
ushare-error.patch ushare-freeworld.spec
Log Message:
initial import from the devel branch
ushare-error.patch:
--- NEW FILE ushare-error.patch ---
--- ushare-1.1a/src/ushare.c 2007-12-09 14:03:36.000000000 +0100
+++ ushare-1.1a/src/ushare.c.new 2008-03-09 09:58:06.000000000 +0100
@@ -424,8 +424,6 @@
if ((itf->ifa_flags & IFF_UP)
&& !strncmp (itf->ifa_name, interface, IFNAMSIZ))
{
- log_error (_("Interface %s is down.\n"), interface);
- log_error (_("Recheck uShare's configuration and try again !\n"));
freeifaddrs (itflist);
return true;
}
--- NEW FILE ushare-freeworld.spec ---
Summary: UPnP (TM) A/V & DLNA Media Server
Name: ushare-freeworld
Version: 1.1a
Release: 5%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://ushare.geexbox.org/
Source: http://ushare.geexbox.org/releases/ushare-%{version}.tar.bz2
Patch0: ushare-error.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libupnp-devel, pkgconfig, libdlna-devel
Requires: ushare >= %{version}
Requires(post): /usr/sbin/alternatives
Requires(preun): /usr/sbin/alternatives
Requires(postun): /sbin/service
%description
uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server
component that provides UPnP media devices with information on
available multimedia files. uShare uses the built-in http server
of libupnp to stream the files to clients.
%prep
%setup -q -n ushare-%{version}
%patch0 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=%{_prefix} --localedir=%{_datadir}/locale --sysconfdir=%{_sysconfdir} --enable-dlna --enable-debug
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
%{__install} -pm 0755 -D src/ushare %{buildroot}%{_bindir}/ushare-freeworld
%clean
rm -rf %{buildroot}
%post
alternatives --install %{_bindir}/ushare ushare %{_bindir}/ushare-freeworld 20
service ushare condrestart &>/dev/null || :
%preun
if [ $1 -eq 0 ]; then
alternatives --remove ushare %{_bindir}/ushare-freeworld
service ushare condrestart &>/dev/null || :
fi
%postun
if [ $1 -ge 1 ]; then
service ushare condrestart &>/dev/null || :
fi
%files
%{_bindir}/ushare-freeworld
%changelog
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.1a-5
- rebuild
* Sun Mar 09 2008 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.1a-4
- BZ 436607
* Fri Jan 25 2008 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.1a-3
- Correct some spec error
* Tue Dec 25 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.1a-2
- Correct some spec error
* Wed Dec 05 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.1a-1
- Update to 1.1a
* Sun Nov 18 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.0-4
- Rebuild for new libupnp.
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.0-2
- Rebuild for selinux ppc32 issue.
* Fri Jul 06 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.0-1
- Update to 1.0
* Tue Jun 26 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.10-4
- Rebuild
* Sat May 05 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.10-3
- Rebuild for libupnp-1.6.0
* Sat May 05 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.10-2
- Rebuild
* Mon Feb 26 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.10-1
- Update to 0.9.10
* Sun Feb 25 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.9-1
- Update to 0.9.9
* Sat Feb 17 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.8-2
- Rebuild for libupnp 1.4.2
* Wed Dec 13 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.8-1
- Update to 0.9.8
* Thu Jun 29 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.7-2
- Add pkgconfig to buildrequires
* Sun Mar 12 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.7-1
- Update to 0.9.7
* Tue Feb 14 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.6-1
- Update to 0.9.6
* Tue Feb 14 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.5-6
- Rebuild for FC5
* Fri Feb 10 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.5-5
- Rebuild for FC5
* Tue Dec 27 2005 Eric Tanguy 0.9.5-4
- Use %find_lang macro instead of %{_datadir}/locale/*
* Tue Dec 27 2005 Eric Tanguy 0.9.5-3
- Drop "Requires: libupnp"
- replace %{_sysconfdir}/ushare.conf by %config(noreplace) %{_sysconfdir}/ushare.conf
* Tue Dec 27 2005 Eric Tanguy 0.9.5-2
- add patch for buffer
* Tue Dec 27 2005 Eric Tanguy 0.9.5-1
- First build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ushare-freeworld/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:55:48 -0000 1.1
+++ .cvsignore 28 Sep 2008 06:27:11 -0000 1.2
@@ -0,0 +1 @@
+ushare-1.1a.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ushare-freeworld/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:55:48 -0000 1.1
+++ sources 28 Sep 2008 06:27:11 -0000 1.2
@@ -0,0 +1 @@
+5bbcdbf1ff85a9710fa3d4e82ccaa251 ushare-1.1a.tar.bz2
16 years, 2 months
rpms/ushare-freeworld/F-9 ushare-error.patch, NONE, 1.1 ushare-freeworld.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/ushare-freeworld/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv1910
Modified Files:
.cvsignore sources
Added Files:
ushare-error.patch ushare-freeworld.spec
Log Message:
initial import from the devel branch
ushare-error.patch:
--- NEW FILE ushare-error.patch ---
--- ushare-1.1a/src/ushare.c 2007-12-09 14:03:36.000000000 +0100
+++ ushare-1.1a/src/ushare.c.new 2008-03-09 09:58:06.000000000 +0100
@@ -424,8 +424,6 @@
if ((itf->ifa_flags & IFF_UP)
&& !strncmp (itf->ifa_name, interface, IFNAMSIZ))
{
- log_error (_("Interface %s is down.\n"), interface);
- log_error (_("Recheck uShare's configuration and try again !\n"));
freeifaddrs (itflist);
return true;
}
--- NEW FILE ushare-freeworld.spec ---
Summary: UPnP (TM) A/V & DLNA Media Server
Name: ushare-freeworld
Version: 1.1a
Release: 5%{?dist}
License: LGPLv2+
Group: Applications/Multimedia
URL: http://ushare.geexbox.org/
Source: http://ushare.geexbox.org/releases/ushare-%{version}.tar.bz2
Patch0: ushare-error.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libupnp-devel, pkgconfig, libdlna-devel
Requires: ushare >= %{version}
Requires(post): /usr/sbin/alternatives
Requires(preun): /usr/sbin/alternatives
Requires(postun): /sbin/service
%description
uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server
component that provides UPnP media devices with information on
available multimedia files. uShare uses the built-in http server
of libupnp to stream the files to clients.
%prep
%setup -q -n ushare-%{version}
%patch0 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS"
./configure --prefix=%{_prefix} --localedir=%{_datadir}/locale --sysconfdir=%{_sysconfdir} --enable-dlna --enable-debug
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
%{__install} -pm 0755 -D src/ushare %{buildroot}%{_bindir}/ushare-freeworld
%clean
rm -rf %{buildroot}
%post
alternatives --install %{_bindir}/ushare ushare %{_bindir}/ushare-freeworld 20
service ushare condrestart &>/dev/null || :
%preun
if [ $1 -eq 0 ]; then
alternatives --remove ushare %{_bindir}/ushare-freeworld
service ushare condrestart &>/dev/null || :
fi
%postun
if [ $1 -ge 1 ]; then
service ushare condrestart &>/dev/null || :
fi
%files
%{_bindir}/ushare-freeworld
%changelog
* Sun Aug 03 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.1a-5
- rebuild
* Sun Mar 09 2008 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.1a-4
- BZ 436607
* Fri Jan 25 2008 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.1a-3
- Correct some spec error
* Tue Dec 25 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.1a-2
- Correct some spec error
* Wed Dec 05 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.1a-1
- Update to 1.1a
* Sun Nov 18 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.0-4
- Rebuild for new libupnp.
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.0-2
- Rebuild for selinux ppc32 issue.
* Fri Jul 06 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 1.0-1
- Update to 1.0
* Tue Jun 26 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.10-4
- Rebuild
* Sat May 05 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.10-3
- Rebuild for libupnp-1.6.0
* Sat May 05 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.10-2
- Rebuild
* Mon Feb 26 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.10-1
- Update to 0.9.10
* Sun Feb 25 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.9-1
- Update to 0.9.9
* Sat Feb 17 2007 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.8-2
- Rebuild for libupnp 1.4.2
* Wed Dec 13 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.8-1
- Update to 0.9.8
* Thu Jun 29 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.7-2
- Add pkgconfig to buildrequires
* Sun Mar 12 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.7-1
- Update to 0.9.7
* Tue Feb 14 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.6-1
- Update to 0.9.6
* Tue Feb 14 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.5-6
- Rebuild for FC5
* Fri Feb 10 2006 Eric Tanguy <eric.tanguy(a)univ-nantes.fr> - 0.9.5-5
- Rebuild for FC5
* Tue Dec 27 2005 Eric Tanguy 0.9.5-4
- Use %find_lang macro instead of %{_datadir}/locale/*
* Tue Dec 27 2005 Eric Tanguy 0.9.5-3
- Drop "Requires: libupnp"
- replace %{_sysconfdir}/ushare.conf by %config(noreplace) %{_sysconfdir}/ushare.conf
* Tue Dec 27 2005 Eric Tanguy 0.9.5-2
- add patch for buffer
* Tue Dec 27 2005 Eric Tanguy 0.9.5-1
- First build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ushare-freeworld/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 22 Jul 2008 16:55:48 -0000 1.1
+++ .cvsignore 28 Sep 2008 06:26:52 -0000 1.2
@@ -0,0 +1 @@
+ushare-1.1a.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ushare-freeworld/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 22 Jul 2008 16:55:48 -0000 1.1
+++ sources 28 Sep 2008 06:26:52 -0000 1.2
@@ -0,0 +1 @@
+5bbcdbf1ff85a9710fa3d4e82ccaa251 ushare-1.1a.tar.bz2
16 years, 2 months
rpms/compat-python24-imaging/devel compat-python24-imaging.spec, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/compat-python24-imaging/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv988
Modified Files:
compat-python24-imaging.spec
Log Message:
add _default_patch_fuzz 2
Index: compat-python24-imaging.spec
===================================================================
RCS file: /cvs/free/rpms/compat-python24-imaging/devel/compat-python24-imaging.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- compat-python24-imaging.spec 28 Sep 2008 05:58:59 -0000 1.1
+++ compat-python24-imaging.spec 28 Sep 2008 06:11:44 -0000 1.2
@@ -2,10 +2,12 @@
%define pyver 2.4
%define py_incdir %{_includedir}/python%{pyver}
+%define _default_patch_fuzz 2
+
Summary: Python's own image processing library
Name: compat-python24-imaging
Version: 1.1.6
-Release: 2%{?dist}
+Release: 3%{?dist}
License: BSD
Group: System Environment/Libraries
@@ -151,9 +153,11 @@
%files tk -f files.tk
%changelog
-* Sun Aug 10 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.1.6-2
+* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.1.6-3
- rebuild for RPM Fusion
+* Sun Aug 10 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.1.6-2
+- rebuild for RPM Fusion
* Mon Jun 18 2007 Jonathan Steffan <jon a fedoraunity.org> 1.1.6-1
- Initial build from fc6 srpm
16 years, 2 months
rpms/mpd/F-8 mpd.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mpd/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv583
Modified Files:
mpd.spec
Log Message:
rebuild to have a higer EVR than the livna package
Index: mpd.spec
===================================================================
RCS file: /cvs/free/rpms/mpd/F-8/mpd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpd.spec 25 Jul 2008 20:21:29 -0000 1.1
+++ mpd.spec 28 Sep 2008 06:07:33 -0000 1.2
@@ -1,6 +1,6 @@
Name: mpd
Version: 0.13.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
@@ -137,6 +137,9 @@
%ghost %{_localstatedir}/lib/%{name}/mpdstate
%changelog
+* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.13.2-2
+- rebuild
+
* Fri Jul 25 2008 Adrian Reber <adrian(a)lisas.de> - 0.13.2-1
- updated to 0.13.2
16 years, 2 months
rpms/mpd/F-9 mpd.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mpd/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv462
Modified Files:
mpd.spec
Log Message:
rebuild to have a higer EVR than the livna package
Index: mpd.spec
===================================================================
RCS file: /cvs/free/rpms/mpd/F-9/mpd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mpd.spec 25 Jul 2008 20:22:00 -0000 1.1
+++ mpd.spec 28 Sep 2008 06:07:17 -0000 1.2
@@ -1,6 +1,6 @@
Name: mpd
Version: 0.13.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
@@ -137,6 +137,9 @@
%ghost %{_localstatedir}/lib/%{name}/mpdstate
%changelog
+* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.13.2-2
+- rebuild
+
* Fri Jul 25 2008 Adrian Reber <adrian(a)lisas.de> - 0.13.2-1
- updated to 0.13.2
16 years, 2 months
rpms/mpd/devel mpd.spec,1.2,1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mpd/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv340
Modified Files:
mpd.spec
Log Message:
rebuild to have a higer EVR than the livna package
Index: mpd.spec
===================================================================
RCS file: /cvs/free/rpms/mpd/devel/mpd.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpd.spec 10 Aug 2008 14:57:29 -0000 1.2
+++ mpd.spec 28 Sep 2008 06:07:00 -0000 1.3
@@ -2,7 +2,7 @@
Name: mpd
Version: 0.13.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: The Music Player Daemon
License: GPLv2+
Group: Applications/Multimedia
@@ -139,6 +139,9 @@
%ghost %{_localstatedir}/lib/%{name}/mpdstate
%changelog
+* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.13.2-2
+- rebuild
+
* Fri Jul 25 2008 Adrian Reber <adrian(a)lisas.de> - 0.13.2-1
- updated to 0.13.2
- added _default_patch_fuzz define
16 years, 2 months
rpms/php-pecl-pdflib/F-8 php-pecl-pdflib.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/php-pecl-pdflib/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32684
Modified Files:
php-pecl-pdflib.spec
Log Message:
rebuild to have a higer EVR than the livna package
Index: php-pecl-pdflib.spec
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/F-8/php-pecl-pdflib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-pecl-pdflib.spec 26 Jul 2008 14:02:49 -0000 1.1
+++ php-pecl-pdflib.spec 28 Sep 2008 06:06:11 -0000 1.2
@@ -8,7 +8,7 @@
Summary(fr): Extension pour générer des fichiers PDF
Name: php-pecl-pdflib
Version: 2.1.5
-Release: 1%{?dist}
+Release: 2%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/pdflib
@@ -103,6 +103,9 @@
%changelog
+* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.1.5-2
+- rebuild
+
* Sat Mar 15 2008 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.5-1
- update to 2.1.5
16 years, 2 months
rpms/php-pecl-pdflib/F-9 php-pecl-pdflib.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/php-pecl-pdflib/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32563
Modified Files:
php-pecl-pdflib.spec
Log Message:
rebuild to have a higer EVR than the livna package
Index: php-pecl-pdflib.spec
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/F-9/php-pecl-pdflib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-pecl-pdflib.spec 26 Jul 2008 14:02:28 -0000 1.1
+++ php-pecl-pdflib.spec 28 Sep 2008 06:05:58 -0000 1.2
@@ -8,7 +8,7 @@
Summary(fr): Extension pour générer des fichiers PDF
Name: php-pecl-pdflib
Version: 2.1.5
-Release: 1%{?dist}
+Release: 2%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/pdflib
@@ -103,6 +103,9 @@
%changelog
+* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.1.5-2
+- rebuild
+
* Sat Mar 15 2008 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.5-1
- update to 2.1.5
16 years, 2 months