Accepting request 297286 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/297286 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Oracle?expand=0&rev=3
This commit is contained in:
committed by
Git OBS Bridge
parent
023ebdf1c0
commit
096e1f1c5b
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:497e7da0115bc75e2210704a5f83f0ea2a66b305dbabf145a106e4de5eb2133c
|
||||
size 5890
|
20
cpanspec.yml
Normal file
20
cpanspec.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
#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
|
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 19:08:10 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.06
|
||||
see /usr/share/doc/packages/perl-DateTime-Format-Oracle/Changes
|
||||
|
||||
0.06 Tue Oct 11 21:18:12 2011
|
||||
- added a test that specifies subsecond granularity
|
||||
- now requires Convert::NLS_DATE_FORMAT 0.03
|
||||
(Thank you Jon Bjornstad and Zefram)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 19:08:10 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.06
|
||||
see /usr/share/doc/packages/perl-DateTime-Format-Oracle/Changes
|
||||
|
||||
0.06 Tue Oct 11 21:18:12 2011
|
||||
- added a test that specifies subsecond granularity
|
||||
- now requires Convert::NLS_DATE_FORMAT 0.03
|
||||
(Thank you Jon Bjornstad and Zefram)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 17 14:45:55 UTC 2011 - jw@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-DateTime-Format-Oracle (Version 0.05)
|
||||
# spec file for package perl-DateTime-Format-Oracle
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -15,26 +15,27 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: perl-DateTime-Format-Oracle
|
||||
Version: 0.05
|
||||
Release: 1
|
||||
License: CHECK(GPL+ or Artistic)
|
||||
Version: 0.06
|
||||
Release: 0
|
||||
%define cpan_name DateTime-Format-Oracle
|
||||
Summary: Parse and format Oracle dates and timestamps
|
||||
Url: http://search.cpan.org/dist/DateTime-Format-Oracle/
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Source: http://www.cpan.org/authors/id/K/KO/KOLIBRIE/DateTime-Format-Oracle-0.05.tar.bz2
|
||||
# Source: %{cpan_name}-%{version}.tar.bz2
|
||||
BuildRequires: perl(Convert::NLS_DATE_FORMAT)
|
||||
BuildRequires: perl(DateTime)
|
||||
BuildRequires: perl(DateTime::Format::Builder)
|
||||
Url: http://search.cpan.org/dist/DateTime-Format-Oracle/
|
||||
Source0: http://www.cpan.org/authors/id/K/KO/KOLIBRIE/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
Requires: perl(Convert::NLS_DATE_FORMAT)
|
||||
BuildRequires: perl(Convert::NLS_DATE_FORMAT) >= 0.03
|
||||
BuildRequires: perl(DateTime)
|
||||
BuildRequires: perl(DateTime::Format::Builder)
|
||||
Requires: perl(Convert::NLS_DATE_FORMAT) >= 0.03
|
||||
Requires: perl(DateTime)
|
||||
Requires: perl(DateTime::Format::Builder)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -70,11 +71,8 @@ updated.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user