Author: giallu
Update of /cvs/free/rpms/ogmrip/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17659
Modified Files:
.cvsignore ogmrip.spec sources
Added Files:
ogmrip-0.13.0-configure.patch
Removed Files:
ogmrip-0.12.2-configure_checks.patch
ogmrip-0.12.3-desktop.patch
Log Message:
* Fri Jul 17 2009 Gianluca Sforna <giallu gmail com> - 0.13.0-1
- New upstream release
- drop upstreamed patches
ogmrip-0.13.0-configure.patch:
--- NEW FILE ogmrip-0.13.0-configure.patch ---
--- configure.in 2009-07-14 19:48:33.000000000 +0200
+++ configure.in 2009-07-18 12:40:39.000000000 +0200
@@ -201,7 +201,9 @@
AC_LANG(C)
-AC_COMPILE_IFELSE([
+LIBS="-ldvdread"
+
+AC_LINK_IFELSE([
#include <stdio.h>
#include <inttypes.h>
#include <dvdread/dvd_reader.h>
@@ -212,7 +214,7 @@
AC_DEFINE(HAVE_DVD_FILE_STAT, 1, [Define to 1 if DVDFileStat is available.])
fi
-AC_COMPILE_IFELSE([
+AC_LINK_IFELSE([
#include <stdio.h>
#include <inttypes.h>
#include <dvdread/dvd_reader.h>
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ogmrip/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 1 May 2009 12:08:43 -0000 1.2
+++ .cvsignore 18 Jul 2009 14:31:55 -0000 1.3
@@ -1 +1 @@
-ogmrip-0.12.3.tar.gz
+ogmrip-0.13.0.tar.gz
Index: ogmrip.spec
===================================================================
RCS file: /cvs/free/rpms/ogmrip/devel/ogmrip.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ogmrip.spec 1 May 2009 12:08:43 -0000 1.1
+++ ogmrip.spec 18 Jul 2009 14:31:56 -0000 1.2
@@ -1,6 +1,6 @@
Name: ogmrip
-Version: 0.12.3
-Release: 3%{?dist}
+Version: 0.13.0
+Release: 1%{?dist}
Summary: DVD ripping and encoding graphical user interface
Group: Applications/Multimedia
@@ -34,8 +34,7 @@
Requires(post): GConf2
Requires(postun): GConf2
-Patch0: ogmrip-0.12.2-configure_checks.patch
-Patch1: ogmrip-0.12.3-desktop.patch
+Patch0:
http://ogmrip.sourceforge.net/patches/ogmrip-0.13.0-configure.patch
%description
@@ -63,11 +62,7 @@
%prep
%setup -q
-%patch0 -p1 -b .configure_checks
-%patch1 -p1
-# Remove -Werror since build fails because of warn_unused_result otherwise
-# %{__perl} -pi -e 's|-Wall -Werror|-Wall|g' configure*
-
+%patch0 -p0 -b .configure
%build
@@ -123,6 +118,7 @@
%doc AUTHORS COPYING ChangeLog README TODO
%{_sysconfdir}/gconf/schemas/ogmrip.schemas
%{_bindir}/dvdcpy
+%{_bindir}/avibox
%{_bindir}/ogmrip
%{_bindir}/subp2pgm
%{_bindir}/subp2png
@@ -145,6 +141,10 @@
%changelog
+* Fri Jul 17 2009 Gianluca Sforna <giallu gmail com> - 0.13.0-1
+- New upstream release
+- drop upstreamed patches
+
* Mon Apr 20 2009 Gianluca Sforna <giallu gmail com> - 0.12.3-3
- Add Requires on -devel
- Find and remove .la files
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ogmrip/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 1 May 2009 12:08:43 -0000 1.2
+++ sources 18 Jul 2009 14:31:56 -0000 1.3
@@ -1 +1 @@
-11a52e5d9d7f936ae3a1925b5ab51b72 ogmrip-0.12.3.tar.gz
+ac1621923d92c6d1b865c4bfacd67ad0 ogmrip-0.13.0.tar.gz
--- ogmrip-0.12.2-configure_checks.patch DELETED ---
--- ogmrip-0.12.3-desktop.patch DELETED ---