commit yast-gpmc for openSUSE:Factory

2018-11-08 Thread root
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 - dmul...@suse.com
+
+- 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 @@
 
 
 yast-gpmc
-^yast-gpmc-([^/]+)
+^yast-gpmc-v([^/]+)
 yast-gpmc.spec
 
 

++ 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)




commit yast-gpmc for openSUSE:Factory

2018-10-11 Thread root
Hello community,

here is the log from the commit of package yast-gpmc for openSUSE:Factory 
checked in at 2018-10-11 11:56:02

Comparing /work/SRC/openSUSE:Factory/yast-gpmc (Old)
 and  /work/SRC/openSUSE:Factory/.yast-gpmc.new (New)


Package is "yast-gpmc"

Thu Oct 11 11:56:02 2018 rev:3 rq:640908 version:v1.4.1+git.1.ae4fa2d

Changes:

--- /work/SRC/openSUSE:Factory/yast-gpmc/yast-gpmc.changes  2018-05-30 
12:42:50.758178382 +0200
+++ /work/SRC/openSUSE:Factory/.yast-gpmc.new/yast-gpmc.changes 2018-10-11 
11:56:26.605947894 +0200
@@ -1,0 +2,10 @@
+Tue Oct  9 21:14:26 UTC 2018 - dmul...@suse.com
+
+- v1.4.1: Switch package to py3
+
+---
+Tue Aug  7 19:11:23 UTC 2018 - dmul...@suse.com
+
+- v1.4: Adds admx template support
+
+---

Old:

  yast-gpmc-1.3.1.tar.gz

New:

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



Other differences:
--
++ yast-gpmc.spec ++
--- /var/tmp/diff_new_pack.7FtLPT/_old  2018-10-11 11:56:29.113944706 +0200
+++ /var/tmp/diff_new_pack.7FtLPT/_new  2018-10-11 11:56:29.117944701 +0200
@@ -17,25 +17,24 @@
 
 
 Name:   yast-gpmc
-Version:1.3.1
+Version:v1.4.1+git.1.ae4fa2d
 Release:0
 Summary:Group Policy Management Console for YaST
-License:GPL-3.0
+License:GPL-3.0-only
 Group:  Productivity/Networking/Samba
 Url:http://www.github.com/dmulder/yast-gpmc
