Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-calendar for openSUSE:Factory 
checked in at 2026-04-10 17:50:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-calendar (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-calendar.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-calendar"

Fri Apr 10 17:50:15 2026 rev:59 rq:1345382 version:50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-calendar/gnome-calendar.changes    
2026-01-06 17:47:50.601670820 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-calendar.new.21863/gnome-calendar.changes 
2026-04-10 17:54:49.046302049 +0200
@@ -1,0 +2,53 @@
+Mon Mar 23 08:35:28 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------
+Sat Mar 14 16:13:20 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Update to version 50.0:
+  + Updated screenshots
+  + Focus adjacent cell when pressing Ctrl+Tab in the Month view
+  + Refreshing calendars also updates collections now. This makes
+    new remote calendars appear when refreshing.
+  + Fix an untranslatable string
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar  2 09:48:04 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.rc:
+  + Add navigation using arrow keys in the Month view. This in
+    itself is a major accessibility improvement, but it also comes
+    in preparation of further improvements in the Month view.
+  + Fix handling of all-day events in the file importer dialog
+  + Make Page Up and Page Down shortcuts jump to first day of month
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb 10 08:38:55 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.beta:
+  + Show event attendees in a section in the event editor dialog
+  + Fix accessibility warnings in the Month view
+  + Remove support for sound-only alarms. All alarms created by
+    GNOME Calendar display notifications now.
+  + Fade out event titles if they're too long
+  + Updated translations
+- Changes from version 50.alpha:
+  + Various updates to the Flatpak manifest
+  + Minor tweaks to the coloring of event widgets
+  + Various accessibility fixes all around
+  + Performance improvements in the Month view
+  + More prominent month name in the Month view
+  + Improved scrolling animations in the Month view
+  + Improved alignment of event widgets in the Month view
+  + Plug a bunch of memory leaks in the Quick Add popover
+  + Update the design of the Quick Add popover
+  + Plug dozens of memory leaks in tests and in the app
+  + Announce the number of search results to the screen reader
+  + Respect the new GSetting for first weekday
+  + Updated translations
+- Add pkgconfig(fribidi) BuildRequires: new dependency
+
+-------------------------------------------------------------------

Old:
----
  gnome-calendar-49.1.obscpio

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  gnome-calendar-50.0.tar.xz

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

Other differences:
------------------
++++++ gnome-calendar.spec ++++++
--- /var/tmp/diff_new_pack.Vt78DU/_old  2026-04-10 17:54:50.002341575 +0200
+++ /var/tmp/diff_new_pack.Vt78DU/_new  2026-04-10 17:54:50.002341575 +0200
@@ -17,24 +17,25 @@
 
 
 Name:           gnome-calendar
-Version:        49.1
+Version:        50.0
 Release:        0
 Summary:        A calendar application for GNOME
 License:        GPL-3.0-or-later
 Group:          Productivity/Office/Organizers
 URL:            https://wiki.gnome.org/Design/Apps/Calendar
-Source0:        %{name}-%{version}.tar.zst
+Source0:        %{name}-%{version}.tar.xz
 
 BuildRequires:  blueprint-compiler
 BuildRequires:  fdupes
 BuildRequires:  meson
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(fribidi)
 BuildRequires:  pkgconfig(geocode-glib-2.0) >= 3.26.2
 BuildRequires:  pkgconfig(gio-2.0) >= 2.80.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.80.0
 BuildRequires:  pkgconfig(goa-1.0) >= 3.2.0
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.21.2
-BuildRequires:  pkgconfig(gtk4) >= 4.15.2
+BuildRequires:  pkgconfig(gtk4) >= 4.21.2
 BuildRequires:  pkgconfig(gweather4)
 BuildRequires:  pkgconfig(libadwaita-1) >= 1.8.alpha
 BuildRequires:  pkgconfig(libecal-2.0) >= 3.45.1

++++++ _scmsync.obsinfo ++++++
mtime: 1774254928
commit: 80be5b5ce6c1c33fa9ad56e2d747341c1e8a02800f98fc504a06132b596dc8fa
url: https://src.opensuse.org/GNOME/gnome-calendar
revision: 80be5b5ce6c1c33fa9ad56e2d747341c1e8a02800f98fc504a06132b596dc8fa
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Vt78DU/_old  2026-04-10 17:54:50.054343724 +0200
+++ /var/tmp/diff_new_pack.Vt78DU/_new  2026-04-10 17:54:50.058343890 +0200
@@ -3,18 +3,17 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/GNOME/gnome-calendar.git</param>
-    <param name="revision">49.1</param>
+    <param name="revision">50.0</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
-<!--    <param name="changesgenerate">enable</param> -->
+    <!--    <param name="changesgenerate">enable</param> -->
   </service>
-  <service name="tar" mode="buildtime"/>
-  <service name="recompress" mode="buildtime">
+  <service name="tar" mode="manual"/>
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
-    <param name="compression">zst</param>
+    <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="manual" />
+  <service name="set_version" mode="manual"/>
 </services>
 
-

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-03-24 10:48:32.000000000 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ gnome-calendar.obsinfo ++++++
--- /var/tmp/diff_new_pack.Vt78DU/_old  2026-04-10 17:54:50.146347528 +0200
+++ /var/tmp/diff_new_pack.Vt78DU/_new  2026-04-10 17:54:50.150347693 +0200
@@ -1,5 +1,5 @@
 name: gnome-calendar
-version: 49.1
-mtime: 1767654545
-commit: cf14c4730cff60eb7d49ed1530d2a4db87910384
+version: 50.0
+mtime: 1773501888
+commit: ff4d7f7d59ef2413a10c6f4304cb069a5a3e81d2
 

Reply via email to