Hello community, here is the log from the commit of package blog for openSUSE:Factory checked in at 2019-09-20 14:44:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/blog (Old) and /work/SRC/openSUSE:Factory/.blog.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "blog" Fri Sep 20 14:44:31 2019 rev:11 rq:729450 version:2.19 Changes: -------- --- /work/SRC/openSUSE:Factory/blog/blog.changes 2019-05-06 13:19:51.208329390 +0200 +++ /work/SRC/openSUSE:Factory/.blog.new.7948/blog.changes 2019-09-20 14:44:35.430985392 +0200 @@ -1,0 +2,6 @@ +Fri Aug 30 19:45:55 UTC 2019 - Bjørn Lie <[email protected]> + +- Add blog-Remove-unused-header.patch: Fix build with new glibc + (gh#bitstreamout/showconsole#3). + +------------------------------------------------------------------- New: ---- blog-Remove-unused-header.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ blog.spec ++++++ --- /var/tmp/diff_new_pack.ydr530/_old 2019-09-20 14:44:35.978985284 +0200 +++ /var/tmp/diff_new_pack.ydr530/_new 2019-09-20 14:44:35.982985283 +0200 @@ -25,6 +25,9 @@ Url: https://github.com/bitstreamout/showconsole Source: https://github.com/bitstreamout/showconsole/archive/v%{version}.tar.gz#/showconsole-%{version}.tar.gz Source1: blog-rpmlintrc +# PATCH-FIX-UPSTREAM blog-Remove-unused-header.patch -- Fix build with new glibc +Patch0: blog-Remove-unused-header.patch + BuildRequires: suse-module-tools Requires(post): coreutils BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -73,6 +76,7 @@ %prep %setup -q -n showconsole-%version +%patch0 -p1 %build make %{?_smp_mflags} CC="%__cc" \ ++++++ blog-Remove-unused-header.patch ++++++ >From 9e1deae58be4391d611c41d89733b5f2678d3212 Mon Sep 17 00:00:00 2001 From: Andreas Schwab <[email protected]> Date: Thu, 8 Aug 2019 15:53:04 +0200 Subject: [PATCH] Remove unused header <stropts.h> --- blogd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/blogd.c b/blogd.c index c1179ec..3635d4f 100644 --- a/blogd.c +++ b/blogd.c @@ -25,7 +25,6 @@ #include <stdlib.h> #include <stdarg.h> #include <string.h> -#include <stropts.h> #include <dirent.h> #include <fcntl.h> #include <termios.h>
