Hello community,

here is the log from the commit of package flickcurl.3197 for 
openSUSE:13.1:Update checked in at 2014-11-24 13:35:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1:Update/flickcurl.3197 (Old)
 and      /work/SRC/openSUSE:13.1:Update/.flickcurl.3197.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flickcurl.3197"

Changes:
--------
New Changes file:

--- /dev/null   2014-11-17 01:44:14.624034255 +0100
+++ /work/SRC/openSUSE:13.1:Update/.flickcurl.3197.new/flickcurl.changes        
2014-11-24 13:35:58.000000000 +0100
@@ -0,0 +1,281 @@
+-------------------------------------------------------------------
+Mon Nov 10 17:13:14 UTC 2014 - fcro...@suse.com
+
+- 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.
+
+-------------------------------------------------------------------
+Mon Apr 28 06:22:01 UTC 2014 - fcro...@suse.com
+
+- Update for version 1.25:
+ - more OAuth fixes, including uploading fully working
+ - Multiple internal OAuth changes to simplify code. 
+- Remove flickcurl-wrong-memset.patch, merged upstream
+
+-------------------------------------------------------------------
+Sun Dec  9 14:40:11 UTC 2012 - p.drou...@gmail.com
+
+- Update to 1.23 version:
+  * Full support using Flickr via OAuth 1.0 and converting
+    from the legacy Flickr authentication to OAuth. It supports both
+    authentication flows but Flickr has deprecated the legacy
+    authentication, so it might stop working at any time.
+  * Added an API call to upgrade from the Flickr legacy authentication to
+    OAuth 1.0. This revokes and deletes the legacy 'auth_token' and returns
+    an OAuth Access Token and Access Token Secret pair which need to be
+    saved.
+- New build dependencies: glib2 and gobject2.0
+- Remove useless rpaths on the package
+- Include really documentation into the two non-devel package to avoid break 
links
+- Disable and remove statics libraries
+
+-------------------------------------------------------------------
+Tue Dec 27 15:06:49 UTC 2011 - idon...@suse.com
+
+- Fix wrong size parameter in memset call 
+
+-------------------------------------------------------------------
+Fri Dec 23 12:05:10 UTC 2011 - andreas.stie...@gmx.de
+
+- move non-documentation files from -doc to -devel to fix
+  Factory build error with files packaged twice
+
+-------------------------------------------------------------------
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Apply packaging guidelines (remove redundant/obsolete
+  tags/sections from specfile, etc.)
+
+-------------------------------------------------------------------
+Sat Aug  6 16:18:56 UTC 2011 - crrodrig...@opensuse.org
+
+- Fix build with newer curl Fix build with newer curl 
+
+-------------------------------------------------------------------
+Mon Mar 28 15:59:07 UTC 2011 - pascal.ble...@opensuse.org
+
+- split out documentation into -doc subpackage, symlinked
+
+- update to 1.21:
+  * a memory leak when building photo list results was fixed
+  * flickcurl_photos_setPerms() was fixed to allow false boolean permissions
+  * flickcurl_photosets_getPhotos_params() was fixed to just work
+  * the flickcurl(1) utility now handles Raptor V1, V2, or none
+
+-------------------------------------------------------------------
+Thu Nov 18 10:59:34 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.20:
+  * fixes support for several major API calls that return standard photo
+    responses (SPR), such as searching for photos, getting recent photos,
+    listing photosets, and several others
+
+-------------------------------------------------------------------
+Sun Jul 25 06:48:47 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.19:
+  * support was added for the new photosets APIs:
+    + flickr.photosets.removePhotos
+    + flickr.photosets.reorderPhotos
+    + flickr.photosets.setPrimaryPhoto
+  * support was added for photo notes when getting photo information
+  * the flickcurl utility was updated to support all of the new APIs
+
+-------------------------------------------------------------------
+Tue Apr 27 06:04:46 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.18:
+  * adds support for the (rest of the) Galleries API
+  * adds a new People API call
+  * adds new functions for controlling curl handle options
+  * the flickcurl(1) utility was updated to support all of the new APIs
+
+-------------------------------------------------------------------
+Fri Mar  5 22:19:41 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.17:
+  * support for the new stats API, the people API, the "photos of"
+    people API, and the gallery API have been added
+  * the flickcurl utility has been updated to support all of the
+    new APIs
+
+-------------------------------------------------------------------
+Thu Jan 14 08:49:47 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.16:
+  * the flickcurl utility configuration file generation was fixed
+    to use a key=value format as documented
+  * flickcurl now accepts files with spaces around the "="
+  * the authentication documentation was updated to add a picture
+    showing the result of fetching the mobile authentication URLs
+
+-------------------------------------------------------------------
+Sun Jan  3 21:16:15 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 1.15:
+  * documentation updates
+  * the flickcurl_search_params struct gained an in_gallery boolean
+    field to restrict searches to photos in a gallery
+  * the flickcurl utility photos.search commands gained
+    geographical context, taking an integer argument for inside/
+    outside, an is-commons boolean flag, and an is-gallery boolean
+    flag
+  * a few minor bugs and typographical errors were fixed
+
+-------------------------------------------------------------------
+Tue Sep 22 00:00:00 CEST 2009 - pascal.ble...@opensuse.org
+
+- update to 1.14:
+  * adds a tutorial for using the search API along with a simple example 
program
+  * adds support for search parameters (geo_context and is_commons) and new
+    extras path_alias, url_m, url_o, url_s, url_sq, and url_t
+  * fixes a few minor bugs and typos
+
+-------------------------------------------------------------------
+Sun Aug  2 00:00:00 CEST 2009 - pascal.ble...@opensuse.org
+
+- update to 1.13:
+  * two new utility functions were added to
+    + get photo IDs from "farm" image URLs
+    + to get the current webservice delay time
+  * requests were fixed to be dynamically allocated rather than use a fixed
+    buffer
+  * a resource leak bug for the HTTP user agent was fixed
+
+-------------------------------------------------------------------
+Sun Jul  5 00:00:00 CEST 2009 - pascal.ble...@opensuse.org
+
+- update to 1.12:
+  * support for the two new collections API calls and four other new general
+    API calls were added
+  * functions were added for generating flic.kr short URIs for photos
+  * a bug with resetting curl during sequences of mixed read and write API
+    calls was fixed
+  * the flickcurl(1) utility was updated to support the new API calls
+  * several other minor improvements and fixes were made
+
+-------------------------------------------------------------------
+Wed May 27 00:00:00 CEST 2009 - pascal.ble...@opensuse.org
+
+- update to 1.11
+
+-------------------------------------------------------------------
+Sat May  2 00:00:00 CEST 2009 - pascal.ble...@opensuse.org
+
+- update to 1.10:
+  * uploading images and replacing images was made to work again
+  * functions were added to set the service URIs for the image upload and image
+    replacing Web services
+  * fixes were made to allow compiling and using the library from C++
+
+-------------------------------------------------------------------
+Sun Apr  5 00:00:00 CEST 2009 - pascal.ble...@opensuse.org
+
+- update to 1.9:
+  * the Pandas API was added to get interesting photos from pandas
+  * groups members get list method was added
+  * some other minor bugfixes and improvements were made
+- changes from 1.8:
+  * the Places API was updated for 6 new API calls, including shape history
+  * the Photos Geo API was updated for 5 new API calls for setting/getting
+    locations
+  * the Commons API was added with new support for 1 API call to get a list of
+    institutions
+  * some other minor fixes and improvements were also made
+
++++ 84 more lines (skipped)
++++ between /dev/null
++++ and /work/SRC/openSUSE:13.1:Update/.flickcurl.3197.new/flickcurl.changes

