Compare commits

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

7 commits

Author SHA1 Message Date
Fedora Release Engineering
05efb6fcd4 dist-git conversion 2010-07-28 20:45:52 +00:00
Bill Nottingham
00790b3a21 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:45:58 +00:00
Lennart Poettering
170d17ce7c new upstream 2009-10-20 01:11:52 +00:00
Lennart Poettering
455a86544e New version 0.21 2009-10-15 23:28:59 +00:00
Lennart Poettering
4a534c86b5 New version 0.20 2009-10-15 02:35:00 +00:00
Lennart Poettering
92161bd292 New version 0.19 2009-10-14 19:25:44 +00:00
Jesse Keating
89560a05cb Initialize branch F-12 for libcanberra 2009-09-29 05:18:06 +00:00
6 changed files with 16 additions and 26 deletions

View file

@ -1 +0,0 @@
libcanberra-0.18.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
libcanberra-0.22.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: libcanberra
# $Id$
NAME := libcanberra
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 @@
libcanberra-0_3-1_fc10:HEAD:libcanberra-0.3-1.fc10.src.rpm:1213637385

View file

@ -1,6 +1,6 @@
Name: libcanberra
Version: 0.18
Release: 2%{?dist}
Version: 0.22
Release: 1%{?dist}
Summary: Portable Sound Event Library
Group: System Environment/Libraries
Source0: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%{version}.tar.gz
@ -127,6 +127,18 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/vala/vapi/libcanberra.vapi
%changelog
* Tue Oct 20 2009 Lennart Poettering <lpoetter@redhat.com> 0.22-1
- New version 0.22
* Fri Oct 16 2009 Lennart Poettering <lpoetter@redhat.com> 0.21-1
- New version 0.21
* Thu Oct 15 2009 Lennart Poettering <lpoetter@redhat.com> 0.20-1
- New version 0.20
* Wed Oct 14 2009 Lennart Poettering <lpoetter@redhat.com> 0.19-1
- New version 0.19
* Fri Sep 25 2009 Matthias Clasen <mclasen@redhat.com> - 0.18-2
- Don't require vala in -devel (#523473)

View file

@ -1 +1 @@
395e83f7eac48b3ce8372a714026c85d libcanberra-0.18.tar.gz
e24e2f956fedfbcc58edfa40471b18d8 libcanberra-0.22.tar.gz