Hello community,

here is the log from the commit of package exiv2 for openSUSE:Factory checked 
in at 2019-06-22 11:05:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exiv2 (Old)
 and      /work/SRC/openSUSE:Factory/.exiv2.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exiv2"

Sat Jun 22 11:05:00 2019 rev:54 rq:710687 version:0.27.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/exiv2/exiv2.changes      2019-01-26 
22:16:16.179154706 +0100
+++ /work/SRC/openSUSE:Factory/.exiv2.new.4615/exiv2.changes    2019-06-22 
11:05:07.123908273 +0200
@@ -1,0 +2,14 @@
+Thu Jun  6 06:13:34 UTC 2019 - Dirk Stoecker <opens...@dstoecker.de>
+
+- update to 0.27.1
+ * Bug and security fixes.
+ * Deprecation warnings for Video, EPS and SSH support.
+ * Branch 0.27-maintenance for "dots" to avoid confusion with tag 0.27 (== 
0.27.0 code).
+ * Support for Visual Studio 2019 using Conan and CMake
+- Update patch exiv2-build-date.patch
+- Drop exiv2-cmake-installdir.patch (included upstream)
+- Drop exiv2-rename-libxmp.patch (included upstream)
+- Drop exiv2-install-headers.patch (included upstream)
+- Drop exiv2-BanAllEntityUsage.patch (included upstream)
+
+-------------------------------------------------------------------

Old:
----
  exiv2-0.27.0-Source.tar.gz
  exiv2-BanAllEntityUsage.patch
  exiv2-cmake-installdir.patch
  exiv2-install-headers.patch
  exiv2-rename-libxmp.patch

New:
----
  exiv2-0.27.1-Source.tar.gz

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

Other differences:
------------------
++++++ exiv2.spec ++++++
--- /var/tmp/diff_new_pack.QBtilv/_old  2019-06-22 11:05:08.187910052 +0200
+++ /var/tmp/diff_new_pack.QBtilv/_new  2019-06-22 11:05:08.191910058 +0200
@@ -17,21 +17,15 @@
 
 
 Name:           exiv2
-Version:        0.27.0
+Version:        0.27.1
 Release:        0
 Summary:        Tool to access image Exif metadata
 License:        GPL-2.0-or-later
 Group:          Productivity/Graphics/Other
 URL:            http://www.exiv2.org/
-Source0:        http://www.exiv2.org/builds/exiv2-0.27.0-Source.tar.gz
+Source0:        http://www.exiv2.org/builds/%{name}-%{version}-Source.tar.gz
 Source1:        baselibs.conf
-
 Patch0:         exiv2-build-date.patch
-Patch1:         exiv2-cmake-installdir.patch
-Patch2:         exiv2-rename-libxmp.patch
-Patch3:         exiv2-install-headers.patch
-Patch4:         exiv2-BanAllEntityUsage.patch
-
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -91,10 +85,6 @@
 %prep
 %setup -q -n %{name}-%{version}-Source
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 export CXXFLAGS="%{optflags} $(getconf LFS_CFLAGS)"
@@ -133,9 +123,11 @@
 %{_libdir}/libexiv2.so
 # needed by exiv2Config.cmake
 %{_libdir}/pkgconfig/exiv2.pc
-%dir %{_libdir}/cmake/exiv2
-%{_libdir}/cmake/exiv2/exiv2Config-relwithdebinfo.cmake
-%{_libdir}/cmake/exiv2/exiv2Config.cmake
+%dir %{_libdir}/exiv2
+%dir %{_libdir}/exiv2/cmake
+%{_libdir}/exiv2/cmake/exiv2Config-relwithdebinfo.cmake
+%{_libdir}/exiv2/cmake/exiv2Config.cmake
+%{_libdir}/exiv2/cmake/exiv2ConfigVersion.cmake
 
 %files -n libexiv2-doc
 %{_docdir}/libexiv2

