Accepting request 113175 from GNOME:Apps

Update to 0.12.1 (forwarded request 113054 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/113175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gparted?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2012-04-12 07:24:57 +00:00 committed by Git OBS Bridge
parent 57be625346
commit fd8f3b607e
4 changed files with 30 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c2f4ac580f322abf5b028092a4316792e3f18ef4de4785c9d97fc9ad12d6a6d
size 1715113

3
gparted-0.12.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:220202d9375bdd123c8e2c57417fd03b5e3a8979afe2b7d49f2da47fba50e307
size 1789100

View File

@ -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

View File

@ -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++