Hello community, here is the log from the commit of package votca-csg for openSUSE:Factory checked in at 2015-10-19 22:50:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/votca-csg (Old) and /work/SRC/openSUSE:Factory/.votca-csg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "votca-csg" Changes: -------- --- /work/SRC/openSUSE:Factory/votca-csg/votca-csg.changes 2014-09-09 06:21:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.votca-csg.new/votca-csg.changes 2015-10-20 00:04:53.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Oct 8 10:33:32 UTC 2015 - [email protected] + +- Upgrade to 1.3_rc1 + * details: https://github.com/votca/csg/blob/master/CHANGELOG.md + +------------------------------------------------------------------- Old: ---- votca-csg-1.2.4.tar.gz votca-csg-manual-1.2.4.pdf votca-csg-tutorials-1.2.4.tar.gz New: ---- votca-csg-1.3_rc1.tar.gz votca-csg-manual-1.3_rc1.pdf votca-csg-tutorials-1.3_rc1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ votca-csg.spec ++++++ --- /var/tmp/diff_new_pack.9R1aze/_old 2015-10-20 00:04:54.000000000 +0200 +++ /var/tmp/diff_new_pack.9R1aze/_new 2015-10-20 00:04:54.000000000 +0200 @@ -1,7 +1,7 @@ # # votca-csg.spec # -# Copyright (c) 2013-2014 Christoph Junghans +# Copyright (c) 2013-2015 Christoph Junghans # # Originally written by Jussi Lehtola <[email protected]> # Fixed for multi-distro build by Klaus Kaempf <[email protected]> @@ -10,15 +10,16 @@ # Name: votca-csg -Version: 1.2.4 +Version: 1.3~rc1 +%define uversion 1.3_rc1 Release: 0 Summary: VOTCA coarse-graining engine Group: Productivity/Scientific/Chemistry License: Apache-2.0 URL: http://www.votca.org -Source0: http://downloads.votca.googlecode.com/hg/%{name}-%{version}.tar.gz -Source1: http://downloads.votca.googlecode.com/hg/%{name}-tutorials-%{version}.tar.gz -Source2: http://downloads.votca.googlecode.com/hg/%{name}-manual-%{version}.pdf +Source0: https://github.com/votca/csg/archive/v%{uversion}.tar.gz#/%{name}-%{uversion}.tar.gz +Source1: https://github.com/votca/csg-tutorials/archive/v%{uversion}.tar.gz#/%{name}-tutorials-%{uversion}.tar.gz +Source2: https://github.com/votca/csg-manual/releases/download/v%{uversion}/votca-csg-manual-%{uversion}.pdf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -37,7 +38,7 @@ #exact same version is needed Requires: %{name}-common = %{version}-%{release} -Requires: libvotca_csg2 = %{version}-%{release} +Requires: libvotca_csg3 = %{version}-%{release} %description Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is @@ -46,11 +47,11 @@ This package contains the Coarse Graining Engine of VOTCA package. -%package -n libvotca_csg2 +%package -n libvotca_csg3 Summary: Libraries for VOTCA coarse graining engine Group: Productivity/Scientific/Chemistry -%description -n libvotca_csg2 +%description -n libvotca_csg3 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++. @@ -60,7 +61,7 @@ %package devel Summary: Development headers and libraries for VOTCA Coarse Graining Engine Group: Development/Libraries/C and C++ -Requires: libvotca_csg2 = %{version}-%{release} +Requires: libvotca_csg3 = %{version}-%{release} Requires: votca-tools-devel = %{version} %description devel @@ -111,12 +112,10 @@ This package contains bash completion support for votca-csg. %prep -%setup -q +%setup -n csg-%{uversion} -q tar -xzf %{S:1} -rm -rf %{name}-tutorials-%{version}/.hg* %build -pkg-config libgromacs && DEV=ON || DEV=OFF %if %{defined fedora} mkdir build cd build @@ -149,15 +148,15 @@ cp %{S:2} %{buildroot}%{pkgdocdir} mkdir -p %{buildroot}%{pkgdocdir}/examples -cp -r %{name}-tutorials-%{version}/* %{buildroot}%{pkgdocdir}/examples +cp -r csg-tutorials-%{uversion}/* %{buildroot}%{pkgdocdir}/examples %fdupes %{buildroot}%{_prefix} -%post -n libvotca_csg2 -p /sbin/ldconfig -%postun -n libvotca_csg2 -p /sbin/ldconfig +%post -n libvotca_csg3 -p /sbin/ldconfig +%postun -n libvotca_csg3 -p /sbin/ldconfig %files %defattr(-,root,root,-) -%doc ChangeLog NOTICE README LICENSE +%doc CHANGELOG.md NOTICE README.md LICENSE %{_bindir}/csg_* %{_bindir}/multi_g_* %{_mandir}/man1/* @@ -172,7 +171,7 @@ %defattr(-,root,root,-) %{_datadir}/votca -%files -n libvotca_csg2 +%files -n libvotca_csg3 %defattr(-,root,root,-) %doc LICENSE %{_libdir}/libvotca_csg.so.*
