Compare commits

...

7 Commits
master ... el6

Author SHA1 Message Date
Fedora Release Engineering e3163cd68d dist-git conversion 2010-07-28 21:07:07 +00:00
Dennis Gilmore d7c4050cce Initialize branch EL-6 for libgsasl 2010-05-08 01:56:33 +00:00
Nikolay Vladimirov 65e252914b fix a small typo (version) 2010-01-12 14:04:33 +00:00
Nikolay Vladimirov e54f5b89a5 fixed mixed tab and spaces 2010-01-12 13:57:12 +00:00
Nikolay Vladimirov 9a7b88abe6 fix small typo in the spec file 2010-01-12 13:49:19 +00:00
Nikolay Vladimirov bf6fb81eba new upstream release 2010-01-12 13:39:02 +00:00
Bill Nottingham 5110a5a7d5 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:48:33 +00:00
5 changed files with 18 additions and 27 deletions

View File

@ -1 +0,0 @@
libgsasl-0.2.29.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
libgsasl-1.4.0.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: libgsasl
# $Id$
NAME := libgsasl
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,17 +1,17 @@
Name: libgsasl
Version: 0.2.29
Release: 3%{?dist}
Version: 1.4.0
Release: 4%{?dist}
Summary: GNU SASL library
Group: System Environment/Libraries
License: LGPLv2+
URL: http://www.gnu.org/software/gsasl/
Source0: http://josefsson.org/gsasl/releases/%{name}-%{version}.tar.gz
Source0: ftp://ftp.gnu.org/gnu/gsasl/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libidn-devel
BuildRequires: krb5-devel
BuildRequires: libntlm-devel
BuildRequires: libntlm-devel
BuildRequires: pkgconfig
@ -71,6 +71,18 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jan 12 2010 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4-4
- Fix another small typo(wrong version)
* Tue Jan 12 2010 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4-3
- Fix another small typo(mixed tabs and spaces)
* Tue Jan 12 2010 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4-2
- Fix small typo
* Tue Jan 12 2010 Nikolay Vladimirov <nikolay@vladimiroff.com> - 1.4-1
- new upstream release
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.29-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
c38f4bc5ab488a215a09f2d915942482 libgsasl-0.2.29.tar.gz
e1e5ffac3f260a0412b8820d8e5229ab libgsasl-1.4.0.tar.gz