Hello community,

here is the log from the commit of package mate-terminal for openSUSE:Factory 
checked in at 2015-06-30 10:18:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-terminal (Old)
 and      /work/SRC/openSUSE:Factory/.mate-terminal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-terminal"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-terminal/mate-terminal.changes      
2014-10-05 20:33:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-terminal.new/mate-terminal.changes 
2015-06-30 10:18:40.000000000 +0200
@@ -1,0 +2,22 @@
+Sun May 10 11:53:19 UTC 2015 - [email protected]
+
+- Update to 1.10.0 (changes since 1.9.1):
+  * [mate-terminal.wrapper] Support double quoted commands.
+  * Correct indentation.
+  * Update translations.
+- Spec cleanup.
+
+-------------------------------------------------------------------
+Thu Jan 22 17:28:20 UTC 2015 - [email protected]
+
+- Update to version 1.9.1 (unstable)
+  * Bug fixes release
+
+-------------------------------------------------------------------
+Thu Dec 11 14:47:08 UTC 2014 - [email protected]
+
+- Update to version 1.9.0 (unstable)
+  + Add dependency on libmate-desktop to use common functions
+- Add make requirement on pkgconfig(mate-desktop-2.0); new dependency
+
+-------------------------------------------------------------------

Old:
----
  mate-terminal-1.8.1.tar.xz

New:
----
  mate-terminal-1.10.0.tar.xz

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

Other differences:
------------------
++++++ mate-terminal.spec ++++++
--- /var/tmp/diff_new_pack.XsGt8Q/_old  2015-06-30 10:18:40.000000000 +0200
+++ /var/tmp/diff_new_pack.XsGt8Q/_new  2015-06-30 10:18:40.000000000 +0200
@@ -1,6 +1,7 @@
-# spec file for mate-terminal 
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# spec file for package mate-terminal
+#
+# Copyright (c) 2015 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
@@ -12,37 +13,39 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
+%define _version 1.10
 Name:           mate-terminal
-Version:        1.8.1
+Version:        1.10.0
 Release:        0
-License:        GPL-3.0+
 Summary:        MATE Desktop system tools
-Url:            http://mate-desktop.org
+License:        GPL-3.0+
 Group:          System/GUI/Other
-Source:         
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-Requires:       gsettings-backend-dconf
-Recommends:     %{name}-lang
-%glib2_gsettings_schema_requires
-
-BuildRequires:  mate-common
+Url:            http://mate-desktop.org
+Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  libxml2-python
-BuildRequires:  pkgconfig(dconf)
+BuildRequires:  mate-common
+BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(dconf)
 BuildRequires:  pkgconfig(gladeui-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(mate-desktop-2.0) >= 1.9.0
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(vte)
-BuildRequires:  update-desktop-files
-BuildRequires:  yelp-tools
+Requires:       gsettings-backend-dconf
+Recommends:     %{name}-lang = %{version}
+%glib2_gsettings_schema_requires
 
 %description
-MATE Terminal is a terminal emulation application that you can use to
-perform the following actions:
- - Access a UNIX shell in the MATE environment.
- - Run any application that is designed to run on VT102, VT220, and
+MATE Terminal is a terminal emulation application that you can use
+to perform the following actions:
+ * Access a UNIX shell in the MATE environment.
+ * Run any application that is designed to run on VT102, VT220, and
    xterm terminals.
 
 %lang_package
@@ -55,35 +58,37 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name} %{?no_lang_C}
 %suse_update_desktop_file %{name}
-if [ -d %{buildroot}%{_datadir}/MateConf ]; then
-   rm -rf %{buildroot}%{_datadir}/MateConf
+if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
+    rm -rf %{buildroot}%{_datadir}/MateConf/
 fi
-# axe out scrollkeeper stuff 
-rm -rf %{buildroot}/var
+# Axe out scrollkeeper stuff.
+rm -rf %{buildroot}%{_localstatedir}/
 
 %post
-%glib2_gsettings_schema_postun
 %desktop_database_post
+%glib2_gsettings_schema_postun
 
 %postun
-%glib2_gsettings_schema_postun
 %desktop_database_postun
+%glib2_gsettings_schema_postun
 
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING
 %{_bindir}/%{name}
 %{_bindir}/%{name}.wrapper
-%{_datadir}/applications/%{name}.desktop
 %{_datadir}/%{name}/
 %{_datadir}/glib-2.0/schemas/*.xml
+%{_datadir}/applications/%{name}.desktop
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/%{name}.appdata.xml
+%{_mandir}/man?/%{name}.?%{?ext_man}
 %{_datadir}/help/C/%{name}
-%{_mandir}/man1/%{name}.1.gz
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 
 %changelog

++++++ mate-terminal-1.8.1.tar.xz -> mate-terminal-1.10.0.tar.xz ++++++
++++ 107142 lines of diff (skipped)


Reply via email to