Compare commits
	
		
			6 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| eba70a31c5 | |||
| 4f4a807a43 | |||
| 2c9ec49d7c | |||
| 82364483eb | |||
| 7251b04ead | |||
| 41189b63e0 | 
| @@ -1,3 +0,0 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:31bfd554d46ad0f0fde9443a0c73ee7d4910b7535ef1f5bb3a399ea017ccf1e4 | ||||
| size 93718 | ||||
							
								
								
									
										
											BIN
										
									
								
								Data-ObjectDriver-0.26.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Data-ObjectDriver-0.26.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										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 +1,18 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Fri Oct 17 19:01:40 UTC 2025 - Tina Müller <timueller+perl@suse.de> | ||||
|  | ||||
| - updated to 0.260.0 (0.26) | ||||
|    see /usr/share/doc/packages/perl-Data-ObjectDriver/Changes | ||||
|  | ||||
|   0.26 2025-10-17T02:16:46Z | ||||
|       - Add an ability to accept subqueries with SQL objects #57 #59 | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Tue Apr 15 05:35:57 UTC 2025 - Tina Müller <timueller+perl@suse.de> | ||||
|  | ||||
| - updated to 0.250.0 (0.25) | ||||
|    see /usr/share/doc/packages/perl-Data-ObjectDriver/Changes | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Thu Oct 24 05:32:52 UTC 2024 - Tina Müller <timueller+perl@suse.de> | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| # | ||||
| # spec file for package perl-Data-ObjectDriver | ||||
| # | ||||
| # Copyright (c) 2024 SUSE LLC | ||||
| # Copyright (c) 2025 SUSE LLC and contributors | ||||
| # | ||||
| # All modifications and additions to the file contributed by third parties | ||||
| # remain the property of their copyright owners, unless otherwise agreed | ||||
| @@ -18,15 +18,16 @@ | ||||
|  | ||||
| %define cpan_name Data-ObjectDriver | ||||
| Name:           perl-Data-ObjectDriver | ||||
| Version:        0.230.0 | ||||
| Version:        0.260.0 | ||||
| Release:        0 | ||||
| # 0.23 -> normalize -> 0.230.0 | ||||
| %define cpan_version 0.23 | ||||
| # 0.26 -> normalize -> 0.260.0 | ||||
| %define cpan_version 0.26 | ||||
| License:        Artistic-1.0 OR GPL-1.0-or-later | ||||
| Summary:        Simple, transparent data interface, with caching | ||||
| URL:            https://metacpan.org/release/%{cpan_name} | ||||
| Source0:        https://cpan.metacpan.org/authors/id/S/SI/SIXAPART/%{cpan_name}-%{cpan_version}.tar.gz | ||||
| Source1:        cpanspec.yml | ||||
| Source100:      README.md | ||||
| BuildArch:      noarch | ||||
| BuildRequires:  perl | ||||
| BuildRequires:  perl-macros | ||||
| @@ -36,8 +37,9 @@ BuildRequires:  perl(Class::Trigger) | ||||
| BuildRequires:  perl(DBI) | ||||
| BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.59 | ||||
| BuildRequires:  perl(Module::Build) | ||||
| BuildRequires:  perl(Module::Build::Tiny) >= 0.035 | ||||
| BuildRequires:  perl(Module::Build::Tiny) >= 0.35 | ||||
| BuildRequires:  perl(Test::Exception) | ||||
| BuildRequires:  perl(Tie::IxHash) | ||||
| BuildRequires:  perl(version) | ||||
| Requires:       perl(Class::Accessor::Fast) | ||||
| Requires:       perl(Class::Data::Inheritable) | ||||
| @@ -85,7 +87,7 @@ multiple physical databases, without your application code needing to know | ||||
| where the data is stored. | ||||
|  | ||||
| %prep | ||||
| %autosetup  -n %{cpan_name}-%{cpan_version} | ||||
| %autosetup -n %{cpan_name}-%{cpan_version} -p1 | ||||
|  | ||||
| find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user