Hello community,

here is the log from the commit of package avgtime for openSUSE:Factory checked 
in at 2017-12-19 10:58:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/avgtime (Old)
 and      /work/SRC/openSUSE:Factory/.avgtime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "avgtime"

Tue Dec 19 10:58:28 2017 rev:1 rq:558007 version:v0.5.0+4.ffdf200

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

--- /dev/null   2017-12-07 07:54:48.054861471 +0100
+++ /work/SRC/openSUSE:Factory/.avgtime.new/avgtime.changes     2017-12-19 
10:58:30.317298790 +0100
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Sat May 27 12:55:37 UTC 2017 - ok...@suse.com
+
+- Use local Source0 for oS:Fctry submission
+
+-------------------------------------------------------------------
+Mon Mar  6 17:13:08 UTC 2017 - ok...@suse.com
+
+- Initial submission
+

New:
----
  _service
  avgtime-v0.5.0+4.ffdf200.tar.xz
  avgtime.changes
  avgtime.spec

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

Other differences:
------------------
++++++ avgtime.spec ++++++
#
# spec file for package avgtime
#
# Copyright (c) 2017 SUSE LLC
#
# 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:                   avgtime
Version:                v0.5.0+4.ffdf200
Release:                0
Summary:                Like unix 'time' command, but with repetitions, median, 
std deviation
License:                BSL-1.0
Group:                  Applications
Url:                    https://github.com/jmcabo/%{name}
Source0:                %{name}-%{version}.tar.xz
BuildRequires:          dmd
BuildRequires:          dub
BuildRequires:          phobos-devel-static
BuildRoot:              %{_tmppath}/%{name}-%{version}-build
# 2017-12-18: As of now dub segfaults when trying to build this package
ExcludeArch:            i586

%description
Works like the linux time command, except it accepts a -r argument to specify
repetitions and shows stats.

If repetitions are specified, then stats are computed and shown, like median,
average, and standard deviation.

%prep
%setup -q

%build
dub build --build=release

%install
mkdir -p %{buildroot}%{_bindir}/
install -D %{name} %{buildroot}%{_bindir}/

%files
%defattr(-,root,root)
%doc README.md LICENSE_1_0.txt
%{_bindir}/%{name}

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="filename">avgtime</param>
    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
    <param name="url">git://github.com/jmcabo/avgtime.git</param>
    <param name="scm">git</param>
    <param name="revision">master</param>
    <param name="changesgenerate">enable</param>
    <param name="changesauthor">ok...@suse.com</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="compression">xz</param>
    <param name="file">*.tar</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>

Reply via email to