rpms/mixxx/F-14 mixxx.spec,1.9,1.10
by John Brier
Author: john2583
Update of /cvs/free/rpms/mixxx/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9823
Modified Files:
mixxx.spec
Log Message:
* Mon May 9 2011 John Brier <johnbrier(a)gmail.com> - 1.9.0-2
- add BuildRequires phonon-backend-gstreamer since phonon-backend-vlc
is broken in rpmfusion currently
Index: mixxx.spec
===================================================================
RCS file: /cvs/free/rpms/mixxx/F-14/mixxx.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mixxx.spec 9 May 2011 18:38:55 -0000 1.9
+++ mixxx.spec 9 May 2011 19:23:11 -0000 1.10
@@ -1,6 +1,6 @@
Name: mixxx
Version: 1.9.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
@@ -42,7 +42,9 @@
%{?_with_libgpod:BuildRequires: libgpod-devel}
BuildRequires: wavpack-devel
-
+# workaround to use phonon-backend-gstreamer instead of phonon-backend-vlc since phonon-backend-vlc
+# is broken in rpmfusion currently
+BuildRequires: phonon-backend-gstreamer
%description
Mixxx is open source software for DJ'ing. You can use MP3s,
@@ -108,6 +110,10 @@
%{_datadir}/pixmaps/mixxx-icon.png
%changelog
+* Mon May 9 2011 John Brier <johnbrier(a)gmail.com> - 1.9.0-2
+- add BuildRequires phonon-backend-gstreamer since phonon-backend-vlc
+ is broken in rpmfusion currently
+
* Tue Feb 22 2011 John Brier <johnbrier(a)gmail.com>- 1.9.0-1
- Update to 1.9.0
- Added BuildRequires to spec file for taglib-devel and flac-devel header files
13 years, 6 months
rpms/mixxx/F-14 mixxx-1.9.0-norpath.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 mixxx.spec, 1.8, 1.9 sources, 1.6, 1.7
by John Brier
Author: john2583
Update of /cvs/free/rpms/mixxx/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6246
Modified Files:
.cvsignore mixxx.spec sources
Added Files:
mixxx-1.9.0-norpath.patch
Log Message:
* Tue Feb 22 2011 John Brier <johnbrier(a)gmail.com>- 1.9.0-1
- Update to 1.9.0
- Added BuildRequires to spec file for taglib-devel and flac-devel header files
mixxx-1.9.0-norpath.patch:
depends.py | 2 --
1 file changed, 2 deletions(-)
--- NEW FILE mixxx-1.9.0-norpath.patch ---
--- mixxx-1.9.0/build/depends.py 2011-02-15 22:00:20.000000000 -0500
+++ mixxx-1.9.0/build/depends.py.norpath 2011-04-12 22:25:43.275373232 -0400
@@ -190,8 +190,6 @@ class Qt(Dependence):
compiling_on_104 = False
if build.platform_is_osx:
compiling_on_104 = (os.popen('sw_vers').readlines()[1].find('10.4') >= 0)
- if not build.platform_is_windows and not (using_104_sdk or compiling_on_104):
- build.env.Append(LINKFLAGS = "-Wl,-rpath,$QTDIR/lib")
class FidLib(Dependence):
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mixxx/F-14/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 21 Jan 2011 14:35:57 -0000 1.6
+++ .cvsignore 9 May 2011 18:38:55 -0000 1.7
@@ -1 +1 @@
-mixxx-1.8.2-src.tar.gz
+mixxx-1.9.0-src.tar.gz
Index: mixxx.spec
===================================================================
RCS file: /cvs/free/rpms/mixxx/F-14/mixxx.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mixxx.spec 21 Jan 2011 14:35:57 -0000 1.8
+++ mixxx.spec 9 May 2011 18:38:55 -0000 1.9
@@ -1,5 +1,5 @@
Name: mixxx
-Version: 1.8.2
+Version: 1.9.0
Release: 1%{?dist}
Summary: Mixxx is open source software for DJ'ing
@@ -7,7 +7,7 @@
License: GPLv2+
URL: http://www.mixxx.org
Source0: http://downloads.mixxx.org/mixxx-%{version}/mixxx-%{version}-src.tar.gz
-Patch0: mixxx-1.8.2-norpath.patch
+Patch0: mixxx-%{version}-norpath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#Build tools
@@ -28,6 +28,8 @@
BuildRequires: libvorbis-devel
BuildRequires: portaudio-devel
BuildRequires: portmidi-devel
+BuildRequires: taglib-devel
+BuildRequires: flac-devel
#Optionals Requirements
#BuildRequires: ffmpeg-devel
@@ -56,7 +58,7 @@
%prep
-%setup -q
+%setup -q -n mixxx-1.9.0~release-1.9.x~bzr2720
%patch0 -p1 -b .norpath
@@ -106,6 +108,10 @@
%{_datadir}/pixmaps/mixxx-icon.png
%changelog
+* Tue Feb 22 2011 John Brier <johnbrier(a)gmail.com>- 1.9.0-1
+- Update to 1.9.0
+- Added BuildRequires to spec file for taglib-devel and flac-devel header files
+
* Fri Jan 21 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.8.2-1
- Update to 1.8.2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mixxx/F-14/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 21 Jan 2011 14:35:57 -0000 1.6
+++ sources 9 May 2011 18:38:55 -0000 1.7
@@ -1 +1 @@
-f0297f4493d4d8e6ad59f72970bad7bc mixxx-1.8.2-src.tar.gz
+ea78fc81922e6c7d85d6afffd2e526b1 mixxx-1.9.0-src.tar.gz
13 years, 6 months
rpms/mame/F-14 mame.spec,1.32,1.33
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24871/F-14
Modified Files:
mame.spec
Log Message:
- Disabled ldplayer
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/mame.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mame.spec 8 May 2011 21:07:15 -0000 1.32
+++ mame.spec 8 May 2011 21:25:07 -0000 1.33
@@ -1,7 +1,7 @@
# ldplayer can be disabled by --without ldplayer or by changing to %bcond_with
# if it does not build. The debug build is disabled by default, please use
# --with debug to override
-%bcond_without ldplayer
+%bcond_with ldplayer
%bcond_with debug
%global baseversion 142
@@ -251,6 +251,7 @@
%changelog
* Sun May 08 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u3-1
- Updated to 0.142u3
+- Disabled ldplayer
* Mon Apr 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u2-1
- Updated to 0.142u2
13 years, 6 months
rpms/mame/F-13 mame.spec,1.28,1.29
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24871/F-13
Modified Files:
mame.spec
Log Message:
- Disabled ldplayer
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/mame.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- mame.spec 8 May 2011 21:07:25 -0000 1.28
+++ mame.spec 8 May 2011 21:25:06 -0000 1.29
@@ -1,7 +1,7 @@
# ldplayer can be disabled by --without ldplayer or by changing to %bcond_with
# if it does not build. The debug build is disabled by default, please use
# --with debug to override
-%bcond_without ldplayer
+%bcond_with ldplayer
%bcond_with debug
%global baseversion 142
@@ -251,6 +251,7 @@
%changelog
* Sun May 08 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u3-1
- Updated to 0.142u3
+- Disabled ldplayer
* Mon Apr 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u2-1
- Updated to 0.142u2
13 years, 6 months
rpms/mame/devel mame.spec,1.32,1.33
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24871/devel
Modified Files:
mame.spec
Log Message:
- Disabled ldplayer
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mame.spec 8 May 2011 21:07:07 -0000 1.32
+++ mame.spec 8 May 2011 21:25:07 -0000 1.33
@@ -1,7 +1,7 @@
# ldplayer can be disabled by --without ldplayer or by changing to %bcond_with
# if it does not build. The debug build is disabled by default, please use
# --with debug to override
-%bcond_without ldplayer
+%bcond_with ldplayer
%bcond_with debug
%global baseversion 142
@@ -251,6 +251,7 @@
%changelog
* Sun May 08 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u3-1
- Updated to 0.142u3
+- Disabled ldplayer
* Mon Apr 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u2-1
- Updated to 0.142u2
13 years, 6 months
rpms/mame/F-13 .cvsignore, 1.25, 1.26 mame.spec, 1.27, 1.28 sources, 1.25, 1.26
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23335
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sun May 08 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u3-1
- Updated to 0.142u3
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore 25 Apr 2011 21:15:39 -0000 1.25
+++ .cvsignore 8 May 2011 21:07:25 -0000 1.26
@@ -1,3 +1,4 @@
mame0142s.exe
0142u1_diff.zip
0142u2_diff.zip
+0142u3_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/mame.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- mame.spec 25 Apr 2011 21:15:39 -0000 1.27
+++ mame.spec 8 May 2011 21:07:25 -0000 1.28
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 142
-%global sourceupdate 2
+%global sourceupdate 3
Name: mame
%if 0%{?sourceupdate}
@@ -25,7 +25,7 @@
#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
+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
@@ -249,6 +249,9 @@
%changelog
+* Sun May 08 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u3-1
+- Updated to 0.142u3
+
* Mon Apr 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u2-1
- Updated to 0.142u2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-13/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources 25 Apr 2011 21:15:40 -0000 1.25
+++ sources 8 May 2011 21:07:25 -0000 1.26
@@ -1,3 +1,4 @@
56fa8befc6bc768906e4235ba906453c mame0142s.exe
f142bbd8c93b401b1579c06e04b4bae5 0142u1_diff.zip
ab0ff3a401bbc7e384e24514e659e4aa 0142u2_diff.zip
+ee85ed741530e1d673d5a758650e86d0 0142u3_diff.zip
13 years, 6 months
rpms/mame/F-14 .cvsignore, 1.26, 1.27 mame.spec, 1.31, 1.32 sources, 1.26, 1.27
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23233
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sun May 08 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u3-1
- Updated to 0.142u3
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore 25 Apr 2011 21:15:28 -0000 1.26
+++ .cvsignore 8 May 2011 21:07:15 -0000 1.27
@@ -1,3 +1,4 @@
mame0142s.exe
0142u1_diff.zip
0142u2_diff.zip
+0142u3_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/mame.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- mame.spec 25 Apr 2011 21:15:28 -0000 1.31
+++ mame.spec 8 May 2011 21:07:15 -0000 1.32
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 142
-%global sourceupdate 2
+%global sourceupdate 3
Name: mame
%if 0%{?sourceupdate}
@@ -25,7 +25,7 @@
#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
+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
@@ -249,6 +249,9 @@
%changelog
+* Sun May 08 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u3-1
+- Updated to 0.142u3
+
* Mon Apr 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u2-1
- Updated to 0.142u2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-14/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources 25 Apr 2011 21:15:28 -0000 1.26
+++ sources 8 May 2011 21:07:15 -0000 1.27
@@ -1,3 +1,4 @@
56fa8befc6bc768906e4235ba906453c mame0142s.exe
f142bbd8c93b401b1579c06e04b4bae5 0142u1_diff.zip
ab0ff3a401bbc7e384e24514e659e4aa 0142u2_diff.zip
+ee85ed741530e1d673d5a758650e86d0 0142u3_diff.zip
13 years, 6 months
rpms/mame/devel .cvsignore, 1.26, 1.27 mame.spec, 1.31, 1.32 sources, 1.26, 1.27
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23125
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sun May 08 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u3-1
- Updated to 0.142u3
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- .cvsignore 25 Apr 2011 21:14:50 -0000 1.26
+++ .cvsignore 8 May 2011 21:07:07 -0000 1.27
@@ -1,3 +1,4 @@
mame0142s.exe
0142u1_diff.zip
0142u2_diff.zip
+0142u3_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- mame.spec 25 Apr 2011 21:14:50 -0000 1.31
+++ mame.spec 8 May 2011 21:07:07 -0000 1.32
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 142
-%global sourceupdate 2
+%global sourceupdate 3
Name: mame
%if 0%{?sourceupdate}
@@ -25,7 +25,7 @@
#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
+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
@@ -249,6 +249,9 @@
%changelog
+* Sun May 08 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u3-1
+- Updated to 0.142u3
+
* Mon Apr 25 2011 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.142u2-1
- Updated to 0.142u2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources 25 Apr 2011 21:14:50 -0000 1.26
+++ sources 8 May 2011 21:07:07 -0000 1.27
@@ -1,3 +1,4 @@
56fa8befc6bc768906e4235ba906453c mame0142s.exe
f142bbd8c93b401b1579c06e04b4bae5 0142u1_diff.zip
ab0ff3a401bbc7e384e24514e659e4aa 0142u2_diff.zip
+ee85ed741530e1d673d5a758650e86d0 0142u3_diff.zip
13 years, 6 months
rpms/ec2-api-tools/devel ec2-api-tools.spec, 1.7, 1.8 ec2-cmd, 1.2, 1.3 sources, 1.4, 1.5
by Lubomir Rintel
Author: lkundrak
Update of /cvs/nonfree/rpms/ec2-api-tools/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3550/devel
Modified Files:
ec2-api-tools.spec ec2-cmd sources
Log Message:
Update
Index: ec2-api-tools.spec
===================================================================
RCS file: /cvs/nonfree/rpms/ec2-api-tools/devel/ec2-api-tools.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ec2-api-tools.spec 7 Apr 2011 15:38:40 -0000 1.7
+++ ec2-api-tools.spec 6 May 2011 11:09:42 -0000 1.8
@@ -1,9 +1,6 @@
-%global major_version 1.3
-%global minor_version 53907
-
Name: ec2-api-tools
-Version: %{major_version}.%{minor_version}
-Release: 4%{?dist}
+Version: 1.4.2.4
+Release: 1%{?dist}
Summary: Amazon EC2 Command-Line Tools
Group: Applications/Internet
@@ -42,27 +39,44 @@
%prep
-%setup -q -n %{name}-%{major_version}-%{minor_version}
+%setup -q
%build
# Drop jars that are distributable by Fedora
xargs rm -f <<EOF
lib/activation-1.1.jar
-lib/bcprov.jar
lib/commons-cli-1.1.jar
lib/commons-codec-1.3.jar
-lib/commons-discovery-0.2.jar
-lib/commons-httpclient-3.0.jar
-lib/commons-logging-1.0.4.jar
-lib/jaxb-api-2.0.jar
-lib/jdom-1.0.jar
-lib/log4j.jar
lib/mail-1.4.jar
lib/stax-api-1.0.1.jar
-lib/wsdl4j-1.6.1.jar
-lib/xalan-j2-2.7.0.jar
-lib/xalan-j2-serializer-2.7.0.jar
+lib/log4j-1.2.14.jar
+lib/commons-logging-api-1.1.1.jar
+lib/commons-httpclient-3.1.jar
+lib/bcprov-jdk15-145.jar
+lib/commons-discovery.jar
+lib/commons-logging-adapters-1.1.1.jar
+lib/jaxb-api.jar
+lib/jdom.jar
+lib/wsdl4j.jar
+lib/xalan.jar
+lib/serializer.jar
+EOF
+
+: TODO <<EOF
+lib/wss4j-1.5.3.jar
+lib/wstx-asl-3.2.7.jar
+lib/xfire-all-1.2.6.jar
+lib/xfire-jsr181-api-1.0-M1.jar
+lib/xml-apis.jar
+lib/XmlSchema-1.4.5.jar
+lib/xmlsec.jar
+lib/jets3t-0.8.0.jar
+lib/j2ee_mail.jar
+lib/java-xmlbuilder-0.4-SNAPSHOT.jar
+lib/jaxb-impl.jar
+lib/xercesImpl.jar
+lib/jaxws-api.jar
EOF
@@ -104,6 +118,9 @@
%changelog
+* Fri May 06 2011 Lubomir Rintel (GoodData) <lubo.rintel(a)gooddata.com> - 1.4.2.4-1
+- New version
+
* Thu Apr 07 2011 Lubomir Rintel (GoodData) <lubo.rintel(a)gooddata.com> - 1.3.53907-4
- Add a missing dependency
Index: ec2-cmd
===================================================================
RCS file: /cvs/nonfree/rpms/ec2-api-tools/devel/ec2-cmd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ec2-cmd 9 Aug 2010 16:32:52 -0000 1.2
+++ ec2-cmd 6 May 2011 11:09:43 -0000 1.3
@@ -1,7 +1,7 @@
#!/bin/bash
#
# EC2 API Tools dispatcher
-# Lubomir Rintel (Good Data) <lubo.rintel(a)gooddata.com>
+# Lubomir Rintel (GoodData) <lubo.rintel(a)gooddata.com>
# Source functions library
if [ -f /usr/share/java-utils/java-functions ] ; then
@@ -47,6 +47,7 @@
BASE_JARS="$BASE_JARS wsdl4j"
BASE_JARS="$BASE_JARS xalan-j2"
BASE_JARS="$BASE_JARS xalan-j2-serializer"
+BASE_JARS="$BASE_JARS xerces-j2"
# Rest of the configuration
MAIN_CLASS=com.amazon.aes.webservices.client.cmd.$CMD
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/ec2-api-tools/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 9 Aug 2010 16:24:21 -0000 1.4
+++ sources 6 May 2011 11:09:43 -0000 1.5
@@ -1 +1 @@
-ae07fe9e46423d57ab43a121750f0067 ec2-api-tools.zip
+e8b26933ac3835ce9c1d41cda482650e ec2-api-tools.zip
13 years, 6 months
rpms/ffmpeg/F-14 .cvsignore, 1.18, 1.19 sources, 1.19, 1.20 ffmpeg.spec, 1.36, 1.37
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11016
Modified Files:
.cvsignore sources ffmpeg.spec
Log Message:
Update to ffmpeg 0.6.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-14/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources 12 Apr 2011 20:28:21 -0000 1.19
+++ sources 5 May 2011 21:46:21 -0000 1.20
@@ -1 +1 @@
-f7819307dad55aa0d6b40ac0e862884d ffmpeg-0.6.2.tar.bz2
+cdf4ad9b2a4d195b5ca874494bc7b0b0 ffmpeg-0.6.3.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-14/ffmpeg.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ffmpeg.spec 12 Apr 2011 20:28:21 -0000 1.36
+++ ffmpeg.spec 5 May 2011 21:46:21 -0000 1.37
@@ -4,7 +4,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.6.2
+Version: 0.6.3
Release: 1%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -228,6 +228,9 @@
%changelog
+* Wed May 04 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.3-1
+- Update to 0.6.3
+
* Wed Apr 06 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.6.2-1
- Update to 0.6.2
13 years, 6 months