Hello community,

here is the log from the commit of package tnef for openSUSE:Factory
checked in at Mon May 2 13:58:51 CEST 2011.



--------
--- tnef/tnef.changes   2011-02-19 14:53:39.000000000 +0100
+++ /mounts/work_src_done/STABLE/tnef/tnef.changes      2011-04-27 
19:51:22.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Apr 27 17:31:59 UTC 2011 - [email protected]
+
+- Update to 1.4.8:
+  * Applied patch for man page from Jari Aalto [patch sf#3104753].
+- Minor spec file updates.
+- Removed patch from upstream to fix some manpage errors (fixed in new
+  version).
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

New:
----
  tnef-1.4.8.tar.bz2

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

Other differences:
------------------
++++++ tnef.spec ++++++
--- /var/tmp/diff_new_pack.bS2ytt/_old  2011-05-02 13:57:56.000000000 +0200
+++ /var/tmp/diff_new_pack.bS2ytt/_new  2011-05-02 13:57:56.000000000 +0200
@@ -19,31 +19,22 @@
 
 
 Name:           tnef
-Version:        1.4.7
+Version:        1.4.8
 Release:        1
 Summary:        Uncompress MS-TNEF Archives
 
 License:        GPLv2+
 Url:            http://tnef.sourceforge.net/
 Group:          Productivity/Archiving/Compression
+# http://sourceforge.net/projects/tnef/files/tnef/tnef-1.4.8.tar.gz
 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.
 
-
-
-Authors:
---------
-    Thomas Boll <[email protected]>
-    Mark Simpson <[email protected]>
-
 %prep
 %setup -q
-%patch0 -p1
 # Fix permissions
 chmod 644 THANKS
 
@@ -61,6 +52,6 @@
 %defattr(-,root,root,-)
 %doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO doc/FAQ
 %{_bindir}/tnef
-%{_mandir}/man1/tnef*
+%doc %{_mandir}/man1/tnef.1%{ext_man}
 
 %changelog

++++++ tnef-1.4.7.tar.bz2 -> tnef-1.4.8.tar.bz2 ++++++
++++ 1897 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tnef-1.4.7/ChangeLog new/tnef-1.4.8/ChangeLog
--- old/tnef-1.4.7/ChangeLog    2009-08-26 02:53:41.000000000 +0200
+++ new/tnef-1.4.8/ChangeLog    2011-04-19 03:33:53.000000000 +0200
@@ -1,3 +1,24 @@
+2011-04-18 verdammelt <[email protected]>
+       * NEWS: new release
+
+       * src/main.c, configure.in:
+         Increasing version & copyright
+
+       * doc/tnef.1.in: 
+         Applying patch #3014753 from Jari Aalto
+         (https://sourceforge.net/users/jaalto/)
+         to fix hyphenation.
+
+2010-01-30 verdammelt <[email protected]>
+       * src/ConvertUTF.[ch] src/Makefile.am
+         Removing unused code
+       
+       * src/util[ch]:
+         Reverting to previous version of utf decoder.
+
+       * src/main.c:
+         Updating main copyright statement.
+       
 2009-08-25 verdammelt <[email protected]>
        * src/util.[ch], src/ConvertUTF.[ch], src/Makefile.am
        Integrating Public Domain UTF conversion code
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tnef-1.4.7/NEWS new/tnef-1.4.8/NEWS
--- old/tnef-1.4.7/NEWS 2010-01-30 20:16:30.000000000 +0100
+++ new/tnef-1.4.8/NEWS 2011-04-19 03:29:24.000000000 +0200
@@ -1,8 +1,14 @@
-TNEF NEWS -- history of user-visible changes.   31 January 2010
-Copyright (C) 2000-2010 by Mark Simpson
+TNEF NEWS -- history of user-visible changes.   18 April 2011
+Copyright (C) 2000-2011 by Mark Simpson
+
+* 1.4.8 [18 April 2011]
+** Switched to Git
+** Applied patch for man page from Jari Aalto [patch #3104753]
 
 * 1.4.7 [31 January 2010]
-** Reverting to older UTF decoding method.  The public domain UTF converter I 
replaced my buggy/wrong version with was itself buggy and wrong it seems 
(didn't work on some platforms).
+** Reverting to older UTF decoding method.  The public domain UTF converter 
+   I replaced my buggy/wrong version with was itself buggy and wrong it seems 
+   (didn't work on some platforms).
 ** Updating main copyright date notice.
 
 * 1.4.6 [25 August 2009]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tnef-1.4.7/configure.in new/tnef-1.4.8/configure.in
--- old/tnef-1.4.7/configure.in 2010-01-30 18:24:40.000000000 +0100
+++ new/tnef-1.4.8/configure.in 2011-04-19 03:27:39.000000000 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([tnef],[1.4.7],[[email protected]])
+AC_INIT([tnef],[1.4.8],[[email protected]])
 AC_CONFIG_SRCDIR([src/tnef.c])
 AM_INIT_AUTOMAKE
 AC_CONFIG_HEADER([src/config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tnef-1.4.7/doc/tnef.1.in new/tnef-1.4.8/doc/tnef.1.in
--- old/tnef-1.4.7/doc/tnef.1.in        2010-01-30 18:26:23.000000000 +0100
+++ new/tnef-1.4.8/doc/tnef.1.in        2011-04-19 03:24:23.000000000 +0200
@@ -70,7 +70,7 @@
 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 @@
 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 @@
 Report bugs to 
 .nh     \"no hyphenation
 Mark Simpson <@PACKAGE_BUGREPORT@>
-.h1 1   \"enable hyphenatiobn
+.hy 1   \"enable hyphenation
 .SH "OTHER REFERENCES"
 This web page:
 .PP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tnef-1.4.7/src/main.c new/tnef-1.4.8/src/main.c
--- old/tnef-1.4.7/src/main.c   2010-01-30 18:25:57.000000000 +0100
+++ new/tnef-1.4.8/src/main.c   2011-04-19 03:31:25.000000000 +0200
@@ -52,7 +52,7 @@
 /* COPYRIGHTS & NO_WARRANTY -- defined to make code below a little nicer to
    read */
 static const char* COPYRIGHTS = \
-"Copyright (C) 1999-2010 by Mark Simpson\n"
+"Copyright (C) 1999-2011 by Mark Simpson\n"
 "Copyright (C) 1997 by Thomas Boll (original code)";
 static const char* NO_WARRANTY = \
 "%s comes with ABSOLUTELY NO WARRANTY.\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tnef-1.4.7/src/tnef.c new/tnef-1.4.8/src/tnef.c
--- old/tnef-1.4.7/src/tnef.c   2009-08-26 02:20:53.000000000 +0200
+++ new/tnef-1.4.8/src/tnef.c   2011-04-17 06:44:50.000000000 +0200
@@ -41,6 +41,8 @@
 #include "rtf.h"
 #include "util.h"
 
+static size_t filesize;
+
 typedef struct
 {
     VarLenData **text_body;
@@ -249,7 +251,6 @@
     debug_print ("TNEF Key: %hx\n", key);
 
     /* The rest of the file is a series of 'messages' and 'attachments' */
-
     while ( data_left( input_file ) )
     {
        attr = read_object( input_file );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/tnef-1.4.7/tests/cmdline/version.baseline 
new/tnef-1.4.8/tests/cmdline/version.baseline
--- old/tnef-1.4.7/tests/cmdline/version.baseline       2010-01-30 
18:27:25.000000000 +0100
+++ new/tnef-1.4.8/tests/cmdline/version.baseline       2011-04-19 
03:31:40.000000000 +0200
@@ -1,6 +1,6 @@
 ./../../src/tnef --version
-tnef 1.4.7
-Copyright (C) 1999-2010 by Mark Simpson
+tnef 1.4.8
+Copyright (C) 1999-2011 by Mark Simpson
 Copyright (C) 1997 by Thomas Boll (original code)
 tnef comes with ABSOLUTELY NO WARRANTY.
 You may redistribute copies of tnef under the terms of the GNU General
@@ -8,8 +8,8 @@
 named COPYING.
 
 ./../../src/tnef -V
-tnef 1.4.7
-Copyright (C) 1999-2010 by Mark Simpson
+tnef 1.4.8
+Copyright (C) 1999-2011 by Mark Simpson
 Copyright (C) 1997 by Thomas Boll (original code)
 tnef comes with ABSOLUTELY NO WARRANTY.
 You may redistribute copies of tnef under the terms of the GNU General


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



Remember to have fun...

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

Reply via email to