Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2018-12-31 09:40:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-devtools (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-devtools.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-devtools"

Mon Dec 31 09:40:10 2018 rev:96 rq:652284 version:4.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes    
2018-07-27 10:55:04.285512125 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new.28833/yast2-devtools.changes 
2018-12-31 09:40:12.958519784 +0100
@@ -1,0 +2,22 @@
+Wed Nov 28 09:04:45 UTC 2018 - lsle...@suse.cz
+
+- Fix up for the icondir path expansion (boo#1109310)
+- 4.1.2
+
+-------------------------------------------------------------------
+Tue Nov 27 15:16:44 UTC 2018 - Stasiek Michalski <hel...@mailbox.org>
+
+- Provide icon with module (boo#1109310)
+- 4.1.1
+
+-------------------------------------------------------------------
+Tue Oct 16 15:17:18 CEST 2018 - sch...@suse.de
+
+- Added license file to spec.
+
+-------------------------------------------------------------------
+Wed Aug 22 14:41:29 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+-------------------------------------------------------------------

Old:
----
  yast2-devtools-4.1.0.tar.bz2

New:
----
  yast2-devtools-4.1.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-devtools.spec ++++++
--- /var/tmp/diff_new_pack.8E9C9S/_old  2018-12-31 09:40:13.514519329 +0100
+++ /var/tmp/diff_new_pack.8E9C9S/_new  2018-12-31 09:40:13.530519316 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-devtools
-Version:        4.1.0
+Version:        4.1.2
 Release:        0
 Url:            http://github.com/yast/yast-devtools
 
@@ -36,7 +36,7 @@
 Requires:       yast2-buildtools
 
 Summary:        YaST2 - Development Tools
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/YaST
 
 BuildArch:      noarch
@@ -167,5 +167,6 @@
 %{_datadir}/YaST2/data/devtools/data/YaST2.dict.txt
 %{_datadir}/YaST2/data/devtools/bin/y2autoconf
 %{_datadir}/YaST2/data/devtools/bin/y2automake
+%license COPYING
 
 %changelog

++++++ yast2-devtools-4.1.0.tar.bz2 -> yast2-devtools-4.1.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-devtools-4.1.0/build-tools/aclocal/y2autoconf.m4 
new/yast2-devtools-4.1.2/build-tools/aclocal/y2autoconf.m4
--- old/yast2-devtools-4.1.0/build-tools/aclocal/y2autoconf.m4  2018-07-25 
15:27:42.000000000 +0200
+++ new/yast2-devtools-4.1.2/build-tools/aclocal/y2autoconf.m4  2018-11-28 
10:21:25.000000000 +0100
@@ -43,6 +43,7 @@
 
 ydatadir=${yast2dir}/data
 imagedir=${yast2dir}/images
+icondir=\${prefix}/share/icons
 themedir=${yast2dir}/theme
 localedir=${yast2dir}/locale
 clientdir=${yast2dir}/clients
@@ -70,6 +71,7 @@
 
 AC_SUBST(ydatadir)
 AC_SUBST(imagedir)
+AC_SUBST(icondir)
 AC_SUBST(themedir)
 AC_SUBST(localedir)
 AC_SUBST(clientdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-4.1.0/build-tools/rpm/macros.yast 
new/yast2-devtools-4.1.2/build-tools/rpm/macros.yast
--- old/yast2-devtools-4.1.0/build-tools/rpm/macros.yast        2018-07-25 
15:27:42.000000000 +0200
+++ new/yast2-devtools-4.1.2/build-tools/rpm/macros.yast        2018-11-28 
10:21:25.000000000 +0100
@@ -6,6 +6,7 @@
 
 %yast_ydatadir %{yast_dir}/data
 %yast_imagedir %{yast_dir}/images
+%yast_icondir %{_datadir}/icons
 %yast_themedir %{yast_dir}/theme
 %yast_localedir %{yast_dir}/locale
 %yast_clientdir %{yast_dir}/clients
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-4.1.0/build-tools/scripts/y2autoconf 
new/yast2-devtools-4.1.2/build-tools/scripts/y2autoconf
--- old/yast2-devtools-4.1.0/build-tools/scripts/y2autoconf     2018-07-25 
15:27:42.000000000 +0200
+++ new/yast2-devtools-4.1.2/build-tools/scripts/y2autoconf     2018-11-28 
10:21:25.000000000 +0100
@@ -126,6 +126,7 @@
 ydatadir=${yast2dir}/data
 imagedir=${yast2dir}/images
 themedir=${yast2dir}/theme
+icondir=\${prefix}/share/icons
 localedir=${yast2dir}/locale
 clientdir=${yast2dir}/clients
 moduledir=${yast2dir}/modules
@@ -156,6 +157,7 @@
 
 AC_SUBST(ydatadir)
 AC_SUBST(imagedir)
+AC_SUBST(icondir)
 AC_SUBST(themedir)
 AC_SUBST(localedir)
 AC_SUBST(clientdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-4.1.0/package/yast2-devtools.changes 
new/yast2-devtools-4.1.2/package/yast2-devtools.changes
--- old/yast2-devtools-4.1.0/package/yast2-devtools.changes     2018-07-25 
15:27:42.000000000 +0200
+++ new/yast2-devtools-4.1.2/package/yast2-devtools.changes     2018-11-28 
10:21:25.000000000 +0100
@@ -1,4 +1,26 @@
 -------------------------------------------------------------------
+Wed Nov 28 09:04:45 UTC 2018 - lsle...@suse.cz
+
+- Fix up for the icondir path expansion (boo#1109310)
+- 4.1.2
+
+-------------------------------------------------------------------
+Tue Nov 27 15:16:44 UTC 2018 - Stasiek Michalski <hel...@mailbox.org>
+
+- Provide icon with module (boo#1109310)
+- 4.1.1
+
+-------------------------------------------------------------------
+Tue Oct 16 15:17:18 CEST 2018 - sch...@suse.de
+
+- Added license file to spec.
+
+-------------------------------------------------------------------
+Wed Aug 22 14:41:29 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+-------------------------------------------------------------------
 Wed Jul 25 08:56:11 UTC 2018 - lsle...@suse.cz
 
 - Pass absolute paths to "yard", relative paths do not work anymore
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-4.1.0/package/yast2-devtools.spec 
new/yast2-devtools-4.1.2/package/yast2-devtools.spec
--- old/yast2-devtools-4.1.0/package/yast2-devtools.spec        2018-07-25 
15:27:42.000000000 +0200
+++ new/yast2-devtools-4.1.2/package/yast2-devtools.spec        2018-11-28 
10:21:25.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-devtools
-Version:        4.1.0
+Version:        4.1.2
 Release:        0
 Url:            http://github.com/yast/yast-devtools
 
@@ -36,7 +36,7 @@
 Requires:       yast2-buildtools
 
 Summary:        YaST2 - Development Tools
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/YaST
 
 BuildArch:      noarch
@@ -168,6 +168,7 @@
 %{_datadir}/YaST2/data/devtools/data/YaST2.dict.txt
 %{_datadir}/YaST2/data/devtools/bin/y2autoconf
 %{_datadir}/YaST2/data/devtools/bin/y2automake
+%license COPYING
 
 
 


Reply via email to