From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 06 Aug 2021 08:45:01 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mBtbJ-00078m-AT for lore@lore.pengutronix.de; Fri, 06 Aug 2021 08:45:01 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mBtbI-0006Gr-OL; Fri, 06 Aug 2021 08:45:00 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mBtbB-0005zP-Ru; Fri, 06 Aug 2021 08:44:53 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1mBtbB-0004om-AG; Fri, 06 Aug 2021 08:44:53 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1mBtbB-001Q90-7L; Fri, 06 Aug 2021 08:44:53 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 6 Aug 2021 08:44:53 +0200 Message-Id: <20210806064453.338783-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210803091156.8630-4-bst@pengutronix.de> References: <20210803091156.8630-4-bst@pengutronix.de> MIME-Version: 1.0 Subject: Re: [ptxdist] [APPLIED] cog: version bump 0.8.1 -> 0.10.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Bastian Krause Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 93e780b5baf52c3880ef1708bb3211038e502ed3. Michael [sent from post-receive hook] On Fri, 06 Aug 2021 08:44:52 +0200, Bastian Krause wrote: > Signed-off-by: Bastian Krause > Message-Id: <20210803091156.8630-4-bst@pengutronix.de> > [mol: remove applied patch] > Signed-off-by: Michael Olbrich > > diff --git a/patches/cog-0.8.1/0001-CMake-install-D-Bus-policy-configuration-to-CMAKE_IN.patch b/patches/cog-0.8.1/0001-CMake-install-D-Bus-policy-configuration-to-CMAKE_IN.patch > deleted file mode 100644 > index 9f2a1900981f..000000000000 > --- a/patches/cog-0.8.1/0001-CMake-install-D-Bus-policy-configuration-to-CMAKE_IN.patch > +++ /dev/null > @@ -1,31 +0,0 @@ > -From: Bastian Krause > -Date: Wed, 14 Apr 2021 17:36:24 +0200 > -Subject: [PATCH] CMake: install D-Bus policy configuration to > - CMAKE_INSTALL_DATADIR > - > -The D-BUS system bus policy config should reside in > -CMAKE_INSTALL_DATADIR rather than in CMAKE_INSTALL_SYSCONFDIR. > - > -See: > - > - https://gitlab.freedesktop.org/dbus/dbus/-/blob/ef55a3db0d8f17848f8a579092fb05900cc076f5/bus/CMakeLists.txt#L117 > - > -Forwarded: https://github.com/Igalia/cog/pull/296 > -Signed-off-by: Bastian Krause > ---- > - CMakeLists.txt | 2 +- > - 1 file changed, 1 insertion(+), 1 deletion(-) > - > -diff --git a/CMakeLists.txt b/CMakeLists.txt > -index cb51087359fc..2fcd63845212 100644 > ---- a/CMakeLists.txt > -+++ b/CMakeLists.txt > -@@ -157,7 +157,7 @@ if (COG_DBUS_SYSTEM_BUS) > - configure_file(dbus/policy.conf.in ${COG_DEFAULT_APPID}.conf @ONLY) > - install( > - FILES ${CMAKE_CURRENT_BINARY_DIR}/${COG_DEFAULT_APPID}.conf > -- DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/dbus-1/system.d > -+ DESTINATION ${CMAKE_INSTALL_DATADIR}/dbus-1/system.d > - COMPONENT "runtime" > - ) > - > diff --git a/patches/cog-0.8.1/series b/patches/cog-0.8.1/series > deleted file mode 100644 > index 14639312eb47..000000000000 > --- a/patches/cog-0.8.1/series > +++ /dev/null > @@ -1,4 +0,0 @@ > -# generated by git-ptx-patches > -#tag:base --start-number 1 > -0001-CMake-install-D-Bus-policy-configuration-to-CMAKE_IN.patch > -# a7cfa1be71dd856d687d8a3863e5a56f - git-ptx-patches magic > diff --git a/rules/cog.make b/rules/cog.make > index 3fd9f929a83f..a59f5a11450b 100644 > --- a/rules/cog.make > +++ b/rules/cog.make > @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_COG) += cog > # > # Paths and names > # > -COG_VERSION := 0.8.1 > -COG_MD5 := 21664fb04c9149dea6d68e13e6074276 > +COG_VERSION := 0.10.0 > +COG_MD5 := 1b0407b6163a3a01afdfc0fb454a7570 > COG := cog-$(COG_VERSION) > COG_SUFFIX := tar.xz > COG_URL := https://wpewebkit.org/releases/$(COG).$(COG_SUFFIX) _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de