[Pkg-haskell-commits] darcs: haskell-yesod-auth-oauth: New upstream version 1.1.0.0.
Clint Adams
clint at debian.org
Mon Oct 22 03:05:53 UTC 2012
Mon Oct 22 03:05:43 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 1.1.0.0.
Ignore-this: 11192449dd385f4f5ba72573d314c41a
M ./changelog -3 +7
M ./control -7 +7
R ./patches/newer-authenticate-oauth.diff
A ./patches/newer-bytestring.diff
M ./patches/series -1 +1
Mon Oct 22 03:05:43 UTC 2012 Clint Adams <clint at debian.org>
* New upstream version 1.1.0.0.
Ignore-this: 11192449dd385f4f5ba72573d314c41a
diff -rN -u old-haskell-yesod-auth-oauth//changelog new-haskell-yesod-auth-oauth//changelog
--- old-haskell-yesod-auth-oauth//changelog 2012-10-22 03:05:53.358224190 +0000
+++ new-haskell-yesod-auth-oauth//changelog 2012-10-22 03:05:53.362227391 +0000
@@ -1,10 +1,14 @@
-haskell-yesod-auth-oauth (1.0.0.1-2) UNRELEASED; urgency=low
+haskell-yesod-auth-oauth (1.1.0.0-1) experimental; urgency=low
- * Depend on haskell-devscripts 0.8.13 to ensure this packages is built
+ [ Joachim Breitner ]
+ * Depend on haskell-devscripts 0.8.13 to ensure this package is built
against experimental
* Bump standards version, no change
- -- Joachim Breitner <nomeata at debian.org> Sat, 13 Oct 2012 14:14:25 +0200
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sun, 21 Oct 2012 22:58:08 -0400
haskell-yesod-auth-oauth (1.0.0.1-1) unstable; urgency=low
diff -rN -u old-haskell-yesod-auth-oauth//control new-haskell-yesod-auth-oauth//control
--- old-haskell-yesod-auth-oauth//control 2012-10-22 03:05:53.250229693 +0000
+++ new-haskell-yesod-auth-oauth//control 2012-10-22 03:05:53.362227391 +0000
@@ -8,7 +8,7 @@
, cdbs
, ghc
, ghc-prof
- , libghc-authenticate-oauth-dev (>> 1.3)
+ , libghc-authenticate-oauth-dev (>> 1.4)
, libghc-authenticate-oauth-dev (<< 1.5)
, libghc-authenticate-oauth-prof
, libghc-text-dev (>> 0.7)
@@ -17,14 +17,14 @@
, libghc-transformers-dev (>> 0.2.2)
, libghc-transformers-dev (<< 0.4)
, libghc-transformers-prof
- , libghc-yesod-auth-dev (>> 1.0)
- , libghc-yesod-auth-dev (<< 1.1)
+ , libghc-yesod-auth-dev (>> 1.1)
+ , libghc-yesod-auth-dev (<< 1.2)
, libghc-yesod-auth-prof
- , libghc-yesod-core-dev (>> 1.0)
- , libghc-yesod-core-dev (<< 1.1)
+ , libghc-yesod-core-dev (>> 1.1)
+ , libghc-yesod-core-dev (<< 1.2)
, libghc-yesod-core-prof
- , libghc-yesod-form-dev (>> 1.0)
- , libghc-yesod-form-dev (<< 1.1)
+ , libghc-yesod-form-dev (>> 1.1)
+ , libghc-yesod-form-dev (<< 1.2)
, libghc-yesod-form-prof
Build-Depends-Indep: ghc-doc
, libghc-authenticate-oauth-doc
diff -rN -u old-haskell-yesod-auth-oauth//patches/newer-authenticate-oauth.diff new-haskell-yesod-auth-oauth//patches/newer-authenticate-oauth.diff
--- old-haskell-yesod-auth-oauth//patches/newer-authenticate-oauth.diff 2012-10-22 03:05:53.222226507 +0000
+++ new-haskell-yesod-auth-oauth//patches/newer-authenticate-oauth.diff 1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
---- a/yesod-auth-oauth.cabal
-+++ b/yesod-auth-oauth.cabal
-@@ -20,7 +20,7 @@
- cpp-options: -DGHC7
- else
- build-depends: base >= 4 && < 4.3
-- build-depends: authenticate-oauth >= 1.3 && < 1.4
-+ build-depends: authenticate-oauth >= 1.3 && < 1.5
- , bytestring >= 0.9.1.4 && < 0.10
- , yesod-core >= 1.0 && < 1.1
- , yesod-auth >= 1.0 && < 1.1
diff -rN -u old-haskell-yesod-auth-oauth//patches/newer-bytestring.diff new-haskell-yesod-auth-oauth//patches/newer-bytestring.diff
--- old-haskell-yesod-auth-oauth//patches/newer-bytestring.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-yesod-auth-oauth//patches/newer-bytestring.diff 2012-10-22 03:05:53.366227129 +0000
@@ -0,0 +1,13 @@
+Index: yesod-auth-oauth-1.1.0.0/yesod-auth-oauth.cabal
+===================================================================
+--- yesod-auth-oauth-1.1.0.0.orig/yesod-auth-oauth.cabal 2012-08-25 05:53:25.000000000 +0000
++++ yesod-auth-oauth-1.1.0.0/yesod-auth-oauth.cabal 2012-10-22 03:02:22.644883617 +0000
+@@ -21,7 +21,7 @@
+ else
+ build-depends: base >= 4 && < 4.3
+ build-depends: authenticate-oauth >= 1.4 && < 1.5
+- , bytestring >= 0.9.1.4 && < 0.10
++ , bytestring >= 0.9.1.4 && < 0.11
+ , yesod-core >= 1.1 && < 1.2
+ , yesod-auth >= 1.1 && < 1.2
+ , text >= 0.7 && < 0.12
diff -rN -u old-haskell-yesod-auth-oauth//patches/series new-haskell-yesod-auth-oauth//patches/series
--- old-haskell-yesod-auth-oauth//patches/series 2012-10-22 03:05:53.214227742 +0000
+++ new-haskell-yesod-auth-oauth//patches/series 2012-10-22 03:05:53.366227129 +0000
@@ -1 +1 @@
-newer-authenticate-oauth.diff
+newer-bytestring.diff
More information about the Pkg-haskell-commits
mailing list