From b6f86684a841b8bc14ac6561b19dd70fde363b6e0cb6254de09a54a4bf2ec246 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sun, 26 Jul 2015 13:51:35 +0000
Subject: [PATCH] Accepting request 318760 from
home:posophe:branches:devel:libraries:c_c++
update
OBS-URL: https://build.opensuse.org/request/show/318760
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmaxminddb?expand=0&rev=4
---
libmaxminddb-1.0.4.tar.gz | 3 ---
libmaxminddb-1.1.1.tar.gz | 3 +++
libmaxminddb.changes | 24 ++++++++++++++++++++++++
libmaxminddb.spec | 2 +-
4 files changed, 28 insertions(+), 4 deletions(-)
delete mode 100644 libmaxminddb-1.0.4.tar.gz
create mode 100644 libmaxminddb-1.1.1.tar.gz
diff --git a/libmaxminddb-1.0.4.tar.gz b/libmaxminddb-1.0.4.tar.gz
deleted file mode 100644
index 035d2dd..0000000
--- a/libmaxminddb-1.0.4.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:ac2c2d52725e13e67885ef030b9e58c1666426d536006ddfad1a8cca5a043f7a
-size 471911
diff --git a/libmaxminddb-1.1.1.tar.gz b/libmaxminddb-1.1.1.tar.gz
new file mode 100644
index 0000000..0e139ed
--- /dev/null
+++ b/libmaxminddb-1.1.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:60060bc081573220d4633e4cbb26f999521c0f197304bc7f5ea700fc26ef2276
+size 649467
diff --git a/libmaxminddb.changes b/libmaxminddb.changes
index bf2d534..e14c030 100644
--- a/libmaxminddb.changes
+++ b/libmaxminddb.changes
@@ -1,3 +1,27 @@
+-------------------------------------------------------------------
+Sun Jul 26 13:48:17 UTC 2015 - p.drouand@gmail.com
+
+- Update to version 1.1.1
+ * Added `maxminddb-compat-util.h` as a source file to dist.
+- Changes from version 1.1.0
+ * Previously, when there was an error in `MMDB_open()`, `errno` would
+ generally be overwritten during cleanup, preventing a useful value from
+ being returned to the caller. This was changed so that the `errno` value
+ from the function call that caused the error is restored before returning to
+ the caller. In particular, this is important for `MMDB_IO_ERROR` errors as
+ checking `errno` is often the only way to determine what actually failed.
+ * If `mmap()` fails due to running out of memory space, an
+ `MMDB_OUT_OF_MEMORY_ERROR` is now returned from `MMDB_open` rather than an
+ `MMDB_IO_ERROR`.
+ * On Windows, the `CreateFileMappingA()` handle was not properly closed if
+ opening the database succeeded. Fixed by Bly Hostetler. GitHub #75 & #76.
+ * On Windows, we were not checking the return value of `CreateFileMappingA()`
+ properly for errors. Fixed by Bly Hotetler. GitHub #78.
+ * Several warnings from Clang's scan-build were fixed. GitHub #86.
+ * All headers are now installed in `$(includedir)`. GitHub #89.
+ * We no longer install `maxminddb-compat-util.h`. This header was intended for
+ internal use only.
+
-------------------------------------------------------------------
Wed Jan 21 14:03:32 UTC 2015 - p.drouand@gmail.com
diff --git a/libmaxminddb.spec b/libmaxminddb.spec
index c20256f..41d9478 100644
--- a/libmaxminddb.spec
+++ b/libmaxminddb.spec
@@ -18,7 +18,7 @@
Name: libmaxminddb
%define lname libmaxminddb0
-Version: 1.0.4
+Version: 1.1.1
Release: 0
Summary: C library for the MaxMind DB file format
License: Apache-2.0