Accepting request 708015 from devel:openSUSE:Factory:Apps
OBS-URL: https://build.opensuse.org/request/show/708015 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gparted?expand=0&rev=45
This commit is contained in:
commit
f30269f83c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5023b8c983f88a22e65bf6f09a12ea09369defc008981b52ee8b96a3879f81d6
|
||||
size 3917056
|
Binary file not shown.
3
gparted-1.0.0.tar.gz
Normal file
3
gparted-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e48b8b07c0e024a7050711fdd01f8276fe99fa546de8668f73e2f82d0bb2bb55
|
||||
size 3980258
|
BIN
gparted-1.0.0.tar.gz.sig
Normal file
BIN
gparted-1.0.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 05 19:29:19 UTC 2019 - enzokiel@kabelmail.de
|
||||
|
||||
- Update to version 1.0.0:
|
||||
+ Key changes include:
|
||||
- Port to Gtkmm 3
|
||||
- Port to GNOME 3 yelp-tools documentation infrastructure
|
||||
- Enable online resizing of extended partitions
|
||||
- Add F2FS support for read disk usage, grow, and check
|
||||
- Fix slow refreshing of NTFS file systems
|
||||
+ Bug Fixes
|
||||
- Port to Gtkmm 3 (#7, !9)
|
||||
- Increase minimums to libparted 2.2 and glibmm 2.32 (!22)
|
||||
- Enable online resizing of extended partitions (!23)
|
||||
- Port to GNOME 3 yelp-tools documentation infrastructure (!24)
|
||||
- Remove support for btrfs-progs < 3.12 (!26)
|
||||
- Set title of Resize/Move dialog for an extended partition
|
||||
(#44, !28)
|
||||
- Add F2FS support for read disk usage, grow, and check (!29)
|
||||
- Replace String::ucompose() with Glibmm equivalent (#46, !31)
|
||||
- Always show menu images (!32)
|
||||
- Save partition layout to gparted_details.htm (bgo#639176)
|
||||
- Could not stat device /dev/mapper/No RAID disks - No such
|
||||
file (bgo#786031)
|
||||
- File include/Partition.h: performance problem (bgo#788813)
|
||||
- File include/HBoxOperations.h: performance problem
|
||||
(bgo#788814)
|
||||
- Display more version and configuration information (!34)
|
||||
- After GTK3 port icons are too big on KDE (#39, !35)
|
||||
- Set partition type when clearing partition contents (!36)
|
||||
- Fix slow refreshing of NTFS file systems (#47, !37)
|
||||
- Fix minor issues with File System Support rescanning (!38)
|
||||
- Modern Gtk3 - part 1 (!25)
|
||||
- Improve partition information mount status formatting (#52)
|
||||
- Request natural width in Gtk::ScrolledWindows for
|
||||
Gtk >= 3.22 (!39)
|
||||
- Limit wrapping Gtk::Labels (!40)
|
||||
- NTFS Resize results in Partition Information Warning on
|
||||
Refresh (#57, !42)
|
||||
+ Updated translations.
|
||||
+ Dependencies (new/updated)
|
||||
- gtkmm >= 3.4.0
|
||||
- glibmm >= 2.32
|
||||
- libparted >= 2.2
|
||||
- yelp-tools
|
||||
+ Dependencies (no longer needed)
|
||||
- gnome-doc-utils
|
||||
- rarian
|
||||
- rarian-compat
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 15 05:48:40 UTC 2018 - sean@suspend.net
|
||||
|
||||
|
25
gparted.spec
25
gparted.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gparted
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gparted
|
||||
Version: 0.33.0
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Gnome Partition Editor
|
||||
License: GPL-2.0
|
||||
@ -30,9 +30,7 @@ Source99: %{name}.keyring
|
||||
BuildRequires: e2fsprogs-devel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: parted-devel
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: polkit
|
||||
BuildRequires: scrollkeeper
|
||||
@ -40,10 +38,12 @@ BuildRequires: scrollkeeper
|
||||
BuildRequires: translation-update-upstream
|
||||
%endif
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: xfsprogs-devel
|
||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.14.0
|
||||
BuildRequires: pkgconfig(gtkmm-2.4) >= 2.16.0
|
||||
BuildRequires: pkgconfig(glibmm-2.4) >= 2.32
|
||||
BuildRequires: pkgconfig(gtkmm-3.0) >= 3.4.0
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(libparted) >= 2.2
|
||||
BuildRequires: pkgconfig(sigc++-2.0) >= 2.5.1
|
||||
Requires: btrfsprogs >= 4.1
|
||||
Requires: cryptsetup
|
||||
@ -98,7 +98,8 @@ rm %{buildroot}%{_datadir}/polkit-1/actions/org.gnome.%{name}.policy
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README ChangeLog AUTHORS NEWS COPYING
|
||||
%doc README ChangeLog AUTHORS NEWS
|
||||
%license COPYING
|
||||
%{_bindir}/%{name}
|
||||
%{_sbindir}/%{name}bin
|
||||
%{_mandir}/man8/%{name}.8.gz
|
||||
@ -109,12 +110,10 @@ rm %{buildroot}%{_datadir}/polkit-1/actions/org.gnome.%{name}.policy
|
||||
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||
%{_datadir}/polkit-1/actions/org.opensuse.policykit.%{name}.policy
|
||||
#{_datadir}/polkit-1/actions/org.gnome.%%{name}.policy
|
||||
%dir %{_datadir}/gnome
|
||||
%dir %{_datadir}/gnome/help
|
||||
%dir %{_datadir}/gnome/help/%{name}
|
||||
%doc %{_datadir}/gnome/help/%{name}/C/
|
||||
%dir %{_datadir}/omf
|
||||
%doc %{_datadir}/omf/%{name}/%{name}-C.omf
|
||||
%{_datadir}/help/C/%{name}/index.docbook
|
||||
%{_datadir}/help/C/%{name}/figures/gparted_window.png
|
||||
%dir %{_datadir}/help/C/%{name}
|
||||
%dir %{_datadir}/help/C/%{name}/figures
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user