rpms/wxGlade/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wxGlade.spec, 1.4, 1.5 wxglade-0.5-docs_path.patch, 1.1, NONE

ZC Miao (hellwolf) fedora-extras-commits at redhat.com
Sat Nov 24 15:34:12 UTC 2007


Author: hellwolf

Update of /cvs/pkgs/rpms/wxGlade/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19456

Modified Files:
	.cvsignore sources wxGlade.spec 
Removed Files:
	wxglade-0.5-docs_path.patch 
Log Message:
update to 0.6.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wxGlade/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	16 Apr 2007 06:25:08 -0000	1.2
+++ .cvsignore	24 Nov 2007 15:33:39 -0000	1.3
@@ -1 +1,2 @@
 wxGlade-0.5.tar.gz
+wxGlade-0.6.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wxGlade/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 Apr 2007 06:25:08 -0000	1.2
+++ sources	24 Nov 2007 15:33:39 -0000	1.3
@@ -1 +1,2 @@
 705855ef251053bd6b032bc5667cea19  wxGlade-0.5.tar.gz
+2594cbbe6609119b803c1e0d38ad9289  wxGlade-0.6.1.tar.gz


Index: wxGlade.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wxGlade/devel/wxGlade.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wxGlade.spec	19 Jul 2007 01:05:57 -0000	1.4
+++ wxGlade.spec	24 Nov 2007 15:33:39 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: 	A wxWidgets/wxPython/wxPerl GUI designer
 Name: 		wxGlade
-Version: 	0.5
-Release: 6%{?dist}
+Version: 	0.6.1
+Release: 1%{?dist}
 Source0: 	http://downloads.sourceforge.net/wxglade/%{name}-%{version}.tar.gz
 Source1:    wxglade.desktop
 Source2:    wxglade.png
@@ -14,9 +14,6 @@
 Requires: 	python >= 2.2
 Requires: 	wxPython >= 2.6
 
-# bug 248795
-Patch10: wxglade-0.5-docs_path.patch
-
 %description
 wxGlade is a GUI designer written in Python with the popular GUI
 toolkit wxPython, that helps you create wxWidgets/wxPython user
@@ -25,7 +22,6 @@
 
 %prep
 %setup -q
-%patch10 -p0 -b .docs_path
 
 
 %build
@@ -67,6 +63,9 @@
 install -m 755 -d $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
 install -m 644 -p %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/32x32/apps
 
+# docs symlink
+ln -s %{_docdir}/%{name}-%{version}/docs $RPM_BUILD_ROOT%{_datadir}/%{name}/docs
+
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
 %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
@@ -90,6 +89,10 @@
 
 
 %changelog
+* Sat Nov 24 2007 ZC Miao <hellwolf.misty at gmail.com> - 0.6.1-1
+- update to 0.6.1
+- remove docs path patch, add a docs symlink instead
+
 * Thu Jul 19 2007 ZC Miao <hellwolf.misty at gmail.com> - 0.5-6
 - 248795 , patch for launch help docs correctly
 


--- wxglade-0.5-docs_path.patch DELETED ---




More information about the fedora-extras-commits mailing list