Hello community,

here is the log from the commit of package jsoncpp for openSUSE:Factory checked 
in at 2016-08-03 11:38:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jsoncpp (Old)
 and      /work/SRC/openSUSE:Factory/.jsoncpp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jsoncpp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jsoncpp/jsoncpp.changes  2016-07-07 
15:08:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jsoncpp.new/jsoncpp.changes     2016-08-03 
11:38:02.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Jul 23 07:33:16 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.7.4:
+  * Fix pkg-config
+
+-------------------------------------------------------------------

Old:
----
  jsoncpp-1.7.3.tar.gz

New:
----
  jsoncpp-1.7.4.tar.gz

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

Other differences:
------------------
++++++ jsoncpp.spec ++++++
--- /var/tmp/diff_new_pack.d4Agkh/_old  2016-08-03 11:38:03.000000000 +0200
+++ /var/tmp/diff_new_pack.d4Agkh/_new  2016-08-03 11:38:03.000000000 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define libname lib%{name}1
+%define sover   1
 Name:           jsoncpp
-Version:        1.7.3
+Version:        1.7.4
 Release:        0
 Summary:        C++ library that allows manipulating with JSON
 License:        MIT
@@ -42,7 +42,7 @@
 %package devel
 Summary:        Development files for %{name}
 Group:          Development/Languages/C and C++
-Requires:       %{libname} = %{version}
+Requires:       lib%{name}%{sover} = %{version}
 
 %description devel
 JSON is a lightweight data-interchange format. It can represent numbers,
@@ -53,11 +53,11 @@
 existing comment in unserialization/serialization steps, making it a convenient
 format to store user input files.
 
-%package -n %{libname}
+%package -n lib%{name}%{sover}
 Summary:        Shared library for %{name}
 Group:          System/Libraries
 
-%description -n %{libname}
+%description -n lib%{name}%{sover}
 JSON is a lightweight data-interchange format. It can represent numbers,
 strings, ordered sequences of values, and collections of name/value pairs.
 
@@ -80,13 +80,13 @@
 %cmake_install
 rm -rf %{buildroot}%{_libdir}/lib%{name}.a
 
-%post -n %{libname} -p /sbin/ldconfig
-%postun -n %{libname} -p /sbin/ldconfig
+%post -n lib%{name}%{sover} -p /sbin/ldconfig
+%postun -n lib%{name}%{sover} -p /sbin/ldconfig
 
-%files -n %{libname}
+%files -n lib%{name}%{sover}
 %defattr(-,root,root)
 %doc LICENSE
-%{_libdir}/lib%{name}.so.*
+%{_libdir}/lib%{name}.so.%{sover}*
 
 %files devel
 %defattr(-,root,root)

++++++ jsoncpp-1.7.3.tar.gz -> jsoncpp-1.7.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.7.3/CMakeLists.txt 
new/jsoncpp-1.7.4/CMakeLists.txt
--- old/jsoncpp-1.7.3/CMakeLists.txt    2016-06-27 07:12:23.000000000 +0200
+++ new/jsoncpp-1.7.4/CMakeLists.txt    2016-07-09 20:27:28.000000000 +0200
@@ -64,7 +64,7 @@
 #SET( JSONCPP_VERSION_MAJOR X )
 #SET( JSONCPP_VERSION_MINOR Y )
 #SET( JSONCPP_VERSION_PATCH Z )
-SET( JSONCPP_VERSION 1.7.3 )
+SET( JSONCPP_VERSION 1.7.4 )
 jsoncpp_parse_version( ${JSONCPP_VERSION} JSONCPP_VERSION )
 #IF(NOT JSONCPP_VERSION_FOUND)
 #    MESSAGE(FATAL_ERROR "Failed to parse version string properly. Expect 
X.Y.Z")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.7.3/include/json/version.h 
new/jsoncpp-1.7.4/include/json/version.h
--- old/jsoncpp-1.7.3/include/json/version.h    2016-06-27 07:12:23.000000000 
+0200
+++ new/jsoncpp-1.7.4/include/json/version.h    2016-07-09 20:27:28.000000000 
+0200
@@ -3,10 +3,10 @@
 #ifndef JSON_VERSION_H_INCLUDED
 # define JSON_VERSION_H_INCLUDED
 
-# define JSONCPP_VERSION_STRING "1.7.3"
+# define JSONCPP_VERSION_STRING "1.7.4"
 # define JSONCPP_VERSION_MAJOR 1
 # define JSONCPP_VERSION_MINOR 7
-# define JSONCPP_VERSION_PATCH 3
+# define JSONCPP_VERSION_PATCH 4
 # define JSONCPP_VERSION_QUALIFIER
 # define JSONCPP_VERSION_HEXA ((JSONCPP_VERSION_MAJOR << 24) | 
(JSONCPP_VERSION_MINOR << 16) | (JSONCPP_VERSION_PATCH << 8))
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.7.3/pkg-config/jsoncpp.pc.in 
new/jsoncpp-1.7.4/pkg-config/jsoncpp.pc.in
--- old/jsoncpp-1.7.3/pkg-config/jsoncpp.pc.in  2016-06-27 07:12:23.000000000 
+0200
+++ new/jsoncpp-1.7.4/pkg-config/jsoncpp.pc.in  2016-07-09 20:27:28.000000000 
+0200
@@ -1,7 +1,7 @@
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
-libdir=@LIBRARY_INSTALL_DIR@
-includedir=@INCLUDE_INSTALL_DIR@
+libdir=${exec_prefix}/@LIBRARY_INSTALL_DIR@
+includedir=${prefix}/@INCLUDE_INSTALL_DIR@
 
 Name: jsoncpp
 Description: A C++ library for interacting with JSON
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsoncpp-1.7.3/version new/jsoncpp-1.7.4/version
--- old/jsoncpp-1.7.3/version   2016-06-27 07:12:23.000000000 +0200
+++ new/jsoncpp-1.7.4/version   2016-07-09 20:27:28.000000000 +0200
@@ -1 +1 @@
-1.7.3
+1.7.4


Reply via email to