commit vcsh for openSUSE:Factory

2018-02-28 Thread root
Hello community,

here is the log from the commit of package vcsh for openSUSE:Factory checked in 
at 2018-02-28 20:03:09

Comparing /work/SRC/openSUSE:Factory/vcsh (Old)
 and  /work/SRC/openSUSE:Factory/.vcsh.new (New)


Package is "vcsh"

Wed Feb 28 20:03:09 2018 rev:3 rq:580936 version:1.20151229

Changes:

--- /work/SRC/openSUSE:Factory/vcsh/vcsh.changes2017-07-25 
11:41:06.918251337 +0200
+++ /work/SRC/openSUSE:Factory/.vcsh.new/vcsh.changes   2018-02-28 
20:03:09.939022086 +0100
@@ -1,0 +2,11 @@
+Wed Feb 28 11:51:15 UTC 2018 - mplus...@suse.com
+
+- Small spec file cleanup
+
+---
+Thu Feb 22 09:18:52 UTC 2018 - jeng...@inai.de
+
+- Fix grammar error in %description.
+- Trim empty build sections.
+
+---



Other differences:
--
++ vcsh.spec ++
--- /var/tmp/diff_new_pack.k1n9m9/_old  2018-02-28 20:03:10.854988944 +0100
+++ /var/tmp/diff_new_pack.k1n9m9/_new  2018-02-28 20:03:10.858988800 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vcsh
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -19,8 +19,8 @@
 Name:   vcsh
 Version:1.20151229
 Release:0
-Summary:Config Manager Based on Git
-License:GPL-2.0
+Summary:Config manager for $HOME based on git
+License:GPL-2.0-only
 Group:  System/Management
 Url:https://github.com/RichiH/vcsh
 Source0:https://github.com/RichiH/vcsh/archive/v%{version}.tar.gz
@@ -31,16 +31,14 @@
 BuildRequires:  zsh
 Requires:   bash
 Requires:   git-core
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
-Version Control System for $HOME - multiple Git
-repositories in $HOME vcsh allows you to have several git
-repositories, all maintaining their working trees in $HOME without
-clobbering each other. That, in turn, means you can have one
-repository per config set (zsh, vim, ssh, etc), picking and choosing
-which configs you want to use on which machine.
+vcsh allows you to have several git repositories, all maintaining
+their working trees in $HOME without clobbering each other. That, in
+turn, means you can have one repository per config set (zsh, vim,
+ssh, etc), picking and choosing which configs you want to use on
+which machine.
 
 %package zsh-completion
 Summary:ZSH Completion for %{name}
@@ -54,28 +52,23 @@
 
 %prep
 %setup -q
-%patch0 -p0
+%patch0
 
 %build
-exit 0
 
 %install
 %make_install DOCDIR_PREFIX=%{_docdir} ZSHDIR=%{_sysconfdir}/zsh_completion.d
 %fdupes -s %{buildroot}/%{_prefix}
 
-%check
-exit 0
-
 %files
-%defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
+%dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/hooks
 %doc %{_docdir}/%{name}/README.md
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %files zsh-completion
-%defattr(-,root,root)
 %config %{_sysconfdir}/zsh_completion.d/_vcsh
 
 %changelog




commit vcsh for openSUSE:Factory

2017-07-25 Thread root
Hello community,

here is the log from the commit of package vcsh for openSUSE:Factory checked in 
at 2017-07-25 11:40:15

Comparing /work/SRC/openSUSE:Factory/vcsh (Old)
 and  /work/SRC/openSUSE:Factory/.vcsh.new (New)


Package is "vcsh"

Tue Jul 25 11:40:15 2017 rev:2 rq:512203 version:1.20151229

Changes:

--- /work/SRC/openSUSE:Factory/vcsh/vcsh.changes2017-05-05 
09:59:29.331935916 +0200
+++ /work/SRC/openSUSE:Factory/.vcsh.new/vcsh.changes   2017-07-25 
11:41:06.918251337 +0200
@@ -1,0 +2,5 @@
+Sun Jul 23 20:23:06 UTC 2017 - 9@cirno.systems
+
+- Fix $/% typo in zsh completion package summary
+
+---



Other differences:
--
++ vcsh.spec ++
--- /var/tmp/diff_new_pack.fDqGcG/_old  2017-07-25 11:41:07.662146311 +0200
+++ /var/tmp/diff_new_pack.fDqGcG/_new  2017-07-25 11:41:07.662146311 +0200
@@ -43,7 +43,7 @@
 which configs you want to use on which machine.
 
 %package zsh-completion
-Summary:ZSH Completion for ${name}
+Summary:ZSH Completion for %{name}
 Group:  System/Management
 Requires:   %{name} = %{version}
 Supplements:packageand(%{name}:zsh)