rpms/system-config-network/F-8 sources, 1.27, 1.28 system-config-network.spec, 1.36, 1.37

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Mon Apr 7 13:53:30 UTC 2008


Author: harald

Update of /cvs/pkgs/rpms/system-config-network/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26019

Modified Files:
	sources system-config-network.spec 
Log Message:
update to "upstream" version 1.5.5


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/F-8/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources	3 Dec 2007 10:03:16 -0000	1.27
+++ sources	7 Apr 2008 13:52:55 -0000	1.28
@@ -1 +1 @@
-dccc1fdb47a6a84730f6d6ca5acac113  system-config-network-1.4.7.tar.gz
+06e39541bf23d269428f7b77a01b3016  system-config-network-1.5.92.tar.bz2


Index: system-config-network.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-network/F-8/system-config-network.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- system-config-network.spec	3 Dec 2007 10:03:16 -0000	1.36
+++ system-config-network.spec	7 Apr 2008 13:52:55 -0000	1.37
@@ -1,7 +1,7 @@
 # -*- RPM-SPEC -*-
 Summary: The GUI of the Network Adminstration Tool
 Name: system-config-network
-Version: 1.4.7
+Version: 1.5.5
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/network
 Source0: %{name}-%{version}.tar.gz
@@ -12,7 +12,7 @@
 Provides: redhat-config-network = %{version} isdn-config = 0.18-10.70.1 internet-config = 0.40-2.1
 BuildRequires: python >= 0:2.2, openjade, docbook-style-dsssl, perl, gettext, glibc-devel, gcc, desktop-file-utils, perl-XML-Parser
 Requires: %{name}-tui = %{version}-%{release}
-Requires: pygtk2-libglade, pygtk2, gnome-python2, gnome-python2-canvas, usermode, /usr/bin/htmlview
+Requires: pygtk2-libglade, pygtk2, gnome-python2, gnome-python2-canvas, usermode, xdg-utils
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -22,8 +22,8 @@
 %package tui
 Summary: The Network Adminstration Tool
 Group: Applications/System 
-Obsoletes: netcfg <= 2.36-3p redhat-config-network-tui <= %{version} netconf <= 0.1-1
-Provides: redhat-config-network-tui = %{version} netcfg = 2.36-3p.1 netconf = 0.1-1.1
+Obsoletes: netcfg <= 2.36-3p redhat-config-network-tui <= %{version} netconf <= 0.1-1 netconfig <= 0.8.24-1.2.2.1
+Provides: redhat-config-network-tui = %{version} netcfg = 2.36-3p.1 netconf = 0.1-1.1 netconfig = 0.8.24-1.2.2.1.1
 Requires: initscripts >= 0:5.99, usermode , kudzu, python, rhpl >= 0:0.193, rpm-python, newt-python, pciutils, usermode, dbus-python
 
 %description tui
@@ -42,7 +42,7 @@
 
 mkdir $RPM_BUILD_ROOT%{_datadir}/applications
 
-for i in neat.desktop neat-control.desktop; do \
+for i in system-config-network.desktop system-control-network.desktop; do \
   desktop-file-install --vendor redhat --delete-original       \
     --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
     --add-category System                                     \
@@ -65,12 +65,9 @@
 %{_datadir}/system-config-network/pixmaps
 %{_datadir}/system-config-network/netconfpkg/gui
 %{_datadir}/system-config-network/netconf.py*
-%{_datadir}/system-config-network/neat-control.py*
+%{_datadir}/system-config-network/netconf_control.py*
 %{_sbindir}/system-config-network-gui
-%{_bindir}/neat-control
 %{_bindir}/system-control-network
