rpms/rpmfusion-nonfree-remix-kickstarts/F-18 rpmfusion-nonfree-live-base.ks, 1.5, 1.6 rpmfusion-nonfree-remix-kickstarts.spec, 1.5, 1.6
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-remix-kickstarts/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28668/F-18
Modified Files:
rpmfusion-nonfree-live-base.ks
rpmfusion-nonfree-remix-kickstarts.spec
Log Message:
Update to F-18 Final
Index: rpmfusion-nonfree-live-base.ks
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-remix-kickstarts/F-18/rpmfusion-nonfree-live-base.ks,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-nonfree-live-base.ks 1 May 2012 20:44:44 -0000 1.5
+++ rpmfusion-nonfree-live-base.ks 12 Jan 2013 21:52:57 -0000 1.6
@@ -13,12 +13,12 @@
## the repos match what is configured in fedora-live-base.ks
# To compose against the current release tree, use the following "repo"
-#repo --name=rpmfusion-nonfree --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-18&arch=$basearch --includepkgs=rpmfusion-nonfree-release
+repo --name=rpmfusion-nonfree --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-18&arch=$basearch --includepkgs=rpmfusion-nonfree-release
# To include updates, use the following "repo"
-#repo --name=rpmfusion-nonfree-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-18&arch=$basearch --includepkgs=rpmfusion-nonfree-release
+repo --name=rpmfusion-nonfree-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-18&arch=$basearch --includepkgs=rpmfusion-nonfree-release
# To compose against rawhide, use the following "repo"
-repo --name=rpmfusion-nonfree-rawhide --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-rawhide&arch=$basearch --includepkgs=rpmfusion-nonfree-release
+#repo --name=rpmfusion-nonfree-rawhide --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-rawhide&arch=$basearch --includepkgs=rpmfusion-nonfree-release
%packages
# unbrand; should be done by rpmfusion-free-live-base.ks, but we do it here as
@@ -36,9 +36,9 @@
echo "Importing RPM Fusion keys"
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-*-primary
echo "List of packages from RPM Fusion Nonree:"
-rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 0dd634bdd2382b83 -e 90ce094be31b30ca | awk ' { print $1 } ' | sort
+rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 90ce094be31b30ca | awk ' { print $1 } ' | sort
echo "List of incuded RPM Fusion packages with their size:"
-rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 0dd634bdd2382b83 -e 90ce094be31b30ca | awk ' { print $1 } ') | sort -n
+rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 90ce094be31b30ca | awk ' { print $1 } ') | sort -n
echo
%end
Index: rpmfusion-nonfree-remix-kickstarts.spec
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-remix-kickstarts/F-18/rpmfusion-nonfree-remix-kickstarts.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-nonfree-remix-kickstarts.spec 1 May 2012 20:44:44 -0000 1.5
+++ rpmfusion-nonfree-remix-kickstarts.spec 12 Jan 2013 21:52:57 -0000 1.6
@@ -2,7 +2,7 @@
# we follow the spin-kickstarts version scheme as the files in this
# package highly depend on them anyway
Version: 0.18.0
-Release: 0.1%{?dist}
+Release: 1%{?dist}
Summary: Kickstart files for creating distributions with packages RPM Fusion nonfree
Group: Applications/System
@@ -51,6 +51,9 @@
%{_datadir}/%{name}/
%changelog
+* Sat Jan 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.18.0-1
+- Update for F-18 Final
+
* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.18.0-0.1
- Update to 0.18.0
11 years, 10 months
rpms/rpmfusion-free-remix-kickstarts/F-18 rpmfusion-free-live-base.ks, 1.5, 1.6 rpmfusion-free-remix-kickstarts.spec, 1.5, 1.6
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28378/F-18
Modified Files:
rpmfusion-free-live-base.ks
rpmfusion-free-remix-kickstarts.spec
Log Message:
Update to Final
Index: rpmfusion-free-live-base.ks
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-18/rpmfusion-free-live-base.ks,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-free-live-base.ks 1 May 2012 20:27:43 -0000 1.5
+++ rpmfusion-free-live-base.ks 12 Jan 2013 21:48:10 -0000 1.6
@@ -5,12 +5,12 @@
## the repos match what is configured in fedora-live-base.ks
# To compose against the current release tree, use the following "repo"
-#repo --name=rpmfusion-free-released --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-18&arch=$basearch
+repo --name=rpmfusion-free-released --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-18&arch=$basearch
# To include updates, use the following "repo"
-#repo --name=rpmfusion-free-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-18&arch=$basearch
+repo --name=rpmfusion-free-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-18&arch=$basearch
# To compose against rawhide, use the following "repo"
-repo --name=rpmfusion-free-rawhide --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhide&arch=$basearch
+#repo --name=rpmfusion-free-rawhide --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhide&arch=$basearch
%packages
# unbrand:
@@ -38,9 +38,9 @@
echo "Importing RPM Fusion keys"
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-*-primary
echo "List of packages from RPM Fusion Free:"
-rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e daab8b888296fa0f -e 36339914982e0a7c | awk ' { print $1 } ' | sort
+rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e daab8b888296fa0f | awk ' { print $1 } ' | sort
echo "List of incuded RPM Fusion packages with their size:"
-rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e daab8b888296fa0f -e 36339914982e0a7c| awk ' { print $1 } ') | sort -n
+rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e daab8b888296fa0f | awk ' { print $1 } ') | sort -n
echo
%end
Index: rpmfusion-free-remix-kickstarts.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-18/rpmfusion-free-remix-kickstarts.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-free-remix-kickstarts.spec 1 May 2012 20:27:43 -0000 1.5
+++ rpmfusion-free-remix-kickstarts.spec 12 Jan 2013 21:48:10 -0000 1.6
@@ -2,7 +2,7 @@
# we follow the spin-kickstarts version scheme as the files in this
# package highly depend on them anyway
Version: 0.18.0
-Release: 0.1%{?dist}
+Release: 1%{?dist}
Summary: Kickstart files for creating distributions with packages RPM Fusion free
Group: Applications/System
@@ -50,6 +50,9 @@
%{_datadir}/%{name}/
%changelog
+* Sat Jan 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.18.0-1
+- Update for F-18 Final
+
* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.18.0-0.1
- Update to 0.18.0
11 years, 10 months
rpms/rpmfusion-nonfree-package-config-smart/devel rpmfusion-nonfree-package-config-smart.spec, 1.9, 1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-package-config-smart/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4247/devel
Modified Files:
rpmfusion-nonfree-package-config-smart.spec
Log Message:
Fix error on repo name
Index: rpmfusion-nonfree-package-config-smart.spec
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-package-config-smart/devel/rpmfusion-nonfree-package-config-smart.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rpmfusion-nonfree-package-config-smart.spec 7 Sep 2012 20:55:57 -0000 1.9
+++ rpmfusion-nonfree-package-config-smart.spec 12 Jan 2013 17:53:39 -0000 1.10
@@ -17,7 +17,7 @@
%global repo nonfree
Summary: RPM Fusion (%{repo}) configuration files for the Smart package manager
-Name: rpmfusion-free-package-config-smart
+Name: rpmfusion-%{repo}-package-config-smart
Version: 18
Release: 1
License: GPLv2+
11 years, 10 months
rpms/rpmfusion-nonfree-package-config-smart/F-18 rpmfusion-nonfree-package-config-smart.spec, 1.9, 1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-package-config-smart/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4247/F-18
Modified Files:
rpmfusion-nonfree-package-config-smart.spec
Log Message:
Fix error on repo name
Index: rpmfusion-nonfree-package-config-smart.spec
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-package-config-smart/F-18/rpmfusion-nonfree-package-config-smart.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rpmfusion-nonfree-package-config-smart.spec 7 Sep 2012 20:55:58 -0000 1.9
+++ rpmfusion-nonfree-package-config-smart.spec 12 Jan 2013 17:53:39 -0000 1.10
@@ -17,7 +17,7 @@
%global repo nonfree
Summary: RPM Fusion (%{repo}) configuration files for the Smart package manager
-Name: rpmfusion-free-package-config-smart
+Name: rpmfusion-%{repo}-package-config-smart
Version: 18
Release: 1
License: GPLv2+
11 years, 10 months
rpms/gmtk/F-16 gmtk.spec,1.4,1.5
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gmtk/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3272
Modified Files:
gmtk.spec
Log Message:
* Sat Jan 12 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.7-2
- Dropped %{_isa} from mplayer Requires
Index: gmtk.spec
===================================================================
RCS file: /cvs/free/rpms/gmtk/F-16/gmtk.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gmtk.spec 30 Oct 2012 19:42:26 -0000 1.4
+++ gmtk.spec 12 Jan 2013 17:22:43 -0000 1.5
@@ -1,6 +1,6 @@
Name: gmtk
Version: 1.0.7
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Library of common functions and widgets for gnome-mplayer and gecko-mediaplayer
License: GPLv2+
@@ -12,7 +12,7 @@
BuildRequires: gtk3-devel
BuildRequires: intltool
BuildRequires: pulseaudio-libs-devel
-Requires: mplayer%{?_isa}
+Requires: mplayer
%description
Library of common functions and widgets for gnome-mplayer and gecko-mediaplayer
@@ -61,6 +61,9 @@
%changelog
+* Sat Jan 12 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.7-2
+- Dropped %%{_isa} from mplayer Requires
+
* Tue Oct 30 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.7-1
- Updated to 1.0.7
11 years, 10 months
rpms/gmtk/F-17 gmtk.spec,1.4,1.5
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/gmtk/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3171
Modified Files:
gmtk.spec
Log Message:
* Sat Jan 12 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.7-2
- Dropped %{_isa} from mplayer Requires
Index: gmtk.spec
===================================================================
RCS file: /cvs/free/rpms/gmtk/F-17/gmtk.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gmtk.spec 30 Oct 2012 19:42:20 -0000 1.4
+++ gmtk.spec 12 Jan 2013 17:22:33 -0000 1.5
@@ -1,6 +1,6 @@
Name: gmtk
Version: 1.0.7
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Library of common functions and widgets for gnome-mplayer and gecko-mediaplayer
License: GPLv2+
@@ -12,7 +12,7 @@
BuildRequires: gtk3-devel
BuildRequires: intltool
BuildRequires: pulseaudio-libs-devel
-Requires: mplayer%{?_isa}
+Requires: mplayer
%description
Library of common functions and widgets for gnome-mplayer and gecko-mediaplayer
@@ -61,6 +61,9 @@
%changelog
+* Sat Jan 12 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.7-2
+- Dropped %%{_isa} from mplayer Requires
+
* Tue Oct 30 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.7-1
- Updated to 1.0.7
11 years, 10 months
rpms/gmtk/devel gmtk.spec,1.4,1.5
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gmtk/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv559/devel
Modified Files:
gmtk.spec
Log Message:
Avoid an %%{_isa} dependency
Index: gmtk.spec
===================================================================
RCS file: /cvs/free/rpms/gmtk/devel/gmtk.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gmtk.spec 30 Oct 2012 19:42:06 -0000 1.4
+++ gmtk.spec 12 Jan 2013 15:43:56 -0000 1.5
@@ -1,6 +1,6 @@
Name: gmtk
Version: 1.0.7
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Library of common functions and widgets for gnome-mplayer and gecko-mediaplayer
License: GPLv2+
@@ -12,7 +12,7 @@
BuildRequires: gtk3-devel
BuildRequires: intltool
BuildRequires: pulseaudio-libs-devel
-Requires: mplayer%{?_isa}
+Requires: mplayer
%description
Library of common functions and widgets for gnome-mplayer and gecko-mediaplayer
@@ -61,6 +61,9 @@
%changelog
+* Sat Jan 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.7-2
+- Avoid an %%{_isa} dependency on mplayer
+
* Tue Oct 30 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.7-1
- Updated to 1.0.7
11 years, 10 months
rpms/gmtk/F-18 gmtk.spec,1.4,1.5
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/gmtk/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv559/F-18
Modified Files:
gmtk.spec
Log Message:
Avoid an %%{_isa} dependency
Index: gmtk.spec
===================================================================
RCS file: /cvs/free/rpms/gmtk/F-18/gmtk.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gmtk.spec 30 Oct 2012 19:42:13 -0000 1.4
+++ gmtk.spec 12 Jan 2013 15:43:56 -0000 1.5
@@ -1,6 +1,6 @@
Name: gmtk
Version: 1.0.7
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Library of common functions and widgets for gnome-mplayer and gecko-mediaplayer
License: GPLv2+
@@ -12,7 +12,7 @@
BuildRequires: gtk3-devel
BuildRequires: intltool
BuildRequires: pulseaudio-libs-devel
-Requires: mplayer%{?_isa}
+Requires: mplayer
%description
Library of common functions and widgets for gnome-mplayer and gecko-mediaplayer
@@ -61,6 +61,9 @@
%changelog
+* Sat Jan 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.7-2
+- Avoid an %%{_isa} dependency on mplayer
+
* Tue Oct 30 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.0.7-1
- Updated to 1.0.7
11 years, 10 months
rpms/mame/F-16 .cvsignore, 1.68, 1.69 mame.spec, 1.76, 1.77 sources, 1.68, 1.69
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29104
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sat Jan 12 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.148-1
- Updated to 0.148
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-16/.cvsignore,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- .cvsignore 17 Dec 2012 20:58:50 -0000 1.68
+++ .cvsignore 12 Jan 2013 13:16:23 -0000 1.69
@@ -1,5 +1,2 @@
-mame0147s.exe
-0147u1_diff.zip
-0147u2_diff.zip
-0147u3_diff.zip
-0147u4_diff.zip
+mame0148s.exe
+whatsnew.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-16/mame.spec,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- mame.spec 17 Dec 2012 20:58:50 -0000 1.76
+++ mame.spec 12 Jan 2013 13:16:23 -0000 1.77
@@ -4,8 +4,8 @@
%bcond_without ldplayer
%bcond_with debug
-%global baseversion 147
-%global sourceupdate 4
+%global baseversion 148
+#global sourceupdate 4
# work around low memory on the RPM Fusion builder
%bcond_without lowmem
@@ -26,12 +26,13 @@
License: MAME License
URL: http://mamedev.org/
Source0: http://mamedev.org/downloader.php?file=releases/%{name}0%{baseversion}s.exe
+Source100: whatsnew.zip
%if 0%{?sourceupdate}
#Source updates
-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
+#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
#Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
#Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
#Source7: http://mamedev.org/updates/0%{baseversion}u7_diff.zip
@@ -361,6 +362,9 @@
%changelog
+* Sat Jan 12 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.148-1
+- Updated to 0.148
+
* Mon Dec 17 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.147u4-1
- Updated to 0.147u4
- Updated the lowmem workaround - the linker is not the culprit, dwz is
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-16/sources,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- sources 17 Dec 2012 20:58:50 -0000 1.68
+++ sources 12 Jan 2013 13:16:23 -0000 1.69
@@ -1,5 +1,2 @@
-02b38e27f0840bbd0b637385f16f3747 mame0147s.exe
-7f2dbea383138a6ae2bbaac3b32376d6 0147u1_diff.zip
-c0306cbf583309d23549529f441e97f2 0147u2_diff.zip
-8851533ae3f692e436bc399b773c4fcb 0147u3_diff.zip
-3d5fc211f98454f857e58f9100d09e19 0147u4_diff.zip
+fec467ec70d727d3dd1c31e3fb687275 mame0148s.exe
+6e9407f2419d23b519f44333f88b702c whatsnew.zip
11 years, 10 months
rpms/mame/F-17 .cvsignore, 1.68, 1.69 mame.spec, 1.77, 1.78 sources, 1.68, 1.69
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29073
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sat Jan 12 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.148-1
- Updated to 0.148
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-17/.cvsignore,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- .cvsignore 17 Dec 2012 20:58:48 -0000 1.68
+++ .cvsignore 12 Jan 2013 13:16:21 -0000 1.69
@@ -1,5 +1,2 @@
-mame0147s.exe
-0147u1_diff.zip
-0147u2_diff.zip
-0147u3_diff.zip
-0147u4_diff.zip
+mame0148s.exe
+whatsnew.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-17/mame.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- mame.spec 17 Dec 2012 20:58:48 -0000 1.77
+++ mame.spec 12 Jan 2013 13:16:21 -0000 1.78
@@ -4,8 +4,8 @@
%bcond_without ldplayer
%bcond_with debug
-%global baseversion 147
-%global sourceupdate 4
+%global baseversion 148
+#global sourceupdate 4
# work around low memory on the RPM Fusion builder
%bcond_without lowmem
@@ -26,12 +26,13 @@
License: MAME License
URL: http://mamedev.org/
Source0: http://mamedev.org/downloader.php?file=releases/%{name}0%{baseversion}s.exe
+Source100: whatsnew.zip
%if 0%{?sourceupdate}
#Source updates
-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
+#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
#Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
#Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
#Source7: http://mamedev.org/updates/0%{baseversion}u7_diff.zip
@@ -361,6 +362,9 @@
%changelog
+* Sat Jan 12 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.148-1
+- Updated to 0.148
+
* Mon Dec 17 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.147u4-1
- Updated to 0.147u4
- Updated the lowmem workaround - the linker is not the culprit, dwz is
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-17/sources,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- sources 17 Dec 2012 20:58:48 -0000 1.68
+++ sources 12 Jan 2013 13:16:21 -0000 1.69
@@ -1,5 +1,2 @@
-02b38e27f0840bbd0b637385f16f3747 mame0147s.exe
-7f2dbea383138a6ae2bbaac3b32376d6 0147u1_diff.zip
-c0306cbf583309d23549529f441e97f2 0147u2_diff.zip
-8851533ae3f692e436bc399b773c4fcb 0147u3_diff.zip
-3d5fc211f98454f857e58f9100d09e19 0147u4_diff.zip
+fec467ec70d727d3dd1c31e3fb687275 mame0148s.exe
+6e9407f2419d23b519f44333f88b702c whatsnew.zip
11 years, 10 months