diff mbox

[1/1] cairo : bump version

Message ID 1358084194-16226-1-git-send-email-sagaert.johan@skynet.be
State Superseded
Headers show

Commit Message

Sagaert Johan Jan. 13, 2013, 1:36 p.m. UTC
cairo : bump version
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
 package/cairo/cairo.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Jan. 13, 2013, 2:07 p.m. UTC | #1
Dear Sagaert Johan,

On Sun, 13 Jan 2013 14:36:34 +0100, Sagaert Johan wrote:
> 
> cairo : bump version
> Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>

Thanks for all those version bump patches. Unfortunately, the commit
log is wrong: you repeat two times the same thing.

If you put "cairo: bump version" in the first line of your commit log,
then don't put it again, otherwise it appears twice!

And it is also customary to mention the version to which the package is
being bumped in the commit title.

So, your commit logs should be:

===
cairo: bump version to 1.12.8

Signed-off-by: ...
===

If there are more details to be provided:

===
cairo: bump version to 1.12.8

The patch foobar.patch has become useless due to upstream changes. A
new patch barfoo.patch is introduced in order to fix problem blabla.

Signed-off-by: ...
===

Thanks,

Thomas
diff mbox

Patch

diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk
index 6cf910a..bd670d9 100644
--- a/package/cairo/cairo.mk
+++ b/package/cairo/cairo.mk
@@ -3,8 +3,10 @@ 
 # cairo
 #
 #############################################################
-CAIRO_VERSION = 1.10.2
-CAIRO_SOURCE = cairo-$(CAIRO_VERSION).tar.gz
+CAIRO_VERSION = 1.12.8
+CAIRO_SOURCE = cairo-$(CAIRO_VERSION).tar.xz
+CAIRO_LICENSE = LGPLv2.1+
+CAIRO_LICENSE_FILES = COPYING
 CAIRO_SITE = http://cairographics.org/releases
 CAIRO_INSTALL_STAGING = YES