[wxGlade] Cleanup (first stage)

Christopher Meng cicku at fedoraproject.org
Fri Feb 27 09:57:34 UTC 2015


commit c3db7808b61f17d4e7696f47af968599501e48c6
Author: Christopher Meng <i at cicku.me>
Date:   Fri Feb 27 17:57:04 2015 +0800

    Cleanup (first stage)

 .gitignore      |  1 +
 sources         |  2 +-
 wxGlade.spec    | 11 ++++++++---
 wxglade.desktop |  2 --
 4 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f8cfbff..602da36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 wxGlade-0.6.3tip20100625.tar.gz
 /wxGlade-0.6.8.tar.gz
+/wxGlade-0.7.0.tar.gz
diff --git a/sources b/sources
index 0d3f36d..c0b394b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-414dd5ac69dae665f1dd4f9f8ea36a98  wxGlade-0.6.8.tar.gz
+f86d0313f2fe9bc5223da15c8caf5f8e  wxGlade-0.7.0.tar.gz
diff --git a/wxGlade.spec b/wxGlade.spec
index 45c99c7..e816d0f 100644
--- a/wxGlade.spec
+++ b/wxGlade.spec
@@ -1,6 +1,6 @@
 Name:           wxGlade
-Version:        0.6.8
-Release:        2%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        A wxWidgets/wxPython/wxPerl GUI designer
 License:        MIT
 URL:            http://wxglade.sourceforge.net
@@ -19,6 +19,8 @@ toolkit wxPython, that helps you create wxWidgets/wxPython user
 interfaces. At the moment it can generate Python, C++, Perl and XRC
 (wxWidgets' XML resources) code.
 
+From wxGlade 0.7.0 it only supports wxPython >= 2.8 and Python <= 2.7.
+
 %prep
 %setup -q
 
@@ -29,7 +31,7 @@ interfaces. At the moment it can generate Python, C++, Perl and XRC
 %{__python2} setup.py install --prefix=%{_prefix} -O1 --skip-build --root=%{buildroot}
 
 # Let's handle docs by ourselves.
-rm -rf %{buildroot}%{_datadir}/doc/wxglade
+rm -frv %{buildroot}%{_datadir}/doc/wxglade
 
 # Install desktop related entries
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{S:1}
@@ -58,6 +60,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python2_sitelib}/%{name}-%{version}-py%{python2_version}.egg-info
 
 %changelog
+* Wed Jan 21 2015 Christopher Meng <rpm at cicku.me> - 0.7.0-1
+- Update to 0.7.0
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/wxglade.desktop b/wxglade.desktop
index 94143f5..eac9225 100644
--- a/wxglade.desktop
+++ b/wxglade.desktop
@@ -1,5 +1,4 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=wxGlade
 Comment=A wxWidgets/wxPython/wxPerl GUI designer
 Exec=wxglade
@@ -8,4 +7,3 @@ Type=Application
 Icon=wxglade
 StartupNotify=true
 Categories=Development;
-


More information about the scm-commits mailing list