Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package timeshift for openSUSE:Factory 
checked in at 2023-01-17 17:35:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timeshift (Old)
 and      /work/SRC/openSUSE:Factory/.timeshift.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "timeshift"

Tue Jan 17 17:35:46 2023 rev:6 rq:1058899 version:22.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/timeshift/timeshift.changes      2022-12-04 
14:59:39.564721386 +0100
+++ /work/SRC/openSUSE:Factory/.timeshift.new.32243/timeshift.changes   
2023-01-17 17:35:55.473391828 +0100
@@ -1,0 +2,7 @@
+Tue Jan 17 08:42:47 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 22.11.2:
+  * Main.vala: Turn the initial btrfs quota error into a message if we think we
+    know what the error is.
+
+-------------------------------------------------------------------

Old:
----
  timeshift-22.11.1.tar.gz

New:
----
  timeshift-22.11.2.tar.gz

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

Other differences:
------------------
++++++ timeshift.spec ++++++
--- /var/tmp/diff_new_pack.YqXGS3/_old  2023-01-17 17:35:56.453397353 +0100
+++ /var/tmp/diff_new_pack.YqXGS3/_new  2023-01-17 17:35:56.457397375 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package timeshift
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2017-2022 Malcolm J Lewis <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           timeshift
-Version:        22.11.1
+Version:        22.11.2
 Release:        0
 Summary:        System restore utility
 License:        GPL-3.0-only

++++++ timeshift-22.11.1.tar.gz -> timeshift-22.11.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/timeshift-22.11.1/debian/changelog 
new/timeshift-22.11.2/debian/changelog
--- old/timeshift-22.11.1/debian/changelog      2022-11-22 11:11:02.000000000 
+0100
+++ new/timeshift-22.11.2/debian/changelog      2023-01-07 17:04:37.000000000 
+0100
@@ -1,3 +1,10 @@
+timeshift (22.11.2) vera; urgency=medium
+
+  [ Michael Webster ]
+  * Main.vala: Turn the initial btrfs quota error into a message if we think 
we know what the error is.
+
+ -- Clement Lefebvre <[email protected]>  Sat, 07 Jan 2023 16:04:11 +0000
+
 timeshift (22.11.1) vera; urgency=medium
 
   [ Matin Lotfaliei ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/timeshift-22.11.1/src/Console/AppConsole.vala 
new/timeshift-22.11.2/src/Console/AppConsole.vala
--- old/timeshift-22.11.1/src/Console/AppConsole.vala   2022-11-22 
11:11:02.000000000 +0100
+++ new/timeshift-22.11.2/src/Console/AppConsole.vala   2023-01-07 
17:04:37.000000000 +0100
@@ -38,7 +38,7 @@
 public Main App;
 public const string AppName = "Timeshift";
 public const string AppShortName = "timeshift";
-public const string AppVersion = "22.11.1";
+public const string AppVersion = "22.11.2";
 public const string AppAuthor = "Tony George";
 public const string AppAuthorEmail = "[email protected]";
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/timeshift-22.11.1/src/Core/Main.vala 
new/timeshift-22.11.2/src/Core/Main.vala
--- old/timeshift-22.11.1/src/Core/Main.vala    2022-11-22 11:11:02.000000000 
+0100
+++ new/timeshift-22.11.2/src/Core/Main.vala    2023-01-07 17:04:37.000000000 
+0100
@@ -4107,6 +4107,10 @@
                        }
 
                        if (ret_val != 0){
+                               if (std_err.contains("not enabled")) {
+                                       log_msg("btrfs: Quotas are not 
enabled");
+                                       return false;
+                               }
                                log_error (std_err);
                                log_error(_("btrfs returned an error") + ": 
%d".printf(ret_val));
                                log_error(_("Failed to query subvolume quota"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/timeshift-22.11.1/src/Gtk/AppGtk.vala 
new/timeshift-22.11.2/src/Gtk/AppGtk.vala
--- old/timeshift-22.11.1/src/Gtk/AppGtk.vala   2022-11-22 11:11:02.000000000 
+0100
+++ new/timeshift-22.11.2/src/Gtk/AppGtk.vala   2023-01-07 17:04:37.000000000 
+0100
@@ -37,7 +37,7 @@
 public Main App;
 public const string AppName = "Timeshift";
 public const string AppShortName = "timeshift";
-public const string AppVersion = "22.11.1";
+public const string AppVersion = "22.11.2";
 public const string AppAuthor = "Tony George";
 public const string AppAuthorEmail = "[email protected]";
 

Reply via email to