rpms/bombono-dvd/devel filesys-include-path.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 bombono-dvd.spec, 1.12, 1.13 sources, 1.5, 1.6

Alec Leamas leamas at rpmfusion.org
Sun Mar 10 10:55:24 CET 2013


Author: leamas

Update of /cvs/free/rpms/bombono-dvd/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30864

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/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	24 Oct 2012 09:02:18 -0000	1.5
+++ .cvsignore	10 Mar 2013 09:55:22 -0000	1.6
@@ -1 +1 @@
-bombono-dvd-1.2.0.20120615gitcdab110.tar.gz
+bombono-dvd-1.2.2.tar.bz2


Index: bombono-dvd.spec
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/devel/bombono-dvd.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bombono-dvd.spec	24 Nov 2012 14:55:01 -0000	1.12
+++ bombono-dvd.spec	10 Mar 2013 09:55:22 -0000	1.13
@@ -1,8 +1,8 @@
-%global         rel_tag      .20120615gitcdab110
+#global         rel_tag      .20120615gitcdab110
 
 Name:           bombono-dvd
-Version:        1.2.0
-Release:        8%{?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+
@@ -12,9 +12,9 @@
 # git clone https://git.gitorious.org/bombono-dvd/bombono-dvd.git bombono-dvd
 # 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
-Patch0:         bombono-dvd-boost-1.51.0-fix.patch
-Patch1:         bombono-dvd-buildflags.patch
+#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
@@ -68,9 +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
-%patch1 -p0
+%endif
 sed -i '\;#![ ]*/usr/bin/env;d'  $(find . -name SCons\*)
 rm -r debian libs/boost-lib src/mlib/tests libs/mpeg2dec ./libs/asl/adobe
 
@@ -110,6 +111,9 @@
 %{_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
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/bombono-dvd/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	24 Oct 2012 09:02:18 -0000	1.5
+++ sources	10 Mar 2013 09:55:23 -0000	1.6
@@ -1 +1 @@
-3ee30e14d6f128fa8df6dbcffc3fcd7f  bombono-dvd-1.2.0.20120615gitcdab110.tar.gz
+b4fd43025cab3bbf76275f7b87952a93  bombono-dvd-1.2.2.tar.bz2


More information about the rpmfusion-commits mailing list