commit appres for openSUSE:Factory

2024-06-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package appres for openSUSE:Factory checked 
in at 2024-06-17 19:30:06

Comparing /work/SRC/openSUSE:Factory/appres (Old)
 and  /work/SRC/openSUSE:Factory/.appres.new.19518 (New)


Package is "appres"

Mon Jun 17 19:30:06 2024 rev:10 rq:1181188 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/appres/appres.changes2022-04-03 
21:36:26.556256071 +0200
+++ /work/SRC/openSUSE:Factory/.appres.new.19518/appres.changes 2024-06-17 
19:30:30.320472881 +0200
@@ -1,0 +2,11 @@
+Sun Jun 16 18:21:07 UTC 2024 - Stefan Dirsch 
+
+- Update to version 1.0.7
+  * This release includes support for building with meson as well as autoconf.
+Please test building with meson and report any issues you hit to our
+gitlab issue tracker at:
+https://gitlab.freedesktop.org/xorg/app/appres/-/issues
+as we plan on removing the autoconf build support in a future release.
+- switched to meson build
+
+---

Old:

  appres-1.0.6.tar.xz

New:

  appres-1.0.7.tar.xz



Other differences:
--
++ appres.spec ++
--- /var/tmp/diff_new_pack.BU8irG/_old  2024-06-17 19:30:30.832491620 +0200
+++ /var/tmp/diff_new_pack.BU8irG/_new  2024-06-17 19:30:30.836491767 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package appres
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   appres
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:Utility to list the resource database of an X application
 License:X11
 Group:  System/X11/Utilities
 URL:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
+BuildRequires:  meson
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
@@ -43,11 +44,11 @@
 %setup -q
 
 %build
-%configure
-make %{?_smp_mflags}
+%{meson}
+%{meson_build}
 
 %install
-%make_install
+%{meson_install}
 
 %files
 %defattr(-,root,root)

++ appres-1.0.6.tar.xz -> appres-1.0.7.tar.xz ++
 6778 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/appres-1.0.6/ChangeLog new/appres-1.0.7/ChangeLog
--- old/appres-1.0.6/ChangeLog  2022-04-03 20:57:35.0 +0200
+++ new/appres-1.0.7/ChangeLog  2024-06-16 19:38:23.0 +0200
@@ -1,3 +1,49 @@
+commit 07075bda9cd863fa10f47993271dbe7e6e256d71
+Author: Alan Coopersmith 
+Date:   Sun Jun 16 10:32:47 2024 -0700
+
+appres 1.0.7
+
+Signed-off-by: Alan Coopersmith 
+Part-of: 

+
+commit b297a7738a02b3fb7a8842e054c4068195038c38
+Author: Alan Coopersmith 
+Date:   Sun Apr 7 13:58:13 2024 -0700
+
+meson: Add a meson build system
+
+Signed-off-by: Alan Coopersmith 
+Part-of: 

+
+commit 2b5316265c5ce6c7dbd8f726826d5d5a7385febd
+Author: Alan Coopersmith 
+Date:   Sun Apr 7 12:53:58 2024 -0700
+
+configure: use @-style substitutions for man pages instead of __-style
+
+Moves substitution of variables from Makefile.am to configure.ac
+in preparation for allowing meson.build to do the same.
+
+Signed-off-by: Alan Coopersmith 
+Part-of: 

+
+commit 888aece87c0af4e0b326d4d92fcc079f249a7f73
+Author: Alan Coopersmith 
+Date:   Thu Feb 9 12:25:47 2023 -0800
+
+Accept -help, -version, & -V without requiring display to open
+
+Signed-off-by: Alan Coopersmith 
+
+commit 163ba88d2d98369df78c2700b634cf62012f8c31
+Author: Alan Coopersmith 
+Date:   Thu Jul 28 17:30:21 2022 -0700
+
+gitlab CI: stop requiring Signed-off-by in commits
+
+Signed-off-by: Alan Coopersmith 
+
 commit 55db329c8363e6ca969c27652f0da714364065bd
 Author: Alan Coopersmith 
 Date:   Sun Apr 3 11:54:44 2022 -0700
@@ -467,7 +513,7 @@
 Use sed to fill in variables in man page
 
 commit 61d84d9c527921b252706b251ce29caac4eb5ad4
-Author: Kristian Høgsberg  
+Author: Kristian Høgsberg 
 Date:   Fri Sep 23 20:34:52 2005 +
 
 Add some 

commit appres for openSUSE:Factory

2022-04-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package appres for openSUSE:Factory checked 
in at 2022-04-03 21:36:25

Comparing /work/SRC/openSUSE:Factory/appres (Old)
 and  /work/SRC/openSUSE:Factory/.appres.new.1900 (New)


Package is "appres"

Sun Apr  3 21:36:25 2022 rev:9 rq:966685 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/appres/appres.changes2018-03-07 
10:35:09.953421812 +0100
+++ /work/SRC/openSUSE:Factory/.appres.new.1900/appres.changes  2022-04-03 
21:36:26.556256071 +0200
@@ -1,0 +2,6 @@
+Sun Apr  3 19:02:12 UTC 2022 - Stefan Dirsch 
+
+- Update to version 1.0.6
+  * bugfix release 
+
+---

Old:

  appres-1.0.5.tar.bz2

New:

  appres-1.0.6.tar.xz



Other differences:
--
++ appres.spec ++
--- /var/tmp/diff_new_pack.vfRQSC/_old  2022-04-03 21:36:26.928252022 +0200
+++ /var/tmp/diff_new_pack.vfRQSC/_new  2022-04-03 21:36:26.932251979 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package appres
 #
-# Copyright (c) 2018 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,18 +12,18 @@
 # 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:   appres
-Version:1.0.5
+Version:1.0.6
 Release:0
 Summary:Utility to list the resource database of an X application
 License:X11
 Group:  System/X11/Utilities
-Url:http://xorg.freedesktop.org/
-Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+URL:http://xorg.freedesktop.org/
+Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
@@ -51,7 +51,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README
+%doc AUTHORS ChangeLog COPYING
 %{_bindir}/appres
 %{_mandir}/man1/appres.1%{?ext_man}