Hello community,

here is the log from the commit of package mate-terminal for openSUSE:Factory 
checked in at 2013-12-18 19:38:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-terminal (Old)
 and      /work/SRC/openSUSE:Factory/.mate-terminal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-terminal"

Changes:
--------
New Changes file:

--- /dev/null   2013-11-25 01:44:08.036031256 +0100
+++ /work/SRC/openSUSE:Factory/.mate-terminal.new/mate-terminal.changes 
2013-12-18 19:38:36.000000000 +0100
@@ -0,0 +1,67 @@
+-------------------------------------------------------------------
+Thu Oct 10 11:55:38 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-3.0+
+  COPYING and majority of source code files state this is GPL-3.0+, not
+  GPL-2.0+
+
+-------------------------------------------------------------------
+Sat Oct  5 13:14:29 UTC 2013 - p.drou...@gmail.com
+
+- Call update-desktop-database for mate-terminal.desktop
+
+-------------------------------------------------------------------
+Fri Apr 12 15:41:49 UTC 2013 - p.drou...@gmail.com
+
+- Add "Requires: gsettings-backend-dconf"; it's needed to save settings
+  changes by user
+
+-------------------------------------------------------------------
+Wed Apr 10 13:59:21 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.6.1
+  + fix crashing on start with proxy set, properly set all proxy env vars
+- Replace "Requires: %{name}-lang" with "Recommends: %{name}-lang
+
+-------------------------------------------------------------------
+Thu Apr  4 00:34:51 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.6.0
+  + update translations
+
+-------------------------------------------------------------------
+Sat Mar 23 14:43:30 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.5.1
+  + fix dconf minimum versions
+  + rename 'Terminal' to 'MATE Terminal' in desktop file
+    show the terminal in all DEs
+  + free gchar** after use
+  + remove unused function from terminal-gsettings
+  + add manpage
+    migrated from debian/gnome-terminal-2.30.2 manpage
+- Remove mate-terminal-1.5.0-fix_compiler_warnings.patch; merged on upstream
+  release
+
+-------------------------------------------------------------------
+Thu Jan 24 21:49:44 UTC 2013 - nmo.marq...@gmail.com
+
+- Update to version 1.5.0
+  + migrate to gsettings
+  + fix incorrect FSF address
+  + update mate-terminal.desktop
+- Add mate-terminal-1.5.0-fix_compiler_warnings.patch; fix several
+  compiler warnings and build issues; upstream
+
+-------------------------------------------------------------------
+Sun Sep  9 00:55:17 UTC 2012 - nmo.marq...@gmail.com
+
+- add mate-terminal-1.4.0-tweak_schema_defaults.patch - change
+  terminal defaults to something more cozy... hopefuly?!.
+- add dependency to 'ubuntu-font-family' due to customizations
+
+-------------------------------------------------------------------
+Sat Sep  8 22:30:14 UTC 2012 - nmo.marq...@gmail.com
+
+- initial package from release 1.4.0
+

New:
----
  mate-terminal-1.6.1.tar.xz
  mate-terminal.changes
  mate-terminal.spec

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

Other differences:
------------------
++++++ mate-terminal.spec ++++++
# spec file for mate-terminal 
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


Name:           mate-terminal
Version:        1.6.1
Release:        0
License:        GPL-3.0+
Summary:        MATE Desktop system tools
Url:            http://mate-desktop.org
Group:          System/GUI/Other
Source:         
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
Requires:       gsettings-backend-dconf
Recommends:     %{name}-lang
%glib2_gsettings_schema_requires

BuildRequires:  mate-common
BuildRequires:  libxml2-python
BuildRequires:  pkgconfig(dconf)
BuildRequires:  pkgconfig(dbus-glib-1)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(mate-doc-utils)
BuildRequires:  pkgconfig(sm)
BuildRequires:  pkgconfig(vte)
BuildRequires:  scrollkeeper
BuildRequires:  update-desktop-files
BuildRequires:  xz

%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
   xterm terminals.

%lang_package

%prep
%setup -q

%build
NOCONFIGURE=1 ./autogen.sh
%configure --disable-scrollkeeper
make %{?_smp_mflags}

%install
%makeinstall
%find_lang %{name} %{?no_lang_C}
%suse_update_desktop_file %{name}
if [ -d %{buildroot}%{_datadir}/MateConf ]; then
   rm -rf %{buildroot}%{_datadir}/MateConf
fi
# axe out scrollkeeper stuff 
rm -rf %{buildroot}/var

%post
%glib2_gsettings_schema_postun
%desktop_database_post

%postun
%glib2_gsettings_schema_postun
%desktop_database_postun

%files
%defattr(-,root,root)
%doc ChangeLog README COPYING
%{_bindir}/mate-terminal
%{_datadir}/applications/mate-terminal.desktop
%{_datadir}/%{name}/
%{_datadir}/mate/
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/omf/mate-terminal/mate-terminal-C.omf
%{_mandir}/man1/mate-terminal.1.gz

%files lang -f %{name}.lang
%defattr(-,root,root,-)

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to