forked from pool/perl-SQL-Translator
		
	Accepting request 796189 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/796189 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-SQL-Translator?expand=0&rev=15
This commit is contained in:
		@@ -1,3 +0,0 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:6bb0cb32ca25da69df65e5de71f679f3ca90044064526fa336cabd342f220e87
 | 
			
		||||
size 412752
 | 
			
		||||
							
								
								
									
										3
									
								
								SQL-Translator-1.61.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								SQL-Translator-1.61.tar.gz
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,3 @@
 | 
			
		||||
version https://git-lfs.github.com/spec/v1
 | 
			
		||||
oid sha256:840e3c77cd48b47e1343c79ae8ef4fca46d036356d143d33528900740416dfe8
 | 
			
		||||
size 415705
 | 
			
		||||
@@ -1,3 +1,16 @@
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Mon Apr 20 03:12:03 UTC 2020 -  <timueller+perl@suse.de>
 | 
			
		||||
 | 
			
		||||
- updated to 1.61
 | 
			
		||||
   see /usr/share/doc/packages/perl-SQL-Translator/Changes
 | 
			
		||||
 | 
			
		||||
  1.61 - 2020-04-19
 | 
			
		||||
   * Fixes for Sybase producer
 | 
			
		||||
   * Support CHECK (expr) for SQLite and MySQLoids
 | 
			
		||||
   * Avoid accidentally whole objects in YAML output
 | 
			
		||||
   * Prettify comment generation
 | 
			
		||||
   * Tyop fixes
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------------------------
 | 
			
		||||
Thu May 30 05:22:10 UTC 2019 - Stephan Kulow <coolo@suse.com>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
#
 | 
			
		||||
# spec file for package perl-SQL-Translator
 | 
			
		||||
#
 | 
			
		||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 | 
			
		||||
# Copyright (c) 2020 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
 | 
			
		||||
@@ -17,7 +17,7 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Name:           perl-SQL-Translator
 | 
			
		||||
Version:        1.60
 | 
			
		||||
Version:        1.61
 | 
			
		||||
Release:        0
 | 
			
		||||
#Upstream: Artistic-1.0 or GPL-1.0-or-later
 | 
			
		||||
%define cpan_name SQL-Translator
 | 
			
		||||
@@ -25,7 +25,7 @@ Summary:        Manipulate structured data definitions (SQL and more)
 | 
			
		||||
License:        (Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only
 | 
			
		||||
Group:          Development/Libraries/Perl
 | 
			
		||||
Url:            https://metacpan.org/release/%{cpan_name}
 | 
			
		||||
Source0:        https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
 | 
			
		||||
Source0:        https://cpan.metacpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
 | 
			
		||||
Source1:        cpanspec.yml
 | 
			
		||||
BuildArch:      noarch
 | 
			
		||||
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 | 
			
		||||
@@ -84,7 +84,7 @@ manipulation of data (INSERT, UPDATE, DELETE).
 | 
			
		||||
 | 
			
		||||
%prep
 | 
			
		||||
%setup -q -n %{cpan_name}-%{version}
 | 
			
		||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 | 
			
		||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 | 
			
		||||
# MANUAL BEGIN
 | 
			
		||||
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL
 | 
			
		||||
# MANUAL END
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user