Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
fb017011ac dist-git conversion 2010-07-29 18:06:57 +00:00
Bill Nottingham
b4ff4fdce2 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:15:52 +00:00
255f6cff98 - Update to 0.16.12 2008-01-08 16:34:55 +00:00
Jesse Keating
e782b7854b Initialize branch F-8 for vte 2007-10-20 18:50:49 +00:00
5 changed files with 6 additions and 24 deletions

View file

@ -1 +0,0 @@
vte-0.16.9.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
vte-0.16.12.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: vte
# $Id: Makefile,v 1.1 2004/09/09 14:07:43 cvsdist Exp $
NAME := vte
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),)
# attempt 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 @@
a42c893a01e3d9818789be373e529422 vte-0.16.9.tar.bz2
9816c35be2ff1b0cf57bd831e1344d1d vte-0.16.12.tar.bz2

View file

@ -1,5 +1,5 @@
Name: vte
Version: 0.16.9
Version: 0.16.12
Release: 1%{?dist}
Summary: A terminal emulator
License: LGPLv2+
@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/%{name}
%{_libdir}/pkgconfig/*
%changelog
* Tue Jan 08 2008 - Bastien Nocera <bnocera@redhat.com> - 0.16.12-1
- Update to 0.16.12
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 0.16.9-1
- Update to 0.16.9