Accepting request 211932 from GNOME:Apps
Update to version 0.17.0 OBS-URL: https://build.opensuse.org/request/show/211932 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gparted?expand=0&rev=22
This commit is contained in:
parent
bd7a24341e
commit
e6f4815edc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc8fd3c5c2153c063bd2fdbfb54e525b72e2ceb8d060f8bb60e3386bb6f35d72
|
||||
size 2046838
|
3
gparted-0.17.0.tar.bz2
Normal file
3
gparted-0.17.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81ab2114569c9692b7dfea62b320b333b832dd595faffdb67b3321606bc6fbc3
|
||||
size 2070007
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 15 18:32:41 UTC 2013 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.17.0:
|
||||
+ Add support for online resize, requires patched version of
|
||||
libparted, kernel >= 3.6, and a config flag.
|
||||
+ Recognize Linux Swap Suspend and Software RAID partitions.
|
||||
+ Fix busy detection for Linux Software RAID and extended
|
||||
partitions.
|
||||
+ Fix systemctl runtime mask to prevent automounting partitions.
|
||||
+ Bugs fixed: bgo#694622, bgo#708107, bgo#709276, bgo#708378,
|
||||
bgo#652044, bgo#709640, bgo#712633, bgo#705596, bgo#711114,
|
||||
bgo#709164.
|
||||
+ Updated translations.
|
||||
- Intentionally not pass --enable-online-resize to configure, as
|
||||
we do not ship the patched libparted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 15:31:01 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,14 @@
|
||||
|
||||
|
||||
Name: gparted
|
||||
Version: 0.16.2
|
||||
## FIXME: Once we have a new enough libparted, pass --enable-online-resize to configure.
|
||||
Version: 0.17.0
|
||||
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.16.2/%{name}-%{version}.tar.bz2
|
||||
Source0: http://downloads.sourceforge.net/project/gparted/gparted/gparted-0.17.0/%{name}-%{version}.tar.bz2
|
||||
Source1: gparted.policy
|
||||
BuildRequires: e2fsprogs-devel
|
||||
BuildRequires: fdupes
|
||||
@ -97,6 +98,8 @@ rm -rf %{buildroot}
|
||||
%{_sbindir}/gparted
|
||||
%{_sbindir}/gpartedbin
|
||||
%{_mandir}/man8/gparted.8.gz
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/%{name}.appdata.xml
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/icons/hicolor/*x*/apps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
|
Loading…
Reference in New Issue
Block a user