Compare commits

...

4 Commits
rawhide ... el6

Author SHA1 Message Date
Fedora Release Engineering
58de4a6d0b dist-git conversion 2010-07-29 07:53:28 +00:00
Tom Callaway
9bd51f59f1 1.67 2010-07-12 14:28:11 +00:00
Dennis Gilmore
28c684b899 Initialize branch EL-6 for perl-SQL-Abstract 2010-05-08 02:11:19 +00:00
Bill Nottingham
0d53809ff2 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:15:12 +00:00
4 changed files with 14 additions and 23 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: perl-SQL-Abstract
# $Id$
NAME := perl-SQL-Abstract
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)

View File

@ -1,5 +1,5 @@
Name: perl-SQL-Abstract
Version: 1.60
Version: 1.67
Release: 1%{?dist}
Summary: Generate SQL from Perl data structures
Group: Development/Libraries
@ -53,6 +53,18 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jul 12 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.67-1
- update to 1.67
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.61-2
- Mass rebuild with perl-5.12.0
* Mon Feb 22 2010 Chris Weyl <cweyl@alumni.drew.edu> - 1.61-1
- update to 1.61 (for latest DBIx::Class)
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.60-2
- rebuild against perl 5.10.1
* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.60-1
- auto-update to 1.60 (by cpan-spec-update 0.01)

View File

@ -1 +1 @@
1f24c3367f8841ec3780284712f7622a SQL-Abstract-1.60.tar.gz
624b404c67013b270559643d2bac0b61 SQL-Abstract-1.67.tar.gz