Hello community,

here is the log from the commit of package uhttpmock for openSUSE:Factory 
checked in at 2015-01-08 23:04:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uhttpmock (Old)
 and      /work/SRC/openSUSE:Factory/.uhttpmock.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uhttpmock"

Changes:
--------
--- /work/SRC/openSUSE:Factory/uhttpmock/uhttpmock.changes      2013-12-31 
10:10:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.uhttpmock.new/uhttpmock.changes 2015-01-08 
23:04:26.000000000 +0100
@@ -1,0 +2,26 @@
+Thu Jan  1 22:53:03 UTC 2015 - [email protected]
+
+- Update to version 0.3.3:
+  + Fix comparison mode.
+- Changes from version 0.3.2:
+  + Fix some memory leaks.
+  + Rearchitect trace file parsing to correctly handle buffer
+    boundaries.
+- Changes from version 0.3.1:
+  + Add optional support for libsoup ≥ 2.47.3.
+- Changes from version 0.3.0:
+  + Major changes:
+    - Drop useless gthread dependency.
+    - Thread safety fixes.
+  + API changes:
+    - Add uhm_server_set_expected_domain_names().
+    - Add uhm_server_received_message_chunk_with_direction(),
+      uhm_server_received_message_chunk_from_soup().
+  + Bugs fixed:
+    - rh#1026764: Review Request: uhttpmock - HTTP web service
+      mocking library.
+    - bgo#731040: libgdata-0.14.3 tests fail.
+- Drop pkgconfig(gthread-2.0) BuildRequires following upstream.
+- Add ldconfig calls to libuhttpmock-0_0-0 post and postun.
+
+-------------------------------------------------------------------

Old:
----
  uhttpmock-0.2.0.tar.xz

New:
----
  uhttpmock-0.3.3.tar.xz

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

Other differences:
------------------
++++++ uhttpmock.spec ++++++
--- /var/tmp/diff_new_pack.EaCbCT/_old  2015-01-08 23:04:26.000000000 +0100
+++ /var/tmp/diff_new_pack.EaCbCT/_new  2015-01-08 23:04:26.000000000 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package uhttpmock
 #
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,20 +16,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           uhttpmock
-Version:        0.2.0
+Version:        0.3.3
 Release:        0
 Summary:        HTTP web service mocking library
-Group:          Development/Tools
 License:        LGPL-2.1+
-URL:            http://gitorious.org/uhttpmock
-Source0:        http://tecnocode.co.uk/downloads/%{name}-%{version}.tar.xz
+Group:          Development/Tools
+Url:            http://gitorious.org/uhttpmock
+Source0:        
http://tecnocode.co.uk/downloads/%{name}/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.31.0 
 BuildRequires:  pkgconfig(gio-2.0) >= 2.17.3 
-BuildRequires:  pkgconfig(libsoup-2.4) >= 2.37.91 
-BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.31.0
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(libsoup-2.4) >= 2.47.3
 
 %description
 uhttpmock is a project for mocking web service APIs which use HTTP or HTTPS.
@@ -57,8 +58,8 @@
 %package devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries
-Requires: typelib-1_0-Uhm-0_0 = %{version}
 Requires: libuhttpmock-0_0-0 = %{version}
+Requires:       typelib-1_0-Uhm-0_0 = %{version}
 
 %description devel
 This package contains libraries, header files and documentation for
@@ -77,6 +78,10 @@
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
+%post -n libuhttpmock-0_0-0 -p /sbin/ldconfig
+
+%postun -n libuhttpmock-0_0-0 -p /sbin/ldconfig
+
 %files -n libuhttpmock-0_0-0
 %defattr(-,root,root)
 %doc README COPYING NEWS AUTHORS
@@ -88,7 +93,7 @@
 
 %files devel
 %defattr(-,root,root)
-%doc %{_datadir}/gtk-doc/html/libuhttpmock/
+%doc %{_datadir}/gtk-doc/html/libuhttpmock-0.0/
 %{_libdir}/*.so
 %{_includedir}/libuhttpmock-0.0/
 %{_libdir}/pkgconfig/libuhttpmock-0.0.pc

++++++ uhttpmock-0.2.0.tar.xz -> uhttpmock-0.3.3.tar.xz ++++++
++++ 11656 lines of diff (skipped)

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

Reply via email to