From 50ff27abb36d95e561f89784aafb0f9ed32f4e6c Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Sat, 3 Oct 2009 10:50:25 +0000 Subject: [PATCH] - Update to 0.5.0 --- .cvsignore | 2 +- libgee-0.1.4-notest.diff | 10 ---------- libgee-0.5.0-notest.patch | 19 +++++++++++++++++++ libgee.spec | 9 ++++++--- sources | 2 +- 5 files changed, 27 insertions(+), 15 deletions(-) delete mode 100644 libgee-0.1.4-notest.diff create mode 100644 libgee-0.5.0-notest.patch diff --git a/.cvsignore b/.cvsignore index 2347fb6..00ae688 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libgee-0.3.0.tar.bz2 +libgee-0.5.0.tar.bz2 diff --git a/libgee-0.1.4-notest.diff b/libgee-0.1.4-notest.diff deleted file mode 100644 index 8ebd8b2..0000000 --- a/libgee-0.1.4-notest.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- libgee-0.1.4/Makefile.in.notest 2008-11-01 15:23:14.000000000 -0400 -+++ libgee-0.1.4/Makefile.in 2008-12-13 13:20:42.000000000 -0500 -@@ -207,7 +207,6 @@ - NULL = - SUBDIRS = \ - gee \ -- tests \ - $(NULL) - - pkgconfigdir = $(libdir)/pkgconfig diff --git a/libgee-0.5.0-notest.patch b/libgee-0.5.0-notest.patch new file mode 100644 index 0000000..46ff99f --- /dev/null +++ b/libgee-0.5.0-notest.patch @@ -0,0 +1,19 @@ +--- libgee-0.5.0/Makefile.in.notest 2009-09-28 14:21:10.000000000 -0400 ++++ libgee-0.5.0/Makefile.in 2009-10-03 06:26:02.167603717 -0400 +@@ -98,7 +98,7 @@ + distdir dist dist-all distcheck + ETAGS = etags + CTAGS = ctags +-DIST_SUBDIRS = gee tests doc benchmark ++DIST_SUBDIRS = gee doc benchmark + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + distdir = $(PACKAGE)-$(VERSION) + top_distdir = $(distdir) +@@ -274,7 +274,6 @@ + + SUBDIRS = \ + gee \ +- tests \ + $(DOC_SUBDIR) \ + $(BENCHMARK_SUBDIR) \ + $(NULL) diff --git a/libgee.spec b/libgee.spec index 1a4f08c..37d8acb 100644 --- a/libgee.spec +++ b/libgee.spec @@ -1,13 +1,13 @@ Name: libgee -Version: 0.3.0 +Version: 0.5.0 Release: 1%{?dist} Summary: GObject collection library Group: System Environment/Libraries License: LGPLv2+ URL: http://live.gnome.org/Libgee -Source0: http://download.gnome.org/sources/libgee/0.3/libgee-%{version}.tar.bz2 -Patch0: libgee-0.1.4-notest.diff +Source0: http://download.gnome.org/sources/libgee/0.5/libgee-%{version}.tar.bz2 +Patch0: libgee-0.5.0-notest.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel @@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 3 2009 Michel Salim - 0.5.0-1 +- Update to 0.5.0 + * Thu Aug 20 2009 Michel Salim - 0.3.0-1 - Update to 0.3.0 diff --git a/sources b/sources index 28b29c9..43bf7c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ca2b8a87950ef1b14342fb32db3e558 libgee-0.3.0.tar.bz2 +45e3e069dc3488e4bfe0c8411b85b987 libgee-0.5.0.tar.bz2