diff --git a/gnome-control-center-3.3.92.tar.xz b/gnome-control-center-3.3.92.tar.xz deleted file mode 100644 index 1706931..0000000 --- a/gnome-control-center-3.3.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe5c9e4e065bc2988096a6eaba53f0d9bd760e198c05c71d5c9316f73d892cfb -size 4278596 diff --git a/gnome-control-center-3.4.0.tar.xz b/gnome-control-center-3.4.0.tar.xz new file mode 100644 index 0000000..1f556e1 --- /dev/null +++ b/gnome-control-center-3.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09dafad9afbb6e01bd29dd9186e990545ad58ede3873ba7eff7009c6ffddb254 +size 4304764 diff --git a/gnome-control-center.changes b/gnome-control-center.changes index 9a8a702..acc7b7b 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 26 17:37:25 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.4.0: + + Network: + - Fix a crash by disconnecting idle sources + + Printers: + - Fix crash in actualize_printers_list + + Updated translations. + ------------------------------------------------------------------- Mon Mar 19 21:00:38 UTC 2012 - zaitor@opensuse.org diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 46ffe35..0d81942 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.3.92 +Version: 3.4.0 Release: 0 # FIXME: change /usr/bin/glxinfo to Recommends to real package name, and to Requires, once we know which package name to use (see bnc#748373) # FIXME: in 12.2 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.3/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-control-center/3.4/%{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)