Hello community,

here is the log from the commit of package yast-gpmc for openSUSE:Factory 
checked in at 2018-11-09 07:55:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast-gpmc (Old)
 and      /work/SRC/openSUSE:Factory/.yast-gpmc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast-gpmc"

Fri Nov  9 07:55:49 2018 rev:4 rq:647331 version:1.4.1+git.8.3efd5c6

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast-gpmc/yast-gpmc.changes      2018-10-11 
11:56:26.605947894 +0200
+++ /work/SRC/openSUSE:Factory/.yast-gpmc.new/yast-gpmc.changes 2018-11-09 
07:56:03.855598281 +0100
@@ -1,0 +2,5 @@
+Thu Nov  1 21:50:27 UTC 2018 - [email protected]
+
+- Disable experimental features in sle
+
+-------------------------------------------------------------------

Old:
----
  yast-gpmc-v1.4.1+git.1.ae4fa2d.tar.bz2

New:
----
  yast-gpmc-v1.4.1+git.8.3efd5c6.tar.bz2

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

Other differences:
------------------
++++++ yast-gpmc.spec ++++++
--- /var/tmp/diff_new_pack.8pCwdY/_old  2018-11-09 07:56:04.463597586 +0100
+++ /var/tmp/diff_new_pack.8pCwdY/_new  2018-11-09 07:56:04.471597577 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           yast-gpmc
-Version:        v1.4.1+git.1.ae4fa2d
+Version:        1.4.1+git.8.3efd5c6
 Release:        0
 Summary:        Group Policy Management Console for YaST
 License:        GPL-3.0-only
 Group:          Productivity/Networking/Samba
 Url:            http://www.github.com/dmulder/yast-gpmc
-Source:         %{name}-%{version}.tar.bz2
+Source:         %{name}-v%{version}.tar.bz2
 BuildArch:      noarch
 Requires:       krb5-client
 Requires:       python3-ldap
@@ -45,11 +45,21 @@
 modifying Group Policy Objects in Active Directory.
 
 %prep
-%setup -q
+%setup -q -n %{name}-v%{version}
 
 %build
 autoreconf -if
-%configure --prefix=%{_prefix}
+
+CONFIGURE_OPTIONS="\
+       --prefix=%{_prefix} \
+%if 0%{?is_opensuse}
+        --enable-experimental \
+%else
+        --disable-experimental \
+%endif
+"
+
+%configure ${CONFIGURE_OPTIONS}
 make
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.8pCwdY/_old  2018-11-09 07:56:04.507597536 +0100
+++ /var/tmp/diff_new_pack.8pCwdY/_new  2018-11-09 07:56:04.511597531 +0100
@@ -18,7 +18,7 @@
 
         <service name="set_version" mode="disabled">
                 <param name="basename">yast-gpmc</param>
-                <param name="regex">^yast-gpmc-([^/]+)</param>
+                <param name="regex">^yast-gpmc-v([^/]+)</param>
                 <param name="file">yast-gpmc.spec</param>
         </service>
 

++++++ yast-gpmc-v1.4.1+git.1.ae4fa2d.tar.bz2 -> 
yast-gpmc-v1.4.1+git.8.3efd5c6.tar.bz2 ++++++
++++ 1921 lines of diff (skipped)


Reply via email to