Author: kwizart
Update of /cvs/free/rpms/gpac/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2624/F-14
Modified Files:
gpac.spec
Log Message:
Fix include
Index: gpac.spec
===================================================================
RCS file: /cvs/free/rpms/gpac/F-14/gpac.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- gpac.spec 11 Jul 2010 17:50:25 -0000 1.20
+++ gpac.spec 14 Dec 2010 21:52:05 -0000 1.21
@@ -17,7 +17,7 @@
Name: gpac
Summary: MPEG-4 multimedia framework
Version: 0.4.6
-Release: 0.9.cvs%{?cvs}%{?dist}
+Release: 0.11.cvs%{?cvs}%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL:
http://gpac.sourceforge.net/
@@ -274,8 +274,8 @@
#Fix doxygen timestamp
touch -r Changelog doc/html/*
-#Fix header installed by misstake
-rm $RPM_BUILD_ROOT%{_includedir}/gpac/configuration.h
+#config.h like but not only
+touch -r Changelog $RPM_BUILD_ROOT%{_includedir}/gpac/configuration.h
%clean
@@ -334,6 +334,9 @@
%changelog
+* Tue Dec 14 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.6-0.11.cvs20100527
+- Fix include - rfbz#1551
+
* Sun Jul 11 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.6-0.9.cvs20100527
- Fix header installed by misstake - rfbz#270c9