Hello community,

here is the log from the commit of package granite for openSUSE:Factory checked 
in at 2017-11-11 14:20:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/granite (Old)
 and      /work/SRC/openSUSE:Factory/.granite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "granite"

Sat Nov 11 14:20:23 2017 rev:5 rq:540307 version:0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/granite/granite.changes  2017-05-31 
12:17:17.997085675 +0200
+++ /work/SRC/openSUSE:Factory/.granite.new/granite.changes     2017-11-11 
14:20:25.621394754 +0100
@@ -1,0 +2,30 @@
+Thu Nov  9 19:24:41 UTC 2017 - [email protected]
+
+- Update license
+
+-------------------------------------------------------------------
+Sat Nov  4 23:51:39 UTC 2017 - [email protected]
+
+- Update to 0.5:
+  * Update FSF address (#126)
+  * Allow subclassing Granite.Wigets.Tab (#124)
+  * Major soname bump (#117)
+  * Add Seekbar Widget (#120)
+  * Replace deprecated margin_left and margin_right (#119)
+  * Add SettingsSidebar (#70)
+  * [DynamicNotebook] Use GObject construct method to allow 
+    subclasses (#118)
+  * Update popover calendar when setting date (#113)
+  * DynamicNotebook: Fix regression with tab duplication on close 
+  * add relative date time utils (#102)
+  * DynamicNotebook: misc cleanup (#105)
+  * Better parse text input (#115)
+  * Fix parsing application options (#111)
+  * Make settings lookup recursive (#103)
+  * Add Date & Time formatting to the demo (#101)
+  * Add primary style class (#100)
+  * Add a Granite.MessageDialog (#98)
+  * Fix handling debug option blocking other options from showing 
+    in help (#96)
+
+-------------------------------------------------------------------

Old:
----
  granite-0.4.1.tar.gz

New:
----
  granite-0.5.tar.gz

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

Other differences:
------------------
++++++ granite.spec ++++++
--- /var/tmp/diff_new_pack.DdVFUj/_old  2017-11-11 14:20:26.397366315 +0100
+++ /var/tmp/diff_new_pack.DdVFUj/_new  2017-11-11 14:20:26.401366168 +0100
@@ -16,14 +16,15 @@
 #
 
 
-%define soname libgranite3
+%define sover 4
+%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.4.1
+Version:        0.5
 Release:        0
 Summary:        An extension of GTK+ libraries
-License:        LGPL-3.0+
+License:        GPL-2.0+ and LGPL-3.0+
 Group:          Development/Libraries/C and C++
 Url:            https://launchpad.net/granite/
 Source:         
https://github.com/elementary/granite/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -43,13 +44,13 @@
 commonly-used widgets such as modeswitchers, welcome screens, AppMenus,
 search bars, and more found in Elementary applications.
 
-%package -n     %{soname}
+%package -n     %{soname}%{sover}
 Summary:        Granite is a development library
 Group:          System/Libraries
 Requires:       %{name}-common
 Provides:       %{name} = %{version}
 
-%description -n %{soname}
+%description -n %{soname}%{sover}
 Granite is an extension of GTK+. It provides the commonly used widgets
 found in Elementary applications.
 
@@ -84,7 +85,7 @@
 %package        devel
 Summary:        Granite development library -- Development files
 Group:          Development/Libraries/GNOME
-Requires:       %{soname} = %{version}
+Requires:       %{soname}%{sover} = %{version}
 
 %description    devel
 Granite is an extension of GTK+.
@@ -105,10 +106,10 @@
 %find_lang %{name}
 %fdupes -s %{buildroot}%{_datadir}
 
-%post   -n %{soname} -p /sbin/ldconfig
-%postun -n %{soname} -p /sbin/ldconfig
+%post   -n %{soname}%{sover} -p /sbin/ldconfig
+%postun -n %{soname}%{sover} -p /sbin/ldconfig
 
-%files -n %{soname}
+%files -n %{soname}%{sover}
 %defattr(-,root,root)
 %{_libdir}/lib%{name}.so.*
 

++++++ granite-0.4.1.tar.gz -> granite-0.5.tar.gz ++++++
++++ 8772 lines of diff (skipped)


Reply via email to