diff --git a/.cvsignore b/.cvsignore index 75b20ae..985fb6d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -liboggz-0.9.4.tar.gz +liboggz-0.9.5.tar.gz diff --git a/liboggz.autotools.patch b/liboggz.autotools.patch deleted file mode 100644 index f7a1cde..0000000 --- a/liboggz.autotools.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur liboggz-0.9.1/include/oggz/Makefile.am liboggz-0.9.1.patched/include/oggz/Makefile.am ---- liboggz-0.9.1/include/oggz/Makefile.am 2004-11-14 02:11:30.000000000 +0100 -+++ liboggz-0.9.1.patched/include/oggz/Makefile.am 2005-06-03 18:00:48.000000000 +0200 -@@ -1,7 +1,7 @@ - ## Process this file with automake to produce Makefile.in - - # Include files to install --includedir = $(prefix)/include/oggz --include_HEADERS = oggz.h oggz_constants.h oggz_read.h oggz_seek.h \ -+oggzincludedir = $(includedir)/oggz -+oggzinclude_HEADERS = oggz.h oggz_constants.h oggz_read.h oggz_seek.h \ - oggz_write.h oggz_io.h oggz_table.h oggz_deprecated.h diff --git a/liboggz.corruption.patch b/liboggz.corruption.patch deleted file mode 100644 index 1e465db..0000000 --- a/liboggz.corruption.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: src/tools/oggzrip.c -=================================================================== ---- src/tools/oggzrip.c (revision 1312) -+++ src/tools/oggzrip.c (working copy) -@@ -101,7 +101,7 @@ - static ORData * - ordata_new () - { -- ORData *ordata = malloc (sizeof (ordata)); -+ ORData *ordata = malloc (sizeof (ORData)); - assert (ordata != NULL); - memset (ordata, 0, sizeof (ORData)); - diff --git a/liboggz.man.patch b/liboggz.man.patch deleted file mode 100644 index fe04291..0000000 --- a/liboggz.man.patch +++ /dev/null @@ -1,28 +0,0 @@ -Index: configure.ac -=================================================================== ---- configure.ac (revision 1625) -+++ configure.ac (working copy) -@@ -49,8 +49,8 @@ - fi - - # Check for docbook --AC_CHECK_PROG(HAVE_DOCBOOKTOMAN, docbook-to-man, true, false) --AM_CONDITIONAL(HAVE_DOCBOOKTOMAN,$HAVE_DOCBOOKTOMAN) -+AC_CHECK_PROGS(DOCBOOKTOMAN, docbook-to-man docbook2man, false) -+AM_CONDITIONAL(HAVE_DOCBOOKTOMAN, test "x$DOCBOOKTOMAN" != "xfalse") - AC_CHECK_PROG(HAVE_DOCBOOK2HTML, docbook2html, true, false) - AM_CONDITIONAL(HAVE_DOCBOOK2HTML,$HAVE_DOCBOOK2HTML) - -Index: doc/Makefile.am -=================================================================== ---- doc/Makefile.am (revision 1625) -+++ doc/Makefile.am (working copy) -@@ -25,7 +25,7 @@ - - if HAVE_DOCBOOKTOMAN - %.1: %.1.sgml -- docbook-to-man $< > $@ -+ $(DOCBOOKTOMAN) $< > $@ - else - %.1: %.1.sgml - endif diff --git a/liboggz.spec b/liboggz.spec index 484490f..f87f8ab 100644 --- a/liboggz.spec +++ b/liboggz.spec @@ -1,20 +1,20 @@ Name: liboggz -Version: 0.9.4 -Release: 3%{?dist} +Version: 0.9.5 +Release: 1%{?dist} Summary: Simple programming interface for Ogg files and streams Group: System Environment/Libraries License: BSD -URL: http://www.annodex.net/ -Source: http://www.annodex.net/software/liboggz/download/%{name}-%{version}.tar.gz +URL: http://www.annodex.net/ +Source: http://www.annodex.net/software/liboggz/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libogg-devel >= 1.0 -BuildRequires: doxygen -BuildRequires: docbook-utils +BuildRequires: libogg-devel >= 1.0 +BuildRequires: doxygen +BuildRequires: docbook-utils # libtool -BuildRequires: gcc-c++ +BuildRequires: gcc-c++ %description Oggz provides a simple programming interface for reading and writing Ogg files @@ -78,6 +78,10 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Fri Jan 12 2007 Thomas Vander Stichele +- 0.9.5-1 +- new upstream release + * Thu Oct 05 2006 Christian Iseli 0.9.4-3 - rebuilt for unwind info generation, broken in gcc-4.1.1-21 diff --git a/sources b/sources index 6b4aebd..8e25a72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e46b4e8161e16a41f8035363fb1603dd liboggz-0.9.4.tar.gz +781fab29dea3c5e9d39ecbd1d007fb98 liboggz-0.9.5.tar.gz