Hello community,

here is the log from the commit of package newsboat for openSUSE:Factory 
checked in at 2018-03-28 10:30:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/newsboat (Old)
 and      /work/SRC/openSUSE:Factory/.newsboat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "newsboat"

Wed Mar 28 10:30:36 2018 rev:2 rq:591018 version:2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/newsboat/newsboat.changes        2018-01-20 
11:27:18.266711521 +0100
+++ /work/SRC/openSUSE:Factory/.newsboat.new/newsboat.changes   2018-03-28 
10:30:42.646492738 +0200
@@ -1,0 +2,13 @@
+Mon Mar 26 10:18:40 UTC 2018 - mvet...@suse.com
+
+- Update to 2.11:
+  * Podboat adds ".part" suffix of the files it currently downloads
+  * Support for `CURL_CA_BUNDLE` environment variable
+  * Fix unwanted logging to stdout on `--export-to-opml` 
+  * New command: `mark-all-above-as-read`
+  * See https://github.com/newsboat/newsboat/releases/tag/r2.11
+- Remove newsboat-2.10.2-json-c-size_t.patch: upstreamed
+- Remove newsboat-nonexec-man.patch: upstreamed
+- Rebase newsbeuter-makefile.patch
+
+-------------------------------------------------------------------

Old:
----
  newsboat-2.10.2-json-c-size_t.patch
  newsboat-2.10.2.tar.xz
  newsboat-2.10.2.tar.xz.asc
  newsboat-nonexec-man.patch

New:
----
  newsboat-2.11.tar.xz
  newsboat-2.11.tar.xz.asc

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

Other differences:
------------------
++++++ newsboat.spec ++++++
--- /var/tmp/diff_new_pack.Sl4lwF/_old  2018-03-28 10:30:46.002372048 +0200
+++ /var/tmp/diff_new_pack.Sl4lwF/_new  2018-03-28 10:30:46.010371761 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package newsboat
 #
-# 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
@@ -17,21 +17,17 @@
 
 
 Name:           newsboat
-Version:        2.10.2
+Version:        2.11
 Release:        0
 Summary:        RSS/Atom Feed Reader for Text Terminals
 License:        MIT
 Group:          Productivity/Networking/Web/Browsers
-URL:            https://newsboat.org
+Url:            https://newsboat.org
 Source:         
https://newsboat.org/releases/%{version}/%{name}-%{version}.tar.xz
 Source1:        
https://newsboat.org/releases/%{version}/%{name}-%{version}.tar.xz.asc
 Source2:        https://newsboat.org/newsboat.pgp#/%{name}.keyring
 # pbleser: introduce OPTFLAGS make variable, instead of hard-coded -ggdb
-# PATCH-FIX-UPSTREAM   https://github.com/newsboat/newsboat/pull/92
-Patch1:         newsboat-nonexec-man.patch
-Patch2:         newsbeuter-makefile.patch
-# FIX-UPSTREAM jub...@iodoru.org https://github.com/newsboat/newsboat/issues/98
-Patch3:         newsboat-2.10.2-json-c-size_t.patch
+Patch1:         newsbeuter-makefile.patch
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  gettext-devel
@@ -61,8 +57,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 ./config.sh
@@ -80,7 +74,8 @@
 %find_lang %{name}
 
 %files
-%doc CHANGELOG.md LICENSE README.md TODO
+%license LICENSE
+%doc CHANGELOG.md README.md TODO
 %{_bindir}/%{name}
 %{_bindir}/podboat
 %dir %{_docdir}/%{name}/examples
@@ -88,8 +83,8 @@
 %{_docdir}/%{name}/docbook-xsl.css
 %{_docdir}/%{name}/faq.html
 %{_docdir}/%{name}/%{name}.html
-%{_mandir}/man1/%{name}.1%{ext_man}
-%{_mandir}/man1/podboat.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
+%{_mandir}/man1/podboat.1%{?ext_man}
 
 %files lang -f %{name}.lang
 

++++++ newsbeuter-makefile.patch ++++++
--- /var/tmp/diff_new_pack.Sl4lwF/_old  2018-03-28 10:30:46.078369315 +0200
+++ /var/tmp/diff_new_pack.Sl4lwF/_new  2018-03-28 10:30:46.078369315 +0200
@@ -1,12 +1,13 @@
---- a/Makefile
-+++ b/Makefile
-@@ -20,7 +20,8 @@ endif
+diff -urEbwB newsboat-2.11/Makefile newsboat-2.11.new/Makefile
+--- newsboat-2.11/Makefile     2018-03-25 21:36:30.000000000 +0200
++++ newsboat-2.11.new/Makefile 2018-03-26 12:24:31.254449964 +0200
+@@ -20,7 +20,8 @@
  
  WARNFLAGS=-Werror -Wall -Wextra -Wunreachable-code
  INCLUDES=-Iinclude -Istfl -Ifilter -I. -Irss
--BARE_CXXFLAGS=-std=c++11 -ggdb $(INCLUDES)
+-BARE_CXXFLAGS=-std=c++11 -O2 -ggdb $(INCLUDES)
 +OPTFLAGS=-ggdb
 +BARE_CXXFLAGS=-std=c++11 $(OPTFLAGS) $(INCLUDES)
- CXXFLAGS+=$(BARE_CXXFLAGS) $(WARNFLAGS) $(DEFINES)
  LDFLAGS+=-L.
  
+ PACKAGE=newsboat

++++++ newsboat-2.10.2.tar.xz -> newsboat-2.11.tar.xz ++++++
++++ 62467 lines of diff (skipped)



Reply via email to