diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index b5384d5..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -zaptel-1.4.10.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..875667f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +zaptel-1.4.12.1.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index aa555e0..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: zaptel -# $Id$ -NAME := zaptel -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/sources b/sources index 8338c13..63f038e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2acfc39f4089a28961e1c489bbf82db6 zaptel-1.4.10.tar.gz +71e83a020b020fa60905edecf70e95a3 zaptel-1.4.12.1.tar.gz diff --git a/zaptel.spec b/zaptel.spec index eb8d826..ac2e2d4 100644 --- a/zaptel.spec +++ b/zaptel.spec @@ -1,8 +1,8 @@ Summary: Tools and libraries for using/configuring/monitoring Zapata telephony interfaces Name: zaptel -Version: 1.4.10 +Version: 1.4.12.1 Release: 1%{?dist} -License: GPL +License: GPLv2+ Group: Applications/System URL: http://www.digium.com/ Source0: http://downloads.digium.com/pub/telephony/zaptel/releases/zaptel-%{version}.tar.gz @@ -181,6 +181,21 @@ fi %{_libdir}/libtonezone.so %changelog +* Tue Sep 9 2008 Jeffrey C. Ollie - 1.4.12.1-1 +- Update to 1.4.12.1 + +* Thu Sep 4 2008 Jeffrey C. Ollie - 1.4.12-1 +- Update to 1.4.12 + +* Mon Aug 11 2008 Jason L Tibbitts III - 1.4.11-2 +- Fix license tag. + +* Wed May 28 2008 Jeffrey C. Ollie - 1.4.11-1 +- Update to 1.4.11 + +* Thu May 8 2008 Jeffrey C. Ollie - 1.4.10.1-1 +- Update to 1.4.10.1 + * Wed Apr 9 2008 Jeffrey C. Ollie - 1.4.10-1 - Update to 1.4.10