Hello community,

here is the log from the commit of package pugixml for openSUSE:Factory checked 
in at 2015-09-08 17:42:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pugixml (Old)
 and      /work/SRC/openSUSE:Factory/.pugixml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pugixml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pugixml/pugixml.changes  2015-03-19 
21:14:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pugixml.new/pugixml.changes     2015-09-08 
17:46:39.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Sep  4 13:09:48 UTC 2015 - [email protected]
+
+- Version bump to 1.6:
+  * See manual.html for in-depth changelog
+- Use %cmake macros properly
+
+-------------------------------------------------------------------

Old:
----
  pugixml-1.5.tar.gz

New:
----
  pugixml-1.6.tar.gz

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

Other differences:
------------------
++++++ pugixml.spec ++++++
--- /var/tmp/diff_new_pack.dzpGgV/_old  2015-09-08 17:46:42.000000000 +0200
+++ /var/tmp/diff_new_pack.dzpGgV/_new  2015-09-08 17:46:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pugixml
 #
-# Copyright (c) 2015 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
@@ -16,10 +16,9 @@
 #
 
 
-%define so_ver 1
-
+%define _libname libpugixml1
 Name:           pugixml
-Version:        1.5
+Version:        1.6
 Release:        0
 Summary:        Light-weight C++ XML Processing Library
 License:        MIT
@@ -46,17 +45,17 @@
 %package devel
 Summary:        Development Files for pugixml
 Group:          Development/Libraries/C and C++
-Requires:       libpugixml%{so_ver} = %{version}
+Requires:       %{_libname} = %{version}
 
 %description devel
 This package provides development libraries and headers needed to build
 software using pugixml.
 
-%package -n libpugixml%{so_ver}
+%package -n %{_libname}
 Summary:        Light-weight C++ XML Processing Library
 Group:          System/Libraries
 
-%description -n libpugixml%{so_ver}
+%description -n %{_libname}
 pugixml is a light-weight C++ XML processing library. It features:
 
 - DOM-like interface with rich traversal/modification capabilities
@@ -72,32 +71,27 @@
 %setup -q
 
 %build
-export CFLAGS="%{optflags}"
-export CXXFLAGS="%{optflags}"
-mkdir build
-cd build
-cmake \
-    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-    -DCMAKE_INSTALL_LIBDIR=%{_libdir} \
-    -DBUILD_SHARED_LIBS=ON \
-    ../scripts
-make %{?_smp_mflags} VERBOSE=1
-cd ..
+cd scripts
+%cmake
+make %{?_smp_mflags}
+
 %install
-make DESTDIR=%{buildroot} install -C build
-rm -rf %{buildroot}%{_libdir}/cmake
-%post -n libpugixml%{so_ver} -p /sbin/ldconfig
+cd scripts
+%cmake_install
+
+%post -n %{_libname} -p /sbin/ldconfig
 
-%postun -n libpugixml%{so_ver} -p /sbin/ldconfig
+%postun -n %{_libname} -p /sbin/ldconfig
 
 %files devel
 %defattr(-,root,root,-)
 %doc readme.txt docs/*
 %{_includedir}/*.hpp
+%{_libdir}/cmake/*
 %{_libdir}/*.so
 
-%files -n libpugixml%{so_ver}
+%files -n %{_libname}
 %defattr(-,root,root,-)
-%{_libdir}/libpugixml.so.%{so_ver}*
+%{_libdir}/libpugixml.so.*
 
 %changelog

++++++ pugixml-1.5.tar.gz -> pugixml-1.6.tar.gz ++++++
++++ 17771 lines of diff (skipped)


Reply via email to