Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
648808afe4 | |||
2b66fb15f6 | |||
e976c923c5 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:606750db6a4ebf2693aa9bc8444c998c169b76bc308f3d314ead5eac17bede4a
|
||||
size 405476
|
3
SQL-Translator-1.66.tar.gz
Normal file
3
SQL-Translator-1.66.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7ff7e369d8293a394cb3783b54b745e7faf44422e8a83bfcc359378a6e56145
|
||||
size 405263
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 16:36:59 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.660.0 (1.66)
|
||||
see /usr/share/doc/packages/perl-SQL-Translator/Changes
|
||||
|
||||
1.66 - 2024-11-18
|
||||
|
||||
FIXES
|
||||
* fix precedence problem issue with newest perl (thanks @mauke)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 23:03:57 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@@ -18,15 +18,17 @@
|
||||
|
||||
%define cpan_name SQL-Translator
|
||||
Name: perl-SQL-Translator
|
||||
Version: 1.650.0
|
||||
Version: 1.660.0
|
||||
Release: 0
|
||||
%define cpan_version 1.65
|
||||
# 1.66 -> normalize -> 1.660.0
|
||||
%define cpan_version 1.66
|
||||
#Upstream: Artistic-1.0 or GPL-1.0-or-later
|
||||
License: (Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only
|
||||
Summary: SQL DDL transformations and more
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/V/VE/VEESH/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
|
Reference in New Issue
Block a user