Hello community,

here is the log from the commit of package sfftobmp for openSUSE:Factory 
checked in at 2013-06-18 10:21:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sfftobmp (Old)
 and      /work/SRC/openSUSE:Factory/.sfftobmp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sfftobmp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sfftobmp/sfftobmp.changes        2012-02-08 
17:20:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sfftobmp.new/sfftobmp.changes   2013-06-18 
10:21:15.000000000 +0200
@@ -1,0 +2,16 @@
+Sun Jun 16 17:24:26 UTC 2013 - jeng...@inai.de
+
+- Set BOOST_FILESYSTEM=3 in .spec file to be able to build with
+  boost-1.53
+- Remove sfftobmp-linking.patch (unused)
+
+-------------------------------------------------------------------
+Wed Jun  5 15:02:20 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 3.1.4
+* treat files with empty pages correctly
+- Remove sfftobmp-gcc43.diff (merged upstream),
+  sfftobmp-codecleanup.diff (resolved differently upstream),
+  sfftobmp-linking.patch (resolved upstream)
+
+-------------------------------------------------------------------

Old:
----
  sfftobmp-3.1.1.tar.bz2
  sfftobmp-codecleanup.diff
  sfftobmp-gcc43.diff
  sfftobmp-linking.patch

New:
----
  sanitize_source.sh
  sfftobmp-3.1.4.tar.xz

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

Other differences:
------------------
++++++ sfftobmp.spec ++++++
--- /var/tmp/diff_new_pack.HlPl0m/_old  2013-06-18 10:21:16.000000000 +0200
+++ /var/tmp/diff_new_pack.HlPl0m/_new  2013-06-18 10:21:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sfftobmp
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,25 @@
 #
 
 
-
 Name:           sfftobmp
+Summary:        Tool to convert Structured Fax Files (.sff) to other image 
formats
+License:        MIT
+Group:          Hardware/ISDN
+Version:        3.1.4
+Release:        0
+Url:            http://sf.net/projects/sfftools/
+
+#SVN-Clone:    svn://svn.code.sf.net/p/sfftools/code-0/sfftobmp3/tags/REL_3_1_4
+# Source tarballs no longer provided; have to generate them from SVN
+Source:         %name-%version.tar.xz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  unix2dos
-License:        MIT
-Group:          Hardware/ISDN
-Version:        3.1.1
-Release:        0
-Summary:        Tool to convert Structured Fax Files (.sff) to other image 
formats
-Source:         %{name}-%{version}.tar.bz2 
-URL:            http://sfftools.sourceforge.net/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Patch:          %{name}-gcc43.diff
-Patch1:         sfftobmp-codecleanup.diff
-Patch2:         sfftobmp-linking.patch
+BuildRequires:  xz
 
 %description
 The CAPI interface for programming ISDN hardware expects and gives
@@ -47,19 +47,26 @@
 almost every Linux distribution nowadays.
 
 %prep
-%setup -q -n %{name}%{version}
+%setup -qn REL_3_1_4
+chmod a+x configure
 dos2unix -c mac src/output.h
-%patch
-%patch1
-%patch2
 
 %build
-#This will stop working with boost 1.48
-export CPPFLAGS="-DBOOST_FILESYSTEM_VERSION=2"
+# This needs updating time and again
+export CPPFLAGS="-DBOOST_FILESYSTEM_VERSION=3"
 
 touch INSTALL NEWS README AUTHORS ChangeLog COPYING
 autoreconf --force --install
 %configure
+
+#
+# There will be a warning,
+#      main.cpp:303:16: warning: deleting object of abstract class
+#      type 'COutputFilter' which has non-virtual destructor will
+#      cause undefined behaviour [-Wdelete-non-virtual-dtor]
+# which is - so far - however harmless, because there are no destructors
+# *at all* in the derived classes.
+#
 make %{?_smp_mflags}
 
 %install

++++++ sanitize_source.sh ++++++
#!/bin/sh -ex

url=$(pcregrep -Po 'svn://\S+' sfftobmp.spec)
tail="${url##*/}"
svn co "$url"
rm -Rf "$tail/win32"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to