Hello community,

here is the log from the commit of package votca-tools for openSUSE:Factory 
checked in at 2015-10-19 22:51:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/votca-tools (Old)
 and      /work/SRC/openSUSE:Factory/.votca-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "votca-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/votca-tools/votca-tools.changes  2014-09-06 
17:05:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.votca-tools.new/votca-tools.changes     
2015-10-20 00:05:08.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct  8 10:23:57 UTC 2015 - jungh...@votca.org
+
+- Upgrade to 1.3_rc1
+  * details: https://github.com/votca/csg/blob/master/CHANGELOG.md
+
+-------------------------------------------------------------------

Old:
----
  votca-tools-1.2.4_pristine.tar.gz

New:
----
  votca-tools-1.3_rc1.tar.gz

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

Other differences:
------------------
++++++ votca-tools.spec ++++++
--- /var/tmp/diff_new_pack.JzfHGT/_old  2015-10-20 00:05:08.000000000 +0200
+++ /var/tmp/diff_new_pack.JzfHGT/_new  2015-10-20 00:05:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # votca_tools.spec
 #
-# Copyright (c) 2013-2014 Christoph Junghans <jungh...@votca.org>
+# Copyright (c) 2013-2015 Christoph Junghans <jungh...@votca.org>
 #
 # Originally written by Jussi Lehtola <jussileht...@fedoraproject.org>
 # Fixed for multi-distro build by Klaus Kaempf <kkae...@suse.de>
@@ -10,13 +10,14 @@
 #
 
 Name:           votca-tools
-Version:        1.2.4
+Version:        1.3~rc1
+%define uversion 1.3_rc1
 Release:        0
 Summary:        VOTCA tools library
 Group:          Productivity/Scientific/Chemistry
 License:        Apache-2.0
 URL:            http://www.votca.org
-Source0:        
http://downloads.votca.googlecode.com/hg/%{name}-%{version}_pristine.tar.gz
+Source0:        
https://github.com/votca/tools/archive/v%{uversion}.tar.gz#/%{name}-%{uversion}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -40,11 +41,11 @@
 a package intended to reduce the amount of routine work when doing systematic
 coarse-graining of various systems. The core is written in C++.
 
-%package -n libvotca_tools2
+%package -n libvotca_tools3
 Summary:        VOTCA tools library
 Group:          Productivity/Scientific/Chemistry
 
-%description -n libvotca_tools2
+%description -n libvotca_tools3
 Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
 a package intended to reduce the amount of routine work when doing systematic
 coarse-graining of various systems. The core is written in C++.
@@ -54,7 +55,7 @@
 %package devel
 Summary:    Development headers and libraries for votca-tools
 Group:      Development/Libraries/C and C++
-Requires:   libvotca_tools2 = %{version}-%{release}
+Requires:   libvotca_tools3 = %{version}-%{release}
 
 %description devel
 Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is
@@ -64,10 +65,7 @@
 This package contains development headers and libraries for votca-tools.
 
 %prep
-%setup -q
-# Get rid of bundled versions of boost and expat
-rm -rf src/libboost
-rm -rf src/libexpat
+%setup -n tools-%{uversion} -q
 
 %build
 %if %{defined fedora}
@@ -86,7 +84,7 @@
  -DCMAKE_C_FLAGS_RELEASE:STRING="%{optflags}" \
  -DCMAKE_CXX_FLAGS_RELEASE:STRING="%{optflags}" \
  -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_SKIP_RPATH=1 \
+ -DCMAKE_SKIP_RPATH:BOOL=OFF \
  -DLIB=%{_lib} ..
 make %{?_smp_mflags}
 
@@ -94,10 +92,15 @@
 cd build
 make install DESTDIR=%{buildroot}
 
-%post -n libvotca_tools2 -p /sbin/ldconfig
-%postun -n libvotca_tools2 -p /sbin/ldconfig
+%files
+%defattr(-,root,root,-)
+%{_bindir}/votca_*
+%{_mandir}/man1/*
+
+%post -n libvotca_tools3 -p /sbin/ldconfig
+%postun -n libvotca_tools3 -p /sbin/ldconfig
 
-%files -n libvotca_tools2
+%files -n libvotca_tools3
 %defattr(-,root,root,-)
 %doc LICENSE NOTICE
 %{_libdir}/libvotca_tools.so.*


Reply via email to