commit slrn for openSUSE:Factory

2018-08-31 Thread root
Hello community,

here is the log from the commit of package slrn for openSUSE:Factory checked in 
at 2018-08-31 10:43:51

Comparing /work/SRC/openSUSE:Factory/slrn (Old)
 and  /work/SRC/openSUSE:Factory/.slrn.new (New)


Package is "slrn"

Fri Aug 31 10:43:51 2018 rev:27 rq:631613 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/slrn/slrn.changes2017-10-18 
10:55:00.968110421 +0200
+++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes   2018-08-31 
10:44:22.135197111 +0200
@@ -1,0 +2,5 @@
+Sun Aug 19 17:00:52 UTC 2018 - mc...@suse.com
+
+- Clean up SPEC
+
+---



Other differences:
--
++ slrn.spec ++
--- /var/tmp/diff_new_pack.wdwEkV/_old  2018-08-31 10:44:22.923198053 +0200
+++ /var/tmp/diff_new_pack.wdwEkV/_new  2018-08-31 10:44:22.923198053 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package slrn
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,9 +20,9 @@
 Version:1.0.3
 Release:0
 Summary:Threaded Newsreader
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Clients
-Url:http://www.slrn.org
+URL:http://www.slrn.org
 Source: %{name}-%{version}-gpl.tar.bz2
 Source1:clean-tar.sh
 # PATCH-FIX-OPENSUSE slrn-do-not-strip-binaries.diff g...@opensuse.org -- 
Prevents binaris from being stripped
@@ -81,7 +81,8 @@
 find contrib/ doc -type f -exec chmod 644 {} +
 
 %files
-%doc changes.txt COPYING COPYRIGHT README
+%license COPYING
+%doc changes.txt COPYRIGHT README
 %doc doc/{FAQ,FIRST_STEPS,help.txt,manual.txt,pc-keys.txt,README.GroupLens}
 %doc doc/{README.macros,README.multiuser,README.SSL,score.txt,slrn-doc.html}
 %doc doc/{slrnfuns.txt,slrn.rc,THANKS,*.sl}
@@ -90,8 +91,8 @@
 %config(noreplace) %{_sysconfdir}/slrn/slrn.rc
 %{_bindir}/slrn
 %{_bindir}/slrnpull
-%{_mandir}/man1/slrn.1*
-%{_mandir}/man1/slrnpull.1*
+%{_mandir}/man1/slrn.1%{?ext_man}
+%{_mandir}/man1/slrnpull.1%{?ext_man}
 %{_datadir}/slrn
 
 %files lang -f %{name}.lang




commit slrn for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package slrn for openSUSE:Factory checked in 
at 2017-10-18 10:54:56

Comparing /work/SRC/openSUSE:Factory/slrn (Old)
 and  /work/SRC/openSUSE:Factory/.slrn.new (New)


Package is "slrn"

