8
0

Accepting request 640620 from devel:languages:perl:autoupdate

- Fix autogenerated changes
- updated to 0.046
   see /usr/share/doc/packages/perl-Glib-Object-Introspection/
- updated to 0.045
   see /usr/share/doc/packages/perl-Glib-Object-Introspection/
- updated to 0.044
   see /usr/share/doc/packages/perl-Glib-Object-Introspection/

OBS-URL: https://build.opensuse.org/request/show/640620
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Glib-Object-Introspection?expand=0&rev=15
This commit is contained in:
2018-10-08 13:16:38 +00:00
committed by Git OBS Bridge
parent 79c8d58e1d
commit 4011fd3da0
5 changed files with 78 additions and 19 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0101aa45417a80a066fae198e37dc9814abf24afab454d72909070ab5c8293d9
size 80942

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6632da2075d5b4ce4edf327caad9bbaf945fae4e31b03e0569ef883b48a26fb4
size 86145

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#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: 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: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
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

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Glib-Object-Introspection
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@@ -12,28 +12,32 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name Glib-Object-Introspection
Name: perl-Glib-Object-Introspection
Version: 0.042
Version: 0.046
Release: 0
%define cpan_name Glib-Object-Introspection
Summary: GObject Introspection bindings for Perl
License: LGPL-2.1+
Group: Development/Languages/Perl
Url: https://metacpan.org/pod/Glib::Object::Introspection
Source: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
License: LGPL-2.1-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan-name}
Source0: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::Depends) >= 0.3
BuildRequires: perl(ExtUtils::PkgConfig) >= 1
BuildRequires: perl(Glib) >= 1.32
BuildRequires: pkgconfig
BuildRequires: perl(ExtUtils::Depends)
BuildRequires: perl(ExtUtils::PkgConfig)
BuildRequires: perl(Glib) >= 1.320
BuildRequires: pkgconfig(gobject-introspection-1.0)
Requires: perl(Glib) >= 1.320
%perl_requires
Requires: perl(ExtUtils::Depends) >= 0.3
Requires: perl(ExtUtils::PkgConfig) >= 1
Requires: perl(Glib) >= 1.32
%{perl_requires}
%description
This package provides perl bindings for GObject Introspection.
@@ -47,7 +51,10 @@ Examples include GTK+, WebKit, libsoup and many more.
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags} V=1
make %{?_smp_mflags}
%check
make test
%install
%perl_make_install
@@ -55,7 +62,8 @@ make %{?_smp_mflags} V=1
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root)
%doc LICENSE NEWS README
%defattr(-,root,root,755)
%doc NEWS perl-Glib-Object-Introspection.doap README
%license LICENSE
%changelog