-Source: %{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.bz2
 BuildArch:  noarch
 Requires:   krb5-client
-Requires:   python-configparser
-Requires:   python-ldap
+Requires:   python3-ldap
 Requires:   samba-client
-Requires:   samba-python
+Requires:   samba-python3
 Requires:   yast2
-Requires:   yast2-python-bindings >= 4.0.0
+Requires:   yast2-python3-bindings >= 4.0.0
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  perl-XML-Writer
-BuildRequires:  python
+BuildRequires:  python3
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools

++ _service ++


https://github.com/dmulder/yast-gpmc.git
git
master
@PARENT_TAG@+git.@TAG_OFFSET@.%h
yast-gpmc(.*)
\1
yast-gpmc
.git



yast-gpmc*.tar
yast-gpmc-*/package/yast-gpmc.changes
yast-gpmc-*/package/yast-gpmc.spec



yast-gpmc
^yast-gpmc-([^/]+)
yast-gpmc.spec



yast-gpmc
^yast-gpmc-([^/]+)
yast-gpmc.changes



*.tar
bz2





commit yast-gpmc for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package yast-gpmc for openSUSE:Factory 
checked in at 2018-05-30 12:23:51

Comparing /work/SRC/openSUSE:Factory/yast-gpmc (Old)
 and  /work/SRC/openSUSE:Factory/.yast-gpmc.new (New)


Package is "yast-gpmc"

Wed May 30 12:23:51 2018 rev:2 rq:612934 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/yast-gpmc/yast-gpmc.changes  2017-11-29 
10:53:51.482042237 +0100
+++ /work/SRC/openSUSE:Factory/.yast-gpmc.new/yast-gpmc.changes 2018-05-30 
12:42:50.758178382 +0200
@@ -1,0 +2,5 @@
+Tue May 29 20:12:50 UTC 2018 - dmul...@suse.com
+
+- v1.3.1: Lots of improvements and fixes, py3 compatability, etc.
+
+---

Old:

  yast-gpmc-1.0.tar.gz

New:

  yast-gpmc-1.3.1.tar.gz



Other differences:
--
++ yast-gpmc.spec ++
--- /var/tmp/diff_new_pack.tqNUCk/_old  2018-05-30 12:42:51.522162074 +0200
+++ /var/tmp/diff_new_pack.tqNUCk/_new  2018-05-30 12:42:51.526161989 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast-gpmc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast-gpmc
-Version:1.0
+Version:1.3.1
 Release:0
 Summary:Group Policy Management Console for YaST
 License:GPL-3.0
@@ -26,6 +26,7 @@
 Source: %{name}-%{version}.tar.gz
 BuildArch:  noarch
 Requires:   krb5-client
+Requires:   python-configparser
 Requires:   python-ldap
 Requires:   samba-client
 Requires:   samba-python

++ yast-gpmc-1.0.tar.gz -> yast-gpmc-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast-gpmc-1.0/.gitignore 
new/yast-gpmc-1.3.1/.gitignore
--- old/yast-gpmc-1.0/.gitignore2017-11-08 19:20:04.0 +0100
+++ new/yast-gpmc-1.3.1/.gitignore  2018-05-29 20:44:25.0 +0200
@@ -9,3 +9,4 @@
 autom4te.cache
 *.pyc
 src/gpmc.desktop
+src/gpmc.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast-gpmc-1.0/configure.ac 
new/yast-gpmc-1.3.1/configure.ac
--- old/yast-gpmc-1.0/configure.ac  2017-11-08 19:20:04.0 +0100
+++ new/yast-gpmc-1.3.1/configure.ac2018-05-29 20:44:25.0 +0200
@@ -5,6 +5,7 @@
 
 AC_INIT([yast2-gpmc],[1.0],[http://bugs.opensuse.org/],[yast2-gpmc])
 AM_INIT_AUTOMAKE
+AM_PATH_PYTHON([2.7])
 
 dnl Checks for programs.
 AC_PROG_INSTALL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast-gpmc-1.0/package/yast-gpmc.spec 
new/yast-gpmc-1.3.1/package/yast-gpmc.spec
--- old/yast-gpmc-1.0/package/yast-gpmc.spec1970-01-01 01:00:00.0 
+0100
+++ new/yast-gpmc-1.3.1/package/yast-gpmc.spec  2018-05-29 20:44:25.0 
+0200
@@ -0,0 +1,59 @@
+#
+# spec file for package yast-gpmc
+#
+
+Name:   yast-gpmc
+Version:1.0
+Release:1
+License:GPL-3.0
+Summary:Group Policy Management Console for YaST
+Url:http://www.github.com/dmulder/yast-gpmc
+Group:  Productivity/Networking/Samba
+Source: %{name}-%{version}.tar.gz
+BuildArch:  noarch
+Requires:   yast2-python-bindings >= 4.0.0
+Requires:   samba-client
+Requires:   python-ldap
+Requires:   samba-python
+Requires:   krb5-client
+Requires:   yast2
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  python
+BuildRequires: perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
+
+%description
+The Group Policy Management console for YaST provides tools for creating and
+modifying Group Policy Objects in Active Directory.
+
+%prep
+%setup -q
+
+%build
+autoreconf -if
+%configure --prefix=%{_prefix}
+make
+
+%install
+make DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+%{__rm} -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%dir %{_datadir}/YaST2/include/gpmc
+%{_datadir}/YaST2/clients/gpmc.py
+%{_datadir}/YaST2/include/gpmc/complex.py
+%{_datadir}/YaST2/include/gpmc/dialogs.py
+%{_datadir}/YaST2/include/gpmc/wizards.py
+%{_datadir}/YaST2/include/gpmc/defaults.py
+%{_datadir}/applications/YaST2/gpmc.desktop
+%dir %{_datadir}/doc/yast2-gpmc
+%{_datadir}/doc/yast2-gpmc/COPYING
+
+%changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast-gpmc-1.0/src/Makefile.am 
new/yast-gpmc-1.3.1/src/Makefile.am
--- old/yast-gpmc-1.0/src/Makefile.am   2017-11-08 19:20:04.0 +0100
+++