Hello community,

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

Package is "libquo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libquo/libquo.changes    2015-10-19 
22:49:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libquo.new/libquo.changes       2016-09-01 
14:02:34.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Aug 24 19:41:46 UTC 2016 - jungh...@votca.org
+
+- version bumped to 1.2.9, details:
+  https://github.com/losalamos/libquo/commits/master
+- added quo-info to devel package
+- bumped so version to 4
+
+-------------------------------------------------------------------

Old:
----
  libquo-1.2.4.tar.gz

New:
----
  libquo-1.2.9.tar.gz

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

Other differences:
------------------
++++++ libquo.spec ++++++
--- /var/tmp/diff_new_pack.JBkgu9/_old  2016-09-01 14:02:35.000000000 +0200
+++ /var/tmp/diff_new_pack.JBkgu9/_new  2016-09-01 14:02:35.000000000 +0200
@@ -1,13 +1,13 @@
 #
-# libquo.spec
+# spec file for package libquo
 #
-# Copyright (c) 2014,2015 Christoph Junghans <jungh...@votca.org>
+# Copyright (c) 2014-2016 Christoph Junghans <jungh...@votca.org>
 #
 # Licensed under the Apache Software License (ASL 2.0)
 #
 
 Name:    libquo
-Version: 1.2.4
+Version: 1.2.9
 Release: 0
 
 Source: http://losalamos.github.io/libquo/dists/%{name}-%{version}.tar.gz
@@ -31,11 +31,11 @@
 and reverted during the execution of an MPI/MPI+X application as different 
computational 
 phases are entered and exited, respectively.
 
-%package -n libquo3
+%package -n libquo4
 Summary:    A library that make run-time tuning of process binding policies 
easy
 Group:      Development/Libraries/C and C++
 
-%description -n libquo3
+%description -n libquo4
 QUO, a high-level, easy to use programming interface tailored specifically for 
 MPI/MPI+X codes that may benefit from evolving process binding policies during 
 their execution. QUO allows for arbitrary process binding policies to be 
enacted 
@@ -45,7 +45,7 @@
 %package devel
 Summary:    Development headers and libraries for libquo
 Group:      Development/Libraries/C and C++
-Requires:   libquo3 = %{version}-%{release}
+Requires:   libquo4 = %{version}-%{release}
 
 %description devel
 QUO, a high-level, easy to use programming interface tailored specifically for 
@@ -60,9 +60,6 @@
 %setup
 
 %build
-%if %{defined fedora}
-%{_openmpi_load}
-%endif
 %configure --enable-shared CC=mpicc
 make %{?_smp_mflags}
 
@@ -70,15 +67,16 @@
 make install DESTDIR=%{buildroot}
 rm %{buildroot}%{_libdir}/*.la
 
-%post -n libquo3 -p /sbin/ldconfig
-%postun -n libquo3 -p /sbin/ldconfig
+%post -n libquo4 -p /sbin/ldconfig
+%postun -n libquo4 -p /sbin/ldconfig
 
-%files -n libquo3
+%files -n libquo4
 %defattr(-,root,root,0755)
 %{_libdir}/libquo.so.*
 
 %files devel
 %defattr(-,root,root,-)
+%{_bindir}/quo-info
 %{_includedir}/*.h
 %{_libdir}/libquo.so
 %{_libdir}/libquo.a

++++++ libquo-1.2.4.tar.gz -> libquo-1.2.9.tar.gz ++++++
++++ 38527 lines of diff (skipped)


Reply via email to