diff --git a/.cvsignore b/.gitignore similarity index 75% rename from .cvsignore rename to .gitignore index dc6267e..a590007 100644 --- a/.cvsignore +++ b/.gitignore @@ -1,3 +1,4 @@ adminutil-1.1.5.tar.bz2 adminutil-1.1.6.tar.bz2 adminutil-1.1.7.tar.bz2 +adminutil-1.1.8.tar.bz2 diff --git a/Makefile b/Makefile deleted file mode 100644 index c2c5803..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: adminutil -# $Id$ -NAME := 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 -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/adminutil.spec b/adminutil.spec index cc54476..8fec0c6 100644 --- a/adminutil.spec +++ b/adminutil.spec @@ -6,7 +6,7 @@ Summary: Utility library for directory server administration Name: adminutil -Version: 1.1.7 +Version: 1.1.8 Release: 1%{?dist} License: LGPLv2 URL: http://directory.fedoraproject.org/wiki/AdminUtil @@ -84,6 +84,12 @@ that use %{name}. %{_includedir}/libadmsslutil %changelog +* Tue Mar 31 2009 Rich Megginson - 1.1.8-1 +- this is the 1.1.8 release + +* Mon Dec 8 2008 Rich Megginson - 1.1.7-2 +- force rebuild for f10 official release + * Wed Aug 27 2008 Rich Megginson - 1.1.7-1 - Resolves bug 454060 - ViewLog CGI crash with new adminutil - Resolves bug 413531 - Web browser accepted languages configuration causes dsgw CGI binaries to segfault diff --git a/sources b/sources index 3fc6892..1a948da 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -1ce95159db07040d7095b805e9b3b533 adminutil-1.1.5.tar.bz2 -b01d441f81d3d260ba84e4f0d5311721 adminutil-1.1.6.tar.bz2 -e7d03be4651b36d1213b4f5cc15dfc5c adminutil-1.1.7.tar.bz2 +d45b1efc36e4c283f6d5131d061966bd adminutil-1.1.8.tar.bz2