Mailinglist Archive: opensuse-commit (1426 mails)

< Previous Next >
commit sfftobmp
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 06 Mar 2007 09:09:55 +0100
  • Message-id: <20070306080955.E758E678186@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package sfftobmp
checked in at Tue Mar 6 09:09:55 CET 2007.

--------
--- sfftobmp/sfftobmp.changes 2006-05-26 12:48:48.000000000 +0200
+++ /mounts/work_src_done/STABLE/sfftobmp/sfftobmp.changes 2007-03-05 21:22:11.561452000 +0100
@@ -1,0 +2,17 @@
+Mon Mar 5 21:16:33 CET 2007 - kkeil@xxxxxxx
+
+- update to current 3.1 version
+ V3.0:
+ * changed commandline options, now includes multi-file processing
+ * made keeping the date possible for linux, too
+ * fixed decoder bug which did not decode a full line
+ (Kudos to Eckhard Rueggeberg)
+ * fixed extended MH codes (wrong bitorder)
+ V3.1:
+ * changed message output from stderr to stdout except errors
+ * added -quiet switch
+ * some fixes from debian package
+ * some big endian fixes
+ * allowed up to 2048 bytes "fuzz" at the beginning of the file
+
+-------------------------------------------------------------------

Old:
----
sfftobmp_2_2.tgz
sfftobmp_2_2-types.diff
sfftobmp-dynlink-2.2.diff

New:
----
sfftobmp-3.1.tar.bz2

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

Other differences:
------------------
++++++ sfftobmp.spec ++++++
--- /var/tmp/diff_new_pack.z17198/_old 2007-03-06 09:09:42.000000000 +0100
+++ /var/tmp/diff_new_pack.z17198/_new 2007-03-06 09:09:42.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package sfftobmp (Version 2.2 )
+# spec file for package sfftobmp (Version 3.1 )
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -11,18 +11,18 @@
# norootforbuild

Name: sfftobmp
-BuildRequires: gcc-c++ libtiff-devel
-License: X11/MIT, Other License(s), see package
+BuildRequires: boost-devel gcc-c++ libjpeg-devel libtiff-devel
+License: X11/MIT
Group: Hardware/ISDN
Autoreqprov: on
-Version: 2.2
-Release: 184
+Version: 3.1
+Release: 1
Summary: Tool to convert Structured Fax Files (.sff) to other image formats
-Source: http://prdownloads.sourceforge.net/sfftools/sfftobmp_2_2.tgz
+Source: %{name}-%{version}.tar.bz2
URL: http://sfftools.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Patch1: sfftobmp-dynlink-2.2.diff
-Patch2: sfftobmp_2_2-types.diff
+#Patch1: sfftobmp-dynlink-2.2.diff
+#Patch2: sfftobmp_2_2-types.diff

%description
The CAPI interface for programming ISDN hardware expects and gives
@@ -41,17 +41,21 @@
Peter Schäfer

%prep
-%setup -n sfftobmp_2_2
-%patch -P 1 -p1
-%patch -P 2 -p1
+%setup -n %{name}%{version}
+#%patch -P 1 -p1
+#%patch -P 2 -p1

%build
-make OPTFLAGS="$RPM_OPT_FLAGS" STRIP=:
+autoreconf --force --install -W none || true
+./configure \
+ --prefix=/usr
+make CXXFLAGS="$RPM_OPT_FLAGS" CFLAGS="$RPM_OPT_FLAGS"

%install
-install -d $RPM_BUILD_ROOT/usr/bin
-install exe/sfftobmp $RPM_BUILD_ROOT/usr/bin
-install -d $RPM_BUILD_ROOT/%{_defaultdocdir}/sfftobmp
+make DESTDIR=$RPM_BUILD_ROOT install
+install -d $RPM_BUILD_ROOT/%{_defaultdocdir}/sfftobmp/getopt
+install doc/getopt/* $RPM_BUILD_ROOT/%{_defaultdocdir}/sfftobmp/getopt
+rm -rf doc/getopt
install doc/* $RPM_BUILD_ROOT/%{_defaultdocdir}/sfftobmp

%clean
@@ -62,7 +66,21 @@
/usr/bin/sfftobmp
%doc %{_defaultdocdir}/sfftobmp

-%changelog -n sfftobmp
+%changelog
+* Mon Mar 05 2007 - kkeil@xxxxxxx
+- update to current 3.1 version
+ V3.0:
+ * changed commandline options, now includes multi-file processing
+ * made keeping the date possible for linux, too
+ * fixed decoder bug which did not decode a full line
+ (Kudos to Eckhard Rueggeberg)
+ * fixed extended MH codes (wrong bitorder)
+ V3.1:
+ * changed message output from stderr to stdout except errors
+ * added -quiet switch
+ * some fixes from debian package
+ * some big endian fixes
+ * allowed up to 2048 bytes "fuzz" at the beginning of the file
* Fri May 26 2006 - schwab@xxxxxxx
- Use RPM_OPT_FLAGS.
- Don't strip binaries.


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages