Script 'mail_helper' called by obssrc
Hello community,

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

Package is "cosmic-osd"

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/cosmic-osd/cosmic-osd.changes    2024-07-29 
21:53:06.578475071 +0200
+++ /work/SRC/openSUSE:Factory/.cosmic-osd.new.7232/cosmic-osd.changes  
2024-08-12 12:30:34.685042900 +0200
@@ -1,0 +2,21 @@
+Thu Aug  8 01:00:08 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:38:01 UTC 2024 - Richard Rahl <[email protected]>
+
+- update to 1.0.0~alpha1:
+  * Show volume as muted if mute is active
+  * Update cosmic-settings-subscription for integer keyboard brightness
+  * Divide display brighness by maximum
+  * Move settings_daemon subscription to cosmic-settings-subscriptions
+  * Use power for keyboard brightness
+  * Use cosmic-settings-subscriptions for some iced subscriptions
+  * Change OSD close timer to be 3 secs
+- enable leap (thanks to vyvir)
+
+-------------------------------------------------------------------

Old:
----
  cosmic-osd-0.1.0+git20240715.27fc5e5.tar.zst

New:
----
  cosmic-osd-1.0.0~alpha1.tar.zst

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

Other differences:
------------------
++++++ cosmic-osd.spec ++++++
--- /var/tmp/diff_new_pack.ZNyKHw/_old  2024-08-12 12:30:35.761087916 +0200
+++ /var/tmp/diff_new_pack.ZNyKHw/_new  2024-08-12 12:30:35.761087916 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           cosmic-osd
-Version:        0.1.0+git20240715.27fc5e5
+Version:        1.0.0~alpha1
 Release:        0
 Summary:        COSMIC OSD
 License:        GPL-3.0-only
@@ -42,7 +42,7 @@
 %make_build
 
 %install
-%make_install prefix=%{_prefix}
+%make_install DESTDIR=%{buildroot} prefix=%{_prefix}
 
 %check
 %{cargo_test}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ZNyKHw/_old  2024-08-12 12:30:35.789089088 +0200
+++ /var/tmp/diff_new_pack.ZNyKHw/_new  2024-08-12 12:30:35.793089255 +0200
@@ -3,9 +3,11 @@
   <service name="tar_scm" mode="manual">
     <param name="url">https://github.com/pop-os/cosmic-osd.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-osd</param>
   </service>
   <service name="recompress" mode="manual">
     <param name="file">*.tar</param>

Reply via email to