aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thauvin <nanardon@mandriva.org>2006-07-01 19:00:54 +0000
committerOlivier Thauvin <nanardon@mandriva.org>2006-07-01 19:00:54 +0000
commit77a476217e5ef953a043246989a650dd53419a87 (patch)
tree9c8509d1b873cf11d611e65b75fa1bda8819c8d0
parente35c56fed3c51b3c7d4b41da2fa459872868cf67 (diff)
downloadspec-helper-77a476217e5ef953a043246989a650dd53419a87.tar
spec-helper-77a476217e5ef953a043246989a650dd53419a87.tar.gz
spec-helper-77a476217e5ef953a043246989a650dd53419a87.tar.bz2
spec-helper-77a476217e5ef953a043246989a650dd53419a87.tar.xz
spec-helper-77a476217e5ef953a043246989a650dd53419a87.zip
- dont use username.xml, path level change with branch and svn cat impossible with anonymous access outside mandriva
-rw-r--r--Makefile4
-rw-r--r--spec-helper.spec6
2 files changed, 7 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a13eab8..b4f611f 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,6 @@ rpm: changelog dist buildrpm
dist: cleandist dir tar
-changelog: ../common/username.xml
- svn2cl --accum --strip-prefix=soft/rpm/spec-helper/trunk --authors ../common/username.xml
+changelog:
+ svn2cl --accum --strip-prefix=soft/rpm/spec-helper/trunk --authors
rm -f ChangeLog.bak
diff --git a/spec-helper.spec b/spec-helper.spec
index cca1993..63cf1b1 100644
--- a/spec-helper.spec
+++ b/spec-helper.spec
@@ -1,5 +1,5 @@
%define name spec-helper
-%define version 0.23
+%define version 0.24
%define release %mkrel 1
Summary: Tools to ease the creation of rpm packages
@@ -38,6 +38,10 @@ rm -rf $RPM_BUILD_ROOT
%_sys_macros_dir/%{name}.macros
%changelog
+* Sat Jul 01 2006 Olivier Thauvin <nanardon@mandriva.org> 0.24-1mdv2007.0
+- 0.24
+- Replace relative_me_babe by relink_symlinks, by Guillaume Rousse (bug #22983)
+
* Wed May 24 2006 Olivier Thauvin <nanardon@mandriva.org> 0.23-1mdk
- add missing call in macro file (spturtle)