[pragha] Update to 1.1.2

Christoph Wickert cwickert at fedoraproject.org
Fri Sep 27 17:52:12 UTC 2013


commit 86209e07c047679f579e034ec853f3ac0894f720
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Fri Sep 27 19:52:01 2013 +0200

    Update to 1.1.2
    
    - Fix and update build requirements

 .gitignore  |    1 +
 pragha.spec |   45 +++++++++++++++++++++++++--------------------
 sources     |    2 +-
 3 files changed, 27 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e143fb6..520e051 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /pragha-1.1.0.tar.bz2
 /pragha-1.1.0.1.tar.bz2
 /pragha-1.1.1.tar.bz2
+/pragha-1.1.2.tar.bz2
diff --git a/pragha.spec b/pragha.spec
index bb855dc..ba5ba85 100644
--- a/pragha.spec
+++ b/pragha.spec
@@ -1,37 +1,38 @@
 # Review request: https://bugzilla.redhat.com/show_bug.cgi?id=721043
 
 Name:           pragha
-Version:        1.1.1
-Release:        5%{?dist}
+Version:        1.1.2
+Release:        1%{?dist}
 Summary:        Lightweight GTK+ music manager
 
 Group:          Applications/Multimedia
 License:        GPLv3+
 URL:            http://pragha.wikispaces.com/
 #VCS: git:https://github.com/matiasdelellis/pragha.git
-Source0:        https://github.com/downloads/matiasdelellis/%{name}/%{name}-%{version}.tar.bz2
+Source0:        http://dissonance.googlecode.com/files/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  dbus-devel >= 1.1
-BuildRequires:  dbus-glib-devel >= 0.84
-BuildRequires:  gtk2-devel >= 2.24.0
-BuildRequires:  flac-devel >= 1.2.1
-BuildRequires:  keybinder-devel >= 0.2.0
-BuildRequires:  gstreamer-devel >= 0.10
-BuildRequires:  gstreamer-plugins-base-devel >= 0.10
-BuildRequires:  libcddb-devel >= 1.3.0
-BuildRequires:  libcdio-paranoia-devel >= 10.2+0.90
-BuildRequires:  libcurl-devel >= 7.18
+BuildRequires:  pkgconfig(dbus-1) >= 1.1
+BuildRequires:  pkgconfig(dbus-glib-1) >= 0.84
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.0
+BuildRequires:  pkgconfig(keybinder) >= 0.2.0
+BuildRequires:  pkgconfig(gstreamer-0.10) >= 0.10
+BuildRequires:  pkgconfig(gstreamer-base-0.10) >= 0.10
+BuildRequires:  pkgconfig(libcddb) >= 1.3.0
+BuildRequires:  pkgconfig(libcdio_paranoia) >= 0.80
+BuildRequires:  pkgconfig(libcdio) >= 0.80
+#BuildRequires:  libcurl-devel >= 7.18
 # libglyr is not yet in Fedora
-#BuildRequires:  libglyr-devel >= 0.9.4
-BuildRequires:  libclastfm-devel >= 0.5
-BuildRequires:  libnotify-devel >= 0.4.4
-BuildRequires:  libxfce4ui-devel >= 4.8.0
-BuildRequires:  sqlite-devel >= 3.4
-BuildRequires:  taglib-devel >= 1.7.0
+#BuildRequires:  pkgconfig(libglyr) >= 0.9.4
+BuildRequires:  pkgconfig(libclastfm) >= 0.5
+BuildRequires:  pkgconfig(libnotify) >= 0.4.4
+BuildRequires:  pkgconfig(libxfce4ui-1) >= 4.8.0
+BuildRequires:  pkgconfig(sqlite3) >= 3.4
+BuildRequires:  pkgconfig(taglib_c) >= 1.4
 BuildRequires:  totem-pl-parser-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
+BuildRequires:  intltool
 Requires:       gstreamer-plugins-base
 
 %description
@@ -95,6 +96,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Sep 27 2013 Christoph Wickert <cwickert at fedoraproject.org> - 1.1.2-1
+- Update to 1.1.2
+- Fix and update build requirements 
+
 * Thu Sep 19 2013 Kalev Lember <kalevlember at gmail.com> - 1.1.1-5
 - Rebuilt for totem-pl-parser soname bump
 
@@ -209,7 +214,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - Update to 0.7.6
 - Remove upstreamed use-software-mixer.patch
 
-* Fri Apr 22 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.7.4-1
+* Fri Apr 23 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.7.4-1
 - Update to 0.7.4
 
 * Mon Mar 22 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.7.3-2
diff --git a/sources b/sources
index 66a5210..14bde38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ab36c02f52e1f767a85d3dc2e4bbd69  pragha-1.1.1.tar.bz2
+8b3b9ab115227dc56f4bb18c7016c2ab  pragha-1.1.2.tar.bz2


More information about the scm-commits mailing list