Hello community,

here is the log from the commit of package perl-Cookie-Baker for 
openSUSE:Factory checked in at 2016-02-17 10:23:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Cookie-Baker (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Cookie-Baker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Cookie-Baker"

Changes:
--------
New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Cookie-Baker.new/perl-Cookie-Baker.changes 
2016-02-17 10:23:33.000000000 +0100
@@ -0,0 +1,30 @@
+-------------------------------------------------------------------
+Tue Jun 30 14:22:33 UTC 2015 - [email protected]
+
+- updated to 0.06
+   see /usr/share/doc/packages/perl-Cookie-Baker/Changes
+
+  0.06 2015-06-29T05:53:57Z
+  
+     - fix compatibility issue. #4 (Thank you shogo82148)
+
+-------------------------------------------------------------------
+Tue Dec  2 13:20:01 UTC 2014 - [email protected]
+
+- update from 0.03 to 0.05 to bring in upstream changes:
+
+0.05 2014-11-26T05:49:50Z
+ 
+    - fix bug. accepts expires => 0
+     
+0.04 2014-11-25T02:36:43Z
+      
+    - requires perl-5.8.1
+           
+
+-------------------------------------------------------------------
+Wed Jul 30 12:30:34 UTC 2014 - [email protected]
+
+- check license
+- take maintainership
+

New:
----
  Cookie-Baker-0.06.tar.gz
  cpanspec.yml
  perl-Cookie-Baker.changes
  perl-Cookie-Baker.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Cookie-Baker.spec ++++++
#
# spec file for package perl-Cookie-Baker
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           perl-Cookie-Baker
Version:        0.06
Release:        0
%define cpan_name Cookie-Baker
Summary:        Cookie string generator / parser
License:        Artistic-1.0 or GPL-1.0+
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Cookie-Baker/
Source0:        
http://www.cpan.org/authors/id/K/KA/KAZEBURO/%{cpan_name}-%{version}.tar.gz
Source1:        cpanspec.yml
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Module::Build) >= 0.380000
BuildRequires:  perl(Test::More) >= 0.98
BuildRequires:  perl(Test::Time)
BuildRequires:  perl(URI::Escape)
Requires:       perl(URI::Escape)
%{perl_requires}

%description
Cookie::Baker provides simple cookie string generator and parser.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE minil.toml README.md

%changelog
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to