Accepting request 295851 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/295851 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Message?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
9cef93c403
commit
a226c30475
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c4c79badb742e48007b0783aa03f7a1fef9d2fd00bcd5e4ae815493b25746c2a
|
|
||||||
size 17892
|
|
3
Data-Message-1.104.tar.gz
Normal file
3
Data-Message-1.104.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0af00b8e22d4a8fb897c6c1773b0930f1bc29298b070fcfa7de12abba96a5257
|
||||||
|
size 21000
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 19:26:14 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.104
|
||||||
|
see /usr/share/doc/packages/perl-Data-Message/Changes
|
||||||
|
|
||||||
|
1.104 2013-12-13 08:29:53 America/New_York
|
||||||
|
- update bugtracker and repo links
|
||||||
|
- update test file to use UTF-8, to keep life simpler
|
||||||
|
|
||||||
|
1.103 2013-07-05 21:53:58 America/New_York
|
||||||
|
update bug tracker, repackage
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 14 08:06:23 UTC 2011 - coolo@opensuse.org
|
Thu Apr 14 08:06:23 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Data-Message (Version 1.012)
|
# spec file for package perl-Data-Message
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,27 +15,29 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Data-Message
|
Name: perl-Data-Message
|
||||||
Version: 1.012
|
Version: 1.104
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL+ or Artistic
|
|
||||||
%define cpan_name Data-Message
|
%define cpan_name Data-Message
|
||||||
Summary: Parse and Reconstruct RFC2822 Compliant Messages
|
Summary: parse and build header-and-body messages (kinda like email)
|
||||||
Url: http://search.cpan.org/dist/Data-Message/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Url: http://search.cpan.org/dist/Data-Message/
|
||||||
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Email::Simple) >= 1.92
|
BuildRequires: perl(Email::Simple) >= 1.92
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(Test::More) >= 0.47
|
|
||||||
Requires: perl(Email::Simple) >= 1.92
|
Requires: perl(Email::Simple) >= 1.92
|
||||||
Requires: perl(Test::More) >= 0.47
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
*ACHTUNG!* What's the point of this module? It isn't even clear to me, the
|
||||||
|
current maintainer. Consider using Email::Simple or Email::MIME directly.
|
||||||
|
|
||||||
This module is a generic interface to dealing with RFC2822 compliant
|
This module is a generic interface to dealing with RFC2822 compliant
|
||||||
messages. Email is the most common example of messages in this format, but
|
messages. Email is the most common example of messages in this format, but
|
||||||
not the only one. HTTP requests and responses are also sent and received in
|
not the only one. HTTP requests and responses are also sent and received in
|
||||||
@@ -66,9 +68,6 @@ to aid in the creation of 'Data::Message' objects from scratch.
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
Reference in New Issue
Block a user