rpms/mythtv/F-19 mythtv.spec,1.132,1.133
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/mythtv/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8985
Modified Files:
mythtv.spec
Log Message:
Fix systemd conditional in spec file.
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-19/mythtv.spec,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- mythtv.spec 14 Oct 2014 00:51:07 -0000 1.132
+++ mythtv.spec 19 Oct 2014 22:09:54 -0000 1.133
@@ -78,7 +78,7 @@
%if "%{branch}" == "master"
Release: 0.1.git.%{_gitrev}%{?dist}
%else
-Release: 2%{?dist}
+Release: 2.1%{?dist}
%endif
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -101,14 +101,8 @@
%define with_vdpau %{?_without_vdpau: 0} %{?!_without_vdpau: 1}
%define with_vaapi %{?_without_vaapi: 0} %{?!_without_vaapi: 1}
-%if 0%{?rhel} < 7
-%define with_crystalhd %{?_without_crystalhd: 1} %{?!_without_crystalhd: 0}
-%define with_systemd %{?_without_systemd: 1} %{?!_without_systemd: 0}
-
-%else
%define with_crystalhd %{?_without_crystalhd: 0} %{?!_without_crystalhd: 1}
%define with_systemd %{?_without_systemd: 0} %{?!_without_systemd: 1}
-%endif
%define with_perl %{?_without_perl: 0} %{!?_without_perl: 1}
%define with_php %{?_without_php: 0} %{!?_without_php: 1}
@@ -177,11 +171,7 @@
BuildRequires: freetype-devel >= 2
BuildRequires: libpng-devel
BuildRequires: gcc-c++
-%if ! 0%{?rhel} <= 6
BuildRequires: mariadb-devel >= 5
-%else
-BuildRequires: mysql-devel >= 5
-%endif
BuildRequires: qt-webkit-devel
BuildRequires: qt-devel >= 4.6
BuildRequires: phonon-devel phonon-backend-gstreamer
@@ -360,11 +350,7 @@
Requires: mythplugins = %{version}-%{release}
Requires: mythweb = %{version}
Requires: mythffmpeg = %{version}-%{release}
-%if ! 0%{?rhel} <= 6
Requires: mariadb-server >= 5, mariadb >= 5
-%else
-Requires: mysql-server >= 5, mysql >= 5
-%endif
Requires: xmltv
%if 0%{?rhel} >= 7
Requires: udisks2
@@ -1439,9 +1425,10 @@
%changelog
-* Mon Oct 13 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.3-2
+* Mon Oct 13 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.3-2.1
- Update to latest fixes.
- Add patch for schedules direct service change.
+- Fix systemd conditional in spec file.
* Sun Jul 27 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.3-1
- Update to new upstream release.
10 years, 1 month
rpms/mythtv/F-20 mythtv.spec,1.140,1.141
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/mythtv/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8852
Modified Files:
mythtv.spec
Log Message:
Fix systemd conditional in spec file.
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/F-20/mythtv.spec,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- mythtv.spec 14 Oct 2014 00:50:29 -0000 1.140
+++ mythtv.spec 19 Oct 2014 22:09:29 -0000 1.141
@@ -78,7 +78,7 @@
%if "%{branch}" == "master"
Release: 0.1.git.%{_gitrev}%{?dist}
%else
-Release: 2%{?dist}
+Release: 2.1%{?dist}
%endif
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -101,14 +101,8 @@
%define with_vdpau %{?_without_vdpau: 0} %{?!_without_vdpau: 1}
%define with_vaapi %{?_without_vaapi: 0} %{?!_without_vaapi: 1}
-%if 0%{?rhel} < 7
-%define with_crystalhd %{?_without_crystalhd: 1} %{?!_without_crystalhd: 0}
-%define with_systemd %{?_without_systemd: 1} %{?!_without_systemd: 0}
-
-%else
%define with_crystalhd %{?_without_crystalhd: 0} %{?!_without_crystalhd: 1}
%define with_systemd %{?_without_systemd: 0} %{?!_without_systemd: 1}
-%endif
%define with_perl %{?_without_perl: 0} %{!?_without_perl: 1}
%define with_php %{?_without_php: 0} %{!?_without_php: 1}
@@ -177,11 +171,7 @@
BuildRequires: freetype-devel >= 2
BuildRequires: libpng-devel
BuildRequires: gcc-c++
-%if ! 0%{?rhel} <= 6
BuildRequires: mariadb-devel >= 5
-%else
-BuildRequires: mysql-devel >= 5
-%endif
BuildRequires: qt-webkit-devel
BuildRequires: qt-devel >= 4.6
BuildRequires: phonon-devel phonon-backend-gstreamer
@@ -360,11 +350,7 @@
Requires: mythplugins = %{version}-%{release}
Requires: mythweb = %{version}
Requires: mythffmpeg = %{version}-%{release}
-%if ! 0%{?rhel} <= 6
Requires: mariadb-server >= 5, mariadb >= 5
-%else
-Requires: mysql-server >= 5, mysql >= 5
-%endif
Requires: xmltv
%if 0%{?rhel} >= 7
Requires: udisks2
@@ -1439,9 +1425,10 @@
%changelog
-* Mon Oct 13 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.3-2
+* Mon Oct 13 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.3-2.1
- Update to latest fixes.
- Add patch for schedules direct service change.
+- Fix systemd conditional in spec file.
* Sun Jul 27 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.3-1
- Update to new upstream release.
10 years, 1 month
rpms/mythtv/devel mythtv.spec,1.145,1.146
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/mythtv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8711
Modified Files:
mythtv.spec
Log Message:
Fix systemd conditional in spec file.
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- mythtv.spec 13 Oct 2014 22:47:27 -0000 1.145
+++ mythtv.spec 19 Oct 2014 22:08:52 -0000 1.146
@@ -78,7 +78,7 @@
%if "%{branch}" == "master"
Release: 0.1.git.%{_gitrev}%{?dist}
%else
-Release: 2%{?dist}
+Release: 2.1%{?dist}
%endif
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -101,14 +101,8 @@
%define with_vdpau %{?_without_vdpau: 0} %{?!_without_vdpau: 1}
%define with_vaapi %{?_without_vaapi: 0} %{?!_without_vaapi: 1}
-%if 0%{?rhel} < 7
-%define with_crystalhd %{?_without_crystalhd: 1} %{?!_without_crystalhd: 0}
-%define with_systemd %{?_without_systemd: 1} %{?!_without_systemd: 0}
-
-%else
%define with_crystalhd %{?_without_crystalhd: 0} %{?!_without_crystalhd: 1}
%define with_systemd %{?_without_systemd: 0} %{?!_without_systemd: 1}
-%endif
%define with_perl %{?_without_perl: 0} %{!?_without_perl: 1}
%define with_php %{?_without_php: 0} %{!?_without_php: 1}
@@ -177,11 +171,7 @@
BuildRequires: freetype-devel >= 2
BuildRequires: libpng-devel
BuildRequires: gcc-c++
-%if ! 0%{?rhel} <= 6
BuildRequires: mariadb-devel >= 5
-%else
-BuildRequires: mysql-devel >= 5
-%endif
BuildRequires: qt-webkit-devel
BuildRequires: qt-devel >= 4.6
BuildRequires: phonon-devel phonon-backend-gstreamer
@@ -360,11 +350,7 @@
Requires: mythplugins = %{version}-%{release}
Requires: mythweb = %{version}
Requires: mythffmpeg = %{version}-%{release}
-%if ! 0%{?rhel} <= 6
Requires: mariadb-server >= 5, mariadb >= 5
-%else
-Requires: mysql-server >= 5, mysql >= 5
-%endif
Requires: xmltv
%if 0%{?rhel} >= 7
Requires: udisks2
@@ -1439,9 +1425,10 @@
%changelog
-* Mon Oct 13 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.3-2
+* Mon Oct 13 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.3-2.1
- Update to latest fixes.
- Add patch for schedules direct service change.
+- Fix systemd conditional in spec file.
* Sun Jul 27 2014 Richard Shaw <hobbes1069(a)gmail.com> - 0.27.3-1
- Update to new upstream release.
10 years, 1 month
rpms/vlc/devel vlc.spec,1.206,1.207
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8139
Modified Files:
vlc.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- vlc.spec 28 Sep 2014 16:44:50 -0000 1.206
+++ vlc.spec 19 Oct 2014 22:02:12 -0000 1.207
@@ -33,7 +33,7 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 2.1.5
-Release: 4%{?dist}
+Release: 5%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
@@ -493,6 +493,9 @@
%changelog
+* Sun Oct 19 2014 Sérgio Basto <sergio(a)serjux.com> - 2.1.5-5
+- Rebuilt for FFmpeg 2.4.3
+
* Sun Sep 28 2014 kwizart <kwizart(a)gmail.com> - 2.1.5-4
- Allow build with ffmpeg24
10 years, 1 month
rpms/mjpegtools/devel mjpegtools.spec,1.19,1.20
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/mjpegtools/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6935
Modified Files:
mjpegtools.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: mjpegtools.spec
===================================================================
RCS file: /cvs/free/rpms/mjpegtools/devel/mjpegtools.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mjpegtools.spec 27 Jul 2014 18:54:37 -0000 1.19
+++ mjpegtools.spec 19 Oct 2014 21:46:08 -0000 1.20
@@ -1,6 +1,6 @@
Name: mjpegtools
Version: 2.1.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Tools to manipulate MPEG data
Group: Applications/Multimedia
License: GPLv2
@@ -189,6 +189,9 @@
%changelog
+* Sun Oct 19 2014 Sérgio Basto <sergio(a)serjux.com> - 2.1.0-5
+- Rebuilt for FFmpeg 2.4.3
+
* Sat Jul 26 2014 Sérgio Basto <sergio(a)serjux.com> - 2.1.0-4
- Rebuild for new libSDL_gfx, need by mjpegtools-gui
- Fix FTBFS for errors "format not a string literal and no format arguments" because
10 years, 1 month
rpms/libquicktime/devel libquicktime.spec,1.45,1.46
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/libquicktime/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6345
Modified Files:
libquicktime.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: libquicktime.spec
===================================================================
RCS file: /cvs/free/rpms/libquicktime/devel/libquicktime.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- libquicktime.spec 26 Sep 2014 19:05:47 -0000 1.45
+++ libquicktime.spec 19 Oct 2014 21:36:39 -0000 1.46
@@ -1,7 +1,7 @@
Summary: Library for reading and writing Quicktime files
Name: libquicktime
Version: 1.2.4
-Release: 18%{?dist}
+Release: 19%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://libquicktime.sourceforge.net/
@@ -122,6 +122,9 @@
# --------------------------------------------------------------------
%changelog
+* Sun Oct 19 2014 Sérgio Basto <sergio(a)serjux.com> - 1.2.4-19
+- Rebuilt for FFmpeg 2.4.3
+
* Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.4-18
- Rebuilt for FFmpeg 2.4.x
10 years, 1 month
rpms/x264/devel x264.spec,1.75,1.76
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/x264/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5634
Modified Files:
x264.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- x264.spec 26 Sep 2014 19:05:28 -0000 1.75
+++ x264.spec 19 Oct 2014 21:26:10 -0000 1.76
@@ -24,7 +24,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
-Release: 9%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
+Release: 10%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://developers.videolan.org/x264.html
@@ -189,6 +189,9 @@
%{_libdir}/libx26410b.so
%changelog
+* Sun Oct 19 2014 Sérgio Basto <sergio(a)serjux.com> - 0.142-10.20140826git021c0dc
+- Rebuilt for FFmpeg 2.4.3
+
* Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.142-9.20140826git021c0dc
- Rebuilt for FFmpeg 2.4.x
10 years, 1 month
rpms/gpac/devel gpac.spec,1.53,1.54
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/gpac/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4403
Modified Files:
gpac.spec
Log Message:
Rebuilt for FFmpeg 2.4.3
Index: gpac.spec
===================================================================
RCS file: /cvs/free/rpms/gpac/devel/gpac.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- gpac.spec 26 Sep 2014 19:06:06 -0000 1.53
+++ gpac.spec 19 Oct 2014 21:10:02 -0000 1.54
@@ -17,7 +17,7 @@
Name: gpac
Summary: MPEG-4 multimedia framework
Version: 0.5.0
-Release: 12%{?svn:.%{svn}svn}%{?dist}
+Release: 13%{?svn:.%{svn}svn}%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://gpac.sourceforge.net/
@@ -312,6 +312,9 @@
%changelog
+* Sun Oct 19 2014 Sérgio Basto <sergio(a)serjux.com> - 0.5.0-13.20140915svn
+- Rebuilt for FFmpeg 2.4.3
+
* Fri Sep 26 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.0-12.20140915svn
- Rebuilt for FFmpeg 2.4.x
10 years, 1 month
rpms/wl-kmod/F-19 wl-kmod.spec,1.138,1.139
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1910
Modified Files:
wl-kmod.spec
Log Message:
* Sun Oct 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.10
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-19/wl-kmod.spec,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- wl-kmod.spec 16 Oct 2014 15:28:11 -0000 1.138
+++ wl-kmod.spec 19 Oct 2014 20:31:44 -0000 1.139
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.248
-Release: 1%{?dist}.9
+Release: 1%{?dist}.10
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -88,6 +88,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Oct 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.10
+- Rebuilt for kernel
+
* Thu Oct 16 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-1.9
- Rebuilt for kernel
10 years, 1 month
rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.199,1.200
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1744
Modified Files:
nvidia-kmod.spec
Log Message:
* Sun Oct 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.18
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- nvidia-kmod.spec 16 Oct 2014 15:28:06 -0000 1.199
+++ nvidia-kmod.spec 19 Oct 2014 20:31:34 -0000 1.200
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.67
# Taken over by kmodtool
-Release: 1%{?dist}.17
+Release: 1%{?dist}.18
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -97,6 +97,9 @@
%changelog
+* Sun Oct 19 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.18
+- Rebuilt for kernel
+
* Thu Oct 16 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.67-1.17
- Rebuilt for kernel
10 years, 1 month