Hello community,

here is the log from the commit of package caja for openSUSE:Factory checked in 
at 2015-07-02 22:48:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/caja (Old)
 and      /work/SRC/openSUSE:Factory/.caja.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "caja"

Changes:
--------
--- /work/SRC/openSUSE:Factory/caja/caja.changes        2014-10-05 
20:32:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.caja.new/caja.changes   2015-07-03 
00:02:17.000000000 +0200
@@ -1,0 +2,47 @@
+Fri Jun 12 09:04:38 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.1:
+  * Do not automount USB flash drives and CD/DVD drives while
+    session is locked.
+  * Revert dropping of files to Bookmarks sidebar.
+  * UI bugfixes.
+- Spec cleanup.
+
+-------------------------------------------------------------------
+Tue Apr 14 16:39:55 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.10.0
+  * Bug fixes release
+
+-------------------------------------------------------------------
+Mon Mar 23 15:40:07 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.9.90 (unstable)
+  * Bug fixes release
+
+-------------------------------------------------------------------
+Mon Mar 23 15:29:29 UTC 2015 - p.drou...@gmail.com
+
+- Own the new caja extensions directory
+
+-------------------------------------------------------------------
+Tue Jan 13 14:25:14 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.9.4 (unstable)
+  + Allow extensions to be enabled/disabled at runtime
+  + Bugfixes
+
+-------------------------------------------------------------------
+Tue Nov 11 17:05:04 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.9.3 (unstable)
+  + Allow extensions to be enabled/disabled at runtime
+  + Bugfixes
+
+-------------------------------------------------------------------
+Sun Oct 26 10:33:27 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.9.2 (unstable)
+  + bugfixes release
+
+-------------------------------------------------------------------

Old:
----
  caja-1.8.2.tar.xz

New:
----
  caja-1.10.1.tar.xz

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

Other differences:
------------------
++++++ caja.spec ++++++
--- /var/tmp/diff_new_pack.XjtnW2/_old  2015-07-03 00:02:18.000000000 +0200
+++ /var/tmp/diff_new_pack.XjtnW2/_new  2015-07-03 00:02:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for caja
+# spec file for package caja
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -13,40 +13,41 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
-Name:           caja
-%define _libname libcaja-extension1
+%define lname libcaja-extension1
 %define typelib typelib-1_0-Caja-2_0
-Version:        1.8.2
+%define _version 1.10
+Name:           caja
+Version:        1.10.1
 Release:        0 
 Summary:        File manager for the MATE desktop
-Group:          System/GUI/Other
 License:        GPL-2.0 and LGPL-2.0
+Group:          System/GUI/Other
 Url:            http://mate-desktop.org/
-Source0:        
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-
-BuildRequires:  mate-common
+Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+BuildRequires:  mate-common >= 1.9.0
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(exempi-2.0)
 BuildRequires:  pkgconfig(gail)
-BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libexif)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(mate-desktop-2.0)
+BuildRequires:  pkgconfig(mate-desktop-2.0) >= 1.9.0
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(pangox)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(unique-1.0)
+Recommends:     %{name}-lang = %{version}
 Provides:       mate-file-manager = %{version}
 Obsoletes:      mate-file-manager < %{version}
 Obsoletes:      mate-file-manager-lang < %{version}
-Recommends:            %{name}-lang
 
 %description
 Caja is the official file manager for the MATE desktop. It allows to
@@ -56,9 +57,10 @@
 
 %package devel
 Summary:        Caja development files
+License:        GPL-2.0 and LGPL-2.0
 Group:          Development/Libraries/Other
+Requires:       %{lname} = %{version}
 Requires:       %{name} = %{version}
-Requires:       %{_libname} = %{version}
 Provides:       mate-file-manager-devel = %{version}
 Obsoletes:      mate-file-manager-devel < %{version}
 
@@ -68,18 +70,20 @@
 with them. It is also responsible for handling the icons on the MATE
 desktop. It works on local and remote filesystems.
 
-%package -n %{_libname}
+%package -n %{lname}
 Summary:        Caja shared libraries
+License:        GPL-2.0 and LGPL-2.0
 Group:          System/Libraries
 Requires:       %{name}-gsettings-schemas = %{version}
 
-%description -n %{_libname}
+%description -n %{lname}
 Caja is the official file manager for the MATE desktop. It allows to
 browse directories, preview files and launch applications associated
 with them. It is also responsible for handling the icons on the MATE
 desktop. It works on local and remote filesystems.
 
-# needed for using mate-text-editor as stanalone in another DE
+# Needed for using pluma as standalone from MATE.
+
 %package gsettings-schemas
 Summary:        Caja schemas
 License:        LGPL-2.0+
