Hello community,

here is the log from the commit of package desktopfolder for openSUSE:Factory 
checked in at 2019-10-31 22:38:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/desktopfolder (Old)
 and      /work/SRC/openSUSE:Factory/.desktopfolder.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "desktopfolder"

Thu Oct 31 22:38:20 2019 rev:11 rq:744463 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/desktopfolder/desktopfolder.changes      
2019-08-07 14:00:47.136853276 +0200
+++ /work/SRC/openSUSE:Factory/.desktopfolder.new.2990/desktopfolder.changes    
2019-10-31 22:38:21.645330597 +0100
@@ -1,0 +2,5 @@
+Wed Oct 30 23:53:11 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Add desktopfolder-1.1.1-vala-0.46.patch
+
+-------------------------------------------------------------------

New:
----
  desktopfolder-1.1.1-vala-0.46.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ desktopfolder.spec ++++++
--- /var/tmp/diff_new_pack.DChLf9/_old  2019-10-31 22:38:22.785332014 +0100
+++ /var/tmp/diff_new_pack.DChLf9/_new  2019-10-31 22:38:22.797332028 +0100
@@ -26,6 +26,8 @@
 Source:         
https://github.com/spheras/desktopfolder/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM -- Fix compilation issues with vala 0.44
 Patch0:         desktopfolder-1.1.1-vala-0.44.patch
+# PATCH-FIX-UPSTREAM -- Fix compilation issues with vala 0.46
+Patch1:         desktopfolder-1.1.1-vala-0.46.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
@@ -58,6 +60,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %meson

++++++ desktopfolder-1.1.1-vala-0.46.patch ++++++
diff --git a/desktopfolder-1.1.1.orig/src/utils/animation/GtkAnimation.vala 
b/desktopfolder-1.1.1/src/utils/animation/GtkAnimation.vala
index a1cd56c..6f77d6a 100644
--- a/src/utils/animation/GtkAnimation.vala
+++ b/src/utils/animation/GtkAnimation.vala
@@ -51,7 +51,7 @@ namespace DesktopFolder.UtilGtkAnimation  {
          * @param {double} duration the duration of the animation
          * @param {AnimateFn} animation_fn the animation function
          */
-        public WidgetAnimation (Gtk.Widget widget, double duration, AnimateFn 
animation_fn) {
+        protected WidgetAnimation (Gtk.Widget widget, double duration, 
AnimateFn animation_fn) {
             this._widget       = widget;
             this._animation_fn = animation_fn;
             this._duration     = duration;

Reply via email to