Hello community,

here is the log from the commit of package tnef for openSUSE:Factory
checked in at Mon Feb 21 00:56:27 CET 2011.



--------
--- tnef/tnef.changes   2006-01-25 21:42:14.000000000 +0100
+++ /mounts/work_src_done/STABLE/tnef/tnef.changes      2011-02-19 
14:53:39.000000000 +0100
@@ -1,0 +2,61 @@
+Sat Feb 19 13:37:18 UTC 2011 - [email protected]
+
+- Update to 1.4.7:
+  * Reverting to older UTF decoding method.
+  * Updating main copyright date notice.
+  From 1.4.6:
+  * Including patch from Randy Diffenderfer for a variety of fixes & tweaks.
+  * Replacing my buggy/wrong UTF converter code with public domain UTF
+    converter code.
+  From 1.4.5:
+  * Fixing bug when reading from stdin [Bug #2126695]
+  From 1.4.4:
+  * Small updates after long absense
+  * Adding --ignore-checksum feature.
+  From 1.4.3:
+  * Fixing 'unicode string filename' bug [Bug #1546546].
+  From 1.4.2:
+  * Fixing 'garbage at end of file' bug [Bug# 1513940]. Now tries to handle
+    gracefully
+  * Fixing Solaris 10 empty libreplace.a bug [Bug# 1517789]. Now libreplace.a
+    never empty.
+  From 1.4.1:
+  * Applied patch from Tony Aiuto <[email protected]> to add the ability to list the
+    file mime types.
+  From 1.4:
+  * Code reorganization
+  * New MAPI property names
+  * Fixing parsing of multi-value MAPI properties [Bug# 1434145]
+  From 1.3.4:
+  * Fixing RTF message body saving [Bug#  1318728].  Fix courtesy of Eduardo
+    Subelman.
+  From 1.3.3:
+  * Fixing memory leak bug [Bug# 1168062].  GUIDs not being freed corrrectly.
+  * Fixing tnef.spec.in bug [Bug# 1200197]. Adding fix to RedHat package
+    building problem from John Simpson <[email protected]>
+  * Now saving message body data [RFE# 1033855]. Now optionally saves message
+    body data, generalizing the previous --save-rtf feature.
+  * Implementing Unicode handling [Patch# 666561].  Implementing code to
+    translate Unicode strings to uft8 as best as can be.  Snitched code from
+    ytnef <URL: www.sourceforge.net/projects/ytnef>  Thanks
+    [email protected]!
+  From 1.3.2:
+  * Fixing test buf [Bug# 1121539].  Tests failed due to 32 vs. 64 bit diff.
+  * Fixing compile bug [Bug# 1109683].  Basename declared incorrectly
+  * Fixing endian bug [Bug# 1117373].  GUIDs were not being parsed, only copied
+    out of stream, thus endianess was wrong left up to chance
+  From 1.3.1:
+  * Fixing dumb compiling bugs [BUG: #1108485].  GCC lets me write incorrect 
code!
+  * Small modifications to tnef.spec.in as suggested by [email protected] [BUG:
+    #1102128]
+  * Corrected type problems to improve portability to 64 bit systems and Mac.
+  From 1.3:
+  * Adding feature to allow for saving of RTF data.
+- Spec file updates:
+  * Changes based on rpmdevtools templates and spec-cleaner run.
+  * Added Url: entry.
+  * Updates in %build and %install sections.
+  * Removed %changelog entries from spec file.
+- Added a patch from upstream to fix some manpage errors.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  tnef-1.2.3.1.tar.bz2

New:
----
  0001-doc-tnef.1.in-adjust-hyphens.patch
  tnef-1.4.7.tar.bz2

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

Other differences:
------------------
++++++ tnef.spec ++++++
--- /var/tmp/diff_new_pack.SSDj0v/_old  2011-02-21 00:56:15.000000000 +0100
+++ /var/tmp/diff_new_pack.SSDj0v/_new  2011-02-21 00:56:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package tnef (Version 1.2.3.1)
+# spec file for package tnef
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,17 +19,20 @@
 
 
 Name:           tnef
-License:        GPL v2 or later
+Version:        1.4.7
+Release:        1
+Summary:        Uncompress MS-TNEF Archives
+
+License:        GPLv2+
+Url:            http://tnef.sourceforge.net/
 Group:          Productivity/Archiving/Compression
-AutoReqProv:    on
-Version:        1.2.3.1
-Release:        135
-Summary:        Uncompress MS-TNEF archives
-Source0:        tnef-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM 0001-doc-tnef.1.in-adjust-hyphens.patch sf#3104753 -- 
Patch to fix few manpage errors (patch included in the bug report)
+Patch0:         0001-doc-tnef.1.in-adjust-hyphens.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-This tool uncompresses MS-TNEF archives as used by some mailers
+This tool uncompresses MS-TNEF archives as used by some mailers.
 
 
 
@@ -40,24 +43,24 @@
 
 %prep
 %setup -q
-rm -f acconfig.h
+%patch0 -p1
+# Fix permissions
+chmod 644 THANKS
 
 %build
-autoreconf -fi
-export CFLAGS="$RPM_OPT_FLAGS -Wall"
-./configure --prefix=/usr --mandir=%{_mandir}
-make
+%configure
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+%makeinstall
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
-/usr/bin/tnef
-%{_mandir}/man1/tnef.1.gz
+%defattr(-,root,root,-)
+%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO doc/FAQ
+%{_bindir}/tnef
+%{_mandir}/man1/tnef*
 
 %changelog

++++++ 0001-doc-tnef.1.in-adjust-hyphens.patch ++++++
>From 7564650c8bc8aa00f25711c05de68291101c48e3 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Sun, 7 Nov 2010 20:57:12 +0200
Subject: [PATCH] doc/tnef.1.in: adjust hyphens
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit


Signed-off-by: Jari Aalto <[email protected]>
---
 doc/tnef.1.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/tnef.1.in b/doc/tnef.1.in
index 97113ed..a34145c 100644
--- a/doc/tnef.1.in
+++ b/doc/tnef.1.in
@@ -70,7 +70,7 @@ will be saved.  If PREF is the special value of 'all' then 
any and all
 message body data found will be saved.  The default is 'rht'.
 .TP
 \fB\-\-save-rtf FILE\fP
-DEPRECATED.  Equivalent to --save-body=FILE --body-pref=r
+DEPRECATED.  Equivalent to \-\-save-body=FILE \-\-body-pref=r
 .TP
 \fB\-h,  \-\-help\fP 
 show usage message.
@@ -96,7 +96,7 @@ for its intended purpose until an appropriate content type 
definition
 exists in ~/.mailcap .  Here's a sample definition:
 .PP
 .RS
-application/ms\-tnef; tnef -w %s
+application/ms\-tnef; tnef \-w %s
 .RE
 .PP
 This mailcap entry says that whenever the MIME content type:
@@ -165,7 +165,7 @@ Mark Simpson.
 Report bugs to 
 .nh     \"no hyphenation
 Mark Simpson <@PACKAGE_BUGREPORT@>
-.h1 1   \"enable hyphenatiobn
+.hy 1   \"enable hyphenatiobn
 .SH "OTHER REFERENCES"
 This web page:
 .PP
-- 
1.7.2.3

++++++ tnef-1.2.3.1.tar.bz2 -> tnef-1.4.7.tar.bz2 ++++++
++++ 36296 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to