Hello community,

here is the log from the commit of package ads for openSUSE:Leap:15.2 checked 
in at 2020-06-01 12:09:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ads (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.ads.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ads"

Mon Jun  1 12:09:58 2020 rev:14 rq:810482 version:1.5+git.6.ae0dafd

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ads/ads.changes        2020-01-15 
14:46:32.925258131 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ads.new.3606/ads.changes      2020-06-01 
12:09:58.902466885 +0200
@@ -1,0 +2,18 @@
+Tue Jan 28 15:31:57 UTC 2020 - Samuel Cabrero <[email protected]>
+
+- Add missing BuildRequires to spec file
+
+-------------------------------------------------------------------
+Thu Oct 17 12:56:36 UTC 2019 - Richard Brown <[email protected]>
+
+- Remove obsolete Groups tag (fate#326485)
+
+-------------------------------------------------------------------
+Thu Feb 14 15:43:30 UTC 2019 - [email protected]
+
+- Update to 1.5:
+  + Update to python3.
+  + ads differs between architectures; (bsc#1109536)
+  + add a man page
+
+-------------------------------------------------------------------

Old:
----
  v1.4.tar.gz

New:
----
  _service
  ads-1.5+git.6.ae0dafd.tar.bz2

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

Other differences:
------------------
++++++ ads.spec ++++++
--- /var/tmp/diff_new_pack.ykFR9s/_old  2020-06-01 12:09:59.170467727 +0200
+++ /var/tmp/diff_new_pack.ykFR9s/_new  2020-06-01 12:09:59.174467740 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ads
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,29 +12,35 @@
 # 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:           ads
-Version:        1.4
+Version:        1.5+git.6.ae0dafd
 Release:        0
 Summary:        Swiss army knife for samba
-License:        GPL-3.0
-Group:          Productivity/Networking/Samba
-Url:            http://www.github.com/dmulder/ads
-Source:         https://github.com/dmulder/ads/archive/v%{version}.tar.gz
-BuildArch:      noarch
+License:        GPL-3.0-only
+URL:            http://www.github.com/dmulder/ads
+Source:         %{name}-%{version}.tar.bz2
 Requires:       krb5-client
-Requires:       python-dnspython
-Requires:       python-ldap
-Requires:       python-netifaces
-Requires:       python-python-pam
+Requires:       ntp
+Requires:       python3-dnspython
+Requires:       python3-ldap
+Requires:       python3-netifaces
+Requires:       python3-python-pam
 Requires:       samba-client
-Requires:       samba-python
+Requires:       samba-python3
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  python
+BuildRequires:  python3
+BuildRequires:  python3-argparse-manpage
+BuildRequires:  python3-dnspython
+BuildRequires:  python3-ldap
+BuildRequires:  python3-netifaces
+BuildRequires:  python3-python-pam
+BuildRequires:  python3-setuptools
+BuildRequires:  samba-python3
 
 %description
 Active Directory services tool for samba.
@@ -53,13 +59,11 @@
 make
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%make_install
 
 %files
 %defattr(-,root,root)
 %{_bindir}/ads
+%{_mandir}/man1/ads.1*
 
 %changelog

++++++ _service ++++++
<services>
        <service name="tar_scm" mode="disabled">
                <param name="url">https://github.com/dmulder/ads.git</param>
                <param name="scm">git</param>
                <param name="revision">master</param>
                <param 
name="versionformat">@PARENT_TAG@+git.@TAG_OFFSET@.%h</param>
                <param name="versionrewrite-pattern">ads(.*)</param>
                <param name="versionrewrite-replacement">\1</param>
                <param name="filename">ads</param>
                <param name="exclude">.git</param>
        </service>

        <service name="extract_file" mode="disabled">
                <param name="archive">ads*.tar</param>
                <param name="files">ads-*/package/ads.changes</param>
                <param name="files">ads-*/package/ads.spec</param>
        </service>

        <service name="set_version" mode="disabled">
                <param name="basename">ads</param>
                <param name="regex">^ads-([^/]+)</param>
                <param name="file">ads.spec</param>
        </service>

        <service name="set_version" mode="disabled">
                <param name="basename">ads</param>
                <param name="regex">^ads-([^/]+)</param>
                <param name="file">ads.changes</param>
        </service>

        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>
                <param name="compression">bz2</param>
        </service>
</services>

Reply via email to