forked from pool/gucharmap
Accepting request 1115906 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1115906 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gucharmap?expand=0&rev=106
This commit is contained in:
commit
c65ada575d
20
_service
20
_service
@ -1,15 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gucharmap.git</param>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">15.0.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gucharmap.git</param>
|
||||
<param name="revision">refs/tags/15.1.1</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="set_version" mode="disabled"/>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gucharmap.git</param>
|
||||
<param name="changesrevision">367f957574e7d7277839e7dfc3de6890937c4e2a</param></service></servicedata>
|
||||
<param name="changesrevision">a9a153ce73f0bf20d599d733b4a75f3b5e00fa79</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:617b9681c06349fd036e091f42e7235dbdb2c7a1af6114cae555fbdcf2a601d9
|
||||
size 2098334
|
3
gucharmap-15.1.1.obscpio
Normal file
3
gucharmap-15.1.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49b969487c0f05b93daf2d2a6c919910dedf983ca4d6aae6aa539ac44ad244f2
|
||||
size 6659597
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 04 22:02:15 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 15.1.1:
|
||||
+ DOAP: Remove defunct mailing list; add Discourse
|
||||
+ unicode: Update to version 15.1.0
|
||||
+ unicode: i18n update for 15.1.0
|
||||
+ metainfo: Add launchable info
|
||||
+ Updated translations.
|
||||
- Update source service to current standard.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 02 14:29:41 UTC 2023 - dimstar@opensuse.org
|
||||
|
||||
|
4
gucharmap.obsinfo
Normal file
4
gucharmap.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: gucharmap
|
||||
version: 15.1.1
|
||||
mtime: 1694866052
|
||||
commit: a9a153ce73f0bf20d599d733b4a75f3b5e00fa79
|
@ -21,13 +21,13 @@
|
||||
%define so_gucharmap 7
|
||||
%define pc_api 2.90
|
||||
Name: gucharmap
|
||||
Version: 15.0.4
|
||||
Version: 15.1.1
|
||||
Release: 0
|
||||
Summary: A Featureful Unicode Character Map
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://wiki.gnome.org/Apps/Gucharmap
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: appdata-tools
|
||||
BuildRequires: fdupes
|
||||
@ -38,7 +38,7 @@ BuildRequires: gtk3-devel >= 3.4.0
|
||||
BuildRequires: intltool
|
||||
BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: unicode-ucd >= 14.0
|
||||
BuildRequires: unicode-ucd >= 15.1.0
|
||||
BuildRequires: unicode-ucd-unihan
|
||||
BuildRequires: unzip
|
||||
BuildRequires: update-desktop-files
|
||||
|
Loading…
x
Reference in New Issue
Block a user