From 8384884f7931784adf9dd2188bb5ead12929733c Mon Sep 17 00:00:00 2001 From: David Tardon Date: Thu, 12 May 2016 16:33:33 +0200 Subject: [PATCH] new upstream release --- .gitignore | 1 + mdds.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d7f911b..ca921bc 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ mdds_0.3.0.tar.bz2 /mdds_0.12.0.tar.bz2 /mdds_0.12.1.tar.bz2 /mdds-1.1.0.tar.bz2 +/mdds-1.2.0.tar.bz2 diff --git a/mdds.spec b/mdds.spec index f8b9b21..abe98cb 100644 --- a/mdds.spec +++ b/mdds.spec @@ -1,10 +1,10 @@ # header-only library %global debug_package %{nil} -%global apiversion 1.0 +%global apiversion 1.2 Name: mdds -Version: 1.1.0 +Version: 1.2.0 Release: 1%{?dist} Summary: A collection of multi-dimensional data structures and indexing algorithms @@ -56,10 +56,13 @@ make check %{?_smp_mflags} %files devel %{_includedir}/%{name}-%{apiversion} %{_datadir}/pkgconfig/%{name}-%{apiversion}.pc -%doc AUTHORS NEWS README.md -%license COPYING +%doc AUTHORS CHANGELOG README.md +%license LICENSE %changelog +* Thu May 12 2016 David Tardon - 1.2.0-1 +- new upstream release + * Fri Feb 12 2016 David Tardon - 1.1.0-1 - new upstream release diff --git a/sources b/sources index 86ec1c0..dc8c587 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c300541adac09008aa4a305eacd1dca6 mdds-1.1.0.tar.bz2 +9f3383fb7bae825eab69f3a6ec1d74b2 mdds-1.2.0.tar.bz2