Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
3120c77028 dist-git conversion 2010-07-28 20:45:50 +00:00
Lennart Poettering
6d21ad9950 New version 0.24 2010-05-17 14:55:31 +00:00
Lennart Poettering
3e53f2f748 New version 0.23 2010-02-20 17:48:18 +00:00
Jesse Keating
db97bfa936 Initialize branch F-13 for libcanberra 2010-02-17 01:50:13 +00:00
6 changed files with 9 additions and 25 deletions

View file

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

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
libcanberra-0.24.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 $$d/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,5 +1,5 @@
Name: libcanberra
Version: 0.22
Version: 0.24
Release: 1%{?dist}
Summary: Portable Sound Event Library
Group: System Environment/Libraries
@ -127,6 +127,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/vala/vapi/libcanberra.vapi
%changelog
* Mon May 17 2010 Lennart Poettering <lpoetter@redhat.com> 0.24-1
- New version 0.24
* Sat Feb 20 2010 Lennart Poettering <lpoetter@redhat.com> 0.23-1
- New version 0.23
* Tue Oct 20 2009 Lennart Poettering <lpoetter@redhat.com> 0.22-1
- New version 0.22

View file

@ -1 +1 @@
e24e2f956fedfbcc58edfa40471b18d8 libcanberra-0.22.tar.gz
23de3d11abd4920c6c9560e3a566e04d libcanberra-0.24.tar.gz