Compare commits

...

4 Commits
rawhide ... f9

Author SHA1 Message Date
Fedora Release Engineering 1eb97a5070 dist-git conversion 2010-07-28 16:17:06 +00:00
Bill Nottingham e34ca9efba Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:00:27 +00:00
Matthias Clasen 375879d57c 2.22.3 2008-07-01 19:25:57 +00:00
Jesse Keating 6bfd340b4e Initialize branch F-9 for gnome-keyring 2008-04-20 20:08:03 +00:00
5 changed files with 6 additions and 24 deletions

View File

@ -1 +0,0 @@
gnome-keyring-2.22.1.tar.bz2

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
gnome-keyring-2.22.3.tar.bz2

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: gnome-keyring
# $Id: Makefile,v 1.1 2004/09/09 05:26:08 cvsdist Exp $
NAME := gnome-keyring
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

@ -7,7 +7,7 @@
Summary: A framework for managing user passwords and other secrets
Name: gnome-keyring
Version: 2.22.1
Version: 2.22.3
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
Group: System Environment/Libraries
@ -135,6 +135,9 @@ fi
%changelog
* Tue Jul 1 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.3-1
- Update to 2.22.3
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
- Update to 2.22.1

View File

@ -1 +1 @@
4ca9c19fa6ada61cdc93ab24214b5c4f gnome-keyring-2.22.1.tar.bz2
f9e5cd9efac383076aaefc1086520656 gnome-keyring-2.22.3.tar.bz2