Hello community,

here is the log from the commit of package Fragments for openSUSE:Factory 
checked in at 2020-11-17 21:25:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Fragments (Old)
 and      /work/SRC/openSUSE:Factory/.Fragments.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Fragments"

Tue Nov 17 21:25:27 2020 rev:2 rq:848843 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/Fragments/Fragments.changes      2020-05-20 
18:45:55.489344665 +0200
+++ /work/SRC/openSUSE:Factory/.Fragments.new.24930/Fragments.changes   
2020-11-17 21:25:29.825390405 +0100
@@ -1,0 +2,6 @@
+Fri Nov 13 19:01:41 UTC 2020 - Bjørn Lie <bjorn....@gmail.com>
+
+- Add Fragments-fix-vala-syntax-error.patch: Fix vala syntax error
+  during build.
+
+-------------------------------------------------------------------

New:
----
  Fragments-fix-vala-syntax-error.patch

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

Other differences:
------------------
++++++ Fragments.spec ++++++
--- /var/tmp/diff_new_pack.TQQILk/_old  2020-11-17 21:25:30.837391409 +0100
+++ /var/tmp/diff_new_pack.TQQILk/_new  2020-11-17 21:25:30.841391412 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package Fragments
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,8 @@
 Group:          Productivity/Networking/Other
 URL:            https://gitlab.gnome.org/World/Fragments
 Source:         %{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM Fragments-fix-vala-syntax-error.patch
+Patch1:         Fragments-fix-vala-syntax-error.patch
 
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -61,7 +63,6 @@
 %find_lang fragments %{?no_lang_C}
 %suse_update_desktop_file -r de.haeckerfelix.Fragments Network FileTransfer 
P2P GTK
 
-
 %files
 %license COPYING
 %doc README.md

++++++ Fragments-1.4.obscpio ++++++
/work/SRC/openSUSE:Factory/Fragments/Fragments-1.4.obscpio 
/work/SRC/openSUSE:Factory/.Fragments.new.24930/Fragments-1.4.obscpio differ: 
char 5974188, line 148298

++++++ Fragments-fix-vala-syntax-error.patch ++++++
--- Fragments-1.4-orig/src/fragments-torrent.vala       2020-11-13 
20:06:51.933840697 +0100
+++ Fragments-1.4/src/fragments-torrent.vala    2019-03-24 20:04:59.000000000 
+0100
@@ -101,7 +101,7 @@
                primary_text = Utils.generate_primary_text(this);
                seeders_text = _("%i (%i active)").printf(seeders, 
seeders_active);
 
-               char[40] buf = new char[40];
+               char[] buf = new char[40];
                download_speed = Transmission.String.Units.speed_KBps (buf, 
torrent.stat_cached.pieceDownloadSpeed_KBps); notify_property("download-speed");
                upload_speed = Transmission.String.Units.speed_KBps (buf, 
torrent.stat_cached.pieceUploadSpeed_KBps); notify_property("upload-speed");
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to