Hello community,

here is the log from the commit of package libxdg-basedir for openSUSE:Factory 
checked in at 2019-12-29 15:50:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxdg-basedir (Old)
 and      /work/SRC/openSUSE:Factory/.libxdg-basedir.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxdg-basedir"

Sun Dec 29 15:50:03 2019 rev:6 rq:759834 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxdg-basedir/libxdg-basedir.changes    
2015-10-06 13:25:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libxdg-basedir.new.6675/libxdg-basedir.changes  
2019-12-29 15:50:21.687194403 +0100
@@ -1,0 +2,8 @@
+Mon Dec  9 15:39:58 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Don't use the lto flags for building static libs.
+- Run spec-cleaner
+- Update the URL. The previous domain is down.
+- Redownload the tarball. the CRC changed.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libxdg-basedir.spec ++++++
--- /var/tmp/diff_new_pack.7TGMl4/_old  2019-12-29 15:50:22.211194642 +0100
+++ /var/tmp/diff_new_pack.7TGMl4/_new  2019-12-29 15:50:22.211194642 +0100
@@ -2,7 +2,7 @@
 #
 # spec file for package libxdg-basedir
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -14,22 +14,23 @@
 # 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/
 #
 
 
+%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
+
+%define soname 1
 Name:           libxdg-basedir
 Version:        1.2.0
 Release:        0
-%define soname 1
 Summary:        XDG Base Directory Specification Library
 License:        MIT
 Group:          System/Libraries
-Url:            http://nevill.ch/libxdg-basedir/
-Source:         
http://nevill.ch/libxdg-basedir/downloads/libxdg-basedir-%{version}.tar.gz
+URL:            https://github.com/devnev/libxdg-basedir
+Source:         
https://github.com/devnev/libxdg-basedir/archive/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM https://github.com/devnev/libxdg-basedir/pull/3 -- 
[email protected]
 Patch0:         0001-Overflow-bug.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
@@ -75,31 +76,30 @@
 specification and provides a few higher-level functions.
 
 %prep
-%setup -q -n "libxdg-basedir-%{version}"
+%setup -q -n "%{name}-%{name}-%{version}"
 %patch0 -p1
 
 %build
+autoreconf --force --install
 %configure
-%__make %{?_smp_flags}
+make %{?_smp_mflags}
 
 %check
-%__make check
+make %{?_smp_mflags} check
 
 %install
-%makeinstall
-%__rm "%{buildroot}%{_libdir}/libxdg-basedir.la"
+%make_install
+rm "%{buildroot}%{_libdir}/libxdg-basedir.la"
 
 %post   -n libxdg-basedir1 -p /sbin/ldconfig
 %postun -n libxdg-basedir1 -p /sbin/ldconfig
 
 %files -n "%{name}%{soname}"
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/libxdg-basedir.so.%{soname}
 %{_libdir}/libxdg-basedir.so.%{soname}.*
 
 %files -n "%{name}-devel"
-%defattr(-,root,root)
 %{_includedir}/basedir.h
 %{_includedir}/basedir_fs.h
 %{_libdir}/libxdg-basedir.so

++++++ libxdg-basedir-1.2.0.tar.gz ++++++
++++ 42877 lines of diff (skipped)


Reply via email to