summaryrefslogtreecommitdiff
path: root/current.spec
diff options
context:
space:
mode:
authorRod Smith <rodsmith@rodsbooks.com>2017-07-27 21:59:14 -0400
committerRod Smith <rodsmith@rodsbooks.com>2017-07-27 21:59:14 -0400
commitf1f6236fb44392bfe5673bc3889a2b17b1696b90 (patch)
treeff9f7c2adbb485e0490ce6f35fae72829296e866 /current.spec
parenteed1122809cb7c509e808c1e76853af23f8652c8 (diff)
downloadsgdisk-f1f6236fb44392bfe5673bc3889a2b17b1696b90.tar.gz
Fixed a major bug that caused improper partition tables to be created.
Version 1.0.3 release.
Diffstat (limited to 'current.spec')
-rw-r--r--current.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/current.spec b/current.spec
index 25f2333..b16fbad 100644
--- a/current.spec
+++ b/current.spec
@@ -1,12 +1,12 @@
Summary: GPT partitioning and MBR repair software
Name: gptfdisk
-Version: 1.0.2
+Version: 1.0.3
Release: 1%{?dist}
License: GPLv2
URL: http://www.rodsbooks.com/gdisk
Group: Applications/System
-Source: http://www.rodsbooks.com/gdisk/gptfdisk-1.0.2.tar.gz
+Source: http://www.rodsbooks.com/gdisk/gptfdisk-1.0.3.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%description
@@ -81,5 +81,5 @@ provides a few additional partition manipulation features.
%changelog
-* Wed Jul 26 2017 R Smith <rodsmith@rodsbooks.com> - 1.0.2
-- Created spec file for 1.0.2 release
+* Thu Jul 27 2017 R Smith <rodsmith@rodsbooks.com> - 1.0.3
+- Created spec file for 1.0.3 release