Hello community, here is the log from the commit of package zmd checked in at Tue Feb 27 08:47:22 CET 2007. -------- --- zmd/zmd.changes 2007-02-19 09:06:00.000000000 +0100 +++ /mounts/work_src_done/STABLE/zmd/zmd.changes 2007-02-27 06:52:10.000000000 +0100 @@ -1,0 +2,14 @@ +Tue Feb 27 06:48:10 CET 2007 - mrashmiranjan@novell.com + +- Added a new API FilterDuplicates() that filters + out packages of other arch if a package of current arch is in the list of installs. + FIxes # 239350 +- Added a new API FilterDuplicates() that filters + out packages of other arch if a package of current arch is in the list of installs. + Fixes # 247761 +- used commit in stead of rollback on exception. + Fixes # 239350 +- Modified the arguments being passed to libzypp beackend for ervice addition. + Fixes # 233681 + +------------------------------------------------------------------- New: ---- SqliteClient-dll-config.patch SqliteClient-dll-config-zmd.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zmd.spec ++++++ --- /var/tmp/diff_new_pack.q21957/_old 2007-02-27 08:47:12.000000000 +0100 +++ /var/tmp/diff_new_pack.q21957/_new 2007-02-27 08:47:12.000000000 +0100 @@ -14,7 +14,7 @@ BuildRequires: dbus-1-mono libzypp-zmd-backend log4net mono-basic mono-data-sqlite mono-devel perl-XML-Parser rpm-devel sqlite-devel URL: http://www.novell.com Version: 7.1.100.0 -Release: 63 +Release: 64 License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 @@ -33,6 +33,8 @@ Patch10: zmd-man_perms.patch Patch11: zmd-init-try-restart.patch Patch12: zmd-conf.patch +Patch13: SqliteClient-dll-config-zmd.patch +Patch14: SqliteClient-dll-config.patch Summary: Novell ZENworks Linux Management daemon Group: System/Daemons Autoreqprov: on @@ -93,6 +95,11 @@ %patch10 %patch11 -p1 %patch12 +%if 0%{?suse_version} >= 1020 +%patch13 +%else +%patch14 +%endif %build libtoolize -f @@ -126,7 +133,7 @@ # ugh (3)! mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates cp sysconfig.zmd $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.zmd -cp $RPM_SOURCE_DIR/Novell.Zenworks.Zmd.SqliteClient.dll.config $RPM_BUILD_ROOT/usr/lib/zmd +cp Novell.Zenworks.Zmd.SqliteClient.dll.config $RPM_BUILD_ROOT/usr/lib/zmd %clean rm -rf $RPM_BUILD_ROOT @@ -199,6 +206,17 @@ %{_libdir}/pkgconfig/rpm-sharp.pc %changelog +* Tue Feb 27 2007 - mrashmiranjan@novell.com +- Added a new API FilterDuplicates() that filters + out packages of other arch if a package of current arch is in the list of installs. + FIxes # 239350 +- Added a new API FilterDuplicates() that filters + out packages of other arch if a package of current arch is in the list of installs. + Fixes # 247761 +- used commit in stead of rollback on exception. + Fixes # 239350 +- Modified the arguments being passed to libzypp beackend for ervice addition. + Fixes # 233681 * Mon Feb 19 2007 - bvenugopal@suse.de - Integraded localization files for Italian, Japanese and Chinese (Simplified and Traditional) from SUSE #Bug 155817 ++++++ Novell.Zenworks.Zmd.SqliteClient.dll.config ++++++ --- zmd/Novell.Zenworks.Zmd.SqliteClient.dll.config 2007-02-07 02:51:00.000000000 +0100 +++ /mounts/work_src_done/STABLE/zmd/Novell.Zenworks.Zmd.SqliteClient.dll.config 2007-02-27 03:30:23.000000000 +0100 @@ -1,4 +1,4 @@ <configuration> - <dllmap dll="sqlite3" target="libsqlite3.so.0" /> + <dllmap dll="sqlite3" target="libsqlitezmd3.so.0" /> </configuration> ++++++ retry-interval.patch ++++++ --- /var/tmp/diff_new_pack.q21957/_old 2007-02-27 08:47:12.000000000 +0100 +++ /var/tmp/diff_new_pack.q21957/_new 2007-02-27 08:47:12.000000000 +0100 @@ -1,9 +1,9 @@ ---- src/Prefs.cs 2006-05-16 23:28:02.551825870 +0200 -+++ src/Prefs.cs.rian 2006-05-16 23:28:14.812687692 +0200 -@@ -438,7 +438,7 @@ +--- src/Prefs.cs 2007-02-25 21:37:48.000000000 +0530 ++++ src/New_Prefs.cs 2007-02-26 01:42:18.000000000 +0530 +@@ -459,7 +459,7 @@ this.description = GettextCatalog.GetString ("How long to wait between retries of a service addition, in seconds"); this.category = GettextCatalog.GetString ("Server"); - this.type = typeof (int); + this.type = typeof (uint); - this.default_value = (int) 300; // 5 minutes + this.default_value = (int) 60 * 30; // 30 minutes } ++++++ sleep-interval.patch ++++++ --- /var/tmp/diff_new_pack.q21957/_old 2007-02-27 08:47:12.000000000 +0100 +++ /var/tmp/diff_new_pack.q21957/_new 2007-02-27 08:47:12.000000000 +0100 @@ -1,9 +1,9 @@ ---- src/Prefs.cs 2006-04-24 23:40:44.000000000 +0200 -+++ src/Prefs.cs.rian 2006-05-25 19:38:33.963676619 +0200 -@@ -524,7 +524,7 @@ +--- src/Prefs.cs 2007-02-25 21:37:48.000000000 +0530 ++++ src/New_Prefs.cs 2007-02-26 01:45:20.000000000 +0530 +@@ -565,7 +565,7 @@ this.description = GettextCatalog.GetString ("Number of seconds of inactivity until sleep occurs"); this.category = GettextCatalog.GetString ("Server"); - this.type = typeof (int); + this.type = typeof (uint); - this.default_value = (int) 60 * 5; // 5 minutes + this.default_value = (int) 60 * 30; // 30 minutes } ++++++ SqliteClient-dll-config.patch ++++++ --- /dev/null 2006-06-16 15:07:58.000000000 +0200 +++ Novell.Zenworks.Zmd.SqliteClient.dll.config 2007-02-07 01:51:00.000000000 +0100 @@ -0,0 +1,4 @@ +<configuration> + <dllmap dll="sqlite3" target="libsqlite3.so.0" /> +</configuration> + ++++++ SqliteClient-dll-config-zmd.patch ++++++ --- /dev/null 2006-06-16 15:07:58.000000000 +0200 +++ Novell.Zenworks.Zmd.SqliteClient.dll.config 2007-02-27 03:30:23.000000000 +0100 @@ -0,0 +1,4 @@ +<configuration> + <dllmap dll="sqlite3" target="libsqlitezmd3.so.0" /> +</configuration> + ++++++ zmd-7.1.100.0.tar.bz2 ++++++ ++++ 68732 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de