Hello community,
here is the log from the commit of package perl-Email-Date-Format for
openSUSE:Factory checked in at 2013-08-05 20:49:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-Date-Format (Old)
and /work/SRC/openSUSE:Factory/.perl-Email-Date-Format.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Email-Date-Format"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Email-Date-Format/perl-Email-Date-Format.changes
2011-11-21 12:39:30.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Email-Date-Format.new/perl-Email-Date-Format.changes
2013-08-05 20:49:41.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Aug 4 15:29:14 UTC 2013 - [email protected]
+
+- updated to 1.003
+ new repo, new bugtracker
+
+-------------------------------------------------------------------
Old:
----
Email-Date-Format-1.002.tar.gz
New:
----
Email-Date-Format-1.003.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Email-Date-Format.spec ++++++
--- /var/tmp/diff_new_pack.dZxaQi/_old 2013-08-05 20:49:41.000000000 +0200
+++ /var/tmp/diff_new_pack.dZxaQi/_new 2013-08-05 20:49:41.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Email-Date-Format
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,43 +15,30 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
-%bcond_with pod
Name: perl-Email-Date-Format
+Version: 1.003
+Release: 0
%define cpan_name Email-Date-Format
Summary: Produce RFC 2822 date strings
-Version: 1.002
-Release: 12
-License: GPL-1.0+ or Artistic-1.0
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Email-Date-Format/
-#Source:
http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-1.002.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
-%if %{with pod}
-BuildRequires: perl(Test::Pod) >= 1.14
-BuildRequires: perl(Test::Pod::Coverage) >= 1.08
-%endif
-BuildRequires: perl(Test::More) >= 0.47
-BuildRequires: perl(Time::Local)
-Requires: perl(Time::Local)
+BuildRequires: perl(Capture::Tiny)
+BuildRequires: perl(Test::More) >= 0.96
+#BuildRequires: perl(Email::Date::Format)
+%{perl_requires}
%description
This module provides a simple means for generating an RFC 2822 compliant
datetime string. (In case you care, they're not RFC 822 dates, because they
use a four digit year, which is not allowed in RFC 822.)
-Authors:
---------
- Ricardo SIGNES, <[email protected]_>.
- Adapted from Email::Date, by Casey West.
-
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -64,24 +51,11 @@
%install
%perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version} > 1130
%perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
%perl_gen_filelist
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
%files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
%doc Changes LICENSE README
%changelog
++++++ Email-Date-Format-1.002.tar.gz -> Email-Date-Format-1.003.tar.gz ++++++
++++ 1739 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]