diff --git a/.gitignore b/.gitignore index 511b482..45cfbd8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /audacious-3.1-beta1.tar.bz2 /audacious-3.1-beta2.tar.bz2 /audacious-3.1-beta3.tar.bz2 +/audacious-3.1.tar.bz2 diff --git a/audacious.spec b/audacious.spec index 96b99f9..a589325 100644 --- a/audacious.spec +++ b/audacious.spec @@ -1,14 +1,14 @@ # Minimum audacious/audacious-plugins version in inter-package dependencies. %global aud_ver 3.1 -%global tar_ver %{version}-beta3 +%global tar_ver %{version} # Audacious Generic Plugin API defined in audacious-libs subpackage. Name: audacious Version: 3.1 -Release: 0.1.beta3%{?dist} +Release: 1%{?dist} License: GPLv3 Summary: Advanced audio player @@ -174,6 +174,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Wed Nov 9 2011 Michael Schwendt - 3.1-1 +- Update to 3.1. + * Wed Oct 26 2011 Michael Schwendt - 3.1-0.1.beta3 - Generic plugin API/ABI bumped to 34, also the minimum. - Update to 3.1-beta3. diff --git a/sources b/sources index 906b34b..8d90e17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80955cd879b9cd4970ca6b7a24c343f6 audacious-3.1-beta3.tar.bz2 +5ecdff54f4c32c6ae958095d23c57308 audacious-3.1.tar.bz2