From 514b1690b15a10c3d435944277cdce71f467b096fb44fbce4e0f66723511dcc2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 2 Nov 2015 12:59:07 +0000 Subject: [PATCH] Accepting request 342034 from home:Zaitor:branches:GNOME:Factory New rel. No matter what the .changes say, libcanberra is still needed ref configure [ 35s] checking for GSOUND... no [ 35s] configure: error: Package requirements ( [ 35s] gobject-2.0 >= 2.36.0 [ 35s] gio-2.0 [ 35s] libcanberra [ 35s] ) were not met: [ 35s] [ 35s] No package 'libcanberra' found OBS-URL: https://build.opensuse.org/request/show/342034 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gsound?expand=0&rev=4 --- gsound-1.0.1.tar.xz | 3 --- gsound-1.0.2.tar.xz | 3 +++ gsound.changes | 13 +++++++++++++ gsound.spec | 3 ++- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 gsound-1.0.1.tar.xz create mode 100644 gsound-1.0.2.tar.xz diff --git a/gsound-1.0.1.tar.xz b/gsound-1.0.1.tar.xz deleted file mode 100644 index 86d4c28..0000000 --- a/gsound-1.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29 -size 256804 diff --git a/gsound-1.0.2.tar.xz b/gsound-1.0.2.tar.xz new file mode 100644 index 0000000..e9e1153 --- /dev/null +++ b/gsound-1.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba8ff30eea815037e53bee727bbd5f0b6a2e74d452a7711b819a7c444e78e53 +size 282068 diff --git a/gsound.changes b/gsound.changes index b4933c1..3cd4525 100644 --- a/gsound.changes +++ b/gsound.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Nov 2 09:54:30 UTC 2015 - zaitor@opensuse.org + +- Update to version 1.0.2: + + build: + - Fix ChangeLog generation. + - Use (much) more strict warning flags. + - Fix configure.ac slightly. + - Don't use deprecated gnome-autogen.sh. + - Remove unnecessary Vala dependency on libcanberra. + + admin: Fix typos in README.md. + + docs: document the object struct. + ------------------------------------------------------------------- Fri Nov 28 20:48:49 UTC 2014 - zaitor@opensuse.org diff --git a/gsound.spec b/gsound.spec index be865c4..9d54eb0 100644 --- a/gsound.spec +++ b/gsound.spec @@ -19,7 +19,7 @@ %define soname lib%{name}0 Name: gsound -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: A small library for playing system sounds License: LGPL-2.1 @@ -113,3 +113,4 @@ rm %{buildroot}%{_libdir}/libgsound.la %defattr(-,root,root) %{_libdir}/girepository-1.0/GSound-1.0.typelib +%changelog