Ana Guerrero 2025-01-16 17:31:19 +00:00 committed by Git OBS Bridge
commit e895711a50
6 changed files with 41 additions and 11 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://gitlab.gnome.org/GNOME/gnome-color-manager.git</param>
<param name="revision">3.36.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">disable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

BIN
gnome-color-manager-3.36.0.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 14 19:23:21 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.36.2:
+ Remove forgotten libcanberra include
+ Set prgname to application ID
+ Update appdata
+ Updated translations.
- Switch to source service for tarball/sources.
- Drop obsolete update-desktop-files BuildRequires and macros.
- Drop pkgconfig(libcanberra-gtk3) BuildRequires following upstream
changes.
-------------------------------------------------------------------
Thu Sep 16 01:36:47 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>

View File

@ -0,0 +1,4 @@
name: gnome-color-manager
version: 3.36.2
mtime: 1736867808
commit: cfe28549c178d6b62d9825c9b00eb183c6591c22

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-color-manager
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2010 Luis Medinas, Portugal
#
# All modifications and additions to the file contributed by third parties
@ -18,25 +18,23 @@
Name: gnome-color-manager
Version: 3.36.0
Version: 3.36.2
Release: 0
Summary: Color management tools for GNOME
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: https://gitlab.gnome.org/GNOME/gnome-color-manager
Source: https://download.gnome.org/sources/gnome-color-manager/3.36/%{name}-%{version}.tar.xz
Source: %{name}-%{version}.tar.zst
BuildRequires: docbook-utils-minimal
BuildRequires: libtiff-devel
BuildRequires: meson >= 0.46.0
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: yelp-tools
BuildRequires: pkgconfig(colord) >= 1.3.1
BuildRequires: pkgconfig(glib-2.0) >= 2.31.10
BuildRequires: pkgconfig(gtk+-3.0) >= 2.91.0
BuildRequires: pkgconfig(lcms2) >= 2.2
BuildRequires: pkgconfig(libcanberra-gtk3)
Requires: colord
Requires: colord-color-profiles
# We only recommend PackageKit - knowing that some features are not available if not present
@ -62,9 +60,6 @@ install and generate color profiles in the GNOME desktop.
%install
%meson_install
%suse_update_desktop_file gcm-import
%suse_update_desktop_file gcm-picker
%suse_update_desktop_file org.gnome.ColorProfileViewer HardwareSettings
%find_lang %{name} %{?no_lang_C}
%files