Sync from SUSE:ALP:Source:Standard:1.0 perl-Devel-Symdump revision 5adaed56a3a29b17c48549f039aaf24f

This commit is contained in:
Adrian Schröter 2023-05-17 14:43:13 +02:00
commit 270b1f60af
5 changed files with 349 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

BIN
Devel-Symdump-2.18.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

16
cpanspec.yml Normal file
View File

@ -0,0 +1,16 @@
---
description_paragraphs: 1
#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
#license: SUSE-NonFree
#skip_noarch: 1

248
perl-Devel-Symdump.changes Normal file
View File

@ -0,0 +1,248 @@
-------------------------------------------------------------------
Mon Feb 13 11:42:48 UTC 2017 - coolo@suse.com
- updated to 2.18
see /usr/share/doc/packages/perl-Devel-Symdump/Changes
2017-02-07 k <andk@cpan.org>
* release 2.18
* Makefile.PL changes to support perls without "." in @INC (Todd
Rinaldo); no functional change
-------------------------------------------------------------------
Thu May 5 09:07:40 UTC 2016 - coolo@suse.com
- updated to 2.17
see /usr/share/doc/packages/perl-Devel-Symdump/Changes
2016-04-19 k <andk@cpan.org>
* release 2.17
* address #113886: unlist Compress::Zlib as a prereq, it was and
still is only used by a test that won't run for normal user
installs (Thanks to Graham Knop for reporting)
-------------------------------------------------------------------
Tue Apr 12 13:28:59 UTC 2016 - coolo@suse.com
- updated to 2.16
see /usr/share/doc/packages/perl-Devel-Symdump/Changes
2016-04-11 k <andk@cpan.org>
* release 2.16
* docs only change: create a real link to perlref.pod (Slaven Rezić)
-------------------------------------------------------------------
Sun Jun 14 08:04:58 UTC 2015 - coolo@suse.com
- updated to 2.15
see /usr/share/doc/packages/perl-Devel-Symdump/Changes
2015-06-11 k <andk@cpan.org>
* release 2.15
* In the tests, always check for exists before checking for
definedness (Reini Urban)
-------------------------------------------------------------------
Wed Apr 15 14:51:45 UTC 2015 - coolo@suse.com
- updated to 2.14
see /usr/share/doc/packages/perl-Devel-Symdump/Changes
2014-12-16 k <andk@cpan.org>
* release 2.14
* no change to 2.14-TRIAL
2014-12-08 k <andk@cpan.org>
* release 2.14-TRIAL
* support for fileno() on directory handles (perl commit v5.21.6-337-g67f2cc7)
2014-07-26 k <andk@cpan.org>
* release 2.13-TRIAL
* support for telldir (Brian Fraser)
2014-06-20 k <andk@cpan.org>
* release 2.12
* test rewrite: v5.21.0-424-ge35475d stopped supporting
defined(@$ref) which was used in t/symdump.t (thanks to Aaron
Crane for spotting)
-------------------------------------------------------------------
Tue Nov 26 07:33:00 UTC 2013 - coolo@suse.com
- updated to 2.11
* v5.19.5-71-gd456e3f stopped producing the %@ hash at startup
-------------------------------------------------------------------
Tue Jun 4 08:34:54 UTC 2013 - coolo@suse.com
- updated to 2.10
* address RT#84139: fix test to work with upcoming perl 5.18
(Thanks to ZEFRAM)
* fixed the autogen.t test again, this time for perl 5.8.9
* apply doc patch by Nick Stokoe from ticket #77102
* declare dependency on Compress::Zlib
* added a test by Jason M. Mills to chase down the bug he reports
in https://rt.cpan.org/Ticket/Display.html?id=43675
-------------------------------------------------------------------
Mon Apr 15 11:00:27 UTC 2013 - idonmez@suse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
-------------------------------------------------------------------
Fri Nov 18 11:07:14 UTC 2011 - coolo@suse.com
- use original .tar.gz
-------------------------------------------------------------------
Wed Feb 2 13:40:52 UTC 2011 - vcizek@novell.com
- bzipped source tarball
-------------------------------------------------------------------
Tue Nov 30 21:09:56 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Mon Sep 7 13:12:38 CEST 2009 - mls@suse.de
- remove BuildRequires of Test::Pod::Coverage to break build cycle
-------------------------------------------------------------------
Sat Jul 25 19:37:16 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
Fri Jun 19 01:09:46 CEST 2009 - chris@computersalat.de
- spec fix for perl-macros
-------------------------------------------------------------------
Thu Jun 18 02:42:40 CEST 2009 - chris@computersalat.de
- added perl-macros
o autogen filelist with perl_gen_filelist
-------------------------------------------------------------------
Sun Jun 14 17:30:06 CEST 2009 - chris@computersalat.de
- update to 2.08
* skip the recurse test on 5.005
- upate to 2.07
* rewrite symdump.t using Test::More
* adjust test suite to accept main::- also introduced for named
captures
- spec mods
o updated header
o fixed deps
o autogen filelist
-------------------------------------------------------------------
Fri Oct 13 15:40:51 CEST 2006 - anicka@suse.cz
- update to 2.0604
* adjust test suite to accept main::+ introduced by named
captures
-------------------------------------------------------------------
Thu Sep 21 09:22:10 CEST 2006 - anicka@suse.cz
- update to 2.0603
* add LICENSE field to Makefile.PL to also have it in
the META.yml
-------------------------------------------------------------------
Mon Jul 24 14:52:50 CEST 2006 - anicka@suse.cz
- update to 2.0602
* adjust test suite to accept new variable in bleadperl
-------------------------------------------------------------------
Thu Jul 13 11:07:32 CEST 2006 - anicka@suse.cz
- update to 2.0601
* testcases fixed
-------------------------------------------------------------------
Wed Jan 25 21:39:38 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Jan 3 13:36:50 CET 2006 - anicka@suse.cz
- update to 2.05
-------------------------------------------------------------------
Sun Jan 11 09:45:40 CET 2004 - adrian@suse.de
- build as user
-------------------------------------------------------------------
Wed Aug 20 13:22:09 CEST 2003 - mjancar@suse.cz
- require the perl version we build with
-------------------------------------------------------------------
Tue Jul 15 14:46:54 CEST 2003 - mjancar@suse.cz
- adapt to perl-5.8.1
- use %perl_process_packlist
-------------------------------------------------------------------
Wed Jun 18 12:31:35 CEST 2003 - mjancar@suse.cz
- fix filelist
-------------------------------------------------------------------
Tue May 20 12:41:08 CEST 2003 - mjancar@suse.cz
- remove unpackaged files
-------------------------------------------------------------------
Wed Jul 10 14:22:32 CEST 2002 - prehak@suse.cz
- updated to version 2.03
-------------------------------------------------------------------
Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
- remove race in .packlist generation
-------------------------------------------------------------------
Mon Jan 21 15:40:10 CET 2002 - rvasice@suse.cz
- spec file cleanup
- bzip sources
-------------------------------------------------------------------
Tue Nov 21 09:13:44 MET 2000 - rolf@suse.de
- extract from perlmod package
- update to version 2.01

59
perl-Devel-Symdump.spec Normal file
View File

@ -0,0 +1,59 @@
#
# spec file for package perl-Devel-Symdump
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Devel-Symdump
Version: 2.18
Release: 0
%define cpan_name Devel-Symdump
Summary: Dump Symbol Names or the Symbol Table
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Devel-Symdump/
Source0: https://cpan.metacpan.org/authors/id/A/AN/ANDK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Compress::Zlib)
Requires: perl(Compress::Zlib)
%{perl_requires}
%description
This little package serves to access the symbol table of perl.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog