Mailinglist Archive: opensuse-commit (1419 mails)
| < Previous | Next > |
commit yast2-dns-server
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 10 May 2008 02:16:24 +0200
- Message-id: <20080510001624.EF0976780DE@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package yast2-dns-server
checked in at Sat May 10 02:16:24 CEST 2008.
--------
--- yast2-dns-server/yast2-dns-server.changes 2008-04-14 10:14:14.000000000
+0200
+++ yast2-dns-server/yast2-dns-server.changes 2008-05-09 10:51:18.000000000
+0200
@@ -1,0 +2,6 @@
+Fri May 9 10:50:13 CEST 2008 - locilka@xxxxxxx
+
+- Fixed "Records" handling (bnc #377029).
+- 2.16.4
+
+-------------------------------------------------------------------
Old:
----
yast2-dns-server-2.16.3.tar.bz2
New:
----
yast2-dns-server-2.16.4.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-dns-server.spec ++++++
--- /var/tmp/diff_new_pack.n22103/_old 2008-05-10 02:16:10.000000000 +0200
+++ /var/tmp/diff_new_pack.n22103/_new 2008-05-10 02:16:10.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-dns-server (Version 2.16.3)
+# spec file for package yast2-dns-server (Version 2.16.4)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -12,12 +12,12 @@
Name: yast2-dns-server
-Version: 2.16.3
+Version: 2.16.4
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-dns-server-2.16.3.tar.bz2
+Source0: yast2-dns-server-2.16.4.tar.bz2
Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools
yast2-ldap-client yast2-perl-bindings yast2-testsuite
Requires: /usr/bin/host
@@ -46,7 +46,7 @@
Lukas Ocilka <locilka@xxxxxxx>
%prep
-%setup -n yast2-dns-server-2.16.3
+%setup -n yast2-dns-server-2.16.4
%build
%{prefix}/bin/y2tool y2autoconf
@@ -89,6 +89,9 @@
/usr/share/YaST2/schema/autoyast/rnc/dns-server.rnc
%doc %{prefix}/share/doc/packages/yast2-dns-server
%changelog
+* Fri May 09 2008 locilka@xxxxxxx
+- Fixed "Records" handling (bnc #377029).
+- 2.16.4
* Mon Mar 17 2008 jsrain@xxxxxxx
- added 'StartupNotify=true' to the desktop file (bnc #304964)
- 2.16.3
++++++ yast2-dns-server-2.16.3.tar.bz2 -> yast2-dns-server-2.16.4.tar.bz2 ++++++
++++ 2724 lines of diff (skipped)
++++ retrying with extended exclude list
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/yast2-dns-server-2.16.3/configure.in
new/yast2-dns-server-2.16.4/configure.in
--- old/yast2-dns-server-2.16.3/configure.in 2008-04-14 10:13:59.000000000
+0200
+++ new/yast2-dns-server-2.16.4/configure.in 2008-05-09 10:51:53.000000000
+0200
@@ -3,7 +3,7 @@
dnl -- This file is generated by y2autoconf 2.16.7 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-dns-server, 2.16.3, http://bugs.opensuse.org/, yast2-dns-server)
+AC_INIT(yast2-dns-server, 2.16.4, http://bugs.opensuse.org/, yast2-dns-server)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -18,7 +18,7 @@
AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
dnl Important YaST2 variables
-VERSION="2.16.3"
+VERSION="2.16.4"
RPMNAME="yast2-dns-server"
MAINTAINER="Lukas Ocilka <locilka@xxxxxxx>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/yast2-dns-server-2.16.3/src/dialog-masterzone.ycp
new/yast2-dns-server-2.16.4/src/dialog-masterzone.ycp
--- old/yast2-dns-server-2.16.3/src/dialog-masterzone.ycp 2007-05-18
10:06:10.000000000 +0200
+++ new/yast2-dns-server-2.16.4/src/dialog-masterzone.ycp 2008-05-09
10:51:43.000000000 +0200
@@ -5,7 +5,7 @@
* Authors: Jiri Srain <jiri.srain@xxxxxxx>,
* Lukas Ocilka <lukas.ocilka@xxxxxxx>
*
- * $Id: dialog-masterzone.ycp 37739 2007-04-26 13:29:48Z locilka $
+ * $Id: dialog-masterzone.ycp 47393 2008-05-09 08:51:42Z locilka $
*/
{
@@ -1039,11 +1039,14 @@
});
integer r = (integer)
- UI::QueryWidget (`id ("records_list"), `CurrentItem );
+ UI::QueryWidget (`id ("records_list"), `CurrentItem);
+ if (r == nil) r = items [0, 0, 0]:0;
+
UI::ChangeWidget (`id ("records_list"), `Items, items);
UI::ChangeWidget (`id ("records_list"), `CurrentItem, r);
UI::ChangeWidget (`id ("delete_record"), `Enabled, size (items) > 0);
UI::ChangeWidget (`id ("change_record"), `Enabled, size (items) > 0);
+
if (size (items) > 0)
{
r = (integer)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/yast2-dns-server-2.16.3/VERSION new/yast2-dns-server-2.16.4/VERSION
--- old/yast2-dns-server-2.16.3/VERSION 2008-04-14 10:08:05.000000000 +0200
+++ new/yast2-dns-server-2.16.4/VERSION 2008-05-09 10:51:11.000000000 +0200
@@ -1 +1 @@
-2.16.3
+2.16.4
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |