rpms/guvcview/devel guvcview.spec,1.14,1.15
by Thomas Moschny
Author: thm
Update of /cvs/free/rpms/guvcview/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16155/devel
Modified Files:
guvcview.spec
Log Message:
Add missing BR.
Index: guvcview.spec
===================================================================
RCS file: /cvs/free/rpms/guvcview/devel/guvcview.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- guvcview.spec 16 Jul 2012 18:04:54 -0000 1.14
+++ guvcview.spec 17 Jul 2012 08:13:56 -0000 1.15
@@ -23,6 +23,7 @@
BuildRequires: pkgconfig(libv4l2)
BuildRequires: pkgconfig(libudev)
BuildRequires: gettext
+BuildRequires: intltool
BuildRequires: pulseaudio-libs-devel
BuildRequires: desktop-file-utils
@@ -79,6 +80,7 @@
- Update to latest git version, for FFmpeg compatibility.
- Pulseaudio support is enabled per default now.
- Enable more verbose compile output.
+- Add missing BR.
* Wed Jul 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.5.3-3
- Rebuilt for libudev1
12 years, 4 months
rpms/freetype-freeworld/devel .cvsignore, 1.13, 1.14 freetype-freeworld.spec, 1.24, 1.25 sources, 1.13, 1.14 freetype-2.4.9-CVE-2012-1139.patch, 1.1, NONE freetype-2.4.9-CVE-2012-1141.patch, 1.1, NONE freetype-2.4.9-incremental-interface.patch, 1.1, NONE freetype-2.4.9-loop-exit-condition.patch, 1.1, NONE
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/freetype-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10018/devel
Modified Files:
.cvsignore freetype-freeworld.spec sources
Removed Files:
freetype-2.4.9-CVE-2012-1139.patch
freetype-2.4.9-CVE-2012-1141.patch
freetype-2.4.9-incremental-interface.patch
freetype-2.4.9-loop-exit-condition.patch
Log Message:
* Mon Jul 16 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.10-1
- Update to 2.4.10 (matches Fedora freetype, rh#832651)
- Drop upstreamed patches (CVE-2012-1139, CVE-2012-1141, backported bugfixes)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore 2 Apr 2012 00:27:37 -0000 1.13
+++ .cvsignore 16 Jul 2012 20:16:57 -0000 1.14
@@ -1 +1 @@
-freetype-2.4.9.tar.bz2
+freetype-2.4.10.tar.bz2
Index: freetype-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/freetype-freeworld.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- freetype-freeworld.spec 2 Apr 2012 00:27:37 -0000 1.24
+++ freetype-freeworld.spec 16 Jul 2012 20:16:57 -0000 1.25
@@ -1,6 +1,6 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
-Version: 2.4.9
+Version: 2.4.10
Release: 1%{?dist}
License: FTL or GPLv2+
Group: System Environment/Libraries
@@ -12,16 +12,6 @@
# Enable otvalid and gxvalid modules
Patch46: freetype-2.2.1-enable-valid.patch
-# Security patches
-Patch89: freetype-2.4.9-CVE-2012-1139.patch
-Patch90: freetype-2.4.9-CVE-2012-1141.patch
-
-# https://savannah.nongnu.org/bugs/?35833
-Patch91: freetype-2.4.9-loop-exit-condition.patch
-
-# https://savannah.nongnu.org/bugs/?35847
-Patch92: freetype-2.4.9-incremental-interface.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
Provides: freetype-bytecode
@@ -49,11 +39,6 @@
%patch46 -p1 -b .enable-valid
-%patch89 -p1 -b .CVE-2012-1139
-%patch90 -p1 -b .CVE-2012-1141
-%patch91 -p1 -b .loop-exit-condition
-%patch92 -p1 -b .incremental-interface
-
%build
@@ -98,6 +83,10 @@
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Mon Jul 16 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.10-1
+- Update to 2.4.10 (matches Fedora freetype, rh#832651)
+- Drop upstreamed patches (CVE-2012-1139, CVE-2012-1141, backported bugfixes)
+
* Mon Apr 02 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.9-1
- Update to 2.4.9 (matches Fedora freetype, fixes various CVEs (rh#806270))
- Add additional security and bugfix patches from Fedora freetype-2.4.9-1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources 2 Apr 2012 00:27:37 -0000 1.13
+++ sources 16 Jul 2012 20:16:57 -0000 1.14
@@ -1 +1 @@
-77a893dae81fd5b896632715ca041179 freetype-2.4.9.tar.bz2
+13286702e9390a91661f980608adaff1 freetype-2.4.10.tar.bz2
--- freetype-2.4.9-CVE-2012-1139.patch DELETED ---
--- freetype-2.4.9-CVE-2012-1141.patch DELETED ---
--- freetype-2.4.9-incremental-interface.patch DELETED ---
--- freetype-2.4.9-loop-exit-condition.patch DELETED ---
12 years, 4 months
rpms/xine-lib-extras-freeworld/devel xine-lib-extras-freeworld.spec, 1.46, 1.47
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/xine-lib-extras-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv7351/devel
Modified Files:
xine-lib-extras-freeworld.spec
Log Message:
* Mon Jul 16 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 1.1.21-3
- drop DVD plugin, not encumbered (by itself), moved to Fedora
Index: xine-lib-extras-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/xine-lib-extras-freeworld/devel/xine-lib-extras-freeworld.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- xine-lib-extras-freeworld.spec 26 Jun 2012 09:10:32 -0000 1.46
+++ xine-lib-extras-freeworld.spec 16 Jul 2012 19:36:44 -0000 1.47
@@ -4,7 +4,7 @@
Name: xine-lib-extras-freeworld
Summary: Extra codecs for the Xine multimedia library
Version: 1.1.21
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://xinehq.de/
@@ -38,6 +38,8 @@
Requires: vcdimager >= 0.7.23
Requires: xine-lib(plugin-abi)%{?_isa} = %{plugin_abi}
+# DVD plugin moved to Fedora (not encumbered)
+Requires: xine-lib >= 1.1.21-2
# obsolete old livna package
Provides: xine-lib-extras-nonfree = %{version}-%{release}
@@ -141,9 +143,6 @@
xineplug_decode_dxr3_video
xineplug_vo_out_dxr3
#
-# DVD reading
-xineplug_inp_dvd
-#
# http://www.videolan.org/dtsdec.html
xineplug_decode_dts
#
@@ -171,12 +170,15 @@
%files
%defattr(-,root,root,-)
-%doc doc/README.dxr3 doc/README.network_dvd
+%doc doc/README.dxr3
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_*.so
%{_libdir}/xine/plugins/%{plugin_abi}/post/xineplug_*.so
%changelog
+* Mon Jul 16 2012 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 1.1.21-3
+- drop DVD plugin, not encumbered (by itself), moved to Fedora
+
* Tue Jun 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.1.21-2
- Rebuilt for FFmpeg
12 years, 4 months
rpms/guvcview/devel .cvsignore, 1.11, 1.12 guvcview.spec, 1.13, 1.14 sources, 1.11, 1.12
by Thomas Moschny
Author: thm
Update of /cvs/free/rpms/guvcview/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32633/devel
Modified Files:
.cvsignore guvcview.spec sources
Log Message:
Update to latest git version, for FFmpeg compatibility.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/guvcview/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 7 May 2012 17:12:13 -0000 1.11
+++ .cvsignore 16 Jul 2012 18:04:53 -0000 1.12
@@ -1 +1 @@
-guvcview-src-1.5.3.tar.gz
+guvcview-src-v1.6.0-6-gd7e9ed3.tar.gz
Index: guvcview.spec
===================================================================
RCS file: /cvs/free/rpms/guvcview/devel/guvcview.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- guvcview.spec 11 Jul 2012 18:00:18 -0000 1.13
+++ guvcview.spec 16 Jul 2012 18:04:54 -0000 1.14
@@ -1,13 +1,14 @@
Name: guvcview
-Version: 1.5.3
-Release: 3%{?dist}
+Version: 1.6.1
+Release: 0.1.20120714gitd7e9ed30%{?dist}
Summary: GTK+ UVC Viewer and Capturer
Group: Amusements/Graphics
# fixme: ask upstream about license, many source files claim to be
# under GPLv2+
License: GPLv3+
URL: http://guvcview.sourceforge.net/
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
+#Source0: http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
+Source0: guvcview-src-v1.6.0-6-gd7e9ed3.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
@@ -33,15 +34,16 @@
%prep
-%setup -q -n %{name}-src-%{version}
+#setup -q -n %{name}-src-%{version}
+%setup -q -c %{name}-src-%{version}
find src -type f -exec chmod u=rw,go=r {} \;
%build
CPPFLAGS=-I/usr/include/ffmpeg
export CPPFLAGS
-%configure --enable-pulse --disable-debian-menu
-make %{?_smp_mflags}
+%configure --disable-debian-menu
+make V=1 -k %{?_smp_mflags}
%install
@@ -73,6 +75,11 @@
%changelog
+* Mon Jul 16 2012 Thomas Moschny <thomas.moschny(a)gmx.de> - 1.6.1-0.1.20120714gitd7e9ed30
+- Update to latest git version, for FFmpeg compatibility.
+- Pulseaudio support is enabled per default now.
+- Enable more verbose compile output.
+
* Wed Jul 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.5.3-3
- Rebuilt for libudev1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/guvcview/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 7 May 2012 17:12:14 -0000 1.11
+++ sources 16 Jul 2012 18:04:54 -0000 1.12
@@ -1 +1 @@
-8b7e65c8645b5de7c7072b4dd29158c2 guvcview-src-1.5.3.tar.gz
+c39bcf55d96f6ea1c663fee89e0836d7 guvcview-src-v1.6.0-6-gd7e9ed3.tar.gz
12 years, 4 months
rpms/vbam/devel vbam.spec,1.4,1.5
by Jeremy Newton
Author: jem256
Update of /cvs/free/rpms/vbam/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3715
Modified Files:
vbam.spec
Log Message:
Recommit of last rev
Index: vbam.spec
===================================================================
RCS file: /cvs/free/rpms/vbam/devel/vbam.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vbam.spec 16 Jul 2012 01:29:01 -0000 1.4
+++ vbam.spec 16 Jul 2012 02:30:36 -0000 1.5
@@ -89,6 +89,8 @@
%build
%cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DVERSION=%{version} -DCMAKE_SKIP_RPATH=ON -DENABLE_LINK=ON
+#Required for ffmpeg header to build
+export CPATH='/usr/include/ffmpeg'
#Needed for rpmfusion build servers
make V=1
12 years, 4 months
rpms/vbam/devel vbam.spec,1.3,1.4
by Jeremy Newton
Author: jem256
Update of /cvs/free/rpms/vbam/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14690
Modified Files:
vbam.spec
Log Message:
* Sun Jul 15 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1097-2
- Minor change to fix build issues
Index: vbam.spec
===================================================================
RCS file: /cvs/free/rpms/vbam/devel/vbam.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vbam.spec 5 Jul 2012 18:20:14 -0000 1.3
+++ vbam.spec 16 Jul 2012 01:29:01 -0000 1.4
@@ -1,7 +1,7 @@
Name: vbam
#Pre-release version 1.8.0.1097 is a snapshot of svn 1097
Version: 1.8.0.1097
-Release: 1%{?dist}
+Release: 2%{?dist}
#Will not create a binary vbam package, only vbam-gtk and vbam-sdl subpackages
Summary: High compatibility Gameboy Advance Emulator combining VBA developments
@@ -90,7 +90,6 @@
%build
%cmake -DBUILD_SHARED_LIBS:BOOL=OFF -DVERSION=%{version} -DCMAKE_SKIP_RPATH=ON -DENABLE_LINK=ON
#Needed for rpmfusion build servers
-free -m
make V=1
%install
@@ -136,6 +135,9 @@
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Sun Jul 15 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1097-2
+- Minor change to fix build issues
+
* Thu Jul 5 2012 Jeremy Newton <alexjnewt(a)hotmail.com> - 1.8.0.1097-1
- Updated to new upstream version
- Disabling WX because its not supported
12 years, 4 months
rpms/mame/F-16 .cvsignore, 1.60, 1.61 mame.spec, 1.68, 1.69 sources, 1.60, 1.61
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3796
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sun Jul 15 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u3-1
- Updated to 0.146u3
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-16/.cvsignore,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- .cvsignore 2 Jul 2012 16:58:15 -0000 1.60
+++ .cvsignore 15 Jul 2012 11:03:13 -0000 1.61
@@ -1,3 +1,4 @@
mame0146s.exe
0146u1_diff.zip
0146u2_diff.zip
+0146u3_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-16/mame.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- mame.spec 2 Jul 2012 16:58:15 -0000 1.68
+++ mame.spec 15 Jul 2012 11:03:13 -0000 1.69
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 146
-%global sourceupdate 2
+%global sourceupdate 3
Name: mame
%if 0%{?sourceupdate}
@@ -24,7 +24,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
#Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
#Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
@@ -258,6 +258,9 @@
%changelog
+* Sun Jul 15 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u3-1
+- Updated to 0.146u3
+
* Mon Jul 02 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u2-1
- Updated to 0.146u2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-16/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- sources 2 Jul 2012 16:58:15 -0000 1.60
+++ sources 15 Jul 2012 11:03:13 -0000 1.61
@@ -1,3 +1,4 @@
22c6aa9472f1c6118f1645171afe667c mame0146s.exe
9a3eecc61c104539c01499834f4cfa27 0146u1_diff.zip
0ef1c3d8b7798d0be186d802b8610c27 0146u2_diff.zip
+0b7633e0e70a0c94c12d2c3d06930f6a 0146u3_diff.zip
12 years, 4 months
rpms/mame/F-17 .cvsignore, 1.60, 1.61 mame.spec, 1.69, 1.70 sources, 1.60, 1.61
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3713
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sun Jul 15 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u3-1
- Updated to 0.146u3
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-17/.cvsignore,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- .cvsignore 2 Jul 2012 16:58:13 -0000 1.60
+++ .cvsignore 15 Jul 2012 11:03:10 -0000 1.61
@@ -1,3 +1,4 @@
mame0146s.exe
0146u1_diff.zip
0146u2_diff.zip
+0146u3_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-17/mame.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- mame.spec 2 Jul 2012 16:58:13 -0000 1.69
+++ mame.spec 15 Jul 2012 11:03:10 -0000 1.70
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 146
-%global sourceupdate 2
+%global sourceupdate 3
Name: mame
%if 0%{?sourceupdate}
@@ -24,7 +24,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
#Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
#Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
@@ -258,6 +258,9 @@
%changelog
+* Sun Jul 15 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u3-1
+- Updated to 0.146u3
+
* Mon Jul 02 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u2-1
- Updated to 0.146u2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/F-17/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- sources 2 Jul 2012 16:58:13 -0000 1.60
+++ sources 15 Jul 2012 11:03:10 -0000 1.61
@@ -1,3 +1,4 @@
22c6aa9472f1c6118f1645171afe667c mame0146s.exe
9a3eecc61c104539c01499834f4cfa27 0146u1_diff.zip
0ef1c3d8b7798d0be186d802b8610c27 0146u2_diff.zip
+0b7633e0e70a0c94c12d2c3d06930f6a 0146u3_diff.zip
12 years, 4 months
rpms/mame/devel .cvsignore, 1.60, 1.61 mame.spec, 1.69, 1.70 sources, 1.60, 1.61
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/mame/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv3617
Modified Files:
.cvsignore mame.spec sources
Log Message:
* Sun Jul 15 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u3-1
- Updated to 0.146u3
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/.cvsignore,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- .cvsignore 2 Jul 2012 16:58:11 -0000 1.60
+++ .cvsignore 15 Jul 2012 11:03:06 -0000 1.61
@@ -1,3 +1,4 @@
mame0146s.exe
0146u1_diff.zip
0146u2_diff.zip
+0146u3_diff.zip
Index: mame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/mame.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- mame.spec 2 Jul 2012 16:58:11 -0000 1.69
+++ mame.spec 15 Jul 2012 11:03:06 -0000 1.70
@@ -5,7 +5,7 @@
%bcond_with debug
%global baseversion 146
-%global sourceupdate 2
+%global sourceupdate 3
Name: mame
%if 0%{?sourceupdate}
@@ -24,7 +24,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
#Source5: http://mamedev.org/updates/0%{baseversion}u5_diff.zip
#Source6: http://mamedev.org/updates/0%{baseversion}u6_diff.zip
@@ -258,6 +258,9 @@
%changelog
+* Sun Jul 15 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u3-1
+- Updated to 0.146u3
+
* Mon Jul 02 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.146u2-1
- Updated to 0.146u2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/mame/devel/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- sources 2 Jul 2012 16:58:11 -0000 1.60
+++ sources 15 Jul 2012 11:03:06 -0000 1.61
@@ -1,3 +1,4 @@
22c6aa9472f1c6118f1645171afe667c mame0146s.exe
9a3eecc61c104539c01499834f4cfa27 0146u1_diff.zip
0ef1c3d8b7798d0be186d802b8610c27 0146u2_diff.zip
+0b7633e0e70a0c94c12d2c3d06930f6a 0146u3_diff.zip
12 years, 4 months
rpms/minidlna/F-16 minidlna.spec,1.5,1.6 sources,1.6,1.7
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/minidlna/F-16
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32584
Modified Files:
minidlna.spec sources
Log Message:
Restoring F16 branch to minidlna 1.0.24.
Minidlna 1.0.25 won't work with ffmpeg 0.8 currently in F16.
Index: minidlna.spec
===================================================================
RCS file: /cvs/free/rpms/minidlna/F-16/minidlna.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- minidlna.spec 14 Jul 2012 11:53:17 -0000 1.5
+++ minidlna.spec 14 Jul 2012 13:04:10 -0000 1.6
@@ -1,6 +1,6 @@
Name: minidlna
-Version: 1.0.25
-Release: 1%{?dist}
+Version: 1.0.24
+Release: 2%{?dist}
Summary: Lightweight DLNA/UPnP-AV server targeted at embedded systems
Group: System Environment/Daemons
@@ -152,12 +152,6 @@
%changelog
-* Sat Jul 14 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.0.25-1
-- Updated to upstream 1.0.25
-
-* Tue Jun 26 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.24-3
-- Rebuilt for FFmpeg
-
* Wed Apr 25 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.0.24-2
- Run the daemon with the minidlna user (BZ #2294)
- Updated Debian man pages
Index: sources
===================================================================
RCS file: /cvs/free/rpms/minidlna/F-16/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 14 Jul 2012 11:53:18 -0000 1.6
+++ sources 14 Jul 2012 13:04:10 -0000 1.7
@@ -1,2 +1,2 @@
-d966256baf2f9b068b9de871ab5dade5 minidlna_1.0.25_src.tar.gz
+be9b4c91e3fcde592dc3f9828098ca0f minidlna_1.0.24_src.tar.gz
2b0eae77aa45ef7f72d7ead1b45e857f minidlna-1.0.24-debian-manpages.tar.gz
12 years, 4 months