rpms/audacious-plugins/FC-6 .cvsignore, 1.4, 1.5 audacious-plugins.spec, 1.8, 1.9 sources, 1.4, 1.5

Ralf Ertzinger (ertzing) fedora-extras-commits at redhat.com
Sun Apr 22 13:01:48 UTC 2007


Author: ertzing

Update of /cvs/extras/rpms/audacious-plugins/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15101

Modified Files:
	.cvsignore audacious-plugins.spec sources 
Log Message:

- Update to 1.3.3
- Introduce aud_ver variable into specfile



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/audacious-plugins/FC-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	16 Apr 2007 11:36:59 -0000	1.4
+++ .cvsignore	22 Apr 2007 13:01:13 -0000	1.5
@@ -1 +1 @@
-audacious-plugins-fedora-1.3.2.tar.gz
+audacious-plugins-fedora-1.3.3.tar.gz


Index: audacious-plugins.spec
===================================================================
RCS file: /cvs/extras/rpms/audacious-plugins/FC-6/audacious-plugins.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- audacious-plugins.spec	16 Apr 2007 11:36:59 -0000	1.8
+++ audacious-plugins.spec	22 Apr 2007 13:01:13 -0000	1.9
@@ -1,5 +1,7 @@
+%define         aud_ver 1.3.0
+
 Name:           audacious-plugins
-Version:        1.3.2
+Version:        1.3.3
 Release:        1%{?dist}
 Summary:        Plugins for the Audacious media player
 
@@ -15,7 +17,7 @@
 # Patch0:         audacious-plugins-1.2.2-cddb-buffer.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  audacious-devel >= 1.3.0, esound-devel >= 0.2, libvorbis-devel >= 1.0
+BuildRequires:  audacious-devel >= %{aud_ver}, esound-devel >= 0.2, libvorbis-devel >= 1.0
 BuildRequires:  zlib-devel, desktop-file-utils >= 0.9, alsa-lib-devel
 BuildRequires:  libsidplay-devel, libnotify-devel
 BuildRequires:  libmpcdec-devel, libmusicbrainz-devel
@@ -28,7 +30,7 @@
 BuildRequires:  wavpack-devel >= 4.31
 BuildRequires:  libXcomposite-devel
 
-Requires:       audacious >= 1.3.0
+Requires:       audacious >= %{aud_ver}
 
 Requires(post):   desktop-file-utils >= 0.9, /sbin/ldconfig
 Requires(postun): desktop-file-utils >= 0.9, /sbin/ldconfig
@@ -46,7 +48,7 @@
 Group:          Applications/Multimedia
 Obsoletes:      audacious-jack <= 1.1.2
 
-Requires:       audacious >= 1.3.0, audacious-plugins >= 1.3.0
+Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
 %description    jack
 This package provides an Audacious output plugin that uses the
@@ -58,7 +60,7 @@
 Group:          Applications/Multimedia
 Obsoletes:      audacious-esd <= 1.1.2
 
-Requires:       audacious >= 1.3.0, audacious-plugins >= 1.3.0
+Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
 %description    esd
 This package provides an Audacious output plugin that uses the
@@ -70,7 +72,7 @@
 Group:          Applications/Multimedia
 Obsoletes:      audacious-arts <= 1.1.2
 
-Requires:       audacious >= 1.3.0, audacious-plugins >= 1.3.0
+Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
 %description    arts
 This package provides an Audacious output plugin that uses the
@@ -81,7 +83,7 @@
 Summary:        Audacious output plugin for PulseAudio
 Group:          Applications/Multimedia
 
-Requires:       audacious >= 1.3.0, audacious-plugins >= 1.3.0
+Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
 %description    pulseaudio
 This package provides an Audacious output plugin that uses the
@@ -93,7 +95,7 @@
 Summary:        Audacious imput plugin for amidi
 Group:          Applications/Multimedia
 
-Requires:       audacious >= 1.3.0, audacious-plugins >= 1.3.0
+Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
 %description    amidi
 This package provides an Audacious input plugin that uses the
@@ -105,7 +107,7 @@
 Summary:        Audacious imput plugin for wavpack
 Group:          Applications/Multimedia
 
-Requires:       audacious >= 1.3.0, audacious-plugins >= 1.3.0
+Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
 %description    wavpack
 This package provides an Audacious input plugin that reads WavPack
@@ -117,7 +119,7 @@
 Summary:        Audacious imput plugin simulating a metronome
 Group:          Applications/Multimedia
 
-Requires:       audacious >= 1.3.0, audacious-plugins >= 1.3.0
+Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
 %description    metronome
 This package provides an Audacious input plugin that simulates
@@ -129,7 +131,7 @@
 Summary:        Audacious imput plugin for vortex audio files
 Group:          Applications/Multimedia
 
-Requires:       audacious >= 1.3.0, audacious-plugins >= 1.3.0
+Requires:       audacious >= %{aud_ver}, audacious-plugins >= %{aud_ver}
 
 %description    vortex
 This package provides an Audacious input plugin that reads
@@ -238,6 +240,10 @@
 
 
 %changelog
+* Sun Apr 22 2007 Ralf Ertzinger <ralf at skytale.net> 1.3.3-1.fc6
+- Update to 1.3.3
+- Introduce aud_ver variable into specfile
+
 * Mon Apr 16 2007 Ralf Ertzinger <ralf at skytale.net> 1.3.2-1.fc6
 - Update to 1.3.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/audacious-plugins/FC-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	16 Apr 2007 11:36:59 -0000	1.4
+++ sources	22 Apr 2007 13:01:13 -0000	1.5
@@ -1 +1 @@
-97e2b29121f0eecad2a4485d8890c039  audacious-plugins-fedora-1.3.2.tar.gz
+759dba91e48bc027f414889ac2b7b3f3  audacious-plugins-fedora-1.3.3.tar.gz




More information about the scm-commits mailing list