Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cosmic-screenshot for
openSUSE:Factory checked in at 2024-08-12 12:30:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cosmic-screenshot (Old)
and /work/SRC/openSUSE:Factory/.cosmic-screenshot.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cosmic-screenshot"
Mon Aug 12 12:30:44 2024 rev:2 rq:1192475 version:1.0.0~alpha1
Changes:
--------
--- /work/SRC/openSUSE:Factory/cosmic-screenshot/cosmic-screenshot.changes
2024-07-11 20:33:04.488637610 +0200
+++
/work/SRC/openSUSE:Factory/.cosmic-screenshot.new.7232/cosmic-screenshot.changes
2024-08-12 12:32:09.825019842 +0200
@@ -1,0 +2,17 @@
+Thu Aug 8 01:00:25 UTC 2024 - Richard Rahl <[email protected]>
+
+- 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 01:49:31 UTC 2024 - Richard Rahl <[email protected]>
+
+- update to 1.0.0~alpha1:
+ * update icon
+ * chore: update notification icon and text
+ * Update justfile
+- enable leap (thanks to vyvir)
+
+-------------------------------------------------------------------
Old:
----
cosmic-screenshot-0.1.0+git20240510.a8130eb.tar.zst
New:
----
cosmic-screenshot-1.0.0~alpha1.tar.zst
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cosmic-screenshot.spec ++++++
--- /var/tmp/diff_new_pack.ozNxAj/_old 2024-08-12 12:32:10.557050358 +0200
+++ /var/tmp/diff_new_pack.ozNxAj/_new 2024-08-12 12:32:10.557050358 +0200
@@ -18,7 +18,7 @@
%define appname com.system76.CosmicScreenshot
Name: cosmic-screenshot
-Version: 0.1.0+git20240510.a8130eb
+Version: 1.0.0~alpha1
Release: 0
Summary: Utility for capturing screenshots via XDG Desktop Portal
License: GPL-3.0-only
@@ -26,6 +26,7 @@
Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
BuildRequires: cargo-packaging
+BuildRequires: hicolor-icon-theme
BuildRequires: just
BuildRequires: update-desktop-files
@@ -50,4 +51,6 @@
%doc README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{appname}.desktop
+%{_datadir}/icons/hicolor/??x??/apps/%{appname}.svg
+%{_datadir}/icons/hicolor/???x???/apps/%{appname}.svg
++++++ _service ++++++
--- /var/tmp/diff_new_pack.ozNxAj/_old 2024-08-12 12:32:10.585051526 +0200
+++ /var/tmp/diff_new_pack.ozNxAj/_new 2024-08-12 12:32:10.589051692 +0200
@@ -3,9 +3,11 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/pop-os/cosmic-screenshot.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">cosmic-screenshot</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>