diff --git a/.cvsignore b/.cvsignore index c5be00e..c68beaa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -babl-0.0.20.tar.bz2 +babl-0.0.22.tar.bz2 diff --git a/babl-extensions-path.patch b/babl-extensions-path.patch deleted file mode 100644 index d41048a..0000000 --- a/babl-extensions-path.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- babl/Makefile.am 2008-01-16 20:23:00.000000000 -0500 -+++ babl/Makefile.am.new 2008-01-17 16:05:51.000000000 -0500 -@@ -45,7 +45,7 @@ - - INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/babl/base - --AM_CPPFLAGS = -DPREFIX=\""$(prefix)"\" -+AM_CPPFLAGS = -DLIBDIR=\""$(libdir)"\" - - lib_LTLIBRARIES= libbabl-@BABL_API_VERSION@.la - libbabl_@BABL_API_VERSION@_la_SOURCES= $(h_sources) $(c_sources) ---- babl/babl-extension.c 2008-01-16 20:23:00.000000000 -0500 -+++ babl/babl-extension.c.new 2008-01-17 16:06:32.000000000 -0500 -@@ -22,7 +22,7 @@ - #include "config.h" - #endif - --#define BABL_PATH PREFIX "/lib/" BABL_LIBRARY -+#define BABL_PATH LIBDIR "/" BABL_LIBRARY - - #define BABL_INIT_HOOK init_hook (); - #define BABL_DESTROY_HOOK destroy_hook (); diff --git a/babl.spec b/babl.spec index d6daf1e..1886f46 100644 --- a/babl.spec +++ b/babl.spec @@ -1,6 +1,6 @@ Summary: A dynamic, any to any, pixel format conversion library Name: babl -Version: 0.0.20 +Version: 0.0.22 Release: 1%{?dist} # The gggl codes contained in this package are under the GPL, with exceptions allowing their use under libraries covered under the LGPL License: LGPLv3+ and GPLv3+ @@ -67,6 +67,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Jul 10 2008 Deji Akingunola - 0.0.22-1 +- Update to latest release + * Thu Feb 28 2008 Deji Akingunola - 0.0.20-1 - New release diff --git a/sources b/sources index 28331fc..773e314 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dbf67b333b0812dfe0d0f057864b0f9a babl-0.0.20.tar.bz2 +b821ce696b40feb74552da9d666defad babl-0.0.22.tar.bz2