-
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.
- Loading branch information
Showing
35 changed files
with
113 additions
and
178 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,13 @@ | ||
2012-07-22 Andrew J. Schorr <[email protected]> | ||
|
||
* gawklib.h: Rename to gawkextlib.h. | ||
* gawkextlib.h: Rename _GAWK_LIB_H to _GAWKEXTLIB_H. | ||
* strhash.c, varinit.c: Include gawkextlib.h instead of gawklib.h. | ||
* README: Change package name, and add rpmbuild instructions. | ||
* configure.ac: Change package name to gawkextlib. | ||
* Makefile.am: Rename libgawklib to libgawkextlib, and rename | ||
header file gawklib.h to gawkextlib.h. | ||
|
||
2012-07-21 Andrew J. Schorr <[email protected]> | ||
|
||
* configure.ac: Bump version. | ||
|
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
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 Libraries], 0.2.0, [email protected], gawklib) | ||
AC_INIT([Gawk Extension Libraries], 0.3.0, [email protected], gawkextlib) | ||
|
||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
|
@@ -233,7 +233,7 @@ AC_CONFIG_FILES(Makefile | |
doc/Makefile | ||
extension/Makefile | ||
packaging/Makefile | ||
packaging/gawklib.spec | ||
packaging/gawkextlib.spec | ||
po/Makefile.in | ||
test/Makefile) | ||
AC_OUTPUT |
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-07-22 Andrew J. Schorr <[email protected]> | ||
|
||
* Makefile.am: Rename xmlgawk to gawkextlib. | ||
* xmlgawk.texi: Rename as gawkextlib.texi. | ||
* gawkextlib.texi: Replace xmlgawk with gawkextlib in a few places. | ||
Much more work remains to be done on the documentation. | ||
|
||
2012-07-09 Andrew J. Schorr <[email protected]> | ||
|
||
* ChangeLog: Purge entries carried over from gawk. | ||
|
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
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,9 @@ | ||
2012-07-22 Andrew J. Schorr <[email protected]> | ||
|
||
* Makefile.am: Rename from gawklib to gawkextlib. | ||
* common.h: Include gawkextlib.h instead of gawklib.h. | ||
* testpgsql.awk: Turn off execute bit. | ||
|
||
2012-07-20 Andrew J. Schorr <[email protected]> | ||
|
||
* xml_interface.c: Make XMLEVENT and XMLNAME read-write so that | ||
|
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
Empty file.
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,3 +1,3 @@ | ||
Makefile | ||
Makefile.in | ||
gawklib.spec | ||
gawkextlib.spec |
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,11 @@ | ||
2012-07-22 Andrew J. Schorr <[email protected]> | ||
|
||
* gawklib.spec.in: Rename to gawkextlib.spec.in. | ||
* gawkextlib.spec.in: Rename packages to use gawkextlib prefix | ||
instead of gawklib, and individual libraries will use a gawkext- | ||
prefix instead of gawk-. Also add some more examples as doc files. | ||
* .gitignore: Replace gawklib.spec with gawkextlib.spec. | ||
|
||
2012-07-21 Andrew J. Schorr <[email protected]> | ||
|
||
* gawklib.spec.in: Fix %setup command, and gawklib-devel now requires | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ Requires: gawk | |
libraries. | ||
|
||
%package -n %{name}-devel | ||
Summary: Header files and libraries for gawklib development | ||
Summary: Header files and libraries for gawkextlib development | ||
Requires: %{name} = %{version}-%{release} | ||
Requires: gawk-devel | ||
|
||
|
@@ -24,44 +24,44 @@ The %{name}-devel package contains the header files and libraries | |
needed to develop gawk shared library extensions that use %{name} | ||
facilities. | ||
|
||
%package -n gawk-xml | ||
%package -n gawkext-xml | ||
Summary: XML support for gawk | ||
BuildRequires: gawk-devel, expat-devel | ||
Requires: %{name} = %{version}-%{release} | ||
Requires: expat | ||
|
||
%description -n gawk-xml | ||
%description -n gawkext-xml | ||
The gawk-xml package contains the gawk XML shared library extension, | ||
as well as the xmlgawk script and some awk include libraries for enhanced | ||
XML processing. | ||
|
||
%package -n gawk-pgsql | ||
%package -n gawkext-pgsql | ||
Summary: PostgreSQL library for gawk | ||
BuildRequires: gawk-devel, postgresql-devel | ||
Requires: %{name} = %{version}-%{release} | ||
Requires: postgresql-libs | ||
|
||
%description -n gawk-pgsql | ||
%description -n gawkext-pgsql | ||
The gawk-pgsql package contains the gawk pgsql shared library extension | ||
that provides an interface to PostgreSQL database servers. | ||
|
||
%package -n gawk-gd | ||
%package -n gawkext-gd | ||
Summary: GD library for gawk | ||
BuildRequires: gawk-devel, gd-devel | ||
Requires: %{name} = %{version}-%{release} | ||
Requires: gd | ||
|
||
%description -n gawk-gd | ||
%description -n gawkext-gd | ||
The gawk-gd package contains the gawk gd shared library extension | ||
for using the gd graphics library. | ||
|
||
%package -n gawk-mpfr | ||
%package -n gawkext-mpfr | ||
Summary: MPFR library for gawk | ||
BuildRequires: gawk-devel, mpfr-devel | ||
Requires: %{name} = %{version}-%{release} | ||
Requires: mpfr | ||
|
||
%description -n gawk-mpfr | ||
%description -n gawkext-mpfr | ||
The gawk-mpfr package contains the gawk MPFR shared library extension | ||
for accessing the MPFR library. Please compare this to using gawk's -M | ||
option to perform all calculations using MPFR. | ||
|
@@ -101,6 +101,7 @@ fi | |
%files -f %{name}.lang | ||
%defattr(-,root,root,-) | ||
%doc README COPYING NEWS | ||
%doc extension/*.awk extension/*.xml test/pgtest.awk test/*mpfr*.awk | ||
%{_libdir}/lib%{name}.so.* | ||
%{_infodir}/*.info* | ||
|
||
|
@@ -109,25 +110,28 @@ fi | |
%{_libdir}/lib%{name}.so | ||
%{_includedir}/%{name}.h | ||
|
||
%files -n gawk-xml | ||
%files -n gawkext-xml | ||
%defattr(-,root,root,-) | ||
%{_libdir}/gawk/xml.so | ||
%{_bindir}/xmlgawk | ||
%{_datadir}/awk/* | ||
|
||
%files -n gawk-pgsql | ||
%files -n gawkext-pgsql | ||
%defattr(-,root,root,-) | ||
%{_libdir}/gawk/pgsql.so | ||
|
||
%files -n gawk-gd | ||
%files -n gawkext-gd | ||
%defattr(-,root,root,-) | ||
%{_libdir}/gawk/gd.so | ||
|
||
%files -n gawk-mpfr | ||
%files -n gawkext-mpfr | ||
%defattr(-,root,root,-) | ||
%{_libdir}/gawk/mpfr.so | ||
|
||
%changelog | ||
* Sun Jul 22 2012 Andrew Schorr <[email protected]> - 0.3.0-1 | ||
- Rename from gawklib to gawkextlib. | ||
|
||
* Sat Jul 21 2012 Andrew Schorr <[email protected]> - 0.2.0-1 | ||
- This version has been tested and should work. | ||
|
||
|
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 |
---|---|---|
|
@@ -18,4 +18,4 @@ quot.sed | |
remove-potcdate.sin | ||
stamp-po | ||
Makevars.template | ||
gawklib.pot | ||
gawkextlib.pot |
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-07-22 Andrew J. Schorr <[email protected]> | ||
|
||
* .gitignore: Rename gawklib.pot to gawkextlib.pot. | ||
* *.po: Update for new release. | ||
|
||
2012-07-21 Andrew J. Schorr <[email protected]> | ||
|
||
* *.po: Update for new release. | ||
|
Oops, something went wrong.