Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

scribes-0.3.3.3-2.fc7 RPM for noarch

From Fedora 7 updates for i386

Name: scribes Distribution: Unknown
Version: 0.3.3.3 Vendor: Fedora Project
Release: 2.fc7 Build date: Wed Mar 26 05:00:48 2008
Group: Applications/Editors Build host: ppc3.fedora.redhat.com
Size: 6962890 Source RPM: scribes-0.3.3.3-2.fc7.src.rpm
Packager: Fedora Project
Url: http://scribes.sourceforge.net/
Summary: A sleek, simple, and powerful text editor for the GNOME desktop
Scribes is a simple and sleek text editor for the the GNOME desktop. It focuses
on keeping the working environment free from distractions, and providing strong
automation of mundane, repetitive tasks.

Through this simplicity, Scribes is very powerful. Its many features include:
* A dynamic templating system (called Snippets),
* Automatic completion of indentifiers and bracketing,
* Automatic indentation and file saving,
* Bookmarks,
* Drag-and-drop functionality,
* Full support for Unicode (UTF-8) text (and many other encodings),
* Syntax highlighting for over 30 programming languages,
* Powerful GNOME integration
* Translations into several different languages,
...and more are in development!

You may install the python-psyco package (x86-only) for a boost in startup
speed. Also, you will need to install the Yelp package for Scribes' built-in
help and documentation.

Provides

Requires

Copyright

GPLv2+

Signatures

internal MD5: 57f65d0dff68e3059d89c926a67d3962
GPG

Changelog

* Tue Mar 25 2008 Peter Gordon <peter@thecodergeek.com> - 0.3.3.3-2
  - Add patch to make the printing use the user's preferred tab-width spacing,
    instead of being hardcoded to 4 spaces per tab:
    + fix-print-tab-width.patch
* Sun Feb 03 2008 Peter Gordon <peter@thecodergeek.com> - 0.3.3.3-1
  - Update to new upstream release (0.3.3.3). Resolves bug 431328: New version
    (0.3.3.3) available.
* Tue Jan 01 2008 Peter Gordon <peter@thecodergeek.com> - 0.3.3.2-1
  - Update to new upstream release (0.3.3.2).
* Sat Dec 29 2007 Peter Gordon <peter@thecodergeek.com> - 0.3.3.1-1
  - Update to new upstream release (0.3.3.1).
* Mon Oct 01 2007 Peter Gordon <peter@thecodergeek.com> - 0.3.2.9-1
  - Update to new upstream release (0.3.2.9).
  - Update License tag (GPLv2+).
* Mon Jun 11 2007 Peter Gordon <peter@thecodergeek.com> - 0.3.2.8-1
  - Update to new upstream release (0.3.2.8).
* Sat May 19 2007 Peter Gordon <peter@thecodergeek.com> - 0.3.2.5-1
  - Update to new upstream release (0.3.2.5).
* Sun Apr 29 2007 Peter Gordon <peter@thecodergeek.com> - 0.3.2.2-1
  - Update to new upstream release (0.3.2.2).
  - Drop fix-Job.py-print-header-path fix (merged upstream):
    - fix-Job.py-print-header-path.patch
* Wed Apr 25 2007 Peter Gordon <peter@thecodergeek.com> - 0.3.2.1-1
  - Update to new upstream release (0.3.2.1).
  - Add patch to fix the header of print jobs (incomplete filenames):
    + fix-Job.py-print-header-path.patch
  - Move %configure call to %build stage (%prep should only be source
    unpacking/patching/etc).
  - Reorder scriptlets (aesthetic change only).
* Mon Apr 02 2007 Peter Gordon <peter@thecodergeek.com> - 0.3.2-1
  - Update to new upstream release (0.3.2).
  - Update %post and %postun scriplets for new icon-cache guidelines.
