]> git.pld-linux.org Git - packages/PicasaWebDownloader.git/commitdiff
- updated to 1.2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 25 Mar 2012 07:25:47 +0000 (07:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed obsolete url patch

Changed files:
    PicasaWebDownloader-url.patch -> 1.3
    PicasaWebDownloader.spec -> 1.3

PicasaWebDownloader-url.patch [deleted file]
PicasaWebDownloader.spec

diff --git a/PicasaWebDownloader-url.patch b/PicasaWebDownloader-url.patch
deleted file mode 100644 (file)
index c8e9637..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- PicasaWebDownloader-1.1/Program.cs.orig    2007-08-20 14:10:44.000000000 +0200
-+++ PicasaWebDownloader-1.1/Program.cs 2007-11-05 21:06:28.238055228 +0100
-@@ -36,10 +36,10 @@
-               static bool canonizePicasaUrl( string source, out Uri targetUri )
-               {
-                       Regex pattern = new Regex(
--                              @"^(http://picasaweb\.google\.com/" +
-+                              @"^(http://picasaweb\.google\.(\w|\.)+/" +
-                               @"((?<username>\w(\w|\.)+)/(?<album>\w(\w|\.)+))" +
-                               @"|(data/feed/base/user/(?<username>\w(\w|\.)+)/album(?<qual>id)/(?<album>\d+)))" +
--                @"(\?.*(?<authkey>authkey\=\w+))?",
-+                @"(\?.*(?<authkey>authkey\=(\w|-)+))?",
-                 RegexOptions.IgnoreCase | RegexOptions.ExplicitCapture | RegexOptions.IgnorePatternWhitespace );
-                   string replacement = 
index 212d3d2fa7fbe67429126894d85e19718c873bc8..604d648ae53104e0aafc78963bf341fda6b73b7b 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       PicasaWeb Downloader
 Summary(pl.UTF-8):     Narzędzie do ściągania albumów z serwisu PicasaWeb
 Name:          PicasaWebDownloader
 Summary:       PicasaWeb Downloader
 Summary(pl.UTF-8):     Narzędzie do ściągania albumów z serwisu PicasaWeb
 Name:          PicasaWebDownloader
-Version:       1.1
+Version:       1.2
 Release:       1
 License:       WTFPL
 Group:         Applications/Graphics
 Release:       1
 License:       WTFPL
 Group:         Applications/Graphics
-Source0:       http://www.tomergabel.com/content/binary/PicasaWebDownloader11.zip
-# Source0-md5: 3edba3a4973fce37c884b286a7e3e567
-Patch0:                %{name}-url.patch
-URL:           http://www.tomergabel.com/PicasaWeb+Downloader.aspx
+Source0:       http://www.tomergabel.com/content/binary/PicasaWebDownloader12.zip
+# Source0-md5: e98b327af6fff08964aeb18fae1a0fc4
+URL:           http://www.tomergabel.com/PicasaWebDownloader.aspx
 BuildRequires: mono-csharp
 BuildRequires: unzip
 Requires:      mono
 BuildRequires: mono-csharp
 BuildRequires: unzip
 Requires:      mono
@@ -26,7 +25,6 @@ Windows).
 
 %prep
 %setup -q -c
 
 %prep
 %setup -q -c
-%patch0 -p1
 
 %build
 gmcs -out:PicasaWebDownloader.exe Program.cs AssemblyInfo.cs
 
 %build
 gmcs -out:PicasaWebDownloader.exe Program.cs AssemblyInfo.cs
This page took 0.080046 seconds and 4 git commands to generate.