From 99d4268ec7b5f4f43f8c578878f7364ab560e388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Tue, 29 Sep 2009 16:10:10 +0000 Subject: [PATCH 1/4] Initialize branch F-12 for 389-adminutil --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..06de2d2 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-12 From 1e8820920eab767ea9034f87d29d18cdfb1b792f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:49:51 +0000 Subject: [PATCH 2/4] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca61d77..7e6071f 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := 389-adminutil 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)) From 1b7a3420e6fdcce3efda156e95b954f54fe3122c Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Thu, 14 Jan 2010 21:47:09 +0000 Subject: [PATCH 3/4] this is the 1.1.9 release - fix ICU genrb related build problems --- .cvsignore | 2 +- 389-adminutil.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 793faab..2af306e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -389-adminutil-1.1.8.tar.bz2 +389-adminutil-1.1.9.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 66e7d8a..234e005 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,7 +1,7 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.8 -Release: 4%{?dist} +Version: 1.1.9 +Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil Group: Development/Libraries @@ -82,6 +82,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Thu Jan 14 2010 Rich Megginson - 1.1.9-1 +- make sure we can find ICU genrb on all platforms +- this is the 1.1.9 release + * Wed Aug 12 2009 Rich Megginson - 1.1.8-4 - final 1.1.8 release diff --git a/sources b/sources index 085e4db..1c3bea3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1b0884c701e3cc7705224e07d088d8e 389-adminutil-1.1.8.tar.bz2 +da96a9673ac983b79475fd9c51b663c3 389-adminutil-1.1.9.tar.bz2 From 474e19c650ceefaadd4acdb18d34b369bb80527f Mon Sep 17 00:00:00 2001 From: Richard Allen Megginson Date: Sat, 27 Feb 2010 01:44:19 +0000 Subject: [PATCH 4/4] this is the 1.1.10 release - Bug 460168 - FedoraDS adminutil requires non-existent icu.pc on non-RH/Fedora systems --- .cvsignore | 2 +- 389-adminutil.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2af306e..a788906 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -389-adminutil-1.1.9.tar.bz2 +389-adminutil-1.1.10.tar.bz2 diff --git a/389-adminutil.spec b/389-adminutil.spec index 234e005..eb263b7 100644 --- a/389-adminutil.spec +++ b/389-adminutil.spec @@ -1,6 +1,6 @@ Summary: Utility library for 389 administration Name: 389-adminutil -Version: 1.1.9 +Version: 1.1.10 Release: 1%{?dist} License: LGPLv2 URL: http://port389.org/wiki/AdminUtil @@ -82,6 +82,10 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Fri Feb 26 2010 Rich Megginson - 1.1.10-1 +- Bug 460168 - FedoraDS' adminutil requires non-existent "icu.pc" on non-RH/Fedora systems +- this is the 1.1.10 release + * Thu Jan 14 2010 Rich Megginson - 1.1.9-1 - make sure we can find ICU genrb on all platforms - this is the 1.1.9 release diff --git a/sources b/sources index 1c3bea3..baae538 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da96a9673ac983b79475fd9c51b663c3 389-adminutil-1.1.9.tar.bz2 +e888430f0a82f1abedad5968fe84a434 389-adminutil-1.1.10.tar.bz2