From 5d91d0e0f7aed3427d7f246c812b38e719cd44ee Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Apr 18 2020 13:28:48 +0000 Subject: Version bump to v1.6 (bug #1825474) --- diff --git a/.gitignore b/.gitignore index 2b3f3ee..f827973 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /votca-tools-1.5.1.tar.gz /votca-tools-1.6_rc1.tar.gz /votca-tools-1.6_rc2.tar.gz +/votca-tools-1.6.tar.gz diff --git a/sources b/sources index 03b88a6..72db653 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (votca-tools-1.6_rc2.tar.gz) = 16ddf3892bdd052e0a679b72c99ba804884e4a5d1eff5dfe95fa2b2f023d26046a43d43c818272ad4e46cf0196584d9644061bf4f9d2b61ce68c08e7fb711d1c +SHA512 (votca-tools-1.6.tar.gz) = 0159bc10066e05da8ba0f70e3c70d8cb4cd7b07ebd58edff1ccfeb86504af855eb5cae7184200e5c8ee3a3f6b6b85ec46a045f00dc8e681073ae8fdbbfc3965a diff --git a/votca-tools.spec b/votca-tools.spec index 6ed2b41..9fc5566 100644 --- a/votca-tools.spec +++ b/votca-tools.spec @@ -1,12 +1,12 @@ Name: votca-tools -Version: 1.6~rc2 -%global uversion 1.6_rc2 +Version: 1.6 +%global uversion %{version} %global sover 6 Release: 1%{?dist} Summary: VOTCA tools library License: ASL 2.0 URL: http://www.votca.org -Source0: https://github.com/votca/tools/archive/v%{uversion}.tar.gz#/%{name}-%{uversion}%{?_rc}.tar.gz +Source0: https://github.com/votca/tools/archive/v%{uversion}.tar.gz#/%{name}-%{uversion}.tar.gz BuildRequires: gcc-c++ BuildRequires: cmake3 @@ -71,6 +71,9 @@ make -C %{_target_platform} test CTEST_OUTPUT_ON_FAILURE=1 %{?testargs} %{_libdir}/cmake/VOTCA_TOOLS %changelog +* Sat Apr 18 2020 Christoph Junghans - 1.6-1 +- Version bump to v1.6 (bug #1825474) + * Mon Feb 10 2020 Christoph Junghans - 1.6~rc2-1 - Version bump to 1.6~rc2 - Drop 196.patch, 197.patch and 199.patch - merged upstream