Hello community, here is the log from the commit of package granite for openSUSE:Factory checked in at 2020-02-18 10:38:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/granite (Old) and /work/SRC/openSUSE:Factory/.granite.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "granite" Tue Feb 18 10:38:09 2020 rev:11 rq:774817 version:5.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/granite/granite.changes 2019-07-11 13:16:25.490804602 +0200 +++ /work/SRC/openSUSE:Factory/.granite.new.26092/granite.changes 2020-02-18 10:39:02.532777621 +0100 @@ -1,0 +2,67 @@ +Mon Feb 17 00:30:06 UTC 2020 - Alexei Podvalsky <[email protected]> + +- Fix: invalid-filename-dependency + +------------------------------------------------------------------- +Wed Dec 18 15:36:54 UTC 2019 - Alexei Podvalsky <[email protected]> + +- Update to 5.3.0: + * Add Release to Actions + * Delete AUTHORS + * AccelLabel and Utils: Add null checks (#362) + * Add tooltip support for SourceList (#187) + * Add Lint to CI (#325) + * DynamicNotebook: Lint (#334) + * Application: Lint (#341) + * BufferSurface: Lint (#343) + * AboutDialog: Lint (#352) + * Drawing Utilities: Lint (#353) + * Drawing Color: Lint (#354) + * IconFactory: Lint (#355) + * Logger: Lint (#356) + * AppMenu: Lint (#357) + * Abstract Settings Pages: Lint (#358) + * AsyncImage: Lint (#351) + * MessageDialog: Lint (#350) + * CellRenderers: Lint (#349) + * SimpleCommand: Lint (#348) + * CompositedWindow: Lint (#347) + * SettingsSidebarRow: Lint (#346) + * Settings: Lint (#345) + * Paths: Lint (#344) + * SourceList: Lint (#342) + * DatePicker: Lint (#340) + * ModeButton: Lint (#339) + * Welcome: Lint (#336) + * TimePicker: Lint (#338) + * Utils: Lint (#337) + * Demo Views: Lint (#335) + * Use async mutex for badge synchronisation (#333) + * Add Gettext Updates to Actions + * Delay tab resizing when closing tabs and larger min/max tab + width (#311) + * Add AccelLabel (#300) + * MessageDialogView: Sentence-case primary label (#329) + * ... + +------------------------------------------------------------------- +Mon Sep 9 18:53:22 UTC 2019 - Alexei Podvalsky <[email protected]> + +- Update to 5.2.5: + * Use vala-lint to lint demo directory. (#316) + * README: Update Weblate badge + * Remove path from --shared-library flag (#297) + * Utils: Add equal keys to accel_to_string (#307) + * Merge branch 'origin/master' into Weblate. + * Revert "More efficient code for closing to the right (#299)" + (#304) + * Fix merge conflicts with Weblate + * More efficient code for closing to the right (#299) + * Provide Badge and Progress support for an Application (#288) + * Localization fixes (#298) + * Close Tabs to the Right (#296) + * Fix #294: Rapidly closing tabs with three-finger/middle click + button re-opens closed tabs (#295) +- Fix: invalid-filepath-dependency + +------------------------------------------------------------------- Old: ---- granite-5.2.4.tar.gz New: ---- granite-5.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ granite.spec ++++++ --- /var/tmp/diff_new_pack.BYDUcK/_old 2020-02-18 10:39:04.624781890 +0100 +++ /var/tmp/diff_new_pack.BYDUcK/_new 2020-02-18 10:39:04.628781898 +0100 @@ -21,7 +21,7 @@ %define _typelibdir %(pkg-config --variable=typelibdir gobject-introspection-1.0) %define _girdir %(pkg-config --variable=girdir gobject-introspection-1.0) Name: granite -Version: 5.2.4 +Version: 5.3.0 Release: 0 Summary: An extension of GTK+ libraries License: LGPL-3.0-or-later AND LGPL-3.0-or-later @@ -96,9 +96,10 @@ %prep %setup -q -# Fix: invalid-filepath-dependency -sed -e "s/libgranite.full_path.*\,$/'%{soname}.so.%{sover}',/" \ - -i $(grep -rl 'libgranite.full_path') +# Fix: invalid-filename-dependency +# Can't install typelib-1_0-Granite nothing provides libgranite.so.*()(64bit) +sed -e "s/\(.\)@PLAINNAME@\(.\)/\1%{soname}.so.%{sover}\2/" \ + -i lib/meson.build %build %meson @@ -117,13 +118,14 @@ %files common %license COPYING -%doc AUTHORS README* +%doc README* %{_datadir}/icons/hicolor/*/actions/appointment.??g %{_datadir}/icons/hicolor/*/actions/open-menu*.??g +%{_datadir}/metainfo/granite.appdata.xml %files demo %{_bindir}/%{name}-demo -%{_datadir}/applications/%{name}-demo.desktop +%{_datadir}/applications/io.elementary.granite.demo.desktop %files -n typelib-1_0-Granite-1_0 %{_typelibdir}/Granite-1.0.typelib @@ -137,5 +139,3 @@ %{_datadir}/vala/vapi/%{name}.vapi %files lang -f %{name}.lang - -%changelog ++++++ granite-5.2.4.tar.gz -> granite-5.3.0.tar.gz ++++++ ++++ 52264 lines of diff (skipped)
