-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace xmlgawk with gawkextlib in a few more places.
- Loading branch information
Showing
17 changed files
with
48 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2012-08-31 Andrew J. Schorr <[email protected]> | ||
|
||
* configure.ac: Version 0.3.9. | ||
(AC_INIT): Fix email address to say gawkextlib instead of xmlgawk. | ||
* README: Fix git instructions to reflect rename from xmlgawk to | ||
gawkextlib. | ||
|
||
2012-08-27 Andrew J. Schorr <[email protected]> | ||
|
||
* configure.ac: Version 0.3.8. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dnl Process this file with autoconf to produce a configure script. | ||
|
||
AC_INIT([Gawk Extension Libraries], 0.3.8, xmlgawk[email protected], gawkextlib) | ||
AC_INIT([Gawk Extension Libraries], 0.3.9, gawkextlib[email protected], gawkextlib) | ||
|
||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
2012-08-31 Andrew J. Schorr <[email protected]> | ||
|
||
* gawklib.spec.in: Replace xmlgawk with gawkextlib in a few more places. | ||
|
||
2012-07-22 Andrew J. Schorr <[email protected]> | ||
|
||
* gawklib.spec.in: Rename to gawkextlib.spec.in. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Version: @VERSION@ | |
Release: 1%{?dist} | ||
License: GPL | ||
Group: Development/Libraries | ||
URL: http://sourceforge.net/projects/xmlgawk | ||
URL: http://sourceforge.net/projects/gawkextlib | ||
Source0: %{name}-%{version}.tar.gz | ||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
BuildRequires: gawk-devel | ||
|
@@ -89,13 +89,13 @@ rm -f %{buildroot}%{_infodir}/dir | |
rm -rf %{buildroot} | ||
|
||
%post | ||
if [ -f %{_infodir}/xmlgawk.info.gz ]; then | ||
/sbin/install-info %{_infodir}/xmlgawk.info.gz %{_infodir}/dir | ||
if [ -f %{_infodir}/gawkextlib.info.gz ]; then | ||
/sbin/install-info %{_infodir}/gawkextlib.info.gz %{_infodir}/dir | ||
fi | ||
|
||
%preun | ||
if [ $1 = 0 -a -f %{_infodir}/xmlgawk.info.gz ]; then | ||
/sbin/install-info --delete %{_infodir}/xmlgawk.info.gz %{_infodir}/dir | ||
if [ $1 = 0 -a -f %{_infodir}/gawkextlib.info.gz ]; then | ||
/sbin/install-info --delete %{_infodir}/gawkextlib.info.gz %{_infodir}/dir | ||
fi | ||
|
||
%files -f %{name}.lang | ||
|
@@ -129,6 +129,9 @@ fi | |
%{_libdir}/gawk/mpfr.so | ||
|
||
%changelog | ||
* Fri Aug 31 2012 Andrew Schorr <[email protected]> - 0.3.9-1 | ||
- Update a few obsolete references to xmlgawk to say gawkextlib. | ||
|
||
* Sun Jul 22 2012 Andrew Schorr <[email protected]> - 0.3.0-1 | ||
- Rename from gawklib to gawkextlib. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
2012-08-31 Andrew J. Schorr <[email protected]> | ||
|
||
Makevars (MSGID_BUGS_ADDRESS): Replace xmlgawk with gawkextlib. | ||
*.po: Update. | ||
|
||
2012-08-27 Andrew J. Schorr <[email protected]> | ||
|
||
*.po: Update. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Free Software Foundation, Inc. | |
# It can be your email address, or a mailing list address where translators | ||
# can write to without being subscribed, or the URL of a web page through | ||
# which the translators can contact you. | ||
MSGID_BUGS_ADDRESS = xmlgawk[email protected] | ||
MSGID_BUGS_ADDRESS = gawkextlib[email protected] | ||
|
||
# This is the list of locale categories, beyond LC_MESSAGES, for which the | ||
# message catalogs shall be used. It is usually empty. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: gawk 3.1.31\n" | ||
"Report-Msgid-Bugs-To: xmlgawk[email protected]\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"Report-Msgid-Bugs-To: gawkextlib[email protected]\n" | ||
"POT-Creation-Date: 2012-08-31 10:10-0400\n" | ||
"PO-Revision-Date: 2002-11-09 10:09+0100\n" | ||
"Last-Translator: Keld Simonsen <[email protected]>\n" | ||
"Language-Team: Danish <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: gawk 3.1.0\n" | ||
"Report-Msgid-Bugs-To: xmlgawk[email protected]\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"Report-Msgid-Bugs-To: gawkextlib[email protected]\n" | ||
"POT-Creation-Date: 2012-08-31 10:10-0400\n" | ||
"PO-Revision-Date: 2002-04-03 18:55+02:00\n" | ||
"Last-Translator: Christian Kirsch <[email protected]>\n" | ||
"Language-Team: German <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: gawk 3.1.5f\n" | ||
"Report-Msgid-Bugs-To: xmlgawk[email protected]\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"Report-Msgid-Bugs-To: gawkextlib[email protected]\n" | ||
"POT-Creation-Date: 2012-08-31 10:10-0400\n" | ||
"PO-Revision-Date: 2007-07-20 01:10-0500\n" | ||
"Last-Translator: Cristian Othón Martínez Vera <[email protected]>\n" | ||
"Language-Team: Spanish <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: gawk 3.1.4l\n" | ||
"Report-Msgid-Bugs-To: xmlgawk[email protected]\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"Report-Msgid-Bugs-To: gawkextlib[email protected]\n" | ||
"POT-Creation-Date: 2012-08-31 10:10-0400\n" | ||
"PO-Revision-Date: 2005-06-29 08:00-0500\n" | ||
"Last-Translator: Michel Robitaille <[email protected]>\n" | ||
"Language-Team: French <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: gawk 3.1.5h\n" | ||
"Report-Msgid-Bugs-To: xmlgawk[email protected]\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"Report-Msgid-Bugs-To: gawkextlib[email protected]\n" | ||
"POT-Creation-Date: 2012-08-31 10:10-0400\n" | ||
"PO-Revision-Date: 2007-09-30 23:20+0100\n" | ||
"Last-Translator: Antonio Colombo <[email protected]>\n" | ||
"Language-Team: Italian <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: gawk 3.1.4l\n" | ||
"Report-Msgid-Bugs-To: xmlgawk[email protected]\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"Report-Msgid-Bugs-To: gawkextlib[email protected]\n" | ||
"POT-Creation-Date: 2012-08-31 10:10-0400\n" | ||
"PO-Revision-Date: 2005-06-27 02:37+1000\n" | ||
"Last-Translator: Makoto Hosoya <[email protected]>\n" | ||
"Language-Team: Japanese <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: gawk 3.1.6\n" | ||
"Report-Msgid-Bugs-To: xmlgawk[email protected]\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"Report-Msgid-Bugs-To: gawkextlib[email protected]\n" | ||
"POT-Creation-Date: 2012-08-31 10:10-0400\n" | ||
"PO-Revision-Date: 2007-11-26 00:23+0100\n" | ||
"Last-Translator: Benno Schulenberg <[email protected]>\n" | ||
"Language-Team: Dutch <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: gawk 3.1.5f\n" | ||
"Report-Msgid-Bugs-To: xmlgawk[email protected]\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"Report-Msgid-Bugs-To: gawkextlib[email protected]\n" | ||
"POT-Creation-Date: 2012-08-31 10:10-0400\n" | ||
"PO-Revision-Date: 2007-08-17 20:05+0200\n" | ||
"Last-Translator: Wojciech Polak <[email protected]>\n" | ||
"Language-Team: Polish <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: gawk 3.1.1m\n" | ||
"Report-Msgid-Bugs-To: xmlgawk[email protected]\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"Report-Msgid-Bugs-To: gawkextlib[email protected]\n" | ||
"POT-Creation-Date: 2012-08-31 10:10-0400\n" | ||
"PO-Revision-Date: 2003-02-27 19:54+0100\n" | ||
"Last-Translator: Martin Sjögren <[email protected]>\n" | ||
"Language-Team: Swedish <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: gawk 3.1.6\n" | ||
"Report-Msgid-Bugs-To: xmlgawk[email protected]\n" | ||
"POT-Creation-Date: 2012-08-27 15:16-0400\n" | ||
"Report-Msgid-Bugs-To: gawkextlib[email protected]\n" | ||
"POT-Creation-Date: 2012-08-31 10:10-0400\n" | ||
"PO-Revision-Date: 2007-11-30 22:29+1030\n" | ||
"Last-Translator: Clytie Siddall <[email protected]>\n" | ||
"Language-Team: Vietnamese <[email protected]>\n" | ||
|