rpms/pdflib-lite/EL-5 pdflib-lite.spec,1.4,1.5 sources,1.5,1.6
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/pdflib-lite/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32641
Modified Files:
pdflib-lite.spec sources
Log Message:
update to 7.0.5
Index: pdflib-lite.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/EL-5/pdflib-lite.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pdflib-lite.spec 13 Jun 2009 08:43:54 -0000 1.4
+++ pdflib-lite.spec 6 May 2010 17:03:42 -0000 1.5
@@ -1,16 +1,16 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%{!?python_include: %define python_include %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc(0)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_include: %global python_include %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc(0)")}
Summary: Portable C library for dynamically generating PDF files
Name: pdflib-lite
# Remenber to check the URL after changing this...
-Version: 7.0.4p4
+Version: 7.0.5
Release: 1%{?dist}
License: Distributable
Group: System Environment/Libraries
URL: http://www.pdflib.com/
-Source: http://www.pdflib.com/binaries/PDFlib/704/PDFlib-Lite-%{version}.tar.gz
+Source: http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-%{version}.tar.gz
Patch0: pdflib-lite-7.0.4-gcc43.patch
@@ -99,7 +99,10 @@
sed -i -e s@/usr/lib@%{_libdir}@ libtool
%{__make} %{?_smp_mflags}
-
+for lang in perl python
+do
+ %{__make} -C bind/pdflib/$lang
+done
%install
rm -rf %{buildroot} examples
@@ -107,6 +110,10 @@
mkdir -p %{buildroot}%{perl_vendorarch}
make install DESTDIR=%{buildroot}
+for lang in perl python
+do
+ make -C bind/pdflib/$lang install DESTDIR=%{buildroot}
+done
install -p -m 0644 bind/pdflib/cpp/pdflib.hpp %{buildroot}%{_includedir}/pdflib.hpp
@@ -185,6 +192,9 @@
%changelog
+* Thu May 06 2010 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.5-1
+- update to 7.0.5
+
* Sat Jun 13 2009 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.4p4-1
- update to 7.0.4p4
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 13 Jun 2009 08:43:54 -0000 1.5
+++ sources 6 May 2010 17:03:42 -0000 1.6
@@ -1 +1 @@
-1765de9c5f2b6c5769a2160eaa911e9a PDFlib-Lite-7.0.4p4.tar.gz
+34a1cc89e2cfdc1e43ba57019e442a90 PDFlib-Lite-7.0.5.tar.gz
14 years, 7 months
rpms/pdflib-lite/F-12 pdflib-lite.spec,1.7,1.8 sources,1.5,1.6
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/pdflib-lite/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32186
Modified Files:
pdflib-lite.spec sources
Log Message:
update to 7.0.5
Index: pdflib-lite.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/F-12/pdflib-lite.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pdflib-lite.spec 13 Jun 2009 07:49:26 -0000 1.7
+++ pdflib-lite.spec 6 May 2010 16:58:00 -0000 1.8
@@ -1,16 +1,16 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%{!?python_include: %define python_include %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc(0)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_include: %global python_include %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc(0)")}
Summary: Portable C library for dynamically generating PDF files
Name: pdflib-lite
# Remenber to check the URL after changing this...
-Version: 7.0.4p4
+Version: 7.0.5
Release: 1%{?dist}
License: Distributable
Group: System Environment/Libraries
URL: http://www.pdflib.com/
-Source: http://www.pdflib.com/binaries/PDFlib/704/PDFlib-Lite-%{version}.tar.gz
+Source: http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-%{version}.tar.gz
Patch0: pdflib-lite-7.0.4-gcc43.patch
@@ -99,7 +99,10 @@
sed -i -e s@/usr/lib@%{_libdir}@ libtool
%{__make} %{?_smp_mflags}
-
+for lang in perl python
+do
+ %{__make} -C bind/pdflib/$lang
+done
%install
rm -rf %{buildroot} examples
@@ -107,6 +110,10 @@
mkdir -p %{buildroot}%{perl_vendorarch}
make install DESTDIR=%{buildroot}
+for lang in perl python
+do
+ make -C bind/pdflib/$lang install DESTDIR=%{buildroot}
+done
install -p -m 0644 bind/pdflib/cpp/pdflib.hpp %{buildroot}%{_includedir}/pdflib.hpp
@@ -185,6 +192,9 @@
%changelog
+* Thu May 06 2010 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.5-1
+- update to 7.0.5
+
* Sat Jun 13 2009 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.4p4-1
- update to 7.0.4p4
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/F-12/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 13 Jun 2009 07:49:26 -0000 1.5
+++ sources 6 May 2010 16:58:00 -0000 1.6
@@ -1 +1 @@
-1765de9c5f2b6c5769a2160eaa911e9a PDFlib-Lite-7.0.4p4.tar.gz
+34a1cc89e2cfdc1e43ba57019e442a90 PDFlib-Lite-7.0.5.tar.gz
14 years, 7 months
rpms/pdflib-lite/F-13 pdflib-lite.spec,1.7,1.8 sources,1.5,1.6
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/pdflib-lite/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31170
Modified Files:
pdflib-lite.spec sources
Log Message:
update to 7.0.5
Index: pdflib-lite.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/F-13/pdflib-lite.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pdflib-lite.spec 13 Jun 2009 07:49:26 -0000 1.7
+++ pdflib-lite.spec 6 May 2010 16:41:02 -0000 1.8
@@ -1,16 +1,16 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%{!?python_include: %define python_include %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc(0)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_include: %global python_include %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc(0)")}
Summary: Portable C library for dynamically generating PDF files
Name: pdflib-lite
# Remenber to check the URL after changing this...
-Version: 7.0.4p4
+Version: 7.0.5
Release: 1%{?dist}
License: Distributable
Group: System Environment/Libraries
URL: http://www.pdflib.com/
-Source: http://www.pdflib.com/binaries/PDFlib/704/PDFlib-Lite-%{version}.tar.gz
+Source: http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-%{version}.tar.gz
Patch0: pdflib-lite-7.0.4-gcc43.patch
@@ -99,7 +99,10 @@
sed -i -e s@/usr/lib@%{_libdir}@ libtool
%{__make} %{?_smp_mflags}
-
+for lang in perl python
+do
+ %{__make} -C bind/pdflib/$lang
+done
%install
rm -rf %{buildroot} examples
@@ -107,6 +110,10 @@
mkdir -p %{buildroot}%{perl_vendorarch}
make install DESTDIR=%{buildroot}
+for lang in perl python
+do
+ make -C bind/pdflib/$lang install DESTDIR=%{buildroot}
+done
install -p -m 0644 bind/pdflib/cpp/pdflib.hpp %{buildroot}%{_includedir}/pdflib.hpp
@@ -185,6 +192,9 @@
%changelog
+* Thu May 06 2010 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.5-1
+- update to 7.0.5
+
* Sat Jun 13 2009 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.4p4-1
- update to 7.0.4p4
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/F-13/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 13 Jun 2009 07:49:26 -0000 1.5
+++ sources 6 May 2010 16:41:02 -0000 1.6
@@ -1 +1 @@
-1765de9c5f2b6c5769a2160eaa911e9a PDFlib-Lite-7.0.4p4.tar.gz
+34a1cc89e2cfdc1e43ba57019e442a90 PDFlib-Lite-7.0.5.tar.gz
14 years, 7 months
rpms/pdflib-lite/devel .cvsignore, 1.5, 1.6 pdflib-lite.spec, 1.7, 1.8 sources, 1.5, 1.6
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/pdflib-lite/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv29645
Modified Files:
.cvsignore pdflib-lite.spec sources
Log Message:
update to 7.0.5
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 13 Jun 2009 07:49:26 -0000 1.5
+++ .cvsignore 6 May 2010 16:22:08 -0000 1.6
@@ -1 +1 @@
-PDFlib-Lite-7.0.4p4.tar.gz
+PDFlib-Lite-7.0.5.tar.gz
Index: pdflib-lite.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/devel/pdflib-lite.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pdflib-lite.spec 13 Jun 2009 07:49:26 -0000 1.7
+++ pdflib-lite.spec 6 May 2010 16:22:08 -0000 1.8
@@ -1,16 +1,16 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%{!?python_include: %define python_include %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc(0)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_include: %global python_include %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc(0)")}
Summary: Portable C library for dynamically generating PDF files
Name: pdflib-lite
# Remenber to check the URL after changing this...
-Version: 7.0.4p4
+Version: 7.0.5
Release: 1%{?dist}
License: Distributable
Group: System Environment/Libraries
URL: http://www.pdflib.com/
-Source: http://www.pdflib.com/binaries/PDFlib/704/PDFlib-Lite-%{version}.tar.gz
+Source: http://www.pdflib.com/binaries/PDFlib/705/PDFlib-Lite-%{version}.tar.gz
Patch0: pdflib-lite-7.0.4-gcc43.patch
@@ -99,7 +99,10 @@
sed -i -e s@/usr/lib@%{_libdir}@ libtool
%{__make} %{?_smp_mflags}
-
+for lang in perl python
+do
+ %{__make} -C bind/pdflib/$lang
+done
%install
rm -rf %{buildroot} examples
@@ -107,6 +110,10 @@
mkdir -p %{buildroot}%{perl_vendorarch}
make install DESTDIR=%{buildroot}
+for lang in perl python
+do
+ make -C bind/pdflib/$lang install DESTDIR=%{buildroot}
+done
install -p -m 0644 bind/pdflib/cpp/pdflib.hpp %{buildroot}%{_includedir}/pdflib.hpp
@@ -185,6 +192,9 @@
%changelog
+* Thu May 06 2010 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.5-1
+- update to 7.0.5
+
* Sat Jun 13 2009 Remi Collet <Fedora(a)FamilleCollet.com> 7.0.4p4-1
- update to 7.0.4p4
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/pdflib-lite/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 13 Jun 2009 07:49:26 -0000 1.5
+++ sources 6 May 2010 16:22:08 -0000 1.6
@@ -1 +1 @@
-1765de9c5f2b6c5769a2160eaa911e9a PDFlib-Lite-7.0.4p4.tar.gz
+34a1cc89e2cfdc1e43ba57019e442a90 PDFlib-Lite-7.0.5.tar.gz
14 years, 7 months
rpms/mythtv/F-12 mythtv.spec,1.64,1.65 sources,1.37,1.38
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7591
Modified Files:
mythtv.spec sources
Log Message:
* Wed May 05 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.11.rc3
- Update to post-rc3 svn snapshot, revision 24443
- Fixes ppc64 build missing -maltivec
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-12/mythtv.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- mythtv.spec 4 May 2010 18:38:29 -0000 1.64
+++ mythtv.spec 6 May 2010 03:18:15 -0000 1.65
@@ -65,7 +65,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r24414
+%define _svnrev r24443
%define branch trunk
#
@@ -80,7 +80,7 @@
Version: 0.23
%if "%{branch}" == "trunk"
#Release: 0.1.svn.%{_svnrev}%{?dist}
-Release: 0.10.rc3%{?dist}
+Release: 0.11.rc3%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -1480,6 +1480,10 @@
################################################################################
%changelog
+* Wed May 05 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.11.rc3
+- Update to post-rc3 svn snapshot, revision 24443
+- Fixes ppc64 build missing -maltivec
+
* Tue May 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.10.rc3
- Update to post-rc3 svn snapshot, revision 24414
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-12/sources,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sources 4 May 2010 18:38:29 -0000 1.37
+++ sources 6 May 2010 03:18:15 -0000 1.38
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-aa6d597464386baec718639f7074f62e mythplugins-0.23.tar.bz2
-bc5781aa80294f10340c60dd1893846c mythtv-0.23.tar.bz2
+ba79d92f9a749daee830f7df1bfe940a mythtv-0.23.tar.bz2
+8ad82b0cac4b202d0997bd1555ea7216 mythplugins-0.23.tar.bz2
14 years, 7 months
rpms/mythtv/F-13 mythtv.spec,1.78,1.79 sources,1.51,1.52
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7455
Modified Files:
mythtv.spec sources
Log Message:
* Wed May 05 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.11.rc3
- Update to post-rc3 svn snapshot, revision 24443
- Fixes ppc64 build missing -maltivec
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-13/mythtv.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- mythtv.spec 4 May 2010 16:01:48 -0000 1.78
+++ mythtv.spec 6 May 2010 03:17:02 -0000 1.79
@@ -65,7 +65,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r24414
+%define _svnrev r24443
%define branch trunk
#
@@ -80,7 +80,7 @@
Version: 0.23
%if "%{branch}" == "trunk"
#Release: 0.1.svn.%{_svnrev}%{?dist}
-Release: 0.10.rc3%{?dist}
+Release: 0.11.rc3%{?dist}
%else
Release: 1%{?dist}
%endif
@@ -1480,6 +1480,10 @@
################################################################################
%changelog
+* Wed May 05 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.11.rc3
+- Update to post-rc3 svn snapshot, revision 24443
+- Fixes ppc64 build missing -maltivec
+
* Tue May 04 2010 Jarod Wilson <jarod(a)wilsonet.com> 0.23-0.10.rc3
- Update to post-rc3 svn snapshot, revision 24414
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-13/sources,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- sources 4 May 2010 16:01:48 -0000 1.51
+++ sources 6 May 2010 03:17:02 -0000 1.52
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-aa6d597464386baec718639f7074f62e mythplugins-0.23.tar.bz2
-bc5781aa80294f10340c60dd1893846c mythtv-0.23.tar.bz2
+ba79d92f9a749daee830f7df1bfe940a mythtv-0.23.tar.bz2
+8ad82b0cac4b202d0997bd1555ea7216 mythplugins-0.23.tar.bz2
14 years, 7 months
rpms/mame/F-11 .cvsignore, 1.3, 1.4 mame.spec, 1.2, 1.3 sources, 1.3, 1.4
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16734
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Wed May 05 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u4-1
- Updated to 0137u4
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 22 Apr 2010 19:14:34 -0000 1.3
+++ .cvsignore 5 May 2010 18:48:09 -0000 1.4
@@ -2,3 +2,4 @@
0137u1_diff.zip
0137u2_diff.zip
0137u3_diff.zip
+0137u4_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-11/mame.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mame.spec 22 Apr 2010 19:14:34 -0000 1.2
+++ mame.spec 5 May 2010 18:48:09 -0000 1.3
@@ -2,7 +2,7 @@
%bcond_with debug
%global baseversion 137
-%global sourceupdate 3
+%global sourceupdate 4
Name: mame
%if 0%{?sourceupdate}
@@ -25,6 +25,7 @@
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
+Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -219,6 +220,9 @@
%changelog
+* Wed May 05 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u4-1
+- Updated to 0137u4
+
* Thu Apr 22 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u3-1
- Updated to 0137u3
- Dropped upstreamed ppc64 patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 22 Apr 2010 19:14:34 -0000 1.3
+++ sources 5 May 2010 18:48:09 -0000 1.4
@@ -2,3 +2,4 @@
12c116ebdcb322a9149faa03a9b747b8 0137u1_diff.zip
e3f30998a26192fb37cba6021261c9d7 0137u2_diff.zip
e186be6daa599adc2196cf2292b9d881 0137u3_diff.zip
+54287e42a9b53848f7092678a65268fd 0137u4_diff.zip
14 years, 7 months
rpms/mame/F-12 .cvsignore, 1.3, 1.4 mame.spec, 1.2, 1.3 sources, 1.3, 1.4
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16633
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Wed May 05 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u4-1
- Updated to 0137u4
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-12/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 22 Apr 2010 19:14:24 -0000 1.3
+++ .cvsignore 5 May 2010 18:47:59 -0000 1.4
@@ -2,3 +2,4 @@
0137u1_diff.zip
0137u2_diff.zip
0137u3_diff.zip
+0137u4_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-12/mame.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mame.spec 22 Apr 2010 19:14:24 -0000 1.2
+++ mame.spec 5 May 2010 18:47:59 -0000 1.3
@@ -2,7 +2,7 @@
%bcond_with debug
%global baseversion 137
-%global sourceupdate 3
+%global sourceupdate 4
Name: mame
%if 0%{?sourceupdate}
@@ -25,6 +25,7 @@
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
+Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -219,6 +220,9 @@
%changelog
+* Wed May 05 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u4-1
+- Updated to 0137u4
+
* Thu Apr 22 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u3-1
- Updated to 0137u3
- Dropped upstreamed ppc64 patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 22 Apr 2010 19:14:24 -0000 1.3
+++ sources 5 May 2010 18:47:59 -0000 1.4
@@ -2,3 +2,4 @@
12c116ebdcb322a9149faa03a9b747b8 0137u1_diff.zip
e3f30998a26192fb37cba6021261c9d7 0137u2_diff.zip
e186be6daa599adc2196cf2292b9d881 0137u3_diff.zip
+54287e42a9b53848f7092678a65268fd 0137u4_diff.zip
14 years, 7 months
rpms/mame/F-13 .cvsignore, 1.3, 1.4 mame.spec, 1.2, 1.3 sources, 1.3, 1.4
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16528
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Wed May 05 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u4-1
- Updated to 0137u4
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 22 Apr 2010 19:14:16 -0000 1.3
+++ .cvsignore 5 May 2010 18:47:51 -0000 1.4
@@ -2,3 +2,4 @@
0137u1_diff.zip
0137u2_diff.zip
0137u3_diff.zip
+0137u4_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/mame.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mame.spec 22 Apr 2010 19:14:16 -0000 1.2
+++ mame.spec 5 May 2010 18:47:51 -0000 1.3
@@ -2,7 +2,7 @@
%bcond_with debug
%global baseversion 137
-%global sourceupdate 3
+%global sourceupdate 4
Name: mame
%if 0%{?sourceupdate}
@@ -25,6 +25,7 @@
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
+Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -219,6 +220,9 @@
%changelog
+* Wed May 05 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u4-1
+- Updated to 0137u4
+
* Thu Apr 22 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u3-1
- Updated to 0137u3
- Dropped upstreamed ppc64 patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 22 Apr 2010 19:14:16 -0000 1.3
+++ sources 5 May 2010 18:47:51 -0000 1.4
@@ -2,3 +2,4 @@
12c116ebdcb322a9149faa03a9b747b8 0137u1_diff.zip
e3f30998a26192fb37cba6021261c9d7 0137u2_diff.zip
e186be6daa599adc2196cf2292b9d881 0137u3_diff.zip
+54287e42a9b53848f7092678a65268fd 0137u4_diff.zip
14 years, 7 months
rpms/mame/devel .cvsignore, 1.4, 1.5 mame.spec, 1.3, 1.4 sources, 1.4, 1.5
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16423
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Wed May 05 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u4-1
- Updated to 0137u4
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 22 Apr 2010 19:14:01 -0000 1.4
+++ .cvsignore 5 May 2010 18:47:41 -0000 1.5
@@ -2,3 +2,4 @@
0137u1_diff.zip
0137u2_diff.zip
0137u3_diff.zip
+0137u4_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mame.spec 22 Apr 2010 19:14:01 -0000 1.3
+++ mame.spec 5 May 2010 18:47:41 -0000 1.4
@@ -2,7 +2,7 @@
%bcond_with debug
%global baseversion 137
-%global sourceupdate 3
+%global sourceupdate 4
Name: mame
%if 0%{?sourceupdate}
@@ -25,6 +25,7 @@
Source1: http://mamedev.org/updates/0%{baseversion}u1_diff.zip
Source2: http://mamedev.org/updates/0%{baseversion}u2_diff.zip
Source3: http://mamedev.org/updates/0%{baseversion}u3_diff.zip
+Source4: http://mamedev.org/updates/0%{baseversion}u4_diff.zip
%endif
Patch0: %{name}-fortify.patch
Patch2: %{name}-verbosebuild.patch
@@ -219,6 +220,9 @@
%changelog
+* Wed May 05 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u4-1
+- Updated to 0137u4
+
* Thu Apr 22 2010 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.137u3-1
- Updated to 0137u3
- Dropped upstreamed ppc64 patch
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 22 Apr 2010 19:14:01 -0000 1.4
+++ sources 5 May 2010 18:47:41 -0000 1.5
@@ -2,3 +2,4 @@
12c116ebdcb322a9149faa03a9b747b8 0137u1_diff.zip
e3f30998a26192fb37cba6021261c9d7 0137u2_diff.zip
e186be6daa599adc2196cf2292b9d881 0137u3_diff.zip
+54287e42a9b53848f7092678a65268fd 0137u4_diff.zip
14 years, 7 months