8
0

- updated to 1.321

see /usr/share/doc/packages/perl-Git-Repository/Changes
  1.321 2017-10-01 BOOK
      - Various small improvements to the Tutorial (with help from Ron Savage)
      - Minor code changes (with help from E. Choroba)
      - Minor fix to eg/build-git

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Git-Repository?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2017-10-08 08:08:07 +00:00
committed by Git OBS Bridge
parent d7ab82019a
commit f9a407b179
4 changed files with 19 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Oct 8 08:07:47 UTC 2017 - coolo@suse.com
- updated to 1.321
see /usr/share/doc/packages/perl-Git-Repository/Changes
1.321 2017-10-01 BOOK
- Various small improvements to the Tutorial (with help from Ron Savage)
- Minor code changes (with help from E. Choroba)
- Minor fix to eg/build-git
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 24 05:51:59 UTC 2016 - coolo@suse.com Fri Jun 24 05:51:59 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Git-Repository # spec file for package perl-Git-Repository
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-Git-Repository Name: perl-Git-Repository
Version: 1.320 Version: 1.321
Release: 0 Release: 0
%define cpan_name Git-Repository %define cpan_name Git-Repository
Summary: Perl interface to Git repositories Summary: Perl interface to Git repositories
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Git-Repository/ Url: http://search.cpan.org/dist/Git-Repository/
Source0: http://www.cpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -86,6 +86,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README %doc Changes README
%license LICENSE
%changelog %changelog