Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xdg-desktop-portal-cosmic for 
openSUSE:Factory checked in at 2024-08-12 12:30:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xdg-desktop-portal-cosmic (Old)
 and      /work/SRC/openSUSE:Factory/.xdg-desktop-portal-cosmic.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xdg-desktop-portal-cosmic"

Mon Aug 12 12:30:20 2024 rev:2 rq:1192458 version:1.0.0~alpha1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xdg-desktop-portal-cosmic/xdg-desktop-portal-cosmic.changes
      2024-07-29 21:53:25.563242208 +0200
+++ 
/work/SRC/openSUSE:Factory/.xdg-desktop-portal-cosmic.new.7232/xdg-desktop-portal-cosmic.changes
    2024-08-12 12:30:48.485620245 +0200
@@ -1,0 +2,25 @@
+Thu Aug  8 01:01:29 UTC 2024 - Richard Rahl <rra...@opensuse.org>
+
+- standardize packaging with also fixes for miscellaneous hardcoding
+  filenames, using @PARENT_TAG where applicable, and be more specific
+  with files in the %files section (so no non-wanted files are getting
+  added
+
+-------------------------------------------------------------------
+Wed Aug  7 02:12:58 UTC 2024 - Richard Rahl <rra...@opensuse.org>
+
+- update to 1.0.0~alpha1:
+  * Fix compile warnings
+  * Add scrolling for list of toplevels
+  * Hover and selected styles for outputs in screencast dialog
+  * Use custom widget instead of global subscription for keybindings
+  * screencopy: Respect source_type option
+  * Allow multiple select for screencast only when requested
+  * Arrange screen capture outputs horiozontally
+  * Display name of application requiring screen capture
+  * Show preview of outputs in screencast dialog
+  * Show toplevel icons in screencast dialog
+  * Fix button text color
+- enable leap with patch leap-fix-libexec.patch (thanks to vyvir)
+
+-------------------------------------------------------------------

Old:
----
  xdg-desktop-portal-cosmic-0.1.0+git20240717.813352e.tar.zst

New:
----
  leap-fix-libexec.patch
  xdg-desktop-portal-cosmic-1.0.0~alpha1.tar.zst

BETA DEBUG BEGIN:
  New:  * Fix button text color
- enable leap with patch leap-fix-libexec.patch (thanks to vyvir)
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xdg-desktop-portal-cosmic.spec ++++++
--- /var/tmp/diff_new_pack.yqMIWg/_old  2024-08-12 12:30:49.985682999 +0200
+++ /var/tmp/diff_new_pack.yqMIWg/_new  2024-08-12 12:30:49.989683167 +0200
@@ -17,13 +17,14 @@
 
 
 Name:           xdg-desktop-portal-cosmic
-Version:        0.1.0+git20240717.813352e
+Version:        1.0.0~alpha1
 Release:        0
 Summary:        COSMIC xdg portal
 License:        GPL-3.0-only
 URL:            https://github.com/pop-os/xdg-desktop-portal-cosmic
 Source0:        %{name}-%{version}.tar.zst
 Source1:        vendor.tar.zst
+Patch0:         leap-fix-libexec.patch
 BuildRequires:  cargo-packaging
 BuildRequires:  clang-devel
 BuildRequires:  git-core
@@ -43,13 +44,16 @@
 This package contains the xdg portal implementation for COSMIC DE.
 
 %prep
-%autosetup -a1
+%autosetup -N -a1
+%if 0%{?suse_version} < 1600
+%autopatch -p0
+%endif
 
 %build
 %make_build
 
 %install
-%make_install prefix=%{_prefix}
+%make_install DESTDIR=%{buildroot} prefix=%{_prefix}
 
 %check
 %{cargo_test}
@@ -57,7 +61,7 @@
 %files
 %license LICENSE
 %{_libexecdir}/%{name}
-%{_iconsdir}/hicolor/scalable/actions/*.svg
+%{_datadir}/icons/hicolor/scalable/actions/{screenshot-screen-symbolic,screenshot-selection-symbolic,screenshot-window-symbolic}.svg
 %{_datadir}/dbus-1/services/org.freedesktop.impl.portal.desktop.cosmic.service
 %{_datadir}/xdg-desktop-portal/cosmic-portals.conf
 %{_datadir}/xdg-desktop-portal/portals/cosmic.portal

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yqMIWg/_old  2024-08-12 12:30:50.017684338 +0200
+++ /var/tmp/diff_new_pack.yqMIWg/_new  2024-08-12 12:30:50.021684506 +0200
@@ -3,9 +3,11 @@
   <service name="tar_scm" mode="manual">
     <param 
name="url">https://github.com/pop-os/xdg-desktop-portal-cosmic.git</param>
     <param name="scm">git</param>
-    <param name="revision">master</param>
-    <param name="versionformat">0.1.0+git%cd.%h</param>
+    <param name="revision">refs/tags/epoch-1.0.0-alpha.1</param>
+    <param name="versionrewrite-pattern">epoch-(.*)</param>
+    <param name="versionformat">1.0.0~alpha1</param>
     <param name="package-meta">yes</param>
+    <param name="filename">xdg-desktop-portal-cosmic</param>
   </service>
   <service name="recompress" mode="manual">
     <param name="file">*.tar</param>

++++++ leap-fix-libexec.patch ++++++
--- Makefile.orig       2024-07-29 19:11:10.189698162 +0300
+++ Makefile    2024-07-29 19:12:48.420183313 +0300
@@ -1,7 +1,7 @@
 prefix ?= /usr/local
 bindir = $(prefix)/bin
 libdir = $(prefix)/lib
-libexecdir = $(prefix)/libexec
+libexecdir = $(prefix)/lib
 includedir = $(prefix)/include
 datarootdir = $(prefix)/share
 datadir = $(datarootdir)

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/xdg-desktop-portal-cosmic/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.xdg-desktop-portal-cosmic.new.7232/vendor.tar.zst 
differ: char 2806224, line 11494

Reply via email to