[gammaray/f21] Update to new upstream release

Richard Hughes rhughes at fedoraproject.org
Tue Sep 23 15:41:18 UTC 2014


commit 16d69d874033c8078ae26592d591e4db698420c5
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Sep 23 15:44:58 2014 +0100

    Update to new upstream release

 .gitignore                             |    1 +
 gammaray-libexec-install-dir-fix.patch |   19 -------------------
 gammaray.spec                          |   18 +++++++-----------
 sources                                |    2 +-
 4 files changed, 9 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e56a71..ce621a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /gammaray-2.0.0.tar.gz
 /gammaray-2.0.2.tar.gz
 /qt-everywhere-opensource-src-4.8.6.tar.gz
+/GammaRay-2.1.1.tar.gz
diff --git a/gammaray.spec b/gammaray.spec
index 120b167..d3cff2d 100644
--- a/gammaray.spec
+++ b/gammaray.spec
@@ -1,20 +1,17 @@
 %global qt_version 4.8.6
 
 Name:           gammaray
-Version:        2.0.2
-Release:        3%{?dist}
+Version:        2.1.1
+Release:        1%{?dist}
 Summary:        A tool for examining internals of Qt applications
 
 License:        GPLv2+
 URL:            http://www.kdab.com/kdab-products/gammaray/
 
 # Available on https://github.com/KDAB/GammaRay/archive/v%{version}.tar.gz
-Source0:        gammaray-%{version}.tar.gz
+Source0:        GammaRay-%{version}.tar.gz
 Source1:        http://releases.qt-project.org/qt4/source/qt-everywhere-opensource-src-%{qt_version}.tar.gz
 
-# https://github.com/KDAB/GammaRay/issues/69
-Patch0:         gammaray-libexec-install-dir-fix.patch
-
 BuildRequires:  qt-devel%{?_isa} = 1:%qt_version
 BuildRequires:  qt-devel-private = 1:%qt_version
 BuildRequires:  qtwebkit-devel
@@ -62,9 +59,6 @@ This package includes developer documentation in HTML format.
 %prep
 %setup -q -b 1 -n GammaRay-%{version}
 
-
-%patch0 -p 1 -b .cmake-libexec
-
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
@@ -89,10 +83,9 @@ cp %{_builddir}/GammaRay-%{version}/{License.txt,ReadMe.txt} %{buildroot}/%{_doc
 
 %files
 %{_bindir}/gammaray
-%{_libexecdir}/gammaray-client
-%{_libexecdir}/gammaray-launcher
 %{_qt4_libdir}/libgammaray_*.so
 %{_qt4_libdir}/gammaray
+%{_datadir}/appdata/GammaRay.appdata.xml
 %{_datadir}/applications/GammaRay.desktop
 %{_datadir}/icons/hicolor/*/apps/GammaRay.png
 %{_mandir}/man1/gammaray.1.gz
@@ -108,6 +101,9 @@ cp %{_builddir}/GammaRay-%{version}/{License.txt,ReadMe.txt} %{buildroot}/%{_doc
 %{_docdir}/gammaray/html/
 
 %changelog
+* Tue Sep 23 2014 Richard Hughes <richard at hughsie.com> - 2.1.1-1
+- Update to new upstream release.
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 560c6b2..16963b4 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-a60b8eb863bcfc0b63c45b308ec91b0a  gammaray-2.0.2.tar.gz
+92d640278ee0fa40bd207e666afc4e4a  GammaRay-2.1.1.tar.gz
 2edbe4d6c2eff33ef91732602f3518eb  qt-everywhere-opensource-src-4.8.6.tar.gz


More information about the scm-commits mailing list