Hello community,

here is the log from the commit of package vit for openSUSE:Factory checked in 
at 2019-01-08 12:30:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vit (Old)
 and      /work/SRC/openSUSE:Factory/.vit.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vit"

Tue Jan  8 12:30:07 2019 rev:4 rq:663511 version:1.3~20190107.g96134b3

Changes:
--------
--- /work/SRC/openSUSE:Factory/vit/vit.changes  2018-09-28 08:53:31.469718341 
+0200
+++ /work/SRC/openSUSE:Factory/.vit.new.28833/vit.changes       2019-01-08 
12:31:50.988051849 +0100
@@ -1,0 +2,7 @@
+Tue Jan 08 03:36:38 UTC 2019 - Martin Herkt <[email protected]>
+
+- Use %license
+- Update to version 1.3~20190107.g96134b3:
+  * Make the build reproducible
+
+-------------------------------------------------------------------

Old:
----
  vit-1.3~20180806.gdbacada.tar.xz

New:
----
  _servicedata
  vit-1.3~20190107.g96134b3.tar.xz

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

Other differences:
------------------
++++++ vit.spec ++++++
--- /var/tmp/diff_new_pack.3Ypi0i/_old  2019-01-08 12:31:51.620051163 +0100
+++ /var/tmp/diff_new_pack.3Ypi0i/_new  2019-01-08 12:31:51.624051159 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vit
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -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:           vit
-Version:        1.3~20180806.gdbacada
+Version:        1.3~20190107.g96134b3
 Release:        0
 Summary:        Curses-based front end to Taskwarrior
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Productivity/Office/Organizers
 Url:            https://github.com/scottkosty/vit
 Source0:        %{name}-%{version}.tar.xz
@@ -47,7 +47,8 @@
 %make_install
 
 %files
-%doc AUTHORS CHANGES LICENSE README
+%license LICENSE
+%doc AUTHORS CHANGES README
 %{_bindir}/vit
 %{_datadir}/vit
 %{_mandir}/man1/vit.1%{ext_man}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3Ypi0i/_old  2019-01-08 12:31:51.644051136 +0100
+++ /var/tmp/diff_new_pack.3Ypi0i/_new  2019-01-08 12:31:51.648051132 +0100
@@ -5,6 +5,7 @@
         <param name="revision">1.3</param>
         <param name="filename">vit</param>
         <param name="versionformat">1.3~%cd.g%h</param>
+        <param name="changesgenerate">enable</param>
     </service>
     <service name="recompress" mode="disabled">
         <param name="file">*.tar</param>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/scottkosty/vit.git</param>
              <param 
name="changesrevision">08ff5e845e247f6443b0f3d47b8768196d7c982a</param></service></servicedata>++++++
 vit-1.3~20180806.gdbacada.tar.xz -> vit-1.3~20190107.g96134b3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vit-1.3~20180806.gdbacada/Makefile.in 
new/vit-1.3~20190107.g96134b3/Makefile.in
--- old/vit-1.3~20180806.gdbacada/Makefile.in   2018-08-06 17:08:23.000000000 
+0200
+++ new/vit-1.3~20190107.g96134b3/Makefile.in   2019-01-08 04:12:41.000000000 
+0100
@@ -18,7 +18,7 @@
        fi && \
        cat vit.pl | grep -v ^require \
          | sed "s:%prefix%:$(PREFIX):" \
-         | sed "s/%BUILD%/$(VERSION) built after `date -r CHANGES`/" \
+         | sed "s/%BUILD%/$(VERSION) built after `date -u -r CHANGES`/" \
          | sed "s/%VERSION%/$(VERSION)$${GITHASH}/" \
          | sed "s:%TASK%:$(TASK):" \
          | sed "s:%CLEAR%:$(CLEAR):" \


Reply via email to