Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package uhttpmock for openSUSE:Factory 
checked in at 2022-09-21 14:39:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/uhttpmock (Old)
 and      /work/SRC/openSUSE:Factory/.uhttpmock.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "uhttpmock"

Wed Sep 21 14:39:33 2022 rev:9 rq:1003216 version:0.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/uhttpmock/uhttpmock.changes      2021-03-10 
08:47:56.494312170 +0100
+++ /work/SRC/openSUSE:Factory/.uhttpmock.new.2083/uhttpmock.changes    
2022-09-21 14:39:53.921333340 +0200
@@ -1,0 +2,13 @@
+Mon Sep  5 09:42:34 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Update to version 0.5.5:
+  + This release fixes the gtk-doc directory containing the version
+    number twice.
+- Changes from version 0.5.4:
+  + This new release drops support for autotools, by using the
+    meson build system, and older versions of libsoup 2.x.
+- Add gtk-doc and meson BuildRequires and macros.
+- Use ldconfig_scriptlets for post(un) handling.
+- Update URL and Source to new home.
+
+-------------------------------------------------------------------

Old:
----
  uhttpmock-0.5.3.tar.xz

New:
----
  uhttpmock-0.5.5.tar.bz2

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

Other differences:
------------------
++++++ uhttpmock.spec ++++++
--- /var/tmp/diff_new_pack.ogjXXn/_old  2022-09-21 14:39:54.393334649 +0200
+++ /var/tmp/diff_new_pack.ogjXXn/_new  2022-09-21 14:39:54.405334682 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package uhttpmock
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,17 +18,20 @@
 
 
 Name:           uhttpmock
-Version:        0.5.3
+Version:        0.5.5
 Release:        0
 Summary:        HTTP web service mocking library
 License:        LGPL-2.1-or-later
 Group:          Development/Tools/Other
-URL:            https://gitlab.com/uhttpmock/uhttpmock
-Source0:        
https://tecnocode.co.uk/downloads/uhttpmock/%{name}-%{version}.tar.xz
+URL:            https://gitlab.freedesktop.org/pwithnall/uhttpmock
+Source0:        %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
+
 BuildRequires:  gobject-introspection-devel
+BuildRequires:  gtk-doc
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.36.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.31.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.47.3
 BuildRequires:  pkgconfig(vapigen)
@@ -67,19 +70,20 @@
 developing applications that use %{name}.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%configure \
-    --disable-static
-make %{?_smp_mflags}
+%meson \
+       -Dgtk_doc=true \
+       -Dintrospection=true \
+       -Dvapi=enabled \
+       %{nil}
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
 
-%post -n libuhttpmock-0_0-0 -p /sbin/ldconfig
-%postun -n libuhttpmock-0_0-0 -p /sbin/ldconfig
+%ldconfig_scriptlets -n libuhttpmock-0_0-0
 
 %files -n libuhttpmock-0_0-0
 %license COPYING

++++++ uhttpmock-0.5.3.tar.xz -> uhttpmock-0.5.5.tar.bz2 ++++++
++++ 60966 lines of diff (skipped)

Reply via email to