rpms/perl-Alien-wxWidgets/FC-5 .cvsignore, 1.2, 1.3 perl-Alien-wxWidgets.spec, 1.3, 1.4 sources, 1.2, 1.3 Alien-wxWidgets-0.21-Any_wx_config.pm.patch, 1.1, NONE

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Tue Oct 3 20:10:34 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-Alien-wxWidgets/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13785

Modified Files:
	.cvsignore perl-Alien-wxWidgets.spec sources 
Removed Files:
	Alien-wxWidgets-0.21-Any_wx_config.pm.patch 
Log Message:
- Update to 0.22.
- Avoid creation of the debuginfo package (#209180).
- Dropped patch Alien-wxWidgets-0.21-Any_wx_config.pm.patch
  (http://rt.cpan.org/Public/Bug/Display.html?id=21854).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	26 Sep 2006 09:34:31 -0000	1.2
+++ .cvsignore	3 Oct 2006 20:10:34 -0000	1.3
@@ -1 +1 @@
-Alien-wxWidgets-0.21.tar.gz
+Alien-wxWidgets-0.22.tar.gz


Index: perl-Alien-wxWidgets.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-5/perl-Alien-wxWidgets.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-Alien-wxWidgets.spec	1 Oct 2006 01:48:42 -0000	1.3
+++ perl-Alien-wxWidgets.spec	3 Oct 2006 20:10:34 -0000	1.4
@@ -1,21 +1,23 @@
 Name:           perl-Alien-wxWidgets
-Version:        0.21
-Release:        3%{?dist}
+Version:        0.22
+Release:        1%{?dist}
 Summary:        Building, finding and using wxWidgets binaries
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/Alien-wxWidgets/
 Source0:        http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz
-Patch0:         Alien-wxWidgets-0.21-Any_wx_config.pm.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  wxGTK-devel
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Module::Pluggable)
 BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%define debug_package %{nil}
+
 %description
 "Alien::wxWidgets" can be used to detect and get configuration
 settings from an installed wxWidgets.
@@ -23,7 +25,6 @@
 
 %prep
 %setup -q -n Alien-wxWidgets-%{version}
-%patch0 -p1
 
 
 %build
@@ -53,6 +54,12 @@
 
 
 %changelog
+* Tue Oct  3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-1
+- Update to 0.22.
+- Avoid creation of the debuginfo package (#209180).
+- Dropped patch Alien-wxWidgets-0.21-Any_wx_config.pm.patch
+  (http://rt.cpan.org/Public/Bug/Display.html?id=21854).
+
 * Sun Oct  1 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-3
 - Patch to add /usr/lib64 to the library search path.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Alien-wxWidgets/FC-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 Sep 2006 09:34:31 -0000	1.2
+++ sources	3 Oct 2006 20:10:34 -0000	1.3
@@ -1 +1 @@
-6975385d6e4d4d58c5d589c2a7077d23  Alien-wxWidgets-0.21.tar.gz
+98de414f8d378170ede6cf96a0e2f73e  Alien-wxWidgets-0.22.tar.gz


--- Alien-wxWidgets-0.21-Any_wx_config.pm.patch DELETED ---




More information about the scm-commits mailing list