Fedora 9 Update: fmt-ptrn-1.3.20-3.fc9

updates at fedoraproject.org updates at fedoraproject.org
Thu May 14 02:53:47 UTC 2009


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-3946
2009-04-27 20:37:38
--------------------------------------------------------------------------------

Name        : fmt-ptrn
Product     : Fedora 9
Version     : 1.3.20
Release     : 3.fc9
URL         : http://www.flyn.org
Summary     : A simple template system
Description :
New is a template system, especially useful in conjunction with a
simple text editor such as vi. The user maintains templates which
may contain format strings. At run time, nf replaces the format
strings in a template with appropriate values to create a new file.

For example, given the following template:


//   FILE: %(FILE)
// AUTHOR: %(FULLNAME)
//   DATE: %(DATE)

// Copyright (C) 1999 %(FULLNAME) %(EMAIL)
// All rights reserved.
nf will create:


//   FILE: foo.cpp
// AUTHOR: W. Michael Petullo
//   DATE: 11 September 1999

// Copyright (C) 1999 W. Michael Petullo new at flyn.org
// All rights reserved.
on my computer.

The program understands plaintext or gziped template files.

The fmt-ptrn system also provides a shared library which allows a
programmer access to nf's functionality. The system was developed to
be light and fast. Its only external dependencies are the C library,
glib2 and zlib.

--------------------------------------------------------------------------------
ChangeLog:

* Sat Apr 25 2009 W. Michael Petullo <mike[@]flyn.org> - 1.3.20-3
- Bump release.
* Sat Apr 25 2009 W. Michael Petullo <mike[@]flyn.org> - 1.3.20-2
- Fix ldconfig post for java package.
* Sat Feb 14 2009 W. Michael Petullo <mike[@]flyn.org> - 1.3.20-1
- Updated to fmt-ptrn 1.3.20.

- Integrate stack_t solution upstream, pull previous patch.
* Thu Feb 12 2009 Caolán McNamara <caolanm at redhat.com> - 1.3.17-3
- rebuild for dependencies, rename stack_t to my_stack_t to avoid conflict with /usr/include/bits/sigstack.h's stack_t.
* Sun May 25 2008 W. Michael Petullo <mike[@]flyn.org> - 1.3.17-2
- Fixed placement of %doc in RPM specification.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #479024 - scriptlet wrong on main package
        https://bugzilla.redhat.com/show_bug.cgi?id=479024
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update fmt-ptrn' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------




More information about the Fedora-package-announce mailing list