Compare commits

...

2 Commits

Author SHA1 Message Date
Ville Skyttä a435d7b2d4 - Update to 7.6, fixes #528907. 2009-12-07 20:50:04 +00:00
Bill Nottingham e7bedcff4e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 23:13:20 +00:00
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
spectool-1.0.10.tar.bz2
rpmdevtools-7.5.tar.xz
rpmdevtools-7.6.tar.xz
+1 -1
View File
@@ -4,7 +4,7 @@ NAME := rpmdevtools
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
+4 -1
View File
@@ -3,7 +3,7 @@
%global spectool_version 1.0.10
Name: rpmdevtools
Version: 7.5
Version: 7.6
Release: 1%{?dist}
Summary: RPM Development Tools
@@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Dec 7 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.6-1
- Update to 7.6, fixes #528907.
* Thu Sep 17 2009 Ville Skyttä <ville.skytta@iki.fi> - 7.5-1
- Update to 7.5, fixes #502403.
+1 -1
View File
@@ -1,2 +1,2 @@
d193612122f297ee4b37f1b04f605768 spectool-1.0.10.tar.bz2
ec396743a9d350ac4a6d5a104807ccca rpmdevtools-7.5.tar.xz
7784f1a70aef5d3c94eaa2803c3e1478 rpmdevtools-7.6.tar.xz