Hello community,

here is the log from the commit of package dvdisaster for openSUSE:Factory 
checked in at 2018-01-13 21:47:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dvdisaster (Old)
 and      /work/SRC/openSUSE:Factory/.dvdisaster.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dvdisaster"

Sat Jan 13 21:47:18 2018 rev:2 rq:563525 version:0.79.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/dvdisaster/dvdisaster.changes    2017-12-19 
10:50:23.628793301 +0100
+++ /work/SRC/openSUSE:Factory/.dvdisaster.new/dvdisaster.changes       
2018-01-13 21:47:19.482977672 +0100
@@ -1,0 +2,19 @@
+Thu Jan 11 06:00:24 UTC 2018 - [email protected]
+
+-  Update to version 0.79.6
+  * Verify/Test option will now output dvdisaster version numbers
+    always in x.yy.zz format, as the old scheme using x.yy
+    (devel|pre|rc|pl)-zz is no longer used.
+  * The "medium info" tool will now correctly show the blank
+    capacity (was previously always shown as zero)     
+  * added support for BDXL-TL (triple layer, 100GB)
+  * Sector CRC sums and the image MD5 sum are collected during
+    reading the medium and can be re-used by the ecc data creation
+    process. Speeds up ecc generation and enables RS03 image
+    checksums when generating ecc data was preceeded by a read.
+- cleanup spec file with spec-cleaner
+- rebase dvdisaster-findmake.patch
+- add upstream urls to sources
+- add pgp signature
+
+-------------------------------------------------------------------

Old:
----
  dvdisaster-0.79.5.tar.bz2

New:
----
  dvdisaster-0.79.6.tar.bz2
  dvdisaster-0.79.6.tar.bz2.gpg

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

Other differences:
------------------
++++++ dvdisaster.spec ++++++
--- /var/tmp/diff_new_pack.Ljm0uN/_old  2018-01-13 21:47:20.486930870 +0100
+++ /var/tmp/diff_new_pack.Ljm0uN/_new  2018-01-13 21:47:20.498930310 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dvdisaster
 #
-# 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
@@ -17,24 +17,23 @@
 
 
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
-
 Name:           dvdisaster
-Version:        0.79.5
+Version:        0.79.6
 Release:        0
 Summary:        Additional error protection for CD/DVD media
-
 License:        GPL-3.0
 Group:          Productivity/Multimedia/Other
 Url:            http://dvdisaster.net/en/index.html
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        http://dvdisaster.net/downloads/%{name}-%{version}.tar.bz2
+Source1:        http://dvdisaster.net/downloads/%{name}-%{version}.tar.bz2.gpg
 # PATCH-FIX-UPSTREAM [email protected] Fix scripts/bash-based-configure to 
work in Tumbleweed.
 Patch0:         dvdisaster-findmake.patch
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  gettext
 BuildRequires:  desktop-file-utils
+BuildRequires:  gettext
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libpng16)
 Requires:       dvdisaster-docs = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 %{name} provides a margin of safety against data loss on CD and DVD media
@@ -64,6 +63,7 @@
 Summary:        PDF Documentation for dvdisaster
 Group:          Documentation/Other
 Summary:        Additional error protection for CD/DVD media
+Group:          Documentation/Other
 BuildArch:      noarch
 
 %description docs
@@ -84,20 +84,18 @@
 # Parallel make breaks translations sometimes.
 #%%{?_smp_mflags}
 %install
-make install DESTDIR=%{buildroot}
+%make_install
 rm -f %{buildroot}%{_bindir}/dvdisaster-uninstall.sh
 %find_lang dvdisaster
 
 %files -f dvdisaster.lang
-%defattr(-,root,root,-)
-%{_bindir}/dvdisaster
+%{_bindir}/%{name}
 %doc README CHANGELOG COPYING CREDITS.de CREDITS.en README.MODIFYING TODO
-%{_mandir}/de/man1/dvdisaster.1.gz
-%{_mandir}/man1/dvdisaster.1.gz
+%{_mandir}/de/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{ext_man}
 %exclude %{_docdir}/%{name}/manual.pdf
 
 %files docs
-%defattr(-,root,root,-)
 %doc %{_docdir}/%{name}/manual.pdf
 
 %changelog

++++++ dvdisaster-0.79.5.tar.bz2 -> dvdisaster-0.79.6.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/dvdisaster/dvdisaster-0.79.5.tar.bz2 
/work/SRC/openSUSE:Factory/.dvdisaster.new/dvdisaster-0.79.6.tar.bz2 differ: 
char 11, line 1

++++++ dvdisaster-findmake.patch ++++++
--- /var/tmp/diff_new_pack.Ljm0uN/_old  2018-01-13 21:47:20.574926767 +0100
+++ /var/tmp/diff_new_pack.Ljm0uN/_new  2018-01-13 21:47:20.578926580 +0100
@@ -5,7 +5,7 @@
 @@ -1,3 +1,4 @@
 +#!/bin/bash
  #  Bash based configure - library of test functions
- #  Copyright (C) 2004-2015 Carsten Gn�rlich
+ #  Copyright (C) 2004-2016 Carsten Gn�rlich
  #
 @@ -313,13 +314,13 @@ function REQUIRE_GMAKE()
  


Reply via email to