Hello community, here is the log from the commit of package imagewriter for openSUSE:Factory checked in at 2020-11-29 12:29:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/imagewriter (Old) and /work/SRC/openSUSE:Factory/.imagewriter.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "imagewriter" Sun Nov 29 12:29:03 2020 rev:24 rq:851283 version:1.10.1432200249.1d253d9 Changes: -------- --- /work/SRC/openSUSE:Factory/imagewriter/imagewriter.changes 2018-05-15 10:31:50.227636681 +0200 +++ /work/SRC/openSUSE:Factory/.imagewriter.new.5913/imagewriter.changes 2020-11-29 12:29:06.886043838 +0100 @@ -1,0 +2,5 @@ +Mon Nov 9 17:15:13 UTC 2020 - Hans-Peter Jansen <[email protected]> + +- Apply 0001-remove-include-sys-sysctl.h.patch + +------------------------------------------------------------------- New: ---- 0001-remove-include-sys-sysctl.h.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ imagewriter.spec ++++++ --- /var/tmp/diff_new_pack.z2vPvn/_old 2020-11-29 12:29:07.454044413 +0100 +++ /var/tmp/diff_new_pack.z2vPvn/_new 2020-11-29 12:29:07.458044417 +0100 @@ -69,6 +69,7 @@ Group: Hardware/Other URL: https://github.com/openSUSE/imagewriter Source0: imagewriter-%{version}.tar.xz +Patch0: 0001-remove-include-sys-sysctl.h.patch BuildRequires: %{backend} BuildRequires: %{breq} BuildRequires: gcc-c++ @@ -80,8 +81,7 @@ A graphical utility for writing raw disk images & hybrid ISOs to USB keys. %prep -%setup -q - +%autosetup -p1 %build # Create qmake cache file for building and use optflags. ++++++ 0001-remove-include-sys-sysctl.h.patch ++++++ From 3164e25267243ef4983f53ef5c1f849d3301c36f Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen <[email protected]> Date: Mon, 9 Nov 2020 18:06:49 +0100 Subject: [PATCH] remove include <sys/sysctl.h> --- MainWindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/MainWindow.cpp b/MainWindow.cpp index c32bf9e..c634613 100644 --- a/MainWindow.cpp +++ b/MainWindow.cpp @@ -37,7 +37,6 @@ #include <unistd.h> #include <sys/types.h> -#include <sys/sysctl.h> #ifdef USEUDISKS2 #include "udisks2_interface.h" -- 2.29.2 _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
