Compare commits

...

5 Commits
master ... f7

Author SHA1 Message Date
Fedora Release Engineering
7f7d15cddb dist-git conversion 2010-07-29 13:09:28 +00:00
Bill Nottingham
372fda9cab Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:43:15 +00:00
Jose Pedro Oliveira
9232cef599 Update to 1.35. 2007-06-23 16:00:28 +00:00
Jose Pedro Oliveira
fc6db52eca Update to 1.33. 2007-05-21 23:53:20 +00:00
Bill Nottingham
5c23e9b8bf Initialize branch F-7 for srecord 2007-05-18 10:06:59 +00:00
5 changed files with 9 additions and 24 deletions

View File

@ -1 +0,0 @@
srecord-1.32.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
srecord-1.35.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: srecord
# $Id$
NAME := srecord
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 +1 @@
6134fe7d2fadf32281a067e617437147 srecord-1.32.tar.gz
510bc67d9787692c44a92378207d34ef srecord-1.35.tar.gz

View File

@ -1,5 +1,5 @@
Name: srecord
Version: 1.32
Version: 1.35
Release: 1%{?dist}
Summary: Manipulate EPROM load files
@ -64,6 +64,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sat Jun 23 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.35-1
- Update to 1.35.
* Tue May 22 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.33-1
- Update to 1.33.
* Tue Apr 24 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.32-1
- Update to 1.32.