From 1de8afa11ec6d2c9d0b39124aec3a2a8ff990152 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 16 Nov 2010 11:56:50 +0100 Subject: [PATCH] new version --- .gitignore | 1 + mdds-0.3.0.fix-test-prog-name.patch | 17 ----------------- mdds.spec | 16 ++++++++++------ sources | 2 +- 4 files changed, 12 insertions(+), 24 deletions(-) delete mode 100644 mdds-0.3.0.fix-test-prog-name.patch diff --git a/.gitignore b/.gitignore index e53c4bd..fdeb5cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ mdds_0.3.0.tar.bz2 +/mdds_0.3.1.tar.bz2 diff --git a/mdds-0.3.0.fix-test-prog-name.patch b/mdds-0.3.0.fix-test-prog-name.patch deleted file mode 100644 index 896b317..0000000 --- a/mdds-0.3.0.fix-test-prog-name.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -up mdds_0.3.0/Makefile.dt mdds_0.3.0/Makefile ---- mdds_0.3.0/Makefile.dt 2010-06-30 16:39:41.040576534 +0200 -+++ mdds_0.3.0/Makefile 2010-06-30 16:39:47.798687886 +0200 -@@ -77,11 +77,11 @@ test.pqt: point_quad_tree_test - test.pqt.mem: point_quad_tree_test - valgrind --tool=memcheck --leak-check=full ./point_quad_tree_test - --test.recset.perf: rectangle-set_test -+test.recset.perf: rectangle_set_test - ./rectangle_set_test perf - - test.recset.mem: rectangle_set_test -- valgrind --tool=memcheck --leak-check=full ./rectangle-set_test func -+ valgrind --tool=memcheck --leak-check=full ./rectangle_set_test func - - test.fst.mem: flat_segment_tree_test - valgrind --tool=memcheck --leak-check=full ./flat_segment_tree_test diff --git a/mdds.spec b/mdds.spec index 1a54e3b..9b72539 100644 --- a/mdds.spec +++ b/mdds.spec @@ -2,8 +2,8 @@ %global do_perf_tests 0 Name: mdds -Version: 0.3.0 -Release: 2%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Summary: A collection of multi-dimensional data structures and indexing algorithms Group: Development/Libraries @@ -11,7 +11,6 @@ License: MIT URL: http://code.google.com/p/multidimalgorithm/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2 -Patch0: mdds-0.3.0.fix-test-prog-name.patch BuildRequires: boost-devel %if %{do_mem_tests} @@ -42,19 +41,19 @@ Headers for %{name}. %prep %setup -q -n %{name}_%{version} -%patch0 -p 1 -b .fix-test-prog-name.patch # this is only used in tests -sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile +sed -i -e '/^CPPFLAGS/s/-Wall.*-std/%{optflags} -std/' Makefile.in %build +%configure %install rm -rf %{buildroot} mkdir -p %{buildroot}/%{_includedir} mkdir %{buildroot}/%{_includedir}/mdds -cp -p inc/mdds/* %{buildroot}/%{_includedir}/mdds +cp -pr include/mdds/* %{buildroot}/%{_includedir}/mdds %check @@ -74,9 +73,11 @@ done done %endif + %clean rm -rf %{buildroot} + %files devel %defattr(-,root,root,-) %{_includedir}/mdds @@ -84,6 +85,9 @@ rm -rf %{buildroot} %changelog +* Tue Nov 16 2010 David Tardon - 0.3.1-1 +- new version + * Wed Jul 07 2010 Caolán McNamara - 0.3.0-2 - rpmlint warnings diff --git a/sources b/sources index 5e3f6cd..9386562 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf8a6967f7de535ae257fa411c98eb88 mdds_0.3.0.tar.bz2 +0dd138efff4412c707e239290fb82d4f mdds_0.3.1.tar.bz2