Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2014-11-05 16:26:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-core (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-core.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-core"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes    2014-10-25 
08:33:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes       
2014-11-05 16:26:42.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Oct 24 12:29:04 UTC 2014 - lsle...@suse.cz
+
+- yast2-core-devel: removed obsolete dependencies (flex, sysfsutils
+  and hwinfo-devel), "ycp/Scanner.h" include file made private
+  (not installed anymore)
+- 3.1.13
+
+-------------------------------------------------------------------

Old:
----
  yast2-core-3.1.12.tar.bz2

New:
----
  yast2-core-3.1.13.tar.bz2

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

Other differences:
------------------
++++++ yast2-core.spec ++++++
--- /var/tmp/diff_new_pack.lgfPCN/_old  2014-11-05 16:26:43.000000000 +0100
+++ /var/tmp/diff_new_pack.lgfPCN/_new  2014-11-05 16:26:43.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-core
-Version:        3.1.12
+Version:        3.1.13
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -63,13 +63,7 @@
 Provides:       liby2util-devel = 2.16.1
 Obsoletes:      liby2util-devel < 2.16.1
 Requires:       glibc-devel
-Requires:       hwinfo-devel
 Requires:       libstdc++-devel
-Requires:       sysfsutils
-# required for libscr
-# for FlexLexer.h; I think that this dependency could be made
-# private but it seems not worth the effort
-Requires:       flex
 
 %description devel
 This package contains include and documentation files for developing

++++++ yast2-core-3.1.12.tar.bz2 -> yast2-core-3.1.13.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.12/.travis.yml 
new/yast2-core-3.1.13/.travis.yml
--- old/yast2-core-3.1.12/.travis.yml   2014-10-20 13:49:10.000000000 +0200
+++ new/yast2-core-3.1.13/.travis.yml   2014-10-31 17:16:21.000000000 +0100
@@ -2,13 +2,8 @@
 compiler:
     - gcc
 before_install:
-    - curl 
http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/Release.key
 | sudo apt-key add -
-    - echo "deb 
http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/ ./" 
| sudo tee -a /etc/apt/sources.list
-    - sudo apt-get update -q
-    - sudo apt-get install -y --no-install-recommends docbook-xsl xsltproc 
yast2-devtools bison flex libboost-dev pkg-config expect dejagnu libxcrypt-dev 
doxygen
-    # add extra locales for tests (see  
http://docs.travis-ci.com/user/common-build-problems/),
-    # upgrade automake to process flex/bison files properly
-    - sudo apt-get --reinstall install language-pack-en language-pack-cs 
automake
+    - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+    - sh ./travis_setup.sh -p "docbook-xsl xsltproc yast2-devtools bison flex 
libboost-dev pkg-config expect dejagnu libxcrypt-dev doxygen language-pack-en 
language-pack-cs automake"
 script:
     - make -f Makefile.cvs
     - make -j 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.12/base/tools/ycpc/ycpc.cc 
new/yast2-core-3.1.13/base/tools/ycpc/ycpc.cc
--- old/yast2-core-3.1.12/base/tools/ycpc/ycpc.cc       2014-10-20 
13:49:10.000000000 +0200
+++ new/yast2-core-3.1.13/base/tools/ycpc/ycpc.cc       2014-10-31 
17:16:21.000000000 +0100
@@ -21,6 +21,7 @@
 #include <YCP.h>
 #include <ycp/YCode.h>
 #include <ycp/Parser.h>
+#include <ycp/Scanner.h>
 #include <ycp/Bytecode.h>
 #include <ycp/Xmlcode.h>
 #include <ycp/Import.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.12/libycp/src/include/ycp/Makefile.am 
new/yast2-core-3.1.13/libycp/src/include/ycp/Makefile.am
--- old/yast2-core-3.1.12/libycp/src/include/ycp/Makefile.am    2014-10-20 
13:49:10.000000000 +0200
+++ new/yast2-core-3.1.13/libycp/src/include/ycp/Makefile.am    2014-10-31 
17:16:22.000000000 +0100
@@ -31,12 +31,15 @@
        YCPCodeCompare.h                                \
        Bytecode.h Import.h Point.h                     \
        YExpression.h YStatement.h YBlock.h             \
-       SymbolTable.h Scanner.h Parser.h                \
+       SymbolTable.h Parser.h                          \
        YSymbolEntry.h YBreakpoint.h                    \
        y2log.h ycpless.h pathsearch.h                  \
        y2string.h                                      \
        ExecutionEnvironment.h
 
+# do not install Scanner.h to avoid "flex" package dependency
+EXTRA_DIST=Scanner.h
+
 #<INSTALL-HEADER-TARGET>
 
 # Automatically inserted by insert_install_target
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.12/libycp/src/include/ycp/Parser.h 
new/yast2-core-3.1.13/libycp/src/include/ycp/Parser.h
--- old/yast2-core-3.1.12/libycp/src/include/ycp/Parser.h       2014-10-20 
13:49:10.000000000 +0200
+++ new/yast2-core-3.1.13/libycp/src/include/ycp/Parser.h       2014-10-31 
17:16:22.000000000 +0100
@@ -26,7 +26,6 @@
 #include <stdio.h>
 #include <string>
 
-#include "ycp/Scanner.h"
 #include "ycp/YCode.h"
 
 class Scanner;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.12/package/yast2-core.changes 
new/yast2-core-3.1.13/package/yast2-core.changes
--- old/yast2-core-3.1.12/package/yast2-core.changes    2014-10-20 
13:49:10.000000000 +0200
+++ new/yast2-core-3.1.13/package/yast2-core.changes    2014-10-31 
17:16:22.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Fri Oct 24 12:29:04 UTC 2014 - lsle...@suse.cz
+
+- yast2-core-devel: removed obsolete dependencies (flex, sysfsutils
+  and hwinfo-devel), "ycp/Scanner.h" include file made private
+  (not installed anymore)
+- 3.1.13
+
+-------------------------------------------------------------------
 Mon Oct 20 08:01:21 UTC 2014 - lsle...@suse.cz
 
 - Travis support: added .travis.yml, portability: added crypt vs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.12/package/yast2-core.spec 
new/yast2-core-3.1.13/package/yast2-core.spec
--- old/yast2-core-3.1.12/package/yast2-core.spec       2014-10-20 
13:49:10.000000000 +0200
+++ new/yast2-core-3.1.13/package/yast2-core.spec       2014-10-31 
17:16:22.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           yast2-core
-Version:        3.1.12
+Version:        3.1.13
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -58,12 +58,7 @@
 Summary:       YaST2 - Core Libraries
 Provides:      liby2util-devel = 2.16.1
 Obsoletes:     liby2util-devel < 2.16.1
-Requires:      hwinfo-devel
-Requires:      glibc-devel libstdc++-devel sysfsutils
-# required for libscr
-# for FlexLexer.h; I think that this dependency could be made
-# private but it seems not worth the effort
-Requires:      flex
+Requires:      glibc-devel libstdc++-devel
 
 %description devel
 This package contains include and documentation files for developing

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

Reply via email to