1
0

Accepting request 160136 from home:dimstar:branches:GNOME:Factory

Update to 3.7.92

OBS-URL: https://build.opensuse.org/request/show/160136
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=180
This commit is contained in:
Dominique Leuenberger 2013-03-20 18:02:16 +00:00 committed by Git OBS Bridge
parent 05d76d0357
commit ae04d06133
5 changed files with 39 additions and 49 deletions

View File

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

View File

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

View File

@ -1,41 +0,0 @@
From 840b6826be4299a405259d16593f0e6860d8fd94 Mon Sep 17 00:00:00 2001
From: Jasper St. Pierre <jstpierre@mecheye.net>
Date: Thu, 28 Feb 2013 22:25:37 +0000
Subject: Fix gcc warnings
---
(limited to 'libgd/gd-header-bar.c')
diff --git a/libgd/gd-header-bar.c b/libgd/gd-header-bar.c
index c362ded..0d5fcec 100644
--- a/libgd/gd-header-bar.c
+++ b/libgd/gd-header-bar.c
@@ -19,6 +19,8 @@
#include "gd-header-bar.h"
+#include <string.h>
+
/* TODO
* - wm communication
*/
@@ -159,7 +161,6 @@ gd_header_bar_get_size (GtkWidget *widget,
GList *l;
gint nvis_children;
gint minimum, natural;
- gint padding;
GtkBorder css_borders;
minimum = natural = 0;
@@ -493,7 +494,7 @@ gd_header_bar_size_allocate (GtkWidget *widget,
i = nvis_children - 1;
}
- for (l; l != NULL; (packing == GTK_PACK_START) ? (l = l->next) : (l = l->prev))
+ for (; l != NULL; (packing == GTK_PACK_START) ? (l = l->next) : (l = l->prev))
{
child = l->data;
if (!gtk_widget_get_visible (child->widget))
--
cgit v0.9.1

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Tue Mar 19 19:52:48 UTC 2013 - dimstar@opensuse.org
- Update to version 3.7.92:
+ Online Accounts:
- Scroll to the account in question when it was requested from
an external application.
+ Printers:
- Ensure that all the types of printers are discovered.
+ Region:
- Make sure that engines we don't have locale information for
end up in the "Other" row.
- Prevent the window getting too tall with many input sources.
- Improve explanation when there are no input sources.
- Make sure the "None" input source row gets removed when
adding a new one.
- Display the current locale country in formats if the setting
is empty.
- Translate the restart notification in the target language.
- Fix possible crashes when leaving the panel.
- Only show a restart notification if strictly needed.
- Improve matching when searching language names with accents
or different case.
- Add separators to the language list and formats chooser.
- Use the "view-more-symbolic" icon instead of the
unclear "...".
- Ensure that labels are centered when adding the tick mark.
+ Shell:
- Fix resized back button depending on the panel selected.
+ User Accounts:
- Fix crash when changing the password.
- Fix empty panel when going back to it.
+ Updated translations.
- Drop gnome-control-center-libgd.patch: fixed upstream.
-------------------------------------------------------------------
Sun Mar 17 15:42:15 UTC 2013 - dimstar@opensuse.org

View File

@ -24,7 +24,7 @@
%define with_ibus 0
Name: gnome-control-center
Version: 3.7.91
Version: 3.7.92
Release: 0
# FIXME: in 12.3 and later, check if we still need patch2 (gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
Summary: The GNOME Control Center
@ -46,7 +46,6 @@ Patch15: gcc-private-connection.patch
Patch17: gnome-control-center-build.patch
# PATCH-FIX-UPSTREAM gnome-control-center-nma-nialog.patch dimstar@opensuse.org -- Fix includes. More complete rewrite already in git.
Patch18: gnome-control-center-nma-nialog.patch
Patch19: gnome-control-center-libgd.patch
BuildRequires: cups-devel
BuildRequires: desktop-file-utils
BuildRequires: fdupes
@ -165,9 +164,6 @@ translation-update-upstream
#patch15 -p1
%patch17 -p1
%patch18 -p1
(cd libgd
%patch19 -p1
)
%build
ACLOCAL_FLAGS="-I libgd" NOCONFIGURE=1 gnome-autogen.sh