Hello community,

here is the log from the commit of package jsonrpc-glib for openSUSE:Factory 
checked in at 2020-11-19 11:56:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jsonrpc-glib (Old)
 and      /work/SRC/openSUSE:Factory/.jsonrpc-glib.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jsonrpc-glib"

Thu Nov 19 11:56:43 2020 rev:10 rq:847243 version:3.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jsonrpc-glib/jsonrpc-glib.changes        
2019-10-17 13:02:19.340844193 +0200
+++ /work/SRC/openSUSE:Factory/.jsonrpc-glib.new.5913/jsonrpc-glib.changes      
2020-11-23 10:31:28.061425555 +0100
@@ -1,0 +2,6 @@
+Mon Sep 14 12:49:39 UTC 2020 - [email protected]
+
+- Update to version 3.38.0:
+  + Improve usage as a subproject.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ jsonrpc-glib.spec ++++++
--- /var/tmp/diff_new_pack.cr9XQu/_old  2020-11-23 10:31:28.493426029 +0100
+++ /var/tmp/diff_new_pack.cr9XQu/_new  2020-11-23 10:31:28.493426029 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jsonrpc-glib
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %define sover 1_0-1
 Name:           jsonrpc-glib
-Version:        3.34.0
+Version:        3.38.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.34/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/jsonrpc-glib/3.38/%{name}-%{version}.tar.xz
 
 BuildRequires:  gtk-doc
 BuildRequires:  meson >= 0.49.2

++++++ jsonrpc-glib-3.34.0.tar.xz -> jsonrpc-glib-3.38.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonrpc-glib-3.34.0/NEWS new/jsonrpc-glib-3.38.0/NEWS
--- old/jsonrpc-glib-3.34.0/NEWS        2019-09-10 02:47:58.000000000 +0200
+++ new/jsonrpc-glib-3.38.0/NEWS        2020-09-12 20:45:46.068132200 +0200
@@ -1,4 +1,16 @@
 ==============
+Version 3.38.0
+==============
+
+ • Improve usage as a subproject
+
+==============
+Version 3.34.0
+==============
+
+ • No changes since 3.33.3.
+
+==============
 Version 3.33.3
 ==============
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonrpc-glib-3.34.0/meson.build 
new/jsonrpc-glib-3.38.0/meson.build
--- old/jsonrpc-glib-3.34.0/meson.build 2019-09-10 02:47:58.000000000 +0200
+++ new/jsonrpc-glib-3.38.0/meson.build 2020-09-12 20:45:46.069132000 +0200
@@ -1,5 +1,5 @@
 project('jsonrpc-glib', 'c',
-          version: '3.33.3',
+          version: '3.38.0',
           license: 'LGPLv2.1+',
     meson_version: '>= 0.49.2',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 
'c_std=gnu11' ],
@@ -32,9 +32,10 @@
 config_h.set_quoted('GETTEXT_PACKAGE', 'libjsonrpc_glib')
 config_h.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), 
get_option('localedir')))
 
+internal_inc = include_directories('.')
+
 add_project_arguments([
   '-DHAVE_CONFIG_H',
-  '-I' + meson.build_root(),
   '-DJSONRPC_GLIB_COMPILATION',
 ], language: 'c')
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonrpc-glib-3.34.0/src/meson.build 
new/jsonrpc-glib-3.38.0/src/meson.build
--- old/jsonrpc-glib-3.34.0/src/meson.build     2019-09-10 02:47:58.000000000 
+0200
+++ new/jsonrpc-glib-3.38.0/src/meson.build     2020-09-12 20:45:46.073132300 
+0200
@@ -58,6 +58,7 @@
 libjsonrpc_glib = library(
   'jsonrpc-glib-' + apiversion,
   libjsonrpc_glib_sources,
+  include_directories: internal_inc,
 
          c_args: hidden_visibility_args + release_args,
    dependencies: libjsonrpc_glib_deps,
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to