Hello community,

here is the log from the commit of package jsoncpp for openSUSE:Factory checked 
in at 2016-07-07 15:08:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-07 
13:35:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jsoncpp.new/jsoncpp.changes     2016-07-07 
15:08:34.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Jun 30 08:46:23 UTC 2016 - [email protected]
+
+- Update to version 1.7.3:
+  * Fix static initialization of null with Myers Singleton.
+  * Fix other minor compiler and installation problems and
+    warnings.
+  * Fix amalgamated header.
+- Drop -doc subpackage
+
+-------------------------------------------------------------------

Old:
----
  1.7.2.tar.gz

New:
----
  jsoncpp-1.7.3.tar.gz

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

Other differences:
------------------
++++++ jsoncpp.spec ++++++
--- /var/tmp/diff_new_pack.fAC3tV/_old  2016-07-07 15:08:35.000000000 +0200
+++ /var/tmp/diff_new_pack.fAC3tV/_new  2016-07-07 15:08:35.000000000 +0200
@@ -18,19 +18,16 @@
 
 %define libname lib%{name}1
 Name:           jsoncpp
-Version:        1.7.2
+Version:        1.7.3
 Release:        0
 Summary:        C++ library that allows manipulating with JSON
 License:        MIT
 Group:          Development/Libraries/C and C++
 Url:            https://github.com/open-source-parsers/jsoncpp
-Source0:        
https://github.com/open-source-parsers/%{name}/archive/%{version}.tar.gz
+Source0:        
https://github.com/open-source-parsers/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
-BuildRequires:  doxygen
-BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  python
-BuildRequires:  pkgconfig(pkg-config)
+BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,7 +42,7 @@
 %package devel
 Summary:        Development files for %{name}
 Group:          Development/Languages/C and C++
-Requires:       %{libname} = %{version}-%{release}
+Requires:       %{libname} = %{version}
 
 %description devel
 JSON is a lightweight data-interchange format. It can represent numbers,
@@ -56,20 +53,6 @@
 existing comment in unserialization/serialization steps, making it a convenient
 format to store user input files.
 
-%package doc
-Summary:        Documentation for %{name}
-Group:          Documentation/HTML
-BuildArch:      noarch
-
-%description doc
-JSON is a lightweight data-interchange format. It can represent numbers,
-strings, ordered sequences of values, and collections of name/value pairs.
-
-JsonCpp is a C++ library that allows manipulating JSON values, including
-serialization and deserialization to and from strings. It can also preserve
-existing comment in unserialization/serialization steps, making it a convenient
-format to store user input files.
-
 %package -n %{libname}
 Summary:        Shared library for %{name}
 Group:          System/Libraries
@@ -87,7 +70,6 @@
 %setup -q
 
 %build
-python doxybuild.py --doxygen=%{_bindir}/doxygen --open
 %cmake \
        -DJSONCPP_WITH_CMAKE_PACKAGE=ON
 # path needs to be exported otherwise unit tests will fail
@@ -96,7 +78,6 @@
 
 %install
 %cmake_install
-%fdupes -s dist/doxygen
 rm -rf %{buildroot}%{_libdir}/lib%{name}.a
 
 %post -n %{libname} -p /sbin/ldconfig
@@ -115,8 +96,4 @@
 %{_libdir}/lib%{name}.so
 %{_includedir}/json/
 
-%files doc
-%defattr(-,root,root)
-%doc dist/doxygen/jsoncpp*
-
 %changelog


Reply via email to