From 488a3f59a403f9128912a48c55c1ba0747a50c08 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Tue, 5 Nov 2019 14:29:23 +0300 Subject: [PATCH] Version 1.0.8 --- Makefile | 8 ++++---- debian/changelog | 6 ++++++ debian/copyright | 8 ++++---- rpm/libmce-glib.spec | 2 +- 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 694e305..6eb573b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # -*- Mode: makefile-gmake -*- -.PHONY: clean all debug release pkgconfig +.PHONY: clean all debug release pkgconfig install install-dev # # Required packages @@ -20,7 +20,7 @@ all: debug release pkgconfig VERSION_MAJOR = 1 VERSION_MINOR = 0 -VERSION_RELEASE = 7 +VERSION_RELEASE = 8 # Version for pkg-config PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE) @@ -123,8 +123,8 @@ DEBUG_LINK = $(DEBUG_BUILD_DIR)/$(LIB_SONAME) RELEASE_LINK = $(RELEASE_BUILD_DIR)/$(LIB_SONAME) $(GEN_FILES): | $(GEN_DIR) -$(DEBUG_OBJS): | $(DEBUG_BUILD_DIR) -$(RELEASE_OBJS): | $(RELEASE_BUILD_DIR) +$(DEBUG_OBJS): | $(DEBUG_BUILD_DIR) $(GEN_FILES) +$(RELEASE_OBJS): | $(RELEASE_BUILD_DIR) $(GEN_FILES) $(PKGCONFIG): | $(BUILD_DIR) $(DEBUG_LINK): | $(DEBUG_LIB) $(RELEASE_LINK): | $(RELEASE_LIB) diff --git a/debian/changelog b/debian/changelog index 15a6dcd..509891e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libmce-glib (1.0.8) unstable; urgency=low + + * Avoid overlinking. + + -- Slava Monich Tue, 05 Nov 2019 14:21:43 +0300 + libmce-glib (1.0.7) unstable; urgency=low * Allow use of CC & LDFLAGS defined by build system. diff --git a/debian/copyright b/debian/copyright index 19b3195..1275f60 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Copyright (C) 2016 Jolla Ltd. +Copyright (C) 2016-2019 Jolla Ltd. You may use this file under the terms of BSD license as follows: @@ -11,9 +11,9 @@ are met: 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - 3. Neither the name of Jolla Ltd nor the names of its contributors may - be used to endorse or promote products derived from this software - without specific prior written permission. + 3. Neither the names of the copyright holders nor the names of its + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE diff --git a/rpm/libmce-glib.spec b/rpm/libmce-glib.spec index d59bdd8..287c1d7 100644 --- a/rpm/libmce-glib.spec +++ b/rpm/libmce-glib.spec @@ -1,5 +1,5 @@ Name: libmce-glib -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: MCE client library Group: Development/Libraries