Hello community,

here is the log from the commit of package librest for openSUSE:Factory checked 
in at 2012-01-06 11:45:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/librest (Old)
 and      /work/SRC/openSUSE:Factory/.librest.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "librest", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/librest/librest.changes  2011-09-23 
02:10:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.librest.new/librest.changes     2012-01-06 
11:46:00.000000000 +0100
@@ -1,0 +2,20 @@
+Sat Nov 12 20:04:44 UTC 2011 - [email protected]
+
+- Update to version 0.7.12:
+  + Build: Detect CA file location [bgo#663783]
+  + proxy: Force all SSL certificates to be trusted [bgo#663783]
+- Add config(ca-certificates) BuildRequires and Recommends in the
+  shared library package.
+- Pass --with-ca-certificates=/etc/ssl/ca-bundle.pem to configure.
+
+-------------------------------------------------------------------
+Sun Nov  6 23:58:33 UTC 2011 - [email protected]
+
+- Update to version 0.7.11:
+  + oauth-proxy: Fix format string warning
+  + oauth:
+    - Add GType for OAuthSignatureMethod enum
+    - Add property for signature type
+  + Build fixes.
+
+-------------------------------------------------------------------

Old:
----
  rest-0.7.10.tar.bz2

New:
----
  rest-0.7.12.tar.bz2

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

Other differences:
------------------
++++++ librest.spec ++++++
--- /var/tmp/diff_new_pack.bdk1dS/_old  2012-01-06 11:46:01.000000000 +0100
+++ /var/tmp/diff_new_pack.bdk1dS/_new  2012-01-06 11:46:01.000000000 +0100
@@ -21,14 +21,15 @@
 %define _name   rest
 %define soname  0
 %define abi     0.7
-Version:        0.7.10
+Version:        0.7.12
 Release:        1
 License:        LGPLv2.1
 Summary:        Library to access RESTful web services
 Url:            http://git.gnome.org/browse/librest/
 Group:          Development/Libraries/GNOME
 Source0:        
http://download.gnome.org/sources/rest/0.7/%{_name}-%{version}.tar.bz2
-BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  config(ca-certificates)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.22
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libsoup-gnome-2.4)
@@ -52,6 +53,7 @@
 License:        LGPLv2.1
 Summary:        Library to access RESTful web services
 Group:          Development/Libraries/GNOME
+Recommends:     config(ca-certificates)
 
 %description -n librest%{soname}
 This library was designed to make it easier to access web services that
@@ -87,7 +89,9 @@
 %setup -q -n %{_name}-%{version}
 
 %build
-%configure --disable-static
+%configure \
+    --disable-static \
+    --with-ca-certificates=/etc/ssl/ca-bundle.pem
 %__make %{?jobs:-j%jobs} V=1
 
 %install

++++++ rest-0.7.10.tar.bz2 -> rest-0.7.12.tar.bz2 ++++++
++++ 34390 lines of diff (skipped)

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

Reply via email to