Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2021-04-22 18:03:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/snapper (Old)
 and      /work/SRC/openSUSE:Factory/.snapper.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "snapper"

Thu Apr 22 18:03:24 2021 rev:126 rq:886608 version:0.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2021-04-10 
15:26:38.078326037 +0200
+++ /work/SRC/openSUSE:Factory/.snapper.new.12324/snapper.changes       
2021-04-22 18:03:32.706467678 +0200
@@ -1,0 +2,11 @@
+Mon Apr 19 09:56:40 CEST 2021 - aschn...@suse.com
+
+- fix build on 32 bit musl systems (gh#openSUSE/snapper#644)
+
+-------------------------------------------------------------------
+Fri Apr 09 15:23:14 CEST 2021 - aschn...@suse.com
+
+- improved error handling (see gh#openSUSE/snapper#626)
+- version 0.9.0
+
+-------------------------------------------------------------------

Old:
----
  snapper-0.8.16.tar.bz2

New:
----
  snapper-0.9.0.tar.bz2
  snapper-xUbuntu_21.04.dsc

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

Other differences:
------------------
++++++ snapper.spec ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:33.506468915 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:33.510468921 +0200
@@ -25,7 +25,7 @@
 %bcond_with coverage
 
 Name:           snapper
-Version:        0.8.16
+Version:        0.9.0
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         snapper-%{version}.tar.bz2

++++++ debian.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/changelog new/debian/changelog
--- old/debian/changelog        2021-04-08 02:00:00.000000000 +0200
+++ new/debian/changelog        2021-04-19 02:00:00.000000000 +0200
@@ -1,8 +1,14 @@
+snapper (0.9.0) stable; urgency=low
+
+  * Updated to version 0.9.0
+
+ -- Arvin Schnell <aschn...@suse.com>  Wed, 14 Apr 2021 14:15:48 +0000
+
 snapper (0.8.15) stable; urgency=low
 
   * Updated to version 0.8.15
 
- -- Arvin Schnell <aschn...@suse.com>  THu, 17 Dec 2020 10:22:04 +0000
+ -- Arvin Schnell <aschn...@suse.com>  Thu, 17 Dec 2020 10:22:04 +0000
 
 snapper (0.8.14) stable; urgency=low
 

++++++ snapper-0.8.16.tar.bz2 -> snapper-0.9.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/Makefile.am 
new/snapper-0.9.0/Makefile.am
--- old/snapper-0.8.16/Makefile.am      2021-04-08 02:00:00.000000000 +0200
+++ new/snapper-0.9.0/Makefile.am       2021-04-19 02:00:00.000000000 +0200
@@ -26,7 +26,8 @@
     xUbuntu_19.04      \
     xUbuntu_19.10      \
     xUbuntu_20.04      \
-    xUbuntu_20.10
+    xUbuntu_20.10      \
+    xUbuntu_21.04
 
 RASPBIAN_FLAVOURS =    \
     Raspbian_10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/Makefile.in 
new/snapper-0.9.0/Makefile.in
--- old/snapper-0.8.16/Makefile.in      2021-04-08 02:00:00.000000000 +0200
+++ new/snapper-0.9.0/Makefile.in       2021-04-19 02:00:00.000000000 +0200
@@ -415,7 +415,8 @@
     xUbuntu_19.04      \
     xUbuntu_19.10      \
     xUbuntu_20.04      \
-    xUbuntu_20.10
+    xUbuntu_20.10      \
+    xUbuntu_21.04
 
 RASPBIAN_FLAVOURS = \
     Raspbian_10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/VERSION new/snapper-0.9.0/VERSION
--- old/snapper-0.8.16/VERSION  2021-04-08 02:00:00.000000000 +0200
+++ new/snapper-0.9.0/VERSION   2021-04-19 02:00:00.000000000 +0200
@@ -1 +1 @@
-0.8.16
+0.9.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/client/cleanup.cc 
new/snapper-0.9.0/client/cleanup.cc
--- old/snapper-0.8.16/client/cleanup.cc        2021-04-08 02:00:00.000000000 
+0200
+++ new/snapper-0.9.0/client/cleanup.cc 2021-04-19 02:00:00.000000000 +0200
@@ -51,7 +51,7 @@
     MinFreeLimit free_limit;
 
 
-    void read(const ProxyConfig& config, const char* name, long int& value)
+    void read(const ProxyConfig& config, const char* name, time_t& value)
     {
        const map<string, string>& raw = config.getAllValues();
        map<string, string>::const_iterator pos = raw.find(name);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/client/errors.cc 
new/snapper-0.9.0/client/errors.cc
--- old/snapper-0.8.16/client/errors.cc 2021-04-08 02:00:00.000000000 +0200
+++ new/snapper-0.9.0/client/errors.cc  2021-04-19 02:00:00.000000000 +0200
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) [2011-2014] Novell, Inc.
- * Copyright (c) [2016,2018] SUSE LLC
+ * Copyright (c) [2016-2021] SUSE LLC
  *
  * All Rights Reserved.
  *
@@ -86,6 +86,9 @@
     if (name == "error.io_error")
        return sformat(_("IO Error (%s)."), e.message());
 
+    if (name == "error.list_configs_failed")
+       return sformat(_("Listing configs failed (%s)."), e.message());
+
     if (name == "error.create_config_failed")
        return sformat(_("Creating config failed (%s)."), e.message());
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/doc/snapper-configs.xml.in 
new/snapper-0.9.0/doc/snapper-configs.xml.in
--- old/snapper-0.8.16/doc/snapper-configs.xml.in       2021-04-08 
02:00:00.000000000 +0200
+++ new/snapper-0.9.0/doc/snapper-configs.xml.in        2021-04-19 
02:00:00.000000000 +0200
@@ -61,7 +61,8 @@
       </varlistentry>
 
       <varlistentry>
-       
<term><option>SPACE_LIMIT=<replaceable>float</replaceable></option></term>
+       <term><option>SPACE_LIMIT=<replaceable>float</replaceable> or
+       <replaceable>size</replaceable></option></term>
        <listitem>
          <para>Limit of the filesystems space the snapshots should
          use. Either a fraction of the whole filesystem for an
@@ -74,7 +75,8 @@
       </varlistentry>
 
       <varlistentry>
-       
<term><option>FREE_LIMIT=<replaceable>float</replaceable></option></term>
+       <term><option>FREE_LIMIT=<replaceable>float</replaceable> or
+       <replaceable>size</replaceable></option></term>
        <listitem>
          <para>Limit of the filesystem space that should be
          free. Either a fraction of the whole filesystem for an absolute
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/server/Client.cc 
new/snapper-0.9.0/server/Client.cc
--- old/snapper-0.8.16/server/Client.cc 2021-04-08 02:00:00.000000000 +0200
+++ new/snapper-0.9.0/server/Client.cc  2021-04-19 02:00:00.000000000 +0200
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) [2012-2015] Novell, Inc.
- * Copyright (c) [2016,2018] SUSE LLC
+ * Copyright (c) [2016-2021] SUSE LLC
  *
  * All Rights Reserved.
  *
@@ -39,7 +39,7 @@
 
 
 Client::Client(const string& name, const Clients& clients)
-    : name(name), zombie(false), clients(clients)
+    : name(name), clients(clients)
 {
 }
 
@@ -1741,6 +1741,12 @@
        DBus::MessageError reply(msg, "error.unknown_config", 
DBUS_ERROR_FAILED);
        conn.send(reply);
     }
