Accepting request 98923 from GNOME:Apps

Pushing G:A

OBS-URL: https://build.opensuse.org/request/show/98923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gparted?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2012-01-05 18:12:30 +00:00 committed by Git OBS Bridge
parent 3fd8c9d2cc
commit a1c301af49
4 changed files with 42 additions and 11 deletions

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

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

View File

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

View File

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

View File

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