diff --git a/Git-Repository-1.323.tar.gz b/Git-Repository-1.323.tar.gz deleted file mode 100644 index 31bc17c..0000000 --- a/Git-Repository-1.323.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:966575fcecc9f56ab8739ea451b3825e278bc9179d785a20a9ae52473f33683e -size 56855 diff --git a/Git-Repository-1.324.tar.gz b/Git-Repository-1.324.tar.gz new file mode 100644 index 0000000..0076d20 --- /dev/null +++ b/Git-Repository-1.324.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814dfad104a9546349f9e0fd492c86137de827ebc284017a91a5267c120ad4f6 +size 56277 diff --git a/perl-Git-Repository.changes b/perl-Git-Repository.changes index 062d1a2..653aac3 100644 --- a/perl-Git-Repository.changes +++ b/perl-Git-Repository.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 2 08:05:22 UTC 2019 - + +- updated to 1.324 + see /usr/share/doc/packages/perl-Git-Repository/Changes + + 1.324 2019-09-01 BOOK + [DOCUMENTATION] + - Minor documentation updates + [EXAMPLES] + - Add --force and --docs options to build-git + ------------------------------------------------------------------- Thu Dec 6 15:42:47 UTC 2018 - Stephan Kulow diff --git a/perl-Git-Repository.spec b/perl-Git-Repository.spec index 1f1b0f5..601eaaa 100644 --- a/perl-Git-Repository.spec +++ b/perl-Git-Repository.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Git-Repository # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,7 +17,7 @@ Name: perl-Git-Repository -Version: 1.323 +Version: 1.324 Release: 0 %define cpan_name Git-Repository Summary: Perl interface to Git repositories @@ -60,7 +60,7 @@ commands may need or use. However, the 'GIT_DIR' and 'GIT_WORK_TREE' environment variables are special: if the command is run in the context of a Git::Repository object, they will be overridden by the object's 'git_dir' and 'work_tree' -attributes, respectively. It is however still possible to override them if +attributes, respectively. It is still possible to override them if necessary, using the 'env' option. Git::Repository requires at least Git 1.5.0, and is expected to support any