Hello community,

here is the log from the commit of package suck for openSUSE:Factory checked in 
at 2017-10-26 18:46:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suck (Old)
 and      /work/SRC/openSUSE:Factory/.suck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suck"

Thu Oct 26 18:46:15 2017 rev:19 rq:536761 version:4.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/suck/suck.changes        2013-09-08 
11:34:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.suck.new/suck.changes   2017-10-26 
18:46:19.274526522 +0200
@@ -1,0 +2,28 @@
+Thu Oct 26 08:48:14 UTC 2017 - [email protected]
+
+- Update to 4.3.3:
+  * General code cleanup
+  * Applying patches from Debian, Fedora and openSUSE
+  * Add support for IPv6
+  * Manpage fixes
+  * Default path for history file is now /var/lib/news/history
+  * Default path for phrases file is now /etc/suck/phrases
+  * Install to DESTDIR
+  * Don't strip binaries
+- Remove:
+  * suck-4.3.0.dif
+  * suck-4.3.0-ia64.patch
+  * suck-4.3.0-thrperl.dif
+  * suck-4.3.0-fgets.patch
+  * suck-4.3.0-inn3_headers_location.patch
+  * suck-4.3.0-codecleanup.patch
+- Remove conditional around inn-devel
+- Use standard make install
+- Solves boo#747941
+
+-------------------------------------------------------------------
+Fri Sep 29 17:06:42 UTC 2017 - [email protected]
+
+- Update to home-made 4.3.3
+
+-------------------------------------------------------------------

Old:
----
  suck-4.3.0-codecleanup.patch
  suck-4.3.0-fgets.patch
  suck-4.3.0-ia64.patch
  suck-4.3.0-inn3_headers_location.patch
  suck-4.3.0-thrperl.dif
  suck-4.3.0.dif
  suck-4.3.0.tar.bz2

New:
----
  4.3.3.tar.gz

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

Other differences:
------------------
++++++ suck.spec ++++++
--- /var/tmp/diff_new_pack.V6K3O3/_old  2017-10-26 18:46:20.754457444 +0200
+++ /var/tmp/diff_new_pack.V6K3O3/_new  2017-10-26 18:46:20.758457257 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package suck
 #
-# Copyright (c) 2013 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
@@ -17,26 +17,18 @@
 
 
 Name:           suck
-%if %suse_version > 1020
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  inn-devel
-%else
-BuildRequires:  inn
-%endif
 BuildRequires:  openssl-devel
-Version:        4.3.0
+Version:        4.3.3
 Release:        0
-Url:            http://www.sucknews.org
+Url:            https://github.com/lazarus-pkgs/suck
 Summary:        Reading News Offline
 License:        SUSE-Public-Domain
 Group:          Productivity/Networking/News/Utilities
 %{?libperl_requires}
-Source:         suck-%{version}.tar.bz2
-Patch:          suck-%{version}.dif
-Patch1:         suck-%{version}-ia64.patch
-Patch2:         suck-%{version}-thrperl.dif
-Patch3:         suck-%{version}-fgets.patch
-Patch4:         suck-%{version}-inn3_headers_location.patch
-Patch5:         suck-%{version}-codecleanup.patch
+Source:         
https://github.com/lazarus-pkgs/%{name}/archive/%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,44 +36,21 @@
 bring it to a local machine, without having the remote server do
 anything special.
 
-
-
-Authors:
---------
-    Tim Smith
-    Sven Goldt <[email protected]>
-    Robert A. Yetman <[email protected]>
-
 %prep
 %setup -q
-%patch
-%patch1
-%patch2
-%patch3
-%patch4
-%patch5
 
 %build
-CFLAGS="-Wall $RPM_OPT_FLAGS -pipe" LDFLAGS=' ' ./configure --prefix=%_prefix
-make all lpost
+autoreconf -fi
+%configure --with-inn-lib=/usr/lib/news/lib/ 
--with-inn-include=/usr/lib/news/include/
+# parallel building doesnt work
+make
 
 %install
-make prefix="$RPM_BUILD_ROOT"/usr \
-     bindir="$RPM_BUILD_ROOT"/usr/bin \
-     mandir="$RPM_BUILD_ROOT"/%{_mandir}/man1 \
-     install install_lpost
-
-install -d %{buildroot}/%{_docdir}/%{name}/examples
-install -m644 README* CHANGELOG %{buildroot}/%{_docdir}/%{name}/
-install sample/* %{buildroot}/%{_docdir}/%{name}/examples
-
-%clean
-rm -rf "$RPM_BUILD_ROOT"
+%make_install DESTDIR="%{?buildroot}"
 
 %files
 %defattr(-,root,root)
 /usr/bin/*
-%doc %{_docdir}/%{name}
 %doc %{_mandir}/man1/*
 
 %changelog


Reply via email to