Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
36c51dbb83 dist-git conversion 2010-07-29 18:07:19 +00:00
Behdad Esfahbod
8a0fd939e6 0.22.5 2009-12-03 21:13:58 +00:00
Bill Nottingham
a55a8aacc8 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:15:52 +00:00
Jesse Keating
e712afd9cb Initialize branch F-12 for vte 2009-09-29 07:17:14 +00:00
5 changed files with 6 additions and 24 deletions

View file

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

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
vte-0.22.5.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 @@
c278925fd7da427998c506d5ba99478e vte-0.22.2.tar.bz2
cbb17696e40ee175977bf165ef838da2 vte-0.22.5.tar.bz2

View file

@ -3,7 +3,7 @@
%define gtk2_version 2.12.0
Name: vte
Version: 0.22.2
Version: 0.22.5
Release: 1%{?dist}
Summary: A terminal emulator
License: LGPLv2+
@ -108,6 +108,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
%doc %{_datadir}/gtk-doc/html/%{name}
%changelog
* Thu Dec 3 2009 Behdad Esfahbod <behdad@redhat.com> 0.22.5-1
- Update to 0.22.5
* Mon Sep 28 2009 Behdad Esfahbod <behdad@redhat.com> 0.22.2-1
- Update to 0.22.2