new upstream release

f41
Caolán McNamara 6 years ago
parent a7ac384dc0
commit b39be7e33a

2
.gitignore vendored

@ -1 +1 @@
/mdds-1.4.1.tar.bz2 /mdds-1.4.2.tar.bz2

@ -1,11 +0,0 @@
--- a/configure.ac 2018-08-29 08:40:39.924444319 +0100
+++ b/configure.ac 2018-08-29 08:40:55.232738124 +0100
@@ -30,7 +30,7 @@
CPPFLAGS="$CPPFLAGS -Wall -O2 -g -pedantic-errors"
CPPFLAGS="$CPPFLAGS -I/usr/include -I/usr/local/include"
-CXXFLAGS="-Wshadow -std=c++11 -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST"
+CXXFLAGS="$CXXFLAGS -Wshadow -std=c++11 -DMDDS_DEBUG_NODE_BASE -DMDDS_UNIT_TEST"
if test "$debug_stdcxx" = "yes"; then
CXXFLAGS="$CXXFLAGS -D_GLIBCXX_DEBUG"

@ -4,7 +4,7 @@
%global apiversion 1.4 %global apiversion 1.4
Name: mdds Name: mdds
Version: 1.4.1 Version: 1.4.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: A collection of multi-dimensional data structures and indexing algorithms Summary: A collection of multi-dimensional data structures and indexing algorithms
@ -12,8 +12,6 @@ License: MIT
URL: https://gitlab.com/mdds/mdds URL: https://gitlab.com/mdds/mdds
Source0: http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2 Source0: http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2
Patch0: mdds.patch
BuildRequires: boost-devel BuildRequires: boost-devel
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: autoconf BuildRequires: autoconf
@ -63,6 +61,9 @@ make check %{?_smp_mflags}
%license COPYING %license COPYING
%changelog %changelog
* Wed Sep 19 2018 Caolán McNamara <caolanm@redhat.com> - 1.4.2-1
- new upstream release
* Tue Aug 28 2018 Caolán McNamara <caolanm@redhat.com> - 1.4.1-1 * Tue Aug 28 2018 Caolán McNamara <caolanm@redhat.com> - 1.4.1-1
- new upstream release - new upstream release

@ -1 +1 @@
SHA512 (mdds-1.4.1.tar.bz2) = 3ad7cf821cd1a0a4b632c5d11cc3bd7bd6da2b14069e142e087dd81c1dfa817a961edbde1d59021a5bd4859eb252d8c461341070406b952a5b46b00eb7444384 SHA512 (mdds-1.4.2.tar.bz2) = 1d58d30c2c65167fda97c790739a2bf36802f72965007a141108320312316df9bf252c18ff84f867f3805eee4914fe748ae066d51b376791a723fd54ec21c3c3

Loading…
Cancel
Save