This commit is contained in:
Terje Rsten 2012-11-17 18:58:25 +01:00
parent 7bb6c1cdf7
commit 37b295acc3
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ gdisk-0.6.8.tgz
/gptfdisk-0.8.1.tar.gz /gptfdisk-0.8.1.tar.gz
/gptfdisk-0.8.2.tar.gz /gptfdisk-0.8.2.tar.gz
/gptfdisk-0.8.4.tar.gz /gptfdisk-0.8.4.tar.gz
/gptfdisk-0.8.5.tar.gz

View File

@ -1,7 +1,7 @@
Summary: An fdisk-like partitioning tool for GPT disks Summary: An fdisk-like partitioning tool for GPT disks
Name: gdisk Name: gdisk
Version: 0.8.4 Version: 0.8.5
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2 License: GPLv2
URL: http://www.rodsbooks.com/gdisk/ URL: http://www.rodsbooks.com/gdisk/
Group: System Environment/Base Group: System Environment/Base
@ -49,6 +49,9 @@ done
%{_mandir}/man8/fixparts.8* %{_mandir}/man8/fixparts.8*
%changelog %changelog
* Sat Nov 17 2012 Terje Rosten <terje.rosten@ntnu.no> - 0.8.5-1
- 0.8.5
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-2 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
fe3bfc0bf067091cfc5f3c992f8e2d4f gptfdisk-0.8.4.tar.gz fbff65ea54638a4cb37878f05c178c3a gptfdisk-0.8.5.tar.gz