From 7723939fc4682228a2089711d1f08ab4a0e52b23 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 1 Nov 2014 21:58:52 +0000 Subject: Release 10.47.52 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@2301 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/pkgconfig_template | 7 +++++++ doc/HISTORY | 6 ++++++ version.mk | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 buildtools/pkgconfig_template diff --git a/buildtools/pkgconfig_template b/buildtools/pkgconfig_template new file mode 100644 index 00000000..7288a76f --- /dev/null +++ b/buildtools/pkgconfig_template @@ -0,0 +1,7 @@ +Name: Netpbm +Description: Graphics utilities +Version: @VERSION@ +Requires: +Libs: -L@LINKDIR@ -lnetpbm +Libs.private: +Cflags: -I@INCLUDEDIR@ diff --git a/doc/HISTORY b/doc/HISTORY index 4097110c..a5728751 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -4,6 +4,10 @@ Netpbm. CHANGE HISTORY -------------- +14.11.01 BJH Release 10.47.52 + + Fix 'make package': missing pkgconfig_template file. + 14.09.07 BJH Release 10.47.51 Fix incorrect option parsing when there are multiple common @@ -55,6 +59,8 @@ CHANGE HISTORY Netpbm 9.21 (January 2001)). Thanks Prophet of the Way . + make package: Include template for pkgconfig file. + Windows build: fix Ppmtompeg build failure in non-Cygwin build due to missing sys/utsname.h. (But other things still fail). diff --git a/version.mk b/version.mk index f8017125..b054e2e1 100644 --- a/version.mk +++ b/version.mk @@ -1,3 +1,3 @@ NETPBM_MAJOR_RELEASE = 10 NETPBM_MINOR_RELEASE = 47 -NETPBM_POINT_RELEASE = 51 +NETPBM_POINT_RELEASE = 52 -- cgit 1.4.1