Compare commits

...

4 Commits
rawhide ... f12

Author SHA1 Message Date
Fedora Release Engineering
76880433f7 dist-git conversion 2010-07-28 20:43:14 +00:00
Bill Nottingham
943fa05ea9 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:45:39 +00:00
Lennart Poettering
7ccf32972f New release 2009-10-15 23:48:48 +00:00
Jesse Keating
70e3808d83 Initialize branch F-12 for libasyncns 2009-09-29 05:17:51 +00:00
6 changed files with 7 additions and 26 deletions

View File

@ -1 +0,0 @@
libasyncns-0.7.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
libasyncns-0.8.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: libasyncns
# $Id$
NAME := libasyncns
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 +0,0 @@
libasyncns-0_4-1_fc10:HEAD:libasyncns-0.4-1.fc10.src.rpm:1217267383

View File

@ -1,6 +1,6 @@
Name: libasyncns
Version: 0.7
Release: 3%{?dist}
Version: 0.8
Release: 1%{?dist}
Summary: Asynchronous Name Service Library
Group: System Environment/Libraries
Source0: http://0pointer.de/lennart/projects/libasyncns/libasyncns-%{version}.tar.gz
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libasyncns.pc
%changelog
* Fri Oct 16 2009 Lennart Poettering <lpoetter@redhat.com> 0.8-1
- New release
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
1cac4bd143503b597aaf5c344c0bf81e libasyncns-0.7.tar.gz
1f553d6ce1ad255bc83b3d8e9384f515 libasyncns-0.8.tar.gz