New:
----
  baselibs.conf
  flickcurl-1.26.tar.gz
  flickcurl-rpmlintrc
  flickcurl.changes
  flickcurl.spec

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

Other differences:
------------------
++++++ flickcurl.spec ++++++
#
# spec file for package flickcurl
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


%define soname 0
Name:           flickcurl
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/
Source:         http://download.dajobe.org/flickcurl/flickcurl-%{version}.tar.gz
Source1:        baselibs.conf
Source2:        flickcurl.changes
Source99:       flickcurl-rpmlintrc
BuildRequires:  autoconf
BuildRequires:  automake
BuildRequires:  chrpath
BuildRequires:  curl
BuildRequires:  fdupes
BuildRequires:  gtkdoc
BuildRequires:  libcurl-devel >= 7.10.0
BuildRequires:  libraptor-devel >= 2.0.0
BuildRequires:  libtool
BuildRequires:  pkgconfig
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gobject-2.0)
BuildRequires:  pkgconfig(libxml-2.0)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Flickcurl is a C library for calling the Flickr Web service API. It handles the
API signing, token management, and parameter encoding and decoding, resulting
in C functions for the Web services APIs. It... uses libcurl to call the REST
Web service, and libxml2 to manipulate the XML responses. The library supports
reading photo, tag, and comments information, the photo upload and searching
APIs, and writing tags and comments. It provides utilities such as "flickcurl"
to exercise the API and "flickrdf" to get RDF metadata descriptions out of
photos, tags, and machine tags.

