From 7c822d1f50332524859f3ec2979c705b4485b2ab733ff62f6562a083552d3f30 Mon Sep 17 00:00:00 2001 From: Adam Mizerski Date: Sat, 23 Apr 2022 10:09:55 +0000 Subject: [PATCH] Accepting request 972296 from home:etamPL:branches:devel:tools:scm - update to 0.7.0 - Fix handling of "-" arguments. - Minor documentation improvements. OBS-URL: https://build.opensuse.org/request/show/972296 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/git-crypt?expand=0&rev=3 --- git-crypt-0.6.0.tar.gz | 3 --- git-crypt-0.7.0.tar.gz | 3 +++ git-crypt.changes | 7 +++++++ git-crypt.spec | 8 ++++---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 git-crypt-0.6.0.tar.gz create mode 100644 git-crypt-0.7.0.tar.gz diff --git a/git-crypt-0.6.0.tar.gz b/git-crypt-0.6.0.tar.gz deleted file mode 100644 index aeebb31..0000000 --- a/git-crypt-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d30fcd99442d50f4b3c8d554067ff1d980cdf9f3120ee774131172dba98fd6f -size 57275 diff --git a/git-crypt-0.7.0.tar.gz b/git-crypt-0.7.0.tar.gz new file mode 100644 index 0000000..ac58e04 --- /dev/null +++ b/git-crypt-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f100816a636a682404703b6c23a459e4d30248b2886a5cf571b0d52527c7d8 +size 57621 diff --git a/git-crypt.changes b/git-crypt.changes index 4484149..4d61d87 100644 --- a/git-crypt.changes +++ b/git-crypt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Apr 23 08:58:51 UTC 2022 - Adam Mizerski + +- update to 0.7.0 + - Fix handling of "-" arguments. + - Minor documentation improvements. + ------------------------------------------------------------------- Thu Feb 1 10:21:43 UTC 2018 - adam@mizerski.pl diff --git a/git-crypt.spec b/git-crypt.spec index 90cc10b..62dc7ed 100644 --- a/git-crypt.spec +++ b/git-crypt.spec @@ -1,7 +1,7 @@ # # spec file for package git-crypt # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,15 +12,15 @@ # 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/ # Name: git-crypt -Version: 0.6.0 +Version: 0.7.0 Release: 0 Summary: Transparent file encryption in git -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Security URL: https://www.agwa.name/projects/git-crypt/ Source: https://www.agwa.name/projects/git-crypt/downloads/git-crypt-%{version}.tar.gz