Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package stalonetray for openSUSE:Factory 
checked in at 2021-05-12 19:31:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stalonetray (Old)
 and      /work/SRC/openSUSE:Factory/.stalonetray.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stalonetray"

Wed May 12 19:31:58 2021 rev:4 rq:892340 version:0.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/stalonetray/stalonetray.changes  2018-02-20 
17:55:56.752583553 +0100
+++ /work/SRC/openSUSE:Factory/.stalonetray.new.2988/stalonetray.changes        
2021-05-12 19:32:25.558991160 +0200
@@ -1,0 +2,10 @@
+Wed May 12 00:10:29 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- New upstream URL
+- Update to version 0.8.4
+  * Fixed several bugs and compiler warnings
+  * Added support for storing stalonetray config under $XDG_CONFIG_HOME
+- Drop outdated stalonetray-fix-compile-error.diff
+- Add fix-docbook-root.patch
+
+-------------------------------------------------------------------

Old:
----
  stalonetray-0.8.3.tar.bz2
  stalonetray-fix-compile-error.diff

New:
----
  fix-docbook-root.patch
  stalonetray-0.8.4.tar.gz

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

Other differences:
------------------
++++++ stalonetray.spec ++++++
--- /var/tmp/diff_new_pack.5lMdoO/_old  2021-05-12 19:32:26.014989338 +0200
+++ /var/tmp/diff_new_pack.5lMdoO/_new  2021-05-12 19:32:26.014989338 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stalonetray
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,27 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           stalonetray
-Version:        0.8.3
+Version:        0.8.4
 Release:        0
 Summary:        Stand-alone freedesktop.org system tray
-#
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/Other
-#
-Url:            http://stalonetray.sourceforge.net/
-Source:         
http://downloads.sourceforge.net/stalonetray/stalonetray-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM stalonetray-fix-compile-error.diff [email protected]
-Patch0:         stalonetray-fix-compile-error.diff
+URL:            https://kolbusa.github.io/stalonetray/
+Source:         
https://github.com/kolbusa/stalonetray/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE fix-docbook-root.patch -- Fix docbook stylesheet root
+Patch0:         fix-docbook-root.patch
+BuildRequires:  automake
+BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
+BuildRequires:  xsltproc
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xpm)
-#
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Stalonetray is a stand-alone freedesktop.org and KDE system tray (notification
@@ -42,19 +41,20 @@
 virtually any EWMH-compliant window manager.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
+autoreconf -fi
 %configure
-make %{?_smp_mflags}
+%make_build stalonetrayrc.sample
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %files
-%defattr(-,root,root)
-%doc README COPYING AUTHORS stalonetrayrc.sample
+%license COPYING
+%doc AUTHORS BUGS stalonetrayrc.sample
 %{_bindir}/stalonetray
-%{_mandir}/man1/stalonetray.1%{ext_man}
+%{_mandir}/man1/stalonetray.1%{?ext_man}
 
+%changelog

++++++ fix-docbook-root.patch ++++++
diff -Nur stalonetray-0.8.4/configure.ac new/configure.ac
--- stalonetray-0.8.4/configure.ac      2021-02-07 16:41:52.000000000 +0100
+++ new/configure.ac    2021-05-12 03:10:06.359178117 +0200
@@ -177,7 +177,7 @@
 AC_DEFUN([AX_CHECK_DOCBOOK], [
     XSLTPROC_FLAGS=--nonet
     DOCBOOK_ROOT=
-    for i in /usr/share/sgml/docbook/stylesheet/xsl/nwalsh 
/usr/share/xml/docbook/stylesheet/docbook-xs 
/usr/share/sgml/docbook/xsl-stylesheets/ /usr/local/share/xsl/docbook;
+    for i in /usr/share/xml/docbook/stylesheet/nwalsh/current 
/usr/share/sgml/docbook/stylesheet/xsl/nwalsh 
/usr/share/xml/docbook/stylesheet/docbook-xs 
/usr/share/sgml/docbook/xsl-stylesheets/ /usr/local/share/xsl/docbook;
     do
         if test -d "$i"; then
             DOCBOOK_ROOT=$i

Reply via email to