Hello community, here is the log from the commit of package snapper for openSUSE:Factory checked in at 2018-01-20 11:25:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/snapper (Old) and /work/SRC/openSUSE:Factory/.snapper.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "snapper" Sat Jan 20 11:25:15 2018 rev:97 rq:565818 version:0.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/snapper/snapper.changes 2017-12-16 20:47:07.759626451 +0100 +++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2018-01-20 11:25:17.744347310 +0100 @@ -1,0 +2,12 @@ +Wed Jan 10 14:33:11 CET 2018 - [email protected] + +- use python3 instead of python2 (bsc#1070324) + +------------------------------------------------------------------- +Wed Dec 6 16:49:06 CET 2017 - [email protected] + +- Switched from cron to systemd timers (spec file based + distributions) (fate#324529) +- 0.5.3 + +------------------------------------------------------------------- Old: ---- snapper-0.5.2.tar.bz2 New: ---- snapper-0.5.3.tar.bz2 snapper-Debian_9.0.dsc snapper-xUbuntu_17.10.dsc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ snapper.spec ++++++ --- /var/tmp/diff_new_pack.1Wp1G5/_old 2018-01-20 11:25:18.668304112 +0100 +++ /var/tmp/diff_new_pack.1Wp1G5/_new 2018-01-20 11:25:18.672303925 +0100 @@ -1,7 +1,7 @@ # # spec file for package snapper # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %endif Name: snapper -Version: 0.5.2 +Version: 0.5.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: snapper-%{version}.tar.bz2 @@ -75,7 +75,7 @@ Requires: diffutils Requires: libsnapper4 = %version %if 0%{?suse_version} -Recommends: cron logrotate snapper-zypp-plugin +Recommends: logrotate snapper-zypp-plugin Supplements: btrfsprogs %endif Summary: Tool for filesystem snapshot management @@ -108,6 +108,8 @@ %install %make_install rm -f "%{buildroot}/%{_libdir}"/*.la "%{buildroot}/%{_lib}/security/pam_snapper.la" +rm -f %{buildroot}/etc/cron.hourly/suse.de-snapper +rm -f %{buildroot}/etc/cron.daily/suse.de-snapper %if 0%{?suse_version} install -D -m 644 data/sysconfig.snapper "%{buildroot}%{_fillupdir}/sysconfig.snapper" @@ -120,6 +122,36 @@ %check make check +%pre +%if 0%{?suse_version} +%service_add_pre snapper-boot.service snapper-boot.timer snapper-cleanup.service snapper-cleanup.timer snapper-timeline.service snapper-timeline.timer +%endif + +%post +%if 0%{?suse_version} +# special hack, since the macros were added much later than +# the systemd timer +if [ -f /etc/cron.hourly/suse.de-snapper ]; then + systemctl preset snapper-timeline.timer || : + systemctl is-enabled -q snapper-timeline.timer && systemctl start snapper-timeline.timer || : +fi +if [ -f /etc/cron.daily/suse.de-snapper ]; then + systemctl preset snapper-cleanup.timer || : + systemctl is-enabled -q snapper-cleanup.timer && systemctl start snapper-cleanup.timer || : +fi +%service_add_post snapper-boot.service snapper-boot.timer snapper-cleanup.service snapper-cleanup.timer snapper-timeline.service snapper-timeline.timer +%endif + +%preun +%if 0%{?suse_version} +%service_del_preun snapper-boot.service snapper-boot.timer snapper-cleanup.service snapper-cleanup.timer snapper-timeline.service snapper-timeline.timer +%endif + +%postun +%if 0%{?suse_version} +%service_del_postun snapper-boot.service snapper-boot.timer snapper-cleanup.service snapper-cleanup.timer snapper-timeline.service snapper-timeline.timer +%endif + %files -f snapper.lang %defattr(-,root,root) %{_bindir}/snapper @@ -135,9 +167,7 @@ %doc %{_mandir}/*/mksubvolume.8* %endif %config(noreplace) %{_sysconfdir}/logrotate.d/snapper -/etc/cron.hourly/suse.de-snapper -/etc/cron.daily/suse.de-snapper -/usr/lib/systemd/system/snapper-*.* +%{_unitdir}/snapper-*.* %config /etc/dbus-1/system.d/org.opensuse.Snapper.conf %{_datadir}/dbus-1/system-services/org.opensuse.Snapper.service @@ -211,10 +241,9 @@ %package -n snapper-zypp-plugin BuildArch: noarch -Requires: dbus-1-python -Requires: python-xml +Requires: python3-dbus-python +Requires: python3-zypp-plugin Requires: snapper = %version -Requires: zypp-plugin-python Requires: libzypp(plugin:commit) = 1 Summary: A zypp commit plugin for calling snapper Group: System/Packages ++++++ debian.tar.gz ++++++ ++++++ snapper-0.5.2.tar.bz2 -> snapper-0.5.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/snapper-0.5.2/Makefile.am new/snapper-0.5.3/Makefile.am --- old/snapper-0.5.2/Makefile.am 2017-05-09 14:02:46.000000000 +0200 +++ new/snapper-0.5.3/Makefile.am 2018-01-15 01:00:00.000000000 +0100 @@ -15,7 +15,8 @@ DEBIAN_FLAVOURS = \ Debian_7.0 \ - Debian_8.0 + Debian_8.0 \ + Debian_9.0 UBUNTU_FLAVOURS = \ xUbuntu_14.04 \ @@ -24,7 +25,8 @@ xUbuntu_15.10 \ xUbuntu_16.04 \ xUbuntu_16.10 \ - xUbuntu_17.04 + xUbuntu_17.04 \ + xUbuntu_17.10 show-debian: @echo "Debian flavors: $(DEBIAN_FLAVOURS)" @@ -58,9 +60,32 @@ # VERSION file. # # $< is the first depencency of the rule, i.e. snapper-$(VERSION).tar.gz in this case. -# + +# Build a reproducible tarball: +# - set the file time stamps according to the latest commit +# - sort the files (in a locale independent way, use the NULL separator to +# correctly process also the file names containing a new line) +# Note: tar >= 1.28 supports "--sort=name" option, unfortunately +# Leap 42.3 and SLES12-SP3 contain version 1.27.1 +# - use the GNU format (the default POSIX format contains some time stamps) +# - set the owner and group to "root" +# - set the fixed modification time + +# shared tar options +EXTRA_TAR_OPTIONS = --format=gnu --owner=root --group=root \ +--mtime='$(shell git show -s --format=%ci)' --null --files-from - + +# redefine the standard automake "tar" command +am__tar=find "$$tardir" -type f -print0 | LC_ALL=C sort -z | \ + tar -c -f - $(EXTRA_TAR_OPTIONS) + package: snapper-$(VERSION).tar.bz2 package-clean - tar cfzv package/debian.tar.gz --transform='s|dists/||' --show-transformed --exclude='*.in' dists/debian/* + find dists/debian -not -name '*.in' -not -name '.*' -type f -print0 | \ + LC_ALL=C sort -z | \ + tar -c -f package/debian.tar --transform='s|dists/||' --show-transformed \ + $(EXTRA_TAR_OPTIONS) + ## use -n option to exclude the original file time stamps to have a reproducible tarball + gzip -n package/debian.tar cp dists/debian/*.dsc.in package/ echo "$(shell md5sum $< | sed -e 's/\s.*//') $(shell wc -c $<)" >> package/snapper-Debian.dsc.in echo "$(shell md5sum $< | sed -e 's/\s.*//') $(shell wc -c $<)" >> package/snapper-xUbuntu.dsc.in diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/snapper-0.5.2/Makefile.in new/snapper-0.5.3/Makefile.in --- old/snapper-0.5.2/Makefile.in 2017-12-07 15:49:47.000000000 +0100 +++ new/snapper-0.5.3/Makefile.in 2018-01-15 01:00:00.000000000 +0100 @@ -341,7 +341,11 @@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ -am__tar = @am__tar@ + +# redefine the standard automake "tar" command +am__tar = find "$$tardir" -type f -print0 | LC_ALL=C sort -z | \ + tar -c -f - $(EXTRA_TAR_OPTIONS) + am__untar = @am__untar@ bindir = @bindir@ build = @build@ @@ -391,7 +395,8 @@ EXTRA_DIST = $(doc_DATA) VERSION LIBVERSION DEBIAN_FLAVOURS = \ Debian_7.0 \ - Debian_8.0 + Debian_8.0 \ + Debian_9.0 UBUNTU_FLAVOURS = \ xUbuntu_14.04 \ @@ -400,7 +405,45 @@ xUbuntu_15.10 \ xUbuntu_16.04 \ xUbuntu_16.10 \ - xUbuntu_17.04 + xUbuntu_17.04 \ + xUbuntu_17.10 + + +# Create all the files necessary for building the package with OBS: +# +# - Clean up the package/ directory +# - create a new tarball (via the depencency) +# - copy the content of the debian/ directory +# - for both Debian and Ubuntu, generate a master .dsc.in from file with the +# "Files:" line for the tarball with its md5sum, file size in bytes, and name +# - copy that .dsc.in master file for each flavor of Debian or Ubuntu to be supported +# - remove the .dsc.in master file and the .dsc.in.in file +# - move the new tarball to the package/ directory +# +# Unfortunately, using variables for the md5sum and the file size didn't work out +# (not even with the GNU make ':=' syntax): They cannot be assigned in the 'actions' +# part of a rule, only outside rules. +# +# The .dsc files are generated from a .dsc.in file for each Debian and Ubuntu, +# which in turn are generated by configure/autoconf from .dsc.in.in files (see +# configure.ac) where @VERSION@ is expanded with the content of the toplevel +# VERSION file. +# +# $< is the first depencency of the rule, i.e. snapper-$(VERSION).tar.gz in this case. + +# Build a reproducible tarball: +# - set the file time stamps according to the latest commit +# - sort the files (in a locale independent way, use the NULL separator to +# correctly process also the file names containing a new line) +# Note: tar >= 1.28 supports "--sort=name" option, unfortunately +# Leap 42.3 and SLES12-SP3 contain version 1.27.1 +# - use the GNU format (the default POSIX format contains some time stamps) +# - set the owner and group to "root" +# - set the fixed modification time + +# shared tar options +EXTRA_TAR_OPTIONS = --format=gnu --owner=root --group=root \ +--mtime='$(shell git show -s --format=%ci)' --null --files-from - all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive @@ -927,30 +970,12 @@ rm -f package/debian.* rm -f package/*.dsc* -# Create all the files necessary for building the package with OBS: -# -# - Clean up the package/ directory -# - create a new tarball (via the depencency) -# - copy the content of the debian/ directory -# - for both Debian and Ubuntu, generate a master .dsc.in from file with the -# "Files:" line for the tarball with its md5sum, file size in bytes, and name -# - copy that .dsc.in master file for each flavor of Debian or Ubuntu to be supported -# - remove the .dsc.in master file and the .dsc.in.in file -# - move the new tarball to the package/ directory -# -# Unfortunately, using variables for the md5sum and the file size didn't work out -# (not even with the GNU make ':=' syntax): They cannot be assigned in the 'actions' -# part of a rule, only outside rules. -# -# The .dsc files are generated from a .dsc.in file for each Debian and Ubuntu, -# which in turn are generated by configure/autoconf from .dsc.in.in files (see -# configure.ac) where @VERSION@ is expanded with the content of the toplevel -# VERSION file. -# -# $< is the first depencency of the rule, i.e. snapper-$(VERSION).tar.gz in this case. -# package: snapper-$(VERSION).tar.bz2 package-clean - tar cfzv package/debian.tar.gz --transform='s|dists/||' --show-transformed --exclude='*.in' dists/debian/* + find dists/debian -not -name '*.in' -not -name '.*' -type f -print0 | \ + LC_ALL=C sort -z | \ + tar -c -f package/debian.tar --transform='s|dists/||' --show-transformed \ + $(EXTRA_TAR_OPTIONS) + gzip -n package/debian.tar cp dists/debian/*.dsc.in package/ echo "$(shell md5sum $< | sed -e 's/\s.*//') $(shell wc -c $<)" >> package/snapper-Debian.dsc.in echo "$(shell md5sum $< | sed -e 's/\s.*//') $(shell wc -c $<)" >> package/snapper-xUbuntu.dsc.in diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/snapper-0.5.2/VERSION new/snapper-0.5.3/VERSION --- old/snapper-0.5.2/VERSION 2017-09-29 12:59:28.000000000 +0200 +++ new/snapper-0.5.3/VERSION 2018-01-15 01:00:00.000000000 +0100 @@ -1 +1 @@ -0.5.2 +0.5.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/snapper-0.5.2/scripts/zypp-plugin.py new/snapper-0.5.3/scripts/zypp-plugin.py --- old/snapper-0.5.2/scripts/zypp-plugin.py 2016-01-18 11:03:24.000000000 +0100 +++ new/snapper-0.5.3/scripts/zypp-plugin.py 2018-01-15 01:00:00.000000000 +0100 @@ -1,7 +1,7 @@ -#!/usr/bin/python +#!/usr/bin/python3 # # Copyright (c) [2011-2014] Novell, Inc. -# Copyright (c) [2015] SUSE LLC +# Copyright (c) [2015,2018] SUSE LLC # # All Rights Reserved. # diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/snapper-0.5.2/snapper.spec.in new/snapper-0.5.3/snapper.spec.in --- old/snapper-0.5.2/snapper.spec.in 2017-12-07 13:43:41.000000000 +0100 +++ new/snapper-0.5.3/snapper.spec.in 2018-01-15 01:00:00.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package snapper # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -74,7 +74,7 @@ Requires: diffutils Requires: libsnapper@LIBVERSION_MAJOR@ = %version %if 0%{?suse_version} -Recommends: cron logrotate snapper-zypp-plugin +Recommends: logrotate snapper-zypp-plugin Supplements: btrfsprogs %endif Summary: Tool for filesystem snapshot management @@ -107,6 +107,8 @@ %install %make_install rm -f "%{buildroot}/%{_libdir}"/*.la "%{buildroot}/%{_lib}/security/pam_snapper.la" +rm -f %{buildroot}/etc/cron.hourly/suse.de-snapper +rm -f %{buildroot}/etc/cron.daily/suse.de-snapper %if 0%{?suse_version} install -D -m 644 data/sysconfig.snapper "%{buildroot}%{_fillupdir}/sysconfig.snapper" @@ -119,6 +121,36 @@ %check make check +%pre +%if 0%{?suse_version} +%service_add_pre snapper-boot.service snapper-boot.timer snapper-cleanup.service snapper-cleanup.timer snapper-timeline.service snapper-timeline.timer +%endif + +%post +%if 0%{?suse_version} +# special hack, since the macros were added much later than +# the systemd timer +if [ -f /etc/cron.hourly/suse.de-snapper ]; then + systemctl preset snapper-timeline.timer || : + systemctl is-enabled -q snapper-timeline.timer && systemctl start snapper-timeline.timer || : +fi +if [ -f /etc/cron.daily/suse.de-snapper ]; then + systemctl preset snapper-cleanup.timer || : + systemctl is-enabled -q snapper-cleanup.timer && systemctl start snapper-cleanup.timer || : +fi +%service_add_post snapper-boot.service snapper-boot.timer snapper-cleanup.service snapper-cleanup.timer snapper-timeline.service snapper-timeline.timer +%endif + +%preun +%if 0%{?suse_version} +%service_del_preun snapper-boot.service snapper-boot.timer snapper-cleanup.service snapper-cleanup.timer snapper-timeline.service snapper-timeline.timer +%endif + +%postun +%if 0%{?suse_version} +%service_del_postun snapper-boot.service snapper-boot.timer snapper-cleanup.service snapper-cleanup.timer snapper-timeline.service snapper-timeline.timer +%endif + %files -f snapper.lang %defattr(-,root,root) %{_bindir}/snapper @@ -134,9 +166,7 @@ %doc %{_mandir}/*/mksubvolume.8* %endif %config(noreplace) %{_sysconfdir}/logrotate.d/snapper -/etc/cron.hourly/suse.de-snapper -/etc/cron.daily/suse.de-snapper -/usr/lib/systemd/system/snapper-*.* +%{_unitdir}/snapper-*.* %config /etc/dbus-1/system.d/org.opensuse.Snapper.conf %{_datadir}/dbus-1/system-services/org.opensuse.Snapper.service @@ -210,11 +240,10 @@ %package -n snapper-zypp-plugin BuildArch: noarch -Requires: dbus-1-python Requires: libzypp(plugin:commit) = 1 -Requires: python-xml +Requires: python3-dbus-python +Requires: python3-zypp-plugin Requires: snapper = %version -Requires: zypp-plugin-python Summary: A zypp commit plugin for calling snapper Group: System/Packages ++++++ snapper-Debian_7.0.dsc ++++++ --- /var/tmp/diff_new_pack.1Wp1G5/_old 2018-01-20 11:25:19.132282419 +0100 +++ /var/tmp/diff_new_pack.1Wp1G5/_new 2018-01-20 11:25:19.136282233 +0100 @@ -1,6 +1,6 @@ Format: 1.0 Source: snapper -Version: 0.5.2 +Version: 0.5.3 Binary: snapper Maintainer: Arvin Schnell <[email protected]> Architecture: any @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -0bbe0351479be03d56415c4287050ead 571670 snapper-0.5.2.tar.bz2 +6744b7031ba5cc972c3363cd5b8b2d81 578441 snapper-0.5.3.tar.bz2 ++++++ snapper-Debian_8.0.dsc ++++++ --- /var/tmp/diff_new_pack.1Wp1G5/_old 2018-01-20 11:25:19.152281484 +0100 +++ /var/tmp/diff_new_pack.1Wp1G5/_new 2018-01-20 11:25:19.156281297 +0100 @@ -1,6 +1,6 @@ Format: 1.0 Source: snapper -Version: 0.5.2 +Version: 0.5.3 Binary: snapper Maintainer: Arvin Schnell <[email protected]> Architecture: any @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -0bbe0351479be03d56415c4287050ead 571670 snapper-0.5.2.tar.bz2 +6744b7031ba5cc972c3363cd5b8b2d81 578441 snapper-0.5.3.tar.bz2 ++++++ snapper-Debian_9.0.dsc ++++++ Format: 1.0 Source: snapper Version: 0.5.3 Binary: snapper Maintainer: Arvin Schnell <[email protected]> Architecture: any Build-Depends: debhelper (>= 4.1.16), acl-dev, g++, libboost-dev, libboost-thread-dev, libboost-system-dev, libboost-test-dev, libxml2-dev, libz-dev, libdbus-1-dev, libpam-dev, xsltproc, docbook-xsl, locales-all # # The 'Files' line is generated during 'make package': # Files: # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: 6744b7031ba5cc972c3363cd5b8b2d81 578441 snapper-0.5.3.tar.bz2 ++++++ snapper-xUbuntu_14.04.dsc ++++++ --- /var/tmp/diff_new_pack.1Wp1G5/_old 2018-01-20 11:25:19.196279427 +0100 +++ /var/tmp/diff_new_pack.1Wp1G5/_new 2018-01-20 11:25:19.196279427 +0100 @@ -1,6 +1,6 @@ Format: 1.0 Source: snapper -Version: 0.5.2 +Version: 0.5.3 Binary: snapper Maintainer: Arvin Schnell <[email protected]> Architecture: any @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -0bbe0351479be03d56415c4287050ead 571670 snapper-0.5.2.tar.bz2 +6744b7031ba5cc972c3363cd5b8b2d81 578441 snapper-0.5.3.tar.bz2 ++++++ snapper-xUbuntu_14.10.dsc ++++++ --- /var/tmp/diff_new_pack.1Wp1G5/_old 2018-01-20 11:25:19.216278492 +0100 +++ /var/tmp/diff_new_pack.1Wp1G5/_new 2018-01-20 11:25:19.216278492 +0100 @@ -1,6 +1,6 @@ Format: 1.0 Source: snapper -Version: 0.5.2 +Version: 0.5.3 Binary: snapper Maintainer: Arvin Schnell <[email protected]> Architecture: any @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -0bbe0351479be03d56415c4287050ead 571670 snapper-0.5.2.tar.bz2 +6744b7031ba5cc972c3363cd5b8b2d81 578441 snapper-0.5.3.tar.bz2 ++++++ snapper-xUbuntu_15.04.dsc ++++++ --- /var/tmp/diff_new_pack.1Wp1G5/_old 2018-01-20 11:25:19.236277557 +0100 +++ /var/tmp/diff_new_pack.1Wp1G5/_new 2018-01-20 11:25:19.236277557 +0100 @@ -1,6 +1,6 @@ Format: 1.0 Source: snapper -Version: 0.5.2 +Version: 0.5.3 Binary: snapper Maintainer: Arvin Schnell <[email protected]> Architecture: any @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -0bbe0351479be03d56415c4287050ead 571670 snapper-0.5.2.tar.bz2 +6744b7031ba5cc972c3363cd5b8b2d81 578441 snapper-0.5.3.tar.bz2 ++++++ snapper-xUbuntu_15.10.dsc ++++++ --- /var/tmp/diff_new_pack.1Wp1G5/_old 2018-01-20 11:25:19.256276622 +0100 +++ /var/tmp/diff_new_pack.1Wp1G5/_new 2018-01-20 11:25:19.256276622 +0100 @@ -1,6 +1,6 @@ Format: 1.0 Source: snapper -Version: 0.5.2 +Version: 0.5.3 Binary: snapper Maintainer: Arvin Schnell <[email protected]> Architecture: any @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -0bbe0351479be03d56415c4287050ead 571670 snapper-0.5.2.tar.bz2 +6744b7031ba5cc972c3363cd5b8b2d81 578441 snapper-0.5.3.tar.bz2 ++++++ snapper-xUbuntu_16.04.dsc ++++++ --- /var/tmp/diff_new_pack.1Wp1G5/_old 2018-01-20 11:25:19.276275687 +0100 +++ /var/tmp/diff_new_pack.1Wp1G5/_new 2018-01-20 11:25:19.276275687 +0100 @@ -1,6 +1,6 @@ Format: 1.0 Source: snapper -Version: 0.5.2 +Version: 0.5.3 Binary: snapper Maintainer: Arvin Schnell <[email protected]> Architecture: any @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -0bbe0351479be03d56415c4287050ead 571670 snapper-0.5.2.tar.bz2 +6744b7031ba5cc972c3363cd5b8b2d81 578441 snapper-0.5.3.tar.bz2 ++++++ snapper-xUbuntu_16.10.dsc ++++++ --- /var/tmp/diff_new_pack.1Wp1G5/_old 2018-01-20 11:25:19.296274752 +0100 +++ /var/tmp/diff_new_pack.1Wp1G5/_new 2018-01-20 11:25:19.300274565 +0100 @@ -1,6 +1,6 @@ Format: 1.0 Source: snapper -Version: 0.5.2 +Version: 0.5.3 Binary: snapper Maintainer: Arvin Schnell <[email protected]> Architecture: any @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -0bbe0351479be03d56415c4287050ead 571670 snapper-0.5.2.tar.bz2 +6744b7031ba5cc972c3363cd5b8b2d81 578441 snapper-0.5.3.tar.bz2 ++++++ snapper-xUbuntu_17.04.dsc ++++++ --- /var/tmp/diff_new_pack.1Wp1G5/_old 2018-01-20 11:25:19.316273817 +0100 +++ /var/tmp/diff_new_pack.1Wp1G5/_new 2018-01-20 11:25:19.316273817 +0100 @@ -1,6 +1,6 @@ Format: 1.0 Source: snapper -Version: 0.5.2 +Version: 0.5.3 Binary: snapper Maintainer: Arvin Schnell <[email protected]> Architecture: any @@ -11,4 +11,4 @@ # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: -0bbe0351479be03d56415c4287050ead 571670 snapper-0.5.2.tar.bz2 +6744b7031ba5cc972c3363cd5b8b2d81 578441 snapper-0.5.3.tar.bz2 ++++++ snapper-xUbuntu_17.10.dsc ++++++ Format: 1.0 Source: snapper Version: 0.5.3 Binary: snapper Maintainer: Arvin Schnell <[email protected]> Architecture: any Build-Depends: debhelper (>= 4.1.16), acl-dev, g++, libboost-dev, libboost-thread-dev, libboost-system-dev, libboost-test-dev, libxml2-dev, libz-dev, libdbus-1-dev, libpam-dev, xsltproc, docbook-xsl, language-pack-en, language-pack-de # # The 'Files' line is generated during 'make package': # Files: # 423a20ae6e882d44e65a4eff97f2269f 630905 snapper-0.2.8.tar.gz # Files: 6744b7031ba5cc972c3363cd5b8b2d81 578441 snapper-0.5.3.tar.bz2
