rpms/bombono-dvd/F-17 filesys-include-path.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 bombono-dvd.spec, 1.5, 1.6 sources, 1.6, 1.7

Alec Leamas leamas at rpmfusion.org
Sat Mar 9 14:40:07 CET 2013


Author: leamas

Update of /cvs/free/rpms/bombono-dvd/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16464

Modified Files:
	.cvsignore bombono-dvd.spec sources 
Added Files:
	filesys-include-path.patch 
Log Message:
* Sat Mar 9 2013 Alec Leamas <alec at nowhere.com> - 1.2.2-1
- Rebuilt for new upstream release


filesys-include-path.patch:
 filesystem.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE filesys-include-path.patch ---
diff --git a/src/mlib/filesystem.cpp b/src/mlib/filesystem.cpp
index 7ae7162..774bd9d 100644
--- a/src/mlib/filesystem.cpp
+++ b/src/mlib/filesystem.cpp
@@ -32,7 +32,7 @@
 #include <boost/filesystem/path_traits.hpp> // boost::filesystem::convert()
 #else
 #define BOOST_FS_3 boost::filesystem3
-#include <boost/filesystem/v3/path_traits.hpp>
+#include <boost/filesystem/path_traits.hpp>
 #endif 
 
 


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/F-17/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	15 Jun 2012 14:19:58 -0000	1.6
+++ .cvsignore	9 Mar 2013 13:40:06 -0000	1.7
@@ -1 +1 @@
-bombono-dvd-1.2.0.4.20120615gitcdab110.fc17.tar.gz
+bombono-dvd-1.2.2.tar.bz2


Index: bombono-dvd.spec
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/F-17/bombono-dvd.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bombono-dvd.spec	15 Jun 2012 14:19:58 -0000	1.5
+++ bombono-dvd.spec	9 Mar 2013 13:40:06 -0000	1.6
@@ -1,8 +1,8 @@
-%global         rel_tag  .20120615gitcdab110
+#global         rel_tag      .20120615gitcdab110
 
 Name:           bombono-dvd
-Version:        1.2.0
-Release:        4%{rel_tag}%{?dist}
+Version:        1.2.2
+Release:        1%{?rel_tag}%{?dist}
 Summary:        DVD authoring program with nice and clean GUI
                 # License breakdown in README.
 License:        GPLv2 and GPLv2+ and Boost and Python and LGPLv2+
@@ -10,9 +10,14 @@
 Url:            http://www.bombono.org
 # To create source tarball:
 # git clone https://git.gitorious.org/bombono-dvd/bombono-dvd.git bombono-dvd
-# tag=.20120615gitcdab110; cd bombono-dvd;  git reset --hard ${tag##*git}; cd ..
-# tar czf bombono-dvd-1.2.0.20120615gitcdab110.tar.gz --exclude .git bombono-dvd
-Source:         bombono-dvd-%{version}.%{release}.tar.gz
+# tag=.20120616gitcdab110; cd bombono-dvd;  git reset --hard ${tag##*git}; cd ..
+# tar czf bombono-dvd-1.2.0$tag.tar.gz --exclude .git bombono-dvd
+#Source:         bombono-dvd-%%{version}%%{?rel_tag}.tar.gz
+Source:         http://sourceforge.net/projects/bombono/files/bombono-dvd/1.2/bombono-dvd-1.2.2.tar.bz2
+Patch0:         filesys-include-path.patch
+
+# needs to match TBB - from adobe-source-libraries
+ExclusiveArch:  i686 x86_64 ia64
 
 BuildRequires:  adobe-source-libraries-devel
 BuildRequires:  boost-devel
@@ -37,7 +42,7 @@
 Provides:       bundled(boost-logging) = 0.22.7.20120126svn76686
 
 %global  boost_flags \\\
-    -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_FILESYSTEM_VERSION=2
+    -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_FILESYSTEM_VERSION=3
 %global warn_flags  \
     -Wno-reorder -Wno-unused-variable
 %global  scons       \
@@ -63,7 +68,10 @@
 re-authoring by importing video from DVD discs is also supported.
 
 %prep
-%setup -q -n bombono-dvd
+%setup -q 
+%if %{fedora} > 17
+%patch0 -p1
+%endif
 sed -i '\;#![ ]*/usr/bin/env;d'  $(find . -name SCons\*)
 rm -r debian libs/boost-lib src/mlib/tests libs/mpeg2dec ./libs/asl/adobe
 
@@ -103,8 +111,25 @@
 %{_mandir}/man1/*
 
 %changelog
+* Sat Mar 9 2013 Alec Leamas <alec at nowhere.com> - 1.2.2-1
+- Rebuilt for new upstream release
+
+* Sat Nov 24 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.2.0-8.20120615gitcdab110
+- Rebuilt for FFmpeg 1.0
+
+* Wed Oct 24 2012 Alec Leamas <leamas at nowhere.net>    - 1.2.0-7.20120616gitcdab110
+- Typos in spec file, stepping rel #
+- Added patch for current boost available but not merged upstream.
+- Fixed build flags (new patch)
+- Removed insane release # from source filename.
+
+* Mon Jul 09 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.2.0-4.20120616gitcdab110.2
+- Add ExclusiveArch - inherited from TBB
+
+* Tue Jun 26 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.2.0-4.20120616gitcdab110.1
+- Rebuilt for FFmpeg
 
-* Fri Jun 15 2012 Alec Leamas <alec at nowhere.com> 1.2.0-4.20120615gitcdab110
+* Sat Jun 16 2012 Alec Leamas <alec at nowhere.com> 1.2.0-4.20120616gitcdab110
 - Updating to git HEAD, solving build problems w ffmpeg 11.1
 
 * Thu Apr 12 2012 Alec Leamas <alec at nowhere.com> 1.2.0-3.20120412gite9390e7


Index: sources
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/F-17/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	15 Jun 2012 14:19:58 -0000	1.6
+++ sources	9 Mar 2013 13:40:06 -0000	1.7
@@ -1 +1 @@
-3ee30e14d6f128fa8df6dbcffc3fcd7f  bombono-dvd-1.2.0.4.20120615gitcdab110.fc17.tar.gz
+b4fd43025cab3bbf76275f7b87952a93  bombono-dvd-1.2.2.tar.bz2


More information about the rpmfusion-commits mailing list