Hello community,

here is the log from the commit of package doxygen for openSUSE:Factory checked 
in at 2017-11-14 14:18:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/doxygen (Old)
 and      /work/SRC/openSUSE:Factory/.doxygen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "doxygen"

Tue Nov 14 14:18:37 2017 rev:71 rq:540494 version:1.8.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/doxygen/doxygen-doc.changes      2017-02-21 
13:37:10.403816656 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen-doc.changes 2017-11-14 
14:18:43.620325613 +0100
@@ -1,0 +2,12 @@
+Fri Nov 10 13:21:16 UTC 2017 - mplus...@suse.com
+
+- Update licensing information
+
+-------------------------------------------------------------------
+Tue Nov  7 12:20:10 UTC 2017 - mplus...@suse.com
+
+- Explicitly require python2 for building
+- Use more cmake macros
+- Run spec-cleaner
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes  2017-06-23 
09:13:06.818953474 +0200
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen.changes     2017-11-14 
14:18:46.108234856 +0100
@@ -1,0 +2,12 @@
+Fri Nov 10 13:21:04 UTC 2017 - mplus...@suse.com
+
+- Update licensing information
+
+-------------------------------------------------------------------
+Tue Nov  7 12:19:34 UTC 2017 - mplus...@suse.com
+
+- Explicitly require python2 for building
+- Use more cmake macros
+- Run spec-cleaner
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/doxygen/doxywizard.changes       2017-02-25 
00:46:23.306151824 +0100
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxywizard.changes  2017-11-14 
14:18:46.836208300 +0100
@@ -1,0 +2,12 @@
+Fri Nov 10 13:21:26 UTC 2017 - mplus...@suse.com
+
+- Update licensing information
+
+-------------------------------------------------------------------
+Tue Nov  7 12:20:18 UTC 2017 - mplus...@suse.com
+
+- Explicitly require python2 for building
+- Use more cmake macros
+- Run spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ doxygen-doc.spec ++++++
--- /var/tmp/diff_new_pack.osozbl/_old  2017-11-14 14:18:48.180159273 +0100
+++ /var/tmp/diff_new_pack.osozbl/_new  2017-11-14 14:18:48.184159127 +0100
@@ -20,7 +20,8 @@
 Version:        1.8.13
 Release:        0
 Summary:        Automated C, C++, and Java Documentation Generator
-License:        GPL-2.0+
+# qtools are used for building and they are GPL-3.0 licensed
+License:        GPL-2.0+ AND GPL-3.0
 Group:          Development/Tools/Doc Generators
 Url:            http://www.stack.nl/~dimitri/doxygen/
 Source0:        
http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
@@ -37,8 +38,8 @@
 # "If you need output in png format you also need to install graphviz-gnome."
 BuildRequires:  graphviz-gnome
 BuildRequires:  poppler-tools
-BuildRequires:  python-base
-BuildRequires:  python-xml
+BuildRequires:  python2-base
+BuildRequires:  python2-xml
 BuildRequires:  texlive-appendix
 BuildRequires:  texlive-colortbl
 BuildRequires:  texlive-courier
@@ -64,7 +65,6 @@
 BuildRequires:  texlive-wasy2-ps
 BuildRequires:  texlive-wasysym
 BuildRequires:  texlive-xtab
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Doxygen is a documentation system for C, C++, Java, and IDL. It can
@@ -103,7 +103,6 @@
 %fdupes -s %{buildroot}%{_docdir}/%{name}-doc
 
 %files
-%defattr(-,root,root)
 %doc %{_docdir}/%{name}
 
 %changelog

++++++ doxygen.spec ++++++
--- /var/tmp/diff_new_pack.osozbl/_old  2017-11-14 14:18:48.228157522 +0100
+++ /var/tmp/diff_new_pack.osozbl/_new  2017-11-14 14:18:48.232157376 +0100
@@ -20,7 +20,8 @@
 Version:        1.8.13
 Release:        0
 Summary:        Automated C, C++, and Java Documentation Generator
-License:        GPL-2.0+
+# qtools are used for building and they are GPL-3.0 licensed
+License:        GPL-2.0+ AND GPL-3.0
 Group:          Development/Tools/Doc Generators
 Url:            http://www.stack.nl/~dimitri/doxygen/
 Source0:        
http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
@@ -40,9 +41,8 @@
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  flex
 BuildRequires:  gcc-c++
-BuildRequires:  python-base
-BuildRequires:  python-xml
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python2-base
+BuildRequires:  python2-xml
 
 %description
 Doxygen is a documentation system for C, C++, Java, and IDL. It can
@@ -60,7 +60,7 @@
 %ifarch ppc64le ppc64
 %patch4 -p1
 %endif
-%patch6 -p0
+%patch6
 %patch7 -p1
 
 %build
@@ -72,7 +72,7 @@
     -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
     -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
     -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now"
-make %{?_smp_mflags}
+%make_jobs
 
 %install
 %cmake_install
@@ -80,7 +80,6 @@
 install -m 644 doc/doxygen.1 %{buildroot}%{_mandir}/man1/
 
 %files
-%defattr(-,root,root)
 %doc LICENSE
 %attr(444,root,root) %{_mandir}/man1/doxygen.1.gz
 %attr(755,root,root) %{_bindir}/*

++++++ doxywizard.spec ++++++
--- /var/tmp/diff_new_pack.osozbl/_old  2017-11-14 14:18:48.260156355 +0100
+++ /var/tmp/diff_new_pack.osozbl/_new  2017-11-14 14:18:48.264156209 +0100
@@ -20,7 +20,8 @@
 Version:        1.8.13
 Release:        0
 Summary:        Graphical User Interface for Doxygen
-License:        GPL-2.0+
+# qtools are used for building and they are GPL-3.0 licensed
+License:        GPL-2.0+ AND GPL-3.0
 Group:          Development/Tools/Doc Generators
 Url:            http://www.stack.nl/~dimitri/doxygen/
 Source:         
http://ftp.stack.nl/pub/users/dimitri/doxygen-%{version}.src.tar.gz
@@ -32,7 +33,10 @@
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
-BuildRequires:  python-xml
+BuildRequires:  python2-base
+BuildRequires:  python2-xml
+BuildRequires:  update-desktop-files
+Requires:       doxygen = %{version}
 %if 0%{?suse_version} < 1320
 BuildRequires:  libqt4-devel >= 4.3
 %else
@@ -41,9 +45,6 @@
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5Xml)
 %endif
-BuildRequires:  update-desktop-files
-Requires:       doxygen = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
 # for make tests
 BuildRequires:  libxml2-tools
@@ -66,7 +67,7 @@
     -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
     -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now" \
     -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,relro,-z,now"
-make %{?_smp_mflags}
+%make_jobs
 
 %if 0%{?suse_version} > 1230 && 0%{?suse_version} != 1315
 %check
@@ -85,9 +86,8 @@
 %suse_update_desktop_file -i doxywizard Development Documentation
 
 %files
-%defattr(-,root,root)
 %attr(755,root,root) %{_bindir}/doxywizard
 %{_datadir}/applications/doxywizard.desktop
-%{_mandir}/man1/doxywizard.1.gz
+%{_mandir}/man1/doxywizard.1%{ext_man}
 
 %changelog


Reply via email to