From 208c302a5346e45d78b62934f4dc6da900345091 Mon Sep 17 00:00:00 2001 From: Aleksey Date: Sun, 14 Aug 2011 22:43:35 +0700 Subject: [PATCH] version 1.2.7 --- ChangeLog | 3 +++ Makefile | 2 +- dist/rhash.spec.in | 5 +++-- version.h | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9dee0bc0..fdaebf21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Sun Aug 14 2011 Aleksey + * === Version 1.2.7 === + Sun Aug 7 2011 Aleksey * Bugfix: percents option was broken in v1.2.6 diff --git a/Makefile b/Makefile index 35098cd1..9faccc76 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # compile for pentiumpro: make OPTFLAGS="-O2 -DNDEBUG -march=i586 -mcpu=pentiumpro -fomit-frame-pointer" # create rpm with statically linked program: make rpm LDFLAGS="-Llibrhash -lrhash -static -s -Wl,--gc-sections" CC = gcc -VERSION = 1.2.6 +VERSION = 1.2.7 PREFIX = /usr/local # we use OPTFLAGS/OPTLDFLAGS for compatibilty with older makefiles OPTFLAGS = -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections diff --git a/dist/rhash.spec.in b/dist/rhash.spec.in index 8e727da2..4be28052 100644 --- a/dist/rhash.spec.in +++ b/dist/rhash.spec.in @@ -79,7 +79,7 @@ rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root) -%doc COPYING INSTALL ChangeLog rhash.1.html +%doc COPYING README ChangeLog dist/rhash.1.html /usr/bin/* /etc/rhashrc %{_mandir}/man1/ @@ -92,7 +92,7 @@ rm -rf "$RPM_BUILD_ROOT" %files -n %{libname} %defattr(-,root,root) -%doc COPYING INSTALL ChangeLog +%doc COPYING README ChangeLog %{_libdir}/librhash.so.%{major} %post -n %{libname} @@ -102,6 +102,7 @@ ldconfig ldconfig %changelog +* Sun Aug 14 2011 Aleksey 1.2.7-1mdk * Tue Jun 14 2011 Aleksey 1.2.6-1mdk * Wed May 18 2011 Aleksey 1.2.5-1mdk * Fri Apr 15 2011 Aleksey 1.2.4-1mdk diff --git a/version.h b/version.h index b426e1a4..bbbab0b3 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION "1.2.6" +#define VERSION "1.2.7"