Compare commits

...

11 Commits
master ... fc6

Author SHA1 Message Date
Fedora Release Engineering
f3c24dfe44 dist-git conversion 2010-07-29 13:09:37 +00:00
Bill Nottingham
fc5528374c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:43:17 +00:00
Jose Pedro Oliveira
a536c20311 Update to 1.35. 2007-06-23 16:00:45 +00:00
Jose Pedro Oliveira
42dbee642a Update to 1.33. 2007-05-21 23:53:34 +00:00
Jose Pedro Oliveira
ba10173efd Update to 1.32. 2007-04-24 23:01:08 +00:00
Jose Pedro Oliveira
89d8364eae Update to 1.31. 2007-04-05 21:49:16 +00:00
Jose Pedro Oliveira
92996e8432 Update to 1.30. 2007-03-23 20:25:53 +00:00
Jose Pedro Oliveira
25f51590db Update to 1.29. 2007-03-13 14:56:48 +00:00
Jose Pedro Oliveira
c9ca4284b8 Update to 1.28. 2007-03-08 01:05:32 +00:00
Jose Pedro Oliveira
149a51e294 Update to 1.27. 2007-01-31 12:35:48 +00:00
Jeremy Katz
26c5a55bd0 Initialize branch FC-6 for srecord 2006-10-23 19:00:12 +00:00
5 changed files with 29 additions and 26 deletions

View File

@ -1 +0,0 @@
srecord-1.26.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 @@
86ea7ffde6d365e85dee214deea45a2f srecord-1.26.tar.gz
510bc67d9787692c44a92378207d34ef srecord-1.35.tar.gz

View File

@ -1,12 +1,12 @@
Name: srecord
Version: 1.26
Release: 2%{?dist}
Version: 1.35
Release: 1%{?dist}
Summary: Manipulate EPROM load files
Group: Development/Tools
License: GPL
URL: http://srecord.sourceforge.net/
Source: http://srecord.sourceforge.net/srecord-%{version}.tar.gz
Source: http://downloads.sourceforge.net/srecord/srecord-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: diffutils, sharutils, groff
@ -64,6 +64,30 @@ 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.
* Thu Apr 5 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.31-1
- Update to 1.31.
* Fri Mar 23 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.30-1
- Update to 1.30.
* Tue Mar 13 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.29-1
- Update to 1.29.
* Thu Mar 8 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.28-1
- Update to 1.28.
* Wed Jan 31 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.27-1
- Update to 1.27.
* Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.26-2
- Rebuild for FC6.