Compare commits

...

8 Commits
master ... fc6

Author SHA1 Message Date
Fedora Release Engineering b449d9ae94 dist-git conversion 2010-07-28 21:44:07 +00:00
Bill Nottingham 42cf5a2c6a Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:54:18 +00:00
ensc cb2a1a4f57 updated to 1.1 2007-09-03 06:38:31 +00:00
ensc b3bff4fc8f updated to 0.3.10 2007-06-14 18:34:14 +00:00
ensc 801c6855fd updated to 0.3.9 2007-03-02 18:07:36 +00:00
ensc d9619c2a00 updated to 0.3.8 2007-02-03 15:48:49 +00:00
ensc 5647e52aa0 - updated to 0.3.6
- BR valgrind
2006-11-05 19:08:44 +00:00
Jeremy Katz 3ab7d26bef Initialize branch FC-6 for libtasn1 2006-10-23 16:26:13 +00:00
4 changed files with 20 additions and 25 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: libtasn1
# $Id$
NAME := libtasn1
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

@ -4,7 +4,7 @@
Summary: This is the ASN.1 library used in GNUTLS
Name: libtasn1
Version: 0.3.5
Version: 1.1
Release: %release_func 1
License: LGPL
@ -13,7 +13,7 @@ URL: http://www.gnu.org/software/gnutls/download.html
Source0: ftp://ftp.gnutls.org/pub/gnutls/libtasn1/%name-%version.tar.gz
Source1: ftp://ftp.gnutls.org/pub/gnutls/libtasn1/%name-%version.tar.gz.sig
BuildRoot: %_tmppath/%name-%version-%release-buildroot
BuildRequires: bison
BuildRequires: bison valgrind
%package devel
@ -110,6 +110,22 @@ test "$1" != 0 ||
%changelog
* Mon Sep 3 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 1.1-1
- updated to 1.1
* Thu Jun 14 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.3.10-1
- updated to 0.3.10
* Fri Mar 2 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.3.9-1
- updated to 0.3.9
* Sat Feb 3 2007 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.3.8-1
- updated to 0.3.8
* Sun Nov 5 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.3.6-1
- updated to 0.3.6
- BR valgrind
* Fri Sep 15 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.3.5-1
- updated to 0.3.5

View File

@ -1,2 +1,2 @@
6315b320944e3a4e4c4e73d98cb6123e libtasn1-0.3.5.tar.gz
dd3a54bd747c7017af9ad8a1746dbb06 libtasn1-0.3.5.tar.gz.sig
93b43cc5013bda4d8bf64508f1566c54 libtasn1-1.1.tar.gz
485ef927abdd7bc51bcdfe8c93431f4d libtasn1-1.1.tar.gz.sig