[libsocialweb] Update to 0.25.3, MySpace and Digg are obsolete upstream

Peter Robinson pbrobinson at fedoraproject.org
Mon Aug 30 22:43:47 UTC 2010


commit 80bf9b73ed027683060b935877678e15843c8ecf
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Aug 30 23:43:45 2010 +0100

    Update to 0.25.3, MySpace and Digg are obsolete upstream

 .gitignore        |    1 +
 libsocialweb.spec |   14 +++++++++-----
 sources           |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe87ea7..d2bc78c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libsocialweb-0.24.9.tar.bz2
 libsocialweb-0.25.1.tar.bz2
+/libsocialweb-0.25.3.tar.bz2
diff --git a/libsocialweb.spec b/libsocialweb.spec
index 6268006..8818ce9 100644
--- a/libsocialweb.spec
+++ b/libsocialweb.spec
@@ -4,8 +4,8 @@
 %define tarfile %{name}-%{version}.tar.bz2
 
 Name:          libsocialweb
-Version:       0.25.1
-Release:       2%{?dist}
+Version:       0.25.3
+Release:       1%{?dist}
 Summary:       A social network data aggregator
 
 Group:         Applications/Internet
@@ -32,6 +32,9 @@ Source5: lastfm
 # Require these because the git tarball doesn't have the configure built
 BuildRequires: libtool
 
+Provides: mojito = %{version}
+Obsoletes: mojito < 0.22.0
+
 %description
 libsocialweb is a social data server which fetches data from the "social web", 
 such as your friend's blog posts and photos, upcoming events, recently played 
@@ -66,9 +69,7 @@ NOCONFIGURE=true ./autogen.sh
 
 %build
 %configure --with-gnome --with-online=networkmanager --disable-static \
-   --enable-twitter --enable-lastfm --enable-flickr \
-   --enable-vimeo
-#   --enable-digg --enable-twitter --enable-lastfm --enable-myspace --enable-flickr \
+   --enable-all-services
 
 # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@@ -118,6 +119,9 @@ rm -rf %{buildroot}
 %{_datadir}/libsocialweb/keys
 
 %changelog
+* Mon Aug 30 2010 Peter Robinson <pbrobinson at gmail.com> 0.25.3-1
+- Update to 0.25.3, MySpace and Digg are obsolete upstream
+
 * Thu Aug 26 2010 Bastien Nocera <bnocera at redhat.com> 0.25.1-2
 - Add API keys to the -keys sub-package
 
diff --git a/sources b/sources
index 8004034..de78f79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73d76a8ad964df6250f1ad783c1c679f  libsocialweb-0.25.1.tar.bz2
+dee6873bc3584c33499d230ffc245089  libsocialweb-0.25.3.tar.bz2


More information about the scm-commits mailing list