rpms/dgen-sdl/F-19 .cvsignore,1.7,1.8 sources,1.7,1.8
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/dgen-sdl/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2304
Modified Files:
.cvsignore sources
Log Message:
* Sat Aug 16 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.33-2
- fixed building on arm
- added missing cpu emulators docs
- dropped obsolete Group, Buildroot, %clean and %defattr
- dropped cleaning at the beginning of %install
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-19/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 10 Feb 2013 12:39:36 -0000 1.7
+++ .cvsignore 16 Aug 2014 08:34:24 -0000 1.8
@@ -1 +1 @@
-dgen-sdl-1.32.tar.gz
+dgen-sdl-1.33.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-19/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 10 Feb 2013 12:39:36 -0000 1.7
+++ sources 16 Aug 2014 08:34:24 -0000 1.8
@@ -1 +1 @@
-81b6f1c4bd612e81a9b8663c38d51890 dgen-sdl-1.32.tar.gz
+48a8b287985ccba6f26806e7ca80067c dgen-sdl-1.33.tar.gz
10 years, 4 months
rpms/dgen-sdl/F-19 dgen-sdl.spec,1.11,1.12
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/dgen-sdl/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1973
Modified Files:
dgen-sdl.spec
Log Message:
* Sat Aug 16 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.33-2
- fixed building on arm
- added missing cpu emulators docs
- dropped obsolete Group, Buildroot, %clean and %defattr
- dropped cleaning at the beginning of %install
Index: dgen-sdl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-19/dgen-sdl.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- dgen-sdl.spec 10 Feb 2013 12:39:36 -0000 1.11
+++ dgen-sdl.spec 16 Aug 2014 08:32:12 -0000 1.12
@@ -1,12 +1,10 @@
Summary: A Sega Genesis (MegaDrive outside the US) emulator
Name: dgen-sdl
-Version: 1.32
-Release: 1%{?dist}
+Version: 1.33
+Release: 2%{?dist}
License: BSD
-Group: Applications/Emulators
URL: http://dgen.sourceforge.net/
Source: http://downloads.sourceforge.net/dgen/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel >= 1.0.0
BuildRequires: libarchive-devel
%ifarch %{ix86}
@@ -32,14 +30,23 @@
%build
%configure
# It does not compile with smp_mflags
-make
+make V=1
%install
-rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
+
+# install docs
mkdir docs
+mkdir docs/cyclone
+cp -a cyclone/Cyclone.txt docs/cyclone
mkdir docs/cz80
cp -a cz80/readme.txt docs/cz80
+mkdir docs/drz80
+cp -a drz80/DrZ80.txt docs/drz80
+mkdir docs/dz80
+cp -a dz80/FILE_ID.DIZ docs/dz80
+cp -a dz80/README.TXT docs/dz80
+cp -a dz80/whatsnew.txt docs/dz80
mkdir docs/musa
cp -a musa/readme.txt docs/musa
cp -a musa/history.txt docs/musa
@@ -48,20 +55,28 @@
mkdir docs/star
cp -a star/stardoc.txt docs/star
-%clean
-rm -rf %{buildroot}
+# remove not useful binary file
+rm -f %{_bindir}/cyclone
%files
-%defattr(-,root,root)
%{_bindir}/dgen
%{_bindir}/dgen_tobin
%{_mandir}/man1/dgen.1*
%{_mandir}/man1/dgen_tobin.1*
%{_mandir}/man5/dgenrc.5*
%doc AUTHORS ChangeLog COPYING README sample.dgenrc
-%doc docs/cz80 docs/musa docs/mz80 docs/star
+%doc docs/cyclone docs/cz80 docs/drz80 docs/dz80 docs/musa docs/mz80 docs/star
%changelog
+* Sat Aug 16 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.33-2
+- fixed building on arm
+- added missing cpu emulators docs
+- dropped obsolete Group, Buildroot, %%clean and %%defattr
+- dropped cleaning at the beginning of %%install
+
+* Sun Jul 27 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.33-1
+- updated to new upstream version
+
* Sun Feb 10 2013 Andrea Musuruane <musuruan(a)gmail.com> - 1.32-1
- updated to new upstream version
@@ -98,7 +113,7 @@
- removed %%{?dist} tag from changelog
- removed %%{?_smp_mflags} from make invocation
-* Sat Dec 01 2006 Andrea Musuruane <musuruan(a)gmail.com> 1.23-2
+* Fri Dec 01 2006 Andrea Musuruane <musuruan(a)gmail.com> 1.23-2
- source tarball now matches upstreams
- added MZ80 and Starscream docs
10 years, 4 months
rpms/dgen-sdl/F-20 dgen-sdl.spec,1.12,1.13
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/dgen-sdl/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1807
Modified Files:
dgen-sdl.spec
Log Message:
* Sat Aug 16 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.33-2
- fixed building on arm
- added missing cpu emulators docs
- dropped obsolete Group, Buildroot, %clean and %defattr
- dropped cleaning at the beginning of %install
Index: dgen-sdl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/F-20/dgen-sdl.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dgen-sdl.spec 27 Jul 2014 14:18:30 -0000 1.12
+++ dgen-sdl.spec 16 Aug 2014 08:31:48 -0000 1.13
@@ -1,12 +1,10 @@
Summary: A Sega Genesis (MegaDrive outside the US) emulator
Name: dgen-sdl
Version: 1.33
-Release: 1%{?dist}
+Release: 2%{?dist}
License: BSD
-Group: Applications/Emulators
URL: http://dgen.sourceforge.net/
Source: http://downloads.sourceforge.net/dgen/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel >= 1.0.0
BuildRequires: libarchive-devel
%ifarch %{ix86}
@@ -35,11 +33,20 @@
make V=1
%install
-rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
+
+# install docs
mkdir docs
+mkdir docs/cyclone
+cp -a cyclone/Cyclone.txt docs/cyclone
mkdir docs/cz80
cp -a cz80/readme.txt docs/cz80
+mkdir docs/drz80
+cp -a drz80/DrZ80.txt docs/drz80
+mkdir docs/dz80
+cp -a dz80/FILE_ID.DIZ docs/dz80
+cp -a dz80/README.TXT docs/dz80
+cp -a dz80/whatsnew.txt docs/dz80
mkdir docs/musa
cp -a musa/readme.txt docs/musa
cp -a musa/history.txt docs/musa
@@ -48,20 +55,25 @@
mkdir docs/star
cp -a star/stardoc.txt docs/star
-%clean
-rm -rf %{buildroot}
+# remove not useful binary file
+rm -f %{_bindir}/cyclone
%files
-%defattr(-,root,root)
%{_bindir}/dgen
%{_bindir}/dgen_tobin
%{_mandir}/man1/dgen.1*
%{_mandir}/man1/dgen_tobin.1*
%{_mandir}/man5/dgenrc.5*
%doc AUTHORS ChangeLog COPYING README sample.dgenrc
-%doc docs/cz80 docs/musa docs/mz80 docs/star
+%doc docs/cyclone docs/cz80 docs/drz80 docs/dz80 docs/musa docs/mz80 docs/star
%changelog
+* Sat Aug 16 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.33-2
+- fixed building on arm
+- added missing cpu emulators docs
+- dropped obsolete Group, Buildroot, %%clean and %%defattr
+- dropped cleaning at the beginning of %%install
+
* Sun Jul 27 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.33-1
- updated to new upstream version
10 years, 4 months
rpms/dgen-sdl/devel dgen-sdl.spec,1.12,1.13
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/dgen-sdl/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1626
Modified Files:
dgen-sdl.spec
Log Message:
* Sat Aug 16 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.33-2
- fixed building on arm
- added missing cpu emulators docs
- dropped obsolete Group, Buildroot, %clean and %defattr
- dropped cleaning at the beginning of %install
Index: dgen-sdl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dgen-sdl/devel/dgen-sdl.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dgen-sdl.spec 27 Jul 2014 14:17:54 -0000 1.12
+++ dgen-sdl.spec 16 Aug 2014 08:31:18 -0000 1.13
@@ -1,12 +1,10 @@
Summary: A Sega Genesis (MegaDrive outside the US) emulator
Name: dgen-sdl
Version: 1.33
-Release: 1%{?dist}
+Release: 2%{?dist}
License: BSD
-Group: Applications/Emulators
URL: http://dgen.sourceforge.net/
Source: http://downloads.sourceforge.net/dgen/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: SDL-devel >= 1.0.0
BuildRequires: libarchive-devel
%ifarch %{ix86}
@@ -35,11 +33,20 @@
make V=1
%install
-rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
+
+# install docs
mkdir docs
+mkdir docs/cyclone
+cp -a cyclone/Cyclone.txt docs/cyclone
mkdir docs/cz80
cp -a cz80/readme.txt docs/cz80
+mkdir docs/drz80
+cp -a drz80/DrZ80.txt docs/drz80
+mkdir docs/dz80
+cp -a dz80/FILE_ID.DIZ docs/dz80
+cp -a dz80/README.TXT docs/dz80
+cp -a dz80/whatsnew.txt docs/dz80
mkdir docs/musa
cp -a musa/readme.txt docs/musa
cp -a musa/history.txt docs/musa
@@ -48,20 +55,25 @@
mkdir docs/star
cp -a star/stardoc.txt docs/star
-%clean
-rm -rf %{buildroot}
+# remove not useful binary file
+rm -f %{_bindir}/cyclone
%files
-%defattr(-,root,root)
%{_bindir}/dgen
%{_bindir}/dgen_tobin
%{_mandir}/man1/dgen.1*
%{_mandir}/man1/dgen_tobin.1*
%{_mandir}/man5/dgenrc.5*
%doc AUTHORS ChangeLog COPYING README sample.dgenrc
-%doc docs/cz80 docs/musa docs/mz80 docs/star
+%doc docs/cyclone docs/cz80 docs/drz80 docs/dz80 docs/musa docs/mz80 docs/star
%changelog
+* Sat Aug 16 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.33-2
+- fixed building on arm
+- added missing cpu emulators docs
+- dropped obsolete Group, Buildroot, %%clean and %%defattr
+- dropped cleaning at the beginning of %%install
+
* Sun Jul 27 2014 Andrea Musuruane <musuruan(a)gmail.com> - 1.33-1
- updated to new upstream version
10 years, 4 months
rpms/wl-kmod/F-19 wl-kmod.spec,1.132,1.133
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6191
Modified Files:
wl-kmod.spec
Log Message:
* Fri Aug 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.4
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-19/wl-kmod.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- wl-kmod.spec 13 Aug 2014 09:00:53 -0000 1.132
+++ wl-kmod.spec 15 Aug 2014 16:50:36 -0000 1.133
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.248
-Release: 1%{?dist}.3
+Release: 1%{?dist}.4
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -88,6 +88,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Aug 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.4
+- Rebuilt for kernel
+
* Wed Aug 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.3
- Rebuilt for kernel
10 years, 4 months
rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.193,1.194
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6057
Modified Files:
nvidia-kmod.spec
Log Message:
* Fri Aug 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.12
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- nvidia-kmod.spec 13 Aug 2014 09:00:47 -0000 1.193
+++ nvidia-kmod.spec 15 Aug 2014 16:50:28 -0000 1.194
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.67
# Taken over by kmodtool
-Release: 1%{?dist}.11
+Release: 1%{?dist}.12
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -97,6 +97,9 @@
%changelog
+* Fri Aug 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.12
+- Rebuilt for kernel
+
* Wed Aug 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.11
- Rebuilt for kernel
10 years, 4 months
rpms/nvidia-304xx-kmod/F-19 nvidia-304xx-kmod.spec,1.61,1.62
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5924
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Fri Aug 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.9
- Rebuilt for kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19/nvidia-304xx-kmod.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- nvidia-304xx-kmod.spec 13 Aug 2014 09:00:41 -0000 1.61
+++ nvidia-304xx-kmod.spec 15 Aug 2014 16:50:18 -0000 1.62
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.121
# Taken over by kmodtool
-Release: 1%{?dist}.8
+Release: 1%{?dist}.9
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -79,6 +79,9 @@
%changelog
+* Fri Aug 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.9
+- Rebuilt for kernel
+
* Wed Aug 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.121-1.8
- Rebuilt for kernel
10 years, 4 months
rpms/nvidia-173xx-kmod/F-19 nvidia-173xx-kmod.spec,1.106,1.107
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5783
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Fri Aug 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-3.9
- Rebuilt for kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19/nvidia-173xx-kmod.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- nvidia-173xx-kmod.spec 13 Aug 2014 09:00:35 -0000 1.106
+++ nvidia-173xx-kmod.spec 15 Aug 2014 16:50:11 -0000 1.107
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.38
# Taken over by kmodtool
-Release: 3%{?dist}.8
+Release: 3%{?dist}.9
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -90,6 +90,9 @@
%changelog
+* Fri Aug 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-3.9
+- Rebuilt for kernel
+
* Wed Aug 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-3.8
- Rebuilt for kernel
10 years, 4 months
rpms/catalyst-kmod/F-19 catalyst-kmod.spec,1.81,1.82
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5650
Modified Files:
catalyst-kmod.spec
Log Message:
* Fri Aug 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 14.4-1.10
- Rebuilt for kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-19/catalyst-kmod.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- catalyst-kmod.spec 13 Aug 2014 09:00:30 -0000 1.81
+++ catalyst-kmod.spec 15 Aug 2014 16:50:04 -0000 1.82
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 14.4
-Release: 1%{?dist}.9
+Release: 1%{?dist}.10
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -100,6 +100,9 @@
%changelog
+* Fri Aug 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 14.4-1.10
+- Rebuilt for kernel
+
* Wed Aug 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 14.4-1.9
- Rebuilt for kernel
10 years, 4 months
rpms/xtables-addons-kmod/F-19 xtables-addons-kmod.spec,1.86,1.87
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5507
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Fri Aug 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1.12
- Rebuilt for kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-19/xtables-addons-kmod.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- xtables-addons-kmod.spec 13 Aug 2014 09:00:24 -0000 1.86
+++ xtables-addons-kmod.spec 15 Aug 2014 16:49:57 -0000 1.87
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 2.5
-Release: 1%{?dist}.11
+Release: 1%{?dist}.12
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -65,6 +65,9 @@
rm -rf %{buildroot}
%changelog
+* Fri Aug 15 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1.12
+- Rebuilt for kernel
+
* Wed Aug 13 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1.11
- Rebuilt for kernel
10 years, 4 months