[yad] new upstream version. new branches

Elder Marco eldermarco at fedoraproject.org
Sat Aug 30 13:25:21 UTC 2014


commit a376b9c156d901653af0c3007f0788b83ec29bfd
Author: Elder Marco <eldermarco at gmail.com>
Date:   Sat Aug 30 10:25:07 2014 -0300

    new upstream version. new branches

 .gitignore |    1 +
 sources    |    2 +-
 yad.spec   |   19 +++++++++++++++++--
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d321afc..2e49edb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /yad-0.22.1.tar.xz
 /yad-0.25.1.tar.xz
 /yad-0.26.1.tar.xz
+/yad-0.27.0.tar.xz
diff --git a/sources b/sources
index 7b1e7e6..b1df5ac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05b0f76ef0c150215f027cd52abd3465  yad-0.26.1.tar.xz
+7dbea9f204dfd6b41c01161aa2e764a3  yad-0.27.0.tar.xz
diff --git a/yad.spec b/yad.spec
index 4731529..07e10bb 100644
--- a/yad.spec
+++ b/yad.spec
@@ -1,6 +1,6 @@
 Name:      yad
-Version:   0.26.1
-Release:   3%{?dist}
+Version:   0.27.0
+Release:   1%{?dist}
 Summary:   Display graphical dialogs from shell scripts or command line
 
 Group:     Applications/System
@@ -11,7 +11,11 @@ Patch0:    fix-missing-buttons.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
 BuildRequires:  gtk3-devel >= 3.0.0
+%else
+BuildRequires:  gtk2-devel >= 2.20.1
+%endif
 BuildRequires:  desktop-file-utils
 BuildRequires:  perl(XML::Parser)
 BuildRequires:  intltool >= 0.40.0
@@ -24,10 +28,17 @@ custom buttons, additional dialogs, pop-up menu in notification icon and more.
 
 %prep
 %setup -q
+%if 0%{?fedora} > 20
 %patch0 -p0
+%endif
 
 %build
+%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
 %configure --enable-icon-browser --with-gtk=gtk3
+%else
+%configure --enable-icon-browser --with-gtk=gtk2
+%endif
+
 make %{?_smp_mflags}
 
 %install
@@ -68,6 +79,10 @@ fi
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Wed Aug 27 2014 Elder Marco <eldermarco at fedoraproject.org> - 0.27.0-1
+- New upstream version
+- New branches: el5, el6 and epel7
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.26.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list