Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2013-10-14 09:32:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2 (Old)
 and      /work/SRC/openSUSE:Factory/.yast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2/yast2.changes      2013-09-27 
19:30:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2013-10-14 
09:32:55.000000000 +0200
@@ -1,0 +2,28 @@
+Wed Oct  9 13:45:40 UTC 2013 - jreidin...@suse.com
+
+- Install binaries to /usr/sbin instead of /sbin to be consistent 
+  with rest of world and use common specs. Symlinks are kept for
+  backward compatibility.
+- do not create sym links in sbin for zast or camel case yast
+
+-------------------------------------------------------------------
+Thu Sep 26 17:59:55 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+-------------------------------------------------------------------
+Tue Sep 24 10:03:12 UTC 2013 - jreidin...@suse.com
+
+- allow nested ipv4 in ipv6 (BNC#828683)
+- 3.0.9
+
+-------------------------------------------------------------------
+Tue Sep  3 08:47:37 UTC 2013 - mfi...@suse.com
+
+- bnc#837517
+    - fixed misinterpreting IPv6 prefixes when converting to netmask
+- 3.0.8 
+
+-------------------------------------------------------------------

Old:
----
  yast2-3.0.7.tar.bz2

New:
----
  yast2-3.1.0.tar.bz2

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

Other differences:
------------------
++++++ yast2.spec ++++++
--- /var/tmp/diff_new_pack.R2gzlo/_old  2013-10-14 09:32:56.000000000 +0200
+++ /var/tmp/diff_new_pack.R2gzlo/_new  2013-10-14 09:32:56.000000000 +0200
@@ -17,17 +17,17 @@
 
 
 Name:           yast2
-Version:        3.0.7
+Version:        3.1.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.bz2
 
 Source1:        yast2-rpmlintrc
 
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools
+BuildRequires:  yast2-devtools >= 3.0.6
 BuildRequires:  yast2-perl-bindings
 BuildRequires:  yast2-testsuite
 # Needed already in build time
@@ -153,43 +153,28 @@
 installation with YaST2.
 
 %prep
-%setup -n yast2-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_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
 
 # removed explicit adding of translations to group desktop files, since it is 
covered by the general call (they are in a subdirectory) and it caused build 
fail
 
 %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
-
-mkdir -p "$RPM_BUILD_ROOT"/usr/share/YaST2/clients
-mkdir -p "$RPM_BUILD_ROOT"%{_prefix}/share/applications/YaST2
-mkdir -p "$RPM_BUILD_ROOT"/usr/share/YaST2/images
-mkdir -p "$RPM_BUILD_ROOT"/usr/share/YaST2/locale
-mkdir -p "$RPM_BUILD_ROOT"/usr/share/YaST2/modules
-mkdir -p "$RPM_BUILD_ROOT"/usr/share/YaST2/scrconf
-mkdir -p "$RPM_BUILD_ROOT"%{_prefix}/lib/YaST2/bin
-mkdir -p "$RPM_BUILD_ROOT"/usr/share/YaST2/data
-mkdir -p "$RPM_BUILD_ROOT"/usr/share/YaST2/include
-mkdir -p "$RPM_BUILD_ROOT"/var/lib/YaST2
-mkdir -p "$RPM_BUILD_ROOT"/usr/share/YaST2/schema/control/rnc
-mkdir -p "$RPM_BUILD_ROOT"/usr/share/YaST2/schema/autoyast/rnc
+%yast_install
+
+mkdir -p "$RPM_BUILD_ROOT"%{yast_clientdir}
+mkdir -p "$RPM_BUILD_ROOT"%{yast_desktopdir}
+mkdir -p "$RPM_BUILD_ROOT"%{yast_imagedir}
+mkdir -p "$RPM_BUILD_ROOT"%{yast_localedir}
+mkdir -p "$RPM_BUILD_ROOT"%{yast_moduledir}
+mkdir -p "$RPM_BUILD_ROOT"%{yast_scrconfdir}
+mkdir -p "$RPM_BUILD_ROOT"%{yast_ybindir}
+mkdir -p "$RPM_BUILD_ROOT"%{yast_ydatadir}
+mkdir -p "$RPM_BUILD_ROOT"%{yast_yncludedir}
+mkdir -p "$RPM_BUILD_ROOT"%{yast_vardir}
+mkdir -p "$RPM_BUILD_ROOT"%{yast_schemadir}/control/rnc
+mkdir -p "$RPM_BUILD_ROOT"%{yast_schemadir}/autoyast/rnc
 mkdir -p "$RPM_BUILD_ROOT"/etc/YaST2
 
 # symlink the yardoc duplicates, saves over 2MB in installed system
@@ -197,9 +182,6 @@
 # because of the compression)
 %fdupes -s %buildroot/%_prefix/share/doc/packages/yast2
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %post
 %{fillup_only -n yast2}
 
@@ -208,77 +190,78 @@
 
 # basic directory structure
 
-%dir /usr/share/YaST2/clients
-%dir %{_prefix}/share/applications/YaST2
-%{_prefix}/share/applications/YaST2/groups
-%dir /usr/share/YaST2/images
-%dir /usr/share/YaST2/locale
-%dir /usr/share/YaST2/modules
-%dir /usr/share/YaST2/scrconf
-%dir %{_prefix}/lib/YaST2/bin
-%dir /usr/share/YaST2/data
-%dir /usr/share/YaST2/include
-%dir /var/lib/YaST2
-%dir /usr/share/YaST2/schema
-%dir /usr/share/YaST2/schema/control
-%dir /usr/share/YaST2/schema/control/rnc
-%dir /usr/share/YaST2/schema/autoyast
-%dir /usr/share/YaST2/schema/autoyast/rnc
-%dir /etc/YaST2
+%dir %{yast_clientdir}
+%dir %{yast_desktopdir}
+%{yast_desktopdir}/groups
+%dir %{yast_imagedir}
+%dir %{yast_localedir}
+%dir %{yast_moduledir}
+%dir %{yast_scrconfdir}
+%dir %{yast_ybindir}
+%dir %{yast_ydatadir}
+%dir %{yast_yncludedir}
+%dir %{yast_vardir}
+%dir %{yast_schemadir}
+%dir %{yast_schemadir}/control
+%dir %{yast_schemadir}/control/rnc
+%dir %{yast_schemadir}/autoyast
+%dir %{yast_schemadir}/autoyast/rnc
+%dir %{_sysconfdir}/YaST2
 
 # yast2
 
-/usr/share/YaST2/data/*.ycp
-/usr/share/YaST2/clients/*
-/usr/share/YaST2/modules/*
-/usr/share/YaST2/scrconf/*
-%{_prefix}/lib/YaST2/bin/*
-/usr/lib/YaST2/servers_non_y2/ag_*
-/etc/bash_completion.d/yast2*.sh
-/etc/YaST2/XVersion
+%{yast_ydatadir}/*.ycp
+%{yast_clientdir}/*
+%{yast_moduledir}/*
+%{yast_scrconfdir}/*
+%{yast_ybindir}/*
+%{yast_agentdir}/ag_*
+%{_sysconfdir}/bash_completion.d/yast2*.sh
+%{_sysconfdir}/YaST2/XVersion
 /var/adm/fillup-templates/sysconfig.yast2
 
 # documentation (not included in devel subpackage)
-%doc %dir %{_prefix}/share/doc/packages/yast2
-%doc %{_prefix}/share/doc/packages/yast2/COPYING
-%doc %{_prefix}/share/doc/packages/yast2/README
+%doc %dir %{yast_docdir}
+%doc %{yast_docdir}/COPYING
+%doc %{yast_docdir}/README
 %doc %{_mandir}/*/*
 
 /sbin/*
+%{_sbindir}/*
 
 # wizard
-%dir /usr/share/YaST2/include/wizard
-/usr/share/YaST2/include/wizard/*.rb
+%dir %{yast_yncludedir}/wizard
+%{yast_yncludedir}/wizard/*.rb
 
 #packags
-%dir /usr/share/YaST2/include/packages
-/usr/share/YaST2/include/packages/*.rb
+%dir %{yast_yncludedir}/packages
+%{yast_yncludedir}/packages/*.rb
 
 #system
-%dir /usr/share/YaST2/include/hwinfo
-/usr/share/YaST2/include/hwinfo/*.rb
-%{_prefix}/share/applications/YaST2/messages.desktop
+%dir %{yast_yncludedir}/hwinfo
+%{yast_yncludedir}/hwinfo/*.rb
+%{yast_desktopdir}/messages.desktop
 
 # documentation
 
 %files devel-doc
 %defattr(-,root,root)
 
-%doc %{_prefix}/share/doc/packages/yast2/autodocs
-%doc %{_prefix}/share/doc/packages/yast2/commandline
-%doc %{_prefix}/share/doc/packages/yast2/control
-%doc %{_prefix}/share/doc/packages/yast2/cron
-%doc %{_prefix}/share/doc/packages/yast2/cwm
-%doc %{_prefix}/share/doc/packages/yast2/desktop
-%doc %{_prefix}/share/doc/packages/yast2/gpg
-%doc %{_prefix}/share/doc/packages/yast2/log
-%doc %{_prefix}/share/doc/packages/yast2/network
-%doc %{_prefix}/share/doc/packages/yast2/packages
-%doc %{_prefix}/share/doc/packages/yast2/runlevel
-%doc %{_prefix}/share/doc/packages/yast2/sequencer
-%doc %{_prefix}/share/doc/packages/yast2/system
-%doc %{_prefix}/share/doc/packages/yast2/types
-%doc %{_prefix}/share/doc/packages/yast2/wizard
-%doc %{_prefix}/share/doc/packages/yast2/xml
+%doc %{yast_docdir}/autodocs
+%doc %{yast_docdir}/commandline
+%doc %{yast_docdir}/control
+%doc %{yast_docdir}/cron
+%doc %{yast_docdir}/cwm
+%doc %{yast_docdir}/desktop
+%doc %{yast_docdir}/gpg
+%doc %{yast_docdir}/log
+%doc %{yast_docdir}/network
+%doc %{yast_docdir}/packages
+%doc %{yast_docdir}/runlevel
+%doc %{yast_docdir}/sequencer
+%doc %{yast_docdir}/system
+%doc %{yast_docdir}/types
+%doc %{yast_docdir}/wizard
+%doc %{yast_docdir}/xml
 
 %changelog

++++++ yast2-3.0.7.tar.bz2 -> yast2-3.1.0.tar.bz2 ++++++
++++ 80893 lines of diff (skipped)

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

Reply via email to