Accepting request 429117 from GNOME:Factory
New stable (forwarded request 428806 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/429117 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-desktop?expand=0&rev=132
This commit is contained in:
commit
c1b99572d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:492c2da7aa8c3a8b65796e8171fc8f0dfb5d322dd2799c0d76392e1fb061e2b2
|
||||
size 1093172
|
3
gnome-desktop-3.22.0.tar.xz
Normal file
3
gnome-desktop-3.22.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cff36ccd8d0a62177a4c1513ec70d13ead3b84fdc208ba54199cf7616f05644d
|
||||
size 1073364
|
@ -1,26 +0,0 @@
|
||||
From 838b67ef580a02f9c5e32d691a212d5d571bc88a Mon Sep 17 00:00:00 2001
|
||||
From: Federico Mena Quintero <federico@gnome.org>
|
||||
Date: Mon, 4 May 2015 14:55:23 -0500
|
||||
Subject: pnp-ids: Add LAP -> BenQ to pnp.ids
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=748914
|
||||
---
|
||||
libgnome-desktop/pnp.ids | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/libgnome-desktop/pnp.ids b/libgnome-desktop/pnp.ids
|
||||
index 297c3a9..5e8984c 100644
|
||||
--- a/libgnome-desktop/pnp.ids
|
||||
+++ b/libgnome-desktop/pnp.ids
|
||||
@@ -1095,6 +1095,7 @@ LAC LaCie
|
||||
LAF Microline
|
||||
LAG Laguna Systems
|
||||
LAN Sodeman Lancom Inc
|
||||
+LAP BenQ
|
||||
LAS LASAT Comm. A/S
|
||||
LAV Lava Computer MFG Inc
|
||||
LBO Lubosoft
|
||||
--
|
||||
cgit v0.12
|
||||
|
||||
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 19:27:01 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.22.0:
|
||||
+ No changes, pure versionbump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 16:21:25 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.92:
|
||||
+ Fix a crash on non-udev platforms (bgo#770686).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 16 18:49:35 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.90:
|
||||
+ No changes, pure versionbump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 23 20:18:16 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.4:
|
||||
+ Use udev's hwdb to query PNP IDs (--disable-udev to disable
|
||||
this).
|
||||
+ Remove dependencies on xrandr and xext.
|
||||
- Following upstream changes, remove pkgconfig(xext) and
|
||||
pkgconfig(xrandr) and add pkgconfig(libudev) BuildRequires.
|
||||
- Drop gnome-desktop-bnc896687-benq-pnp-id.patch: Not needed
|
||||
anymore since the switch to udev's hwdb.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 19:52:08 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.3:
|
||||
+ Updated translations.
|
||||
- Drop gnome-about obsoletes: gnome-about have not been around
|
||||
since before GNOME 3.0, it's about time we drop it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 28 21:34:15 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.21.2:
|
||||
+ Add API to know if a GnomeRRMode is interlaced.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 26 14:25:12 CDT 2016 - federico@suse.com
|
||||
|
||||
|
@ -19,16 +19,14 @@
|
||||
%define IS_DEFAULT_GNOME_DESKTOP 1
|
||||
|
||||
Name: gnome-desktop
|
||||
Version: 3.20.2
|
||||
Version: 3.22.0
|
||||
Release: 0
|
||||
Summary: The GNOME Desktop API Library
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-desktop/3.20/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-desktop/3.22/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM gnome-desktop-bnc896687-benq-pnp-id.patch bsc#896687 bgo#748914 federico@suse.com -- Add identifier for BenQ displays
|
||||
Patch1: gnome-desktop-bnc896687-benq-pnp-id.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
@ -39,11 +37,10 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.5.91
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.6
|
||||
BuildRequires: pkgconfig(iso-codes)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xext) >= 1.1
|
||||
BuildRequires: pkgconfig(xkbfile)
|
||||
BuildRequires: pkgconfig(xkeyboard-config)
|
||||
BuildRequires: pkgconfig(xrandr) >= 1.3
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gtk-doc
|
||||
@ -58,9 +55,6 @@ This package contains the desktop-wide files.
|
||||
%package -n gnome-version
|
||||
Summary: GNOME version
|
||||
Group: System/GUI/GNOME
|
||||
%if %IS_DEFAULT_GNOME_DESKTOP
|
||||
Obsoletes: gnome-about < %{version}
|
||||
%endif
|
||||
|
||||
%description -n gnome-version
|
||||
This package contains information on the version of GNOME that is installed.
|
||||
@ -128,7 +122,6 @@ reasons.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
translation-update-upstream
|
||||
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
@ -174,7 +167,6 @@ rm -rf %{buildroot}
|
||||
%doc %{_datadir}/help/C/fdl/
|
||||
%doc %{_datadir}/help/C/gpl/
|
||||
%doc %{_datadir}/help/C/lgpl/
|
||||
%{_datadir}/libgnome-desktop-3.0/
|
||||
%{_libexecdir}/gnome-rr-debug
|
||||
|
||||
%files -n typelib-1_0-GnomeDesktop-3_0
|
||||
|
Loading…
Reference in New Issue
Block a user