diff --git a/gnome-control-center-3.5.92.tar.xz b/gnome-control-center-3.5.92.tar.xz deleted file mode 100644 index f244b53..0000000 --- a/gnome-control-center-3.5.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a247551c86972c4ed24bfccbd1b77d7b72226213d08513e4396795a3b792568c -size 4787184 diff --git a/gnome-control-center-3.6.0.tar.xz b/gnome-control-center-3.6.0.tar.xz new file mode 100644 index 0000000..e067676 --- /dev/null +++ b/gnome-control-center-3.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d58d0ccc3defe622f66f4ce8e1229e443f4f57c58f85eecde12b642b8a8e893 +size 4803664 diff --git a/gnome-control-center.changes b/gnome-control-center.changes index 9fd2c49..01f5352 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Sep 25 14:36:45 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.0: + + Network: + - Make connecting to Enterprise WPA Wi-Fi networks work again. + + Region: + - Jump directly to the correct shortcuts section when following + the link. + + Shell: + - Fix broken panels when launching the same one twice + + User Accounts: + - Don't ask for the old password when none is set. + ------------------------------------------------------------------- Mon Sep 17 19:52:45 UTC 2012 - zaitor@opensuse.org diff --git a/gnome-control-center.spec b/gnome-control-center.spec index b250e3d..3d5ae4a 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -21,7 +21,7 @@ %define with_systemd 0 Name: gnome-control-center -Version: 3.5.92 +Version: 3.6.0 Release: 0 # FIXME: stop owning %%{_datadir}/polkit-1/rules.d once polkit >= 0.106 is in (should be soon-ish, end of 09/2012) # FIXME: in 12.3 and later, check if we still need patch2 (gnome-control-center-hide-region-system-tab.patch) (see bnc#703833) @@ -29,7 +29,7 @@ Summary: The GNOME Control Center License: GPL-2.0+ Group: System/GUI/GNOME Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-control-center/3.5/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-control-center/3.6/%{name}-%{version}.tar.xz # PATCH-FEATURE-OPENSUSE gnome-control-center-allow-yast-in-shell.patch vuntz@opensuse.org -- Allow the launch of the yast shell from the g-c-c shell; it's quite ugly, but on the other hand, we don't want to change the behavior of the shell except for yast... Patch0: gnome-control-center-allow-yast-in-shell.patch # PATCH-HACK-OPENSUSE gnome-control-center-hide-region-system-tab.patch vuntz@opensuse.org -- Hide system tab in region panel until we really use the right files for system settings (see bnc#703833)