Skip to content

Commit

Permalink
version 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rhash committed Aug 14, 2011
1 parent 13f404c commit 208c302
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions dist/rhash.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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}
Expand All @@ -102,6 +102,7 @@ ldconfig
ldconfig

%changelog
* Sun Aug 14 2011 Aleksey <[email protected]> 1.2.7-1mdk
* Tue Jun 14 2011 Aleksey <[email protected]> 1.2.6-1mdk
* Wed May 18 2011 Aleksey <[email protected]> 1.2.5-1mdk
* Fri Apr 15 2011 Aleksey <[email protected]> 1.2.4-1mdk
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VERSION "1.2.6"
#define VERSION "1.2.7"

0 comments on commit 208c302

Please sign in to comment.