[qmmp] new version 0.6.0

Karel Volný kvolny at fedoraproject.org
Tue Jul 3 12:21:10 UTC 2012


commit d567399811c6c9655e620baf8da4a5ac977820ff
Author: Karel Volný <kvolny at redhat.com>
Date:   Tue Jul 3 14:20:57 2012 +0200

    new version 0.6.0

 .gitignore |    1 +
 qmmp.spec  |   11 ++++++++++-
 sources    |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a564243..0166023 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ qmmp-0.4.1.tar.bz2
 /qmmp-0.5.4.tar.bz2
 /qmmp-0.5.5.tar.bz2
 /qmmp-0.5.6.tar.bz2
+/qmmp-0.6.0.tar.bz2
diff --git a/qmmp.spec b/qmmp.spec
index 89df33c..93f4488 100644
--- a/qmmp.spec
+++ b/qmmp.spec
@@ -1,5 +1,5 @@
 Name:		qmmp
-Version:	0.5.6
+Version:	0.6.0
 Release:	1%{?dist}
 Summary:	Qt-based multimedia player
 
@@ -94,6 +94,7 @@ desktop-file-install --delete-original --vendor fedora --dir \
 	%{buildroot}/%{_datadir}/applications/qmmp.desktop
 # new files since 0.3.0, using Vendor is deprecated, so just validate
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}_cue.desktop
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}_dir.desktop
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}_enqueue.desktop
 
 %clean
@@ -107,12 +108,14 @@ rm -rf %{buildroot}
 %{_libdir}/libqmmp*
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/applications/%{name}_cue.desktop
+%{_datadir}/applications/%{name}_dir.desktop
 %{_datadir}/applications/%{name}_enqueue.desktop
 %{_datadir}/icons/hicolor/
 %{_datadir}/%{name}/
 
 %files devel
 %{_includedir}/*
+%{_libdir}/pkgconfig/qmmp*
 
 %post
 /sbin/ldconfig
@@ -130,6 +133,12 @@ fi
 
 
 %changelog
+* Tue Jul 3 2012 Karel Volný <kvolny at redhat.com> 0.6.0-1
+- new version
+- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
+- new qmmp_dir.desktop file
+- provide new pkgconfig files in -devel
+
 * Mon Jun 18 2012 Karel Volný <kvolny at redhat.com> 0.5.6-1
 - new version
 - see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php
diff --git a/sources b/sources
index 8d5d04d..257348a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0291225447d9688fb6aa85734cda1b6e  qmmp-0.5.6.tar.bz2
+cee9ee53c30c483275a1f09b86831520  qmmp-0.6.0.tar.bz2


More information about the scm-commits mailing list