Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lensfun for openSUSE:Factory checked 
in at 2022-03-02 18:20:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lensfun (Old)
 and      /work/SRC/openSUSE:Factory/.lensfun.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lensfun"

Wed Mar  2 18:20:17 2022 rev:48 rq:958225 version:0.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/lensfun/lensfun.changes  2020-04-04 
12:20:49.923696710 +0200
+++ /work/SRC/openSUSE:Factory/.lensfun.new.1958/lensfun.changes        
2022-03-02 18:20:25.120654493 +0100
@@ -1,0 +2,23 @@
+Tue Mar  1 07:52:11 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 0.3.3:
+  + Fixes:
+    - Static lfXX::Create() and lfXX:Destroy() methods of various
+      Lensfun classe are now marked as deprecated.
+      C++ new/delete syntax should be used instead.
+    - CMAKE: glib > 2.26 is now only required when tests are being build.
+    - CMAKE: various fixes (paths, OS compatibility)
+  + New cameras (https://github.com/lensfun/lensfun/releases/tag/v0.3.3)
+  + New lenses (https://github.com/lensfun/lensfun/releases/tag/v0.3.3)
+  + Updated data for lots of lenses
+- Remove lensfun-respect-DESTDIR.patch
+- Remove lensfun-test-database.patch
+- Remove 0060-Various-CMake-patches-from-the-mailing-list.patch
+- Remove lensfun_fix_memory_leak.patch
+
+-------------------------------------------------------------------
+Thu Jan  6 11:26:59 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Require python-rpm-macros for Leap 15.3
+
+-------------------------------------------------------------------

Old:
----
  0060-Various-CMake-patches-from-the-mailing-list.patch
  lensfun-0.3.2.tar.gz
  lensfun-respect-DESTDIR.patch
  lensfun-test-database.patch
  lensfun_fix_memory_leak.patch

New:
----
  lensfun-0.3.3.tar.gz

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

Other differences:
------------------
++++++ lensfun.spec ++++++
--- /var/tmp/diff_new_pack.qdU3ZX/_old  2022-03-02 18:20:27.416654575 +0100
+++ /var/tmp/diff_new_pack.qdU3ZX/_new  2022-03-02 18:20:27.420654575 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lensfun
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,30 +18,22 @@
 
 %define sonum   1
 Name:           lensfun
-Version:        0.3.2
+Version:        0.3.3
 Release:        0
 Summary:        A photographic lens database and a library for accessing it
-License:        LGPL-3.0-only AND CC-BY-SA-3.0
+License:        CC-BY-SA-3.0 AND LGPL-3.0-only
 Group:          Development/Libraries/C and C++
 URL:            https://lensfun.github.io/
 Source:         
https://github.com/lensfun/lensfun/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # updated lens database, use "osc service dr" to update it.
 Source2:        data-master.tar.xz
-
-# PATCH-FIX-UPSTREAM respect DESTDIR in python call
-Patch0:         lensfun-respect-DESTDIR.patch
-# PATCH-FIX-UPSTREAM use local database when running tests
-Patch1:         lensfun-test-database.patch
-# PATCH-FIX-UPSTREAM 0060-Various-CMake-patches-from-the-mailing-list.patch
-Patch2:         0060-Various-CMake-patches-from-the-mailing-list.patch
-# PATCH-FIX-UPSTREAM lensfun_fix_memory_leak.patch
-Patch3:         lensfun_fix_memory_leak.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
 BuildRequires:  pkgconfig
+BuildRequires:  python-rpm-macros
 BuildRequires:  python3
 BuildRequires:  python3-docutils
 BuildRequires:  zlib-devel
@@ -133,11 +125,7 @@
 that use the %{name} library/database.
 
 %prep
-%setup -q -a 2
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
+%autosetup -p1 -a 2
 echo 'HTML_TIMESTAMP=NO' >> docs/doxyfile.in.cmake
 # fix python shebangs
 sed -i \
@@ -163,7 +151,7 @@
 rm -rf %{buildroot}%{_datadir}/lensfun/tests
 # Create udate folder for lensfun data
 mkdir -p %{buildroot}%{_localstatedir}/lib/lensfun-updates
-# Regererate pyc files to not contain %{buildroot}
+# Regererate pyc files to not contain buildroot
 %py3_compile %{buildroot}/%{python3_sitelib}/lensfun/
 
 %fdupes %{buildroot}

++++++ data-master.obscpio ++++++
++++ 7653 lines of diff (skipped)

++++++ data.obsinfo ++++++
--- /var/tmp/diff_new_pack.qdU3ZX/_old  2022-03-02 18:20:27.668654584 +0100
+++ /var/tmp/diff_new_pack.qdU3ZX/_new  2022-03-02 18:20:27.672654584 +0100
@@ -1,6 +1,5 @@
 name: data
 version: master
-mtime: 1585475945
-commit: df5a2af4b8088be67591db5215f8df3573e9511b
-
+mtime: 1646081372
+commit: 53fd708582d196303a2f167bfbcac64389b80f69
 

++++++ lensfun-0.3.2.tar.gz -> lensfun-0.3.3.tar.gz ++++++
++++ 64466 lines of diff (skipped)

Reply via email to