From f94b345368a8a185baba0f6a2fbe10161ec4dad1 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 24 Apr 2009 23:56:54 +0000 Subject: [PATCH] - Update to 0.2.0 --- .cvsignore | 2 +- libgdata.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index b6fc6eb..317b231 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libgdata-0.1.1.tar.bz2 +libgdata-0.2.0.tar.bz2 diff --git a/libgdata.spec b/libgdata.spec index f9b88a8..a6df15a 100644 --- a/libgdata.spec +++ b/libgdata.spec @@ -1,6 +1,6 @@ Name: libgdata -Version: 0.1.1 -Release: 2%{?dist} +Version: 0.2.0 +Release: 1%{?dist} Summary: Library for the GData protocol Group: System Environment/Libraries @@ -40,6 +40,8 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' +%find_lang gdata + %clean rm -rf $RPM_BUILD_ROOT @@ -54,7 +56,7 @@ cd gdata/tests %postun -p /sbin/ldconfig -%files +%files -f gdata.lang %defattr(-,root,root,-) %doc COPYING.LIB NEWS README AUTHORS %{_libdir}/*.so.* @@ -67,6 +69,9 @@ cd gdata/tests %{_datadir}/gtk-doc/html/gdata/ %changelog +* Sat Apr 25 2009 Bastien Nocera 0.2.0-1 +- Update to 0.2.0 + * Mon Apr 06 2009 - Bastien Nocera - 0.1.1-2 - Add check, snippet from Jason Tibbitts diff --git a/sources b/sources index 3efd735..6a08623 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1bde0dfa104c6457c97d7e09b4d0e86 libgdata-0.1.1.tar.bz2 +3772ccf571ee0f5113934d83e51579e3 libgdata-0.2.0.tar.bz2