Hello community,

here is the log from the commit of package granite for openSUSE:Factory checked 
in at 2018-10-17 08:42:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/granite (Old)
 and      /work/SRC/openSUSE:Factory/.granite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "granite"

Wed Oct 17 08:42:30 2018 rev:6 rq:642433 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/granite/granite.changes  2017-11-11 
14:20:25.621394754 +0100
+++ /work/SRC/openSUSE:Factory/.granite.new/granite.changes     2018-10-17 
08:43:23.701754337 +0200
@@ -1,0 +2,54 @@
+Mon Oct  8 12:51:49 UTC 2018 - Alexei Podvalsky <[email protected]>
+
+- Update to 5.1.0:
+  * DateTime: Add commas in date format (#202)
+  * Merge branch 'origin/master' into Weblate
+  * Don't propagate right click in source list (#190)
+  * .gitignore: Ignore temporary files
+  * Deprecate Granite.Application (#196)
+  * Add EditorConfig
+  * Add Granite.ModeSwitch (#195)
+  * GraniteDemo: Use Gtk.Application (#197)
+  * Allow markup in SourceList.Item names (#188)
+
+-------------------------------------------------------------------
+Sat Jun  9 23:01:04 UTC 2018 - [email protected]
+
+- Update to 5.0:
+  * application: Do not export extern symbols
+  * Use --target-glib=2.50 to match gtk+-3.0 requirement
+  * Fix "copying delegates is not supported" warnings
+  * AlertView: Hide icon if no icon name (#167)
+  * Merge remote-tracking branch 'origin/master'
+  * Style class mode switch (#186)
+  * DynamicNotebook: Fix title case (#183)
+  * Handle negative seconds in seconds_to_time function (#140)
+  * Bump vala dependency to >= 0.40
+  * DynamicNotebook: Disconnect from backing Gtk.Notebook on 
+    destroy
+  * Drop default value of non-automatic property for vala 0.41+
+  * SimpleSettingsPage: Hide action area if empty (#171)
+  * DynamicNotebook: Style cleanups (#173)
+  * SimpleSettingsPage: Valign title with no description (#170)
+  * Remove several deprecation warnings and useless functions 
+    (#160)
+  * SimpleSettingsPage: Ellipsize long page titles (#168)
+  * Add code examples (#153)
+  * Deprecate overlay property in OverlayBar (#162)
+  * MessageDialog: Move properties to construct block (#165)
+  * Prevent ModeButton deselection (for #67) (#156)
+  * DynamicNotebook: make the keybinding trigger the right signal 
+    (#164)
+
+-------------------------------------------------------------------
+Fri Jun  8 23:23:47 UTC 2018 - [email protected]
+
+- Update the homepage
+- Spec file cleanup 
+
+-------------------------------------------------------------------
+Mon Jan 22 16:14:35 UTC 2018 - [email protected]
+
+- Add typelib-1_0-Granite-1_0 as required dependency
+
+-------------------------------------------------------------------

Old:
----
  granite-0.5.tar.gz

New:
----
  granite-5.1.0.tar.gz

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

Other differences:
------------------
++++++ granite.spec ++++++
--- /var/tmp/diff_new_pack.RPSgTa/_old  2018-10-17 08:43:24.081754016 +0200
+++ /var/tmp/diff_new_pack.RPSgTa/_new  2018-10-17 08:43:24.081754016 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package granite
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,17 @@
 #
 
 
-%define sover 4
+%define sover 5
 %define soname libgranite
 %define _typelibdir %(pkg-config --variable=typelibdir 
gobject-introspection-1.0)
 %define _girdir %(pkg-config --variable=girdir gobject-introspection-1.0)
 Name:           granite
-Version:        0.5
+Version:        5.1.0
 Release:        0
 Summary:        An extension of GTK+ libraries
-License:        GPL-2.0+ and LGPL-3.0+
+License:        LGPL-3.0-or-later and LGPL-3.0+
 Group:          Development/Libraries/C and C++
-Url:            https://launchpad.net/granite/
+URL:            https://elementary.io/
 Source:         
https://github.com/elementary/granite/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake >= 2.8
 BuildRequires:  fdupes
@@ -36,8 +36,7 @@
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
 
 %description
 Granite is an extension of GTK+. Among other things, it provides the
@@ -110,26 +109,22 @@
 %postun -n %{soname}%{sover} -p /sbin/ldconfig
 
 %files -n %{soname}%{sover}
-%defattr(-,root,root)
 %{_libdir}/lib%{name}.so.*
 
 %files common
-%defattr(-,root,root)
-%doc AUTHORS COPYING README*
+%license COPYING
+%doc AUTHORS README*
 %{_datadir}/icons/hicolor/*/actions/appointment.??g
 %{_datadir}/icons/hicolor/*/actions/open-menu*.??g
 
 %files demo
-%defattr(-, root, root)
 %{_bindir}/%{name}-demo
 %{_datadir}/applications/%{name}-demo.desktop
 
 %files -n typelib-1_0-Granite-1_0
-%defattr(-,root,root)
 %{_typelibdir}/Granite-1.0.typelib
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}/
 %{_libdir}/lib%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
@@ -138,6 +133,5 @@
 %{_datadir}/vala/vapi/%{name}.vapi
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++++++ granite-0.5.tar.gz -> granite-5.1.0.tar.gz ++++++
++++ 91112 lines of diff (skipped)


Reply via email to