Hello community,

here is the log from the commit of package git-test for openSUSE:Factory 
checked in at 2016-07-14 09:44:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git-test (Old)
 and      /work/SRC/openSUSE:Factory/.git-test.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git-test"

Changes:
--------
New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ /work/SRC/openSUSE:Factory/.git-test.new/git-test.changes   2016-07-14 
09:44:37.000000000 +0200
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Tue Jul  5 13:57:29 UTC 2016 - mplus...@suse.com
+
+- Some spec file cleanups
+- Install license and readme
+
+-------------------------------------------------------------------
+Tue Jul  5 12:42:18 UTC 2016 - michael.mo...@gmail.com
+
+- initial import for openSUSE
+

New:
----
  git-test-1.0.2.tar.gz
  git-test.changes
  git-test.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ git-test.spec ++++++
#
# spec file for package git-test
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 Michael Moese <michael.mo...@gmail.com>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:           git-test
Version:        1.0.2
Release:        0
Summary:        Git extension to conveniently test all distinct versions
License:        Apache-2.0
Group:          Development/Tools/Version Control
Url:            https://github.com/spotify/git-test
Source:         
https://github.com/spotify/git-test/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Requires:       git-core
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Run tests on each distinct tree in a revision list, skipping versions whose
contents have already been tested.

%prep
%setup -q

%build

%install
install -D -p -m 0755 git-test   %{buildroot}%{_bindir}/git-test
install -D -p -m 0644 git-test.1 %{buildroot}%{_mandir}/man1/git-test.1

%files
%defattr(-,root,root)
%doc LICENSE  README.md
%{_bindir}/git-test
%{_mandir}/man1/git-test.1%{ext_man}

%changelog

Reply via email to