diff --git a/gparted-0.11.0.tar.bz2 b/gparted-0.11.0.tar.bz2 new file mode 100644 index 0000000..bcb7aae --- /dev/null +++ b/gparted-0.11.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee28bc8d169e50f39f244d4524801c3aaf76e0cbe34bdc856d033d61f25dcb4 +size 1661266 diff --git a/gparted-0.9.1.tar.bz2 b/gparted-0.9.1.tar.bz2 deleted file mode 100644 index 462d2eb..0000000 --- a/gparted-0.9.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1985db5ed9339f5213093338f2b032b052d956af8b9eb6064dcdfed28a5335d -size 1638438 diff --git a/gparted.changes b/gparted.changes index 586b92b..5b66934 100644 --- a/gparted.changes +++ b/gparted.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Jan 3 08:43:08 UTC 2012 - vuntz@opensuse.org + +- Update to version 0.11.0: + + Display ext2/3/4 unicode volume labels properly (bgo#662537) + + Display ntfs unicode volume labels properly (lp#614994) + + Fix FAT16/32 label displayed as uppercase (bgo#625337) + + Add labelling of btrfs file systems (bgo#663207) + + Fix btrfs volume label reading (bgo#663590) + + Enable XFS copy to new smaller partition (bgo#663806) + + Use newer btrfs multi-tool control command first (bgo#663884) + + Avoid redundant file system maximize actions (bgo#663980) + + Updated translations. + +------------------------------------------------------------------- +Mon Nov 7 09:44:57 UTC 2011 - dimstar@opensuse.org + +- Update to version 0.10.0: + + Merge overlapping operations (bgo#438573) + + Add ability to resize btrfs file systems (bgo#661715) + + Add detection of exfat file systems (bgo#639760) + + Fix compile error with older gcc (bgo#662174) + + Updated translations. + ------------------------------------------------------------------- Wed Sep 21 18:31:05 UTC 2011 - vuntz@opensuse.org diff --git a/gparted.spec b/gparted.spec index 8b1316d..a418b4c 100644 --- a/gparted.spec +++ b/gparted.spec @@ -1,21 +1,28 @@ # # spec file for package gparted # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: gparted -Version: 0.9.1 -Release: 1 -License: GPL v2 +Version: 0.11.0 +Release: 0 Summary: Gnome Partition Editor -Url: http://gparted.sourceforge.net/ +License: GPL-2.0 Group: System/Filesystems -Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.9.1/%{name}-%{version}.tar.bz2 +Url: http://gparted.sourceforge.net/ +Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.11.0/%{name}-%{version}.tar.bz2 BuildRequires: e2fsprogs-devel BuildRequires: fdupes BuildRequires: gcc-c++