commit rawstudio for openSUSE:Factory
Hello community, here is the log from the commit of package rawstudio for openSUSE:Factory checked in at 2017-07-30 11:26:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rawstudio (Old) and /work/SRC/openSUSE:Factory/.rawstudio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rawstudio" Sun Jul 30 11:26:58 2017 rev:3 rq:512974 version:2.0+git20170413.003dd4f3 Changes: -------- --- /work/SRC/openSUSE:Factory/rawstudio/rawstudio.changes 2016-07-05 09:52:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rawstudio.new/rawstudio.changes 2017-07-30 11:27:08.947349686 +0200 @@ -1,0 +2,16 @@ +Thu Jul 27 16:55:36 UTC 2017 - tchvatal@suse.com + +- Update the service to generate sensible name for the tarball +- Switch to lcms2 from lcms +- Drop upstream merged patch: + * rawstudio-2.1_unraw.patch +- Update to version 2.0+git20170413.003dd4f3: + * Do more relaxed matching when displying camera profile choices. + * Do not link to defunct website. This fixes #22. + * Removed rawstudio.org from readme. + * Fix a crash when we don't have select lens. + * Update rawspeed to last version (Feb 8, 2016). + * Remove plugin load-dcraw + * + Panasonic GH4 + GH5 + +------------------------------------------------------------------- Old: ---- rawstudio-1456433636.6643b14.tar.xz rawstudio-2.1_unraw.patch New: ---- rawstudio-2.0+git20170413.003dd4f3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rawstudio.spec ++++++ --- /var/tmp/diff_new_pack.zWFKlO/_old 2017-07-30 11:27:10.607115483 +0200 +++ /var/tmp/diff_new_pack.zWFKlO/_new 2017-07-30 11:27:10.611114918 +0200 @@ -1,7 +1,7 @@ # # spec file for package rawstudio # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -18,19 +18,18 @@ %define sover 2_1 Name: rawstudio -Version: 1456433636.6643b14 +Version: 2.0+git20170413.003dd4f3 Release: 0 Summary: Raw-image converter License: GPL-2.0 Group: Productivity/Graphics/Other Url: http://rawstudio.org/ Source0: %{name}-%{version}.tar.xz -# PATCH-FIX-OPENSUSE unraw.patch [bnc#985103] avvissu@yandex.by -- Remove dcraw loader plugin -Patch0: rawstudio-2.1_unraw.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ BuildRequires: git +BuildRequires: intltool BuildRequires: libjpeg-devel BuildRequires: libtiff-devel BuildRequires: libtool @@ -42,14 +41,15 @@ BuildRequires: pkgconfig(flickcurl) BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(lcms) +BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(lensfun) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libgphoto2) BuildRequires: pkgconfig(libssl) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(sqlite3) -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires(post): update-desktop-files +Requires(postun): update-desktop-files %description RawStudio is a digital camera RAW files processing software. @@ -75,10 +75,9 @@ %prep %setup -q -%patch0 -p1 %build -./autogen.sh +./autogen.sh --no-configure %configure --disable-static make %{?_smp_mflags} @@ -96,11 +95,9 @@ %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 %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop @@ -113,16 +110,13 @@ %{_datadir}/rawspeed/ %files -n lib%{name}-%{sover} -%defattr(-,root,root) %{_libdir}/lib%{name}-*.so %files -n lib%{name}-devel -%defattr(-,root,root) %{_includedir}/%{name}*/ %{_libdir}/pkgconfig/%{name}*.pc %{_libdir}/lib%{name}.so %files lang -f %{name}.lang -%defattr(-,root,root) %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.zWFKlO/_old 2017-07-30 11:27:10.647109838 +0200 +++ /var/tmp/diff_new_pack.zWFKlO/_new 2017-07-30 11:27:10.651109275 +0200 @@ -2,6 +2,9 @@ <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/rawstudio/rawstudio.git</param> <param name="scm">git</param> + <param name="changesgenerate">enable</param> + <param name="filename">rawstudio</param> + <param name="versionformat">2.0+git%cd.%h</param> </service> <service mode="disabled" name="recompress"> <param name="file">*.tar</param>
participants (1)
-
root@hilbert.suse.de