rpms/mpv/devel .cvsignore, 1.17, 1.18 mpv.spec, 1.41, 1.42 sources, 1.17, 1.18
by Miro Hrončok
Author: churchyard
Update of /cvs/free/rpms/mpv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13639
Modified Files:
.cvsignore mpv.spec sources
Log Message:
* Wed Jun 10 2015 Miro Hrončok <mhroncok(a)redhat.com> - 0.9.2-1
- Updated to 0.9.2
- Also build the library
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore 16 May 2015 00:30:45 -0000 1.17
+++ .cvsignore 10 Jun 2015 14:36:32 -0000 1.18
@@ -1 +1 @@
-v0.9.1.tar.gz
+v0.9.2.tar.gz
Index: mpv.spec
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/mpv.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- mpv.spec 16 May 2015 00:30:45 -0000 1.41
+++ mpv.spec 10 Jun 2015 14:36:33 -0000 1.42
@@ -1,5 +1,5 @@
Name: mpv
-Version: 0.9.1
+Version: 0.9.2
Release: 1%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+
@@ -55,6 +55,20 @@
than disk files. Depending on platform, a variety of different video and audio
output methods are supported.
+%package -n libmpv
+Summary: Dynamic library for Mpv frontends
+
+%description -n libmpv
+This package contains the dynamic library libmpv, which provides access to Mpv.
+
+%package -n libmpv-devel
+Summary: Development package for libmpv
+Requires: libmpv%{_isa} = %{version}-%{release}
+Requires: pkgconfig
+
+%description -n libmpv-devel
+Libmpv development header files and libraries.
+
%prep
%setup -q
%patch0 -p1
@@ -69,12 +83,14 @@
waf configure \
--prefix="%{_prefix}" \
--bindir="%{_bindir}" \
+ --libdir="%{_libdir}" \
--mandir="%{_mandir}" \
--docdir="%{_docdir}/%{name}" \
--confdir="%{_sysconfdir}/%{name}" \
--disable-sdl1 --disable-sdl2 \
--disable-build-date \
- --disable-debug
+ --disable-debug \
+ --enable-libmpv-shared
waf build --verbose %{?_smp_mflags}
@@ -108,6 +124,10 @@
gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+%post -n libmpv -p /sbin/ldconfig
+
+%postun -n libmpv -p /sbin/ldconfig
+
%files
%doc LICENSE README.md Copyright
%{_bindir}/%{name}
@@ -119,7 +139,20 @@
%config(noreplace) %{_sysconfdir}/%{name}/encoding-profiles.conf
%config(noreplace) %{_sysconfdir}/%{name}/input.conf
+%files -n libmpv
+%doc LICENSE README.md Copyright
+%{_libdir}/libmpv.so.*
+
+%files -n libmpv-devel
+%{_includedir}/%{name}
+%{_libdir}/libmpv.so
+%{_libdir}/pkgconfig/mpv.pc
+
%changelog
+* Wed Jun 10 2015 Miro Hrončok <mhroncok(a)redhat.com> - 0.9.2-1
+- Updated to 0.9.2
+- Also build the library
+
* Sat May 16 2015 Miro Hrončok <mhroncok(a)redhat.com> - 0.9.1-1
- Update to 0.9.1
- BR compat-lua-devel because mpv does not work with lua 5.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mpv/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources 16 May 2015 00:30:45 -0000 1.17
+++ sources 10 Jun 2015 14:36:33 -0000 1.18
@@ -1 +1 @@
-c766cf3d6a7eb82a74564c47fa14d4a5 v0.9.1.tar.gz
+ed1384e703f7032e531731842e4da4f7 v0.9.2.tar.gz
9 years, 5 months
rpms/wl-kmod/F-20 wl-kmod.spec,1.158,1.159
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12398
Modified Files:
wl-kmod.spec
Log Message:
* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-8.1
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-20/wl-kmod.spec,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- wl-kmod.spec 2 Jun 2015 09:51:14 -0000 1.158
+++ wl-kmod.spec 10 Jun 2015 13:56:13 -0000 1.159
@@ -3,11 +3,11 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-#global buildforkernels newest
+%global buildforkernels newest
Name: wl-kmod
Version: 6.30.223.248
-Release: 8%{?dist}
+Release: 8%{?dist}.1
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -102,6 +102,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-8.1
+- Rebuilt for kernel
+
* Wed May 20 2015 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.248-8
- Update new Broadcom upstream URLs in SPEC file
9 years, 5 months
rpms/nvidia-kmod/F-20 nvidia-kmod.spec,1.228,1.229
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12277
Modified Files:
nvidia-kmod.spec
Log Message:
* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.113-3.2
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-20/nvidia-kmod.spec,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- nvidia-kmod.spec 2 Jun 2015 08:01:30 -0000 1.228
+++ nvidia-kmod.spec 10 Jun 2015 13:56:02 -0000 1.229
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.113
# Taken over by kmodtool
-Release: 3%{?dist}.1
+Release: 3%{?dist}.2
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -103,6 +103,9 @@
%changelog
+* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.113-3.2
+- Rebuilt for kernel
+
* Tue Jun 02 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.113-3.1
- Rebuilt for kernel
9 years, 5 months
rpms/nvidia-340xx-kmod/F-20 nvidia-340xx-kmod.spec,1.22,1.23
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-340xx-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12155
Modified Files:
nvidia-340xx-kmod.spec
Log Message:
* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1:340.76-2.2
- Rebuilt for kernel
Index: nvidia-340xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-340xx-kmod/F-20/nvidia-340xx-kmod.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- nvidia-340xx-kmod.spec 2 Jun 2015 08:01:23 -0000 1.22
+++ nvidia-340xx-kmod.spec 10 Jun 2015 13:55:54 -0000 1.23
@@ -9,7 +9,7 @@
Epoch: 1
Version: 340.76
# Taken over by kmodtool
-Release: 2%{?dist}.1
+Release: 2%{?dist}.2
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1:340.76-2.2
+- Rebuilt for kernel
+
* Tue Jun 02 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1:340.76-2.1
- Rebuilt for kernel
9 years, 5 months
rpms/nvidia-304xx-kmod/F-20 nvidia-304xx-kmod.spec,1.82,1.83
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12034
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 304.123-3.2
- Rebuilt for kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-20/nvidia-304xx-kmod.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- nvidia-304xx-kmod.spec 2 Jun 2015 08:01:16 -0000 1.82
+++ nvidia-304xx-kmod.spec 10 Jun 2015 13:55:48 -0000 1.83
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.123
# Taken over by kmodtool
-Release: 3%{?dist}.1
+Release: 3%{?dist}.2
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -82,6 +82,9 @@
%changelog
+* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 304.123-3.2
+- Rebuilt for kernel
+
* Tue Jun 02 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 304.123-3.1
- Rebuilt for kernel
9 years, 5 months
rpms/nvidia-173xx-kmod/F-20 nvidia-173xx-kmod.spec,1.127,1.128
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11911
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.39-6.2
- Rebuilt for kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-20/nvidia-173xx-kmod.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- nvidia-173xx-kmod.spec 2 Jun 2015 08:01:09 -0000 1.127
+++ nvidia-173xx-kmod.spec 10 Jun 2015 13:55:41 -0000 1.128
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.39
# Taken over by kmodtool
-Release: 6%{?dist}.1
+Release: 6%{?dist}.2
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -94,6 +94,9 @@
%changelog
+* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.39-6.2
+- Rebuilt for kernel
+
* Tue Jun 02 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.39-6.1
- Rebuilt for kernel
9 years, 5 months
rpms/xtables-addons-kmod/F-20 xtables-addons-kmod.spec,1.100,1.101
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11792
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1.48
- Rebuilt for kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-20/xtables-addons-kmod.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- xtables-addons-kmod.spec 2 Jun 2015 08:01:00 -0000 1.100
+++ xtables-addons-kmod.spec 10 Jun 2015 13:55:34 -0000 1.101
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 2.5
-Release: 1%{?dist}.47
+Release: 1%{?dist}.48
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -65,6 +65,9 @@
rm -rf %{buildroot}
%changelog
+* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1.48
+- Rebuilt for kernel
+
* Tue Jun 02 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1.47
- Rebuilt for kernel
9 years, 5 months
rpms/VirtualBox-kmod/F-20 VirtualBox-kmod.spec,1.104,1.105
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11671
Modified Files:
VirtualBox-kmod.spec
Log Message:
* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.28-1.3
- Rebuilt for kernel
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-20/VirtualBox-kmod.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- VirtualBox-kmod.spec 2 Jun 2015 08:00:54 -0000 1.104
+++ VirtualBox-kmod.spec 10 Jun 2015 13:55:23 -0000 1.105
@@ -20,7 +20,7 @@
Name: VirtualBox-kmod
Version: 4.3.28
-Release: 1%{?prerel:.%{prerel}}%{?dist}.2
+Release: 1%{?prerel:.%{prerel}}%{?dist}.3
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -98,6 +98,9 @@
%changelog
+* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.28-1.3
+- Rebuilt for kernel
+
* Tue Jun 02 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.28-1.2
- Rebuilt for kernel
9 years, 5 months
rpms/staging-kmod/F-20 staging-kmod.spec,1.107,1.108
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/staging-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11550
Modified Files:
staging-kmod.spec
Log Message:
* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 4.0.4-1.3
- Rebuilt for kernel
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-20/staging-kmod.spec,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- staging-kmod.spec 2 Jun 2015 08:00:47 -0000 1.107
+++ staging-kmod.spec 10 Jun 2015 13:55:17 -0000 1.108
@@ -17,7 +17,7 @@
Name: staging-kmod
Version: 4.0.4
-Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.2
+Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.3
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -134,6 +134,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 4.0.4-1.3
+- Rebuilt for kernel
+
* Tue Jun 02 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 4.0.4-1.2
- Rebuilt for kernel
9 years, 5 months
rpms/ndiswrapper-kmod/F-20 ndiswrapper-kmod.spec,1.133,1.134
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ndiswrapper-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11426
Modified Files:
ndiswrapper-kmod.spec
Log Message:
* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1.59-7.2
- Rebuilt for kernel
Index: ndiswrapper-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/ndiswrapper-kmod/F-20/ndiswrapper-kmod.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ndiswrapper-kmod.spec 2 Jun 2015 08:00:40 -0000 1.133
+++ ndiswrapper-kmod.spec 10 Jun 2015 13:55:08 -0000 1.134
@@ -8,7 +8,7 @@
Summary: Ndiswrapper kernel module
Name: ndiswrapper-kmod
Version: 1.59
-Release: 7%{?dist}.1
+Release: 7%{?dist}.2
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
@@ -77,6 +77,9 @@
%changelog
+* Wed Jun 10 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1.59-7.2
+- Rebuilt for kernel
+
* Tue Jun 02 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 1.59-7.1
- Rebuilt for kernel
9 years, 5 months