8
0

Accepting request 344698 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/344698
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Convert-BinHex?expand=0&rev=30
This commit is contained in:
Stephan Kulow
2015-11-17 07:09:12 +00:00
committed by Git OBS Bridge
parent b6f09319bb
commit d08a6a81d0
5 changed files with 46 additions and 8 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:513591b4be46bd7eb91e83197721b4a045a9753a3dd2f11de82c9d3013226397
size 73122

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#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_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,17 @@
-------------------------------------------------------------------
Mon Nov 16 09:43:14 UTC 2015 - coolo@suse.com
- updated to 1.125
see /usr/share/doc/packages/perl-Convert-BinHex/Changes
1.125 2015-11-15
- Made the Test:: modules TEST_REQUIRES (ticket 108523, TODDR)
1.124 2015-08-19
- Changed debinhex to UTF-8
- Made the Test:: modules optional (ticket 101974, mishikal at yahoo.com)
- Fixed a manual typo (ticket 88874, gregoa at debian.org)
-------------------------------------------------------------------
Wed Apr 2 12:35:35 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Convert-BinHex
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@@ -17,14 +17,15 @@
Name: perl-Convert-BinHex
Version: 1.123
Version: 1.125
Release: 0
%define cpan_name Convert-BinHex
Summary: extract data from Macintosh BinHex files
Summary: Extract Data From Macintosh Binhex Files
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Convert-BinHex/
Source: http://www.cpan.org/authors/id/S/ST/STEPHEN/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/S/ST/STEPHEN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -57,6 +58,6 @@ into into binary data.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes COPYING LICENSE README README-TOO
%doc Changes COPYING LICENSE README README-TOO test testin testout
%changelog