Hello community,

here is the log from the commit of package jsonrpc-glib for openSUSE:Factory 
checked in at 2019-04-01 12:30:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jsonrpc-glib (Old)
 and      /work/SRC/openSUSE:Factory/.jsonrpc-glib.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jsonrpc-glib"

Mon Apr  1 12:30:38 2019 rev:7 rq:689300 version:3.32.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jsonrpc-glib/jsonrpc-glib.changes        
2018-10-17 08:24:54.638689273 +0200
+++ /work/SRC/openSUSE:Factory/.jsonrpc-glib.new.25356/jsonrpc-glib.changes     
2019-04-01 12:30:40.889751595 +0200
@@ -1,0 +2,12 @@
+Wed Mar 13 08:35:29 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 3.32.0:
+  + No changes in this release.
+
+-------------------------------------------------------------------
+Tue Feb 19 22:34:04 UTC 2019 - bjorn....@gmail.com
+
+- Update to version 3.31.91:
+  + Improve cross-compilation support.
+
+-------------------------------------------------------------------

Old:
----
  jsonrpc-glib-3.30.1.tar.xz

New:
----
  jsonrpc-glib-3.32.0.tar.xz

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

Other differences:
------------------
++++++ jsonrpc-glib.spec ++++++
--- /var/tmp/diff_new_pack.OVq7ae/_old  2019-04-01 12:30:41.317751728 +0200
+++ /var/tmp/diff_new_pack.OVq7ae/_new  2019-04-01 12:30:41.321751729 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jsonrpc-glib
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
 
 %define sover 1_0-1
 Name:           jsonrpc-glib
-Version:        3.30.1
+Version:        3.32.0
 Release:        0
 Summary:        Library to communicate with JSON-RPC based peers
 License:        LGPL-2.1-or-later
 Group:          Development/Libraries/GNOME
 URL:            https://gitlab.gnome.org/GNOME/jsonrpc-glib
-Source0:        
https://download.gnome.org/sources/jsonrpc-glib/3.30/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/jsonrpc-glib/3.32/%{name}-%{version}.tar.xz
+
 BuildRequires:  gtk-doc
 BuildRequires:  meson >= 0.40.1
 BuildRequires:  pkgconfig

++++++ jsonrpc-glib-3.30.1.tar.xz -> jsonrpc-glib-3.32.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonrpc-glib-3.30.1/NEWS new/jsonrpc-glib-3.32.0/NEWS
--- old/jsonrpc-glib-3.30.1/NEWS        2018-10-10 20:57:40.000000000 +0200
+++ new/jsonrpc-glib-3.32.0/NEWS        2019-03-13 08:15:09.000000000 +0100
@@ -1,4 +1,18 @@
 ==============
+Version 3.32.0
+==============
+
+No changes in this release
+
+===============
+Version 3.31.91
+===============
+
+Changes in this release:
+
+ • Improve cross-compilation support.
+
+==============
 Version 3.30.1
 ==============
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonrpc-glib-3.30.1/meson.build 
new/jsonrpc-glib-3.32.0/meson.build
--- old/jsonrpc-glib-3.30.1/meson.build 2018-10-10 20:57:40.000000000 +0200
+++ new/jsonrpc-glib-3.32.0/meson.build 2019-03-13 08:15:09.000000000 +0100
@@ -1,5 +1,5 @@
 project('jsonrpc-glib', 'c',
-          version: '3.30.1',
+          version: '3.32.0',
           license: 'LGPLv2.1+',
     meson_version: '>= 0.40.1',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 
'c_std=gnu11' ],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonrpc-glib-3.30.1/src/meson.build 
new/jsonrpc-glib-3.32.0/src/meson.build
--- old/jsonrpc-glib-3.30.1/src/meson.build     2018-10-10 20:57:40.000000000 
+0200
+++ new/jsonrpc-glib-3.32.0/src/meson.build     2019-03-13 08:15:09.000000000 
+0100
@@ -79,7 +79,10 @@
                 install: true,
         install_dir_gir: girdir,
     install_dir_typelib: typelibdir,
-             extra_args: [ '--c-include=jsonrpc-glib.h' ],
+             extra_args: [
+                 '--c-include=jsonrpc-glib.h',
+                 '-DJSONRPC_GLIB_COMPILATION',
+             ],
   )
 
   if get_option('with_vapi')


Reply via email to