rpms/flickrnet/devel .cvsignore, 1.2, 1.3 assemblyinfo.patch, 1.1, 1.2 flickrnet.pc, 1.2, 1.3 flickrnet.spec, 1.4, 1.5 sources, 1.2, 1.3

palango palango at fedoraproject.org
Wed Jul 1 17:39:32 UTC 2009


Author: palango

Update of /cvs/pkgs/rpms/flickrnet/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29617

Modified Files:
	.cvsignore assemblyinfo.patch flickrnet.pc flickrnet.spec 
	sources 
Log Message:
update to 2.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/flickrnet/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	24 Feb 2009 21:57:10 -0000	1.2
+++ .cvsignore	1 Jul 2009 17:39:31 -0000	1.3
@@ -1 +1 @@
-FlickrNet-25207.zip
+FlickrNet2.2-Src-48055.zip

assemblyinfo.patch:

Index: assemblyinfo.patch
===================================================================
RCS file: /cvs/pkgs/rpms/flickrnet/devel/assemblyinfo.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- assemblyinfo.patch	24 Feb 2009 21:57:10 -0000	1.1
+++ assemblyinfo.patch	1 Jul 2009 17:39:32 -0000	1.2
@@ -4,8 +4,8 @@
  // You can specify all the values or you can default the Revision and Build Numbers 
  // by using the '*' as shown below:
  
--[assembly: AssemblyVersion("2.1.5.*")]
-+[assembly: AssemblyVersion("2.1.5.0")]
+-[assembly: AssemblyVersion("2.2.0.*")]
++[assembly: AssemblyVersion("2.2.0.0")]
  
  //
  // In order to sign your assembly you must specify a key to use. Refer to the 


Index: flickrnet.pc
===================================================================
RCS file: /cvs/pkgs/rpms/flickrnet/devel/flickrnet.pc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- flickrnet.pc	26 Jun 2009 15:57:33 -0000	1.2
+++ flickrnet.pc	1 Jul 2009 17:39:32 -0000	1.3
@@ -1,8 +1,8 @@
-libdir=${libdir}
+libdir=@LIBDIR@
 assemblies_dir=\${libdir}/mono/flickrnet
 Libraries=\${assemblies_dir}/FlickrNet.dll
  
 Name: FlickrNet
 Description: Flickr.Net API Library
-Version: 2.1.5
+Version: 2.2
 Libs: -r:\${assemblies_dir}/FlickrNet.dll


Index: flickrnet.spec
===================================================================
RCS file: /cvs/pkgs/rpms/flickrnet/devel/flickrnet.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- flickrnet.spec	26 Jun 2009 15:57:33 -0000	1.4
+++ flickrnet.spec	1 Jul 2009 17:39:32 -0000	1.5
@@ -1,14 +1,14 @@
 %define         debug_package %{nil}
 
 Name:           flickrnet
-Version:        2.1.5
-Release:        4%{?dist}
+Version:        2.2
+Release:        1%{?dist}
 Summary:        .NET library to interact with the Flickr API
 Group:          Development/Libraries
 License:        LGPLv2
 URL:            http://www.codeplex.com/FlickrNet
 #http://www.codeplex.com/FlickrNet/Release/ProjectReleases.aspx?ReleaseId=3420#ReleaseFiles
-Source0:        FlickrNet-25207.zip
+Source0:        FlickrNet2.2-Src-48055.zip
 Source1:        flickrnet.pc
 Patch0:         assemblyinfo.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -37,6 +37,8 @@ The %{name}-devel package contains devel
 cd FlickrNet
 %patch0 -p1
 
+sed -i 's|@LIBDIR@|%{_libdir}|g' %{SOURCE1}
+
 %build
 cd FlickrNet
 gmcs -debug -target:library -out:FlickrNet.dll  -r:System.Web.dll -r:System.Drawing.dll *.cs
@@ -61,11 +63,11 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
-* Thu Jun 25 2009 Juan Rodriguez <nushio at fedoraproject.org> - 2.1.5-4
-- Fix libdir on x86_64
+* Fri Jun 26 2009 Paul Lange <palango at gmx.de> - 2.2-1
+- Update to upstream release 2.2.
 
-* Sun Jun 21 2009 Paul Lange <palango at gmx.de> - 2.1.5-3
-- Fix supported archs
+* Thu Jun 25 2009 Juan Rodriguez <nushio at fedoraproject.org> - 2.1.5-3
+- Fix libdir on x86_64
 
 * Tue Jun 02 2009 Paul Lange <palango at gmx.de> - 2.1.5-2
 enable ppc64 build


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/flickrnet/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	24 Feb 2009 21:57:10 -0000	1.2
+++ sources	1 Jul 2009 17:39:32 -0000	1.3
@@ -1 +1 @@
-d20fe0d25a3888300f21e5ad3895c141  FlickrNet-25207.zip
+534b3436762ce1bfb2568c9774340f0c  FlickrNet2.2-Src-48055.zip




More information about the fedora-extras-commits mailing list