Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package orthos-client.17024 for 
openSUSE:Leap:15.3:Update checked in at 2021-10-12 14:25:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.3:Update/orthos-client.17024 (Old)
 and      /work/SRC/openSUSE:Leap:15.3:Update/.orthos-client.17024.new.2443 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthos-client.17024"

Tue Oct 12 14:25:28 2021 rev:1 rq:924381 version:1.0.102+git.a6bbc34

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

--- /dev/null   2021-09-30 08:29:43.195243981 +0200
+++ 
/work/SRC/openSUSE:Leap:15.3:Update/.orthos-client.17024.new.2443/orthos-client.changes
     2021-10-12 14:25:29.437930980 +0200
@@ -0,0 +1,40 @@
+-------------------------------------------------------------------
+Thu Oct 07 15:40:37 UTC 2021 - [email protected]
+
+- Update to version 1.0.102+git.a6bbc34:
+  * Always try to use ssl connection and complain/warn if none ssl is chosen
+  * Set default port to 80, not 8000
+  * Rearrange order of imports
+  * Use context manager for open()
+  * Use isinstance() instead of type() to check for type
+
+-------------------------------------------------------------------
+Mon Oct  4 16:09:17 UTC 2021 - Christian V??gl <[email protected]>
+
+- Run spec-cleaner 
+
+-------------------------------------------------------------------
+Mon Oct  4 15:22:22 UTC 2021 - Christian V??gl <[email protected]>
+
+- Changed source to tarball with obs service
+- Renamed package orthos2 -> orthos 
+
+-------------------------------------------------------------------
+Mon Oct 04 15:11:15 UTC 2021 - [email protected]
+
+- Update to version 1.0.86+git.9cc6510:
+  * new folder structure
+  * Rearrange order of imports
+  * Fix spacing
+  * Use context manager for open()
+  * Use isinstance() instead of type() to check for type
+  * Use sets
+  * Simplify boolean conditions
+  * Format docstring
+  * Remove trailing comma
+  * Use version_info to get python version
+
+-------------------------------------------------------------------
+Mon Oct  4 09:46:45 UTC 2021 - Christian V??gl <[email protected]>
+
+Initial Commit- 

New:
----
  _service
  orthos-client.changes
  orthos-client.spec
  orthos2-1.0.102+git.a6bbc34.obscpio
  orthos2.obsinfo

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

Other differences:
------------------
++++++ orthos-client.spec ++++++
#
# spec file for package orthos-client
#
# Copyright (c) 2021 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:           orthos-client
Version:        1.0.102+git.a6bbc34
Release:        0
Summary:        Command line client for orthos2
License:        GPL-2.0-or-later
Group:          Productivity/Networking/Boot/Servers
URL:            https://github.com/openSUSE/orthos2
Source:         orthos2-%{version}.tar.gz
Requires:       python3-base
Requires:       python3-pytz
BuildArch:      noarch

%description
Command line client that provides a shell like command
line interface based on readline.

%prep

%setup -q -n orthos2-%{version}

%build

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

install orthos2 %{buildroot}/%{_bindir}/orthos2


%files
%attr(755, root, root) %{_bindir}/orthos2

%changelog
++++++ _service ++++++
<services>
  <service name="obs_scm" mode="localonly">
    <param name="url">https://github.com/openSUSE/orthos2.git</param>
    <param name="scm">git</param>
    <param name="revision">master</param>
    <param name="changesgenerate">enable</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="subdir">cli</param>
    <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
  </service>
  <service name="set_version" mode="localonly"/>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="compression">gz</param>
    <param name="file">*.tar</param>
  </service>
</services>
++++++ orthos2.obsinfo ++++++
name: orthos2
version: 1.0.102+git.a6bbc34
mtime: 1633620982
commit: a6bbc347a05fbb6c324f813dfc5dc078a77a30ec

Reply via email to