Accepting request 105104 from GNOME:Factory
Pushing most G:F bits OBS-URL: https://build.opensuse.org/request/show/105104 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=71
This commit is contained in:
commit
af65931fd9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df1646832c6741e52ea666ad094d1dbb44b51febb3f8ea45cf138a7f0fd8859c
|
||||
size 4310236
|
3
gnome-control-center-3.3.5.tar.xz
Normal file
3
gnome-control-center-3.3.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5af440ea2f37eb4144252df978d6bb8718dae6fafce1520606a368251773d9aa
|
||||
size 4327376
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 19:22:46 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.5:
|
||||
+ Shell:
|
||||
- Unblur the all-settings button icon
|
||||
+ Brightness & Lock:
|
||||
- Renamed from Screen
|
||||
+ Date & Time:
|
||||
- Use the timedated D-Bus service
|
||||
+ Keyboard:
|
||||
- Add support for new screenshot shortcuts
|
||||
- Remove use of italics for sliders
|
||||
+ Mouse:
|
||||
- Remove use of italics for sliders
|
||||
+ Network:
|
||||
- Only show flight mode toggle when there are wireless devices
|
||||
+ Printers:
|
||||
- Update list of print jobs in a better place
|
||||
+ Screen:
|
||||
- Rename to Brightness & Lock
|
||||
+ Sound:
|
||||
- Fix wheel scrolling not working for right balance
|
||||
+ Universal access:
|
||||
- Add configuration dialogue for zoom options
|
||||
+ User accounts:
|
||||
- Use cheese init functions
|
||||
+ Wacom:
|
||||
- Calibrate tablet on the screen it's attached to
|
||||
- Update and add missing stylus artwork
|
||||
- Fix incorrect page numbering
|
||||
- Hide cursor during calibration
|
||||
- Fix Scroll Up/Down actions being inverted
|
||||
- Add link to the Display Settings
|
||||
- Fix 1-button stylus button mapping
|
||||
- Remove use of italics for sliders
|
||||
- Plenty of layout fixes
|
||||
- Remove xz BuildRequires now that it comes for free in the build
|
||||
system.
|
||||
- Remove pkgconfig(clutter-gst-1.0) and pkgconfig(dbus-1)
|
||||
BuildRequires: those dependencies are gone now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 18 17:51:57 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -29,30 +29,26 @@ BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(cheese-gtk)
|
||||
BuildRequires: pkgconfig(clutter-gst-1.0)
|
||||
BuildRequires: pkgconfig(cheese-gtk) >= 3.3.5
|
||||
BuildRequires: pkgconfig(colord)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
BuildRequires: pkgconfig(goa-backend-1.0)
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
|
||||
BuildRequires: pkgconfig(gnome-bluetooth-1.0) >= 3.3.4
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.1.91
|
||||
BuildRequires: pkgconfig(gnome-settings-daemon) >= 3.3.4
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
BuildRequires: pkgconfig(goa-backend-1.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
|
||||
BuildRequires: pkgconfig(gstreamer-0.10)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.5
|
||||
BuildRequires: pkgconfig(iso-codes)
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(libgnome-menu-3.0)
|
||||
BuildRequires: pkgconfig(libgnomekbd)
|
||||
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
|
||||
@ -63,10 +59,10 @@ BuildRequires: pkgconfig(libsocialweb-client)
|
||||
%if %{with_systemd}
|
||||
BuildRequires: pkgconfig(libsystemd-login)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libwacom) >= 0.2
|
||||
BuildRequires: pkgconfig(libwacom) >= 0.3
|
||||
BuildRequires: pkgconfig(libxklavier)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.97
|
||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
|
||||
BuildRequires: pkgconfig(upower-glib)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcursor)
|
||||
@ -74,7 +70,7 @@ BuildRequires: pkgconfig(xft)
|
||||
BuildRequires: pkgconfig(xi) >= 1.2
|
||||
Obsoletes: fontilus themus acme
|
||||
Provides: fontilus themus acme
|
||||
Version: 3.3.4.1
|
||||
Version: 3.3.5
|
||||
Release: 0
|
||||
# FIXME: in 12.2 and later, check if we still need patch2 (gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
|
||||
Summary: The GNOME Control Center
|
||||
@ -237,6 +233,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gnome-control-center/
|
||||
%{_datadir}/icons/hicolor/*/*/*.png
|
||||
%{_datadir}/icons/hicolor/*/*/*.svg
|
||||
%{_datadir}/polkit-1/actions/org.gnome.controlcenter.datetime.policy
|
||||
%dir %{_datadir}/sounds/gnome
|
||||
%dir %{_datadir}/sounds/gnome/default
|
||||
%dir %{_datadir}/sounds/gnome/default/alerts
|
||||
|
Loading…
Reference in New Issue
Block a user