Hello community,

here is the log from the commit of package xsane for openSUSE:Factory checked 
in at 2016-05-10 09:27:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xsane (Old)
 and      /work/SRC/openSUSE:Factory/.xsane.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xsane"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xsane/xsane.changes      2014-01-29 
07:17:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xsane.new/xsane.changes 2016-05-10 
09:27:57.000000000 +0200
@@ -1,0 +2,12 @@
+Tue May 03 19:43:41 UTC 2016 - [email protected]
+
+- Update to version 0.999:
+  + Better preview window size calculation (thanks to
+    Nils Phillipsen).
+  + Removed null-pointer bug in xsane_update_param (thanks to
+    Nils Phillipsen).
+  + Manual page bugix.
+  + Changed email password storage.
+- Fixed no-eula.patch.
+
+-------------------------------------------------------------------

Old:
----
  xsane-0.998.tar.bz2

New:
----
  xsane-0.999.tar.gz

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

Other differences:
------------------
++++++ xsane.spec ++++++
--- /var/tmp/diff_new_pack.8XXPVD/_old  2016-05-10 09:27:58.000000000 +0200
+++ /var/tmp/diff_new_pack.8XXPVD/_new  2016-05-10 09:27:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xsane
 #
-# Copyright (c) 2014 SUSE LINUX Products 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,14 +17,14 @@
 
 
 Name:           xsane
-Version:        0.998
+Version:        0.999
 Release:        0
 Summary:        A GTK-Based Graphical Scanning Front-End for SANE
 License:        GPL-2.0+
 Group:          Hardware/Scanner
 Url:            http://www.xsane.org/
 # URL for Source0: http://www.xsane.org/download/xsane-0.998.tar.gz
-Source0:        xsane-%{version}.tar.bz2
+Source0:        http://www.xsane.org/download/xsane-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM xsane-desktop.patch [email protected] -- Fix upstream 
desktop file.
 Patch:          %{name}-desktop.patch
 # fix printf using locale dependent float representation
@@ -50,6 +50,7 @@
 BuildRequires:  liblcms-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  fdupes
 %if 0%{?suse_version} > 1130
 BuildRequires:  sane-backends-devel
 %else
@@ -109,7 +110,7 @@
 
 %build
 # Set our preferred architecture-specific flags for the compiler and linker:
-#export CFLAGS="%{optflags} -fno-strict-aliasing"
+export CFLAGS="%{optflags} -fno-strict-aliasing"
 # See /usr/lib/rpm/suse_macros regarding our RPM macros (e.g. sysconfdir is 
/etc):
 #ACLOCAL="aclocal -I m4" autoreconf -f -i
 %configure\
@@ -117,28 +118,18 @@
 make %{?_smp_mflags}
 
 %install
-make install\
-       prefix=%{buildroot}%{_prefix}\
-       bindir=%{buildroot}%{_bindir}\
-       datadir=%{buildroot}%{_datadir}\
-       mandir=%{buildroot}%{_mandir}\
-       desktopappdir=%{buildroot}%{_datadir}/applications\
-       pixmapdir=%{buildroot}%{_datadir}/pixmaps
+%makeinstall
 # Create GIMP plugin link:
 mkdir -p %{buildroot}%{_libdir}/gimp/2.0/plug-ins
 ln -sf %{_bindir}/xsane %{buildroot}%{_libdir}/gimp/2.0/plug-ins/xsane
 %suse_update_desktop_file %{name}
 %find_lang %{name}
-
-%clean
-rm -rf %{buildroot}
+%fdupes %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 # Exclude xsane.WIN* and xsane,INSTALL:
 %doc xsane.[A-HJ-VX-Z]*
-# The manual is in _datadir/sane/xsane/doc, so do not package it here again:
-#%doc doc/*.html doc/*.jpg
 %{_bindir}/xsane
 %{_datadir}/sane/xsane
 %doc %{_mandir}/man1/xsane.1*

++++++ no-eula.patch ++++++
--- /var/tmp/diff_new_pack.8XXPVD/_old  2016-05-10 09:27:58.000000000 +0200
+++ /var/tmp/diff_new_pack.8XXPVD/_new  2016-05-10 09:27:58.000000000 +0200
@@ -1,12 +1,9 @@
-Index: src/xsane.c
-===================================================================
---- src/xsane.c.orig
-+++ src/xsane.c
-@@ -5815,19 +5815,7 @@ static int xsane_init(int argc, char **a
-     xsane.xsane_rc_set_filename = strdup("xsane"); /* ".rc" is appended later 
*/
+--- src/xsane.c.orig   2010-11-16 21:57:51.000000000 +0100
++++ src/xsane.c        2016-05-03 20:59:22.711671727 +0200
+@@ -5816,18 +5816,7 @@
    }
  
--
+ 
 -  if (xsane_pref_restore()) /* restore preferences, returns TRUE if license 
is not accpted yet */
 -  {
 -    if (xsane_display_eula(1)) /* show license and ask for accept/not accept 
*/
@@ -23,17 +20,15 @@
  
    xsane_pref_restore_media();
  
-Index: src/xsane.h
-===================================================================
---- src/xsane.h.orig
-+++ src/xsane.h
+--- src/xsane.h.orig   2013-05-22 23:43:46.000000000 +0200
++++ src/xsane.h        2016-05-03 20:59:19.311739341 +0200
 @@ -93,9 +93,9 @@
  
- #define XSANE_VERSION         "0.998"
+ #define XSANE_VERSION         "0.999"
  #define XSANE_AUTHOR          "Oliver Rauch"
 -#define XSANE_COPYRIGHT               "Oliver Rauch"
 +#define XSANE_COPYRIGHT               "Oliver Rauch (modified by Novell, 
Inc.)"
- #define XSANE_DATE            "1998-2010"
+ #define XSANE_DATE            "1998-2013"
 -#define XSANE_EMAIL_ADR               "[email protected]"
 +#define XSANE_EMAIL_ADR               "[email protected] (bug reports: 
http://bugs.opensuse.org)"
  #define XSANE_HOMEPAGE                "http://www.xsane.org";


Reply via email to