[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/libhandy-1][update-1.0.1] 2 commits: d/patches: fix combo-row test failure on x86

Arnaud Ferraris gitlab at salsa.debian.org
Sat Oct 31 15:20:27 GMT 2020



Arnaud Ferraris pushed to branch update-1.0.1 at Debian On Mobile / libhandy-1


Commits:
f8b2c478 by Arnaud Ferraris at 2020-10-31T16:18:12+01:00
d/patches: fix combo-row test failure on x86

- - - - -
7e1fcf8b by Arnaud Ferraris at 2020-10-31T16:18:16+01:00
d/changelog: release version 1.0.1-1

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/combo-row-opacity-should-be-a-floating-point-value.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libhandy-1 (1.0.1-1) unstable; urgency=medium
+
+  * New upstream version 1.0.1
+  * d/patches: remove unneeded backported patches
+
+ -- Arnaud Ferraris <arnaud.ferraris at gmail.com>  Sat, 31 Oct 2020 12:22:19 +0100
+
 libhandy-1 (1.0.0-3) unstable; urgency=medium
 
   [ Sebastian Krzyszkowiak ]


=====================================
debian/patches/combo-row-opacity-should-be-a-floating-point-value.patch
=====================================
@@ -0,0 +1,26 @@
+From e731d452893cb58a50c219785ddf7bc8269cb20c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?X=E2=84=B9=20Ruoyao?= <xry111 at mengyan1223.wang>
+Date: Sat, 31 Oct 2020 22:52:27 +0800
+Subject: [PATCH] combo-row: opacity should be a floating-point value
+
+Fixes e5f190e3.
+---
+ src/hdy-combo-row.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/hdy-combo-row.c b/src/hdy-combo-row.c
+index d60a7e7f..cd9405f5 100644
+--- a/src/hdy-combo-row.c
++++ b/src/hdy-combo-row.c
+@@ -137,7 +137,7 @@ create_list_widget (gpointer item,
+   GtkWidget *checkmark = g_object_new (GTK_TYPE_IMAGE,
+                                        "halign", GTK_ALIGN_START,
+                                        "icon-name", "emblem-ok-symbolic",
+-                                       "opacity", 0,
++                                       "opacity", 0.0,
+                                        "valign", GTK_ALIGN_CENTER,
+                                        "visible", TRUE,
+                                        NULL);
+-- 
+GitLab
+


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 Disable-atk-during-tests.patch
+combo-row-opacity-should-be-a-floating-point-value.patch



View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libhandy-1/-/compare/60d0d202d24886b796d4aaeea1a6fa20ab07ff1b...7e1fcf8bb6bbe04d3697f53dbeb3dbab4f5c6c9d

-- 
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libhandy-1/-/compare/60d0d202d24886b796d4aaeea1a6fa20ab07ff1b...7e1fcf8bb6bbe04d3697f53dbeb3dbab4f5c6c9d
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20201031/83effddd/attachment-0001.html>


More information about the Debian-on-mobile-maintainers mailing list