about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-11-01 21:58:52 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-11-01 21:58:52 +0000
commit7723939fc4682228a2089711d1f08ab4a0e52b23 (patch)
treed39b1c85e688f1aeaca705ca3fee99e71584ce19
parenta10ca53cd1957a04d0ed709dfb0a59742547ed76 (diff)
downloadnetpbm-mirror-7723939fc4682228a2089711d1f08ab4a0e52b23.tar.gz
netpbm-mirror-7723939fc4682228a2089711d1f08ab4a0e52b23.tar.xz
netpbm-mirror-7723939fc4682228a2089711d1f08ab4a0e52b23.zip
Release 10.47.52
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@2301 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--buildtools/pkgconfig_template7
-rw-r--r--doc/HISTORY6
-rw-r--r--version.mk2
3 files changed, 14 insertions, 1 deletions
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
               <afu@wta.att.ne.jp>.
 
+              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