diff --git a/_service b/_service new file mode 100644 index 0000000..cefd73a --- /dev/null +++ b/_service @@ -0,0 +1,18 @@ + + + + git + https://github.com/lxde/lxsession.git + c72db4f8c06c2d6be6dcb13fad838f619f51f8a7 + @PARENT_TAG@+@TAG_OFFSET@ + (.*)\+0 + \1 + enable + + + + *.tar + xz + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..9dcd6d0 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/lxde/lxsession.git + c72db4f8c06c2d6be6dcb13fad838f619f51f8a7 \ No newline at end of file diff --git a/lxsession-0.5.5+56.obscpio b/lxsession-0.5.5+56.obscpio new file mode 100644 index 0000000..bb8a731 --- /dev/null +++ b/lxsession-0.5.5+56.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbe2088a0ae116ec6c67bdd6b7dd441442b761e834f52a5728a0197f2ff817a +size 2551820 diff --git a/lxsession-0.5.5.tar.xz b/lxsession-0.5.5.tar.xz deleted file mode 100644 index cb6854a..0000000 --- a/lxsession-0.5.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e43e0d9c033095559ab57c8821c2b84fea58009d267db1324d32dca8bd4dbb46 -size 422564 diff --git a/lxsession.changes b/lxsession.changes index 4455aba..5adf2f6 100644 --- a/lxsession.changes +++ b/lxsession.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 18 21:28:30 UTC 2024 - bjorn.lie@gmail.com + +- Update to version 0.5.5+56: + * Remove trailing whitespace in man pages + * Fix spelling and update man page + * Increase the required versions of GLib and GTK+ + * Update autogen.sh + * Remove the obsolete debian directory + * Remove the m4 directory + * Remove the comment about the order of checked screen lockers + * Fix description of the --enable-debug option + * Reduce the vala compiler version check to major and minor version + * Fix: support gcc14 -Werror=incompatible-pointer-types +- Switch to gitcheckout via source service. +- Pass NOCONFIGURE=1 ./autogen.sh, bootstrap build. + ------------------------------------------------------------------- Mon Sep 28 13:59:26 UTC 2020 - Callum Farmer diff --git a/lxsession.obsinfo b/lxsession.obsinfo new file mode 100644 index 0000000..9936da2 --- /dev/null +++ b/lxsession.obsinfo @@ -0,0 +1,4 @@ +name: lxsession +version: 0.5.5+56 +mtime: 1729370530 +commit: c72db4f8c06c2d6be6dcb13fad838f619f51f8a7 diff --git a/lxsession.spec b/lxsession.spec index 67f9ac6..25a4649 100644 --- a/lxsession.spec +++ b/lxsession.spec @@ -1,7 +1,7 @@ # # spec file for package lxsession # -# Copyright (c) 2020 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,13 @@ Name: lxsession -Version: 0.5.5 +Version: 0.5.5+56 Release: 0 Summary: LXDE Session Manager, required for running the desktop environment License: GPL-2.0-only Group: System/GUI/LXDE URL: http://www.lxde.org/ -Source0: https://sourceforge.net/projects/lxde/files/LXSession%20%28session%20manager%29/LXSession%200.5.x/%{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.xz BuildRequires: dbus-1-glib-devel BuildRequires: docbook-utils BuildRequires: docbook-xsl-stylesheets @@ -51,6 +51,7 @@ use when a user logs out and to restart them the next time the user logs in. %setup -q %build +NOCONFIGURE=1 ./autogen.sh %configure \ --enable-man %make_build