public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 9296102c65694af78cf51f319931aed9c311aa48
Date: Sun, 05 Mar 2017 22:36:10 +0000	[thread overview]
Message-ID: <20170305223610.A364510853C3@git01.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 5480 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  9296102c65694af78cf51f319931aed9c311aa48 (commit)
       via  253afeb4add5689249e276f5c9efad89676f5a18 (commit)
       via  3d567fd85ff32f05bae9953575181de793d3598b (commit)
       via  ef5e70b4d10743ab10c94c92bef77b0adc18fdc8 (commit)
      from  ad855779edd726af9f9204de8af84fbdc3c2309e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9296102c65694af78cf51f319931aed9c311aa48
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Mar 5 21:55:08 2017 +0000

    lcms2: Update to 2.8
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 253afeb4add5689249e276f5c9efad89676f5a18
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Mar 5 21:51:25 2017 +0000

    pixman: Update to 0.34.0
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 3d567fd85ff32f05bae9953575181de793d3598b
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Mar 5 21:49:20 2017 +0000

    cups: Update to 2.2.2
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit ef5e70b4d10743ab10c94c92bef77b0adc18fdc8
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Sun Mar 5 21:46:19 2017 +0000

    avahi: Update to 0.6.32
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 avahi/avahi.nm                      |  7 ++++---
 cups/cups.nm                        |  4 ++--
 lcms2/lcms2.nm                      |  4 ++--
 lcms2/patches/lcms2-2.7-check.patch | 24 ------------------------
 pixman/pixman.nm                    |  2 +-
 5 files changed, 9 insertions(+), 32 deletions(-)
 delete mode 100644 lcms2/patches/lcms2-2.7-check.patch

Difference in files:
diff --git a/avahi/avahi.nm b/avahi/avahi.nm
index cd3bcfa..4bfa13c 100644
--- a/avahi/avahi.nm
+++ b/avahi/avahi.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = avahi
-version    = 0.6.31
+version    = 0.6.32
 release    = 1
 
 groups     = Networking/Zeroconf
@@ -22,7 +22,8 @@ description
 	convenient.
 end
 
-source_dl  = http://avahi.org/download/
+source_dl  = http://avahi.org/download/ \
+	https://github.com/lathiat/avahi/releases/download/v%{version}/
 
 build
 	requires
@@ -64,7 +65,7 @@ end
 packages
 	package %{name}
 		requires
-			libdaemon>=0.14
+			libdaemon >= 0.14
 		end
 
 		prerequires += shadow-utils
diff --git a/cups/cups.nm b/cups/cups.nm
index 682f300..3a0478a 100644
--- a/cups/cups.nm
+++ b/cups/cups.nm
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = cups
-version    = 2.2.1
-release    = 2
+version    = 2.2.2
+release    = 1
 
 groups     = Applications/Printing
 url        = http://cups.org/software.php
diff --git a/lcms2/lcms2.nm b/lcms2/lcms2.nm
index 5ae1021..d97c05c 100644
--- a/lcms2/lcms2.nm
+++ b/lcms2/lcms2.nm
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = lcms2
-version    = 2.7
-release    = 2
+version    = 2.8
+release    = 1
 
 groups     = System/Tools
 url        = http://www.littlecms.com/
diff --git a/lcms2/patches/lcms2-2.7-check.patch b/lcms2/patches/lcms2-2.7-check.patch
deleted file mode 100644
index cff1804..0000000
--- a/lcms2/patches/lcms2-2.7-check.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -up lcms2-2.7/testbed/Makefile.am.check lcms2-2.7/testbed/Makefile.am
---- lcms2-2.7/testbed/Makefile.am.check	2015-03-17 06:19:51.000000000 -0500
-+++ lcms2-2.7/testbed/Makefile.am	2016-03-09 10:17:26.031452857 -0600
-@@ -23,7 +23,7 @@ check:
- 	if [ $(top_srcdir) != $(top_builddir) ]; then \
- 		cp $(top_srcdir)/testbed/*.ic? $(top_builddir)/testbed; \
- 	fi
--	./testcms
-+	LD_LIBRARY_PATH=$(top_builddir)/src/.libs ./testcms
- 	if [ $(top_srcdir) != $(top_builddir) ]; then \
- 		rm -f $(top_builddir)/testbed/*.ic?; \
- 	fi
-diff -up lcms2-2.7/testbed/Makefile.in.check lcms2-2.7/testbed/Makefile.in
---- lcms2-2.7/testbed/Makefile.in.check	2015-03-17 06:19:51.000000000 -0500
-+++ lcms2-2.7/testbed/Makefile.in	2016-03-09 10:18:11.521807110 -0600
-@@ -541,7 +541,7 @@ check:
- 	if [ $(top_srcdir) != $(top_builddir) ]; then \
- 		cp $(top_srcdir)/testbed/*.ic? $(top_builddir)/testbed; \
- 	fi
--	./testcms
-+	LD_LIBRARY_PATH=$(top_builddir)/src/.libs ./testcms
- 	if [ $(top_srcdir) != $(top_builddir) ]; then \
- 		rm -f $(top_builddir)/testbed/*.ic?; \
- 	fi
diff --git a/pixman/pixman.nm b/pixman/pixman.nm
index ccd225d..6e2a3f3 100644
--- a/pixman/pixman.nm
+++ b/pixman/pixman.nm
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = pixman
-version    = 0.32.6
+version    = 0.34.0
 release    = 1
 
 groups     = System/Libraries


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2017-03-05 22:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170305223610.A364510853C3@git01.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox