Hello community,

here is the log from the commit of package librest for openSUSE:Factory
checked in at Mon May 2 15:37:31 CEST 2011.



--------
--- librest/librest.changes     2010-12-08 10:41:26.000000000 +0100
+++ /mounts/work_src_done/STABLE/librest/librest.changes        2011-04-28 
14:21:21.000000000 +0200
@@ -1,0 +2,73 @@
+Thu Apr 28 12:16:26 UTC 2011 - [email protected]
+
+- Update to version 0.7.10:
+  + Introduce rest_proxy_call_upload to provide progress feedback.
+  + youtube-proxy: Added upload progress callbacks.
+  + Added documentation to rest_proxy_call_upload.
+  + bmc#13746: proxy-call: Allow customisation of data
+    serialization.
+
+-------------------------------------------------------------------
+Mon Apr  4 11:23:48 UTC 2011 - [email protected]
+
+- Update to version 0.7.9:
+  + Add "disable-cookies" construction property to RestProxy.
+
+-------------------------------------------------------------------
+Wed Mar 23 09:30:35 UTC 2011 - [email protected]
+
+- Update to version 0.7.8:
+  + Add youtube proxy for uploaded video.
+  + Fix introspection build.
+- Drop librest-fix-introspection.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Sun Mar 20 23:29:29 CET 2011 - [email protected]
+
+- Update to version 0.7.7:
+  + Fix a few introspection issues
+  + oauth-proxy:
+    - Use POST method to do OAuth 1.0 authentication.
+    - Added 'signature-host' propery.
+- Add librest-fix-introspection.patch: fix introspection build.
+  Taken from upstream, commit e9c917.
+
+-------------------------------------------------------------------
+Thu Mar  3 09:48:11 CET 2011 - [email protected]
+
+- Update to version 0.7.6:
+  + API for manually constructing and outputting XML
+- Changes from version 0.7.5:
+  + Introspection build fixes
+- Changes from version 0.7.4:
+  + Add cookie support to rest-proxy.
+  + proxy-call: Add continuous call mode
+  + Various bug fixes.
+- Changes from version 0.7.3:
+  + Fix memory corruption in oauth-proxy-call.
+- Changes from version 0.7.2:
+  + post-twitter: use the correct URL endpoint
+  + Plug leak.
+- Changes from version 0.7.1:
+  + Flickr: add upload support
+  + Various bug fixes.
+  + Improved documentation.
+- Changes from version 0.7.0:
+  + Remove FacebookProxy
+  + Add Lastfm proxy
+  + Add a oauth2 proxy
+  + Add RestParam and RestParams types
+  + Flickr proxy: Allow specifying the permissions required in the
+    login url
+  + Various bug fixes.
+  + Improved documentation.
+- Drop librest-fbconnect-url.patch: facebook features got removed
+  upstream.
+- Change BuildRequires to pkgconfig() ones: glib2-devel to
+  glib-2.0, libsoup-devel to libsoup-2.4 and libsoup-gnome-2.4,
+  libxml2-devel to libxml-2.0.
+- Add pkgconfig(gobject-introspection-1.0) BuildRequires to enable
+  introspection.
+- Update Url tag.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  librest-fbconnect-url.patch
  rest-0.6.3.tar.bz2

New:
----
  rest-0.7.10.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ librest.spec ++++++
--- /var/tmp/diff_new_pack.wg8xZ9/_old  2011-05-02 15:36:06.000000000 +0200
+++ /var/tmp/diff_new_pack.wg8xZ9/_new  2011-05-02 15:36:06.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package librest (Version 0.6.3)
+# spec file for package librest
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,19 +20,19 @@
 Name:           librest
 %define _name   rest
 %define soname  0
-%define abi     0.6
-Version:        0.6.3
+%define abi     0.7
+Version:        0.7.10
 Release:        1
-# FIXME: once we package > 0.7.5, enable introspection support (currently 
broken)
 License:        LGPLv2.1
 Summary:        Library to access RESTful web services
-Url:            http://moblin.org/projects/librest
+Url:            http://git.gnome.org/browse/librest/
 Group:          Development/Libraries/GNOME
-Source0:        
http://download.moblin.org/sources/rest/0.6/%{_name}-%{version}.tar.bz2
-Patch1:         librest-fbconnect-url.patch
-BuildRequires:  glib2-devel
-BuildRequires:  libsoup-devel
-BuildRequires:  libxml2-devel
+Source0:        
http://download.gnome.org/sources/rest/0.7/%{_name}-%{version}.tar.bz2
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(libsoup-2.4)
+BuildRequires:  pkgconfig(libsoup-gnome-2.4)
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -85,11 +85,10 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch1 -p1
 
 %build
 %configure --disable-static
-%__make %{?jobs:-j%jobs}
+%__make %{?jobs:-j%jobs} V=1
 
 %install
 %makeinstall
@@ -109,6 +108,8 @@
 %{_libdir}/librest-%{abi}.so.%{soname}.*
 %{_libdir}/librest-extras-%{abi}.so.%{soname}
 %{_libdir}/librest-extras-%{abi}.so.%{soname}.*
+%{_libdir}/girepository-1.0/Rest-%{abi}.typelib
+%{_libdir}/girepository-1.0/RestExtras-%{abi}.typelib
 
 %files devel
 %defattr(-, root, root)
@@ -116,6 +117,7 @@
 %{_libdir}/librest-extras-%{abi}.so
 %{_libdir}/pkgconfig/rest-%{abi}.pc
 %{_libdir}/pkgconfig/rest-extras-%{abi}.pc
+%{_datadir}/gir-1.0/*.gir
 %{_includedir}/rest-%{abi}/
 %doc %{_datadir}/gtk-doc/html/rest-%{abi}/
 

++++++ rest-0.6.3.tar.bz2 -> rest-0.7.10.tar.bz2 ++++++
++++ 50091 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to