Compare commits

...

4 Commits
master ... f10

Author SHA1 Message Date
Fedora Release Engineering 64d926227c dist-git conversion 2010-07-29 04:49:43 +00:00
Bill Nottingham 3fc401cb26 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:22:02 +00:00
alexlan 9106abe591 - Update to latest upstream (3.0.3) 2008-12-10 10:04:05 +00:00
Jesse Keating 41a8cd9023 Initialize branch F-10 for octave 2008-11-07 04:09:56 +00:00
6 changed files with 7 additions and 26 deletions

View File

@ -1 +0,0 @@
octave-3.0.2.tar.bz2

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
octave-3.0.3.tar.bz2

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: octave
# $Id$
NAME := octave
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 +0,0 @@
octave-3_0_2-2_fc10:HEAD:octave-3.0.2-2.fc10.src.rpm:1224776342

View File

@ -2,8 +2,8 @@
%define octave_api api-v32
Name: octave
Version: 3.0.2
Release: 2%{?dist}
Version: 3.0.3
Release: 1%{?dist}
Summary: A high-level language for numerical computations
Epoch: 6
@ -144,6 +144,9 @@ fi
%changelog
* Wed Dec 10 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 3.0.3-1
- Update to latest upstream (3.0.3)
* Thu Oct 23 2008 Rakesh Pandit <rakesh@fedoraproject.org> 3.0.2-2
- patch for sh arch: it adds '-little' flag

View File

@ -1 +1 @@
931e28ab1181018c8079fb8138971ab0 octave-3.0.2.tar.bz2
38d258d60242cf4844e3c4350691ccff octave-3.0.3.tar.bz2