- Update to 0.5.1

This commit is contained in:
Michel Alexandre Salim 2010-06-17 21:05:09 +00:00
parent 60fc7f6e9f
commit df3ebaaf0d
4 changed files with 6 additions and 28 deletions

View File

@ -1 +1 @@
libgee-0.5.0.tar.bz2 libgee-0.5.1.tar.bz2

View File

@ -1,19 +0,0 @@
--- 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)

View File

@ -1,5 +1,5 @@
Name: libgee Name: libgee
Version: 0.5.0 Version: 0.5.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: GObject collection library Summary: GObject collection library
@ -7,7 +7,6 @@ Group: System Environment/Libraries
License: LGPLv2+ License: LGPLv2+
URL: http://live.gnome.org/Libgee URL: http://live.gnome.org/Libgee
Source0: http://download.gnome.org/sources/libgee/0.5/libgee-%{version}.tar.bz2 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel BuildRequires: glib2-devel
@ -49,9 +48,6 @@ developing applications that use %{name}.
%prep %prep
%setup -q %setup -q
%if 0%{?fedora} < 9
%patch0 -p1 -b .notest
%endif
%build %build
@ -60,9 +56,7 @@ make %{?_smp_mflags}
%check %check
%if 0%{?fedora} >= 9
make check make check
%endif
%install %install
@ -95,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Jun 17 2010 Michel Salim <salimma@fedoraproject.org> - 0.5.1-1
- Update to 0.5.1
* Sat Oct 3 2009 Michel Salim <salimma@fedoraproject.org> - 0.5.0-1 * Sat Oct 3 2009 Michel Salim <salimma@fedoraproject.org> - 0.5.0-1
- Update to 0.5.0 - Update to 0.5.0

View File

@ -1 +1 @@
45e3e069dc3488e4bfe0c8411b85b987 libgee-0.5.0.tar.bz2 59789b5b266beadfb8b51bf2c96211b3 libgee-0.5.1.tar.bz2