From 15a4ca57ef30414b4901b904053201f993aed6e8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Jun 2017 14:36:00 +0200 Subject: add upstream patch for https://bugzilla.redhat.com/1461390 --- qelectrotech.spec | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'qelectrotech.spec') diff --git a/qelectrotech.spec b/qelectrotech.spec index 692405a..593ac23 100644 --- a/qelectrotech.spec +++ b/qelectrotech.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # #global svnrel 4947 -%global rdate 20170613 +%global rdate 20170614 %global upver 0.6rc2 Name: qelectrotech @@ -35,7 +35,7 @@ Version: 0.60~rc2 %if 0%{?svnrel} Release: 2.svn%{svnrel}%{?dist} %else -Release: 2%{?dist} +Release: 3%{?dist} %endif Group: Applications/Engineering @@ -52,6 +52,13 @@ Source1: mksrc.sh Source0: http://download.tuxfamily.org/qet/tags/%{rdate}/qelectrotech-%{upver}-src.tar.gz %endif +# Upstream revision 4978 +Patch0: %{name}-svgpng.patch +Source2: edit-download.svg.png +Source3: help-contents.svg.png +Source4: help-donate.svg.png +Source5: kdenlive-show-video.svg.png + BuildRequires: desktop-file-utils BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtsvg-devel @@ -176,6 +183,9 @@ Colecção de elementos para QElectroTech. %setup -q -n %{name}-%{upver}-src %endif +%patch0 -p1 -b .r4978 +cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} ico/16x16/ + sed -e s,/usr/local/,%{_prefix}/, \ -e /QET_MAN_PATH/s,'man/','share/man', \ -e /QET_MIME/s,../,, \ @@ -262,6 +272,9 @@ fi %changelog +* Wed Jun 14 2017 Remi Collet - 0.60~rc2-3 +- add upstream patch for https://bugzilla.redhat.com/1461390 + * Tue Jun 13 2017 Remi Collet - 0.60~rc2-2 - drop dependency on electronics-menu (RHEL-7) -- cgit