SHA256
1
0
forked from pool/xfconf
Dominique Leuenberger 2022-12-25 14:14:36 +00:00 committed by Git OBS Bridge
parent 5cfeb13938
commit 183a9337cc
4 changed files with 19 additions and 11 deletions

View File

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

3
xfconf-4.18.0.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Dec 18 13:12:34 UTC 2022 - Maurizio Galli <maurizio.galli@suse.com>
- Update to version 4.18.0
* Bump requirements for Xfce 4.18
* xfconf: Prevent Use-After-Free in GClosureNotify
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 8 11:54:44 UTC 2021 - Maurizio Galli <maurizio.galli@gmail.com> Fri Jan 8 11:54:44 UTC 2021 - Maurizio Galli <maurizio.galli@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package xfconf # spec file for package xfconf
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 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
@ -24,13 +24,13 @@
%define libname libxfconf-0-3 %define libname libxfconf-0-3
Name: xfconf Name: xfconf
Version: 4.16.0 Version: 4.18.0
Release: 0 Release: 0
Summary: Simple Configuration Storage for Xfce Summary: Simple Configuration Storage for Xfce
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: System/GUI/XFCE Group: System/GUI/XFCE
URL: https://docs.xfce.org/xfce/xfconf/start URL: https://docs.xfce.org/xfce/xfconf/start
Source0: https://archive.xfce.org/src/xfce/xfconf/4.16/%{name}-%{version}.tar.bz2 Source0: https://archive.xfce.org/src/xfce/xfconf/4.18/%{name}-%{version}.tar.bz2
Source1: xfconf-query.1 Source1: xfconf-query.1
Source100: %{name}-rpmlintrc Source100: %{name}-rpmlintrc
BuildRequires: intltool BuildRequires: intltool
@ -40,14 +40,14 @@ BuildRequires: perl(ExtUtils::PkgConfig)
BuildRequires: perl(Glib) BuildRequires: perl(Glib)
BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gio-2.0) >= 2.66.0
BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(gio-unix-2.0) >= 2.66.0
BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gmodule-2.0)
BuildRequires: pkgconfig(gobject-2.0) >= 2.42.0 BuildRequires: pkgconfig(gobject-2.0) >= 2.66.0
BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gthread-2.0) >= 2.42.0 BuildRequires: pkgconfig(gthread-2.0) >= 2.66.0
BuildRequires: pkgconfig(gtk-doc) BuildRequires: pkgconfig(gtk-doc)
BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.14 BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.17.3
BuildRequires: pkgconfig(vapigen) BuildRequires: pkgconfig(vapigen)
%if %{with git} %if %{with git}
BuildRequires: xfce4-dev-tools BuildRequires: xfce4-dev-tools
@ -89,6 +89,7 @@ Group: System/Libraries
GObject introspection bindings for Xfconf GObject introspection bindings for Xfconf
# this should be replaced by %%lang_package once bnc#513786 is resolved # this should be replaced by %%lang_package once bnc#513786 is resolved
%package lang %package lang
Summary: Languages for package %{name} Summary: Languages for package %{name}
Group: System/Localization Group: System/Localization