SHA256
1
0
forked from pool/lxsession
Ana Guerrero 2024-11-19 21:20:07 +00:00 committed by Git OBS Bridge
commit f98c05b29a
7 changed files with 50 additions and 6 deletions

18
_service Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/lxde/lxsession.git</param>
<param name="revision">c72db4f8c06c2d6be6dcb13fad838f619f51f8a7</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual" />
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/lxde/lxsession.git</param>
<param name="changesrevision">c72db4f8c06c2d6be6dcb13fad838f619f51f8a7</param></service></servicedata>

View File

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

View File

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

View File

@ -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 <callumjfarmer13@gmail.com> Mon Sep 28 13:59:26 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

4
lxsession.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: lxsession
version: 0.5.5+56
mtime: 1729370530
commit: c72db4f8c06c2d6be6dcb13fad838f619f51f8a7

View File

@ -1,7 +1,7 @@
# #
# spec file for package lxsession # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: lxsession Name: lxsession
Version: 0.5.5 Version: 0.5.5+56
Release: 0 Release: 0
Summary: LXDE Session Manager, required for running the desktop environment Summary: LXDE Session Manager, required for running the desktop environment
License: GPL-2.0-only License: GPL-2.0-only
Group: System/GUI/LXDE Group: System/GUI/LXDE
URL: http://www.lxde.org/ 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: dbus-1-glib-devel
BuildRequires: docbook-utils BuildRequires: docbook-utils
BuildRequires: docbook-xsl-stylesheets 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 %setup -q
%build %build
NOCONFIGURE=1 ./autogen.sh
%configure \ %configure \
--enable-man --enable-man
%make_build %make_build