[libcanberra] 0.30

Matthias Clasen mclasen at fedoraproject.org
Tue Oct 30 02:37:27 UTC 2012


commit a9d23b5bfee4c2f6603e5ac646f1a988e41aa8ba
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Oct 29 22:37:52 2012 -0400

    0.30

 .gitignore       |    1 +
 libcanberra.spec |   16 ++++++++++------
 sources          |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f45f91f..32e0682 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /libcanberra-0.28.tar.gz
 /libcanberra-0.*/
 /libcanberra-0.29.tar.xz
+/libcanberra-0.30.tar.xz
diff --git a/libcanberra.spec b/libcanberra.spec
index a873146..991d6cb 100644
--- a/libcanberra.spec
+++ b/libcanberra.spec
@@ -1,6 +1,6 @@
 Name: libcanberra
-Version: 0.29
-Release: 6%{?dist}
+Version: 0.30
+Release: 1%{?dist}
 Summary: Portable Sound Event Library
 Group: System Environment/Libraries
 Source0: http://0pointer.de/lennart/projects/libcanberra/libcanberra-%{version}.tar.xz
@@ -30,9 +30,9 @@ A small and lightweight implementation of the XDG Sound Theme Specification
 %package gtk2
 Summary: Gtk+ 2.x Bindings for libcanberra
 Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
 # Some other stuff is included in the gtk3 package, so always pull that in.
-Requires: %{name}-gtk3 = %{version}-%{release}
+Requires: %{name}-gtk3%{?_isa} = %{version}-%{release}
 
 %description gtk2
 Gtk+ 2.x bindings for libcanberra
@@ -40,7 +40,7 @@ Gtk+ 2.x bindings for libcanberra
 %package gtk3
 Summary: Gtk+ 3.x Bindings for libcanberra
 Group: System Environment/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
 
 %description gtk3
 Gtk+ 3.x bindings for libcanberra
@@ -48,7 +48,7 @@ Gtk+ 3.x bindings for libcanberra
 %package devel
 Summary: Development Files for libcanberra Client Development
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
 Requires: gtk2-devel
 
 %description devel
@@ -138,6 +138,10 @@ rm $RPM_BUILD_ROOT%{_docdir}/libcanberra/README
 %{_datadir}/vala/vapi/libcanberra.vapi
 
 %changelog
+* Mon Oct 29 2012 Matthias Clasen <mclasen at redhat.com> - 0.30-1
+- Update to 0.30
+- Add %%{_isa} as required to fix multilib issues
+
 * Mon Sep 24 2012 Bastien Nocera <bnocera at redhat.com> 0.29-6
 - Disable the GStreamer backend, it's not used in Fedora
 
diff --git a/sources b/sources
index 25ecf0b..2025f13 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2594093a5d61047bd9cc87e955f86df8  libcanberra-0.29.tar.xz
+34cb7e4430afaf6f447c4ebdb9b42072  libcanberra-0.30.tar.xz


More information about the scm-commits mailing list