rpms/perl-AnyEvent-XMPP/devel AnyEvent-XMPP-0.51-timezone.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 import.log, 1.1, 1.2 perl-AnyEvent-XMPP.spec, 1.3, 1.4 sources, 1.2, 1.3

Allisson Azevedo allisson at fedoraproject.org
Fri Jan 15 18:39:23 UTC 2010


Author: allisson

Update of /cvs/pkgs/rpms/perl-AnyEvent-XMPP/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20566/devel

Modified Files:
	.cvsignore import.log perl-AnyEvent-XMPP.spec sources 
Added Files:
	AnyEvent-XMPP-0.51-timezone.patch 
Log Message:

Update to 0.51.


AnyEvent-XMPP-0.51-timezone.patch:
 datetime.t |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

--- NEW FILE AnyEvent-XMPP-0.51-timezone.patch ---
diff -up AnyEvent-XMPP-0.51/t/datetime.t.timezone AnyEvent-XMPP-0.51/t/datetime.t
--- AnyEvent-XMPP-0.51/t/datetime.t.timezone	2010-01-15 15:05:53.445075937 -0300
+++ AnyEvent-XMPP-0.51/t/datetime.t	2010-01-15 15:29:39.019829885 -0300
@@ -1,6 +1,6 @@
 #!perl
 use strict;
-use Test::More tests => 22;
+use Test::More tests => 21;
 use AnyEvent::XMPP::Util qw/from_xmpp_datetime to_xmpp_datetime to_xmpp_time
                            xmpp_datetime_as_timestamp/;
 
@@ -27,9 +27,6 @@ is (1*$year,  107, "old format year");
 ok ((not defined $tz)     , "no tz defined");
 ok ((not defined $secfrac), "no secfrac defined");
 
-my $ts = xmpp_datetime_as_timestamp ("20070730T18:51:40-02:10");
-is ($ts, '1185813700', "timestamp is UTC located");
-
 # new format
 ($sec, $min, $hour, $mday, $mon, $year, $tz, $secfrac)
    = from_xmpp_datetime ("03:02:01.123+01:10");


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	28 Feb 2009 23:54:53 -0000	1.2
+++ .cvsignore	15 Jan 2010 18:39:23 -0000	1.3
@@ -1 +1 @@
-AnyEvent-XMPP-0.4.tar.gz
+AnyEvent-XMPP-0.51.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	28 Feb 2009 23:54:53 -0000	1.1
+++ import.log	15 Jan 2010 18:39:23 -0000	1.2
@@ -1 +1,2 @@
 perl-AnyEvent-XMPP-0_4-1_fc10:HEAD:perl-AnyEvent-XMPP-0.4-1.fc10.src.rpm:1235865238
+perl-AnyEvent-XMPP-0_51-1_fc12:HEAD:perl-AnyEvent-XMPP-0.51-1.fc12.src.rpm:1263580596


Index: perl-AnyEvent-XMPP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/devel/perl-AnyEvent-XMPP.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- perl-AnyEvent-XMPP.spec	7 Dec 2009 14:34:16 -0000	1.3
+++ perl-AnyEvent-XMPP.spec	15 Jan 2010 18:39:23 -0000	1.4
@@ -1,11 +1,12 @@
 Name:           perl-AnyEvent-XMPP
-Version:        0.4
-Release:        3%{?dist}
+Version:        0.51
+Release:        1%{?dist}
 Summary:        Implementation of the XMPP Protocol
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/AnyEvent-XMPP/
 Source0:        http://www.cpan.org/authors/id/E/EL/ELMEX/AnyEvent-XMPP-%{version}.tar.gz
+Patch0:         AnyEvent-XMPP-0.51-timezone.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(AnyEvent)
@@ -27,6 +28,7 @@ AnyEvent::XMPP - An implementation of th
 
 %prep
 %setup -q -n AnyEvent-XMPP-%{version}
+%patch0 -p1 -b .timezone
 
 # Filter requires
 cat << \EOF > %{name}-req
@@ -103,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 15 2010 Allisson Azevedo <allisson at gmail.com> - 0.51-1
+- Update to 0.51
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.4-3
 - rebuild against perl 5.10.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-AnyEvent-XMPP/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	28 Feb 2009 23:54:53 -0000	1.2
+++ sources	15 Jan 2010 18:39:23 -0000	1.3
@@ -1 +1 @@
-6c25cb47a603f48b81b76f5a20394fcd  AnyEvent-XMPP-0.4.tar.gz
+d867d4a756c034cd36933dbd61ec1ad0  AnyEvent-XMPP-0.51.tar.gz




More information about the perl-devel mailing list