[anaconda] - Rework the reclaim dialog to have a resize slider. (clumens) - g_type_init call is no longer neede

Brian C. Lane bcl at fedoraproject.org
Tue Jan 15 01:41:23 UTC 2013


commit d42da82d1bfe3b46f91a5965ec5833eac93dd798
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Jan 14 17:41:15 2013 -0800

    - Rework the reclaim dialog to have a resize slider. (clumens)
    - g_type_init call is no longer needed (bcl)

 .gitignore    |    1 +
 anaconda.spec |    6 +++++-
 sources       |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a09819b..a1a45a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@ anaconda-15.2.tar.bz2
 /anaconda-18.38.tar.bz2
 /anaconda-18.39.tar.bz2
 /anaconda-18.40.tar.bz2
+/anaconda-19.1.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 294b6fc..5648c27 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 18.40
+Version: 19.1
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -303,6 +303,10 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Mon Jan 14 2013 Brian C. Lane <bcl at redhat.com> - 19.1-1
+- Rework the reclaim dialog to have a resize slider. (clumens)
+- g_type_init call is no longer needed (bcl)
+
 * Fri Jan 11 2013 Brian C. Lane <bcl at redhat.com> - 18.40-1
 - Prepare structures to save spoke completenes for firstboot and GIE (msivak)
 - Do not call exit at the end of GUI interface, just quit the main loop
diff --git a/sources b/sources
index 61aab8e..2e55bd4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-749c1f9c6419e83640bf62a3ca71f6b3  anaconda-18.40.tar.bz2
+e00036f1c5afd4f7155965ddcf81c554  anaconda-19.1.tar.bz2


More information about the scm-commits mailing list