Hello community,

here is the log from the commit of package slrn for openSUSE:Factory checked in 
at 2015-01-30 15:08:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/slrn (Old)
 and      /work/SRC/openSUSE:Factory/.slrn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "slrn"

Changes:
--------
--- /work/SRC/openSUSE:Factory/slrn/slrn.changes        2012-12-28 
22:49:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes   2015-01-30 
15:08:56.000000000 +0100
@@ -1,0 +2,52 @@
+Fri Jan 23 04:55:29 UTC 2015 - sfal...@opensuse.org
+
+- Update to version 1.0.2
+  + src/misc.c: slrn_verror needed va_copy when writing to the log
+    file.
+  + src/post.c: Move the cursor to the end of the line when
+    querying for a postpone filename.
+  + Added support for building slrnpull on win32.
+  + Made a note in the install files that slang+modules+slsh need
+    to be installed.
+  + macros/mime.sl: mime_process_multipart added to the
+    read_article_hook.
+  + Updated the FSF address
+  + src/interp.c: The MAKE_INTRINSIC specification for the
+    get_charset intrinsic wrapper function was incorrect leading
+    to a SegV.
+  + src/interp.c: Fixed a memory leak in the article_as_string
+    functions.
+  + configure: Parse /etc/ld.so.conf to look for additional lib
+    paths
+  + contrib/cleanscore: Fix perl prototypes
+  + macros/multipart.sl: Fixed usage of the string_match return value.
+  + src/mime.c: Do not mime-encode the In-Reply-To header.
+  + src/sltcp.c: Set the gnutls global log level to 0 as a
+    work-around for a connection issue when a higher value
+    is used. (deb#728189>
+  + src/interp.c: If get_header_flags is called with an optional
+    non-zero integer argument, then it will return the full set of
+    header flags associated with the current header.  Symbolic
+    constants that correspond to these flags were also added to the
+    interpreter interface.
+  + po/Makefile.in.in, src/Makefile.in: Ignore install error when GNU
+    msgfmt is not installed.
+  + src/Makefile.in: Add support for CPPFLAGS
+  + autoconf/configure.ac: Updated libs for current gnutls
+  + src/group.c: Updated default value of query_read_group_cutoff to
+    1000 to reflect faster networks.
+  + doc/score.txt: Added a note about where to find the documentation
+    for the slang regular expressions
+  + src/slrn.c: Added support for SIGQUIT (deb#673529)
+  + src/ttymsg.c: Strip \001 highlight characters from messages
+    written to the terminal when not in fullscreen mode (deb#631021).
+  + src/*.c,*.h: Updated copyright year for upcoming release.
+  + NEWS file added with release notes.
+  + autoconf/: updated configure scripts
+  + src/Makefile.in: slang 2.2.3 or greater now required.
+  + po/Makefile.in.in: Do not remove .gmo files if msgmerge is not
+    installed.
+- Added:
+  + slrn-1.0.2.tar.gz
+
+-------------------------------------------------------------------

Old:
----
  slrn-1.0.1.tar.gz

New:
----
  slrn-1.0.2.tar.gz

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

Other differences:
------------------
++++++ slrn.spec ++++++
--- /var/tmp/diff_new_pack.J8NNJT/_old  2015-01-30 15:08:57.000000000 +0100
+++ /var/tmp/diff_new_pack.J8NNJT/_new  2015-01-30 15:08:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package slrn
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:           slrn
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 Summary:        Powerful, Threaded Newsreader
 License:        GPL-2.0+

++++++ slrn-1.0.1.tar.gz -> slrn-1.0.2.tar.gz ++++++
++++ 24915 lines of diff (skipped)

++++++ slrn-do-not-strip-binaries.patch ++++++
--- /var/tmp/diff_new_pack.J8NNJT/_old  2015-01-30 15:08:57.000000000 +0100
+++ /var/tmp/diff_new_pack.J8NNJT/_new  2015-01-30 15:08:57.000000000 +0100
@@ -1,9 +1,10 @@
-diff -ur slrn-pre1.0.0-39.orig/src/Makefile.in slrn-pre1.0.0-39/src/Makefile.in
---- slrn-pre1.0.0-39.orig/src/Makefile.in      2010-10-03 05:31:26.000000000 
+0200
-+++ slrn-pre1.0.0-39/src/Makefile.in   2012-04-10 16:59:35.602624416 +0200
-@@ -206,8 +206,8 @@
+Index: slrn-1.0.2/src/Makefile.in
+===================================================================
+--- slrn-1.0.2.orig/src/Makefile.in
++++ slrn-1.0.2/src/Makefile.in
+@@ -207,8 +207,8 @@ installslang:
  installlocales:
-       cd ../po; $(MAKE) DESTDIR=$(DESTDIR) LOCALEDIR=$(LOCALEDIR) install 
+       -cd ../po; $(MAKE) DESTDIR=$(DESTDIR) LOCALEDIR=$(LOCALEDIR) install 
  installbin:
 -      $(INSTALL) -m 755 -s $(OBJDIR)/slrn $(DEST_BINDIR)
 -      -$(INSTALL) -m 755 -s $(OBJDIR)/slrnpull $(DEST_BINDIR)

++++++ slrn-fix-libgnutls-extra-dependency.patch ++++++
--- /var/tmp/diff_new_pack.J8NNJT/_old  2015-01-30 15:08:57.000000000 +0100
+++ /var/tmp/diff_new_pack.J8NNJT/_new  2015-01-30 15:08:57.000000000 +0100
@@ -1,13 +1,13 @@
-Index: slrn-pre1.0.0-40/autoconf/configure.ac
+Index: slrn-1.0.2/autoconf/configure.ac
 ===================================================================
---- slrn-pre1.0.0-40.orig/autoconf/configure.ac
-+++ slrn-pre1.0.0-40/autoconf/configure.ac
-@@ -271,7 +271,7 @@ x|xyes)
-    elif test "x$use_gnutls" != xno
+--- slrn-1.0.2.orig/autoconf/configure.ac
++++ slrn-1.0.2/autoconf/configure.ac
+@@ -272,7 +272,7 @@ x|xyes)
     then
-      SSLINC="-I$jd_use_ssl/include"
--     SSLLIB="-L$jd_use_ssl/lib -lgnutls-extra -lgnutls -ltasn1 -lgcrypt 
-lgnutls-openssl"
-+     SSLLIB="-L$jd_use_ssl/lib -lgnutls -ltasn1 -lgcrypt -lgnutls-openssl"
+      SSLINC="-I$jd_cv_use_ssl/include"
+      # SSLLIB="-L$jd_cv_use_ssl/lib -lgnutls-extra -lgnutls -ltasn1 -lgcrypt 
-lgnutls-openssl"
+-     SSLLIB="-L$jd_cv_use_ssl/lib -lgnutls -lgnutls-openssl"
++     SSLLIB="-L$jd_cv_use_ssl/lib -lgnutls -ltasn1 -lgcrypt -lgnutls-openssl"
     else
-      SSLINC="-I$jd_use_ssl/include"
-      SSLLIB="-L$jd_use_ssl/lib -lssl -lcrypto"
+      SSLINC="-I$jd_cv_use_ssl/include"
+      SSLLIB="-L$jd_cv_use_ssl/lib -lssl -lcrypto"

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

Reply via email to