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.changes        2017-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 - [email protected]
+
+- 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 [email protected] -- 
Prevents binaris from being stripped
 Patch0:         slrn-do-not-strip-binaries.patch
-# PATCH-FIX-UPSTREAM slrn-fix-libgnutls-extra-dependency.patch 
[email protected] -- Prevents unnecessary linking against libgnutls-extra
-Patch1:         slrn-fix-libgnutls-extra-dependency.patch
 # PATCH-FIX-OPENSUSE slrn-correct-path-to-sendmail.patch [email protected] 
-- 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


Reply via email to