-%{_sbindir}/neat
-%{_bindir}/neat
 %{_datadir}/applications/*
 %{_datadir}/pixmaps/*
 
@@ -80,8 +77,8 @@
 %dir %{_datadir}/system-config-network
 %doc %dir %{_datadir}/system-config-network/help
 %doc %{_datadir}/system-config-network/help/*
-%{_datadir}/system-config-network/netconf-cmd.py*
-%{_datadir}/system-config-network/netconf-tui.py*
+%{_datadir}/system-config-network/netconf_cmd.py*
+%{_datadir}/system-config-network/netconf_tui.py*
 %{_datadir}/system-config-network/version.py*
 %dir %{_datadir}/system-config-network/netconfpkg
 %{_datadir}/system-config-network/netconfpkg/conf
@@ -97,7 +94,6 @@
 %dir %{_sysconfdir}/sysconfig/networking/profiles
 %dir %{_sysconfdir}/sysconfig/networking/profiles/default
 %dir %{_sysconfdir}/sysconfig/networking/devices
-%{_sbindir}/neat-tui
 %{_sbindir}/system-config-network
 %{_sbindir}/system-config-network-tui
 %{_sbindir}/system-config-network-cmd
@@ -105,11 +101,72 @@
 %{_bindir}/system-config-network-cmd
 
 %changelog
+* Mon Mar 31 2008 Harald Hoyer <harald at redhat.com> - 1.5.5
+- fixed more rhbz#439718
+
+* Mon Mar 31 2008 Harald Hoyer <harald at redhat.com> - 1.5.4
+- fixed typos in DialupDruid (harald)
+- return None is nothing is selected (harald)
+- fixed #438901: Network Device Control doesn't work unless s-c-n has been run once (harald)
+- fixed #435041 and added UnitTest (harald)
+- be case-independent in mode parsing rhbz#433748 (harald)
+- fixed rhbz#429725 (harald)
+- do not traceback on non-int Volume (harald)
+- fixed rhbz#439718 (harald)
+
+* Sat Mar 29 2008 Harald Hoyer <harald at redhat.com> - 1.5.3
+- readded DialupDruid (harald)
+
+* Sat Mar 29 2008 Harald Hoyer <harald at redhat.com> - 1.5.2
+- devices which are controlled by NM cannot be activated/deactivated (rhbz#438902)
+- use ". config-util" in console-apps config file (rhbz#428408) (harald)
+- use xdg-open instead of htemlview (rhbz#415031) (harald)
+- added sr at latin (rhbz#425845)
+- update buttons on device edit change (harald)
+- fixed some Alias handling (harald)
+- removed Init2 string (clashes with UTMS) (harald)
+- no activate/deactivate/delete NMControlled devices (harald)
+- NCPluginDevTokenRing return None if no dialog (harald)
+- BackendHal fix to use Factory classes, no kudzu hw import (harald)
+- check if hostname is not None, before checking it (harald)
+- added tui/NCPluginTokenRingInterface (harald)
+- MTU moved to base device (rhbz#439202) (harald)
+- fixed import for ParseError (harald)
+
+* Thu Feb 28 2008 Harald Hoyer <harald at redhat.com> - 1.5.1
+- removed CIPE (harald)
+- s/Devernet/Network/ (harald)
+- Auto -> auto (harald)
+- only append localhost to AliasList, if not already in (harald)
+- show error dialog, if device loading failes (harald)
+- moved MRU to Dialup only (harald)
+- recognize qeth devices in kudzu lists (rhbz#184734) (harald)
+- added MRU field (rhbz#221294) (harald)
+- added TUI for QETH (harald)
+- do not traceback, if we try to remove a device not in our active list (harald)
+- added qeth support (harald)
+- removed ctc and iucv devices (rhbz#219180) (harald)
+- do not handle ifcfg-${parent_device}-range* rhbz#221292 (harald)
+- Minor fix in hosts parser to make tui works. (jmoskovc)
+- Stupid mode doesn't go away anymore.(rhbz#177931) (jmoskovc)
+- Fixed crash when Baud=None (jmoskovc)
+- Removing PPP option should work. NETWORKMANAGER -> NM_CONTROLLED (jmoskovc)
+- Fixed problem with import rhbz#429725 (jmoskovc)
+- Changed Clist in host editor to GtkTreeView, added checkbox to show loopbacks in hosts (jmoskovc)
+- Minor fix in hosts parser - now it accepts trailing dot. (jmoskovc)
+- Improved {pap|chap}-secrets parser, added checkbox to reveal password in dialup config (jmoskovc)
+- Fixed crash when hostname is changed. (jmoskovc)
+
+* Mon Dec 03 2007 Harald Hoyer <harald at redhat.com> - 1.5.0
+- v1.5.0
+
 * Mon Dec 03 2007 Harald Hoyer <harald at redhat.com>, Jiri Moskovcak <jmoskovc at redhat.com> - 1.4.7
 - added HAL support
 - fixed /etc/hosts parser
 - added "Controlled by NetworkManager"
 - do not fall into modified state for activate/deactivate (rhbz#377261)
+
+* Mon Nov 12 2007 Harald Hoyer <harald at redhat.com> - 1.4.6
 - moved network.xpm to (pkgdatadir)/pixmaps (rhbz#377861)
 
 * Mon Nov 12 2007 Harald Hoyer <harald at redhat.com> - 1.4.5




More information about the fedora-extras-commits mailing list