commit xfsinfo for openSUSE:Factory

2022-10-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfsinfo for openSUSE:Factory checked 
in at 2022-10-22 14:13:29

Comparing /work/SRC/openSUSE:Factory/xfsinfo (Old)
 and  /work/SRC/openSUSE:Factory/.xfsinfo.new.2275 (New)


Package is "xfsinfo"

Sat Oct 22 14:13:29 2022 rev:11 rq:1030486 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/xfsinfo/xfsinfo.changes  2022-08-20 
20:29:28.261487124 +0200
+++ /work/SRC/openSUSE:Factory/.xfsinfo.new.2275/xfsinfo.changes
2022-10-22 14:14:03.252875522 +0200
@@ -1,0 +2,10 @@
+Sat Oct 22 08:11:51 UTC 2022 - Stefan Dirsch 
+
+- Update to version 1.0.7
+   gitlab CI: add a basic build test
+   Variable scope reductions as recommended by cppcheck
+   Mark usage() as _X_COLD
+   gitlab CI: stop requiring Signed-off-by in commits
+   Cleanup README.md
+
+---

Old:

  xfsinfo-1.0.6.tar.bz2
  xfsinfo-1.0.6.tar.bz2.sig

New:

  xfsinfo-1.0.7.tar.xz
  xfsinfo-1.0.7.tar.xz.sig



Other differences:
--
++ xfsinfo.spec ++
--- /var/tmp/diff_new_pack.j9DxGG/_old  2022-10-22 14:14:03.640876441 +0200
+++ /var/tmp/diff_new_pack.j9DxGG/_new  2022-10-22 14:14:03.644876451 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   xfsinfo
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:X font server information utility
 License:MIT
 Group:  System/X11/Utilities
 URL:https://xorg.freedesktop.org/
-Source0:
https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
-Source1:
https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2.sig
+Source0:
https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
+Source1:
https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz.sig
 Source2:%{name}.keyring
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libfs)


commit xfsinfo for openSUSE:Factory

2022-08-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfsinfo for openSUSE:Factory checked 
in at 2022-08-20 20:29:13

Comparing /work/SRC/openSUSE:Factory/xfsinfo (Old)
 and  /work/SRC/openSUSE:Factory/.xfsinfo.new.2083 (New)


Package is "xfsinfo"

Sat Aug 20 20:29:13 2022 rev:10 rq:998311 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/xfsinfo/xfsinfo.changes  2019-02-26 
22:19:37.742125181 +0100
+++ /work/SRC/openSUSE:Factory/.xfsinfo.new.2083/xfsinfo.changes
2022-08-20 20:29:28.261487124 +0200
@@ -1,0 +2,5 @@
+Thu Aug 11 08:19:34 UTC 2022 - Dirk M??ller 
+
+- modernize spec-file, move license to licensedir
+
+---



Other differences:
--
++ xfsinfo.spec ++
--- /var/tmp/diff_new_pack.8McSl5/_old  2022-08-20 20:29:28.673488267 +0200
+++ /var/tmp/diff_new_pack.8McSl5/_new  2022-08-20 20:29:28.677488278 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfsinfo
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -22,17 +22,16 @@
 Summary:X font server information utility
 License:MIT
 Group:  System/X11/Utilities
-Url:http://xorg.freedesktop.org/
-Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
-Source1:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2.sig
+URL:https://xorg.freedesktop.org/
+Source0:
https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+Source1:
https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2.sig
 Source2:%{name}.keyring
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libfs)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xproto) >= 7.0.17
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 <= 7.6
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 xfsinfo is a utility for displaying information about an X font
@@ -46,14 +45,14 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog COPYING README.md
+%license COPYING
+%doc ChangeLog README.md
 %{_bindir}/xfsinfo
 %{_mandir}/man1/xfsinfo.1%{?ext_man}