Page MenuHomeSolus

D9714.diff
No OneTemporary

D9714.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,11 +1,12 @@
name : restic
-version : 0.9.6
-release : 13
+version : 0.10.0
+release : 14
source :
- - https://github.com/restic/restic/releases/download/v0.9.6/restic-0.9.6.tar.gz : 1cc8655fa99f06e787871a9f8b5ceec283c856fa341a5b38824a0ca89420b0fe
+ - https://github.com/restic/restic/archive/v0.10.0.tar.gz : 067fbc0cf0eee4afdc361e12bd03b266e80e85a726647e53709854ec142dd94e
license : BSD-2-Clause
component : system.utils
summary : Fast, secure, efficient backup program
+networking : yes
description: |
restic is a backup program that is fast, efficient and secure.
builddeps :
@@ -16,8 +17,8 @@
./restic generate --bash-completion doc/restic
./restic generate --zsh-completion doc/_restic
install : |
- install -D -m 00755 $workdir/restic $installdir/usr/bin/restic
- install -D -m 00644 $workdir/README.rst $installdir/usr/share/doc/restic/README
- install -D -m 00644 -t $installdir/usr/share/man/man1 $workdir/doc/man/*.1
- install -D -m 00644 $workdir/doc/restic $installdir/usr/share/bash-completion/completions/restic
- install -D -m 00644 $workdir/doc/_restic $installdir/usr/share/zsh/site-functions/_restic
+ install -Dm00755 $workdir/restic $installdir/usr/bin/restic
+ install -Dm00644 $workdir/README.rst $installdir/usr/share/doc/restic/README
+ install -Dm00644 -t $installdir/usr/share/man/man1 $workdir/doc/man/*.1
+ install -Dm00644 $workdir/doc/restic $installdir/usr/share/bash-completion/completions/restic
+ install -Dm00644 $workdir/doc/_restic $installdir/usr/share/zsh/site-functions/_restic
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -26,6 +26,7 @@
<Path fileType="man">/usr/share/man/man1/restic-cache.1</Path>
<Path fileType="man">/usr/share/man/man1/restic-cat.1</Path>
<Path fileType="man">/usr/share/man/man1/restic-check.1</Path>
+ <Path fileType="man">/usr/share/man/man1/restic-copy.1</Path>
<Path fileType="man">/usr/share/man/man1/restic-diff.1</Path>
<Path fileType="man">/usr/share/man/man1/restic-dump.1</Path>
<Path fileType="man">/usr/share/man/man1/restic-find.1</Path>
@@ -52,12 +53,12 @@
</Files>
</Package>
<History>
- <Update release="13">
- <Date>2019-12-12</Date>
- <Version>0.9.6</Version>
+ <Update release="14">
+ <Date>2020-09-24</Date>
+ <Version>0.10.0</Version>
<Comment>Packaging update</Comment>
<Name>Longwu Ou</Name>
<Email>xulongwu4@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 1:07 AM (3 h, 19 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5826282
Default Alt Text
D9714.diff (2 KB)

Event Timeline