++++++ exiv2-0.27.0-Source.tar.gz -> exiv2-0.27.1-Source.tar.gz ++++++
/work/SRC/openSUSE:Factory/exiv2/exiv2-0.27.0-Source.tar.gz 
/work/SRC/openSUSE:Factory/.exiv2.new.4615/exiv2-0.27.1-Source.tar.gz differ: 
char 5, line 1

++++++ exiv2-build-date.patch ++++++
--- /var/tmp/diff_new_pack.QBtilv/_old  2019-06-22 11:05:08.247910152 +0200
+++ /var/tmp/diff_new_pack.QBtilv/_new  2019-06-22 11:05:08.247910152 +0200
@@ -1,8 +1,7 @@
-Index: exiv2-0.27.0-Source/samples/geotag.cpp
-===================================================================
---- exiv2-0.27.0-Source.orig/samples/geotag.cpp        2018-12-20 
14:45:16.000000000 +0100
-+++ exiv2-0.27.0-Source/samples/geotag.cpp     2019-01-02 09:48:14.206709922 
+0100
-@@ -698,7 +698,7 @@ int getFileType(const char* path,Options
+diff -ur exiv2-0.27.1-Source/samples/geotag.cpp 
exiv2-0.27.1-Source_fix/samples/geotag.cpp
+--- exiv2-0.27.1-Source/samples/geotag.cpp     2019-04-26 11:31:16.000000000 
+0200
++++ exiv2-0.27.1-Source_fix/samples/geotag.cpp 2019-06-06 08:55:15.756143641 
+0200
+@@ -698,7 +698,7 @@
  
  int version(const char* program)
  {
@@ -11,11 +10,10 @@
      return 0;
  }
  
-Index: exiv2-0.27.0-Source/src/version.cpp
-===================================================================
---- exiv2-0.27.0-Source.orig/src/version.cpp   2018-12-20 14:45:16.000000000 
+0100
-+++ exiv2-0.27.0-Source/src/version.cpp        2019-01-02 09:48:14.206709922 
+0100
-@@ -471,8 +471,6 @@ void Exiv2::dumpLibraryInfo(std::ostream
+diff -ur exiv2-0.27.1-Source/src/version.cpp 
exiv2-0.27.1-Source_fix/src/version.cpp
+--- exiv2-0.27.1-Source/src/version.cpp        2019-04-26 11:31:16.000000000 
+0200
++++ exiv2-0.27.1-Source_fix/src/version.cpp    2019-06-06 08:55:15.780142862 
+0200
+@@ -472,8 +472,6 @@
      output(os,keys,"debug"          , debug      );
      output(os,keys,"cplusplus"      , __cplusplus);
      output(os,keys,"version"        , __VERSION__);
@@ -24,13 +22,12 @@
      output(os,keys,"processpath"    , Exiv2::getProcessPath());
  #ifdef EXV_ENABLE_NLS
      output(os,keys,"localedir"      , EXV_LOCALEDIR);
-Index: exiv2-0.27.0-Source/cmake/Doxyfile.in
-===================================================================
---- exiv2-0.27.0-Source.orig/cmake/Doxyfile.in 2018-12-20 14:45:16.000000000 
+0100
-+++ exiv2-0.27.0-Source/cmake/Doxyfile.in      2019-01-02 09:48:14.206709922 
+0100
-@@ -982,7 +982,7 @@ HTML_COLORSTYLE_GAMMA  = 80
- # page will contain the date and time when the page was generated. Setting
- # this to NO can help when comparing the output of multiple runs.
+diff -ur exiv2-0.27.1-Source/cmake/Doxyfile.in 
exiv2-0.27.1-Source_fix/cmake/Doxyfile.in
+--- exiv2-0.27.1-Source/cmake/Doxyfile.in      2019-04-26 11:31:16.000000000 
+0200
++++ exiv2-0.27.1-Source_fix/cmake/Doxyfile.in  2019-06-06 08:55:15.780142862 
+0200
+@@ -1202,7 +1202,7 @@
+ # The default value is: NO.
+ # This tag requires that the tag GENERATE_HTML is set to YES.
  
 -HTML_TIMESTAMP         = YES
 +HTML_TIMESTAMP         = NO


Reply via email to