%package doc
Summary:        C Library API to the Flickr Web Service (Documentation)
Group:          Documentation/Other
Requires:       libflickcurl%{soname} = %{version}

%description doc
Flickcurl is a C library for calling the Flickr Web service API. It handles the
API signing, token management, and parameter encoding and decoding, resulting
in C functions for the Web services APIs. It... uses libcurl to call the REST
Web service, and libxml2 to manipulate the XML responses. The library supports
reading photo, tag, and comments information, the photo upload and searching
APIs, and writing tags and comments. It provides utilities such as "flickcurl"
to exercise the API and "flickrdf" to get RDF metadata descriptions out of
photos, tags, and machine tags.

This subpackage contains the developer documentation for %{name}.

%package -n libflickcurl%{soname}
Summary:        C Library API to the Flickr Web Service
Group:          System/Libraries

%description -n libflickcurl%{soname}
Flickcurl is a C library for calling the Flickr Web service API. It handles the
API signing, token management, and parameter encoding and decoding, resulting
in C functions for the Web services APIs. It... uses libcurl to call the REST
Web service, and libxml2 to manipulate the XML responses. The library supports
reading photo, tag, and comments information, the photo upload and searching
APIs, and writing tags and comments. It provides utilities such as "flickcurl"
to exercise the API and "flickrdf" to get RDF metadata descriptions out of
photos, tags, and machine tags.

%package -n libflickcurl-devel
Summary:        C Library API to the Flickr Web Service
Group:          Development/Libraries/C and C++
Requires:       libcurl-devel
Requires:       libflickcurl%{soname} = %{version}
Requires:       libraptor-devel >= 1.4.0
Requires:       pkgconfig(libxml-2.0)

%description -n libflickcurl-devel
Flickcurl is a C library for calling the Flickr Web service API. It handles the
API signing, token management, and parameter encoding and decoding, resulting
in C functions for the Web services APIs. It... uses libcurl to call the REST
Web service, and libxml2 to manipulate the XML responses. The library supports
reading photo, tag, and comments information, the photo upload and searching
APIs, and writing tags and comments. It provides utilities such as "flickcurl"
to exercise the API and "flickrdf" to get RDF metadata descriptions out of
photos, tags, and machine tags.

%prep
%setup -q

%build
%configure \
    --enable-gtk-doc \
    --disable-static \
    --enable-gtk-doc-html

make %{?_smp_mflags}

%install
%make_install
%fdupes -s %{buildroot}

# Remove static libraries
find %{buildroot} -type f -name "*.la" -delete -print
#removing rpaths with chrpath
chrpath --delete %{buildroot}%{_bindir}/flickcurl
chrpath --delete %{buildroot}%{_bindir}/flickrdf

%post   -n libflickcurl%{soname} -p /sbin/ldconfig

%postun -n libflickcurl%{soname} -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING.LIB LICENSE* NEWS* NOTICE README*
%{_bindir}/flickcurl
%{_bindir}/flickrdf
%doc %{_mandir}/man1/flickcurl.1%{ext_man}
%doc %{_mandir}/man1/flickrdf.1%{ext_man}

%files -n libflickcurl%{soname}
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING.LIB LICENSE* NEWS* NOTICE README*
%{_libdir}/libflickcurl.so.%{soname}
%{_libdir}/libflickcurl.so.%{soname}.*.*

%files -n libflickcurl-devel
%defattr(-,root,root)
%{_bindir}/flickcurl-config
%{_includedir}/flickcurl.h
%{_libdir}/libflickcurl.so
%{_libdir}/pkgconfig/flickcurl.pc
%doc %{_mandir}/man1/flickcurl-config.1%{ext_man}

%files doc
%defattr(-,root,root)
%{_datadir}/gtk-doc/html/flickcurl

%changelog
++++++ baselibs.conf ++++++
libflickcurl0
++++++ flickcurl-rpmlintrc ++++++
addFilter("package-with-huge-docs")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to