Author: martinkg
Update of /cvs/free/rpms/vdr-softhddevice/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15986/F-20
Modified Files:
.cvsignore sources vdr-softhddevice.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/F-20/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore 9 Feb 2015 16:58:58 -0000 1.16
+++ .cvsignore 12 Feb 2015 19:04:56 -0000 1.17
@@ -1 +1 @@
-vdr-plugin-softhddevice-2ceeb6db4062ca57eaad5e25f86f68328035233c.tar.bz2
+vdr-plugin-softhddevice-1d06c5ba59ff4175b9144764f9750f9143c066fb.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/F-20/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 9 Feb 2015 16:58:58 -0000 1.16
+++ sources 12 Feb 2015 19:04:56 -0000 1.17
@@ -1 +1 @@
-206e6be3ffe991ef353f0128c6865b3e
vdr-plugin-softhddevice-2ceeb6db4062ca57eaad5e25f86f68328035233c.tar.bz2
+e8c49cb2e12dc5508436f8db948a1f79
vdr-plugin-softhddevice-1d06c5ba59ff4175b9144764f9750f9143c066fb.tar.bz2
Index: vdr-softhddevice.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/F-20/vdr-softhddevice.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vdr-softhddevice.spec 9 Feb 2015 16:58:58 -0000 1.16
+++ vdr-softhddevice.spec 12 Feb 2015 19:04:56 -0000 1.17
@@ -1,10 +1,10 @@
-%global commit 2ceeb6db4062ca57eaad5e25f86f68328035233c
+%global commit 1d06c5ba59ff4175b9144764f9750f9143c066fb
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20150209
+%global gitdate 20150212
Name: vdr-softhddevice
Version: 0.6.0
-Release: 22.%{gitdate}git%{shortcommit}%{?dist}
+Release: 23.%{gitdate}git%{shortcommit}%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
@@ -60,7 +60,7 @@
done
%build
-make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags}
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC"
%{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT
@@ -71,9 +71,15 @@
%files -f %{name}.lang
%{vdr_plugindir}/libvdr-softhddevice.so.%{vdr_apiversion}
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/softhddevice.conf
-%doc ChangeLog README.txt AGPL-3.0.txt
+%doc ChangeLog README.txt
+%license AGPL-3.0.txt
%changelog
+* Thu Feb 12 2015 Martin Gansser <martinkg(a)fedoraproject.org> -
0.6.0-23.20150212git1d06c5b
+- update for new git snapshot
+- Compile with vdr 2.1.10
+- mark license files as %%license where available
+
* Mon Feb 09 2015 Martin Gansser <martinkg(a)fedoraproject.org> -
0.6.0-22.20150209git2ceeb6d
- update for new git snapshot