Hello community,

here is the log from the commit of package sane-backends for openSUSE:Factory 
checked in at 2016-01-13 22:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sane-backends (Old)
 and      /work/SRC/openSUSE:Factory/.sane-backends.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sane-backends"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sane-backends/sane-backends.changes      
2015-10-19 22:48:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sane-backends.new/sane-backends.changes 
2016-01-13 22:44:26.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Jan 11 11:44:28 UTC 2016 - [email protected]
+
+- sane-backends.builttime.patch: reduce build-compare noise
+
+-------------------------------------------------------------------
+Tue Dec 29 22:32:37 UTC 2015 - [email protected]
+
+- remove gphoto2 backend, as is usefulness is highly questionable,
+  but adds many (indirect) build and runtime dependencies
+
+-------------------------------------------------------------------

New:
----
  sane-backends.builttime.patch

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

Other differences:
------------------
++++++ sane-backends.spec ++++++
--- /var/tmp/diff_new_pack.mVfa4D/_old  2016-01-13 22:44:27.000000000 +0100
+++ /var/tmp/diff_new_pack.mVfa4D/_new  2016-01-13 22:44:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sane-backends
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,7 +17,6 @@
 
 
 Name:           sane-backends
-BuildRequires:  libgphoto2-devel
 %if 0%{?suse_version} > 1130
 BuildRequires:  libieee1284-devel
 %else
@@ -73,6 +72,8 @@
 #   GOOD: strncat(buffer,charptr,sizeof(buffer)-strlen(buffer)-1):
 # see 
https://alioth.debian.org/tracker/index.php?func=detail&aid=315198&group_id=30186&atid=410366
 Patch1:         dell1600n_net-fix-strncat.patch
+# Patch2 sane-backends.builttime.patch avoids build-compare noise
+Patch2:         sane-backends.builttime.patch
 # Patch100... is SUSE specific stuff:
 # Patch101 no-descriptions-external-hpoj.patch removes 
descriptions-external/hpoj.desc from doc/Makefile.am
 # because it is intentionally removed from the sources in the prep section:
@@ -168,6 +169,7 @@
 #   GOOD: strncat(buffer,charptr,sizeof(buffer)-strlen(buffer)-1)
 # see 
https://alioth.debian.org/tracker/index.php?func=detail&aid=315198&group_id=30186&atid=410366
 %patch1
+%patch2 -p1
 # Patch100... is SUSE specific stuff:
 # Patch101 no-descriptions-external-hpoj.patch removes 
descriptions-external/hpoj.desc from doc/Makefile.am
 # because it is intentionally removed from the sources in the prep section:
@@ -223,7 +225,6 @@
             --sbindir=%{_sbindir} \
             --mandir=%{_mandir} \
             --datadir=%{_datadir} \
-            --with-gphoto2 \
             --with-docdir=%{_defaultdocdir}/sane-backends \
             --enable-pthread \
             --enable-libusb_1_0 \

++++++ sane-backends.builttime.patch ++++++
---
 tools/sane-desc.c |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

Index: sane-backends-1.0.25/tools/sane-desc.c
===================================================================
--- sane-backends-1.0.25.orig/tools/sane-desc.c
+++ sane-backends-1.0.25/tools/sane-desc.c
@@ -2816,8 +2816,8 @@ html_print_footer (void)
      "<address>\n"
      "<a href=\"http://www.sane-project.org/imprint.html\"\n";
      ">Contact</a>\n" "</address>\n" "<font size=-1>\n");
-  printf ("This page was last updated on %s by sane-desc %s from %s\n",
-         asctime (localtime (&current_time)), SANE_DESC_VERSION, 
PACKAGE_STRING);
+  printf ("This page was last updated by sane-desc %s from %s\n",
+          SANE_DESC_VERSION, PACKAGE_STRING);
   printf ("</font>\n");
   printf ("</body> </html>\n");
 }
@@ -3326,10 +3326,10 @@ print_usermap_header (void)
 
   printf
     ("# This file was automatically created based on description files 
(*.desc)\n"
-    "# by sane-desc %s from %s on %s"
+    "# by sane-desc %s from %s"
     "#\n"
     ,
-    SANE_DESC_VERSION, PACKAGE_STRING, asctime (localtime (&current_time)));
+    SANE_DESC_VERSION, PACKAGE_STRING);
 
   printf
      ("# The entries below are used to detect a USB device and change owner\n"
@@ -3398,8 +3398,8 @@ print_db_header (void)
 {
   time_t current_time = time (0);
   printf ("# This file was automatically created based on description files 
(*.desc)\n"
-         "# by sane-desc %s from %s on %s",
-         SANE_DESC_VERSION, PACKAGE_STRING, asctime (localtime 
(&current_time)));
+         "# by sane-desc %s from %s",
+         SANE_DESC_VERSION, PACKAGE_STRING);
   printf
     ("#\n"
      "# The entries below are used to detect a USB device when it's plugged 
in\n"
@@ -3463,8 +3463,8 @@ print_udev_header (void)
 {
   time_t current_time = time (0);
   printf ("# This file was automatically created based on description files 
(*.desc)\n"
-         "# by sane-desc %s from %s on %s",
-         SANE_DESC_VERSION, PACKAGE_STRING, asctime (localtime 
(&current_time)));
+         "# by sane-desc %s from %s",
+         SANE_DESC_VERSION, PACKAGE_STRING);
 
   printf
     ("#\n"
@@ -3656,8 +3656,8 @@ print_udevhwdb_header (void)
 {
   time_t current_time = time (0);
   printf ("# This file was automatically created based on description files 
(*.desc)\n"
-         "# by sane-desc %s from %s on %s",
-         SANE_DESC_VERSION, PACKAGE_STRING, asctime (localtime 
(&current_time)));
+         "# by sane-desc %s from %s",
+         SANE_DESC_VERSION, PACKAGE_STRING);
 
   printf
     ("#\n"
@@ -3766,8 +3766,8 @@ print_hwdb_header (void)
 {
   time_t current_time = time (0);
   printf ("# This file was automatically created based on description files 
(*.desc)\n"
-         "# by sane-desc %s from %s on %s",
-         SANE_DESC_VERSION, PACKAGE_STRING, asctime (localtime 
(&current_time)));
+         "# by sane-desc %s from %s",
+         SANE_DESC_VERSION, PACKAGE_STRING);
 
   printf
     ("#\n"

Reply via email to