Wed Oct 18 10:54:56 2017 rev:26 rq:534530 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/slrn/slrn.changes2017-05-05 
09:59:57.815915416 +0200
+++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes   2017-10-18 
10:55:00.968110421 +0200
@@ -1,0 +2,6 @@
+Tue Oct 17 18:47:46 UTC 2017 - astie...@suse.com
+
+- Build with OpenSSL (boo#1063780),
+  drop slrn-fix-libgnutls-extra-dependency.patch
+
+---

Old:

  slrn-fix-libgnutls-extra-dependency.patch



Other differences:
--
++ slrn.spec ++
--- /var/tmp/diff_new_pack.7Ai79k/_old  2017-10-18 10:55:02.216051876 +0200
+++ /var/tmp/diff_new_pack.7Ai79k/_new  2017-10-18 10:55:02.216051876 +0200
@@ -27,24 +27,15 @@
 Source1:clean-tar.sh
 # PATCH-FIX-OPENSUSE slrn-do-not-strip-binaries.diff g...@opensuse.org -- 
Prevents binaris from being stripped
 Patch0: slrn-do-not-strip-binaries.patch
-# PATCH-FIX-UPSTREAM slrn-fix-libgnutls-extra-dependency.patch 
g...@opensuse.org -- Prevents unnecessary linking against libgnutls-extra
-Patch1: slrn-fix-libgnutls-extra-dependency.patch
 # PATCH-FIX-OPENSUSE slrn-correct-path-to-sendmail.patch sfal...@opensuse.org 
-- Replaces ed stanza in %%setup, it's failing, and I don't grok ed/regexp very 
well.
 Patch2: slrn-correct-path-to-sendmail.patch
-BuildRequires:  autoconf
-BuildRequires:  ed
 BuildRequires:  mininews
+BuildRequires:  pkgconfig
 BuildRequires:  slang-devel
+BuildRequires:  pkgconfig(libssl)
 Recommends: %{name}-lang = %{version}
 # some slrn macros depend on certain slang modules
 Recommends: slang-slsh
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# SSL support via GnuTLS does not work on openSUSE <= 12.1
-%if 0%{?suse_version} > 1210
-BuildRequires:  libgcrypt-devel
-BuildRequires:  libgnutls-devel
-BuildRequires:  libgnutls-openssl-devel
-%endif
 
 %description
 slrn is a threaded Internet newsreader. It is customizable,
@@ -56,7 +47,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
 
 # replace __DATE__ and __TIME__ with date/time of the last specfile changelog
@@ -70,14 +60,12 @@
 ' {} {} "${TIME}" "${DATE}" \;
 
 %build
-autoconf -f -I ./autoconf -o configure autoconf/configure.ac
 %configure \
 --with-slrnpull \
 --enable-inews \
-%if 0%{?suse_version} > 1210
---with-gnutls=%{_prefix} \
-%endif
---disable-rpath
+--disable-rpath \
+--with-ssl \
+--enable-warnings
 make %{?_smp_mflags}
 
 %install
@@ -93,7 +81,6 @@
 find contrib/ doc -type f -exec chmod 644 {} +
 
 %files
-%defattr(-,root,root)
 %doc changes.txt COPYING COPYRIGHT README
 %doc doc/{FAQ,FIRST_STEPS,help.txt,manual.txt,pc-keys.txt,README.GroupLens}
 %doc doc/{README.macros,README.multiuser,README.SSL,score.txt,slrn-doc.html}
@@ -108,6 +95,5 @@
 %{_datadir}/slrn
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog




commit slrn for openSUSE:Factory

2017-05-05 Thread root
Hello community,

here is the log from the commit of package slrn for openSUSE:Factory checked in 
at 2017-05-05 09:59:46

Comparing /work/SRC/openSUSE:Factory/slrn (Old)
 and  /work/SRC/openSUSE:Factory/.slrn.new (New)


Package is "slrn"

Fri May  5 09:59:46 2017 rev:25 rq:492596 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/slrn/slrn.changes2017-03-02 
19:42:57.439906217 +0100
+++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes   2017-05-05 
09:59:57.815915416 +0200
@@ -1,0 +2,39 @@
+Wed May  3 09:05:21 UTC 2017 - astie...@suse.com
+
+- remove unused files with restrictive licenses - bsc#1036331
+
+---
+Tue Apr 11 11:34:45 UTC 2017 - jeng...@inai.de
+
+- Ensure neutrality in description.
+
+---
+Sun Mar 26 15:43:25 UTC 2017 - astie...@suse.com
+
+- slrn 1.0.3:
+  * A quoted-string in the display portion of an address was not
+being marked as allowing mime-encoded text.
+  * After calling iconv to perform a character set conversion on an
+article line, call it again with just the newline character.
+This resets the state for some conversion types (UTF-7).
+  * Disable support for SSLv3, which is vulnerable to POODLE
+attacks CVE-2014-3566 bsc#1031023
+  * The reject_long_lines option was not working as documented.
+Setting it to 0 had no effect when netiquette_warnings was set
+to a non-zero value.
+  * replace_article_with_mime_obj, also decode
+quoted-printable/base64.
+  * Add a file from the autoconf archive that detects libraries
+needed for socket support.  The old method used X_EXTRA_LIBS,
+which breaks if X in not installed.
+  * Added support for large (>2GB) files on 32 bit unix systems.
+  * Updated Danish translation
+  * If a mime message has already been base64/QP converted, do not
+ try to convert it again.
+  * Do not use SSL_CTX_set_options if gnutls is being used
+  * Use labs instead of abs for long integer
+  * Removed compilation date info for a reproducible build
+  * rfc1522_encode_word: max_nbytes was not being properly limit
+checked.
+
+---

Old:

  slrn-1.0.2.tar.gz

New:

  clean-tar.sh
  slrn-1.0.3-gpl.tar.bz2



Other differences:
--
++ slrn.spec ++
--- /var/tmp/diff_new_pack.YXmLB7/_old  2017-05-05 09:59:59.503677189 +0200
+++ /var/tmp/diff_new_pack.YXmLB7/_new  2017-05-05 09:59:59.507676624 +0200
@@ -17,41 +17,39 @@
 
 
 Name:   slrn
-Version:1.0.2
+Version:1.0.3
 Release:0
-Summary:Powerful, Threaded Newsreader
+Summary:Threaded Newsreader
 License:GPL-2.0+
 Group:  Productivity/Networking/News/Clients
 Url:http://www.slrn.org
-## commented, cause previous files got deleted when new files are added
-## hey, he call them snapshot versions
-#Source: http://www.jedsoft.org/slrn/download/slrn-%{version}.tar.gz
-Source: slrn-%{version}.tar.gz
+Source: %{name}-%{version}-gpl.tar.bz2
+Source1:clean-tar.sh
 # PATCH-FIX-OPENSUSE slrn-do-not-strip-binaries.diff g...@opensuse.org -- 
Prevents binaris from being stripped
 Patch0: slrn-do-not-strip-binaries.patch
 # PATCH-FIX-UPSTREAM slrn-fix-libgnutls-extra-dependency.patch 
g...@opensuse.org -- Prevents unnecessary linking against libgnutls-extra
 Patch1: slrn-fix-libgnutls-extra-dependency.patch
 # PATCH-FIX-OPENSUSE slrn-correct-path-to-sendmail.patch sfal...@opensuse.org 
-- Replaces ed stanza in %%setup, it's failing, and I don't grok ed/regexp very 
well.
 Patch2: slrn-correct-path-to-sendmail.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  ed
 BuildRequires:  mininews
 BuildRequires:  slang-devel
+Recommends: %{name}-lang = %{version}
+# some slrn macros depend on certain slang modules
+Recommends: slang-slsh
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # SSL support via GnuTLS does not work on openSUSE <= 12.1
 %if 0%{?suse_version} > 1210
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgnutls-devel
 BuildRequires:  libgnutls-openssl-devel
 %endif
-# some slrn macros depend on certain slang modules
-Recommends: slang-slsh
-Recommends: %{name}-lang = %{version}
 
 %description
-slrn is a powerful, easy to use, and threaded Internet newsreader. It
-is highly customizable, permitting redefinition of keys and including a
-sophisticated macro language for further customization.
+slrn is a threaded Internet newsreader. It is customizable,
+permitting redefinition of keys and it includes a sophisticated macro

commit slrn for openSUSE:Factory

2017-03-02 Thread root
Hello community,

here is the log from the commit of package slrn for openSUSE:Factory checked in 
at 2017-03-02 19:42:56

Comparing /work/SRC/openSUSE:Factory/slrn (Old)
 and  /work/SRC/openSUSE:Factory/.slrn.new (New)


Package is "slrn"

Thu Mar  2 19:42:56 2017 rev:24 rq:461302 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/slrn/slrn.changes2015-01-30 
15:08:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes   2017-03-02 
19:42:57.439906217 +0100
@@ -1,0 +2,9 @@
+Tue Feb 28 18:57:57 UTC 2017 - sfal...@opensuse.org
+
+- Added:
+  + slrn-correct-path-to-sendmail.patch:  The ed stanza in %setup
+is causing a buildfailure in openSUSE:Factory, and I don't
+understand ed/regexp well enough to fix it that way.  Patching the
+file directly seems to work fine.
+
+---

New:

  slrn-correct-path-to-sendmail.patch



Other differences:
--
++ slrn.spec ++
--- /var/tmp/diff_new_pack.ZY5ELz/_old  2017-03-02 19:42:58.175802090 +0100
+++ /var/tmp/diff_new_pack.ZY5ELz/_new  2017-03-02 19:42:58.179801524 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package slrn
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,6 +31,8 @@
 Patch0: slrn-do-not-strip-binaries.patch
 # PATCH-FIX-UPSTREAM slrn-fix-libgnutls-extra-dependency.patch 
g...@opensuse.org -- Prevents unnecessary linking against libgnutls-extra
 Patch1: slrn-fix-libgnutls-extra-dependency.patch
+# PATCH-FIX-OPENSUSE slrn-correct-path-to-sendmail.patch sfal...@opensuse.org 
-- Replaces ed stanza in %%setup, it's failing, and I don't grok ed/regexp very 
well.
+Patch2: slrn-correct-path-to-sendmail.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  ed
@@ -57,11 +59,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-
-# correct path to sendmail
-ed -s src/slrnfeat.hin 2>/dev/null <<'EOF'
-,s/\/usr\/lib\/sendmail/\/usr\/sbin\/sendmail/
-EOF
+%patch2 -p1
 
 # replace __DATE__ and __TIME__ with date/time of the last specfile changelog
 # entry

++ slrn-correct-path-to-sendmail.patch ++
Index: slrn-1.0.2/src/slrnfeat.hin
===
--- slrn-1.0.2.orig/src/slrnfeat.hin
+++ slrn-1.0.2/src/slrnfeat.hin
@@ -179,7 +179,7 @@
 #   define SLRN_SIGNATURE_FILE ".signature"
   /* Changing these here has no effect when using ./configure */
 #   ifndef SLRN_SENDMAIL_COMMAND
-#define SLRN_SENDMAIL_COMMAND  "/usr/lib/sendmail -oi -t -oem -odb"
+#define SLRN_SENDMAIL_COMMAND  "/usr/sbin/sendmail -oi -t -oem -odb"
 #   endif
 #  endif  /* unix */
 # endif   /* os2 */



commit slrn for openSUSE:Factory

2015-01-30 Thread h_root
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.changes2012-12-28 
22:49:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes   2015-01-30 
15:08:56.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.J8NNJT/_new  2015-01-30 15:08:57.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.J8NNJT/_new  2015-01-30 15:08:57.0 +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.0 
+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 

commit slrn for openSUSE:Factory

2012-12-28 Thread h_root
Hello community,

here is the log from the commit of package slrn for openSUSE:Factory checked in 
at 2012-12-28 22:49:50

Comparing /work/SRC/openSUSE:Factory/slrn (Old)
 and  /work/SRC/openSUSE:Factory/.slrn.new (New)


Package is slrn, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/slrn/slrn.changes2012-05-26 
09:29:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes   2012-12-28 
22:49:51.0 +0100
@@ -1,0 +2,11 @@
+Sat Dec 22 10:09:06 UTC 2012 - g...@opensuse.org
+
+- update to version 1.0.1
+  - macros/mime.sl: Add an option to view all parts of a mime
+multipart message
+  - src/art_misc.c: New config variable: wrap_width, which sets the
+width that will trigger wrapping
+  - doc/: Updated txt docs from slrn doc project's svn repos
+  - An issue with the wrap_width variable was fixed
+
+---

Old:

  slrn-pre1.0.0-40.tar.gz

New:

  slrn-1.0.1.tar.gz



Other differences:
--
++ slrn.spec ++
--- /var/tmp/diff_new_pack.EFOy9A/_old  2012-12-28 22:49:52.0 +0100
+++ /var/tmp/diff_new_pack.EFOy9A/_new  2012-12-28 22:49:52.0 +0100
@@ -16,10 +16,8 @@
 #
 
 
-%define upstream_version pre1.0.0-40
-
 Name:   slrn
-Version:1.0pre40
+Version:1.0.1
 Release:0
 Summary:Powerful, Threaded Newsreader
 License:GPL-2.0+
@@ -27,8 +25,8 @@
 Url:http://www.slrn.org
 ## commented, cause previous files got deleted when new files are added
 ## hey, he call them snapshot versions
-#Source: 
http://www.jedsoft.org/snapshots/slrn-%{upstream_version}.tar.gz
-Source: slrn-%{upstream_version}.tar.gz
+#Source: http://www.jedsoft.org/slrn/download/slrn-%{version}.tar.gz
+Source: slrn-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE slrn-do-not-strip-binaries.diff g...@opensuse.org -- 
Prevents binaris from being stripped
 Patch0: slrn-do-not-strip-binaries.patch
 # PATCH-FIX-UPSTREAM slrn-fix-libgnutls-extra-dependency.patch 
g...@opensuse.org -- Prevents unnecessary linking against libgnutls-extra
@@ -56,7 +54,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-%{upstream_version}
+%setup -q
 %patch0 -p1
 %patch1 -p1
 

++ slrn-pre1.0.0-40.tar.gz - slrn-1.0.1.tar.gz ++
 5235 lines of diff (skipped)

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



commit slrn for openSUSE:Factory

2012-05-26 Thread h_root
Hello community,

here is the log from the commit of package slrn for openSUSE:Factory checked in 
at 2012-05-26 09:29:07

Comparing /work/SRC/openSUSE:Factory/slrn (Old)
 and  /work/SRC/openSUSE:Factory/.slrn.new (New)


Package is slrn, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/slrn/slrn.changes2012-05-22 
08:19:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes   2012-05-26 
09:29:27.0 +0200
@@ -1,0 +2,6 @@
+Fri May 25 17:12:55 UTC 2012 - g...@opensuse.org
+
+- recommend slang-slsh since some slrn macros depend on certain
+  slang modules
+
+---



Other differences:
--
++ slrn.spec ++
--- /var/tmp/diff_new_pack.iImEY5/_old  2012-05-26 09:29:28.0 +0200
+++ /var/tmp/diff_new_pack.iImEY5/_new  2012-05-26 09:29:28.0 +0200
@@ -44,6 +44,8 @@
 BuildRequires:  libgnutls-devel
 BuildRequires:  libgnutls-openssl-devel
 %endif
+# some slrn macros depend on certain slang modules
+Recommends: slang-slsh
 Recommends: %{name}-lang = %{version}
 
 %description

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



commit slrn for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package slrn for openSUSE:Factory checked in 
at 2012-05-22 08:19:16

Comparing /work/SRC/openSUSE:Factory/slrn (Old)
 and  /work/SRC/openSUSE:Factory/.slrn.new (New)


Package is slrn, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/slrn/slrn.changes2012-05-08 
12:29:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes   2012-05-22 
08:19:17.0 +0200
@@ -1,0 +2,8 @@
+Mon May 21 14:32:08 UTC 2012 - g...@opensuse.org
+
+- fixed dependency on libgnutls
+- added slrn-fix-libgnutls-extra-dependency.patch which prevents
+  unnecessary linking against libgnutls-extra and fixes the build
+  in Factory
+
+---

New:

  slrn-fix-libgnutls-extra-dependency.patch



Other differences:
--
++ slrn.spec ++
--- /var/tmp/diff_new_pack.8K1ouL/_old  2012-05-22 08:19:21.0 +0200
+++ /var/tmp/diff_new_pack.8K1ouL/_new  2012-05-22 08:19:21.0 +0200
@@ -31,14 +31,17 @@
 Source: slrn-%{upstream_version}.tar.gz
 # PATCH-FIX-OPENSUSE slrn-do-not-strip-binaries.diff g...@opensuse.org -- 
Prevents binaris from being stripped
 Patch0: slrn-do-not-strip-binaries.patch
+# PATCH-FIX-UPSTREAM slrn-fix-libgnutls-extra-dependency.patch 
g...@opensuse.org -- Prevents unnecessary linking against libgnutls-extra
+Patch1: slrn-fix-libgnutls-extra-dependency.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
 BuildRequires:  ed
 BuildRequires:  mininews
 BuildRequires:  slang-devel
 # SSL support via GnuTLS does not work on openSUSE = 12.1
 %if 0%{?suse_version}  1210
-BuildRequires:  gnutls-devel
 BuildRequires:  libgcrypt-devel
+BuildRequires:  libgnutls-devel
 BuildRequires:  libgnutls-openssl-devel
 %endif
 Recommends: %{name}-lang = %{version}
@@ -53,6 +56,7 @@
 %prep
 %setup -q -n %{name}-%{upstream_version}
 %patch0 -p1
+%patch1 -p1
 
 # correct path to sendmail
 ed -s src/slrnfeat.hin 2/dev/null 'EOF'
@@ -70,6 +74,7 @@
 ' {} {} ${TIME} ${DATE} \;
 
 %build
+autoconf -f -I ./autoconf -o configure autoconf/configure.ac
 %configure \
 --with-slrnpull \
 --enable-inews \

++ slrn-fix-libgnutls-extra-dependency.patch ++
Index: slrn-pre1.0.0-40/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
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
else
  SSLINC=-I$jd_use_ssl/include
  SSLLIB=-L$jd_use_ssl/lib -lssl -lcrypto
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit slrn for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package slrn for openSUSE:Factory checked in 
at 2012-05-08 12:29:05

Comparing /work/SRC/openSUSE:Factory/slrn (Old)
 and  /work/SRC/openSUSE:Factory/.slrn.new (New)


Package is slrn, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/slrn/slrn.changes2011-12-25 
17:41:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes   2012-05-08 
12:29:06.0 +0200
@@ -1,0 +2,27 @@
+Sun May  6 10:36:49 UTC 2012 - ch...@computersalat.de
+
+- update to version pre1.0.0-40
+  * Parse mime sub-keywords without regard to case
+
+---
+Mon Apr  9 18:13:38 UTC 2012 - g...@opensuse.org
+
+- update to version pre1.0.0~39
+  - bugfixes
+  - support for multipart mime messages
+- compile without -fno-strict-aliasing
+- enable SSL support via GnuTLS which seems to work on
+  openSUSE  12.1
+- drop superfluous patch slrn-0.9.9p1.diff
+- drop slrn-0.9.9p1-hardcode-inews-path.diff and add a build
+  dependency on mininews instead, this also makes
+  slrn-0.9.9p1-configure.diff unecessary
+- rebased slrn-0.9.9p1-do-not-strip-binaries.diff and renamed to
+  slrn-do-not-strip-binaries.patch
+- removed slrn.run, there is no SUSE menu any more
+- removed obsolete slrn.rc migration pre-script
+- replace __DATE__ and __TIME__ with date/time of latest changelog
+  entry
+- do not replace slrn.rc
+
+---

Old:

  slrn-0.9.9p1-configure.diff
  slrn-0.9.9p1-do-not-strip-binaries.diff
  slrn-0.9.9p1-hardcode-inews-path.diff
  slrn-0.9.9p1.diff
  slrn-pre1.0.0~18.tar.bz2
  slrn.run

New:

  slrn-do-not-strip-binaries.patch
  slrn-pre1.0.0-40.tar.gz



Other differences:
--
++ slrn.spec ++
--- /var/tmp/diff_new_pack.KuW8IV/_old  2012-05-08 12:29:07.0 +0200
+++ /var/tmp/diff_new_pack.KuW8IV/_new  2012-05-08 12:29:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package slrn
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,102 +15,100 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define build_with_nss 0
+
+%define upstream_version pre1.0.0-40
 
 Name:   slrn
-Version:1.0pre18
+Version:1.0pre40
 Release:0
-Summary:News Reader
+Summary:Powerful, Threaded Newsreader
 License:GPL-2.0+
 Group:  Productivity/Networking/News/Clients
 Url:http://www.slrn.org
-Source: slrn-pre1.0.0~18.tar.bz2
-Source1:slrn.run
-Patch0: slrn-0.9.9p1.diff
-Patch2: slrn-0.9.9p1-configure.diff
-Patch4: slrn-0.9.9p1-hardcode-inews-path.diff
-Patch5: slrn-0.9.9p1-do-not-strip-binaries.diff
-%if 0%{?build_with_nss}  0
-BuildRequires:  mozilla-nss-devel
-BuildRequires:  nss-compat-openssl-devel
-%endif
-BuildRequires:  autoconf
-BuildRequires:  slang-devel
-Requires(pre):  fileutils sh-utils coreutils
+## commented, cause previous files got deleted when new files are added
+## hey, he call them snapshot versions
+#Source: 
http://www.jedsoft.org/snapshots/slrn-%{upstream_version}.tar.gz
+Source: slrn-%{upstream_version}.tar.gz
+# PATCH-FIX-OPENSUSE slrn-do-not-strip-binaries.diff g...@opensuse.org -- 
Prevents binaris from being stripped
+Patch0: slrn-do-not-strip-binaries.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ed
+BuildRequires:  mininews
+BuildRequires:  slang-devel
+# SSL support via GnuTLS does not work on openSUSE = 12.1
+%if 0%{?suse_version}  1210
+BuildRequires:  gnutls-devel
+BuildRequires:  libgcrypt-devel
+BuildRequires:  libgnutls-openssl-devel
+%endif
+Recommends: %{name}-lang = %{version}
 
 %description
-SLRN is a powerful, easy to use, and threaded Internet newsreader. It
+slrn is a powerful, easy to use, and threaded Internet newsreader. It
 is highly customizable, permitting redefinition of keys and including a
 sophisticated macro language for further customization.
 
-
-
-Authors:
-
-John Davis da...@space.mit.edu
-
-
 %lang_package
+
 %prep
-%setup -q -n %name
-%patch0
-%patch2
-%patch4
-%patch5
+%setup -q -n %{name}-%{upstream_version}
+%patch0 -p1
+
 # correct path to sendmail
-%__sed -i'' 's|/usr/lib/sendmail|/usr/sbin/sendmail|g' src/slrnfeat.hin
-# regenerate configuration script from patched template
-autoconf --verbose --include=autoconf --output=configure 

commit slrn for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package slrn for openSUSE:Factory checked in 
at 2011-12-25 17:41:29

Comparing /work/SRC/openSUSE:Factory/slrn (Old)
 and  /work/SRC/openSUSE:Factory/.slrn.new (New)


Package is slrn, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/slrn/slrn.changes2011-09-23 
12:46:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes   2011-12-25 
17:41:52.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 21 10:43:49 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ slrn.spec ++
--- /var/tmp/diff_new_pack.mJPrlo/_old  2011-12-25 17:41:55.0 +0100
+++ /var/tmp/diff_new_pack.mJPrlo/_new  2011-12-25 17:41:55.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package slrn (Version 1.0pre18)
+# spec file for package slrn
 #
-# Copyright (c) 2010 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
@@ -15,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 %define build_with_nss 0
 
 Name:   slrn
-License:GPL-2.0+
-Group:  Productivity/Networking/News/Clients
-AutoReqProv:on
 Version:1.0pre18
-Release:1
+Release:0
 Summary:News Reader
+License:GPL-2.0+
+Group:  Productivity/Networking/News/Clients
 Url:http://www.slrn.org
 Source: slrn-pre1.0.0~18.tar.bz2
 Source1:slrn.run
@@ -34,8 +31,10 @@
 Patch4: slrn-0.9.9p1-hardcode-inews-path.diff
 Patch5: slrn-0.9.9p1-do-not-strip-binaries.diff
 %if 0%{?build_with_nss}  0
-BuildRequires:  mozilla-nss-devel nss-compat-openssl-devel
+BuildRequires:  mozilla-nss-devel
+BuildRequires:  nss-compat-openssl-devel
 %endif
+BuildRequires:  autoconf
 BuildRequires:  slang-devel
 Requires(pre):  fileutils sh-utils coreutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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