rpms/rpmfusion-free-remix-kickstarts/F-15 rpmfusion-free-live-base.ks, 1.3, 1.4 rpmfusion-free-remix-kickstarts.spec, 1.3, 1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25275
Modified Files:
rpmfusion-free-live-base.ks
rpmfusion-free-remix-kickstarts.spec
Log Message:
Update to 15.0
- Fix rfbz#903
Index: rpmfusion-free-live-base.ks
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-15/rpmfusion-free-live-base.ks,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpmfusion-free-live-base.ks 1 Jun 2009 13:46:34 -0000 1.3
+++ rpmfusion-free-live-base.ks 8 Oct 2011 14:24:23 -0000 1.4
@@ -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-11&arch=$basearch
+repo --name=rpmfusion-free-released --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-15&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-11&arch=$basearch
+repo --name=rpmfusion-free-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-15&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 855099b249c8885a -e ad2708448fcff4da | awk ' { print $1 } ' | sort
+rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 7f9dec5ea3780952 -e adc570de00a4d52b | 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 855099b249c8885a -e ad2708448fcff4da | awk ' { print $1 } ') | sort -n
+rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 7f9dec5ea3780952 -e adc570de00a4d52b | awk ' { print $1 } ') | sort -n
echo
%end
Index: rpmfusion-free-remix-kickstarts.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-15/rpmfusion-free-remix-kickstarts.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpmfusion-free-remix-kickstarts.spec 1 Jun 2009 13:46:34 -0000 1.3
+++ rpmfusion-free-remix-kickstarts.spec 8 Oct 2011 14:24:23 -0000 1.4
@@ -1,8 +1,8 @@
Name: rpmfusion-free-remix-kickstarts
# we follow the spin-kickstarts version scheme as the files in this
# package highly depend on them anyway
-Version: 0.11.1
-Release: 5%{?dist}
+Version: 0.15.0
+Release: 1%{?dist}
Summary: Kickstart files for creating distributions with packages RPM Fusion free
Group: Applications/System
@@ -50,6 +50,10 @@
%{_datadir}/%{name}/
%changelog
+* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.15.0-1
+- Update to 15.0
+- Fix rfbz#903
+
* Mon Jun 01 2009 Thorsten Leemhuis <fedora at leemhuis dot info > 0.11.1-5
- add disabled repo definitions for f11 release
13 years, 1 month
rpms/rpmfusion-free-remix-kickstarts/F-14 rpmfusion-free-live-base.ks, 1.3, 1.4 rpmfusion-free-remix-kickstarts.spec, 1.3, 1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19351
Modified Files:
rpmfusion-free-live-base.ks
rpmfusion-free-remix-kickstarts.spec
Log Message:
- Update to 14.0
- Fix rfbz#903
Index: rpmfusion-free-live-base.ks
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-14/rpmfusion-free-live-base.ks,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpmfusion-free-live-base.ks 1 Jun 2009 13:46:34 -0000 1.3
+++ rpmfusion-free-live-base.ks 8 Oct 2011 13:35:52 -0000 1.4
@@ -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-11&arch=$basearch
+repo --name=rpmfusion-free-released --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-14&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-11&arch=$basearch
+repo --name=rpmfusion-free-updates --mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-14&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 855099b249c8885a -e ad2708448fcff4da | awk ' { print $1 } ' | sort
+rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 7f9dec5ea3780952 | 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 855099b249c8885a -e ad2708448fcff4da | awk ' { print $1 } ') | sort -n
+rpm -q --qf '%{SIZE} %{NAME}\n' $(rpm -qa --qf '%{NAME} %{SIGGPG:pgpsig} %{SIGPGP:pgpsig} \n' | grep -e 7f9dec5ea3780952 | awk ' { print $1 } ') | sort -n
echo
%end
Index: rpmfusion-free-remix-kickstarts.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-remix-kickstarts/F-14/rpmfusion-free-remix-kickstarts.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpmfusion-free-remix-kickstarts.spec 1 Jun 2009 13:46:34 -0000 1.3
+++ rpmfusion-free-remix-kickstarts.spec 8 Oct 2011 13:35:52 -0000 1.4
@@ -1,8 +1,8 @@
Name: rpmfusion-free-remix-kickstarts
# we follow the spin-kickstarts version scheme as the files in this
# package highly depend on them anyway
-Version: 0.11.1
-Release: 5%{?dist}
+Version: 0.14.0
+Release: 1%{?dist}
Summary: Kickstart files for creating distributions with packages RPM Fusion free
Group: Applications/System
@@ -50,6 +50,10 @@
%{_datadir}/%{name}/
%changelog
+* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.14.0-1
+- Update to 14.0
+- Fix rfbz#903
+
* Mon Jun 01 2009 Thorsten Leemhuis <fedora at leemhuis dot info > 0.11.1-5
- add disabled repo definitions for f11 release
13 years, 1 month
rpms/xvidcore/EL-6 xvidcore.spec,1.9,1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xvidcore/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv655
Modified Files:
xvidcore.spec
Log Message:
* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.3.2-2.1
- Rebuilt for target i686
Index: xvidcore.spec
===================================================================
RCS file: /cvs/free/rpms/xvidcore/EL-6/xvidcore.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xvidcore.spec 12 Jun 2011 19:21:59 -0000 1.9
+++ xvidcore.spec 8 Oct 2011 11:33:18 -0000 1.10
@@ -2,7 +2,7 @@
Name: xvidcore
Version: 1.3.2
-Release: 2%{?dist}
+Release: 2%{?dist}.1
Summary: MPEG-4 Simple and Advanced Simple Profile codec
Group: System Environment/Libraries
@@ -83,6 +83,9 @@
%changelog
+* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.3.2-2.1
+- Rebuilt for target i686
+
* Sun Jun 12 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.3.2-2
- Update to 1.3.2
13 years, 1 month
rpms/vo-amrwbenc/EL-6 vo-amrwbenc.spec,1.1,1.2
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vo-amrwbenc/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv529
Modified Files:
vo-amrwbenc.spec
Log Message:
* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.1-1.1
- Rebuilt for target i686
Index: vo-amrwbenc.spec
===================================================================
RCS file: /cvs/free/rpms/vo-amrwbenc/EL-6/vo-amrwbenc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vo-amrwbenc.spec 7 Jun 2011 22:05:34 -0000 1.1
+++ vo-amrwbenc.spec 8 Oct 2011 11:33:08 -0000 1.2
@@ -1,6 +1,6 @@
Name: vo-amrwbenc
Version: 0.1.1
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Summary: VisualOn AMR-WB encoder library
Group: System Environment/Libraries
License: ASL 2.0
@@ -52,6 +52,9 @@
%{_libdir}/pkgconfig/vo-amrwbenc.pc
%changelog
+* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.1.1-1.1
+- Rebuilt for target i686
+
* Wed May 04 2011 Prabin Kumar Datta <prabindatta(a)fedoraproject.org> - 0.1.1-1
- upgraded to new version 0.1.1
13 years, 1 month
rpms/vdpau-video-freeworld/EL-6 vdpau-video-freeworld.spec,1.3,1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vdpau-video-freeworld/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv403
Modified Files:
vdpau-video-freeworld.spec
Log Message:
* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.3-2.1
- Rebuilt for target i686
Index: vdpau-video-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/vdpau-video-freeworld/EL-6/vdpau-video-freeworld.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdpau-video-freeworld.spec 11 Jul 2011 21:38:54 -0000 1.3
+++ vdpau-video-freeworld.spec 8 Oct 2011 11:32:57 -0000 1.4
@@ -2,7 +2,7 @@
Name: vdpau-video-freeworld
Version: 0.7.3
-Release: 2%{?preversion}%{?dist}
+Release: 2%{?preversion}%{?dist}.1
Summary: VDPAU backend for Video Acceleration (VA) API
Group: System Environment/Libraries
License: GPLv2+
@@ -44,6 +44,9 @@
%{_libdir}/va/drivers/*.so
%changelog
+* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.3-2.1
+- Rebuilt for target i686
+
* Mon Jul 11 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.3-2
- Branch for EL-6
13 years, 1 month
rpms/vcdimager/EL-6 vcdimager.spec,1.9,1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vcdimager/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32739
Modified Files:
vcdimager.spec
Log Message:
* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-1.1
- Rebuilt for target i686
Index: vcdimager.spec
===================================================================
RCS file: /cvs/free/rpms/vcdimager/EL-6/vcdimager.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vcdimager.spec 9 Jun 2011 12:29:49 -0000 1.9
+++ vcdimager.spec 8 Oct 2011 11:32:47 -0000 1.10
@@ -1,7 +1,7 @@
Summary: VideoCD (pre-)mastering and ripping tool
Name: vcdimager
Version: 0.7.24
-Release: 1%{?dist}
+Release: 1%{?dist}.1
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.gnu.org/software/vcdimager/
@@ -116,6 +116,9 @@
%changelog
+* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-1.1
+- Rebuilt for target i686
+
* Thu Jun 09 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.24-1
- Update to 0.7.24
13 years, 1 month
rpms/perl-Crypt-IDEA/EL-6 perl-Crypt-IDEA.spec,1.4,1.5
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/perl-Crypt-IDEA/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32617
Modified Files:
perl-Crypt-IDEA.spec
Log Message:
* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.08-5.1
- Rebuilt for target i686
Index: perl-Crypt-IDEA.spec
===================================================================
RCS file: /cvs/free/rpms/perl-Crypt-IDEA/EL-6/perl-Crypt-IDEA.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Crypt-IDEA.spec 24 Aug 2010 08:49:16 -0000 1.4
+++ perl-Crypt-IDEA.spec 8 Oct 2011 11:32:37 -0000 1.5
@@ -1,7 +1,7 @@
Summary: Perl interface to IDEA block cipher
Name: perl-Crypt-IDEA
Version: 1.08
-Release: 5%{?dist}
+Release: 5%{?dist}.1
License: BSD with advertising
Group: Development/Libraries
Url: http://search.cpan.org/dist/Crypt-IDEA/
@@ -55,6 +55,9 @@
%{_mandir}/man3/Crypt::IDEA.3pm*
%changelog
+* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.08-5.1
+- Rebuilt for target i686
+
* Tue Aug 24 2010 Paul Howarth <paul(a)city-fan.org> 1.08-5
- Rebuild for Perl 5.12.1
13 years, 1 month
rpms/madplay/EL-6 madplay.spec,1.3,1.4
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/madplay/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32493
Modified Files:
madplay.spec
Log Message:
* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.15.2b-6.1
- Rebuilt for target i686
Index: madplay.spec
===================================================================
RCS file: /cvs/free/rpms/madplay/EL-6/madplay.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- madplay.spec 29 Mar 2009 13:32:57 -0000 1.3
+++ madplay.spec 8 Oct 2011 11:32:27 -0000 1.4
@@ -1,6 +1,6 @@
Name: madplay
Version: 0.15.2b
-Release: 6%{?dist}
+Release: 6%{?dist}.1
Summary: MPEG audio decoder and player
Group: Applications/Multimedia
@@ -80,6 +80,9 @@
%changelog
+* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.15.2b-6.1
+- Rebuilt for target i686
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.15.2b-6
- rebuild for new F11 features
13 years, 1 month
rpms/live555/EL-6 live555.spec,1.12,1.13
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/live555/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32369
Modified Files:
live555.spec
Log Message:
* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.30.2011.01.24.1
- Rebuilt for target i686
Index: live555.spec
===================================================================
RCS file: /cvs/free/rpms/live555/EL-6/live555.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- live555.spec 25 Jan 2011 13:53:42 -0000 1.12
+++ live555.spec 8 Oct 2011 11:32:16 -0000 1.13
@@ -3,7 +3,7 @@
Name: live555
Version: 0
-Release: 0.30.%{date}%{?dist}
+Release: 0.30.%{date}%{?dist}.1
Summary: Live555.com streaming libraries
Group: System Environment/Libraries
@@ -193,6 +193,9 @@
%{_libdir}/libUsageEnvironment*.a
%changelog
+* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.30.2011.01.24.1
+- Rebuilt for target i686
+
* Tue Jan 25 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.30.2011.01.24
- Update to 2011.01.24
- Update live555 patches from Rémi.
13 years, 1 month
rpms/libva-freeworld/EL-6 libva-freeworld.spec,1.9,1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/libva-freeworld/EL-6
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32245
Modified Files:
libva-freeworld.spec
Log Message:
* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.31.1-2.sds4.1
- Rebuilt for target i686
Index: libva-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/libva-freeworld/EL-6/libva-freeworld.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libva-freeworld.spec 11 Jul 2011 21:43:04 -0000 1.9
+++ libva-freeworld.spec 8 Oct 2011 11:32:06 -0000 1.10
@@ -9,7 +9,7 @@
# version of the real upstream libva; when the real upstream 0.5 comes
# out we will no longer need to use Gwenole's patched version of 0.3
Version: 0.31.1
-Release: 2.sds%{sdsver}%{?dist}
+Release: 2.sds%{sdsver}%{?dist}.1
Summary: Video Acceleration (VA) API for Linux
Group: System Environment/Libraries
License: MIT
@@ -94,6 +94,9 @@
%changelog
+* Sat Oct 08 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.31.1-2.sds4.1
+- Rebuilt for target i686
+
* Mon Jul 11 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.31.1-2.sds4
- Split utils - multilibs compliance
13 years, 1 month