Hello community,

here is the log from the commit of package flickrnet for openSUSE:Factory 
checked in at 2012-10-03 07:12:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flickrnet (Old)
 and      /work/SRC/openSUSE:Factory/.flickrnet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flickrnet", Maintainer is "sts...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/flickrnet/flickrnet.changes      2012-03-05 
17:59:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.flickrnet.new/flickrnet.changes 2012-10-03 
07:12:02.000000000 +0200
@@ -1,0 +2,15 @@
+Sun Sep 30 05:42:39 UTC 2012 - ss...@decriptor.com
+
+- Updated to version 3.5
+  + Subscription methods (push.*)
+  + Photo Location Suggestion methods (photos.suggestions.*)
+  + Group Discussion and Joining methods (groups.discuss.* etc)
+  + Large raft of new unit tests to improve code coverage
+  + Custom exceptions thrown based on errors returned from Flickr. All inherit 
from FlickrApiException so backwards compatible.
+  + Fix in OAuth code to handle international character correctly.
+  + Support for Large Square (150x150) and Small 320 urls.
+  + Update to ParseDateGranularity function so it checks string, rather than 
capturing exceptions.
+  + Many more fixes and updates
+- Removed assemblyinfo patch
+
+-------------------------------------------------------------------

Old:
----
  FlickrNet2.2-Src-48055.zip
  assemblyinfo.patch

New:
----
  FlickrNet3.5-Src-99196.zip

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

Other differences:
------------------
++++++ flickrnet.spec ++++++
--- /var/tmp/diff_new_pack.US0hcd/_old  2012-10-03 07:12:03.000000000 +0200
+++ /var/tmp/diff_new_pack.US0hcd/_new  2012-10-03 07:12:03.000000000 +0200
@@ -17,14 +17,13 @@
 
 
 Name:           flickrnet
-Version:        2.2
+Version:        3.5
 Release:        0
 Summary:        Flickr
 License:        LGPL-2.1+ or CPL-1.0
 Group:          Productivity/Networking/Other
 Url:            http://www.codeplex.com/FlickrNet
-Source:         FlickrNet2.2-Src-48055.zip
-Patch0:         assemblyinfo.patch
+Source:         FlickrNet3.5-Src-99196.zip
 BuildRequires:  mono-devel
 BuildRequires:  unzip
 BuildArch:      noarch
@@ -35,7 +34,7 @@
 %package devel
 Summary:        Development files for Flickr.Net
 Group:          Development/Languages/Mono
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{version}
 Requires:       pkgconfig
 
 %description devel
@@ -46,10 +45,9 @@
 
 %prep
 %setup -n FlickrNet -q
-%patch0 -p1
 
 %build
-gmcs -debug -target:library -out:FlickrNet.dll  -r:System.Web.dll 
-r:System.Drawing.dll *.cs
+xbuild FlickrNet.csproj
 cat << EOF > flickrnet.pc
 prefix=%{_prefix}
 assemblies_dir=\${prefix}/lib/mono/flickrnet
@@ -61,7 +59,7 @@
 EOF
 
 %install
-gacutil -i FlickrNet.dll -package flickrnet -root %{buildroot}%{_prefix}/lib
+gacutil -i bin/Debug/FlickrNet.dll -package flickrnet -root 
%{buildroot}%{_prefix}/lib
 mkdir -p %{buildroot}%{_datadir}/pkgconfig
 cp flickrnet.pc %{buildroot}%{_datadir}/pkgconfig/
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to