diff --git a/.gitignore b/.gitignore index 449a3a5..50f764c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /gsound-1.0.0.tar.xz /gsound-1.0.1.tar.xz +/gsound-1.0.2.tar.xz diff --git a/gsound.spec b/gsound.spec index 7a4261d..0111df5 100644 --- a/gsound.spec +++ b/gsound.spec @@ -1,6 +1,6 @@ Name: gsound -Version: 1.0.1 -Release: 2%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: Small gobject library for playing system sounds License: LGPLv2 @@ -69,6 +69,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Sun Nov 1 2015 Yanko Kaneti - 1.0.2-1 +- Update to 1.0.2 + * Wed Jun 17 2015 Fedora Release Engineering - 1.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 338dd5c..1755a2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d218e4a10965be181fd9fedee690b4e gsound-1.0.1.tar.xz +c26fd21c21b9ef6533a202a73fab21db gsound-1.0.2.tar.xz