8
0

Accepting request 72082 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/72082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Catalyst-Manual?expand=0&rev=3
This commit is contained in:
Sascha Peilicke
2011-05-31 15:09:15 +00:00
committed by Git OBS Bridge
parent 1edc22d82e
commit 02afd66870
4 changed files with 37 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:549fe2de75a0e884cd770363d43f5c07a865f784f256f9407e5e9a7bc497d056
size 138303

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a66018f699048c5356551dd97d374d8e0235356c4b16f8bdcea21aa93002a96
size 180567

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sun May 1 10:37:02 UTC 2011 - coolo@opensuse.org
- updated to 5.8007
- Tutorial
- Switch to use of DBIx::Class::PassphraseColumn for hashed & salted
passwords. It's much more flexible than the previously used
DBIx::Class::EncodedColumn.
- Fix metadata to refer to the new git repository
- Cookbook
- Small fixes and typos
- Tutorial
- Various typo fixes.
- RT #57989: typo
- RT #61486: correct instructions for MySQL
- RT #62095: prevent XSS
- RT #62095: persistent message on /login
- RT #63057: typo
- RT #64087: typos
- RT #64126: Use precise name of licence
- RT #64126: typos
- RT #67820: fix relationship decleration
- Do not recommend FastMmap
- DevelopmentProcess
- RT #62610: typo
-------------------------------------------------------------------
Wed Jan 19 12:09:52 UTC 2011 - coolo@novell.com

View File

@@ -1,5 +1,5 @@
#
# spec file for package perl-Catalyst-Manual
# spec file for package perl-Catalyst-Manual (Version 5.8007)
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -15,26 +15,23 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Catalyst-Manual
Version: 5.8005
Version: 5.8007
Release: 1
License: GPL+ or Artistic
%define cpan_name Catalyst-Manual
Summary: The Catalyst developer's manual
Url: http://search.cpan.org/dist/Catalyst-Manual/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/Z/ZA/ZARQUON/Catalyst-Manual-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
sorry, no description found
The Catalyst developer's manual
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -55,7 +52,7 @@ sorry, no description found
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc Changes README TODO
%changelog