Hello community,

here is the log from the commit of package yast2-devtools for openSUSE:Factory 
checked in at 2013-12-19 13:35:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-devtools (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-devtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-devtools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-devtools/yast2-devtools.changes    
2013-12-17 07:31:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-devtools.new/yast2-devtools.changes       
2013-12-19 13:35:59.000000000 +0100
@@ -1,0 +2,13 @@
+Wed Dec 18 09:14:21 UTC 2013 - lsle...@suse.cz
+
+- added @ylibdir@ and @controldir@ automake macros
+- added %yast_controldir RPM macro
+- 3.1.15
+
+-------------------------------------------------------------------
+Tue Dec 17 21:39:48 UTC 2013 - lsle...@suse.cz
+
+- added %yast_libdir RPM macro
+- 3.1.14
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-devtools.spec ++++++
--- /var/tmp/diff_new_pack.gJkUoO/_old  2013-12-19 13:36:00.000000000 +0100
+++ /var/tmp/diff_new_pack.gJkUoO/_new  2013-12-19 13:36:00.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-devtools
-Version:        3.1.13
+Version:        3.1.15
 Release:        0
 Url:            http://github.com/yast/yast-devtools
 

++++++ yast2-devtools-3.1.13.tar.bz2 -> yast2-devtools-3.1.15.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.13/build-tools/rpm/macros.yast 
new/yast2-devtools-3.1.15/build-tools/rpm/macros.yast
--- old/yast2-devtools-3.1.13/build-tools/rpm/macros.yast       2013-12-16 
13:49:01.000000000 +0100
+++ new/yast2-devtools-3.1.15/build-tools/rpm/macros.yast       2013-12-19 
10:13:41.000000000 +0100
@@ -11,6 +11,8 @@
 %yast_clientdir %{yast_dir}/clients
 %yast_moduledir %{yast_dir}/modules
 %yast_yncludedir %{yast_dir}/include
+%yast_libdir %{yast_dir}/lib
+%yast_controldir %{yast_dir}/control
 %yast_schemadir %{yast_dir}/schema
 %yast_scrconfdir %{yast_dir}/scrconf
 %yast_desktopdir %{_prefix}/share/applications/YaST2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.13/build-tools/scripts/y2autoconf 
new/yast2-devtools-3.1.15/build-tools/scripts/y2autoconf
--- old/yast2-devtools-3.1.13/build-tools/scripts/y2autoconf    2013-12-16 
13:49:01.000000000 +0100
+++ new/yast2-devtools-3.1.15/build-tools/scripts/y2autoconf    2013-12-19 
10:13:41.000000000 +0100
@@ -136,6 +136,8 @@
 clientdir=${yast2dir}/clients
 moduledir=${yast2dir}/modules
 yncludedir=${yast2dir}/include
+ylibdir=${yast2dir}/lib
+controldir=${yast2dir}/control
 schemadir=${yast2dir}/schema
 scrconfdir=${yast2dir}/scrconf
 desktopdir=\${prefix}/share/applications/YaST2
@@ -166,6 +168,8 @@
 AC_SUBST(clientdir)
 AC_SUBST(moduledir)
 AC_SUBST(yncludedir)
+AC_SUBST(ylibdir)
+AC_SUBST(controldir)
 AC_SUBST(schemadir)
 AC_SUBST(scrconfdir)
 AC_SUBST(agentdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.13/package/yast2-devtools.changes 
new/yast2-devtools-3.1.15/package/yast2-devtools.changes
--- old/yast2-devtools-3.1.13/package/yast2-devtools.changes    2013-12-16 
13:49:01.000000000 +0100
+++ new/yast2-devtools-3.1.15/package/yast2-devtools.changes    2013-12-19 
10:13:41.000000000 +0100
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Wed Dec 18 09:14:21 UTC 2013 - lsle...@suse.cz
+
+- added @ylibdir@ and @controldir@ automake macros
+- added %yast_controldir RPM macro
+- 3.1.15
+
+-------------------------------------------------------------------
+Tue Dec 17 21:39:48 UTC 2013 - lsle...@suse.cz
+
+- added %yast_libdir RPM macro
+- 3.1.14
+
+-------------------------------------------------------------------
 Mon Dec 16 08:51:24 UTC 2013 - lsle...@suse.cz
 
 - use the first "Version" tag from spec when looking for the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-devtools-3.1.13/package/yast2-devtools.spec 
new/yast2-devtools-3.1.15/package/yast2-devtools.spec
--- old/yast2-devtools-3.1.13/package/yast2-devtools.spec       2013-12-16 
13:49:01.000000000 +0100
+++ new/yast2-devtools-3.1.15/package/yast2-devtools.spec       2013-12-19 
10:13:41.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-devtools
-Version:        3.1.13
+Version:        3.1.15
 Release:        0
 Url:            http://github.com/yast/yast-devtools
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to