commit d0_blind_id for openSUSE:Factory

2019-12-07 Thread root
Hello community,

here is the log from the commit of package d0_blind_id for openSUSE:Factory 
checked in at 2019-12-07 15:08:13

Comparing /work/SRC/openSUSE:Factory/d0_blind_id (Old)
 and  /work/SRC/openSUSE:Factory/.d0_blind_id.new.4691 (New)


Package is "d0_blind_id"

Sat Dec  7 15:08:13 2019 rev:3 rq:754696 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/d0_blind_id/d0_blind_id.changes  2016-02-03 
10:19:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.d0_blind_id.new.4691/d0_blind_id.changes
2019-12-07 15:08:24.803855107 +0100
@@ -1,0 +2,5 @@
+Fri Dec  6 14:47:32 UTC 2019 - Martin Pluskal 
+
+-  Modernise spec file
+
+---



Other differences:
--
++ d0_blind_id.spec ++
--- /var/tmp/diff_new_pack.QKk4qt/_old  2019-12-07 15:08:26.443854875 +0100
+++ /var/tmp/diff_new_pack.QKk4qt/_new  2019-12-07 15:08:26.447854874 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package d0_blind_id
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -22,14 +22,13 @@
 Summary:Blind-ID library
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Url:http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary
+URL:http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary
 Source: https://github.com/divVerent/%{name}/archive/v%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gmp-devel
 BuildRequires:  libtool
-BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 Blind-ID library for user identification using RSA blind signatures
@@ -51,11 +50,12 @@
 %package devel
 Summary:Development files for the Blind-ID library
 Group:  Development/Libraries/Other
-Requires:   libd0_blind_id0 = %{version}-%{release}
-Requires:   libd0_rijndael0 = %{version}-%{release}
+Requires:   libd0_blind_id0 = %{version}
+Requires:   libd0_rijndael0 = %{version}
 
 %description devel
-Development files for the Blind-ID library for user identification using RSA 
blind signatures
+Development files for the Blind-ID library for user identification using
+RSA blind signatures
 
 %prep
 %setup -q
@@ -67,10 +67,10 @@
   --enable-rijndael \
   --without-openssl \
   --without-tommath
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libd0_blind_id0 -p /sbin/ldconfig
@@ -79,23 +79,17 @@
 %postun -n libd0_rijndael0 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc COPYING
 %{_bindir}/blind_id
 
 %files -n libd0_blind_id0
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/libd0_blind_id.so.0*
 
 %files -n libd0_rijndael0
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/libd0_rijndael.so.0*
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING
 %{_includedir}/%{name}
 %{_libdir}/libd0_blind_id.so
 %{_libdir}/libd0_rijndael.so




commit d0_blind_id for openSUSE:Factory

2016-02-03 Thread h_root
Hello community,

here is the log from the commit of package d0_blind_id for openSUSE:Factory 
checked in at 2016-02-03 10:19:53

Comparing /work/SRC/openSUSE:Factory/d0_blind_id (Old)
 and  /work/SRC/openSUSE:Factory/.d0_blind_id.new (New)


Package is "d0_blind_id"

Changes:

--- /work/SRC/openSUSE:Factory/d0_blind_id/d0_blind_id.changes  2015-02-24 
13:06:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.d0_blind_id.new/d0_blind_id.changes 
2016-02-03 10:19:54.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb  1 16:06:33 UTC 2016 - mplus...@suse.com
+
+- Tiny spec file cleanups
+
+---



Other differences:
--
++ d0_blind_id.spec ++
--- /var/tmp/diff_new_pack.MExYgW/_old  2016-02-03 10:19:55.0 +0100
+++ /var/tmp/diff_new_pack.MExYgW/_new  2016-02-03 10:19:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package d0_blind_id
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -51,8 +51,8 @@
 %package devel
 Summary:Development files for the Blind-ID library
 Group:  Development/Libraries/Other
-Requires:   libd0_blind_id0 = %{version}
-Requires:   libd0_rijndael0 = %{version}
+Requires:   libd0_blind_id0 = %{version}-%{release}
+Requires:   libd0_rijndael0 = %{version}-%{release}
 
 %description devel
 Development files for the Blind-ID library for user identification using RSA 
blind signatures
@@ -61,7 +61,7 @@
 %setup -q
 
 %build
-autoreconf -fi
+autoreconf -fiv
 %configure \
--enable-static=no \
--enable-rijndael \
@@ -70,15 +70,12 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot} %{?_smp_mflags}
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post   -n libd0_blind_id0 -p /sbin/ldconfig
-
 %postun -n libd0_blind_id0 -p /sbin/ldconfig
-
 %post   -n libd0_rijndael0 -p /sbin/ldconfig
-
 %postun -n libd0_rijndael0 -p /sbin/ldconfig
 
 %files
@@ -100,7 +97,9 @@
 %defattr(-,root,root)
 %doc COPYING
 %{_includedir}/%{name}
-%{_libdir}/libd0*.so
-%{_libdir}/pkgconfig/d0_*.pc
+%{_libdir}/libd0_blind_id.so
+%{_libdir}/libd0_rijndael.so
+%{_libdir}/pkgconfig/d0_blind_id.pc
+%{_libdir}/pkgconfig/d0_rijndael.pc
 
 %changelog