rpms/vdr-softhddevice/devel .cvsignore, 1.16, 1.17 sources, 1.16, 1.17 vdr-softhddevice.spec, 1.19, 1.20

Martin Gansser martinkg at rpmfusion.org
Thu Feb 12 20:05:20 CET 2015


Author: martinkg

Update of /cvs/free/rpms/vdr-softhddevice/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16159/devel

Modified Files:
	.cvsignore sources vdr-softhddevice.spec 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	9 Feb 2015 17:01:57 -0000	1.16
+++ .cvsignore	12 Feb 2015 19:05:20 -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/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	9 Feb 2015 17:01:57 -0000	1.16
+++ sources	12 Feb 2015 19:05:20 -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/devel/vdr-softhddevice.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- vdr-softhddevice.spec	9 Feb 2015 17:01:57 -0000	1.19
+++ vdr-softhddevice.spec	12 Feb 2015 19:05:20 -0000	1.20
@@ -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 at 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 at fedoraproject.org> - 0.6.0-22.20150209git2ceeb6d
 - update for new git snapshot
 


More information about the rpmfusion-commits mailing list