Accepting request 86338 from GNOME:Factory

Small cleanup (forwarded request 86165 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/86338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=64
This commit is contained in:
Lars Vogdt 2011-10-05 09:08:28 +00:00 committed by Git OBS Bridge
commit 4d5f41160c
4 changed files with 91 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,86 @@
-------------------------------------------------------------------
Mon Oct 3 07:36:56 UTC 2011 - vuntz@opensuse.org
- Remove usage of %mime_database_{post,postun} macros as there is
no MIME definition installed.
- Do not pass --disable-update-mimedb to configure since it's not
useful anymore.
-------------------------------------------------------------------
Mon Sep 26 19:41:43 UTC 2011 - vuntz@opensuse.org
- Update to version 3.2.0:
+ System info:
- Don't crash when systemd isn't used (bgo#659367)
- Don't warn if PackageKit isn't around
- Continue on filesystem query info (bgo#654563)
+ Wacom:
- Show "stand-by" page when Wacom not available (bgo#657424)
+ Updated translations.
-------------------------------------------------------------------
Tue Sep 20 08:32:23 UTC 2011 - vuntz@opensuse.org
- Update to version 3.1.92:
+ Color:
- Fix help links for gnome-help 3.1*
- Don't assert if the user double clicks the delete profile
button
- Fix spawning of gcm-viewer
- Do not allow the user to choose profiles owned by other users
- Do not allow the user to set default a profile they cannot
access
- Disable 'View details' button if gcm-viewer is not installed
- Escape profile titles that have markup in the titles
(bgo#659127)
- Pack the left and right button groups into two GtkBox
containers (bgo#659273)
+ Common:
- Add a way for panels to receive additional arguments
(bgo#657093)
- Bump GTK+ deps
- Tell the actual required version for NM
+ Display:
- Remove duplicate/unused translations
+ Info:
- Don't warn when the hostname is empty
- Do fallback correctly when reading hostnames
- Split the hostname setting
+ Keyboard:
- Link directly to the layouts page
+ Network:
- Show wireless dialogs when asked (bgo#657093)
- Fix memleak when argv changes
- A segfault was introduced when assigning to args (bgo#658670)
- Bind HTTP host entry to the 'host' setting in GSettings
+ Printers:
- Match lower-case properly
+ Region:
- Add ability to switch pages
- Fix display of layouts on the system tab
- Only offer to copy settings if they are different
+ Screen:
- Don't fill up the space
- Fix resulting top-padding (bgo#657606)
- Remove indent on "Turn off..." label
+ Shell:
- Replace window sizing code (bgo#658068)
+ Sound:
- Put the level bar at 0 when muting (bgo#644537)
- Allow switching tabs from the command-line
+ Universal access:
- Fix sensitivity of keyboard a11y (bgo#649452)
- Add context for text sizes (bgo#645729)
- Set contrast combo on startup (bgo#658990)
+ User accounts:
- Hide old message when enrolling
+ Wacom:
- Add a left-handed switch (bgo#657810)
- Improve alignment of lines and widgets (bgo#657425)
- Make string as translatable
+ Updated translations.
- Add pkgconfig(libnm-gtk) BuildRequires: new dependency.
-------------------------------------------------------------------
Tue Sep 6 21:47:12 UTC 2011 - vuntz@opensuse.org

View File

@ -40,7 +40,7 @@ BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(gnome-settings-daemon) >= 2.91.94
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(gstreamer-0.10)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.1.19
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libgnomekbd)
@ -48,6 +48,7 @@ BuildRequires: pkgconfig(libgnomekbdui)
BuildRequires: pkgconfig(libgnome-menu-3.0)
BuildRequires: pkgconfig(libgtop-2.0)
BuildRequires: pkgconfig(libnm-glib) >= 0.8.992
BuildRequires: pkgconfig(libnm-gtk) >= 0.8.992
BuildRequires: pkgconfig(libnotify) >= 0.7.3
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libpulse-mainloop-glib)
@ -63,10 +64,10 @@ License: GPLv2+
Group: System/GUI/GNOME
Obsoletes: fontilus themus acme
Provides: fontilus themus acme
Version: 3.1.91
Version: 3.2.0
Release: 1
Summary: The GNOME Control Center
Source: http://download.gnome.org/sources/gnome-control-center/3.1/%{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/gnome-control-center/3.2/%{name}-%{version}.tar.bz2
# PATCH-NEEDS-REBASE gnome-control-center-system-proxy-configuration.patch -- this needs to be reimplemented to be more distro-generic before submitting upstream - docs at http://en.opensuse.org/GNOME/Proxy_configuration (was PATCH-FEATURE-OPENSUSE)
Patch14: gnome-control-center-system-proxy-configuration.patch
Url: http://www.gnome.org
@ -140,8 +141,7 @@ translation-update-upstream
--with-libsocialweb\
--disable-static\
--disable-scrollkeeper\
--disable-maintainer-mode\
--disable-update-mimedb
--disable-maintainer-mode
make %{?jobs:-j%jobs} V=1
%install
@ -149,7 +149,6 @@ make %{?jobs:-j%jobs} V=1
%if 0%{?suse_version} <= 1120
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
%endif
rm -f %{buildroot}%{_datadir}/applications/mimeinfo.cache
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name}-2.0 %{?no_lang_C}
%find_lang %{name}-2.0-timezones %{name}-2.0.lang
@ -185,13 +184,11 @@ rm -rf $RPM_BUILD_ROOT
%glib2_gsettings_schema_post
%desktop_database_post
%icon_theme_cache_post
%mime_database_post
%postun
%glib2_gsettings_schema_postun
%desktop_database_postun
%icon_theme_cache_postun
%mime_database_postun
%post -n libgnome-control-center1 -p /sbin/ldconfig