eldermarco pushed to yad (f21). "update to 0.28.1"

notifications at fedoraproject.org notifications at fedoraproject.org
Sun Apr 5 15:26:27 UTC 2015


>From 1c2592626da19ec0135bd15fbd01ccb29f4abee5 Mon Sep 17 00:00:00 2001
From: Elder Marco <eldermarco at gmail.com>
Date: Sun, 15 Mar 2015 11:44:02 -0300
Subject: update to 0.28.1


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/fix-missing-buttons.patch b/fix-missing-buttons.patch
deleted file mode 100644
index 77aa150..0000000
--- a/fix-missing-buttons.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: src/main.c
-===================================================================
---- src/main.c	(revision 771)
-+++ src/main.c	(working copy)
-@@ -381,12 +381,10 @@
-               GtkWidget *btn;
-               YadButton *b = (YadButton *) tmp->data;
- 
--              btn = gtk_button_new ();
--              gtk_container_add (GTK_CONTAINER (btn), get_label (b->name, 2));
-+              btn = gtk_dialog_add_button (dlg, b->name, b->response);
-               gtk_button_set_alignment (GTK_BUTTON (btn), 0.5, 0.5);
-               g_object_set_data (G_OBJECT (btn), "resp", GINT_TO_POINTER (b->response));
-               g_signal_connect (G_OBJECT (btn), "clicked", G_CALLBACK (btn_cb), b->cmd);
--              gtk_box_pack_start (GTK_BOX (bbox), btn, FALSE, FALSE, 0);
- 
-               tmp = tmp->next;
-             }
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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/yad.git/commit/?h=f21&id=1c2592626da19ec0135bd15fbd01ccb29f4abee5


More information about the scm-commits mailing list