Skip to content

Commit

Permalink
Replace xmlgawk with gawkextlib in a few more places.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschorr committed Aug 31, 2012
1 parent c8a4f27 commit 95bb802
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 29 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
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.
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ After you build and install that in /tmp/newgawk, you can then build
libgawk like so:

Using git:
git clone git://gawkextlib.git.sourceforge.net/gitroot/gawkextlib/xmlgawk
cd xmlgawk
git clone git://gawkextlib.git.sourceforge.net/gitroot/gawkextlib/gawkextlib
cd gawkextlib
./update-autotools

Or it may be easier from a tarball if you do not have current autotools
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
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])
Expand Down
4 changes: 4 additions & 0 deletions packaging/ChangeLog
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.
Expand Down
13 changes: 8 additions & 5 deletions packaging/gawkextlib.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
5 changes: 5 additions & 0 deletions po/ChangeLog
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.
Expand Down
2 changes: 1 addition & 1 deletion po/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions po/da.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions po/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions po/pl.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions po/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions po/vi.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 95bb802

Please sign in to comment.