Hello community, here is the log from the commit of package flickcurl for openSUSE:Factory checked in at 2012-12-14 06:43:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flickcurl (Old) and /work/SRC/openSUSE:Factory/.flickcurl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flickcurl", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/flickcurl/flickcurl.changes 2011-12-30 08:45:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.flickcurl.new/flickcurl.changes 2012-12-14 06:43:20.000000000 +0100 @@ -1,0 +2,17 @@ +Sun Dec 9 14:40:11 UTC 2012 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- flickcurl-1.21.tar.bz2 flickcurl-curl.patch New: ---- flickcurl-1.23.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flickcurl.spec ++++++ --- /var/tmp/diff_new_pack.zqvzwX/_old 2012-12-14 06:43:28.000000000 +0100 +++ /var/tmp/diff_new_pack.zqvzwX/_new 2012-12-14 06:43:28.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package flickcurl # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -19,7 +19,7 @@ %define soname 0 Name: flickcurl -Version: 1.21 +Version: 1.23 Release: 0 Summary: Command-Line Tools for the Flickr Web Service License: LGPL-2.1 @@ -39,8 +39,10 @@ BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-2.0) +BuildRequires: chrpath BuildRoot: %{_tmppath}/%{name}-%{version}-build -Patch0: flickcurl-curl.patch Patch1: flickcurl-wrong-memset.patch %description @@ -104,13 +106,13 @@ %prep %setup -q -%patch0 %patch1 -p1 %build autoreconf -fiv %configure \ --enable-gtk-doc \ + --disable-static \ --enable-gtk-doc-html make %{?_smp_mflags} @@ -119,10 +121,11 @@ %make_install %fdupes -s %{buildroot} -install -d "%{buildroot}%{_docdir}/lib%{name}%{soname}" -install -m0644 AUTHORS ChangeLog COPYING.LIB LICENSE* NEWS* NOTICE README* "%{buildroot}%{_docdir}/lib%{name}%{soname}" -mkdir -p .doc -ln -s ../lib%{name}%{soname} .doc/%{name} +# Remove static libraries +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' +#removing rpaths with chrpath +chrpath --delete $RPM_BUILD_ROOT%{_bindir}/flickcurl +chrpath --delete $RPM_BUILD_ROOT%{_bindir}/flickrdf %post -n libflickcurl%{soname} -p /sbin/ldconfig @@ -130,7 +133,7 @@ %files %defattr(-,root,root) -%doc .doc/%{name} +%doc AUTHORS ChangeLog COPYING.LIB LICENSE* NEWS* NOTICE README* %{_bindir}/flickcurl %{_bindir}/flickrdf %doc %{_mandir}/man1/flickcurl.1%{ext_man} @@ -138,14 +141,7 @@ %files -n libflickcurl%{soname} %defattr(-,root,root) -%doc %{_docdir}/lib%{name}%{soname} -%doc %{_docdir}/lib%{name}%{soname}/AUTHORS -%doc %{_docdir}/lib%{name}%{soname}/ChangeLog -%doc %{_docdir}/lib%{name}%{soname}/COPYING* -%doc %{_docdir}/lib%{name}%{soname}/LICENSE* -%doc %{_docdir}/lib%{name}%{soname}/NEWS* -%doc %{_docdir}/lib%{name}%{soname}/NOTICE -%doc %{_docdir}/lib%{name}%{soname}/README* +%doc AUTHORS ChangeLog COPYING.LIB LICENSE* NEWS* NOTICE README* %{_libdir}/libflickcurl.so.%{soname} %{_libdir}/libflickcurl.so.%{soname}.*.* @@ -154,8 +150,6 @@ %{_bindir}/flickcurl-config %{_includedir}/flickcurl.h %{_libdir}/libflickcurl.so -%{_libdir}/libflickcurl.la -%{_libdir}/libflickcurl.a %{_libdir}/pkgconfig/flickcurl.pc %doc %{_mandir}/man1/flickcurl-config.1%{ext_man} ++++++ flickcurl-1.21.tar.bz2 -> flickcurl-1.23.tar.bz2 ++++++ ++++ 47842 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
