Hello community,

here is the log from the commit of package twups for openSUSE:Factory checked 
in at 2020-09-24 16:15:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/twups (Old)
 and      /work/SRC/openSUSE:Factory/.twups.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "twups"

Thu Sep 24 16:15:54 2020 rev:1 rq:836557 version:git20200908

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

--- /dev/null   2020-09-10 00:27:47.435250138 +0200
+++ /work/SRC/openSUSE:Factory/.twups.new.4249/twups.changes    2020-09-24 
16:15:56.957000951 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Tue Sep 22 13:17:56 UTC 2020 - Stefan Elser <s...@foomaster.de>
+
+- initial version from GIT 20200908

New:
----
  _service
  _servicedata
  install.patch
  twups-git20200908.obscpio
  twups.changes
  twups.obsinfo
  twups.spec

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

Other differences:
------------------
++++++ twups.spec ++++++
#
# spec file for package twups
#
# Copyright (c) 2020 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 https://bugs.opensuse.org/
#


Name:           twups
Version:        git20200908
Release:        0
Summary:        Tumbleweed Update Scrutinizer
License:        GPL-3.0-or-later
URL:            https://codeberg.org/ProgrammerPolymathic/twups
Source:         %{name}-%{version}.tar.gz
Patch0:         install.patch
Requires:       curl
Requires:       tumbleweed-cli

%description
Fetches snapshot scores from Boombatower and can prompt for update based on 
stability ratings. Searching the snapshot database is also allowed with regex 
support.

%prep
%setup -q
sed -i -e '/#!\/usr\/bin\/env bash/d' twups-completion.bash
sed -i 's/#!\/usr\/bin\/env bash/#!\/usr\/bin\/bash/g' twups
%patch0 -p0

%build

%install
%make_install

%files
%license COPYING
%{_bindir}/twups
%{_mandir}/man1/twups.1.gz
%dir %{_datadir}/bash_completion
%dir %{_datadir}/bash_completion/completions
%{_datadir}/bash_completion/completions/twups-completion.bash


%changelog

++++++ _service ++++++
<services>
  <service mode="disabled" name="obs_scm">
    <param name="url">g...@codeberg.org:ProgrammerPolymathic/twups.git</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">twups</param>
    <param name="versionformat">git-20200908</param>
  </service>
  <service mode="disabled" name="set_version"/>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">gz</param>
  </service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
              <param 
name="url">g...@codeberg.org:ProgrammerPolymathic/twups.git</param>
              <param 
name="changesrevision">43a184d2e5b31282f93a8cbc3690f8d0e4fdda79</param>
</service>
</servicedata>
++++++ install.patch ++++++
--- Makefile.old        2020-09-22 15:49:25.143735069 +0200
+++ Makefile    2020-09-22 15:49:58.307242835 +0200
@@ -25,5 +25,5 @@
        @echo ""
-       install -D twups                 "$(DESTDIR)$(PREFIX)/bin/twups"
-       install -D twups-completion.bash 
"$(DESTDIR)$(SYSCONFIG)/bash_completion.d/twups-completion.bash"
-       install -D twups.1               
"$(DESTDIR)$(PREFIX)/share/man/man1/twups.1"
+       install -D twups                        "$(DESTDIR)$(PREFIX)/bin/twups"
+       install -D twups-completion.bash -m 444 
"$(DESTDIR)$(PREFIX)/share/bash_completion/completions/twups-completion.bash"
+       install -D twups.1 -m 444               
"$(DESTDIR)$(PREFIX)/share/man/man1/twups.1"
        @echo ""
++++++ twups.obsinfo ++++++
name: twups
version: git20200908
mtime: 1599571891
commit: 43a184d2e5b31282f93a8cbc3690f8d0e4fdda79


Reply via email to