Hello community,

here is the log from the commit of package json-glib for openSUSE:Factory 
checked in at 2017-03-22 23:03:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/json-glib (Old)
 and      /work/SRC/openSUSE:Factory/.json-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "json-glib"

Wed Mar 22 23:03:52 2017 rev:39 rq:481176 version:1.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/json-glib/json-glib.changes      2016-08-06 
20:35:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.json-glib.new/json-glib.changes 2017-03-22 
23:03:53.770060808 +0100
@@ -1,0 +2,42 @@
+Sun Mar 19 06:59:19 UTC 2017 - [email protected]
+
+- Update to version 1.2.8:
+  + Add missing header in the Meson file listing.
+  + Ensure that introspection scans all the headers.
+  + build:
+    - Reduce the internal dependencies.
+    - Add missing argument to the introspection scanner.
+    - Ignore 'config.h' when building the API reference.
+    - Generate the config.h file under json-glib.
+    - Fix soversion for Meson builds.
+    - Require the same modules for Meson and Autotools.
+    - Sync the interface age with the version.
+  + Fix the generated pkg-config file with Meson.
+  + docs:
+    - Add links to online resources.
+    - Reference the JSON-GLib header.
+    - Override version macros.
+    - Use 'plain' language for JSON snippets.
+    - Update the README.
+  + Move the reference build down one level.
+  + Use the appropriate values to initialize Autotools.
+
+-------------------------------------------------------------------
+Mon Mar 13 16:10:14 UTC 2017 - [email protected]
+
+- Update to version 1.2.6:
+  + Brown paper bag release to re-generate the dist tarball
+    (bgo#779980).
+- Modernize .spec file a bit: use make %{?_smp_mflags} and 'find'
+  to remove the libtool archives (*.la).
+
+-------------------------------------------------------------------
+Mon Mar 13 13:48:17 UTC 2017 - [email protected]
+
+- Update to version 1.2.4:
+  + Add Meson build system (bgo#773603).
+  + Support Visual Studio 2017.
+  + Allow using G_DECLARE_INTERFACE with JsonSerializable.
+  + Allow empty strings as JsonObject member names (bgo#747279).
+
+-------------------------------------------------------------------

Old:
----
  json-glib-1.2.2.tar.xz

New:
----
  json-glib-1.2.8.tar.xz

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

Other differences:
------------------
++++++ json-glib.spec ++++++
--- /var/tmp/diff_new_pack.c59knz/_old  2017-03-22 23:03:54.457963311 +0100
+++ /var/tmp/diff_new_pack.c59knz/_new  2017-03-22 23:03:54.457963311 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package json-glib
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Dominique Leuenberger, Almere, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           json-glib
-Version:        1.2.2
+Version:        1.2.8
 Release:        0
 Summary:        Library for JavaScript Object Notation format
 License:        LGPL-2.1+
@@ -46,8 +46,8 @@
 
 %package -n libjson-glib-1_0-0
 Summary:        Library for JavaScript Object Notation format
-Group:          Development/Libraries/C and C++
 # To make lang subpackage installable
+Group:          Development/Libraries/C and C++
 Provides:       %{name} = %{version}
 Recommends:     %{name}-lang
 
@@ -112,11 +112,11 @@
 
 %build
 %configure
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-%__rm %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot}%{_libdir} -name '*.la' -delete -print
 %find_lang %{name}-1.0
 
 %clean

++++++ json-glib-1.2.2.tar.xz -> json-glib-1.2.8.tar.xz ++++++
++++ 60382 lines of diff (skipped)


Reply via email to