* Sat Mar 17 2007 Peter Gordon <peter@thecodergeek.com> - 0.3.1-1
  - Update to new upstream release (0.3.1).
  - Update Source0 URL
  - Drop pygobject2 as a run-time dependency (since it's pulled in by pygtk2).
  - Drop the fix-plugins-installation-dir patch (this bug was fixed upstream):
    - fix-plugins-installation-dir.patch
  - Don't mark installed GConf schemas file as %config.
* Mon Dec 18 2006 Peter Gordon <peter@thecodergeek.com> - 0.3-3.20061218bzr
  - Update to 2006-12-18 BZR snapshot. This should fix the longstanding bug
    wherein a zombie .scribesclient process is left which becomes incredibly
    processor-intensive, since the internal IPC has been reworked; also includes
    various updated translations.
  - Add CONTRIBUTORS, TRANSLATORS, and TODO files as %doc
  - Add patch to install plugins to proper $(DESTDIR) location:
    + fix-plugins-installation-dir.patch
* Fri Dec 08 2006 Peter Gordon <peter@thecodergeek.com> - 0.3-2
  - Rebuild for Python 2.5 upgrade
* Sat Nov 04 2006 Peter Gordon <peter@thecodergeek.com> - 0.3-1
  - Update to new upstream release (0.3 final)
* Thu Nov 02 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.9.91-1
  - Update to upstream version 0.2.9.91, which fixes the ugly bracket-matched
    highlighting that slipped into the 0.2.9.89 release (among other bugs)
* Sun Oct 29 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.9.89-3
  - Drop Application category from the installed .desktop file
* Sat Oct 28 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.9.89-2
  - Drop "--add-category X-Fedora" in desktop-file-install invocation
  - Fix last date entry in %changelog
  - Update dbus-python dependency version (>= 0.70)
* Sat Oct 28 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.9.89-1
  - Update to new upstream version (0.2.9.89)
* Tue Oct 17 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.9.88-1
  - Don't hardcode a Pysco requirement at all; but note that option in the
    %description for those on x86 who want it, since the %ifarch conditional
    is done at build time, and a noarch package depending on an arch-specific
    package which isn't available on all arches is a Bad Idea(TM)
  - Update to upstream version 0.2.9.88
* Tue Oct 17 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.9.87-4
  - Make the python-psyco requirement an %ifarch conditional, as it's x86-only
  - Fix line length of earlier %changelog entry
* Mon Oct 16 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.9.87-3
  - Actually fix the rpmlint issues (adding the proper %buildroot prefix)
  - Minor aesthetic change (add trailing slash to the python directory in the
    %files section)
* Mon Oct 16 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.9.87-2
  - Reenable NLS build detection (accidentally dropped in the 0.2.9.87-1 update)
  - Fix a few "non-executable file" rpmlint issues
* Mon Oct 16 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.9.87-1
  - Update to new upstream version
  - Add patch to bypass failure in depcheck.py call:
    + configure.ac-no-python-depcheck.patch
  - Drop old patches, no longer needed:
    - setup-no-manual-gconf.patch
    - setup-install-gconf-schemas.patch
    - setup-no-dep-check.patch
* Mon Aug 28 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.5-5
  - Mass FC6 rebuild
* Wed Aug 23 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.5-4
  - Rename patches (add "%{name}-" prefixes)
* Sat Aug 12 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.5-3
  - Include .pyo files in build for new Python packaging guidelines.
* Mon Jun 26 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.5-2
  - Add gnome-python2-gconf as a dependency to resolve bug #196139
    (Thanks, James Bannon)
  - Fix command-substitution inconsistency in scriplets
* Tue Jun 13 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.5-1
  - Update to new upstream release.
* Sun Jun 11 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.4.3-4
  - Use %{name} in the desktop-file-install path instead of hardcoding it.
* Sun May 07 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.4.3-3
  - Removed yelp Requires; added scrollkeeper as Requires(post) and
    Requires(postun)
  - Dropped gconfd-2 killall statements in the scriptlets (not needed in FC5+).
  - Thanks to Brian Pepple (Bug #189727).
* Wed Apr 26 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.4.3-2
  - Added patch to remove unnecessary gconf foo in the setup.py script:
    + setup-no-manual-gconf.patch
  - Fix a few spacing inconsistencies in the .spec file.
* Sun Apr 23 2006 Peter Gordon <peter@thecodergeek.com> - 0.2.4.3-1
  - Initial packaging.

Files

øÿñ


Generated by rpm2html 1.8.1

Daniel Veillard, Sat Aug 30 03:53:22 2008