@@ -97,6 +101,7 @@
 
 %package -n %{typelib}
 Summary:        MATE file manager typelib
+License:        GPL-2.0 and LGPL-2.0
 Group:          System/GUI/Other
 
 %description -n %{typelib}
@@ -117,18 +122,17 @@
    --disable-static                                                     \
    --enable-unique                                                      \
    --enable-introspection                                               
-make %{?_smp_mflags} v=1
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name}
-find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
-# Create extensions directory
-mkdir -p %{buildroot}%{_libdir}/caja/extensions-2.0
-mkdir -p %{buildroot}%{_datadir}/caja-extensions
-if [ -d %{buildroot}%{_datadir}/MateConf ]; then
-   rm -rf %{buildroot}%{_datadir}/MateConf
-fi
+find %{buildroot} -type f -name "*.la" -delete -print
+# Create extensions directories.
+mkdir -p %{buildroot}%{_libdir}/caja/extensions-2.0/ \
+  %{buildroot}%{_datadir}/caja-extensions/ \
+  %{buildroot}%{_datadir}/caja/extensions
+
 %suse_update_desktop_file caja-autorun-software
 %suse_update_desktop_file caja-browser
 %suse_update_desktop_file caja-computer
@@ -138,35 +142,39 @@
 %suse_update_desktop_file caja
 %suse_update_desktop_file mate-network-scheme
 
-%post -n %{_libname} -p /sbin/ldconfig
+if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
+    rm -rf %{buildroot}%{_datadir}/MateConf/
+fi
 
 %post
 %desktop_database_post
 %mime_database_post
 %icon_theme_cache_post
 
-%post gsettings-schemas
-%glib2_gsettings_schema_post
-
-%postun -n %{_libname} -p /sbin/ldconfig
-
 %postun
 %desktop_database_postun
 %mime_database_postun
 %icon_theme_cache_postun
 
+%post -n %{lname} -p /sbin/ldconfig
+
+%postun -n %{lname} -p /sbin/ldconfig
+
+%post gsettings-schemas
+%glib2_gsettings_schema_post
+
 %postun gsettings-schemas
 %glib2_gsettings_schema_postun
 
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING COPYING.EXTENSIONS COPYING.LIB
-%dir %{_libexecdir}/%{name}
+%defattr(-,root,root)
+%doc AUTHORS COPYING COPYING.EXTENSIONS COPYING.LIB NEWS
 %{_bindir}/caja
 %{_bindir}/caja-autorun-software
 %{_bindir}/caja-connect-server
 %{_bindir}/caja-file-management-properties
-%{_libexecdir}/%{name}/caja-convert-metadata
+%{_libexecdir}/caja/
+%{_datadir}/caja/
 %{_datadir}/dbus-1/services/org.mate.freedesktop.FileManager1.service
 %{_datadir}/applications/caja-autorun-software.desktop
 %{_datadir}/applications/caja-browser.desktop
@@ -176,37 +184,39 @@
 %{_datadir}/applications/caja-home.desktop
 %{_datadir}/applications/caja.desktop
 %{_datadir}/applications/mate-network-scheme.desktop
-%{_datadir}/caja/
 %{_datadir}/icons/hicolor/*/*/*
-%{_datadir}/mime/packages/*
 %{_datadir}/pixmaps/*
-%{_mandir}/man1/*
-# Own common extensions directories
-%dir %{_libdir}/caja
-%dir %{_libdir}/caja/extensions-2.0
-%dir %{_datadir}/caja-extensions
+%{_datadir}/mime/packages/*
+%{_mandir}/man?/*
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/caja.appdata.xml
+# Own common extensions directories.
+%dir %{_libdir}/caja/
+%dir %{_libdir}/caja/extensions-2.0/
+%dir %{_datadir}/caja/extensions/
+%dir %{_datadir}/caja-extensions/
 
 %files -n %{typelib}
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Caja-2.0.typelib
 
-%files -n %{_libname}
-%defattr(-,root,root,-)
+%files -n %{lname}
+%defattr(-,root,root)
 %{_libdir}/*.so.*
 
 %files gsettings-schemas
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_datadir}/glib-2.0/schemas/*.xml
 
 %files devel
-%defattr(-,root,root,-)
+%defattr(-,root,root)
+%{_datadir}/gtk-doc/html/libcaja-extension/
 %{_includedir}/caja/
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libcaja-extension.pc
 %{_datadir}/gir-1.0/Caja-2.0.gir
-%{_datadir}/gtk-doc/html/libcaja-extension/
 
 %files lang -f caja.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 
 %changelog

++++++ caja-1.8.2.tar.xz -> caja-1.10.1.tar.xz ++++++
++++ 285370 lines of diff (skipped)


Reply via email to