diff --git a/.cvsignore b/.gitignore similarity index 50% rename from .cvsignore rename to .gitignore index d4ca659..ec4c0c8 100644 --- a/.cvsignore +++ b/.gitignore @@ -1 +1,2 @@ alsa-plugins-1.0.21.tar.bz2 +alsa-plugins-1.0.22.tar.bz2 diff --git a/Makefile b/Makefile deleted file mode 100644 index 36d8f08..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: alsa-plugins -# $Id$ -NAME := alsa-plugins -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) diff --git a/alsa-plugins.spec b/alsa-plugins.spec index 28ee1fe..997242d 100644 --- a/alsa-plugins.spec +++ b/alsa-plugins.spec @@ -1,6 +1,6 @@ Name: alsa-plugins -Version: 1.0.21 -Release: 2%{?dist} +Version: 1.0.22 +Release: 1%{?dist} Summary: The Advanced Linux Sound Architecture (ALSA) Plugins # All packages are LGPLv2+ with the exception of samplerate which is GPLv2+ License: GPLv2+ and LGPLv2+ @@ -248,6 +248,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 14 2010 Jaroslav Kysela - 1.0.22-1 +- Updated to 1.0.22 + * Mon Sep 7 2009 Eric Moret - 1.0.21-2 - Added missing dbus-devel dependency to maemo subpackage diff --git a/sources b/sources index c947667..017e10b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -392d016c0948c54978c0505f24271e01 alsa-plugins-1.0.21.tar.bz2 +a482cce4007b7c75e1c0a677f7f0fe07 alsa-plugins-1.0.22.tar.bz2