Hello community,

here is the log from the commit of package yast2-core for openSUSE:Factory 
checked in at 2013-10-11 11:06:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2013-09-27 
19:39:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes       
2013-10-11 11:06:16.000000000 +0200
@@ -1,0 +2,21 @@
+Wed Oct  2 14:56:39 UTC 2013 - [email protected]
+
+- Adapt to incompatible changes in bison 3.0
+- 3.1.2
+
+-------------------------------------------------------------------
+Tue Oct  1 14:59:08 UTC 2013 - [email protected]
+
+- port from opensuse 13.1: fixed a segfault at the end of 'scr'
+  program used during the installation, leading to /core file
+  (BNC#841623)
+- 3.1.1
+
+-------------------------------------------------------------------
+Wed Sep 18 14:39:27 UTC 2013 - [email protected]
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-core.spec ++++++
--- /var/tmp/diff_new_pack.hZmr6m/_old  2013-10-11 11:06:17.000000000 +0200
+++ /var/tmp/diff_new_pack.hZmr6m/_new  2013-10-11 11:06:17.000000000 +0200
@@ -17,11 +17,11 @@
 
 
 Name:           yast2-core
-Version:        3.0.1
+Version:        3.1.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-core-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 
 # obviously
 BuildRequires:  boost-devel
@@ -33,7 +33,7 @@
 # incompatible change, parser.h -> parser.hh
 BuildRequires:  automake >= 1.12
 # needed for all yast packages
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 # testsuite
 BuildRequires:  dejagnu
 # autodocs
@@ -84,7 +84,7 @@
 YCP debugger client.
 
 %prep
-%setup -n yast2-core-%{version}
+%setup -n %{name}-%{version}
 
 %build
 
@@ -97,32 +97,14 @@
 
 export SUSE_ASNEEDED=0 # disable --as-needed until this package is fixed
 
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
-    d=${f##*/}
-    %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
+%yast_install
 
-mkdir -p "$RPM_BUILD_ROOT"/var/log/YaST2
+mkdir -p "$RPM_BUILD_ROOT"%{yast_logdir}
 %perl_process_packlist
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %post
 /sbin/ldconfig
 # bnc#485992, since oS 11.2
@@ -142,28 +124,28 @@
 %endif
 %dir /usr/share/YaST2
 
-%dir %attr(0700,root,root) /var/log/YaST2
-%dir %{_prefix}/lib/YaST2/bin
-%dir %{_libdir}/YaST2/plugin
-%dir /usr/share/YaST2/scrconf
-%dir %{_prefix}/lib/YaST2/servers
-%dir %{_prefix}/lib/YaST2/servers_non_y2
+%dir %attr(0700,root,root) %{yast_logdir}
+%dir %{yast_ybindir}
+%dir %{yast_plugindir}
+%dir %{yast_scrconfdir}
+%dir %{yast_execcompdir}/servers
+%dir %{yast_execcompdir}/servers_non_y2
 
 /usr/bin/ycpc
 %{_libdir}/lib*.so.*
-%{_prefix}/lib/YaST2/bin/y2base
-%{_prefix}/lib/YaST2/bin/startshell
-%{_prefix}/lib/YaST2/bin/tty_wrapper
-%{_prefix}/lib/YaST2/bin/md_autorun
-%{_prefix}/lib/YaST2/bin/elf-arch
-%{_libdir}/YaST2/plugin/lib*.so.*
-/usr/share/YaST2/scrconf/*.scr
-%{_prefix}/lib/YaST2/servers/scr
-%{_prefix}/lib/YaST2/servers_non_y2/ag_*
+%{yast_ybindir}/y2base
+%{yast_ybindir}/startshell
+%{yast_ybindir}/tty_wrapper
+%{yast_ybindir}/md_autorun
+%{yast_ybindir}/elf-arch
+%{yast_plugindir}/lib*.so.*
+%{yast_scrconfdir}/*.scr
+%{yast_execcompdir}/servers/scr
+%{yast_execcompdir}/servers_non_y2/ag_*
 # perl part (stdio agents)
 # *: regular build compresses them, debug does not
-%_mandir/man3/ycp.3pm*
-%_mandir/man3/YaST::SCRAgent.3pm*
+%{_mandir}/man3/ycp.3pm*
+%{_mandir}/man3/YaST::SCRAgent.3pm*
 %{perl_vendorlib}/ycp.pm
 %dir %{perl_vendorlib}/YaST
 %{perl_vendorlib}/YaST/SCRAgent.pm
@@ -176,19 +158,19 @@
 
 %files devel
 %defattr(-,root,root)
-%{_prefix}/lib/YaST2/bin/ybcdump
+%{yast_ybindir}/ybcdump
 %{_libdir}/lib*.so
 %{_libdir}/lib*.la
-%{_libdir}/YaST2/plugin/lib*.so
-%{_libdir}/YaST2/plugin/lib*.la
-%{_prefix}/include/YaST2
+%{yast_plugindir}/lib*.so
+%{yast_plugindir}/lib*.la
+%{yast_includedir}
 %{_libdir}/pkgconfig/yast2-core.pc
-%doc %{_prefix}/share/doc/packages/yast2-core
+%doc %{yast_docdir}
 %doc %{_datadir}/doc/yastdoc
-/usr/share/YaST2/data/devtools/bin/generateYCPWrappers
+%{yast_ydatadir}/devtools/bin/generateYCPWrappers
 
 %files debugger
 %defattr(-,root,root)
-%attr(0755,-,-) /usr/lib/YaST2/bin/ycp-debugger
+%attr(0755,-,-) %{yast_ybindir}/ycp-debugger
 
 %changelog

++++++ yast2-core-3.0.1.tar.bz2 -> yast2-core-3.1.2.tar.bz2 ++++++
++++ 143964 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to