[yad] update to 0.28.1

Elder Marco eldermarco at fedoraproject.org
Sun Mar 15 14:44:22 UTC 2015


commit 1c2592626da19ec0135bd15fbd01ccb29f4abee5
Author: Elder Marco <eldermarco at gmail.com>
Date:   Sun Mar 15 11:44:02 2015 -0300

    update to 0.28.1

 .gitignore                |  1 +
 fix-missing-buttons.patch | 18 ------------------
 sources                   |  2 +-
 yad.spec                  | 15 ++++++++-------
 4 files changed, 10 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e49edb..3876a07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /yad-0.25.1.tar.xz
 /yad-0.26.1.tar.xz
 /yad-0.27.0.tar.xz
+/yad-0.28.1.tar.xz
diff --git a/sources b/sources
index b1df5ac..1b955d8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7dbea9f204dfd6b41c01161aa2e764a3  yad-0.27.0.tar.xz
+79798cbd7d209c2d290b6f794ed66ba4  yad-0.28.1.tar.xz
diff --git a/yad.spec b/yad.spec
index 8a377fc..11b131f 100644
--- a/yad.spec
+++ b/yad.spec
@@ -1,5 +1,5 @@
 Name:      yad
-Version:   0.27.0
+Version:   0.28.1
 Release:   1%{?dist}
 Summary:   Display graphical dialogs from shell scripts or command line
 
@@ -7,7 +7,6 @@ Group:     Applications/System
 License:   GPLv3+
 URL:       http://sourceforge.net/projects/yad-dialog/
 Source0:   http://downloads.sourceforge.net/%{name}-dialog/%{name}-%{version}.tar.xz
-Patch0:    fix-missing-buttons.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -28,15 +27,12 @@ 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
+%configure --enable-icon-browser --enable-html --with-gtk=gtk3
 %else
-%configure --enable-icon-browser --with-gtk=gtk2
+%configure --enable-icon-browser --enable-html --with-gtk=gtk2
 %endif
 
 make %{?_smp_mflags}
@@ -79,6 +75,11 @@ fi
 %{_mandir}/man1/%{name}.1.*
 
 %changelog
+* Sun Mar 15 2015 Elder Marco <eldermarco at fedoraproject.org> - 0.28.1-1
+- update to new version, 0.28.1.
+- Build yad with HTML widget enabled
+- Removed patch to fix-missing-buttons.patch
+
 * Wed Aug 27 2014 Elder Marco <eldermarco at fedoraproject.org> - 0.27.0-1
 - New upstream version
 - New branches: el5, el6 and epel7


More information about the scm-commits mailing list