Mailinglist Archive: opensuse-commit (1423 mails)

< Previous Next >
commit exo for openSUSE:Factory
Hello community,

here is the log from the commit of package exo for openSUSE:Factory checked in
at 2012-05-08 11:48:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exo (Old)
and /work/SRC/openSUSE:Factory/.exo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exo", Maintainer is "xfce-maintainers@xxxxxxx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/exo/exo.changes 2012-04-18 16:30:43.000000000
+0200
+++ /work/SRC/openSUSE:Factory/.exo.new/exo.changes 2012-05-08
11:48:38.000000000 +0200
@@ -1,0 +2,63 @@
+Sun Apr 29 07:53:54 UTC 2012 - gber@xxxxxxxxxxxx
+
+- update to version 0.8.0
+ - rename "Novell Evolution" to "Evolution"
+ - add Iceweasel helper
+ - translation updates
+
+-------------------------------------------------------------------
+Fri Apr 27 09:28:23 UTC 2012 - gber@xxxxxxxxxxxx
+
+- make the library package recommend exo-tools
+
+-------------------------------------------------------------------
+Thu Apr 19 20:13:19 UTC 2012 - gber@xxxxxxxxxxxx
+
+- properly obsolete exo-doc
+
+-------------------------------------------------------------------
+Sun Apr 15 14:01:12 UTC 2012 - gber@xxxxxxxxxxxx
+
+- removed system-file-manager and utilities-terminal icons since
+ these are standard icon names from the Icon Naming Spec
+
+-------------------------------------------------------------------
+Sat Apr 14 09:24:54 UTC 2012 - gber@xxxxxxxxxxxx
+
+- update to version 0.7.3
+ - enable startup-notify in the exo-open desktop files
+ - use g_file_set_contents on local files
+ - bump gtk to 2.20 and glib to 2.24
+ - don't set invalid startup id
+ - replace deprecated function g_strcasecmp
+ - fix possible segfault in exo_str_looks_like_an_uri
+ - updates licenses
+ - fix saving of desktop files in local dir
+ - translation updates
+
+-------------------------------------------------------------------
+Sun Apr 8 11:21:34 UTC 2012 - gber@xxxxxxxxxxxx
+
+- update to version 0.7.2
+ - drop gtk 2.24 api
+ - bump libxfce4ui dependency for help function
+ - send exo-open startup-id to child instead of using it
+ - add preferred app helper for Chromium
+ - remove package manuals and link to online documentation
+ - queue an icon view resize if the requesitions don't match
+ - add new API exo_icon_view_get_item_{column,row}
+ - add keynav-failed to ExoIconView
+ - show Preferred Application in settings category
+ - don't destroy already destroyed widget
+ - do not insert symlink icons in the icon chooser
+ - use libxfce4ui instead of support library
+ - drop the python bindings
+ - use new libtool macros and versions
+ - remove spec file and rpm build
+ - silenty save to local application is permission denied to
+ original file in exo-desktop-item-edit
+ - support hexadecimal xid and center exo-desktop-item-edit on
+ parent
+ - translation updates
+
+-------------------------------------------------------------------

Old:
----
exo-0.6.2.tar.bz2
exo-fix-python-install-location.patch

New:
----
exo-0.8.0.tar.bz2

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

Other differences:
------------------
++++++ exo.spec ++++++
--- /var/tmp/diff_new_pack.8iVjbl/_old 2012-05-08 11:48:39.000000000 +0200
+++ /var/tmp/diff_new_pack.8iVjbl/_new 2012-05-08 11:48:39.000000000 +0200
@@ -19,30 +19,27 @@
%define libname libexo-1-0

