diff --git a/gparted-0.12.0.tar.bz2 b/gparted-0.12.0.tar.bz2 deleted file mode 100644 index b92d6f2..0000000 --- a/gparted-0.12.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c2f4ac580f322abf5b028092a4316792e3f18ef4de4785c9d97fc9ad12d6a6d -size 1715113 diff --git a/gparted-0.12.1.tar.bz2 b/gparted-0.12.1.tar.bz2 new file mode 100644 index 0000000..eb10ddf --- /dev/null +++ b/gparted-0.12.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220202d9375bdd123c8e2c57417fd03b5e3a8979afe2b7d49f2da47fba50e307 +size 1789100 diff --git a/gparted.changes b/gparted.changes index b952af5..15597fb 100644 --- a/gparted.changes +++ b/gparted.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Apr 10 06:17:09 UTC 2012 - vuntz@opensuse.org + +- Update to version 0.12.1: + + Enable minimal file system resize API (FAT and HFS* only) + (bgo#668281) + + Properly handle more than 15 partitions on a disk (bgo#632345) + + Ensure space for EBR when resizing Extended partition + (bgo#664050) + + Improve reiser4 file system uuid reading method + + Fix uninitialised read when pasting into an existing partition + (bgo#672654) + + Fix for FS size & flags becoming unknown after change UUID + (bgo#673245) and fix for FS flags becoming unknown after change + label + + Fix attempt data rescue fail to open read-only view + (bgo#673246) + + Add requested partition details to log if resize/move fails + + Use cached method first to read UUID to shorten device scan + time + + Rework Align to MiB adjustments to end sector of partition + + Ensure Align to MiB does not overlap following partition + (bgo#661744) + + Updated translations. + ------------------------------------------------------------------- Thu Feb 23 17:32:25 UTC 2012 - vuntz@opensuse.org diff --git a/gparted.spec b/gparted.spec index 745b93f..7a906da 100644 --- a/gparted.spec +++ b/gparted.spec @@ -17,13 +17,13 @@ Name: gparted -Version: 0.12.0 +Version: 0.12.1 Release: 0 Summary: Gnome Partition Editor License: GPL-2.0 Group: System/Filesystems Url: http://gparted.sourceforge.net/ -Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.12.0/%{name}-%{version}.tar.bz2 +Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.12.1/%{name}-%{version}.tar.bz2 BuildRequires: e2fsprogs-devel BuildRequires: fdupes BuildRequires: gcc-c++