Hello community,

here is the log from the commit of package msgpack for openSUSE:Factory checked 
in at 2015-12-09 19:50:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-05 
15:31:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.msgpack.new/msgpack.changes     2015-12-09 
22:25:17.000000000 +0100
@@ -1,0 +2,93 @@
+Wed Dec  2 15:11:30 UTC 2015 - roni...@gmail.com
+
+- Version bump to 1.3.0.
+- Changelog between v0.5.9 and v1.3.0:
+
+    - Version 1.0.0
+        * No changelog available.
+
+    - Version 1.0.1
+        * This is a maintenance release and it includes following
+        * fixes:
+            - Fix compilation error on Mac 10.9 (#244)
+            - Fix typos in documents (#240)
+            - Update CHANGELOG.md for version 1.0.0 (#242)
+            - Fix erb templates for the next code generation (#239)
+
+    - Version 1.1.0
+        * Breaking changes:
+            - Remove msgpack_fwd.hpp (#262)
+            - Improve user types adaptation mechanism (#262)
+                Since version 1.0.0, users need to obey the correct
+                include order. However, it is very difficult to
+                maintain the correct order in big projects. version
+                1.1.0 removed this order. Users don't need to care
+                about include order. Migration guide from 1.0.x to
+                1.1.0 has been written. See
+                https://github.com/msgpack/msgpack-c/wiki
+        * Other updates:
+            - Fix vector size check (#251)
+            - Fix inttypes.h inclusion on MSVC (#257)
+            - Support documents generation by Doxygen (#259)
+            - Remove C99 style variable declaration (#253)
+            - Improve documents
+              (https://github.com/msgpack/msgpack-c/wiki)
+
+    - Version 1.2.0
+        * Breaking changes:
+            - Change std::vector and std::array mapped to BIN
+              instead of ARRAY (#243)
+            - Remove redundant copy (#285)
+        * Other changes:
+            - Add array_ref to map to ARRAY (#243)
+            - Add variant type and adaptor (#349)
+            - Add object::convert_if_not_nil() (#357)
+            - Fix invalid offset update (#354)
+            - Add C++11 support on MSVC2015(#339, #347)
+            - Fix and Improve build system (#346, #350, #361, #363)
+            - Import Boost.Preprocessor as a part of msgpack-c
+              (#312)
+            - Fix OSX with libc++ specific errors (#334, #362)
+            - Add customized containers support (#330)
+            - Add std::unique_ptr and std::shared_ptr support
+              (#329)
+            - Add missing install files (#328)
+            - Add shared/static library switching option (#316)
+            - Improve no throw description on C++11 (#313)
+            - Import Boost.Predef as a part of msgpack-c (#312)
+            - Add map based serialize support (#306)
+            - Add Boost.Fusion support (#305)
+            - Add v4 format RAW support (#304)
+            - Fix zbuffer with empty string problem (#303)
+            - Add non default constructible class support (#302,
+              #324, #327, #331, #332, #345)
+            - Add inline keyword to function (template) (#299)
+            - Add EXT type supporting classes (#292, #308)
+            - Fix raw_ref != comparison (#290)
+            - Add object deep copy (#288)
+            - Remove some warnings (#284, #322, #323, #335)
+            - Improve compiler version checking (#283)
+            - Add return value to object::convert() (#282)
+            - Improve move semantic support in C++11 (#279, #353)
+            - Add Boost.StringRef support (#278)
+            - Improve CI environment (#276, #294, #338)
+            - Add converting to JSON (#274, #301)
+            - Fix iOS specific problem (#270)
+            - Improve doxtgen document generation (#269)
+            - Add Boost.Optional support (#268)
+            - Fix msvc specific problem (#267, #295)
+            - Add base class serialization. (#265, #277)
+            - Add and improve examples. (#264, #310, #311, #341,
+              #342, #344)
+            - Fix wiki URL. (#263)
+
+    - Version 1.3.0
+        * Change the license from the Apache License Version 2.0 to
+          the Boost Software License, Version 1.0.(#386)
+        * Remove some warnings (#365)
+        * Add std::reference_wrapper support(#373, #384)
+        * Improve tests (#375, #378, #379, #380)
+        * Fix msvc specific problem (#376, #383)
+        * Fix typos (#381)
+
+-------------------------------------------------------------------

Old:
----
  msgpack-0.5.9.tar.gz

New:
----
  msgpack-1.3.0.tar.gz

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

Other differences:
------------------
++++++ msgpack.spec ++++++
--- /var/tmp/diff_new_pack.PKAfzV/_old  2015-12-09 22:25:18.000000000 +0100
+++ /var/tmp/diff_new_pack.PKAfzV/_new  2015-12-09 22:25:18.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           msgpack
-Version:        0.5.9
+Version:        1.3.0
 Release:        0
 Summary:        Efficient object serialization library for cross-language 
communication
 License:        Apache-2.0
@@ -27,18 +27,17 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  xz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %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 libmsgpack3
+%package -n libmsgpack4
 Summary:        Efficient object serialization library for cross-language 
communication
 Group:          System/Libraries
 
-%description -n libmsgpack3
+%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.
@@ -55,7 +54,7 @@
 %package -n libmsgpack-devel
 Summary:        Development headers for libmsgpack C++ library
 Group:          Development/Libraries/C and C++
-Requires:       libmsgpack3 = %{version}
+Requires:       libmsgpack4 = %{version}
 
 %description -n libmsgpack-devel
 Provides development headers for the msgpack C++ library.
@@ -83,18 +82,18 @@
 
 %postun -n libmsgpackc2 -p /sbin/ldconfig
 
-%post -n libmsgpack3 -p /sbin/ldconfig
+%post -n libmsgpack4 -p /sbin/ldconfig
 
-%postun -n libmsgpack3 -p /sbin/ldconfig
+%postun -n libmsgpack4 -p /sbin/ldconfig
 
 %files -n libmsgpackc2
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NOTICE README.md
+%doc COPYING NOTICE README.md
 %{_libdir}/libmsgpackc.so.*
 
-%files -n libmsgpack3
+%files -n libmsgpack4
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NOTICE README.md
+%doc COPYING NOTICE README.md
 %{_libdir}/libmsgpack.so.*
 
 %files -n libmsgpackc-devel
@@ -104,16 +103,16 @@
 %dir %{_includedir}/%{name}
 %{_includedir}/%{name}.h
 %{_includedir}/%{name}/*.h
+%{_includedir}/%{name}/predef/
 
 %files -n libmsgpack-devel
 %defattr(-,root,root)
 %{_libdir}/libmsgpack.so
-%dir %{_includedir}/%{name}
 %{_includedir}/%{name}.hpp
+%dir %{_includedir}/%{name}
 %{_includedir}/%{name}/*.hpp
-%dir %{_includedir}/%{name}/type
-%{_includedir}/%{name}/type/*.hpp
-%dir %{_includedir}/%{name}/type/tr1
-%{_includedir}/%{name}/type/tr1/*.hpp
+%{_includedir}/%{name}/adaptor/
+%{_includedir}/%{name}/detail/
+%{_includedir}/%{name}/preprocessor/
 
 %changelog

++++++ msgpack-0.5.9.tar.gz -> msgpack-1.3.0.tar.gz ++++++
++++ 154093 lines of diff (skipped)


Reply via email to