Name: exo
-Version: 0.6.2
+Version: 0.8.0
Release: 0
Summary: Application Development Library for Xfce
License: GPL-2.0+ ; LGPL-2.1+
Group: System/Libraries
Url: http://docs.xfce.org/xfce/exo/start
-Source0:
http://archive.xfce.org/src/xfce/exo/0.6/%{name}-%{version}.tar.bz2
+Source0:
http://archive.xfce.org/src/xfce/exo/0.8/%{name}-%{version}.tar.bz2
# icons taken from tango-icon-theme 0.8.90
Source1: %{name}-icons.tar.bz2
# PATCH-FIX-UPSTREAM exo-firefox-params.patch bwalle@xxxxxxx -- Removes
obsolete Firefox commandline arguments
Patch0: exo-firefox-params.patch
-# PATCH-FIX-UPSTREAM exo-fix-python-install-location.patch gber@xxxxxxxxxxxx
-- Install all python files under %%{python_sitearch}
-Patch1: exo-fix-python-install-location.patch
BuildRequires: fdupes
BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: perl-URI
-BuildRequires: python-devel
-BuildRequires: python-gtk-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libstartup-notification-1.0)
+BuildRequires: pkgconfig(libxfce4ui-1)
BuildRequires: pkgconfig(libxfce4util-1.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build

@@ -55,7 +52,6 @@
License: GPL-2.0+ ; LGPL-2.1+
Group: System/Libraries
Requires: %{name}-data = %{version}
-Recommends: %{name}-doc = %{version}
Provides: exo:%{_bindir}/exo-csource
Provides: exo:%{_bindir}/exo-desktop-item-edit
Provides: exo:%{_bindir}/exo-open
@@ -82,7 +78,10 @@
Requires: perl-URI
Provides: exo = %{version}
Obsoletes: exo <= 0.6.2
+Provides: exo-doc = %{version}
+Obsoletes: exo-doc <= 0.6.2
Recommends: %{name}-lang = %{version}
+Recommends: %{name}-tools

%description -n %{libname}
Exo is an extension library to Xfce which is targeted at application
@@ -99,25 +98,6 @@
This package contains development files needed for developing applications
based on exo.

-%package -n python-exo
-Summary: Python Interface to exo
-License: GPL-2.0+ ; LGPL-2.1+
-Group: Development/Libraries/Python
-%py_requires
-Requires: python-gtk
-
-%description -n python-exo
-This package contains the python interface to exo.
-
-%package doc
-Summary: Documentation for exo
-License: GPL-2.0+ ; LGPL-2.1+
-Group: Documentation/HTML
-BuildArch: noarch
-
-%description doc
-This package contains the HTML documentation for exo.
-
%package branding-upstream
Summary: Upstream Branding of exo
License: GPL-2.0+
@@ -147,15 +127,13 @@
%prep
%setup -q -b1
%patch0 -p1
-%patch1 -p1
-find . -name '*.py' -or -name '*.pl' | \
- xargs sed -i 's|^#! */usr/bin/env *\(perl\|python\)|#!/usr/bin/\1|'
+find . -name '*.pl' | \
+ xargs sed -i 's|^#! */usr/bin/env *\perl|#!/usr/bin/perl|'

%build
%configure \
--docdir=%{_datadir}/xfce4/exo-preferred-applications \
--enable-gtk-doc \
- --enable-python \
--disable-static
make %{?_smp_mflags} V=1

@@ -169,11 +147,7 @@
find usr -depth -print | cpio -pvd %{buildroot}
)

-# recompile in order strip buildroot from libs
-%py_compile -O %{buildroot}%{python_sitearch}/*
-
%fdupes %{buildroot}%{_datadir}
-%fdupes %{buildroot}%{_libdir}

# remove unsupported locales
rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
@@ -209,8 +183,9 @@
%{_datadir}/applications/exo-preferred-applications.desktop
%{_datadir}/applications/exo-terminal-emulator.desktop
%{_datadir}/applications/exo-web-browser.desktop
-%{_mandir}/man1/exo*
-%{_datadir}/icons/*/*/*/*
+%{_mandir}/man1/exo-csource.1*
+%{_mandir}/man1/exo-open.1*
+%{_datadir}/icons/hicolor/*/*/*

%files data
%defattr(-,root,root)
@@ -232,13 +207,6 @@
%dir %{_datadir}/pixmaps/exo-1/
%{_datadir}/pixmaps/exo-1/exo-thumbnail-frame.png

-%files -n python-exo
-%defattr(-,root,root)
-%{python_sitearch}/exo-*/
-%{python_sitearch}/pyexo.py
-%dir %{_datadir}/pygtk/2.0/defs/exo-0.6
-%{_datadir}/pygtk/2.0/defs/exo-0.6/exo.defs
-
%files devel
%defattr(-,root,root)
%{_includedir}/exo-1
@@ -246,12 +214,6 @@
%{_libdir}/pkgconfig/exo*
%{_datadir}/gtk-doc/html/exo-1/

-%files doc
-%defattr(-,root,root)
-%dir %{_datadir}/xfce4
-%dir %{_datadir}/xfce4/exo-preferred-applications
-%doc %{_datadir}/xfce4/exo-preferred-applications/html/
-
%files branding-upstream
%defattr(-,root,root)
%dir %{_sysconfdir}/xdg/xfce4

++++++ exo-0.6.2.tar.bz2 -> exo-0.8.0.tar.bz2 ++++++
++++ 93685 lines of diff (skipped)

++++++ exo-icons.tar.bz2 ++++++
++++ 1838 lines of diff (skipped)

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages