Hello community,

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

Package is "smugbatch"

Mon Sep 25 14:00:11 2017 rev:12 rq:528553 version:007

Changes:
--------
--- /work/SRC/openSUSE:Factory/smugbatch/smugbatch.changes      2012-03-29 
07:48:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.smugbatch.new/smugbatch.changes 2017-09-25 
14:00:12.928089380 +0200
@@ -1,0 +2,5 @@
+Mon Sep 25 04:29:51 UTC 2017 - [email protected]
+
+- Add nsl.patch to remove unused libnsl to fix building on Factory.
+
+-------------------------------------------------------------------

New:
----
  nsl.patch

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

Other differences:
------------------
++++++ smugbatch.spec ++++++
--- /var/tmp/diff_new_pack.GUy6eE/_old  2017-09-25 14:00:13.723977402 +0200
+++ /var/tmp/diff_new_pack.GUy6eE/_new  2017-09-25 14:00:13.727976840 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package smugbatch
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,11 +17,6 @@
 
 
 Name:           smugbatch
-%if 0%{?suse_version} > 1020
-BuildRequires:  libcurl-devel
-%else
-BuildRequires:  curl-devel
-%endif
 Version:        007
 Release:        0
 Summary:        Tools for smugmug.com
@@ -29,20 +24,26 @@
 Group:          Productivity/Graphics/Other
 Url:            http://github.com/gregkh/smugbatch/tree/master
 Source:         gregkh-%{name}-%{version}-0-g4e9c3fa.tar.gz
+Patch1:         nsl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1020
+BuildRequires:  libcurl-devel
+%else
+BuildRequires:  curl-devel
+%endif
 
 %description
-Command line tools to access smugmug.com.
-
-Authors:
---------
-    Greg Kroah-Hartman <[email protected]>
+This collection of tools allows you to list, upload, and download images from
+smugmug.com from a command line.  They are for use with Linux systems and
+hopefully should be able to be easily called by other tools to interact with
+smugmug.com where needed.
 
 %prep
 %setup -q -n gregkh-smugbatch-4e9c3fa
+%patch1 -p0
 
 %build
-make V=1 CFLAGS="%{optflags}"
+make %{?_smp_mflags} V=1 CFLAGS="%{optflags}"
 
 %install
 mkdir -p %{buildroot}%{_prefix}/bin
@@ -53,7 +54,7 @@
 %files
 %defattr(-,root,root)
 %doc RELEASE-NOTES COPYING ChangeLog
-%doc %{_mandir}/man1/*.gz
+%{_mandir}/man1/*%{ext_man}
 %{_bindir}/smug*
 
 %changelog

++++++ nsl.patch ++++++
--- Makefile.orig       2012-03-27 00:41:25.000000000 +0200
+++ Makefile    2017-09-25 06:26:23.509008065 +0200
@@ -70,7 +70,7 @@
 # We need -lssl and -lcrypto when using libcurl with SSL support
 # We need -lpthread for the pthread example
 #LIB_OBJS = -lcurl -lnsl -lssl -lcrypto
-LIB_OBJS = -lcurl -lnsl 
+LIB_OBJS = -lcurl
 
 all:   $(PROGRAM) $(MAN_PAGES)
 

Reply via email to