public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/phoc] rawhide: Upstream release 0.56.0 (fedora#2497043)
Date: Sat, 04 Jul 2026 15:28:55 GMT	[thread overview]
Message-ID: <178317893510.1.883029507173101518.rpms-phoc-8e52e7adc486@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/phoc
Branch : rawhide
Commit : 8e52e7adc48631494c509a0a742f3986c8919f22
Author : Tomi Lähteenmäki <lihis@lihis.net>
Date   : 2026-07-04T18:28:40+03:00
Stats  : +3/-81 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/phoc/c/8e52e7adc48631494c509a0a742f3986c8919f22?branch=rawhide

Log:
Upstream release 0.56.0 (fedora#2497043)

---
diff --git a/.gitignore b/.gitignore
index 8bac84f..3446777 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,3 +67,4 @@
 /phoc-v0.55.0.tar.gz
 /phoc-v0.55.1.tar.gz
 /phoc-v0.56_rc1.tar.gz
+/phoc-v0.56.0.tar.gz

diff --git a/0001-disable-test-xdg_shell_toplevel_maximized_scale.patch b/0001-disable-test-xdg_shell_toplevel_maximized_scale.patch
deleted file mode 100644
index adf9154..0000000
--- a/0001-disable-test-xdg_shell_toplevel_maximized_scale.patch
+++ /dev/null
@@ -1,76 +0,0 @@
-diff --git a/tests/test-xdg-shell.c b/tests/test-xdg-shell.c
-index b6da782..e295867 100644
---- a/tests/test-xdg-shell.c
-+++ b/tests/test-xdg-shell.c
-@@ -80,36 +80,6 @@ test_client_xdg_shell_toplevel_maximized (PhocTestClientGlobals *globals, gpoint
- }
- 
- 
--static gboolean
--test_client_xdg_shell_toplevel_maximized_scale (PhocTestClientGlobals *globals, gpointer data)
--{
--  PhocTestXdgToplevelSurface *xs;
--  guint32 color = 0xFF00FF00;
--
--  xs = phoc_test_xdg_toplevel_new_with_buffer (globals, 0, 0, "to-max", color);
--  g_assert_nonnull (xs);
--
--  /* Maximize */
--  zwlr_foreign_toplevel_handle_v1_set_maximized (xs->foreign_toplevel->handle);
--  wl_surface_commit (xs->wl_surface);
--  wl_display_dispatch (globals->display);
--  /* We got the maximized size, update the buffer */
--  phoc_test_xdg_update_buffer (globals, xs, color);
--  phoc_assert_screenshot (globals, "test-xdg-shell-maximized-2.5.png");
--
--  /* Back to normal state */
--  zwlr_foreign_toplevel_handle_v1_unset_maximized (xs->foreign_toplevel->handle);
--  wl_display_dispatch (globals->display);
--  phoc_test_xdg_update_buffer (globals, xs, color);
--  phoc_assert_screenshot (globals, "test-xdg-shell-normal-2.5.png");
--
--  phoc_test_xdg_toplevel_free (xs);
--  phoc_assert_screenshot (globals, "empty-2.5.png");
--
--  return TRUE;
--}
--
--
- static gboolean
- test_client_xdg_shell_server_prepare (PhocServer *server, gpointer data)
- {
-@@ -164,25 +134,6 @@ test_xdg_shell_toplevel_maximized (void)
- }
- 
- 
--static void
--test_xdg_shell_toplevel_maximized_scale (void)
--{
--  PhocTestClientIface iface = {
--    .server_prepare = test_client_xdg_shell_server_prepare,
--    .client_run     = test_client_xdg_shell_toplevel_maximized_scale,
--    .debug_flags    = PHOC_SERVER_DEBUG_FLAG_DISABLE_ANIMATIONS,
--    .output_config  = (PhocTestOutputConfig){
--      .width = 360,
--      .height = 720,
--      .scale = 2.5,
--      .transform = WL_OUTPUT_TRANSFORM_270,
--    },
--  };
--
--  phoc_test_client_run (TEST_PHOC_CLIENT_TIMEOUT, &iface, GINT_TO_POINTER (FALSE));
--}
--
--
- int
- main (int argc, char *argv[])
- {
-@@ -191,8 +142,6 @@ main (int argc, char *argv[])
-   PHOC_TEST_ADD ("/phoc/xdg-shell/simple/normal", test_xdg_shell_normal);
-   PHOC_TEST_ADD ("/phoc/xdg-shell/auto-maximize/normal", test_xdg_shell_auto_maximized);
-   PHOC_TEST_ADD ("/phoc/xdg-shell/toplevel/maximize/normal", test_xdg_shell_toplevel_maximized);
--  PHOC_TEST_ADD ("/phoc/xdg-shell/toplevel/maximize/scale",
--                 test_xdg_shell_toplevel_maximized_scale);
- 
-   return g_test_run ();
- }

diff --git a/phoc.spec b/phoc.spec
index c690ad9..d99c981 100644
--- a/phoc.spec
+++ b/phoc.spec
@@ -1,7 +1,7 @@
 %global gvdb_commit 4758f6fb7f889e074e13df3f914328f3eecb1fd3
 
 Name:     phoc
-Version:  0.56~rc1
+Version:  0.56.0
 Release:  %{autorelease}
 Summary:  Display compositor designed for phones
 
@@ -10,9 +10,6 @@ URL:      https://gitlab.gnome.org/World/Phosh/phoc
 Source0:  https://gitlab.gnome.org/World/Phosh/phoc/-/archive/v%{version_no_tilde _}/%{name}-v%{version_no_tilde _}.tar.gz
 Source1:  https://gitlab.gnome.org/GNOME/gvdb/-/archive/%{gvdb_commit}/gvdb-%{gvdb_commit}.tar.gz
 
-# test_client_xdg_shell_toplevel_maximized_scale fails on wlroots 0.20.1
-Patch0:   0001-disable-test-xdg_shell_toplevel_maximized_scale.patch
-
 BuildRequires:  gcc
 BuildRequires:  meson
 BuildRequires:  cmake

diff --git a/sources b/sources
index aaabb10..42f958c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (phoc-v0.56_rc1.tar.gz) = 1ed31a1bc274c6d40fed57e315b6d99ac9ae4f723835c650e75a9f45479fe357fbda31f858020fb50a1cfe93c3e04cd39bdd3462e0cb9778f037440dab59347e
+SHA512 (phoc-v0.56.0.tar.gz) = d530a27f58025362966c15145c74fd7809038561fe31ebdf485a6a88f52bf1e87a890f0d996c29183d9b2e9f3c830e93d566578d7bd529ea7eb687e6e05a3964
 SHA512 (gvdb-4758f6fb7f889e074e13df3f914328f3eecb1fd3.tar.gz) = 0898260dd60ab34c7621829ecccf16bfb16506d6edd912bf4b3506526485a30b5f79ad56696aece4ec9e47913c4cee8080c333258ee9b0987236485801962eb7

                 reply	other threads:[~2026-07-04 15:28 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=178317893510.1.883029507173101518.rpms-phoc-8e52e7adc486@fedoraproject.org \
    --to=git-commits@fedoraproject.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