Hello community,

here is the log from the commit of package yaml-cpp for openSUSE:Factory 
checked in at 2015-08-02 22:46:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yaml-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.yaml-cpp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yaml-cpp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yaml-cpp/yaml-cpp.changes        2013-07-03 
11:21:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yaml-cpp.new/yaml-cpp.changes   2015-08-02 
22:46:12.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Aug  1 18:08:00 UTC 2015 - r...@fthiessen.de
+
+- Update version 0.5.2
+  * Some bugfixes
+- Updated spec file
+  * Using cmake macro
+  * Updated copyright.
+
+-------------------------------------------------------------------

Old:
----
  yaml-cpp-0.5.1.tar.gz

New:
----
  yaml-cpp-0.5.2.tar.gz

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

Other differences:
------------------
++++++ yaml-cpp.spec ++++++
--- /var/tmp/diff_new_pack.xlXZ91/_old  2015-08-02 22:46:13.000000000 +0200
+++ /var/tmp/diff_new_pack.xlXZ91/_new  2015-08-02 22:46:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yaml-cpp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -19,13 +19,13 @@
 %define library_name libyaml-cpp0_5
 
 Name:           yaml-cpp
-Version:        0.5.1
+Version:        0.5.2
 Release:        0
 Summary:        YAML parser and emitter in C++
 License:        MIT
 Group:          Development/Libraries/C and C++
-Url:            http://code.google.com/p/yaml-cpp/
-Source0:        http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
+Url:            https://github.com/jbeder/yaml-cpp/
+Source:         
https://github.com/jbeder/yaml-cpp/archive/release-%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  gcc
@@ -54,23 +54,10 @@
 Development files for %{name} library.
 
 %prep
-%setup -q
-
-sed -i -e 's:INCLUDE_INSTALL_ROOT_DIR:INCLUDE_INSTALL_DIR:g' yaml-cpp.pc.cmake
-mkdir build
+%setup -qn %{name}-release-%{version}
 
 %build
-cd build
-cmake \
-  -DCMAKE_C_FLAGS:STRING="%{optflags}" \
-  -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-  -DCMAKE_SKIP_RPATH=ON \
-  -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-  -DBUILD_SHARED_LIBS=ON \
-%if %{_lib} == lib64
-  -DLIB_SUFFIX=64 \
-%endif
-  ..
+%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ../
 make VERBOSE=1 %{?_smp_mflags}
 
 %install
@@ -83,11 +70,11 @@
 
 %files -n %{library_name}
 %defattr(-,root,root,-)
+%doc license.txt
 %{_libdir}/lib*.so.*
 
 %files devel
 %defattr(-,root,root,-)
-%doc license.txt
 %{_includedir}/yaml-cpp/
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*.pc

++++++ yaml-cpp-0.5.1.tar.gz -> yaml-cpp-0.5.2.tar.gz ++++++
++++ 326590 lines of diff (skipped)


Reply via email to