Hello community,

here is the log from the commit of package lodepng for openSUSE:Factory checked 
in at 2020-07-06 16:28:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lodepng (Old)
 and      /work/SRC/openSUSE:Factory/.lodepng.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lodepng"

Mon Jul  6 16:28:18 2020 rev:2 rq:818750 version:0~git207

Changes:
--------
--- /work/SRC/openSUSE:Factory/lodepng/lodepng.changes  2017-06-01 
16:31:42.351826080 +0200
+++ /work/SRC/openSUSE:Factory/.lodepng.new.3060/lodepng.changes        
2020-07-06 16:30:20.071354214 +0200
@@ -1,0 +2,7 @@
+Sat Jul  4 14:22:06 UTC 2020 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 0~git207
+- Add _service file
+- Spec cleanup
+
+-------------------------------------------------------------------

Old:
----
  lodepng-0~git84.tar.xz

New:
----
  _service
  lodepng-0~git207.tar.xz

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

Other differences:
------------------
++++++ lodepng.spec ++++++
--- /var/tmp/diff_new_pack.akC7Wc/_old  2020-07-06 16:30:22.559361857 +0200
+++ /var/tmp/diff_new_pack.akC7Wc/_new  2020-07-06 16:30:22.563361870 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lodepng
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define _libver r84
+
+%define _libver %(echo %{version}|sed 's/0~git/r/')
 Name:           lodepng
-Version:        0~git84
+Version:        0~git207
 Release:        0
 Summary:        PNG encoder and decoder
 License:        Zlib
 Group:          Development/Libraries/C and C++
-Url:            http://lodev.org/lodepng/
-# from https://github.com/lvandeve/lodepng.git
+URL:            https://lodev.org/lodepng/
 Source0:        %{name}-%{version}.tar.xz
 Source99:       %{name}-rpmlintrc
-BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 A PNG encoder and decoder library.
@@ -50,8 +48,7 @@
 A PNG encoder and decoder library.
 
 %prep
-%setup -q
-dos2unix examples/*
+%autosetup
 
 %build
 g++ -fPIC %{optflags} -shared -Wl,-soname,lib%{name}-%{_libver}.so -o 
lib%{name}-%{_libver}.so lodepng.cpp
@@ -77,7 +74,7 @@
 
 Name: lodepng
 Description: PNG encoder and decoder library
-Version: %{version}
+Version: 0~git207
 Libs: -L${libdir} -llodepng
 Cflags: -I${includedir}
 EOF
@@ -87,7 +84,6 @@
 LD_LIBRARY_PATH=. ./lodepng_unittest
 
 %files devel
-%defattr(-,root,root)
 %doc README.md examples
 %{_bindir}/pngdetail
 %{_includedir}/%{name}.h
@@ -95,7 +91,7 @@
 %{_libdir}/pkgconfig/%{name}.pc
 
 %files -n lib%{name}-%{_libver}
-%defattr(-,root,root)
+%license LICENSE
 %doc README.md
 %{_libdir}/lib%{name}-%{_libver}.so
 

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">https://github.com/lvandeve/lodepng.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git</param>
    <param name="revision">master</param>
    <param name="parent-tag">148987254da889a317e2d249c5f7f68849267de5</param>
    <param name="versionformat">0~git@TAG_OFFSET@</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>

++++++ lodepng-0~git84.tar.xz -> lodepng-0~git207.tar.xz ++++++
++++ 19827 lines of diff (skipped)


Reply via email to