2 Commits

Author SHA256 Message Date
a6e5dce5ab Accepting request 1278430 from X11:XOrg
- Update to version 1.0.8
  * gitlab CI: stop requiring Signed-off-by in commits
  * meson: Add option to build with meson
  * Accept --help & --version as aliases to -help & -version
  * Improve man page formatting
  * man pages: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
- switched to meson build

OBS-URL: https://build.opensuse.org/request/show/1278430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/smproxy?expand=0&rev=8
2025-05-20 07:39:18 +00:00
62bf12bce6 - Update to version 1.0.8
* gitlab CI: stop requiring Signed-off-by in commits
  * meson: Add option to build with meson
  * Accept --help & --version as aliases to -help & -version
  * Improve man page formatting
  * man pages: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
- switched to meson build

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/smproxy?expand=0&rev=8
2025-05-19 18:25:32 +00:00
4 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4aa99237cc9dab7d87ce9bc7cca4116674a853b5f08dfe3f9db1bb2b2cf9f305
size 129044

3
smproxy-1.0.8.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fee584eae2ec1ce2d178d72d3b484920271ba68a27935769cefbafbc3a2ff6c8
size 133180

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon May 19 18:21:57 UTC 2025 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.0.8
* gitlab CI: stop requiring Signed-off-by in commits
* meson: Add option to build with meson
* Accept --help & --version as aliases to -help & -version
* Improve man page formatting
* man pages: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
- switched to meson build
-------------------------------------------------------------------
Sat Oct 15 17:11:59 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package smproxy
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 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: smproxy
Version: 1.0.7
Version: 1.0.8
Release: 0
Summary: X Session Manager Proxy
License: MIT
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(ice)
BuildRequires: pkgconfig(sm)
@@ -42,15 +43,16 @@ management to participate in an X11R6 session.
%setup -q
%build
%configure
make %{?_smp_mflags}
%meson
%meson_build
%install
%make_install
%meson_install
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README.md
%doc ChangeLog README.md
%license COPYING
%{_bindir}/smproxy
%{_mandir}/man1/smproxy.1%{?ext_man}