Hello community, here is the log from the commit of package flickcurl for openSUSE:Factory checked in at 2014-11-11 09:59:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flickcurl (Old) and /work/SRC/openSUSE:Factory/.flickcurl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flickcurl" Changes: -------- --- /work/SRC/openSUSE:Factory/flickcurl/flickcurl.changes 2014-05-02 13:55:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.flickcurl.new/flickcurl.changes 2014-11-11 10:16:00.000000000 +0100 @@ -1,0 +2,18 @@ +Mon Nov 10 17:13:14 UTC 2014 - [email protected] + +- Update to version 1.26: + * Switch all API endpoints and image URLs to https protocol + (http for Flickr API is deprecated since 2014-04-30). + * Fixed utility documentation: args consistency for + PER-PAGE / PAGE. + * Added new extras: url_q, url_n and url_c for new image sizes. + * Configuration and build improvements for newer automake and + autoconf. Add new internal convienience libraries libmtwist and + libgetopt. + * Added build-time utility mangen to generate manpage and extras. + * Generate and accept the new staticflickr.com domain for image + URIs as well as the existing static.flickr.com. + * Multiple error path allocation fixes, several memory leak + fixes and a few overflows found via Coverity. + +------------------------------------------------------------------- Old: ---- flickcurl-1.25.tar.gz New: ---- flickcurl-1.26.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flickcurl.spec ++++++ --- /var/tmp/diff_new_pack.Sa88Rx/_old 2014-11-11 10:16:01.000000000 +0100 +++ /var/tmp/diff_new_pack.Sa88Rx/_new 2014-11-11 10:16:01.000000000 +0100 @@ -17,16 +17,16 @@ %define soname 0 - Name: flickcurl -Version: 1.25 +Version: 1.26 Release: 0 Summary: Command-Line Tools for the Flickr Web Service License: LGPL-2.1 Group: Productivity/Networking/Other Url: http://librdf.org/flickcurl/ -# http://download.dajobe.org/flickcurl/flickcurl-%{version}.tar.gz -Source: flickcurl-%{version}.tar.gz +Source: http://download.dajobe.org/flickcurl/flickcurl-%{version}.tar.gz +Source1: baselibs.conf +Source2: flickcurl.changes Source99: flickcurl-rpmlintrc BuildRequires: autoconf BuildRequires: automake @@ -119,10 +119,10 @@ %fdupes -s %{buildroot} # Remove static libraries -find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' +find %{buildroot} -type f -name "*.la" -delete -print #removing rpaths with chrpath -chrpath --delete $RPM_BUILD_ROOT%{_bindir}/flickcurl -chrpath --delete $RPM_BUILD_ROOT%{_bindir}/flickrdf +chrpath --delete %{buildroot}%{_bindir}/flickcurl +chrpath --delete %{buildroot}%{_bindir}/flickrdf %post -n libflickcurl%{soname} -p /sbin/ldconfig ++++++ flickcurl-1.25.tar.gz -> flickcurl-1.26.tar.gz ++++++ ++++ 19304 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
