SHA256
1
0
forked from pool/joe
OBS User unknown 2008-04-06 08:27:32 +00:00 committed by Git OBS Bridge
parent 6d068daeb9
commit eeb897a65b
3 changed files with 52 additions and 44 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 4 11:46:57 CEST 2008 - pnemec@suse.cz
- change rpm spec file color #333570 (dim white -> magenta)
-------------------------------------------------------------------
Sat Jun 23 20:39:15 CEST 2007 - pth@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package joe (Version 3.5)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -10,15 +10,16 @@
# norootforbuild
Name: joe
BuildRequires: ncurses-devel
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: Productivity/Editors/Other
Autoreqprov: on
AutoReqProv: on
Version: 3.5
Release: 47
Release: 92
Summary: A Text Editor
URL: http://sourceforge.net/projects/joe-editor
Url: http://sourceforge.net/projects/joe-editor
Source: joe-%{version}.tar.bz2
Source1: spec.jsf
Source2: de.po
@ -105,12 +106,14 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/*
%changelog
* Sat Jun 23 2007 - pth@suse.de
* Fri Apr 04 2008 pnemec@suse.cz
- change rpm spec file color #333570 (dim white -> magenta)
* Sat Jun 23 2007 pth@suse.de
- Add a germen translation by Jan Engelhardt that doesn't break hotkeys.
- Patch by Jan Engelhardt to fix handling of locale categories.
* Mon Apr 02 2007 - cthiel@suse.de
* Mon Apr 02 2007 cthiel@suse.de
- added BuildRequires: ncurses-devel
* Sat Jul 22 2006 - cthiel@suse.de
* Sun Jul 23 2006 cthiel@suse.de
- update to 3.5
* Fix $# in shell highlighter.
* Fix .in files in ftype
@ -141,7 +144,7 @@ rm -rf $RPM_BUILD_ROOT
characters properly.
* you can now type a macro right into the ESC X prompt.
* New * Startup Log * window catches .jsf file errors.
* Tue May 30 2006 - cthiel@suse.de
* Wed May 31 2006 cthiel@suse.de
- update to 3.4
* Paragraph reformatter and word wrap now handle '*' and '-' bullet lists.
* Better internationalization (i18n)
@ -166,39 +169,39 @@ rm -rf $RPM_BUILD_ROOT
of the existing syntax files have been improved.
- removed joe-3.0-processing.patch, joe-3.1-compilesubdir.patch,
joe-3.1-syntaxsegv.patch
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jan 13 2006 - schwab@suse.de
* Fri Jan 13 2006 schwab@suse.de
- Don't strip binaries.
* Tue Jul 05 2005 - uli@suse.de
* Tue Jul 05 2005 uli@suse.de
- build with warnings
- fixed warnings Autobuild objects to (fixes s390x)
* Sun Jun 05 2005 - cthiel@suse.de
* Sun Jun 05 2005 cthiel@suse.de
- update to 3.3
- disabled joe-3.1-compilesubdir.patch
* Wed Jun 23 2004 - uli@suse.de
* Wed Jun 23 2004 uli@suse.de
- parse entering/leaving dir msgs from make
* Thu Jun 17 2004 - uli@suse.de
* Thu Jun 17 2004 uli@suse.de
- update -> 3.1
* Tue Apr 27 2004 - uli@suse.de
* Tue Apr 27 2004 uli@suse.de
- fixed segfault in syntax highlighting
- added highlighting rules for spec files
* Mon Apr 26 2004 - uli@suse.de
* Mon Apr 26 2004 uli@suse.de
- update -> 3.0 (UTF-8 support, syntax highlighting)
* Sat Jan 10 2004 - adrian@suse.de
* Sat Jan 10 2004 adrian@suse.de
- build as user
* Tue Feb 05 2002 - egmont@suselinux.hu
* Tue Feb 05 2002 egmont@suselinux.hu
- updated to 2.9.8-pre1
* Mon Jan 28 2002 - egmont@suselinux.hu
* Mon Jan 28 2002 egmont@suselinux.hu
- disabled undo patch, seems to be very buggy
- use relative symlinks instead of absolute ones
- added symlinks for manpages
- added URL
- added defattr(-,root,root) to spec file
* Wed Sep 26 2001 - pmladek@suse.cz
* Wed Sep 26 2001 pmladek@suse.cz
- fixed problem with large files (#5833)
* fixed by joe-2.9.7-pre1
* Thu Sep 13 2001 - pmladek@suse.cz
* Thu Sep 13 2001 pmladek@suse.cz
- added three patches from SourceForge, thanks to
Koblinger Egmont <egmont@suselinux.hu> for hints
* resize - solves pause after xterm resizing
@ -206,62 +209,62 @@ rm -rf $RPM_BUILD_ROOT
is no longer needed
* undo - solves a problem with undo and the "Modified" mark
after many savings
* Fri Aug 10 2001 - pmladek@suse.cz
* Fri Aug 10 2001 pmladek@suse.cz
- downgraded to stable version 2.9.5
* thanks to Koblinger Egmont <egmont@suselinux.hu> and
his experiences
* Thu Jul 19 2001 - pmladek@suse.cz
* Thu Jul 19 2001 pmladek@suse.cz
- updated to version 2.9.6
- config files moved from /usr/lib to /etc
- cleaned up spec file
* Thu May 24 2001 - pmladek@suse.cz
* Thu May 24 2001 pmladek@suse.cz
- fixed cast warnings on ia64
- fixed to run on ia64:
* argument of function isblank must have the value
of an unsigned char or EOF but function brc returns
sometimes MAXINT
* Fri Mar 30 2001 - uli@suse.de
* Fri Mar 30 2001 uli@suse.de
- update -> 2.9.5 (all fixes are still there)
* Thu Mar 15 2001 - pblaha@suse.cz
* Thu Mar 15 2001 pblaha@suse.cz
- add build root
* Wed Mar 14 2001 - pblaha@suse.cz
* Wed Mar 14 2001 pblaha@suse.cz
- applied patch from Thomas Biege
- This patch protects a user to open a .joerc file,
- that doesn't belongs to him, in public writeable
- directories (like /tmp). Commands can be executed
- via .joerc.
* Fri Jun 23 2000 - nadvornik@suse.cz
* Fri Jun 23 2000 nadvornik@suse.cz
- added locale patch
- sorted
* Fri May 19 2000 - schwab@suse.de
* Fri May 19 2000 schwab@suse.de
- conf.c: don't redeclare time on ia64
* Tue Apr 04 2000 - dipa@suse.de
* Tue Apr 04 2000 dipa@suse.de
- a patch that take the resizing of a X terminal into consideration
+#include <sys/ioctl.h> in tty.c
* Thu Mar 02 2000 - kukuk@suse.de
* Thu Mar 02 2000 kukuk@suse.de
- Move /usr/man -> /usr/share/man
* Mon Sep 13 1999 - bs@suse.de
* Mon Sep 13 1999 bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
* Tue Aug 24 1999 - uli@suse.de
* Tue Aug 24 1999 uli@suse.de
- added -fsigned-char to CFLAGS (PPC)
* Sat Jul 24 1999 - garloff@suse.de
* Sat Jul 24 1999 garloff@suse.de
- Applied better security fix (w/o unlinking) from thomas@suse.de
* Tue Jul 20 1999 - garloff@suse.de
* Tue Jul 20 1999 garloff@suse.de
- Additionally added unlink("DEADJOE");
* Tue Jul 20 1999 - garloff@suse.de
* Tue Jul 20 1999 garloff@suse.de
- Checked in DEADJOE permissions security fix from thomas@suse.de
* Wed Feb 03 1999 - ro@suse.de
* Wed Feb 03 1999 ro@suse.de
- conf.c: don't redeclare time on alpha
* Mon Nov 23 1998 - max@suse.de
* Mon Nov 23 1998 max@suse.de
- termcap support is broken with glibc2
but ncurses seems to work now.
* Fri Sep 18 1998 - max@suse.de
* Fri Sep 18 1998 max@suse.de
- applied Home/End key fix from joe to the other *rc files
* Mon Aug 10 1998 - max@suse.de
* Mon Aug 10 1998 max@suse.de
- added some doc files to the file list
* Fri Dec 12 1997 - max@suse.de
* Fri Dec 12 1997 max@suse.de
- using terminfo again for bugfix reasons
* Tue Oct 28 1997 - max@suse.de
* Tue Oct 28 1997 max@suse.de
- cleaned up generated specfile
- configured for terminfo instead of termcap
- fixed the Home/End key bug

View File

@ -8,7 +8,7 @@
=Macro bold blue
=Comment green
=Variable cyan
=Text dim white
=Text magenta
=Section red
:idle Idle