Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2012-03-17 13:20:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/darktable (Old)
 and      /work/SRC/openSUSE:Factory/.darktable.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "darktable", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/darktable/darktable.changes      2012-02-29 
14:06:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2012-03-17 
13:20:25.000000000 +0100
@@ -1,0 +2,37 @@
+Thu Mar 15 07:52:17 UTC 2012 - [email protected]
+
+- Upgrade to release 1.0
+  + new cameras supported
+    * Leica M9
+    * NX100/NX5/NX10/NX11
+    * Panasonic DMC-GX1
+    * Pentax K-r
+    * Canon Powershot S100
+    * Olympus XZ-1
+    * Olympus E-P3
+    * Sony DSLR A330
+    * Sony NEX-5N
+    * Canon EOS 1000D
+    * Canon EOS 600D
+    * Sony Alpha 390
+    * Fuji Finepix HS20EXR 
+  + new and updated translations (we now have chinese!)
+  + new image cache
+    * faster concurrent access and insertion
+    * reduces needed memory
+    * more thumbnails stored on disk
+    * read embedded jpegs for creating thumbnails (faster folder
+      import)
+  + increased general speed on sqlite3 (journaled, pagesize
+    optimizations)
+  + reworked, modular ui
+  + keyboard shortcuts support - key accelerators (GSoC)
+  + quicktool bar: exposure, presets and styles
+  + new color picker
+  + web gallery export now with next/prev buttons per image
+  + removed gconf: not used anymore, we have our own backend
+  + bugfixes
+  + there have been issues with memory on 32-bit systems. seems to
+    be okay currently, but something to keep in mind. use 64-bits
+    if you can
+-------------------------------------------------------------------

Old:
----
  darktable-0.9.3.tar.bz2
  darktable-fix-deprecation.patch

New:
----
  darktable-1.0.tar.gz

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

Other differences:
------------------
++++++ darktable.spec ++++++
--- /var/tmp/diff_new_pack.3sSp2a/_old  2012-03-17 13:20:27.000000000 +0100
+++ /var/tmp/diff_new_pack.3sSp2a/_new  2012-03-17 13:20:27.000000000 +0100
@@ -17,12 +17,10 @@
 
 
 Name:           darktable
-Version:        0.9.3
+Version:        1.0
 Release:        0
 Url:            http://darktable.sourceforge.net
-Source0:        %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM darktable-fix-deprecation.patch [email protected] -- fix 
glib deprecation (git)
-Patch0:         darktable-fix-deprecation.patch
+Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
 BuildRequires:  OpenEXR-devel
@@ -30,7 +28,6 @@
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gconf2-devel
 BuildRequires:  gnome-keyring-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
@@ -51,7 +48,6 @@
 Summary:        A virtual Lighttable and Darkroom
 License:        GPL-3.0+
 Group:          Productivity/Graphics/Viewers
-%gconf_schemas_requires
 
 %description
 darktable is a virtual lighttable and darkroom for photographers: it manages 
@@ -61,7 +57,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 [ ! -d "build" ] && mkdir  build
@@ -72,7 +67,6 @@
 
 cmake \
         -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_INSTALL=%{_lib} \
-        -DDONT_INSTALL_GCONF_SCHEMAS:BOOLEAN=ON \
         -DCMAKE_BUILD_TYPE=Release \
         -DBINARY_PACKAGE_BUILD=1 \
         -DINSTALL_IOP_EXPERIMENTAL=Off -DINSTALL_IOP_LEGACY=Off .. 
@@ -82,31 +76,20 @@
 cd build
 %make_install
 cd ..
-%__mkdir_p  %{buildroot}%{_sysconfdir}/gconf/schemas
-install -m644 data/darktable.schemas %{buildroot}%{_sysconfdir}/gconf/schemas
 %suse_update_desktop_file darktable
 find %{buildroot}%{_libdir} -name "*.la" -delete
 %find_lang darktable
-%find_gconf_schemas
-cat darktable.schemas_list >> darktable.lang
 
 %__mkdir_p %{buildroot}%{_defaultdocdir}
 %__mv %{buildroot}%{_datadir}/doc/darktable %{buildroot}%{_defaultdocdir}
 
 %fdupes %{buildroot}
 
-%pre -f %{name}.schemas_pre
-
-%preun -f %{name}.schemas_preun
-
-%posttrans -f %{name}.schemas_posttrans
-
 %files -f darktable.lang
 %defattr(-,root,root)
 %doc doc/AUTHORS doc/TODO doc/LICENSE
 %{_bindir}/darktable
 %{_bindir}/darktable-cltest
-%{_bindir}/darktable-faster
 %{_libdir}/darktable
 %{_datadir}/applications/darktable.desktop
 %{_datadir}/darktable

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to