Hello community,

here is the log from the commit of package rawstudio for openSUSE:Factory 
checked in at 2016-07-05 09:52:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rawstudio (Old)
 and      /work/SRC/openSUSE:Factory/.rawstudio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rawstudio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rawstudio/rawstudio.changes      2015-03-05 
18:17:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rawstudio.new/rawstudio.changes 2016-07-05 
09:52:44.000000000 +0200
@@ -1,0 +2,25 @@
+Mon Jul  4 06:31:59 UTC 2016 - [email protected]
+
+- update to current code
+  The tar ball was just a html page, it is created by a service now.
+
+-------------------------------------------------------------------
+Fri Jun 17 12:07:11 UTC 2016 - [email protected]
+
+- Update to version 2.1+git.20160225:
+  * Use GSIZE_TO_POINTER and GPOINTER_TO_SIZE for GType
+  * Other: Use rather GPOINTER_TO_SIZE() to be safe.
+  * Silently avoid out-of-bounds warning in rs_filter_set_recursive() 
+    when setting integers.
+  * Added EOS 70D.
+  * Avoid setting the same adjustments multiple times in 
+    rs_navigator_set_adjustments().
+  * Fix 100% view.
+  * Removed debug printf.
+  * Do more relaxed matching when displying camera profile choices.
+  * Do not link to defunct website. This fixes #22.
+  * Removed rawstudio.org from readme.
+- Remove plugin load-dcraw (rawstudio-2.1_unraw.patch [bnc#985103])
+- Spec file cleanup 
+
+-------------------------------------------------------------------

Old:
----
  rawstudio-2.1git.20150227.tar.bz2

New:
----
  _service
  rawstudio-1456433636.6643b14.tar.xz
  rawstudio-2.1_unraw.patch

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

Other differences:
------------------
++++++ rawstudio.spec ++++++
--- /var/tmp/diff_new_pack.lqHA8q/_old  2016-07-05 09:52:44.000000000 +0200
+++ /var/tmp/diff_new_pack.lqHA8q/_new  2016-07-05 09:52:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rawstudio
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,18 +16,17 @@
 #
 
 
-%define sosuffix -2_1
-%define subver  2.1
-%define git_date 20150227
+%define sover 2_1
 Name:           rawstudio
-Version:        2.1git.%{git_date}
+Version:        1456433636.6643b14
 Release:        0
 Summary:        Raw-image converter
 License:        GPL-2.0
 Group:          Productivity/Graphics/Other
 Url:            http://rawstudio.org/
-# git clone https://github.com/rawstudio/rawstudio.git
-Source:         %{name}-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE unraw.patch [bnc#985103] [email protected] -- Remove 
dcraw loader plugin
+Patch0:         rawstudio-2.1_unraw.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -35,6 +34,7 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(exiv2)
@@ -54,31 +54,28 @@
 %description
 RawStudio is a digital camera RAW files processing software.
 
-%lang_package
-
-%package -n    librawstudio%{sosuffix}
+%package -n    lib%{name}-%{sover}
 Summary:        RawStudio library
 Group:          Development/Libraries/C and C++
 
-%description -n librawstudio%{sosuffix}
+%description -n lib%{name}-%{sover}
 This package contain the library needed to run a programs compiled
-using librawstudio.
+using lib%{name}.
 
-%package -n    librawstudio-devel
-Summary:        Development files for RawStudio
+%package -n    lib%{name}-devel
+Summary:        Development files for %{name}
 Group:          Development/Libraries/C and C++
-Requires:       librawstudio%{sosuffix} = %{version}
+Requires:       lib%{name}-%{sover} = %{version}
 
-%description -n librawstudio-devel
+%description -n lib%{name}-devel
 This package contains, header files, and libraries needed to develop 
-application that use librawstudio.
+application that use lib%{name}.
 
-%post -n librawstudio%{sosuffix} -p /sbin/ldconfig
-
-%postun -n librawstudio%{sosuffix} -p /sbin/ldconfig
+%lang_package
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 ./autogen.sh
@@ -87,7 +84,9 @@
 
 %install
 %make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+install -Dm0644 {pixmaps/,%{buildroot}%{_datadir}/pixmaps/}%{name}.png
+find %{buildroot}{%{_libdir},%{_datadir}/icons} \
+-maxdepth 1 -type f \( -name \*.la -o -name \*.png \) -delete -print
 %find_lang %{name}
 
 %post
@@ -96,30 +95,34 @@
 %postun
 %desktop_database_postun
 
+%post -n lib%{name}-%{sover} -p /sbin/ldconfig
+
+%postun -n lib%{name}-%{sover} -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README.md TODO
-%{_bindir}/rawstudio
-%{_datadir}/applications/rawstudio.desktop
+%doc AUTHORS COPYING NEWS README.md
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
 %dir %{_datadir}/appdata
-%{_datadir}/appdata/rawstudio.appdata.xml
-%{_datadir}/icons/rawstudio.png
-%{_datadir}/pixmaps/*
-%{_libdir}/rawstudio/
-%{_datadir}/rawstudio/
+%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/pixmaps/%{name}/
+%{_datadir}/pixmaps/%{name}.png
+%{_libdir}/%{name}/
+%{_datadir}/%{name}/
 %{_datadir}/rawspeed/
 
-%files lang -f %{name}.lang
+%files -n lib%{name}-%{sover}
 %defattr(-,root,root)
+%{_libdir}/lib%{name}-*.so
 
-%files -n librawstudio%{sosuffix}
+%files -n lib%{name}-devel
 %defattr(-,root,root)
-%{_libdir}/librawstudio-%{subver}.so
+%{_includedir}/%{name}*/
+%{_libdir}/pkgconfig/%{name}*.pc
+%{_libdir}/lib%{name}.so
 
-%files -n librawstudio-devel
+%files lang -f %{name}.lang
 %defattr(-,root,root)
-%{_includedir}/%{name}-%{subver}/
-%{_libdir}/pkgconfig/rawstudio-%{subver}.pc
-%{_libdir}/librawstudio.so
 
 %changelog

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">https://github.com/rawstudio/rawstudio.git</param>
    <param name="scm">git</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version" />
</services>
++++++ rawstudio-2.1_unraw.patch ++++++
diff -U 3 -dHrN rawstudio-2.1+git.20160225.orig/configure.ac 
rawstudio-2.1+git.20160225/configure.ac
--- rawstudio-2.1+git.20160225.orig/configure.ac        2016-06-17 
15:06:59.000000000 +0300
+++ rawstudio-2.1+git.20160225/configure.ac     2016-06-17 16:34:02.589661499 
+0300
@@ -173,7 +173,6 @@
 plugins/input-file/Makefile
 plugins/input-image16/Makefile
 plugins/lensfun/Makefile
-plugins/load-dcraw/Makefile
 plugins/load-gdk/Makefile
 plugins/load-png/Makefile
 plugins/load-rawspeed/Makefile
diff -U 3 -dHrN rawstudio-2.1+git.20160225.orig/plugins/Makefile.am 
rawstudio-2.1+git.20160225/plugins/Makefile.am
--- rawstudio-2.1+git.20160225.orig/plugins/Makefile.am 2016-06-17 
15:06:59.000000000 +0300
+++ rawstudio-2.1+git.20160225/plugins/Makefile.am      2016-06-17 
16:46:21.368552696 +0300
@@ -13,7 +13,6 @@
        input-file \
        input-image16 \
        lensfun \
-       load-dcraw \
        load-gdk \
        load-png \
        load-rawspeed \

Reply via email to