Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
b9321e3760 dist-git conversion 2010-07-28 09:45:20 +00:00
perex
c519e9f008 updated to 1.0.22 2010-01-14 16:27:37 +00:00
Bill Nottingham
a895f80623 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:26:52 +00:00
Jesse Keating
9dde8a2655 Initialize branch F-12 for alsa-plugins 2009-09-29 08:11:23 +00:00
4 changed files with 7 additions and 24 deletions

View file

@ -1 +1,2 @@
alsa-plugins-1.0.21.tar.bz2
alsa-plugins-1.0.22.tar.bz2

View file

@ -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)

View file

@ -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 <jkysela@redhat.com> - 1.0.22-1
- Updated to 1.0.22
* Mon Sep 7 2009 Eric Moret <eric.moret@gmail.com> - 1.0.21-2
- Added missing dbus-devel dependency to maemo subpackage

View file

@ -1 +1 @@
392d016c0948c54978c0505f24271e01 alsa-plugins-1.0.21.tar.bz2
a482cce4007b7c75e1c0a677f7f0fe07 alsa-plugins-1.0.22.tar.bz2