rpms/ffmpeg/devel ffmpeg.spec,1.130,1.131
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17760
Modified Files:
ffmpeg.spec
Log Message:
Fix patch for f22 build
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ffmpeg.spec 30 Mar 2015 19:01:47 -0000 1.130
+++ ffmpeg.spec 13 Apr 2015 12:07:20 -0000 1.131
@@ -13,7 +13,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 2.4.8
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -176,7 +176,7 @@
%setup -q -n ffmpeg-%{version}
%endif
# fix -O3 -g in host_cflags
-sed -i "s/-O3 -g/$RPM_OPT_FLAGS/" configure
+sed -i "s|-O3 -g|$RPM_OPT_FLAGS|" configure
%build
%{ff_configure}\
@@ -258,6 +258,9 @@
%changelog
+* Mon Apr 13 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.8-2
+- Fix sed for f22 where cflags contains a directory path
+
* Mon Mar 30 2015 Julian Sikorski <belegdol(a)fedoraproject.org> - 2.4.8-1
- Updated to 2.4.8
9 years, 8 months
rpms/mpv/devel .cvsignore, 1.15, 1.16 mpv-old-waf.patch, 1.2, 1.3 mpv.spec, 1.37, 1.38 sources, 1.15, 1.16
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16313
Modified Files:
.cvsignore mpv-old-waf.patch mpv.spec sources
Log Message:
* Mon Apr 13 2015 Miro Hrončok <mhroncok(a)redhat.com> - 0.8.3-1
- Updated
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 28 Jan 2015 18:31:47 -0000 1.15
+++ .cvsignore 13 Apr 2015 11:34:45 -0000 1.16
@@ -1 +1 @@
-v0.7.3.tar.gz
+v0.8.3.tar.gz
mpv-old-waf.patch:
bootstrap.py | 6 ++----
waftools/generators/headers.py | 2 +-
waftools/waf_customizations.py | 9 +++++++++
wscript | 2 +-
4 files changed, 13 insertions(+), 6 deletions(-)
Index: mpv-old-waf.patch
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/mpv-old-waf.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mpv-old-waf.patch 22 Dec 2014 16:01:41 -0000 1.2
+++ mpv-old-waf.patch 13 Apr 2015 11:34:45 -0000 1.3
@@ -1,20 +1,21 @@
diff --git a/bootstrap.py b/bootstrap.py
-index f354d5f..ce388ff 100755
+index 7ffd39a..aba9dd3 100755
--- a/bootstrap.py
+++ b/bootstrap.py
-@@ -5,9 +5,9 @@
+@@ -5,10 +5,10 @@
from __future__ import print_function
import os, sys, stat, hashlib, subprocess
--WAFRELEASE = "waf-1.8.1"
+-WAFRELEASE = "waf-1.8.4"
+WAFRELEASE = "waf-1.7.16"
- WAFURL = "http://ftp.waf.io/pub/release/" + WAFRELEASE
--SHA256HASH = "ec658116ba0b96629d91fde0b32321849e866e0819f1e835c4c2c7f7ffe1a21d"
+ WAFURLS = ["http://ftp.waf.io/pub/release/" + WAFRELEASE,
+ "http://www.freehackers.org/~tnagy/release/" + WAFRELEASE]
+-SHA256HASH = "f02035fa5d8814f33f19b2b20d43822ddef6bb39b955ca196c2a247a1f9ffaa8"
+SHA256HASH = "b64dc26c882572415fd450b745006107965f3fe17b357e3eb43d6676c9635a61"
if os.path.exists("waf"):
wafver = subprocess.check_output(['./waf', '--version']).decode()
-@@ -31,8 +31,6 @@ if SHA256HASH == hashlib.sha256(waf).hexdigest():
+@@ -44,8 +44,6 @@ if SHA256HASH == hashlib.sha256(waf).hexdigest():
print("Checksum verified.")
else:
print("The checksum of the downloaded file does not match!")
@@ -24,7 +25,7 @@
sys.exit(1)
diff --git a/waftools/generators/headers.py b/waftools/generators/headers.py
-index 79bd71d..bd28bef 100644
+index 0046cbf..eae705e 100644
--- a/waftools/generators/headers.py
+++ b/waftools/generators/headers.py
@@ -1,5 +1,5 @@
@@ -35,13 +36,13 @@
node.parent.mkdir()
node.write(src)
diff --git a/waftools/waf_customizations.py b/waftools/waf_customizations.py
-index 8163c9f..029ad8d 100644
+index fb5f130..5a9bf27 100644
--- a/waftools/waf_customizations.py
+++ b/waftools/waf_customizations.py
-@@ -34,6 +34,15 @@ def build(ctx):
- cls = Task.classes['cprogram']
- class cprogram(cls):
- run_str = cls.hcode + '${LAST_LINKFLAGS}'
+@@ -40,6 +40,15 @@ def build(ctx):
+ run_str = cls.hcode + '${LAST_LINKFLAGS}'
+ except TypeError:
+ run_str = cls.hcode.decode('iso8859-1') + '${LAST_LINKFLAGS}'
+ def __str__(self):
+ tgt_str = ' '.join([a.nice_path() for a in self.outputs])
+ return 'linking -> {0}\n'.format(tgt_str)
@@ -55,14 +56,14 @@
cls = Task.classes['macplist']
class macplist(cls):
diff --git a/wscript b/wscript
-index 7e82038..aa041c4 100644
+index d3cc354..903fe31 100644
--- a/wscript
+++ b/wscript
-@@ -848,7 +848,7 @@ def is_debug_build(ctx):
+@@ -839,7 +839,7 @@ def is_debug_build(ctx):
def configure(ctx):
ctx.resetenv(ctx.options.variant)
-- ctx.check_waf_version(mini='1.8.1')
+- ctx.check_waf_version(mini='1.8.4')
+ ctx.check_waf_version(mini='1.7.15')
target = os.environ.get('TARGET')
(cc, pkg_config, ar, windres) = ('cc', 'pkg-config', 'ar', 'windres')
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/mpv.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- mpv.spec 28 Jan 2015 18:31:47 -0000 1.37
+++ mpv.spec 13 Apr 2015 11:34:45 -0000 1.38
@@ -1,5 +1,5 @@
Name: mpv
-Version: 0.7.3
+Version: 0.8.3
Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
@@ -117,8 +117,11 @@
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
%changelog
+* Mon Apr 13 2015 Miro Hrončok <mhroncok(a)redhat.com> - 0.8.3-1
+- Updated
+
* Wed Jan 28 2015 Miro Hrončok <mhroncok(a)redhat.com> - 0.7.3-1
-- rebuilt
+- Updated
* Mon Dec 22 2014 Miro Hrončok <mhroncok(a)redhat.com> - 0.7.1-3
- Slightly change the waf patch
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 28 Jan 2015 18:31:47 -0000 1.15
+++ sources 13 Apr 2015 11:34:45 -0000 1.16
@@ -1 +1 @@
-894e712235574fb78077e388f10c1cdd v0.7.3.tar.gz
+a34ff41da1d5393ac8d6f9fbb743d3bd v0.8.3.tar.gz
9 years, 8 months
rpms/vlc/devel vlc.spec,1.213,1.214
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13301
Modified Files:
vlc.spec
Log Message:
Fixup
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- vlc.spec 13 Apr 2015 10:19:07 -0000 1.213
+++ vlc.spec 13 Apr 2015 10:47:41 -0000 1.214
@@ -246,7 +246,7 @@
--enable-rpi-omxil \
--enable-mmal-codec \
--enable-mmal-vout \
-}
+} \
%{!?_with_a52dec:--disable-a52} \
%{!?_with_ffmpeg:--disable-avcodec --disable-avformat \
--disable-swscale --disable-postproc} \
9 years, 8 months
rpms/vlc/devel sources, 1.73, 1.74 .cvsignore, 1.63, 1.64 vlc.spec, 1.212, 1.213
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11690
Modified Files:
sources .cvsignore vlc.spec
Log Message:
Update to 2.2.1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/sources,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- sources 27 Feb 2015 15:29:27 -0000 1.73
+++ sources 13 Apr 2015 10:19:07 -0000 1.74
@@ -1 +1 @@
-faeceb614bf3946e5f90ef0d1f51db45 vlc-2.2.0.tar.xz
+42273945758b521c408fabc7fd6d9946 vlc-2.2.1.tar.xz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/.cvsignore,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- .cvsignore 27 Feb 2015 15:29:27 -0000 1.63
+++ .cvsignore 13 Apr 2015 10:19:07 -0000 1.64
@@ -1 +1 @@
-vlc-2.2.0.tar.xz
+vlc-2.2.1.tar.xz
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- vlc.spec 27 Feb 2015 15:29:27 -0000 1.212
+++ vlc.spec 13 Apr 2015 10:19:07 -0000 1.213
@@ -11,10 +11,7 @@
%global _with_libmpeg2 1
%global _with_twolame 1
%global _with_x264 1
-%ifarch x86_64 i686
-# Currenly broken on armhfp
%global _with_x265 1
-%endif
%global _with_xvidcore 1
%global _with_live555 1
%global _with_vaapi 1
@@ -34,7 +31,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 2.2.0
+Version: 2.2.1
Release: 1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
@@ -245,11 +242,11 @@
%{?_with_vcdimager:--enable-vcdx} \
--enable-omxil \
--enable-omxil-vout \
-%ifarch armv6hl
+%{?_with_rpi:
--enable-rpi-omxil \
--enable-mmal-codec \
--enable-mmal-vout \
-%endif
+}
%{!?_with_a52dec:--disable-a52} \
%{!?_with_ffmpeg:--disable-avcodec --disable-avformat \
--disable-swscale --disable-postproc} \
@@ -473,6 +470,11 @@
%changelog
+* Mon Apr 13 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.1-1
+- Update to 2.2.1
+- Enable x265 on armhfp
+- Add --with rpi conditional for raspberrypi and mmal
+
* Fri Feb 27 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2.0-1
- Update to 2.2.0
9 years, 8 months
rpms/ffmpegthumbnailer/devel .cvsignore, 1.8, 1.9 ffmpegthumbnailer.spec, 1.24, 1.25 sources, 1.8, 1.9
by Magnus Tuominen
Author: magnu5
Update of /cvs/free/rpms/ffmpegthumbnailer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24254
Modified Files:
.cvsignore ffmpegthumbnailer.spec sources
Log Message:
* Thu Apr 09 2015 Magnus Tuominen <magnus.tuominen(a)gmail.com> - 2.0.9-1
- 2.0.9
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 29 Aug 2012 12:45:30 -0000 1.8
+++ .cvsignore 11 Apr 2015 18:41:44 -0000 1.9
@@ -1 +1 @@
-ffmpegthumbnailer-2.0.8.tar.gz
+ffmpegthumbnailer-2.0.9.tar.gz
Index: ffmpegthumbnailer.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/ffmpegthumbnailer.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ffmpegthumbnailer.spec 19 Oct 2014 23:39:42 -0000 1.24
+++ ffmpegthumbnailer.spec 11 Apr 2015 18:41:44 -0000 1.25
@@ -1,18 +1,16 @@
Name: ffmpegthumbnailer
-Version: 2.0.8
-Release: 11%{?dist}
+Version: 2.0.9
+Release: 1%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
Group: Applications/Multimedia
License: GPLv2+
URL: http://code.google.com/p/ffmpegthumbnailer/
-Source0: http://ffmpegthumbnailer.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0: https://bitbucket.org/mtuominen/fedora/src/49e8ed786ec5813f6b0ca53eb96d7e...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0: ffmpegthumbnailer-2.0.8-memcpy.patch
BuildRequires: ffmpeg-devel, libpng-devel, libjpeg-devel
-BuildRequires: chrpath, automake, autoconf
-
+BuildRequires: chrpath, automake, autoconf, libtool, gcc-c++
%description
This video thumbnailer can be used to create thumbnails for your video files.
@@ -28,15 +26,15 @@
%prep
%setup -q
-%patch0 -p1 -b .ffmpegthumbnailer-2.0.8-memcpy
chmod -x README INSTALL COPYING AUTHORS
%build
+./autogen.sh
%configure --enable-png \
--enable-jpeg \
--disable-static \
--enable-gio \
- --enable-thumbnailer
+ --enable-thumbnailer
make %{?_smp_mflags}
@@ -44,7 +42,7 @@
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
-chrpath --delete $RPM_BUILD_ROOT%{_bindir}/ffmpegthumbnailer
+#chrpath --delete $RPM_BUILD_ROOT%%{_bindir}/ffmpegthumbnailer
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%clean
@@ -71,6 +69,9 @@
%changelog
+* Thu Apr 09 2015 Magnus Tuominen <magnus.tuominen(a)gmail.com> - 2.0.9-1
+- 2.0.9
+
* Sun Oct 19 2014 Sérgio Basto <sergio(a)serjux.com> - 2.0.8-11
- Rebuilt for FFmpeg 2.4.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbnailer/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 29 Aug 2012 12:45:30 -0000 1.8
+++ sources 11 Apr 2015 18:41:44 -0000 1.9
@@ -1 +1 @@
-03e081f89778cd5e4fce30b29a4630e1 ffmpegthumbnailer-2.0.8.tar.gz
+3c793377da205c1477d4876bbc0da947 ffmpegthumbnailer-2.0.9.tar.gz
9 years, 8 months
rpms/dvdstyler/F-20 .cvsignore, 1.29, 1.30 dvdstyler.spec, 1.50, 1.51 sources, 1.32, 1.33
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/dvdstyler/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23858
Modified Files:
.cvsignore dvdstyler.spec sources
Log Message:
* Thu Apr 09 2015 Sérgio Basto <sergio(a)serjux.com> - 1:2.9.2-1
- Update to 2.9.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-20/.cvsignore,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- .cvsignore 24 Jan 2015 01:49:57 -0000 1.29
+++ .cvsignore 9 Apr 2015 01:08:10 -0000 1.30
@@ -1 +1 @@
-DVDStyler-2.8.1.tar.bz2
+DVDStyler-2.9.2.tar.bz2
Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-20/dvdstyler.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- dvdstyler.spec 24 Jan 2015 01:49:57 -0000 1.50
+++ dvdstyler.spec 9 Apr 2015 01:08:10 -0000 1.51
@@ -2,7 +2,7 @@
Name: dvdstyler
Epoch: 1
-Version: 2.8.1
+Version: 2.9.2
Release: 1%{?prerel}%{?dist}
Summary: Cross-platform DVD authoring application
@@ -90,6 +90,9 @@
%{_mandir}/*/*.gz
%changelog
+* Thu Apr 09 2015 Sérgio Basto <sergio(a)serjux.com> - 1:2.9.2-1
+- Update to 2.9.2
+
* Sat Jan 24 2015 Sérgio Basto <sergio(a)serjux.com> - 1:2.8.1-1
- Update to 2.8.1.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/F-20/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources 24 Jan 2015 01:49:57 -0000 1.32
+++ sources 9 Apr 2015 01:08:10 -0000 1.33
@@ -1 +1 @@
-9357ae07d8822eacbaf7b41030225358 DVDStyler-2.8.1.tar.bz2
+e48ac8bde83e487195481da1695411ab DVDStyler-2.9.2.tar.bz2
9 years, 8 months
rpms/dvdstyler/devel .cvsignore, 1.29, 1.30 dvdstyler.spec, 1.55, 1.56 sources, 1.32, 1.33
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/dvdstyler/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23702
Modified Files:
.cvsignore dvdstyler.spec sources
Log Message:
* Thu Apr 09 2015 Sérgio Basto <sergio(a)serjux.com> - 1:2.9.2-1
- Update to 2.9.2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/devel/.cvsignore,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- .cvsignore 24 Jan 2015 00:23:42 -0000 1.29
+++ .cvsignore 9 Apr 2015 01:07:05 -0000 1.30
@@ -1 +1 @@
-DVDStyler-2.8.1.tar.bz2
+DVDStyler-2.9.2.tar.bz2
Index: dvdstyler.spec
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/devel/dvdstyler.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- dvdstyler.spec 24 Jan 2015 00:23:42 -0000 1.55
+++ dvdstyler.spec 9 Apr 2015 01:07:05 -0000 1.56
@@ -2,7 +2,7 @@
Name: dvdstyler
Epoch: 1
-Version: 2.8.1
+Version: 2.9.2
Release: 1%{?prerel}%{?dist}
Summary: Cross-platform DVD authoring application
@@ -90,6 +90,9 @@
%{_mandir}/*/*.gz
%changelog
+* Thu Apr 09 2015 Sérgio Basto <sergio(a)serjux.com> - 1:2.9.2-1
+- Update to 2.9.2
+
* Sat Jan 24 2015 Sérgio Basto <sergio(a)serjux.com> - 1:2.8.1-1
- Update to 2.8.1.
Index: sources
===================================================================
RCS file: /cvs/free/rpms/dvdstyler/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources 24 Jan 2015 00:23:42 -0000 1.32
+++ sources 9 Apr 2015 01:07:05 -0000 1.33
@@ -1 +1 @@
-9357ae07d8822eacbaf7b41030225358 DVDStyler-2.8.1.tar.bz2
+e48ac8bde83e487195481da1695411ab DVDStyler-2.9.2.tar.bz2
9 years, 8 months
rpms/wxsvg/F-20 .cvsignore, 1.15, 1.16 sources, 1.15, 1.16 wxsvg.spec, 1.31, 1.32
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/wxsvg/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23315
Modified Files:
.cvsignore sources wxsvg.spec
Log Message:
* Thu Apr 09 2015 Sérgio Basto <sergio(a)serjux.com> - 1.5.4-1
- Update to 1.5.4.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-20/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 24 Jan 2015 00:45:10 -0000 1.15
+++ .cvsignore 9 Apr 2015 00:51:06 -0000 1.16
@@ -1 +1 @@
-wxsvg-1.5.3.tar.bz2
+wxsvg-1.5.4.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-20/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources 24 Jan 2015 00:45:10 -0000 1.15
+++ sources 9 Apr 2015 00:51:06 -0000 1.16
@@ -1 +1 @@
-a2e58b7a1671c98ecb5f1fe423c1c737 wxsvg-1.5.3.tar.bz2
+5c417a4448942c000de415d710b37751 wxsvg-1.5.4.tar.bz2
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/F-20/wxsvg.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- wxsvg.spec 24 Jan 2015 00:45:10 -0000 1.31
+++ wxsvg.spec 9 Apr 2015 00:51:06 -0000 1.32
@@ -1,5 +1,5 @@
Name: wxsvg
-Version: 1.5.3
+Version: 1.5.4
Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
@@ -67,6 +67,9 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Thu Apr 09 2015 Sérgio Basto <sergio(a)serjux.com> - 1.5.4-1
+- Update to 1.5.4.
+
* Fri Jan 23 2015 Sérgio Basto <sergio(a)serjux.com> - 1.5.3-1
- Update to 1.5.3.
9 years, 8 months
rpms/wxsvg/devel .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 wxsvg.spec, 1.36, 1.37
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/wxsvg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23070
Modified Files:
.cvsignore sources wxsvg.spec
Log Message:
* Thu Apr 09 2015 Sérgio Basto <sergio(a)serjux.com> - 1.5.4-1
- Update to 1.5.4.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore 24 Jan 2015 00:01:20 -0000 1.16
+++ .cvsignore 9 Apr 2015 00:44:01 -0000 1.17
@@ -1 +1 @@
-wxsvg-1.5.3.tar.bz2
+wxsvg-1.5.4.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 24 Jan 2015 00:01:20 -0000 1.16
+++ sources 9 Apr 2015 00:44:01 -0000 1.17
@@ -1 +1 @@
-a2e58b7a1671c98ecb5f1fe423c1c737 wxsvg-1.5.3.tar.bz2
+5c417a4448942c000de415d710b37751 wxsvg-1.5.4.tar.bz2
Index: wxsvg.spec
===================================================================
RCS file: /cvs/free/rpms/wxsvg/devel/wxsvg.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- wxsvg.spec 24 Jan 2015 00:01:20 -0000 1.36
+++ wxsvg.spec 9 Apr 2015 00:44:01 -0000 1.37
@@ -1,5 +1,5 @@
Name: wxsvg
-Version: 1.5.3
+Version: 1.5.4
Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
@@ -67,6 +67,9 @@
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Thu Apr 09 2015 Sérgio Basto <sergio(a)serjux.com> - 1.5.4-1
+- Update to 1.5.4.
+
* Fri Jan 23 2015 Sérgio Basto <sergio(a)serjux.com> - 1.5.3-1
- Update to 1.5.3.
9 years, 8 months
rpms/staging-kmod/F-20 staging-kmod.spec,1.96,1.97
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/staging-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10138
Modified Files:
staging-kmod.spec
Log Message:
Fix for arm
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-20/staging-kmod.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- staging-kmod.spec 30 Mar 2015 20:09:04 -0000 1.96
+++ staging-kmod.spec 8 Apr 2015 10:07:15 -0000 1.97
@@ -17,7 +17,7 @@
Name: staging-kmod
Version: 3.19.2
-Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
+Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -46,8 +46,8 @@
# prepare
%setup -q -c -T -a 0
-# disable drivers that are enabled in Fedora's kernel, as those otherweise would get build
-sed -i '/.CRYSTALH/ d; /.FIREWIRE_SERIAL/ d; /.LIRC/ d; /.R8712U/ d; /.RTL8192E/ d; /.R8192EE/ d; /.R8723AU/ d; /.IMX/ d; /.DWC2/ d; /.VIDEO_TLG2300/ d;' $(find linux-staging-%{version}%{?prever:-%{prever}}/drivers/staging/ -name 'Makefile')
+# disable drivers that are enabled in Fedora's kernel or not yet relevant, as those otherweise would get build
+sed -i '/.COMMON_CLK_XLNX_CLKWZRD/ d; /.FIREWIRE_SERIAL/ d; /.LIRC/ d; /.MTD_SPINAND/ d; /.R8712U/ d; /.RTL8192E/ d; /.R8192EE/ d; /.R8723AU/ d; /.SENSORS_ISL29/ d; /.IMX/ d; /.DWC2/ d; /.VIDEO_TLG2300/ d; /.GS_FPGABOOT/ d;' $(find linux-staging-%{version}%{?prever:-%{prever}}/drivers/staging/ -name 'Makefile')
# broken in 3.13
sed -i 's!#include "dot11d.h"!#include "ieee80211/dot11d.h"!' linux-staging-%{version}/drivers/staging/rtl8192u/{r8192U_core.c,r8192U_wx.c,r819xU_phy.c}
@@ -129,6 +129,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Apr 8 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 3.19.2-2
+- Update for ARM
+
* Tue Mar 24 2015 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.19.2-1
- Update to 3.19.2
- Drop BCM_WIMAX, dropped upstream
9 years, 8 months