OBS User unknown 2007-12-18 17:59:38 +00:00 committed by Git OBS Bridge
parent 6ae272bfb3
commit 5f7afd7b42
3 changed files with 10 additions and 3 deletions

View File

@ -538,7 +538,7 @@
GetValues(msg_panel);
XtUnmanageChild(mousefun); /* unmanage the mouse function... */
XtUnmanageChild(layer_form);/* and the layer form */
+ XtUnmanageChild(snap_indicator_panel);/* also snap ind panel *
+ XtUnmanageChild(snap_indicator_panel);/* also snap ind panel */
XtResizeWidget(msg_panel, MSGPANEL_WD, MSGPANEL_HT, b);
XtManageChild(mousefun); /* so that they shift with msg_panel */
+ XtManageChild(snap_indicator_panel);

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 18 14:22:49 UTC 2007 - werner@suse.de
- Close comment in patch xfig.3.2.5-fixes.dif (bug #349439)
-------------------------------------------------------------------
Fri Nov 23 12:30:59 CET 2007 - werner@suse.de

View File

@ -18,7 +18,7 @@ Provides: xfig.3.2.3d
Requires: transfig netpbm ghostscript-fonts-std
AutoReqProv: on
Version: 3.2.5
Release: 42
Release: 48
Summary: Facility for Interactive Generation of Figures under the X Window System
Url: http://www.xfig.org/
Source: xfig.%{version}.tar.bz2
@ -83,7 +83,7 @@ cp $RPM_SOURCE_DIR/font-test.fig .
xmkmf -a -D_DATA='%{_data}' -DStandardDefines=''
%build
CCOPTIONS="-fno-strict-aliasing $RPM_OPT_FLAGS -w -D_GNU_SOURCE -std=gnu99"
CCOPTIONS="$RPM_OPT_FLAGS -fno-strict-aliasing -w -D_GNU_SOURCE -std=gnu99"
CCOPTIONS="$CCOPTIONS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
make CCOPTIONS="$CCOPTIONS"
@ -134,6 +134,8 @@ find %{buildroot}/%{_docdir}/%{name} -name '*.orig' | xargs -r rm -f
%doc %{_mandir}/man1/xfig.1x.gz
%changelog
* Tue Dec 18 2007 - werner@suse.de
- Close comment in patch xfig.3.2.5-fixes.dif (bug #349439)
* Fri Nov 23 2007 - werner@suse.de
- Make browser script know about firefox
* Fri Jun 01 2007 - dmueller@suse.de