Hello community,

here is the log from the commit of package shigofumi for openSUSE:Factory 
checked in at 2020-06-07 21:39:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shigofumi (Old)
 and      /work/SRC/openSUSE:Factory/.shigofumi.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "shigofumi"

Sun Jun  7 21:39:31 2020 rev:3 rq:812271 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/shigofumi/shigofumi.changes      2017-06-12 
15:28:52.962392875 +0200
+++ /work/SRC/openSUSE:Factory/.shigofumi.new.3606/shigofumi.changes    
2020-06-07 21:39:40.261707379 +0200
@@ -1,0 +2,5 @@
+Sun Jun  7 17:17:17 UTC 2020 - [email protected]
+
+- Fix build with shigofumi.patch
+
+-------------------------------------------------------------------

New:
----
  shigofumi.patch

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

Other differences:
------------------
++++++ shigofumi.spec ++++++
--- /var/tmp/diff_new_pack.9Wb8KZ/_old  2020-06-07 21:39:42.817715481 +0200
+++ /var/tmp/diff_new_pack.9Wb8KZ/_new  2020-06-07 21:39:42.817715481 +0200
@@ -24,6 +24,7 @@
 Group:          Applications/Internet
 Url:            http://xpisar.wz.cz/%{name}/
 Source0:        http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz
+Patch0:         shigofumi.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  file-devel
 BuildRequires:  pkg-config
@@ -39,23 +40,23 @@
 Information System) client.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure \
     --disable-fatalwarnings
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 %find_lang %{name}
 
 %check
 make %{?_smp_mflags} check
 
 %files -f %{name}.lang
-%defattr(-,root,root)
-%doc README AUTHORS NEWS TODO COPYING ChangeLog
+%doc AUTHORS NEWS TODO
+%license COPYING
 %{_bindir}/*
 %{_mandir}/man1/*
 %{_mandir}/*/man1/*

++++++ shigofumi.patch ++++++
--- a/src/shigofumi.h
+++ b/src/shigofumi.h
@@ -16,7 +16,7 @@
 extern shi_state state;*/
 
 /* UI */
-FILE *output;
+extern FILE *output;
 
 /* Data */
 extern struct isds_list *boxes;

Reply via email to