From 816d088413f79cc4f616ad0c94ff2118414daf65e44198b2e1ed7a3b2f5724da Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 8 Oct 2018 12:00:40 +0000 Subject: [PATCH] Accepting request 640602 from devel:languages:perl:autoupdate - Fix autogenerated changes - updated to 1.328 see /usr/share/doc/packages/perl-Glib/ChangeLog.pre-git OBS-URL: https://build.opensuse.org/request/show/640602 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Glib?expand=0&rev=56 --- Glib-1.327.tar.gz | 3 --- Glib-1.328.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Glib.changes | 11 +++++++++++ perl-Glib.spec | 32 +++++++++++++++++++------------- 5 files changed, 61 insertions(+), 16 deletions(-) delete mode 100644 Glib-1.327.tar.gz create mode 100644 Glib-1.328.tar.gz create mode 100644 cpanspec.yml diff --git a/Glib-1.327.tar.gz b/Glib-1.327.tar.gz deleted file mode 100644 index a7549f5..0000000 --- a/Glib-1.327.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1350d92975969387d27c9001a834037a0a2183789f4b0cd67e0af6021794f058 -size 301221 diff --git a/Glib-1.328.tar.gz b/Glib-1.328.tar.gz new file mode 100644 index 0000000..a4212ee --- /dev/null +++ b/Glib-1.328.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459cc2add7aaa90aa56675582a93989158ed38caa1e10628733ccc690e0464d5 +size 301694 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Glib.changes b/perl-Glib.changes index 16c6911..761ebf3 100644 --- a/perl-Glib.changes +++ b/perl-Glib.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 8 11:57:27 UTC 2018 - Dirk Stoecker + +- Fix autogenerated changes + +------------------------------------------------------------------- +Thu Sep 27 05:18:32 UTC 2018 - Stephan Kulow + +- updated to 1.328 + see /usr/share/doc/packages/perl-Glib/ChangeLog.pre-git + ------------------------------------------------------------------- Wed Sep 12 13:12:39 UTC 2018 - pmonrealgonzalez@suse.com diff --git a/perl-Glib.spec b/perl-Glib.spec index 189235c..2118033 100644 --- a/perl-Glib.spec +++ b/perl-Glib.spec @@ -12,26 +12,28 @@ # 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 Name: perl-Glib -Version: 1.327 +Version: 1.328 Release: 0 +%define cpan_name Glib Summary: Perl wrappers for the GLib utility and Object libraries License: LGPL-2.1-or-later -Group: Development/Languages/Perl -Url: https://metacpan.org/pod/Glib -Source: https://cpan.metacpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz +Group: Development/Libraries/Perl +Url: https://metacpan.org/pod/%{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: glib2-devel >= 2.0.0 BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::Depends) >= 0.300 -BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000 +BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000000 Requires: perl(ExtUtils::Depends) >= 0.300 -Requires: perl(ExtUtils::PkgConfig) >= 1.000 +Requires: perl(ExtUtils::PkgConfig) >= 1.000000 Provides: %{name}-devel = %{version} %{perl_requires} @@ -40,15 +42,18 @@ This wrapper attempts to provide a perlish interface while remaining as true as possible to the underlying C API, so that any reference materials you can find on using GLib may still apply to using the libraries from perl. This module also provides facilities for creating wrappers for other -GObject-based libraries. The the SEE ALSO manpage section contains pointers -to all sorts of good information. +GObject-based libraries. The SEE ALSO section contains pointers to all +sorts of good information. %prep %setup -q -n %{cpan_name}-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} V=1 +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__make} %{?_smp_mflags} + +%check +%{__make} test %install %perl_make_install @@ -56,7 +61,8 @@ make %{?_smp_mflags} V=1 %perl_gen_filelist %files -f %{name}.files -%license LICENSE +%defattr(-,root,root,755) %doc AUTHORS ChangeLog.pre-git doctypes Glib.exports NEWS perl-Glib.doap README TODO xsapi.pod.foot xsapi.pod.head +%license LICENSE %changelog