[audacious] License of this package has changed to two-clause BSD.

Michael Schwendt mschwendt at fedoraproject.org
Thu Jul 5 09:35:46 UTC 2012


commit a5ccf616541afc84c9ff12ab62d0d0556e3825c8
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Thu Jul 5 11:35:43 2012 +0200

    License of this package has changed to two-clause BSD.
    
    - Update to 3.3-beta1.

 .gitignore     |    1 +
 audacious.spec |   13 ++++++++-----
 sources        |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8f161df..c33981c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /audacious-3.2.2.tar.bz2
 /audacious-3.2.3.tar.bz2
 /audacious-3.3-alpha1.tar.bz2
+/audacious-3.3-beta1.tar.bz2
diff --git a/audacious.spec b/audacious.spec
index d5bb0cc..b8538b1 100644
--- a/audacious.spec
+++ b/audacious.spec
@@ -1,16 +1,16 @@
 # Minimum audacious/audacious-plugins version in inter-package dependencies.
 %global aud_ver 3.3
 
-%global tar_ver %{version}-alpha1
+%global tar_ver %{version}-beta1
 
 # Audacious Generic Plugin API defined in audacious-libs subpackage.
 
 
 Name: audacious
 Version: 3.3
-Release: 0.1.alpha1%{?dist}
+Release: 0.1.beta1%{?dist}
 
-License: GPLv3
+License: BSD
 Summary: Advanced audio player
 URL: http://audacious-media-player.org/
 Group: Applications/Multimedia
@@ -21,7 +21,6 @@ BuildRequires: gettext
 BuildRequires: gtk3-devel
 BuildRequires: libguess-devel >= 1.1
 BuildRequires: dbus-devel dbus-glib-devel
-BuildRequires: libSM-devel
 BuildRequires: desktop-file-utils
 BuildRequires: doxygen
 
@@ -153,7 +152,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files libs
 # license file included in this subpkg
 # for Fedora Licensing Guidelines change (2010-07-07)
-%doc COPYING GPL3.txt
+%doc COPYING
 %{_libdir}/*.so.*
 
 %files devel
@@ -166,6 +165,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Jul  5 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 3.3-0.1.beta1
+- License of this package has changed to two-clause BSD.
+- Update to 3.3-beta1.
+
 * Mon Jun 18 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 3.3-0.1.alpha1
 - Generic plugin API/ABI bumped to 40, also the minimum.
 - Adjust files section for dropped files.
diff --git a/sources b/sources
index b90a4e7..04be3a5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-51f26611c0c1e70c8e4c86df2f009e81  audacious-3.3-alpha1.tar.bz2
+fa80fc8aec16df4d8a45a7cd3e526797  audacious-3.3-beta1.tar.bz2


More information about the scm-commits mailing list