+    catch (const ListConfigsFailedException& e)
+    {
+       SN_CAUGHT(e);
+       DBus::MessageError reply(msg, "error.list_configs_failed", e.what());
+       conn.send(reply);
+    }
     catch (const CreateConfigFailedException& e)
     {
        SN_CAUGHT(e);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/server/Client.h 
new/snapper-0.9.0/server/Client.h
--- old/snapper-0.8.16/server/Client.h  2021-04-08 02:00:00.000000000 +0200
+++ new/snapper-0.9.0/server/Client.h   2021-04-19 02:00:00.000000000 +0200
@@ -160,7 +160,7 @@
     boost::thread thread;
     queue<Task> tasks;
 
-    bool zombie;
+    bool zombie = false;
 
     void add_task(DBus::Connection& conn, DBus::Message& msg);
 
@@ -176,6 +176,7 @@
 class Clients
 {
 public:
+
     Clients(Backgrounds& backgrounds);
 
     typedef list<Client>::iterator iterator;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/server/MetaSnapper.cc 
new/snapper-0.9.0/server/MetaSnapper.cc
--- old/snapper-0.8.16/server/MetaSnapper.cc    2021-04-08 02:00:00.000000000 
+0200
+++ new/snapper-0.9.0/server/MetaSnapper.cc     2021-04-19 02:00:00.000000000 
+0200
@@ -36,7 +36,7 @@
 
 
 RefCounter::RefCounter()
-    : counter(0), last_used(steady_clock::now())
+    : last_used(steady_clock::now())
 {
 }
 
@@ -95,7 +95,7 @@
 
 
 MetaSnapper::MetaSnapper(ConfigInfo& config_info)
-    : config_info(config_info), snapper(NULL)
+    : config_info(config_info)
 {
     set_permissions();
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/server/MetaSnapper.h 
new/snapper-0.9.0/server/MetaSnapper.h
--- old/snapper-0.8.16/server/MetaSnapper.h     2021-04-08 02:00:00.000000000 
+0200
+++ new/snapper-0.9.0/server/MetaSnapper.h      2021-04-19 02:00:00.000000000 
+0200
@@ -53,7 +53,7 @@
 
     mutable boost::mutex mutex;
 
-    int counter;
+    int counter = 0;
 
     steady_clock::time_point last_used;
 
@@ -109,7 +109,7 @@
 
     ConfigInfo config_info;
 
-    Snapper* snapper;
+    Snapper* snapper = nullptr;
 
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/server/snapperd.cc 
new/snapper-0.9.0/server/snapperd.cc
--- old/snapper-0.8.16/server/snapperd.cc       2021-04-08 02:00:00.000000000 
+0200
+++ new/snapper-0.9.0/server/snapperd.cc        2021-04-19 02:00:00.000000000 
+0200
@@ -1,6 +1,6 @@
 /*
  * Copyright (c) [2012-2015] Novell, Inc.
- * Copyright (c) 2018 SUSE LLC
+ * Copyright (c) [2018-2021] SUSE LLC
  *
  * All Rights Reserved.
  *
@@ -279,7 +279,16 @@
 
     y2mil("Loading snapper configs");
 
-    meta_snappers.init();
+    try
+    {
+       meta_snappers.init();
+    }
+    catch (const Exception& e)
+    {
+       SN_CAUGHT(e);
+
+       y2err("failed to load snapper configs");
+    }
 
     y2mil("Listening for method calls and signals");
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/snapper/Btrfs.cc 
new/snapper-0.9.0/snapper/Btrfs.cc
--- old/snapper-0.8.16/snapper/Btrfs.cc 2021-04-08 02:00:00.000000000 +0200
+++ new/snapper-0.9.0/snapper/Btrfs.cc  2021-04-19 02:00:00.000000000 +0200
@@ -1494,10 +1494,18 @@
     std::pair<bool, unsigned int>
     Btrfs::getDefault() const
     {
-       SDir subvolume_dir = openSubvolumeDir();
-       int fd = subvolume_dir.fd();
+       try
+       {
+           SDir subvolume_dir = openSubvolumeDir();
+           int fd = subvolume_dir.fd();
 
-       return idToNum(fd, get_default_id(fd));
+           return idToNum(fd, get_default_id(fd));
+       }
+       catch (const exception& e)
+       {
+           SN_THROW(IOErrorException(string("query default id failed, ") + 
e.what()));
+           __builtin_unreachable();
+       }
     }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/snapper/XmlFile.cc 
new/snapper-0.9.0/snapper/XmlFile.cc
--- old/snapper-0.8.16/snapper/XmlFile.cc       2021-04-08 02:00:00.000000000 
+0200
+++ new/snapper-0.9.0/snapper/XmlFile.cc        2021-04-19 02:00:00.000000000 
+0200
@@ -60,6 +60,7 @@
     XmlFile::~XmlFile()
     {
        xmlFreeDoc(doc);
+       doc = nullptr;
     }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.8.16/snapper/XmlFile.h 
new/snapper-0.9.0/snapper/XmlFile.h
--- old/snapper-0.8.16/snapper/XmlFile.h        2021-04-08 02:00:00.000000000 
+0200
+++ new/snapper-0.9.0/snapper/XmlFile.h 2021-04-19 02:00:00.000000000 +0200
@@ -60,7 +60,7 @@
 
     private:
 
-       xmlDoc* doc;
+       xmlDoc* doc = nullptr;
 
     };
 

++++++ snapper-Debian_10.0.dsc ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:33.994469669 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:33.994469669 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.16-1
+Version: 0.9.0-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschn...@suse.com>
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-3cb90e7933c2bcc64645ecfbb9aab3a6 639349 snapper-0.8.16.tar.bz2
+a7a5fca5fda9dc642e0763609bdc4b86 639338 snapper-0.9.0.tar.bz2

++++++ snapper-Debian_9.0.dsc ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:34.014469700 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:34.018469706 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.16-1
+Version: 0.9.0-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschn...@suse.com>
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-3cb90e7933c2bcc64645ecfbb9aab3a6 639349 snapper-0.8.16.tar.bz2
+a7a5fca5fda9dc642e0763609bdc4b86 639338 snapper-0.9.0.tar.bz2

++++++ snapper-Debian_Unstable.dsc ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:34.038469737 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:34.038469737 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.16-1
+Version: 0.9.0-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschn...@suse.com>
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-3cb90e7933c2bcc64645ecfbb9aab3a6 639349 snapper-0.8.16.tar.bz2
+a7a5fca5fda9dc642e0763609bdc4b86 639338 snapper-0.9.0.tar.bz2

++++++ snapper-Raspbian_10.dsc ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:34.058469768 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:34.058469768 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.16-1
+Version: 0.9.0-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschn...@suse.com>
 Architecture: any

++++++ snapper-xUbuntu_17.04.dsc ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:34.078469799 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:34.078469799 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.16-1
+Version: 0.9.0-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschn...@suse.com>
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-3cb90e7933c2bcc64645ecfbb9aab3a6 639349 snapper-0.8.16.tar.bz2
+a7a5fca5fda9dc642e0763609bdc4b86 639338 snapper-0.9.0.tar.bz2

++++++ snapper-xUbuntu_17.10.dsc ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:34.098469830 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:34.102469836 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.16-1
+Version: 0.9.0-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschn...@suse.com>
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-3cb90e7933c2bcc64645ecfbb9aab3a6 639349 snapper-0.8.16.tar.bz2
+a7a5fca5fda9dc642e0763609bdc4b86 639338 snapper-0.9.0.tar.bz2

++++++ snapper-xUbuntu_18.04.dsc ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:34.122469867 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:34.122469867 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.16-1
+Version: 0.9.0-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschn...@suse.com>
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-3cb90e7933c2bcc64645ecfbb9aab3a6 639349 snapper-0.8.16.tar.bz2
+a7a5fca5fda9dc642e0763609bdc4b86 639338 snapper-0.9.0.tar.bz2

++++++ snapper-xUbuntu_18.10.dsc ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:34.142469898 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:34.142469898 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.16-1
+Version: 0.9.0-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschn...@suse.com>
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-3cb90e7933c2bcc64645ecfbb9aab3a6 639349 snapper-0.8.16.tar.bz2
+a7a5fca5fda9dc642e0763609bdc4b86 639338 snapper-0.9.0.tar.bz2

++++++ snapper-xUbuntu_19.04.dsc ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:34.166469935 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:34.166469935 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.16-1
+Version: 0.9.0-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschn...@suse.com>
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-3cb90e7933c2bcc64645ecfbb9aab3a6 639349 snapper-0.8.16.tar.bz2
+a7a5fca5fda9dc642e0763609bdc4b86 639338 snapper-0.9.0.tar.bz2

++++++ snapper-xUbuntu_19.10.dsc ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:34.186469966 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:34.190469972 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.16-1
+Version: 0.9.0-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschn...@suse.com>
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-3cb90e7933c2bcc64645ecfbb9aab3a6 639349 snapper-0.8.16.tar.bz2
+a7a5fca5fda9dc642e0763609bdc4b86 639338 snapper-0.9.0.tar.bz2

++++++ snapper-xUbuntu_20.04.dsc ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:34.210470003 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:34.210470003 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.16-1
+Version: 0.9.0-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschn...@suse.com>
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-3cb90e7933c2bcc64645ecfbb9aab3a6 639349 snapper-0.8.16.tar.bz2
+a7a5fca5fda9dc642e0763609bdc4b86 639338 snapper-0.9.0.tar.bz2

++++++ snapper-xUbuntu_20.10.dsc ++++++
--- /var/tmp/diff_new_pack.5JpJoL/_old  2021-04-22 18:03:34.234470040 +0200
+++ /var/tmp/diff_new_pack.5JpJoL/_new  2021-04-22 18:03:34.234470040 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: snapper
-Version: 0.8.16-1
+Version: 0.9.0-1
 Binary: snapper
 Maintainer: Arvin Schnell <aschn...@suse.com>
 Architecture: any
@@ -11,4 +11,4 @@
 #  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
 #
 Files:
-3cb90e7933c2bcc64645ecfbb9aab3a6 639349 snapper-0.8.16.tar.bz2
+a7a5fca5fda9dc642e0763609bdc4b86 639338 snapper-0.9.0.tar.bz2

++++++ snapper-xUbuntu_21.04.dsc ++++++
Format: 1.0
Source: snapper
Version: 0.9.0-1
Binary: snapper
Maintainer: Arvin Schnell <aschn...@suse.com>
Architecture: any
Build-Depends: debhelper (>= 4.1.16), acl-dev, dbus, g++, libboost-dev, 
libboost-thread-dev, libboost-system-dev, libboost-test-dev, libxml2-dev, 
libz-dev, libdbus-1-dev, libjson-c-dev, libpam-dev, xsltproc, docbook-xsl, 
language-pack-en, language-pack-de, language-pack-fr, ncurses-dev
#
# The 'Files' line is generated during 'make package':
# Files:
#  423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz
#
Files:
a7a5fca5fda9dc642e0763609bdc4b86 639338 snapper-0.9.0.tar.bz2

Reply via email to