SHA256
1
0
forked from pool/xdg-utils

Accepting request 1167539 from X11:common:Factory

- Update to version 1.2.1:
  * Better shellcheck tooling
  * Use 1.2.99 for the Version in the development branch while
    not releasing.
  * Update ChangeLog
  * Adapt the script the places the _MANUALPAGE and _USAGE
    sections to handle the new quotes
  * Quote all _MANUALPAGE and _USAGE openers to interpret them
    as literals
  * Made slightly misleading command example easier to
    understand. (Hopefully)

  * xdg-mime: Added a secutity note on xdg-mime default to warn against confusing
  * all: Fix config.status warning about ignored --datarootdir setting
  * xdg-mime: Create a generic implementation for KDE
  * xdg-mime: Improve synopsis
  * xdg-desk-menu: Check if defaults file exists during installation
- Add support-deepin-desktop.patch
- boo#1004321 desktop files with a - are still valid, issue in
- boo#959912 Introduce LXQt support, renamed
  bfo#93231
- add fix-enlightenment-support.patch
- added xdg-utils-1.0.2-bnc591714.patch to fix bnc#591714
- added LXDE support
   * SVG icons are not supported but doc still mentioned SVG
   * xdg-email can now be used without any e-mail address
- fix xdg-su outside KDE/GNOME (#309164)
- fix xdg-su for XFCE (#304753)
  * Non-ascii mailto URI handling of xdg-email on non-UTF8 locales
- Initial package (TP1)

OBS-URL: https://build.opensuse.org/request/show/1167539
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xdg-utils?expand=0&rev=63
This commit is contained in:
Ana Guerrero 2024-04-15 18:14:16 +00:00 committed by Git OBS Bridge
commit 7128c0bf35
8 changed files with 43 additions and 53 deletions

View File

@ -1,17 +0,0 @@
<services>
<service mode="manual" name="obs_scm">
<param name="url">https://gitlab.freedesktop.org/xdg/xdg-utils.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">xdg-utils</param>
<param name="versionformat">1.2.0+%cd</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="manual" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

View File

@ -1,4 +0,0 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.freedesktop.org/xdg/xdg-utils.git</param>
<param name="changesrevision">af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9</param></service></servicedata>

View File

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

View File

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

3
xdg-utils-v1.2.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 13 09:52:36 UTC 2024 - christophe@krop.fr
- Update to version 1.2.1:
* Better shellcheck tooling
* Use 1.2.99 for the Version in the development branch while
not releasing.
* Update ChangeLog
* Adapt the script the places the _MANUALPAGE and _USAGE
sections to handle the new quotes
* Quote all _MANUALPAGE and _USAGE openers to interpret them
as literals
* Made slightly misleading command example easier to
understand. (Hopefully)
-------------------------------------------------------------------
Thu Feb 01 09:48:12 UTC 2024 - sflees@suse.de

View File

@ -1,4 +1,4 @@
name: xdg-utils
version: 1.2.0+20240130
mtime: 1706610281
commit: af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9
version: 1.2.1+20240208
mtime: 1707369507
commit: 54b6c1e4da163598c8e903978a29b543f97b0cda

View File

@ -17,14 +17,13 @@
Name: xdg-utils
Version: 1.2.0+20240130
Version: 1.2.1
Release: 0
Summary: Utilities to uniformly interface desktop environments
License: MIT
Group: System/GUI/Other
URL: https://www.freedesktop.org/wiki/Software/xdg-utils/
# http://portland.freedesktop.org/download/xdg-utils-%%{version}.tar.gz
Source: xdg-utils-%{version}.tar.xz
Source: https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v%{version}/xdg-utils-v%{version}.tar.gz
# PATCH-FEATURE-OPENSUSE install-some-more-scripts.diff jslaby@suse.cz
Patch0: install-some-more-scripts.diff
BuildRequires: make
@ -55,7 +54,7 @@ This means that:
environment.
%prep
%autosetup -p1
%autosetup -p1 -n %{name}-v%{version}
%build
%configure