Hello community,

here is the log from the commit of package msgpack for openSUSE:Factory checked 
in at 2016-04-11 09:14:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/msgpack (Old)
 and      /work/SRC/openSUSE:Factory/.msgpack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "msgpack"

Changes:
--------
--- /work/SRC/openSUSE:Factory/msgpack/msgpack.changes  2015-12-09 
22:25:17.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.msgpack.new/msgpack.changes     2016-04-11 
10:26:19.000000000 +0200
@@ -1,0 +2,16 @@
+Fri Apr  1 07:55:20 UTC 2016 - [email protected]
+
+- Update to 1.4.1
+  * Fix TARGET_OS_IPHONE checking (#436, #438)
+  * Fix invalid front() call for empty container (#435. #437)
+  * Fix compile error on g++6 (C++11 only) (#426, #428)
+  * Fix zone size expansion logic (#423, #427)
+- Changes for 1.4.0
+  * Improve documents (#387, #407)
+  * Remove C++ version library (#394, #402)
+  * Add Doxyfile and ChangeLog to the distribution package (#397)
+  * Add signed/unsigned char test to travis-ci (#398)
+  * Remove some warnings (#400, #401, #409)
+  * Fix endian checking. (#404)
+
+-------------------------------------------------------------------

Old:
----
  msgpack-1.3.0.tar.gz

New:
----
  msgpack-1.4.1.tar.gz

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

Other differences:
------------------
++++++ msgpack.spec ++++++
--- /var/tmp/diff_new_pack.9yaGSY/_old  2016-04-11 10:26:19.000000000 +0200
+++ /var/tmp/diff_new_pack.9yaGSY/_new  2016-04-11 10:26:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package msgpack
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,30 +17,20 @@
 
 
 Name:           msgpack
-Version:        1.3.0
+Version:        1.4.1
 Release:        0
 Summary:        Efficient object serialization library for cross-language 
communication
 License:        Apache-2.0
 Group:          Development/Libraries/C and C++
-Url:            http://msgpack.org
+Url:            https://msgpack.org
 Source0:        
https://github.com/msgpack/msgpack-c/releases/download/cpp-%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
-BuildRequires:  xz
 
 %description
 MessagePack is a binary-based efficient object serialization library. It
-enables to exchange structured objects between many languages like JSON. But
-unlike JSON, it is very fast and small.
-
-%package -n libmsgpack4
-Summary:        Efficient object serialization library for cross-language 
communication
-Group:          System/Libraries
-
-%description -n libmsgpack4
-MessagePack is a binary-based efficient object serialization library. It
-enables to exchange structured objects between many languages like JSON. But
-unlike JSON, it is very fast and small.
+enables to exchange structured objects between many languages like JSON.
+But unlike JSON, it is very fast and small.
 
 %package -n libmsgpackc2
 Summary:        Efficient object serialization library for cross-language 
communication
@@ -48,24 +38,22 @@
 
 %description -n libmsgpackc2
 MessagePack is a binary-based efficient object serialization library. It
-enables to exchange structured objects between many languages like JSON. But
-unlike JSON, it is very fast and small.
+enables to exchange structured objects between many languages like JSON.
+But unlike JSON, it is very fast and small.
 
-%package -n libmsgpack-devel
-Summary:        Development headers for libmsgpack C++ library
-Group:          Development/Libraries/C and C++
-Requires:       libmsgpack4 = %{version}
-
-%description -n libmsgpack-devel
-Provides development headers for the msgpack C++ library.
-
-%package -n libmsgpackc-devel
+%package devel
 Summary:        Development headers for libmsgpack C library
 Group:          Development/Libraries/C and C++
 Requires:       libmsgpackc2 = %{version}
+Provides:       libmsgpack-devel = %{version}
+Provides:       libmsgpackc-devel = %{version}
+
+%description devel
+MessagePack is a binary-based efficient object serialization library. It
+enables to exchange structured objects between many languages like JSON.
+But unlike JSON, it is very fast and small.
 
-%description -n libmsgpackc-devel
-Provides development headers for the msgpack C library.
+This package provides headers and other devel files
 
 %prep
 %setup -q
@@ -75,44 +63,23 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libmsgpackc2 -p /sbin/ldconfig
-
 %postun -n libmsgpackc2 -p /sbin/ldconfig
 
-%post -n libmsgpack4 -p /sbin/ldconfig
-
-%postun -n libmsgpack4 -p /sbin/ldconfig
-
 %files -n libmsgpackc2
 %defattr(-,root,root)
 %doc COPYING NOTICE README.md
 %{_libdir}/libmsgpackc.so.*
 
-%files -n libmsgpack4
-%defattr(-,root,root)
-%doc COPYING NOTICE README.md
-%{_libdir}/libmsgpack.so.*
-
-%files -n libmsgpackc-devel
+%files devel
 %defattr(-,root,root)
 %{_libdir}/libmsgpackc.so
 %{_libdir}/pkgconfig/%{name}.pc
-%dir %{_includedir}/%{name}
-%{_includedir}/%{name}.h
-%{_includedir}/%{name}/*.h
-%{_includedir}/%{name}/predef/
-
-%files -n libmsgpack-devel
-%defattr(-,root,root)
-%{_libdir}/libmsgpack.so
-%{_includedir}/%{name}.hpp
-%dir %{_includedir}/%{name}
-%{_includedir}/%{name}/*.hpp
-%{_includedir}/%{name}/adaptor/
-%{_includedir}/%{name}/detail/
-%{_includedir}/%{name}/preprocessor/
+%{_includedir}/msgpack.h
+%{_includedir}/msgpack.hpp
+%{_includedir}/%{name}
 
 %changelog

++++++ msgpack-1.3.0.tar.gz -> msgpack-1.4.1.tar.gz ++++++
++++ 5735 lines of diff (skipped)


Reply via email to