Sync from SUSE:SLFO:Main perl-Glib-Object-Introspection revision 2ad859a0de97bee9cec7425ecf5841bb

This commit is contained in:
Adrian Schröter 2024-05-03 18:18:46 +02:00
commit ce8fbf0c90
5 changed files with 275 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
Glib-Object-Introspection-0.051.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

30
cpanspec.yml Normal file
View File

@ -0,0 +1,30 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
preamble: |-
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gobject-introspection-1.0)
# 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_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
license: LGPL-2.1
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@ -0,0 +1,150 @@
-------------------------------------------------------------------
Tue Sep 5 16:48:53 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.051
see /usr/share/doc/packages/perl-Glib-Object-Introspection/
-------------------------------------------------------------------
Tue Mar 28 03:07:20 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.050
see /usr/share/doc/packages/perl-Glib-Object-Introspection/
-------------------------------------------------------------------
Thu Oct 22 03:14:56 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.049
see /usr/share/doc/packages/perl-Glib-Object-Introspection/
-------------------------------------------------------------------
Wed Dec 11 03:09:07 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.048
see /usr/share/doc/packages/perl-Glib-Object-Introspection/
-------------------------------------------------------------------
Wed Aug 28 06:28:15 UTC 2019 - Stephan Kulow <coolo@suse.com>
- add license to cpanspec.yaml
-------------------------------------------------------------------
Tue Aug 27 22:05:31 CEST 2019 - Tina Mueller <tina.mueller@suse.com>
- Add BuildRequires to cpanspec.yaml and spec
-------------------------------------------------------------------
Wed Apr 3 10:12:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.047
see /usr/share/doc/packages/perl-Glib-Object-Introspection/
-------------------------------------------------------------------
Mon Oct 8 12:02:09 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
- Fix autogenerated changes
-------------------------------------------------------------------
Thu Sep 27 05:18:46 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.046
see /usr/share/doc/packages/perl-Glib-Object-Introspection/
-------------------------------------------------------------------
Wed May 23 05:24:14 UTC 2018 - coolo@suse.com
- updated to 0.045
see /usr/share/doc/packages/perl-Glib-Object-Introspection/
-------------------------------------------------------------------
Wed Feb 7 16:35:37 UTC 2018 - coolo@suse.com
- updated to 0.044
see /usr/share/doc/packages/perl-Glib-Object-Introspection/
-------------------------------------------------------------------
Tue May 9 16:45:47 UTC 2017 - sor.alexei@meowr.ru
- Update to version 0.042 (changes since 0.040):
Tweak the test environment to work with newer
ExtUtils::MakeMaker.
* Use the stack in favour of heap allocation during marshalling.
* Use custom code to find struct methods in order to avoid a bug.
* Remove an unused internal variable.
* Add support for object class functions.
* Add support for marshalling GParamSpec.
* Add Glib::Object::Introspection::GValueWrapper::get_value.
* perli11ndoc: Put special classes and records into their own
category.
* perli11ndoc: List functions of enums and bitfields.
* perli11ndoc: Fix the synopsis formatting for class struct
functions.
* perli11ndoc: Correctly display array and callback
parameters/return values/fields.
* Fix "occuring" typo in POD (bgo#775169).
-------------------------------------------------------------------
Tue Dec 29 05:32:40 UTC 2015 - sor.alexei@meowr.ru
- Update to 0.040:
* Makefile.PL: Make G:O:I dependent on Glib version >= 1.320.
-------------------------------------------------------------------
Fri Dec 4 10:29:26 UTC 2015 - sor.alexei@meowr.ru
- Update to 0.033:
* perli11ndoc: Add a path bar to the results display.
-------------------------------------------------------------------
Sat Oct 10 13:26:03 UTC 2015 - sor.alexei@meowr.ru
- Update to 0.032 (changes since 0.030):
* Add perli11ndoc, an interactive documentation viewer.
* Added perli11ndoc to MANIFEST.
* Docs: include an edited version of Gtk2::api.
* perli11ndoc: hush a warning when run in text mode without args.
* perli11ndoc: display a synopsis for callables.
* perli11ndoc: make Control+k focus the search entry.
* perli11ndoc: make Right/Left expand/collapse rows in the tree
view.
* perli11ndoc: make the result text view readonly.
* Croak in setup for unhandled modificaion combinations.
* perli11ndoc: when filtering, show children of matching elements.
-------------------------------------------------------------------
Thu Aug 20 17:47:01 UTC 2015 - sor.alexei@meowr.ru
- Update to 0.030:
* Avoid repeating setting up a library as this can lead to issues.
* Add some missing version guards to the tests.
* Add t/variants.t to MANIFEST.
-------------------------------------------------------------------
Thu Mar 26 10:56:21 UTC 2015 - sor.alexei@meowr.ru
- Update to 0.029:
* Hook up the generic Glib::Boxed constructor on load, not in
setup().
* Add support for marshalling GVariants, GArrays, GPtrArrays and
GByteArrays.
* Support flat arrays when converting from C to Perl.
-------------------------------------------------------------------
Thu Feb 26 11:07:01 UTC 2015 - sor.alexei@meowr.ru
- Update to 0.028:
* Harmonize the format of type names in error messages.
* Add a FIXME about a corner case of GInitiallyUnowned handling.
-------------------------------------------------------------------
Wed Jan 28 11:04:11 UTC 2015 - sor.alexei@meowr.ru
- Update to 0.027:
* Fix compilation problems when NOISY is defined.
* Move the handling of void record fields into the field
accessors.
* Rename a few variables for clarity.
-------------------------------------------------------------------
Fri Jan 16 17:27:13 UTC 2015 - sor.alexei@meowr.ru
- Initial package.

View File

@ -0,0 +1,69 @@
#
# spec file for package perl-Glib-Object-Introspection
#
# Copyright (c) 2023 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
%define cpan_name Glib-Object-Introspection
Name: perl-Glib-Object-Introspection
Version: 0.51.0
Release: 0
%define cpan_version 0.051
#Upstream: This library is free software; you can redistribute it and/or modify it under the terms of the Lesser General Public License (LGPL). For more information, see http://www.fsf.org/licenses/lgpl.txt
License: LGPL-2.1-only
Summary: Dynamically create Perl language bindings
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Depends) >= 0.3
BuildRequires: perl(ExtUtils::PkgConfig) >= 1
BuildRequires: perl(Glib) >= 1.32
Requires: perl(ExtUtils::Depends) >= 0.3
Requires: perl(ExtUtils::PkgConfig) >= 1
Requires: perl(Glib) >= 1.32
Provides: perl(Glib::Object::Introspection) = 0.51.0
Provides: perl(Glib::Object::Introspection::_FuncWrapper)
%define __perllib_provides /bin/true
%{perl_requires}
# MANUAL BEGIN
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gobject-introspection-1.0)
# MANUAL END
%description
Dynamically create Perl language bindings
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc NEWS perl-glib-object-introspection.doap README.md
%license LICENSE
%changelog