From 52205e6ab09c0902d5f7d913184a847dc9cc79ce23e6a319703744ddfd70b8aa Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 6 Sep 2007 18:58:31 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-network?expand=0&rev=67 --- yast2-network-2.15.72.tar.bz2 | 3 --- yast2-network-2.15.74.tar.bz2 | 3 +++ yast2-network.changes | 34 ++++++++++++++++++++++++++++++++++ yast2-network.spec | 31 +++++++++++++++++++++++++------ 4 files changed, 62 insertions(+), 9 deletions(-) delete mode 100644 yast2-network-2.15.72.tar.bz2 create mode 100644 yast2-network-2.15.74.tar.bz2 diff --git a/yast2-network-2.15.72.tar.bz2 b/yast2-network-2.15.72.tar.bz2 deleted file mode 100644 index 4001e88..0000000 --- a/yast2-network-2.15.72.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d2ba231b0e21df3094fd33d46d53d2ff39775a17d2ad708d88fa25624c57e8d -size 273832 diff --git a/yast2-network-2.15.74.tar.bz2 b/yast2-network-2.15.74.tar.bz2 new file mode 100644 index 0000000..a3aa2a3 --- /dev/null +++ b/yast2-network-2.15.74.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c911dedb81e67d56fcd206be87bdeed2179c2f10af096db440f64ab03870555 +size 269789 diff --git a/yast2-network.changes b/yast2-network.changes index cb0afa8..d85b82b 100644 --- a/yast2-network.changes +++ b/yast2-network.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Sep 6 16:22:18 CEST 2007 - mzugec@suse.cz + +- fixed missing space between source and destination when copy udev +rules into installed system (#307162) + +------------------------------------------------------------------- +Thu Sep 6 14:24:50 CEST 2007 - mzugec@suse.cz + +- Finish button renamed to Accept for installation (#307789) + +------------------------------------------------------------------- +Thu Sep 6 14:05:18 CEST 2007 - mzugec@suse.cz + +- for `abort in network dialogs use LanItems::Rollback (#307779) +- workflow for add/edit card can be aborted (#307778) +- 2.15.74 + +------------------------------------------------------------------- +Wed Sep 5 14:23:30 CEST 2007 - kmachalkova@suse.cz + +- Proxy testsuite adjusted to correct .curlrc syntax (#305163 related) +- Fix downloading release notes with proxy (#305222) +- Save proxy settings at the end of 1st stage of installation + (#298001) +- Save nameserver entry at the end of 1st stage of installation even + if no search domain is present in install.inf (#298001) + +------------------------------------------------------------------- +Tue Sep 4 15:14:46 CEST 2007 - mzugec@suse.cz + +- WLAN Installation - save data from install.inf (#223570) +- 2.15.73 + ------------------------------------------------------------------- Mon Sep 3 14:43:39 CEST 2007 - mzugec@suse.cz diff --git a/yast2-network.spec b/yast2-network.spec index f8cb647..66a4f88 100644 --- a/yast2-network.spec +++ b/yast2-network.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-network (Version 2.15.72) +# spec file for package yast2-network (Version 2.15.74) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: yast2-network -Version: 2.15.72 +Version: 2.15.74 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-network-2.15.72.tar.bz2 +Source0: yast2-network-2.15.74.tar.bz2 prefix: /usr # should be required by devtools BuildRequires: perl-XML-Writer pkgconfig rpm @@ -43,12 +43,12 @@ Obsoletes: y2t_lan y2t_adsl y2t_dial Conflicts: yast2-core < 2.10.6 Summary: YaST2 - Network Configuration %package devel-doc -Version: 2.15.72 +Version: 2.15.74 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-network-2.15.72.tar.bz2 +Source0: yast2-network-2.15.74.tar.bz2 prefix: /usr Requires: yast2-network >= 2.15.53 Summary: YaST2 - Developer documentation for yast2-network @@ -73,7 +73,7 @@ Authors: Michal Svec %prep -%setup -n yast2-network-2.15.72 +%setup -n yast2-network-2.15.74 %build %{prefix}/bin/y2tool y2autoconf @@ -141,6 +141,25 @@ fi %exclude %{prefix}/share/doc/packages/yast2-network/README %changelog +* Thu Sep 06 2007 - mzugec@suse.cz +- fixed missing space between source and destination when copy udev + rules into installed system (#307162) +* Thu Sep 06 2007 - mzugec@suse.cz +- Finish button renamed to Accept for installation (#307789) +* Thu Sep 06 2007 - mzugec@suse.cz +- for `abort in network dialogs use LanItems::Rollback (#307779) +- workflow for add/edit card can be aborted (#307778) +- 2.15.74 +* Wed Sep 05 2007 - kmachalkova@suse.cz +- Proxy testsuite adjusted to correct .curlrc syntax (#305163 related) +- Fix downloading release notes with proxy (#305222) +- Save proxy settings at the end of 1st stage of installation + (#298001) +- Save nameserver entry at the end of 1st stage of installation even + if no search domain is present in install.inf (#298001) +* Tue Sep 04 2007 - mzugec@suse.cz +- WLAN Installation - save data from install.inf (#223570) +- 2.15.73 * Mon Sep 03 2007 - mzugec@suse.cz - install smartlink-softmodem package for devices with *ttySL* device files (#284287)